@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:1200px) {
  .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; }
}

/* Common
======================================================== */
html { font-size: 62.5%; }
body { font-family: "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif; font-optical-sizing: auto; font-style: normal; font-size: 1.6rem; /* 16px */ letter-spacing: 0.05em; 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 p.toc_title { font-weight: 400; }
#toc_container a, #ez-toc-container a { font-weight: 400; }
#toc_container a:visited, #ez-toc-container a:visited { font-weight: 400; }
.--NoToc,
.--NoToc + p { padding: 0 !important; }
p,
.mce-content-body p { font-size: 1.8rem; font-weight: 400; line-height: 1.8; }
p small,
.mce-content-body p small { display: inline-block; line-height: 1.7; }
header, main section, main div { gap: 0; }
/* Heading */
main h2, section h2,
.mce-content-body h2 { clear: both; margin: 3rem auto 3rem; padding: 12px 1.5%; color: #fff; font-size: 3.0rem; font-weight: 900; line-height: 1.3; letter-spacing: 0; text-align: left; background-color: #dd772a; box-sizing: border-box; } 
main h3,
.mce-content-body h3 { clear: both; margin: 3rem auto 3rem; padding: 0 1%; font-size: 2.8rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; text-align: left; border-bottom-width: 4px; border-bottom-style: solid; border-image: linear-gradient(to right, #dd772a, #fff) 1; box-sizing: border-box; } 
main h4,
.mce-content-body h4 { clear: both; margin: 3rem auto 3rem; padding: 10px 1%; font-size: 2.6rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; background-color: #f4f1ec; box-sizing: border-box; }
main h5,
.mce-content-body h5 { clear: both; margin: 3rem auto 3rem; padding: 0 0 0 1.5%; font-size: 2.3rem; font-weight: 700; line-height: 1.3; border-left-width: 4px; border-left-style: solid; border-left-color: #dd772a; box-sizing: border-box; }
main h6,
.mce-content-body h6 { clear: both; margin: 3rem auto 3rem; padding: 10px 1.5%; font-size: 2.0rem; font-weight: 700; line-height: 1.3; background-color: #f6f6f6; box-sizing: border-box;}
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.8rem; font-weight: 400; line-height: 1.8; }
.Body__Page ol li,
.Body__Single ol li,
.mce-content-body ol li { list-style: decimal; margin-left: 2rem; font-size: 1.8rem; font-weight: 400; line-height: 1.8; }
.Body__Page > h2:first-child,
.Body__Page .ReleaseUpdate + h2,
.Single > h2:first-child { margin-top: 0; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  main h2 { margin: 2.5vw auto 2.5vw; padding: 1.0vw 1.5%; font-size: 2.5vw; }
  main h3 { margin: 2.5vw auto 2.5vw; font-size: 2.333vw; border-bottom-width: 0.334vw; }
  main h4 { margin: 2.5vw auto 2.5vw; padding: 0.833vw 1%; font-size: 2.166vw; }
  main h5 { margin: 2.5vw auto 2.5vw; font-size: 1.916vw; border-left-width: 0.334vw; }
  main h6 { margin: 2.5vw auto 2.5vw; padding: 0.833vw 1.5%; font-size: 1.666vw; }
  p { font-size: 1.5vw; }
  .Body__Page ul li,
  .Body__Page ol li,
  .Body__Single ul li,
  .Body__Single ol li { margin-left: 1.666vw; font-size: 1.5vw; }
}

@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.8rem; line-height: 1.6; }
  /* Heading */
  main h2 { padding: 1.2vw 1.5%; font-size: 2.8rem; }
  main h3 { font-size: 2.7rem; border-bottom-width: 3px; }
  main h4 { padding: 1vw 1%; }
  main h5 { border-left-width: 3px; }
  main h6 { padding: 1vw 1.5%; }
  .Body__Page ul li,
  .Body__Single ul li,
  .Body__Page ol li,
  .Body__Single ol li { margin-left: 3rem; font-size: 1.9rem; line-height: 1.6; }
  #toc_container { margin-bottom: 10vw; }
}

/* 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: 750px; 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.8rem; font-weight: 400; border-width: 1px; border-style: solid; border-color: #eaeaea; word-break: break-all; }
table td { padding: 10px 20px; font-size: 1.8rem; font-weight: 400; 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:1200px) {
  .--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.5vw; padding: 1.25vw; width: 62.5vw; 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.5vw; }
  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; */ }
  table th,
  table td,
  table th p,
  table td p { font-size: 1.9rem; }
  .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; }
}
.--PositionFixed { position: fixed; z-index: 99; }
/* Heading */
.--TopHeading { position: relative; margin: 0 auto 80px; padding: 0 0 25px; width: 100%; font-size: 4.0rem; font-weight: 900; text-align: center; background: none; border: none; }
.--TopHeading:after { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); content: ""; display: inline-block; width: 40px; height: 3px; background-color: #dd772a; }
.--TopSubHeading { margin: 0; padding: 10px 0; width: 100%; font-size: 3.0rem; font-weight: 700; text-align: center; border-bottom-width: 3px; border-bottom-style: solid; }
/* Button */
.--Button a { position: relative; display: inline-block; margin: 0 auto; padding: 20px 0; width: 100%; font-size: 1.9rem; font-weight: 700; text-decoration: none; text-align: center; background-color: #fff; border-width: 1px; border-style: solid; border-color: #4b311f; border-radius: 100px; transition: color 0.5s, background-color 0.5s; }
.--Button a:after { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: inline-block; content: '\f061'; color: #dd772a; font-size: 1.8rem; font-family: "Font Awesome 6 Free"; font-weight: bold; transition: color 0.5s; }
.--Button a:hover { opacity: 1.0; color: #fff; background-color: #4b311f; }
.--Button a:hover:after { color: #fff; } */
/* 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"; }
.--NotoSerif { font-family: "Noto Serif JP"; }
.--Mincho { font-family: "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:1200px) {
  .--IntroHeading { padding: 0 0 0.83vw; width: 91.7vw; font-size: 3.58vw; }
  .--IntroHeading small { font-size: 2.5vw; }
  .--IntroHeadingImage { padding: 0 0 3.33vw; width: 14.2vw; }
  .--TopHeading { margin: 0 auto 6.666vw; padding: 0 0 2.083vw; font-size: 3.333vw; }
  .--TopHeading:after { width: 3.333vw; height: 0.25vw; }
  .--TopSubHeading { padding: ; font-size: ; border-bottom-width: ; }
  .--Button a { padding: 1.666vw 0; font-size: 1.583vw; }
  .--Button a:after { right: 2.5vw; font-size: 1.5vw; }
  #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) {
  .--IntroHeading { padding: 0 0 2vw; width: 100%; font-size: 3.6rem; line-height: 1.5; }
  .--IntroHeading small { font-size: 2.6rem; }
  .--IntroHeadingImage { padding: 0 0 3vw; width: 28%; }
  .--TopHeading { margin: 0 auto 10vw; padding: 0 0 3vw; font-size: 2.9rem; }
  .--TopHeading:after { width: 7vw; }
  .--TopSubHeading { padding: 2vw 0; font-size: 2.6rem; border-bottom-width: 2px; }
  .--Button a { padding: 4vw 0; font-size: 1.8rem; }
  .--Button a:after { right: 5vw; font-size: 1.5rem; }
}

/* 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: #dfc893; }
.--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; overflow: hidden; animation-delay: 3s; }
.--FlashTop:before { content: ''; display: inline-block; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: #1f3f77; }
.--FlashTop.--Move:before { animation: barAnime forwards 0.9s 1 ease 2.1s normal; }
.--FlashTop img { opacity: 0; transform: scale(1.2); }
.--FlashTop.--Move img { animation: photoAnime forwards 1.5s 1 ease 2.2s normal; }

.mce-content-body .--InviewFade { opacity: 1.0; }
.mce-content-body .--Delay1,
.mce-content-body .--Delay2,
.mce-content-body .--Delay3,
.mce-content-body .--Delay4,
.mce-content-body .--Delay5,
.mce-content-body .--Delay6 { transition-delay: initial; }
.mce-content-body .--FlashTop { animation-delay: initial; }
.mce-content-body .--FlashTop.--Move:before { display: none; }
.mce-content-body .--FlashTop img { opacity: initial; transform: initial; }

/* ヘッダー
======================================================== */
.Body__Header { margin: 0 auto; padding: 0; width: 100%; }
.Header { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 15px 0; width: 100%; }
.Header__Primary { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; margin: 0; padding: 0 0 0 2%; width: 48%; }
.Header__Catchcopy { margin: 0; padding: 0 0 10px 3px; font-size: 1.6rem; font-weight: 500; line-height: 1.0; }
.Header__SiteName { margin: 0; padding: 0; font-size: 2.4rem; font-weight: 900; line-height: 1.0; letter-spacing: 0; }
.Header__SiteName a { text-decoration: none; transition: opacity 0.5s; }
.Header__SiteName span { color: #dd772a; font-size: 3.0rem; }
.Header__SiteLogo img { width: 100%; height: auto; }
.Header__Secondary { display: flex; justify-content: flex-end; margin: 0; padding: 0 2% 0 0; width: 48%; }
.Header__Contact { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0; }
.Header__ContactHeading { margin: 0; padding: 0 0 5px 20px; width: 100%; font-size: 1.6rem; font-weight: 500; line-height: 1.0; text-align: center; }
.Header__ContactPhoneNumber { position: relative; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0 10px; width: 100%; font-size: 2.9rem; font-weight: 900; line-height: 1.0; }
.Header__ContactPhoneNumber:before { display: flex; justify-content: center; align-items: center; margin: 3px 5px 0 0; width: 25px; height: 25px; border: 1px solid #4b311f; border-radius: 50%; content: "\f095"; font-size: 1.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Header__ContactPhoneNumber a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.Header__CallToActionHeading { display: none; }
.Header .--CtaButton,
.Footer .--CtaButton { display: flex; margin: 0; padding: 0; }
.Header .--CtaButton li,
.Footer .--CtaButton li { display: flex; margin: 0 0 0 5px; padding: 0; }
.Header .--CtaButton li.--Tel,
.Footer .--CtaButton li.--Tel { display: none; }
.Header .--CtaButton li a,
.Footer .--CtaButton li a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 0 10px 0 25px; width: 100px; min-height: 60px; color: #fff; font-size: 1.7rem; font-weight: 700; text-decoration: none; border-radius: 5px; }
.Header .--CtaButton li.--Tel a,
.Header .--CtaButton li.--Mail a,
.Footer .--CtaButton li.--Mail a { position: relative; background-color: #dd772a; border: 1px solid #dd772a; transition: color 0.5s, background-color 0.5s; }
.Header .--CtaButton li.--Tel a:before,
.Header .--CtaButton li.--Mail a:before,
.Footer .--CtaButton li.--Mail a:before { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); content: "\f0e0"; font-size: 2.4rem; font-weight: normal; font-family: "Font Awesome 6 Free"; }
.Header .--CtaButton li.--Mail a:hover,
.Footer .--CtaButton li.--Mail a:hover { opacity: 1.0; color: #dd772a; background-color: #fff; }
.Header .--CtaButton li.--Mail a:hover i,
.Footer .--CtaButton li.--Mail a:hover i { color: #dd772a; }
.Header .--CtaButton li.--Line a,
.Footer .--CtaButton li.--Line a { background-color: #00b900; border: 1px solid #00b900; position: relative; transition: color 0.5s, background-color 0.5s; }
.Header .--CtaButton li.--Line a:before,
.Footer .--CtaButton li.--Line a:before { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); content: ""; width: 30px; height: 30px; background-image: url(/wp-content/uploads/2026/02/header-icon-line.png); background-repeat: no-repeat; background-size: 100% auto; }
.Header .--CtaButton li.--Line a:hover,
.Footer .--CtaButton li.--Line a:hover { opacity: 1.0; color: #00b900; background-color: #fff; }
.Header .--CtaButton li.--Line a:hover:before,
.Footer .--CtaButton li.--Line a:hover:before { background-position: 0 -30px }
.Header .--CtaButton li.--Line a:hover i,
.Footer .--CtaButton li.--Line a:hover i { /* color: #fff; */ }
/* .Header .--CtaButton li.--Line a:hover:before,
.Footer .--CtaButton li.--Line a:hover:before { background-color: #00b900; } */
.Header .--CtaButton li.--Line a:before,
.Footer .--CtaButton li.--Line a:before { /* position: absolute; left: 25px; top: 50%; transform: translateY(-50%); content: ""; width: 30px; height: 30px; background-color: #fff; border-radius: 50%; */ }
.Header .--CtaButton li.--Mail a i,
.Footer .--CtaButton li.--Mail a i { padding: 0 5px 0 0; font-size: 2.4rem; /* メールアイコン */ }
.Header .--CtaButton li.--Line a i,
.Footer .--CtaButton li.--Line a i { z-index: 1; /* color: #00b900; */ padding: 0 5px 0 0; font-size: 2.8rem; /* LINEアイコン */ }
.Header .--CtaButton li a strong,
.Footer .--CtaButton li a strong { display: inline-block; margin: 0; padding: 10px 0; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Header { padding: 1.25vw 0; }
  .Header__Catchcopy { padding: 0 0 0.833vw 0.25vw; font-size: 1.333vw; }
  .Header__SiteName { font-size: 2.0vw; }
  .Header__SiteName span { font-size: 2.5vw; }
  .Header__ContactHeading { padding: 0 0 0.416vw 1.666vw; font-size: 1.333vw; }
  .Header__ContactPhoneNumber { padding: 0 0.833vw; font-size: 2.416vw; }
  .Header__ContactPhoneNumber:before { margin: 0.25vw 0.416vw 0 0; width: 2.083vw; height: 2.083vw; font-size: 1.0vw; }
  .Header .--CtaButton li,
  .Footer .--CtaButton li { margin: 0 0 0 0.416vw; }
  .Header .--CtaButton li a,
  .Footer .--CtaButton li a { padding: 0 0.833vw 0 2.083vw; width: 8.333vw; min-height: 5.0vw; font-size: 1.416vw; border-radius: 0.416vw; }
/*  .Header .--CtaButton li.--Line a:before,
  .Footer .--CtaButton li.--Line a:before { left: 2.083vw; width: 2.5vw; height: 2.5vw; } */
  .Header .--CtaButton li.--Mail a i,
  .Footer .--CtaButton li.--Mail a i { padding: 0 0.416vw 0 0; font-size: 2.0vw; }
  .Header .--CtaButton li.--Line a i,
  .Footer .--CtaButton li.--Line a i { padding: 0 0.416vw 0 0; font-size: 2.333vw; }
  .Header .--CtaButton li a strong,
  .Footer .--CtaButton li a strong { padding: 0.833vw 0; }
  .Header .--CtaButton li.--Mail a:before,
  .Footer .--CtaButton li.--Mail a:before { left: 1.25vw; font-size: 2.0vw; }
  .Header .--CtaButton li.--Line a:before,
  .Footer .--CtaButton li.--Line a:before { left: 1.666vw; width: 2.5vw; height: 2.5vw; }
  .Header .--CtaButton li.--Line a:hover:before,
  .Footer .--CtaButton li.--Line a:hover:before { background-position: 0 -2.5vw }
}

@media screen and (max-width: 600px) {
  .Body__Header {  }
  .Header { position: fixed; top: 0; z-index: 99; padding: 0; width: 100%; background-color: #fff; }
  .Header__Primary { padding: 2vw 0 2vw 2%; width: 83%; }
  .Header__Catchcopy { padding: 0 0 1vw 0.5vw; font-size: 1.4rem; }
  .Header__SiteName { font-size: 2.1rem; }
  .Header__SiteName span { font-size: 2.6rem; }
  .Header__Secondary { padding: 0; width: 15%; }
  .Header__Contact { display: none; }
  .Header__CallToAction { position: fixed; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; background-color: #f4f1ec; }
  .Header__CallToActionHeading { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 1.5vw 0; width: 100%; color: #fff; font-size: 2.0rem; font-weight: 900; line-height: 1.0; letter-spacing: 0.3em; background-color: #d4a933; }
  .Header .--CtaButton { justify-content: space-between; margin: 0 auto; padding: 2vw 2%; width: 96%; }
  .Header .--CtaButton li { margin: 0; width: 32%; }
  .Header .--CtaButton li a { padding: 1.5vw 0 1.5vw 10%; width: 90%; min-height: 7vw; font-size: 1.6rem; }
  .Header .--CtaButton li.--Tel { display: flex; }
  .Header .--CtaButton li.--Tel a { background-color: #af140f; }
  .Header .--CtaButton li.--Tel a:before { content: "\f095"; font-size: 1.2rem; font-weight: bold;  display: flex; justify-content: center; align-items: center; left: 6vw; width: 4.5vw; height: 4.5vw; border: 1px solid #fff; border-radius: 50%; }
  .Header .--CtaButton li.--Mail a:before { left: 4.5vw; }
  .Header .--CtaButton li.--Line a:before { left: 5vw; width: 6vw; height: 6vw; }
}

/* GlobalNavi
======================================================== */
.Body__GlobalNavi { position: relative; display: flex; justify-content: center; width: 100%; background-color: #4b311f; border: 1px solid #4b311f; border-left: none; border-right: none; }
.Body__GlobalNavi.--PositionFixed { left: 0; position: fixed; top: 0; z-index: 100; }
.GlobalNavi { display: flex; justify-content: space-between; align-items: center; }
.GlobalNavi li { position: relative; margin: 0; padding: 0; text-align: center; }
.GlobalNavi a { display: flex; flex-direction: column; padding: 20px 30px; color: #fff; font-size: 1.7rem; font-weight: 500; line-height: 1.7; text-decoration: none; transition: color 0.5s, background-color 0.5s; }
.GlobalNavi a:hover { opacity: 1.0; background-color: #fff; }
.GlobalNavi li { position: relative; /* ドロップダウンメニュー(PC) */ }
.GlobalNavi li a:hover .sub-menu { transform: scaleY(1); }
.GlobalNavi .sub-menu { z-index: 1000; display: none; background: rgba(42,24,11,0.9); position: absolute; top: 70px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 300px; }
.GlobalNavi .sub-menu li { position: relative; display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.GlobalNavi .sub-menu li:before,
.GlobalNavi .sub-menu li:after { display: none; }
.GlobalNavi .sub-menu li a { display: block; margin: 0 auto; padding: 10px 5%; width: 90%; color: #fff; font-size: 1.4rem; text-align: left; border-bottom: 1px solid #665548; transition: color 0.5s; }
.GlobalNavi .sub-menu li a:hover { opacity: 0.7; color: #fff600; background-color: initial; }
.GlobalNavi .sub-menu li a:after { display: none; }
.GlobalNavi .open { display: block !important; }
.Body__Modal { display: none !important; position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); visibility: hidden; opacity: 0; }
.editor-styles-wrapper .is-root-container .Body__Modal { display: block !important; position: initial; visibility: visible; opacity: 1; background: rgba(255, 255, 255, 1); }
.Modal { display: none; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .GlobalNavi a { padding: 1.666vw 2.5vw; font-size: 1.416vw; }
  .GlobalNavi .sub-menu { top: 5.833vw; width: 25vw; }
  .GlobalNavi .sub-menu li a { padding: 0.833vw 5%; font-size: 1.166vw; }
}

@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 { position: fixed; z-index: 102; top: 0; right: 0; width: 13vw; height: 13vw; background-color: #4e2e21; cursor: pointer; -webkit-transition: all 3s ease-in-out; transition: all .3s ease-in-out; /* border-radius: 1vw; */ }
  /* .menu-btn:after { position: absolute; bottom: 1vw; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 0; content: "メニュー"; display: block; color: #fff; font-size: 1.1rem; font-weight: bold; letter-spacing: 0; white-space: nowrap; } */
  body.open .menu-btn { background: none; }
  body.open .menu-btn:after { display: none; }
  .menu-btn-line { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 2px; width: 60%; background: #fff; -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%; background: #fff; position: absolute; left: 0; -webkit-transition: inherit; transition: inherit; }
  .menu-btn-line:before { top: -2.5vw; }
  .menu-btn-line:after { top: 2.5vw; }
  body.open .menu-btn { border-color: #fff; }
  body.open .menu-btn-line { background-color: transparent; }
  body.open .menu-btn-line:before,
  body.open .menu-btn-line:after { top: 0; background: #fff; }
  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__GlobalNavi { position: fixed; display: flex; justify-content: center; align-items: center; top: 0; left: 0; width: 100%; height: 100%; background: rgba(78, 46, 33,0.95); border: none; visibility: hidden; opacity: 0; z-index: 100; }
  body.open .Body__GlobalNavi { -webkit-transition: all .5s; transition: all .5s; visibility: visible; opacity: 1; overflow-y: auto; }
  .Body__GlobalNavi ul { transform:translateY(-20%) !important; margin: 0 0 20vw; padding: 0; width: 100vw; list-style-type: none; }
  .Body__GlobalNavi li { width: 100%; text-align: center; }
  /* モーダルウィンドウ */
  body.open { position: fixed; width: 100%; height: 100%; }
  .GlobalNavi { display: none; }
  body.open .GlobalNavi { display: block; }
  .GlobalNavi { transform: initial !important; margin: 0; padding: 0; list-style-type: none; display: flex; flex-direction: column; border-top: 1px solid #64564c; /*▼グロナビ(SP) */ }
  .GlobalNavi li { width: 100%; text-align: left; border-bottom: 1px solid #64564c; }
  .GlobalNavi li:before { display: none; }
  .GlobalNavi li a { position: relative; display: block; margin: 0; padding: 4vw 0; font-size: 2.2rem; font-weight: bold; color: #fff; text-decoration: none; text-align: center; }
  .GlobalNavi li a:hover { transform: initial; -webkit-transition: initial; transition: initial; opacity: 1.0; margin: 0; padding: 4vw 0; text-indent: initial; }
  .GlobalNavi li a i { padding-right: 2vw; }
  .GlobalNavi li.menu-item-has-children a:after { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .GlobalNavi li.menu-item-has-children a.on {  }
  .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: initial; box-shadow: initial; margin: initial; }
  .Body__GlobalNavi ul { transform: initial !important; }
  .GlobalNavi .sub-menu li { margin-top: -1px; }
  .GlobalNavi .sub-menu li:first-child { border-top: 1px solid #4c301d; }
  .GlobalNavi .sub-menu li:last-child { border-bottom: none; }
  .GlobalNavi .sub-menu li a { padding: 3.5vw 0; width: 100%; font-size: 2.0rem; text-align: center; background: #f4f1ec; }
  .GlobalNavi .sub-menu li a:after { display: none; }
  .GlobalNavi .open { display: block; margin: 0; padding: 0; }
}

/* GlobalNavi(SP)
======================================================== */
.Body__GlobalNaviSP { display: none; }
@media screen and (max-width: 600px) {
  .Body__GlobalNaviSP { position: relative; display: flex; justify-content: center; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff; background-color: #f2862e; }
  .Body__GlobalNaviSP.--PositionFixed { left: 0; position: fixed; top: 0; z-index: 100; }
  .GlobalNaviSP { position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .GlobalNaviSP li { position: relative; /*width: 16%; */ width: 20%; text-align: center; }
  .GlobalNaviSP li:before { content: ""; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 85%; width: 1px; background-color: #fff; }
  .GlobalNaviSP li:first-child:before { display: none; }
  .GlobalNaviSP a { display: flex; flex-direction: column; padding: 0; color: #fff; font-size: 1.3rem; font-weight: 700; text-decoration: none; }
  .GlobalNaviSP a i { display: inline-block; padding: 2vw 0 0; color: #fff; font-size: 2.0rem; }
  .GlobalNaviSP a span { display: flex; justify-content: center; align-items: center; min-height: 8vw; }
}

/* 【TOP】メインビジュアル
======================================================== */
.Body__MainVisual { position: relative; margin: 0 auto; padding: 0; width: 100%; background-image: url(/wp-content/uploads/2026/02/mv-bg-pc.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; }
html.webp .Body__MainVisual { background-image: url(/wp-content/uploads/2026/02/mv-bg-pc.jpg.webp); }
.MainVisual { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 10px 0 0 0; width: 1150px; }
.MainVisual__Primary { margin: 0; padding: 0; width: 56%; }
.MainVisual__Heading { margin: 0 0 0 -20px; padding: 0 0 190px; width: 100%; }
.MainVisual__Heading picture,
.MainVisual__Heading img { width: 100%; height: auto; }
.MainVisual__Secondary { position: relative; display: flex; justify-content: flex-end; margin: 0; padding: 10px 0 0 0; flex: 1; }
.MainVisual__Shoulder { position: absolute; z-index: 1; bottom: 105px; left: -182px; width: 54%; }
.MainVisual__Shoulder img { width: 100%; height: auto; }
.MainVisual__Image { position: relative; margin: 0; padding: 0; width: 100%; overflow: hidden; }
.MainVisual__Image img { margin-bottom: -40px; width: 100%; height: auto; }
.MainVisual__Image figcaption { position: absolute; right: 170px; bottom: 105px; color: #fff; font-size: 2.3rem; font-weight: 700; line-height: 1; text-align: center; text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000; }
.MainVisual__Image figcaption small { padding-top: 5px; font-size: 1.5rem; display: block; line-height: 1.8; }
.MainVisual__Image figcaption em { font-size: 1.8rem; font-style: normal; display: block; line-height: 1.3; }
.MainVisual.--Bottom { position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); justify-content: flex-start; align-items: stretch; }
.MainVisual.--Bottom dl { display: flex; flex-direction: column; align-items: center; margin: 0 1% 0 0; padding: 0; width: 18%; background-color: #dd772a; border-radius: 5px; }
.MainVisual__Icon { margin: 0 auto; width: 31%; }
.MainVisual__Icon img { width: 100%; height: auto; }
.MainVisual__Text { margin: 0 auto; padding: 0 0 10px; color: #fff; font-size: 1.9rem; font-weight: 700; line-height: 1.2; text-align: center; }
.MainVisual__Text strong { color: #fff600; font-size: 3.0rem; font-weight: 700; }
.MainVisual__Text small { font-size: 1.7rem; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .MainVisual { width: 91.667vw; }
  .mce-content-body .MainVisual { align-items: flex-start; }
  .MainVisual__Heading { margin: 0 0 0 -1.666vw; padding: 0 0 5.0vw; }
  .MainVisual__Shoulder { bottom: 8.166vw; left: -14vw; }
  .mce-content-body .MainVisual__Shoulder { bottom: 12vw; }
  .MainVisual__Image img { margin-bottom: -3.333vw; }
  .MainVisual__Image figcaption { right: 15vw; bottom: 8.833vw; font-size: 1.916vw; text-shadow: 0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000,0 0 0.833vw #000; }
  .MainVisual__Image figcaption small { padding-top: 0.416vw; font-size: 1.25vw; }
  .MainVisual__Image figcaption em { font-size: 1.5vw; }
  .MainVisual.--Bottom { bottom: -3.333vw; }
  .mce-content-body .MainVisual.--Bottom { bottom: 0; }
  .MainVisual.--Bottom dl { border-radius: 0.416vw; }
  .MainVisual__Text { padding: 0 0 0.833vw; font-size: 1.583vw; }
  .MainVisual__Text strong { font-size: 2.5vw; }
  .MainVisual__Text small { font-size: 1.416vw; }
}

@media screen and (max-width: 600px) {
  .Body__MainVisual { padding: 2vw 0 4vw; background-image: url(/wp-content/uploads/2026/02/mv-bg-sp.jpg); }
  html.webp .Body__MainVisual { background-image: url(/wp-content/uploads/2026/02/mv-bg-sp.jpg.webp); }
  .MainVisual { justify-content: center; width: 100%; padding: 0; }
  .MainVisual__Primary { width: 100%; }
  .MainVisual__Heading { margin: 0 auto; padding: 0; width: 100%; }
  .MainVisual__Secondary { margin-top: -2vw; width: 100%; flex: inherit; padding: 0; }
  .MainVisual__Shoulder { bottom: initial; left: 0; top: 20vw; width: 52%;}
  .MainVisual__Image { width: 73%; margin-right: -1vw;}
  .MainVisual__Image img { margin-bottom: 0; }
  .MainVisual__Image figcaption { display: flex; flex-direction: column; align-items: center; right: 27vw; bottom: 3vw; font-size: 1.7rem; text-align: right; text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000; }
  .MainVisual__Image figcaption small { padding-top: 0.5vw; font-size: 1.0rem; line-height: 2;}
  .MainVisual__Image figcaption em { font-size: 1.3rem; display: inline-block; }
  .MainVisual.--Bottom { position: initial; transform: initial; justify-content: space-between; flex-wrap: wrap; margin-top: -0.5vw; width: 90%; }
  .MainVisual.--Bottom dl { z-index: 1; flex-direction: row; margin: 0 0 2vw; padding: 1.5vw 0; width: 49%; }
  .MainVisual__Icon { width: 26%; }
  .MainVisual__Icon img { margin: 0 10%; width: 80%; }
  .MainVisual.--Bottom dl:nth-last-of-type(1) .MainVisual__Icon img { margin: 0 10% 0 20%; width: 70%; }
  .MainVisual__Text { padding: 0 2% 0 0; width: 72%; font-size: 1.4rem; }
  .MainVisual__Text strong { font-size: 2.3rem; }
  .MainVisual__Text small { font-size: 1.3rem; }
}

/* 【TOP】主要コンテンツ
======================================================== */
.Body__TopMajor { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 90px 0 100px; background-color: #f4f1ec; }
.TopMajor { margin: 0 auto; padding: 30px 50px 10px; width: 900px; background-color: #4c301d; border-radius: 30px; }
.TopMajor__Heading { margin: 0 auto 25px; padding: 20px 0; width: 100%; color: #fff; font-size: 2.4rem; font-weight: 700; text-align: center; background-color: #2a180b; border: 1px solid #2a180b; border-radius: 10px; }
.TopMajor__List { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto 1%; padding: 0; width: 100%; }
.TopMajor__List li { margin: 0 0 2%; padding: 0; width: 48.5%; }
.TopMajor__List li a { position: relative; display: flex; justify-content: flex-start; align-items: center; margin: 0; padding: 0 5%; width: 90%; min-height: 75px; font-size: 1.9rem; font-weight: 700; text-decoration: none; background-color: #f5f1e5; border: 1px solid #f5f1e5; border-radius: 10px; transition: color 0.5s, background-color 0.5s; }
.TopMajor__List li a:after { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #dd772a; content: "\f061"; font-size: 2.0rem; font-weight: bold; font-family: "Font Awesome 6 Free"; transition: color 0.5s; }
.TopMajor__List li a:hover { opacity: 1.0; color: #fff; background-color: #dd772a; }
.TopMajor__List li a:hover:after { color: #fff; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopMajor { padding: 7.5vw 0 8.333vw; }
  .TopMajor { padding: 2.5vw 4.166vw 0.833vw; width: 75vw; border-radius: 2.5vw; }
  .TopMajor__Heading { margin: 0 auto 2.083vw; padding: 1.666vw 0; font-size: 2.0vw; border-radius: 0.833vw; }
  .TopMajor__List li a { min-height: 6.25vw; font-size: 1.583vw; border-radius: 0.833vw; }
  .TopMajor__List li a:after { right: 1.25vw; font-size: 1.666vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopMajor { padding: 7vw 0 14vw; }
  .TopMajor { padding: 7vw 4% 3vw; width: 82%; border-radius: 15px; }
  .TopMajor__Heading { margin: 0 auto 4vw; padding: 2vw 0; font-size: 2.1rem; border-radius: 5px; }
  .TopMajor__List li { margin: 0 0 2.5vw; }
  .TopMajor__List li a { padding: 0 12% 0 5%; width: 83%; min-height: 16vw; font-size: 1.6rem; border-radius: 5px; }
  .TopMajor__List li a:after { right: 1vw; font-size: 1.3rem; }
}

/* 【TOP・下層共通】強み
======================================================== */
.Body__Strengths { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 70px 0 140px; width: 100%; }
.Body__StregthsBg { position: absolute; top: 50%; left: 0%; transform: translateY(-50%); width: 100%; height: 100%; }
.Body__StregthsBg img { width: 100%; height: 100%; object-fit: cover; }
.Strengths { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 1100px; }
.Strengths .--TopHeading { margin-bottom: 140px; color: #fff; }
.Strengths__Item { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 1.5%; padding: 50px 0 30px; width: 29%;  background-color: #fff; border-radius: 20px; }
.Strengths__Item:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ""; width: 94%; height: 88%; border: 1px solid #4d311e; border-radius: 15px; }
.Strengths__Icon { position: absolute; top: -42px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; width: 84px; height: 84px; background-color: #4c301d; border-radius: 50%; }
.Strengths__Icon img { padding-bottom: 0 !important; width: 100%; height: auto; }
.Strengths__Text { position: relative; z-index: 1; margin: 0 auto; padding: 0 !important; width: 90%; font-size: 2.4rem; font-weight: 900; line-height: 1.6; text-align: center; }
.Strengths__Text strong { color: #dd772a; font-weight: 900; }
.Body__Strengths.--SubPage  { padding: 0 0 60px; /* ▼下層ページ */ }
.Body__Strengths.--SubPage .Strengths { width: 800px; }
.Body__Strengths.--SubPage .--TopHeading { margin-bottom: 70px; padding-bottom: 20px; font-size: 3.0rem; }
.Body__Strengths.--SubPage .Strengths__Item { margin: 0; width: 31%; background-color: #f4f1ec; }
.Body__Strengths.--SubPage .Strengths__Item:before { width: 92%; height: 90%; background-color: #fff; }
.Body__Strengths.--SubPage .Strengths__Text { font-size: 2.2rem; line-height: 1.35; }
.Body__Strengths.--SubPage .Strengths__Text span { display: block; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Strengths { padding: 5.833vw 0 11.666vw; }
  .Strengths { width: 91.667vw; }
  .Strengths .--TopHeading { margin-bottom: 11.666vw; }
  .Strengths__Item { padding: 4.166vw 0 2.5vw; border-radius: 1.666vw; }
  .Strengths__Item:before { border-radius: 1.25vw; }
  .Strengths__Icon { top: -3.5vw; width: 7.0vw; height: 7.0vw; }
  .Strengths__Text { font-size: 2.0vw; }
  .Body__Strengths.--SubPage { padding: 0 0 5.0vw; }
  .Body__Strengths.--SubPage .Strengths { width: 66.666vw; }
  .Body__Strengths.--SubPage .--TopHeading { margin-bottom: 5.833vw; padding-bottom: 1.666vw; font-size: 2.5vw; }
  .Body__Strengths.--SubPage .Strengths__Text { font-size: 1.833vw; }
}

@media screen and (max-width: 600px) {
  .Body__Strengths { padding: 14vw 0 3vw; }
  .Strengths { flex-direction: column; align-items: center; width: 84%; }
  .Strengths .--TopHeading,
  .Body__Strengths.--SubPage .--TopHeading { margin-bottom: 19vw; }
  .Strengths__Item,
  .Body__Strengths.--SubPage .Strengths__Item { margin: 0 0 13vw; padding: 10vw 0 5vw; width: 100%; min-height: 14vw; border-radius: 10px; }
  .Strengths__Item:before,
  .Body__Strengths.--SubPage .Strengths__Item:before { width: 97%; height: 92%; border-radius: 6px; }
  .Strengths__Icon { top: -8.5vw; width: 16vw; height: 16vw; }
  .Strengths__Text,
  .Body__Strengths.--SubPage .Strengths__Text { font-size: 2.2rem; }
  .Body__Strengths.--SubPage { padding: 10vw 0 0; }
  .Body__Strengths.--SubPage .Strengths { width: 100%; }
  .Body__Strengths.--SubPage .Strengths__Text span { display: inline; }
}

/* 【TOP】代表挨拶
======================================================== */
.Body__TopGreeting { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 80px 0 90px; width: 100%; background-color: #f4f1ec; }
.TopGreeting { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 1100px; }
.TopGreeting__Primary { margin: 0 0 0 1.5%; padding: 0; width: 34.5%; }
.TopGreeting__Primary img { width: 100%; height: auto; }
.TopGreeting__Primary figcaption { display: none; }
.TopGreeting__Secondary { margin: 0 1.5% 0 0; padding: 0; width: 55.5%; }
.TopGreeting__Secondary p,
.TopGreeting__Bottom p { margin: 0; padding: 0; font-size: 1.8rem; font-weight: 500; line-height: 1.75; }
.TopGreeting__Secondary p.TopGreeting__SubHeading { margin: 0; padding: 0 0 15px; width: 100%; color: #dd772a; font-size: 2.9rem; font-weight: 700; line-height: 1.25; background: none; border: none; }
.TopGreeting__Bottom { margin: 0 auto; padding: 15px 0; width: 96%; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopGreeting { padding: 6.666vw 0 7.5vw; }
  .TopGreeting { width: 91.667vw; }
  .TopGreeting__Secondary p,
  .TopGreeting__Bottom p { font-size: 1.5vw; }
  .TopGreeting__Secondary p.TopGreeting__SubHeading { padding: 0 0 1.25vw; font-size: 2.416vw; }
  .TopGreeting__Bottom { padding: 1.25vw 0; }
}

@media screen and (max-width: 600px) {
  .Body__TopGreeting { padding: 10vw 0; }
  .TopGreeting { flex-direction: column; align-items: center; width: 90%; }
  .TopGreeting__Primary { margin: 0 0 5vw; width: 74%; }
  .TopGreeting__Primary figcaption { display: block; padding: 0 0 6vw; color: #dd772a; font-size: 2.0rem; font-weight: 700; line-height: 1.5; text-align: center; }
  .TopGreeting__Primary figcaption span { display: block; }
  .TopGreeting__Secondary { margin: 0 auto; width: 100%; }
  .TopGreeting__Secondary p,
  .TopGreeting__Bottom p { font-size: 1.7rem; font-weight: 400; line-height: 1.6; }
  .TopGreeting__Secondary p.TopGreeting__SubHeading { display: none; }
  .TopGreeting__Bottom { padding: 0; width: 100%; }
}

/* 【TOP・下層】弁護士に依頼するメリット
======================================================== */
.Merit { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 90px 0 30px; width: 1100px; }
.Merit .--TopHeading { margin-bottom: 110px; }
.Merit__Item { position: relative; display: flex; flex-direction: column; margin: 0 0 6%; padding: 3%; width: 42%; background-color: #f4f1ec; border: 1px solid #553a28; border-radius: 20px; counter-increment: merit-num; }
.Merit__Item:before { position: absolute; left: -15px; top: -30px; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; width: 60px; height: 60px; color: #fff; font-size: 3.2rem; font-weight: 400; line-height: 1.0; background-color: #dd772a; border-radius: 100px; content: counter(merit-num); }
.Merit__SubHeading { margin: 0; padding: 15px 0; min-height: 70px; color: #dd772a; font-size: 2.5rem; font-weight: 900; line-height: 1.3; background: none; }
.Merit__Text { margin: 0; padding: 0; font-size: 1.8rem; font-weight: 500; line-height: 1.75; }
.Merit.--SubPage { padding: 60px 0; width: 800px; /* ▼下層ページ */ }
.Merit.--SubPage .--TopHeading { margin-bottom: 70px; padding-bottom: 20px; font-size: 3.0rem; }
.Merit.--SubPage .Merit__Item:before { left: -10px; top: -25px; width: 45px; height: 45px; font-size: 2.4rem; }
.Merit.--SubPage .Merit__SubHeading { min-height: initial; font-size: 2.2rem; line-height: 1.25; }
.Merit.--SubPage .Merit__Text { font-size: 1.6rem; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Merit { padding: 7.5vw 0 2.5vw; width: 91.667vw; }
  .Merit .--TopHeading { margin-bottom: 9.166vw; }
  .Merit__Item { border-radius: 1.666vw; }
  .Merit__Item:before { left: -1.25vw; top: -2.5vw; width: 5.0vw; height: 5.0vw; font-size: 2.666vw; }
  .Merit__SubHeading { padding: 1.25vw 0; min-height: 5.833vw; font-size: 2.083vw; }
  .Merit__Text { font-size: 1.5vw; }
  .Merit.--SubPage { padding: 5.0vw 0; width: 66.666vw; }
  .Merit.--SubPage .--TopHeading { margin-bottom: 5.833vw; padding-bottom: 1.666vw; font-size: 2.5vw; }
  .Merit.--SubPage .Merit__Item:before { left: -0.833vw; top: -2.083vw; width: 3.75vw; height: 3.75vw; font-size: 2.0vw; }
  .Merit.--SubPage .Merit__SubHeading { font-size: 1.833vw; }
  .Merit.--SubPage .Merit__Text { font-size: 1.333vw; }
}

@media screen and (max-width: 600px) {
  .Merit { flex-direction: column; align-items: center; padding: 10vw 0 0; width: 90%; }
  .Merit.--SubPage { flex-direction: column; align-items: center; padding: 10vw 0 0; width: 100%; }
  .Merit .--TopHeading,
  .Merit.--SubPage .--TopHeading { margin-bottom: 12vw; }
  .Merit__Item { margin: 0 0 10vw; padding: 5%; width: 90%; border-radius: 10px; }
  .Merit__Item:before,
  .Merit.--SubPage .Merit__Item:before { left: -2vw; top: -5vw; width: 10vw; height: 10vw; font-size: 2.5rem; }
  .Merit__SubHeading,
  .Merit.--SubPage .Merit__SubHeading { padding: 3vw 0; min-height: initial; font-size: 2.3rem; }
  .Merit__Text,
  .Merit.--SubPage .Merit__Text { font-size: 1.7rem; line-height: 1.55; }
}

/* 【TOP】労働問題に関するご相談は
======================================================== */
.Body__TopConsultation { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 60px 0 80px; width: 100%; background-color: #4b311f; }
.TopConsultation { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 900px; }
.TopConsultation__Heading { display: flex; justify-content: center; align-items: center; margin: 0 auto 40px; padding: 0; width: 100%; color: #fff; font-size: 3.4rem; font-weight: 900; background: none; border: none; }
.TopConsultation__Heading:before,
.TopConsultation__Heading:after { content: ""; width: 21%; height: 1px; background-color: #fff; }
.TopConsultation__Heading:before { margin-right: 4%; }
.TopConsultation__Heading:after { margin-left: 4%; }
.TopConsultation__List { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0; width: 42%; }
.TopConsultation__List dt { margin: 0; padding: 0 0 10px; color: #dd772a; font-size: 4.2rem; font-weight: 900; text-align: center; }
.TopConsultation__List dd { margin: 0; padding: 0; text-align: center; }
.TopConsultation__List dd a { display: inline-block; margin: 0; padding: 10px 25px 15px; color: #fff; font-size: 2.2rem; font-weight: 500; line-height: 1.0; text-decoration: none; border: 1px solid #fff; transition: color 0.5s, background-color 0.5s; }
.TopConsultation__List dd a:hover { opacity: 1.0; color: #4b311f; background-color: #fff; }
.TopConsultation__Phone { position: relative; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0 0 10px; width: 54%; color: #fff; font-size: 5.0rem; font-weight: 900; background-color: #af140f; border-width: 2px; border-style: solid; border-color: #af140f; border-radius: 10px; transition: color 0.5s, background-color 0.5s; }
.TopConsultation__Phone:before { display: flex; justify-content: center; align-items: center; margin: 10px 10px 0 0; width: 35px; height: 35px; border-width: 2px; border-style: solid; border-color: #fff; border-radius: 50%; content: "\f095"; font-size: 2.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; /* transition: color 0.5s, border-color 0.5s; */ }
.TopConsultation__Phone a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.TopConsultation__Phone:hover { color: #af140f; background-color: #fff; }
.TopConsultation__Phone:hover:before { color: #af140f; border-color: #af140f; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopConsultation { padding: 5.0vw 0 6.666vw; }
  .TopConsultation { width: 75vw; }
  .TopConsultation__Heading { margin: 0 auto 3.333vw; font-size: 2.833vw; }
  .TopConsultation__List dt { padding: 0 0 0.833vw; font-size: 3.5vw; }
  .TopConsultation__List dd a { padding: 0.833vw 2.083vw 1.25vw; font-size: 1.833vw; }
  .TopConsultation__Phone { padding: 0 0 0.833vw; font-size: 4.166vw; border-width: 0.167vw; border-radius: 0.833vw; }
  .TopConsultation__Phone:before { margin: 0.833vw 0.833vw 0 0; width: 2.916vw; height: 2.916vw; border-width: 0.167vw; font-size: 1.666vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopConsultation { padding: 7vw 0 8vw; }
  .TopConsultation { flex-direction: column; align-items: center; width: 90%; }
  .TopConsultation__Heading { margin: 0 auto 5vw; font-size: 2.5rem; }
  .TopConsultation__Heading:before,
  .TopConsultation__Heading:after { width: 7%; }
  .TopConsultation__Heading:before { margin-right: 8%; }
  .TopConsultation__Heading:after { margin-left: 8%; }
  .TopConsultation__List { flex-direction: row; justify-content: space-between; margin: 0 0 5vw; width: 100%; }
  .TopConsultation__List dt { padding: 0; font-size: 2.7rem; }
  .TopConsultation__List dd a { padding: 2vw 2vw; font-size: 1.7rem; font-weight: 900; }
  .TopConsultation__Phone { padding: 2vw 4% 3vw 0; width: 95%; font-size: 4.1rem; border-radius: 5px; }
  .TopConsultation__Phone:before { margin: 0.5vw 3vw 0 0; padding: 1vw 0 0; width: 6vw; height: 5vw; font-size: 1.6rem; }
}

/* 【TOP】新着情報
======================================================== */
.Body__WhatsNew { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 80px 0; width: 100%; background-color: #f4f1ec; }
.Body__WhatsNew .--TopHeading { margin-bottom: 30px; }
.WhatsNew { margin: 0 auto; padding: 0 0 40px; width: 1100px; }
.WhatsNew__Item { position: relative; display: flex; margin: 0; padding: 15px 0; width: 100%; border-bottom: 1px solid #ddd; transition: color 0.5s, background-color 0.5s; }
.WhatsNew__Item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.WhatsNew__Item:hover { color: #fff; background-color: #4b311f; }
.WhatsNew__Date { margin: 0 0 0 1%; padding: 13px 0 0; width: 10%; font-size: 1.6rem; font-weight: 500; }
.WhatsNew__Category { display: flex; flex-direction: column; margin: 0 2% 0 0; padding: 0; width: 11%; }
.WhatsNew__Category li { display: block; margin: 5px 0; padding: 10px 0; width: 100%; color: #fff; font-size: 1.4rem; font-weight: 500; text-align: center; }
.WhatsNew__Title { margin: 0; padding: 5px 0 0; width: 76%; font-size: 1.8rem; font-weight: 500; transition: color 0.5s; }
.WhatsNew__Item:hover .WhatsNew__Title { color: #fff; }
.Body__WhatsNew .--Button { width: 310px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__WhatsNew { padding: 6.666vw 0; }
  .Body__WhatsNew .--TopHeading { margin-bottom: 2.5vw; }
  .WhatsNew { padding: 0 0 3.333vw; width: 91.667vw; }
  .WhatsNew__Item { padding: 1.25vw 0 }
  .WhatsNew__Date { padding: 1.083vw 0 0; font-size: 1.333vw; }
  .WhatsNew__Category li { margin: 0.416vw 0; padding: 0.833vw 0; font-size: 1.166vw; }
  .WhatsNew__Title { padding: 0.416vw 0 0; font-size: 1.5vw; }
  .Body__WhatsNew .--Button { width: 25.833vw; }
}

@media screen and (max-width: 600px) {
  .Body__WhatsNew { padding: 10vw 0 12vw; }
  .Body__WhatsNew .--TopHeading { margin-bottom: 8vw; }
  .WhatsNew { padding: 0 0 9vw; width: 90%; }
  .WhatsNew__Item { flex-wrap: wrap; padding: 2vw 2%; width: 96%; }
  .WhatsNew__Date { display: flex; align-items: center; margin: 0 3% 0 0; padding: 0; width: 22%; }
  .WhatsNew__Category { margin: 0; width: 25%; }
  .WhatsNew__Category li { margin: 1vw 0; padding: 1.5vw 0; }
  .WhatsNew__Title { padding: 1vw 0 0; width: 100%; font-size: 1.8rem; }
  .Body__WhatsNew .--Button { width: 60%; }
}

/* 【TOP】弁護士費用
======================================================== */
.TopPrice { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 80px 0 50px; width: 1100px; }
.TopPrice .--TopHeading { margin-bottom: 70px; }
.TopPrice table { margin: 0 auto 40px; padding: 0; width: 100%; }
.TopPrice table th,
.TopPrice table td { padding: 25px 0; font-size: 1.8rem; font-weight: 700; text-align: center; border: 1px solid #91735a; }
.TopPrice table tr:first-child th { color: #fff; background-color: #4b311f; }
.TopPrice table tr:nth-child(even) td { background-color: #f4f1ec; }
.TopPrice table td strong { color: #af140f; font-weight: 700; }
.TopPrice .--Button { width: 310px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .TopPrice { padding: 6.666vw 0 4.166vw; width: 91.667vw; }
  .TopPrice .--TopHeading { margin-bottom: 5.833vw; }
  .TopPrice table { margin: 0 auto 3.333vw; }
  .TopPrice table th,
  .TopPrice table td { padding: 2.083vw 0; font-size: 1.5vw; }
  .TopPrice .--Button { width: 25.833vw; }
}

@media screen and (max-width: 600px) {
  .TopPrice { padding: 12vw 0; width: 90%; }
  .TopPrice .--TopHeading { margin-bottom: 8vw; }
  .TopPrice table { margin: 0 auto 9vw; }
  .TopPrice table th,
  .TopPrice table td { font-size: 1.7rem; }
  .TopPrice table th { padding: 5vw 0; }
  .TopPrice table td { padding: 3vw 0; line-height: 1.3; }
  .TopPrice table td span { display: block; }
  .TopPrice .--Button { width: 70%; }
}

/* フッター　
======================================================== */
.Body__Footer { margin: 0 auto; padding: 40px 0 0; width: 100%; background-color: #f4f1ec; }
.Footer { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 0; width: 1100px; }
.Footer__Primary { display: flex; flex-direction: column; margin: 0; padding: 0 0 30px; width: 50%; }
.Footer__SiteName { margin: 0 0 15px; padding: 0; font-size: 2.4rem; font-weight: 700; line-height: 1.0; letter-spacing: 0; }
.Footer__SiteName a { text-decoration: none; transition: opacity 0.5s; }
.Footer__SiteName span { color: #dd772a; font-size: 3.0rem; }
.Footer__PhoneNumber { position: relative; display: flex; justify-content: flex-start; align-items: center; margin: 0 0 25px 5px; padding: 0; width: 100%; font-size: 2.9rem; font-weight: 900; line-height: 1.0; }
.Footer__PhoneNumber:before { display: flex; justify-content: center; align-items: center; margin: 5px 5px 0 0; width: 20px; height: 20px; border: 1px solid #4b311f; border-radius: 50%; content: "\f095"; font-size: 1.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Footer__PhoneNumber a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.Footer .--CtaButton li { margin: 0 5px 0 0; }
.Footer .--CtaButton li a { padding: 0 5px 0 30px; width: 100px; min-height: 50px; }
.Footer__Secondary { display: flex; flex-wrap: wrap; margin: 0; padding: 0 0 30px; width: 50%; }
.Footer__Secondary li { position: relative; margin: 0 0 20px; padding: 0 0 0 2%; width: 31%; }
.Footer__Secondary li:before { position: absolute; left: 0; top: 4px; color: #dd772a; content: "\f054"; font-size: 1.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Footer__Secondary li a { display: block; font-size: 1.5rem; font-weight: 500; text-decoration: none; transition: color 0.5s; }
.Footer__Secondary li a:hover { opacity: 1.0; color: #dd772a; }
.Copyright { display: flex; justify-content: center; margin: 0 auto; padding: 15px 0; width: 100%; color: #fff; font-size: 1.0rem; font-weight: 500; background: #4b311f; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Footer { padding: 3.333vw 0 0; }
  .Footer { width: 91.667vw; }
  .Footer__Primary { padding: 0 0 2.5vw; }
  .Footer__SiteName { margin: 0 0 1.25vw; font-size: 2.0vw; }
  .Footer__SiteName span { font-size: 2.5vw; }
  .Footer__PhoneNumber { margin: 0 0 2.083vw 0.416vw; font-size: 2.416vw; }
  .Footer__PhoneNumber:before { margin: 0.416vw 0.416vw 0 0; width: 1.666vw; height: 1.666vw; font-size: 0.833vw; }
  .Footer .--CtaButton li { margin: 0 0.416vw 0 0; }
  .Footer .--CtaButton li a { padding: 0 0.416vw 0 2.5vw; width: 8.333vw; min-height: 4.333vw; }
  .Footer__Secondary { padding: 0 0 2.5vw; }
  .Footer__Secondary li { margin: 0 0 1.666vw; }
  .Footer__Secondary li:before { top: 0.333vw; font-size: 0.833vw; }
  .Footer__Secondary li a { font-size: 1.25vw; }
  .Copyright { padding: 1.25vw 0; font-size: 0.833vw; }
}

@media screen and (max-width: 600px) {
  .Body__Footer { margin-bottom: 30vw; padding: 9vw 0 0; }
  .Footer { width: 90%; }
  .Footer__Primary { display: none; }
  .Footer__Secondary { padding: 0 0 2vw; width: 100%; }
  .Footer__Secondary li { margin: 0 0 7vw; padding: 0 0 0 4%; width: 46%; }
  .Footer__Secondary li:before { top: 0.7vw; font-size: 1.2rem; }
  .Footer__Secondary li a { font-size: 1.7rem; font-weight: 400; }
  .Copyright { padding: 3vw 0; font-size: 1.1rem; }
}

/* 【】
======================================================== */
.Body__TopCase { margin: 0 auto; padding: 90px 0; width: 100%; background-color: #fff; }
.Body__TopCase .--TopHeading { margin-bottom: 70px; }
.TopCase { margin: 0 auto; padding: 0 0 30px; width: 1100px; }
.TopCase .slick-track { display: flex; }
.TopCase .slick-slide { display: flex !important; }
.TopCase .slick-prev,
.TopCase .slick-next { z-index: 1; top: 50% !important; width: 38px; height: 38px; background: #fff; border-radius: 50%; }
.TopCase .slick-prev { left: -10px; }
.TopCase .slick-next { right: -15px; }
.TopCase .slick-prev:hover,
.TopCase .slick-next:hover { filter: brightness(1.1); }
.TopCase .slick-prev:before,
.TopCase .slick-next:before { color: #f2c200; font-size: 3.6rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.TopCase .slick-prev:before { content: "\f137"; }
.TopCase .slick-next:before { content: "\f138"; }
.TopCase__Item { display: flex; flex-direction: column; margin: 10px; padding: 0; /* width: 220px; */ background-color: #fff; }
.TopCase__Item a { padding: 20px; color: #333; text-decoration: none; box-shadow: 0px 0px 12px #e6e6e6; }
.TopCase__Image { width: 100%; }
.TopCase__Image:before { padding-top: 65%; }
.TopCase__Category { display: flex; margin: 0; padding: 25px 0 10px; width: 100%; }
.TopCase__Category li { list-style: none; margin: 0 5px 5px 0; padding: 7px 15px; color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 1; background-color: #f2862e; }
.TopCase__Title { padding: 0 0 10px; height: 66px; box-sizing: border-box;}
.TopCase__Title h3 { margin: 0; padding: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #333; font-size: 2.0rem; font-weight: 700; line-height: 1.4; letter-spacing: 0; background: none; border: none; }
.TopCase__Text p { margin: 0; padding: 0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; font-size: 1.7rem; line-height: 1.5; letter-spacing: 0; }
.TopCase__Button { position: relative; display: inline-block; margin: 20px 10% 10px; padding: 10px 0; width: 80%; color: #6a5e51; font-size: 1.8rem; font-weight: 500; text-align: center; border-width: 2px; border-style: solid; border-color: #6a5e51; border-radius: 100px; }
.TopCase__Button:after { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); content: "\f138"; font-size: 1.8rem; font-weight: bold; font-family: "Font Awesome 6 Free"; }
.Body__TopCase .--Button { margin: 0 auto; padding: 30px 0 0; width: 380px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopCase { padding: 7.5vw 0; }
  .Body__TopCase .--TopHeading { margin-bottom: 5.8vw; }
  .TopCase { padding: 0 0 2.5vw; width: 91.7vw; }
  .TopCase .slick-prev,
  .TopCase .slick-next { width: 3.18vw; height: 3.18vw; }
  .TopCase .slick-prev { left: -0.83vw; }
  .TopCase .slick-next { right: -1.25vw; }
  .TopCase .slick-prev:before,
  .TopCase .slick-next:before { font-size: 3.0vw; }
  .TopCase__Item { margin: 0.83vw; }
  .TopCase__Item a { padding: 1.67vw; }
  .TopCase__Category { padding: 2.08vw 0 0.83vw; }
  .TopCase__Category li { margin: 0 0.41vw 0.41vw 0; padding: 0.6vw 1.25vw; font-size: 1.16vw; }
  .TopCase__Title { padding: 0 0 0.83vw; }
  .TopCase__Title h3 { font-size: 1.67vw; }
  .TopCase__Text p { font-size: 1.42vw; }
  .TopCase__Button { margin: 1.67vw 10% 0.83vw; padding: 0.83vw 0; font-size: 1.5vw; border-width: 0.18vw; }
  .TopCase__Button:after { right: 1.67vw; font-size: 1.5vw; }
  .Body__TopCase .--Button { padding: 2.5vw 0 0; width: 31.666vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopCase { padding: 18vw 0 10vw; }
  .Body__TopCase .--TopHeading { margin-bottom: 10vw; }
  .TopCase { padding: 0 0 6vw; width: 100%; }
  .TopCase .slick-prev,
  .TopCase .slick-next { width: 8vw; height: 8vw; }
  .TopCase .slick-prev { left: 10vw; }
  .TopCase .slick-next { right: 10vw; }
  .TopCase .slick-prev:before,
  .TopCase .slick-next:before { font-size: 4.0rem; }
  .TopCase__Item { margin: 7px 2.5vw; }
  .TopCase__Item a { padding: 5%; box-shadow: 0px 0px 7px #e6e6e6;}
  .TopCase__Category { padding: 4vw 0 2vw; }
  .TopCase__Category li { margin: 0 1vw 1vw 0; padding: 1vw 3vw; font-size: 1.6rem; }
  .TopCase__Title { padding: 0 0 2vw; height: 14vw;}
  .TopCase__Text p { -webkit-line-clamp: 4; }
  .TopCase__Button { margin: 6vw 10% 2vw; padding: 1.5vw 0; border-width: 1px; }
  .TopCase__Button:after { right: 4vw; }
  .Body__TopCase .--Button { padding: 2vw 0 0; width: 80%; }
}

/* 【下層】弁護士費用
======================================================== */
.PagePrice { margin: 0 auto; padding: 0; width: 100%; }
.PagePrice table { margin: 0 auto 40px; padding: 0; width: 100%; }
.PagePrice table th,
.PagePrice table td { padding: 15px 0; font-weight: 700; text-align: center; border: 1px solid #91735a; }
.PagePrice table th { font-size: 2.0rem; }
.PagePrice table td { font-size: 1.8rem; }
.PagePrice table td strong { font-size: 2.0rem; font-weight: 700; }
.PagePrice table tr:first-child th,
.PagePrice table th { color: #fff; background-color: #4b311f; }
.PagePrice table td { background-color: #f4f1ec; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .PagePrice table { margin: 0 auto 3.333vw; }
  .PagePrice table th { padding: 1.25vw 0; }
  .PagePrice table th { font-size: 1.666vw; }
  .PagePrice table td { font-size: 1.5vw; }
  .PagePrice table td strong { font-size: 1.666vw; }
}

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

}

/* 【TOP】事務所紹介
======================================================== */
.Office { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 90px 0 70px; width: 1100px; }
.Office .--TopHeading { margin-bottom: 70px; }
.Office__Contents { margin: 0 auto; padding: 0; width: 100%; }
.Office__Contents iframe { margin-bottom: 20px; width: 100%; height: 420px; }
.Office__Contents p { margin: 0; padding: 0 0 35px; font-size: 1.8rem; font-weight: 500; text-align: center; }
.Office .--Button { margin: 0 auto; width: 520px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Office { padding: 7.5vw 0 2.5vw; width: 91.7vw; }
  .Office .--TopHeading { margin-bottom: 5.8vw; }
  .Office__Contents iframe { height: 35vw; }
  .Office__Contents p { padding: 0 0 2.916vw; font-size: 1.5vw; }
  .Office .--Button { width: 43.3vw; }
}

@media screen and (max-width: 600px) {
  .Office { padding: 12vw 0 8vw; width: 90%; }
  .Office .--TopHeading { margin-bottom: 12vw; }
  .Office__Contents { width: ; }
  .Office__Contents iframe { margin-bottom: 2vw; height: 65vw; }
  .Office__Contents p { padding: 0 0 4vw; font-size: ; text-align: left; }
  .Office__Contents p span { display: block; }
  .Office .--Button { width: 86%; }
  .Office .--Button a { padding: 3vw 0; }
}

/* 【TOP】フリーエリア
======================================================== */
.Body__FreeArea { margin: 0 auto; padding: 60px 0 120px; width: 1100px; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .Body__FreeArea { padding: 5.0vw 0 10vw; width: 91.7vw; }
}

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

/* フローティングフッター
======================================================== */
.Body__FloatingFooterPC { position: fixed; z-index: 99; left: 0; bottom: 0; width: 100%; background-color: #fff5e3; }
.FloatingFooterPC { display: flex; justify-content: space-between; margin: 0 auto; padding: 10px 0; width: 1000px; }
.FloatingFooterPC__Primary { display: flex; margin: 0; padding: 0; }
.FloatingFooterPC__Shoulder { display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; padding: 0; width: 80px; height: 80px; color: #644b0f; font-size: 1.8rem; font-weight: 700; line-height: 1.1; letter-spacing: 0; text-align: center; background: linear-gradient(to bottom, #ffeb9b, #f2c200); border-radius: 50%; }
.FloatingFooterPC__Contact { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; }
.FloatingFooterPC__ContactText { margin: 0; padding: 0; font-size: 1.4rem; font-weight: 500; line-height: 1.0; letter-spacing: 0; }
.FloatingFooterPC__ContactPhoneNumber { display: flex; justify-content: flex-start; align-items: center; margin: 0; padding: 5px 0; width: 100%; line-height: 1.0; }
.FloatingFooterPC__ContactPhoneNumber:before { margin: 0 5px 0 0; color: #f2c200; content: "\f098"; font-size: 3.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.FloatingFooterPC__ContactPhoneNumber a { color: #333; font-size: 3.3rem; font-weight: 900; letter-spacing: 0; text-decoration: none; pointer-events: none; }
.FloatingFooterPC__ContactReceptionHours { display: flex; /* justify-content: center; */ align-items: center; margin: 0; padding: 0; width: 100%; font-size: 1.3rem; font-weight: 500; line-height: 1.0; letter-spacing: 0; white-space: nowrap; }
.FloatingFooterPC__ContactReceptionHours dt:before { content: "受付時間："; }
.FloatingFooterPC__Secondary { display: flex; align-items: center; margin: 0; padding: 0; }
.FloatingFooterPC__Secondary li { margin: 0 0 0 10px; padding: 0; width: 280px; }
.FloatingFooterPC__Secondary a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; width: 100%; min-height: 60px; font-size: 1.6rem; font-weight: 700; letter-spacing: 0; text-decoration: none; border-radius: 10px; }
.FloatingFooterPC__Secondary a i { margin: 0 10px 0 0; }
.FloatingFooterPC__Secondary li.--Mail a { color: #fff; background-color: #f2862e; border-width: 2px; border-style: solid; border-color: #f2862e; }
.FloatingFooterPC__Secondary li.--Mail a i { font-size: 2.4rem; }
.FloatingFooterPC__Secondary li.--Line a { color: #10cb10; background-color: #fff; border-width: 2px; border-style: solid; border-color: #10cb10; }
.FloatingFooterPC__Secondary li.--Line a i { font-size: 3.2rem; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .FloatingFooterPC { padding: 0.83vw 0; width: 83.33vw; }
  .FloatingFooterPC__Shoulder { margin: 0 0.83vw 0 0; width: 6.7vw; height: 6.7vw; font-size: 1.5vw; }
  .FloatingFooterPC__ContactText { font-size: 1.166vw; }
  .FloatingFooterPC__ContactPhoneNumber { padding: 0.42vw 0; }
  .FloatingFooterPC__ContactPhoneNumber:before { margin: 0 0.42vw 0 0; font-size: 2.5vw; }
  .FloatingFooterPC__ContactPhoneNumber a { font-size: 2.75vw; }
  .FloatingFooterPC__ContactReceptionHours { font-size: 1.083vw; }
  .FloatingFooterPC__Secondary li { margin: 0 0 0 0.83vw; width: 23.33vw; }
  .FloatingFooterPC__Secondary a { min-height: 5.0vw; font-size: 1.33vw; border-radius: 0.83vw; }
  .FloatingFooterPC__Secondary li.--Mail a i { font-size: 2.0vw; }
  .FloatingFooterPC__Secondary li.--Line a i { font-size: 2.66vw; }
}

@media screen and (max-width: 600px) {
  .Body__FloatingFooterPC { display: none; }
}

/* フローティングフッター（SP）
======================================================== */
.FloatingFooterSP { display: none !important; }
.editor-styles-wrapper .is-root-container .FloatingFooterSP { display: block !important; }

@media screen and (max-width: 600px) {
  .FloatingFooterSP { position: fixed; z-index: 99; bottom: 0; display: flex !important; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; background: #fff; }
  .FloatingFooterSP__Heading { margin: 0; padding: 2vw 0 1vw; width: 100%; text-align: center; }
  .FloatingFooterSP__Heading strong { display: block; font-size: 2.0rem; font-weight: 500; font-style: normal; line-height: 1; text-align: center; }
  .FloatingFooterSP__Heading strong:before,
  .FloatingFooterSP__Heading strong:after { position: relative; display: inline-block; content: ""; margin: 0 3vw; margin-top: -1vw; width: 0.1vw; height: 5vw; vertical-align: middle; background-color: #666; }
  .FloatingFooterSP__Heading strong:before { transform: rotate(-30deg); }
  .FloatingFooterSP__Heading strong:after { transform: rotate(30deg); }
  .FloatingFooterSP__List { display: flex; justify-content: space-between; margin: 0; padding: 0; width: 100%; }
  .FloatingFooterSP__List li { display: flex; width: 100%; }
  .FloatingFooterSP__List li a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 3vw 0; width: 100%; color: #fff; font-size: 1.9rem; font-weight: 500; letter-spacing: 0; text-decoration: none; }
  .FloatingFooterSP__List li a i,
  .FloatingFooterSP__List li a strong { margin-right: 1vw; }
  .FloatingFooterSP__List li:nth-child(1) a { background: #f2c200; }
  .FloatingFooterSP__List li:nth-child(1) a i { font-size: 1.8rem; }
  .FloatingFooterSP__List li:nth-child(2) a { background: #f2862e; }
  .FloatingFooterSP__List li:nth-child(2) a i { font-size: 2.4rem; }
  .FloatingFooterSP__List li:nth-child(3) a { background: #10cb10; }
  .FloatingFooterSP__List li:nth-child(3) a i { font-size: 2.4rem; }
}

/* サイドフローティング　
======================================================== */
.SideFloating { position: fixed; z-index: 101; right: 0; top: 120px; display: flex; flex-direction: column; width: 60px; }
.editor-styles-wrapper .is-root-container .SideFloating { position: initial; }
.SideFloating li { writing-mode: vertical-rl; -ms-writing-mode: tb-rl; text-orientation: upright; margin: 0 0 5px; padding: 0; }
.SideFloating li a { display: block; margin: 0; padding: 15px 10px; color: #fff; font-size: 1.6rem; text-decoration: none; border-radius: 5px 0 0 5px; }
.SideFloating li a i { padding-bottom: 5px; }
.SideFloating li a:hover { opacity: 1; filter: brightness(1.1); }
.SideFloating li:nth-child(1) a { background: #ea8b8c; }
.SideFloating li:nth-child(2) a { background: #73c864; }
.SideFloating li:nth-child(3) a { background: #8b9cdf; }
.SideFloating li:nth-child(4) a { background: #e19b48; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .SideFloating { top: 10vw; width: 5vw; }
  .SideFloating li { margin: 0 0 0.4vw 0; }
  .SideFloating li a { padding: 1.25vw 0.84vw; font-size: 1.33vw; border-radius: 0.4vw 0 0 0.4vw; }
  .SideFloating li a i { padding-bottom: 0.42vw; }
}

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

/* 下層レイアウト
======================================================== */
.SubPage {
    border-bottom: solid 5px #fff;
}
.Body__TwoColumns { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: flex-start; margin: 0 auto; padding: 40px 0; width: 1100px; }                                
.Body__Page,
.Body__Archive,
.Body__Single { margin: 0; padding: 0 0 60px; width: 800px; }
.Body__Sidebar { margin: 0; padding: 0; width: 250px; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .Body__TwoColumns { padding: 3.333vw 0; width: 91.667vw; }
  .Body__Page,
  .Body__Archive,
  .Body__Single { padding: 0 0 5vw; width: 66.666vw; }
  .Body__Sidebar { width: 20.833vw; }
}

@media screen and (max-width: 600px) {
  .Body__TwoColumns { flex-direction: column; padding: 5vw 0; width: 90%; }
  .Body__Page,
  .Body__Archive,
  .Body__Single { margin: 0 auto; padding: 0 0 10vw; width: 100%; }
  .Body__Sidebar { margin: 0 auto; width: 80%; }
}

/* 下層ページタイトル・パンくず
======================================================== */
.Body__PageTitle { position: relative; display: flex; align-items: center; margin: 0 auto; padding: 20px 0; width: 100%; min-height: 180px; background-color: #f4f1ec; }
.Body__PageTitleBg { position: absolute; top: 50%; transform: translateY(-50%); height: 100%; }
.Body__PageTitleBg img { width: 100%; height: 100%; object-fit: cover; }
.Body__PageTitleBg.--Left { left: 0; width: 19.5%; }
.Body__PageTitleBg.--Right { right: 0; width: 30.5%; }
.PageTitle { z-index: 1; margin: 0 auto; padding: 0; width: 1100px; }
.PageTitle__Heading { font-size: 3.4rem; font-weight: 900; line-height: 1.3; text-align: center; }
.Body__BreadCrumbs { margin: 0 auto; padding: 0; width: 100%; }
.BreadCrumbs { margin: 0 auto; padding: 10px 0; width: 1100px; font-size: 1.3rem; white-space: nowrap; overflow-x: auto; --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; }


@media only screen and (min-width:600px) and (max-width:1200px) {
  .Body__PageTitle { padding: 1.666vw 0; min-height: 15vw; }
  .PageTitle { width: 91.667vw; }
  .PageTitle__Heading { font-size: 2.833vw; }
  .BreadCrumbs { padding: 0.833vw 0; width: 91.667vw; font-size: 1.083vw; }
}

@media screen and (max-width: 600px) {
  .Body__PageTitle { padding: 4vw 0; min-height: 30vw; }
  .Body__PageTitleBg.--Left { width: 39%; }
  .Body__PageTitleBg.--Right { width: 61%; }
  .PageTitle { width: 90%; }
  .PageTitle__Heading { font-size: 3.0rem; }
  .Body__BreadCrumbs { width: 90%; }
  .BreadCrumbs { padding: 3vw 0; width: 100%; font-size: 1.3rem; }
}

/* PageTop
======================================================== */
.PageTop { position: fixed; bottom: 20px; right: 40px; z-index: 99; }
.PageTop__Button { position: relative; display: inline-block; width: 60px; height: 60px; 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:1200px) {
  .PageTop { bottom: 1.538vw; right: 3.076vw; }
  .PageTop__Button { width: 4.615vw; height: 4.615vw; }
  .PageTop__Button:before { font-size: 1.846vw; }
}

@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; border-radius: 50%; opacity: 0.7; }
  .PageTop__Button:before { }
}

.ReleaseUpdate { display: flex; align-items: center; margin: 0; padding: 0; color: #666; font-size: 1.4rem; }
.ReleaseUpdate dt { padding: 0 20px 20px 0; }
.ReleaseUpdate dd { padding: 0 0 20px 0; }
.ReleaseUpdate i { padding-right: 5px; }
.Page__Image img,
.Single__Image img { display: block; margin: 0 auto 60px; }

.Body__Top img, .Body__Page img, .Body__Single img { max-width: 100%; height: auto; }
.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__Page ol, .Body__Single ul, .Body__Single ol { padding-bottom: 3rem; }
.Body__Page iframe,
.Body__Single iframe { max-width: 100%; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Page img, .Body__Page iframe, .Body__Page p, .Body__Archive p, .Body__Single p, .Body__Page ul, .Body__Page ol, .Body__Single ul, .Body__Single ol { padding-bottom: 2.5vw; }
  .ReleaseUpdate { font-size: 1.166vw; }
  .ReleaseUpdate dt { padding: 0 1.666vw 1.666vw 0; }
  .ReleaseUpdate dd { padding: 0 0 1.666vw 0; }
  .ReleaseUpdate i { padding-right: 0.41vw; }
  .Page__Image img,
  .Single__Image img { margin: 0 auto 5vw; }
}

@media screen and (max-width: 600px) {
  .ReleaseUpdate dt { padding: 0 4vw 4vw 0; }
  .ReleaseUpdate dd { padding: 0 0 4vw 0; }
  .Page__Image img,
  .Single__Image img { margin: 0 auto 10vw; }
}

/* サイドバー
======================================================== */
.SidebarTop { margin: 0 0 20px; padding: 0; width: 100%; border-width: 1px; border-style: solid; border-color: #f79646; }
.SidebarTop__Image { margin: 0; padding: 0; width: 100%; }
.SidebarTop__Image:before { padding-top: 64%; }
.SidebarTop__Text { margin: 0 auto; padding: 0 0 15px; width: 90%; font-size: 1.6rem; font-weight: 700; line-height: 1.5; letter-spacing: 0; text-align: center; }
.SidebarTop__Text strong { color: #dd772a; font-weight: 700; }
.SidebarTop__PhoneNumber { display: flex; justify-content: flex-start; align-items: center; margin: 0; padding: 0 0 10px 0; width: 100%; line-height: 1.0; }
.SidebarTop__PhoneNumber:before { display: flex; justify-content: center; align-items: center; margin: 3px 5px 0 10px; padding: 0; width: 20px; height: 20px; border-width: 1px; border-style: solid; border-color: #dd772a; border-radius: 50%; color: #dd772a; content: "\f095"; font-size: 1.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarTop__PhoneNumber a { color: #dd772a; font-size: 2.6rem; font-weight: 900; text-decoration: none; pointer-events: none; }
.SidebarTop__ReceptionHours { display: flex; justify-content: center; margin: 0 auto; padding: 0 0 20px; width: 100%; font-size: 1.4rem; font-weight: 400; line-height: 1.3; letter-spacing: 0; }
.SidebarTop__ReceptionHours dt:before { content: "受付時間　"; }
.SidebarTop__List { display: flex; flex-direction: column; margin: 0 auto; padding: 0; width: 90%; }
.SidebarTop__List li { margin: 0 0 15px; padding: 0; width: 100%; }
.SidebarTop__List li a { position: relative; display: block; margin: 0; padding: 10px 0; color: #fff; font-size: 1.6rem; font-weight: 500; line-height: 1.5; text-decoration: none; text-align: center; background-color: #4b311f; border-width: 1px; border-style: solid; border-color: #4b311f; border-radius: 100px; transition: color 0.5s, background-color 0.5s; }
.SidebarTop__List li a:after { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); content: " \f138"; font-size: 1.2rem; font-weight: bold; font-family: "Font Awesome 6 Free"; }
.SidebarTop__List li a:hover { opacity: 1.0; color: #4b311f; background-color: #fff; }

.BoxMenu.sidebar-banner { margin-bottom: 30px; /* ▼バナー */ }
.BoxMenu.sidebar-banner .BoxMenu__Item { position: relative; display: flex; flex-direction: column-reverse; justify-content: center; align-items: center; margin: 0 0 20px; padding: 0; min-height: 90px; text-decoration: none; transition: opacity 0.5s; }
.BoxMenu.sidebar-banner .BoxMenu__Image { position: absolute; left: 0; top: 0; width: 100%; }
.BoxMenu.sidebar-banner .BoxMenu__Image img { width: 100%; height: auto; }
.BoxMenu.sidebar-banner .BoxMenu__Title { z-index: 1; margin: 0; padding: 0 0 0 40px; color: #dd772a; font-size: 3.9rem; font-weight: 600; font-family: "Noto Serif JP"; }
.BoxMenu.sidebar-banner .BoxMenu__Description { z-index: 1; margin: 0; padding: 0 0 0 40px; font-size: 1.6rem; font-weight: 500; letter-spacing: 0.1em; }

.Body__Sidebar .--Search { margin-bottom: 30px; width: 100%; /* ▼検索 */ }
.Body__Sidebar .--Search label { display: none; }
.Body__Sidebar .--Search .wp-block-search__inside-wrapper { position: relative; max-width: 100%; }
.Body__Sidebar .--Search .wp-block-search__inside-wrapper:before { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #ccc; content: "\f002"; font-size: 1.8rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Body__Sidebar .--Search .wp-block-search__input { padding: 4% 0 4% 14%; background-color: #fff; border-width: 1px; border-style: solid; border-color: #c2c2c2; }
.Body__Sidebar .--Search .wp-block-search__button { width: 22%; color: #fff; font-size: 1.4rem; font-weight: 500; background-color: #4b311f; border-width: 1px; border-style: solid; border-color: #4b311f; white-space: nowrap; transition: color 0.5s, background-color 0.5s; }
.Body__Sidebar .--Search .wp-block-search__button:hover { cursor: pointer; opacity: 1.0; color: #4b311f; background-color: #fff; }

.--SidebarSubHeading { margin: 0 0 15px; padding: 5px 0; font-size: 1.7rem; font-weight: 700; letter-spacing: 0; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #dd772a; }
.SidebarContents { margin: 0 0 30px; /* ▼コンテンツメニュー */ }
.SidebarContents .--SidebarSubHeading { margin-bottom: 10px; }
.SidebarContents__Menu { margin: 0 auto; padding: 0; width: 100%; }
.SidebarContents__Menu li { display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.SidebarContents__Menu li a { position: relative; display: flex; align-items: center; margin: 0; padding: 15px 8% 15px 7%; width: 85%; font-size: 1.5rem; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #c3c3c3; transition: color 0.5s; }
.SidebarContents__Menu li a:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); content: " \f138"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarContents__Menu li a:hover { opacity: 1.0; color: #dd772a; }
.SidebarContents__Menu li.menu-item-has-children a:after { content: " \2b"; font-size: 1.6rem; }
.SidebarContents__Menu li.menu-item-has-children a.--Selected:after { content: " \f068"; }
.SidebarContents__Menu li.menu-item-has-children ul.sub-menu { display: none; }
.SidebarContents__Menu li.menu-item-has-children ul.sub-menu li a:after { right: 10px; content: "\f138"; font-size: 1.2rem; }
.SidebarContents__Menu li.menu-item-has-children ul.sub-menu li a { padding: 15px 13% 15px 13%; width: 74%; }
.SidebarContents__Menu li.menu-item-has-children ul.sub-menu ul.sub-menu li a { padding: 15px 15% 15px 19%; width: 66%; }
.SidebarContents__Menu li.menu-item-has-children ul.sub-menu ul.sub-menu ul.sub-menu li a { padding: 20px 15% 20px 25%; width: 60%; }

.SidebarOffice { margin: 0 0 20px; padding: 0; /* ▼事務所紹介 */ }
.SidebarOffice__Image { display: block; margin: 0 auto 20px; padding: 0; width: 88%; }
.SidebarOffice__Image img { width: 100%; height: auto; }
.SidebarOffice__Management { margin: 0; padding: 0 0 10px; width: 100%; color: #dd772a; font-size: 2.2rem; font-weight: 700; }
.SidebarOffice__Access,
.SidebarOffice__Address { margin: 0; padding: 0; font-size: 1.6rem; font-weight: 500; line-height: 1.35; }
.SidebarOffice__Address { padding-bottom: 10px; }
.SidebarOffice__Address span { display: block; }
.SidebarOffice dl { display: flex; flex-direction: column; margin: 0; padding: 0 0 25px; }
.SidebarOffice__PhoneNumber { display: flex; align-items: center; margin: 0; padding: 0 0 15px; }
.SidebarOffice__PhoneNumber:before { display: flex; justify-content: center; align-items: center; margin: 3px 5px 0 0; padding: 0; width: 20px; height: 20px; border-width: 1px; border-style: solid; border-color: #dd772a; border-radius: 50%; color: #dd772a; content: "\f095"; font-size: 1.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarOffice__PhoneNumber a { color: #dd772a; font-size: 2.6rem; font-weight: 900; text-decoration: none; pointer-events: none; }
.SidebarOffice__ReceptionHours { margin: 0; padding: 0 0 0 10px; font-size: 1.4rem; font-weight: 400; letter-spacing: 0; }
.SidebarOffice__ReceptionHours:before { content: "受付時間　"; }
.SidebarOffice iframe { height: 250px; }

.SidebarArea { margin: 0 0 30px; padding: 0; /* ▼対象地域 */ }
.SidebarArea__Text { margin: 0; padding: 0; font-size: 1.6rem; font-weight: 500; line-height: 1.35; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .SidebarTop { margin: 0 0 1.666vw; }
  .SidebarTop__Text { padding: 0 0 1.25vw; font-size: 1.333vw; }
  .SidebarTop__PhoneNumber { padding: 0 0 0.833vw 0; }
  .SidebarTop__PhoneNumber:before { margin: 0.25vw 0.416vw 0 0.833vw; width: 1.666vw; height: 1.666vw; font-size: 0.833vw; }
  .SidebarTop__PhoneNumber a { font-size: 2.166vw; }
  .SidebarTop__ReceptionHours { padding: 0 0 1.666vw; font-size: 1.166vw; }
  .SidebarTop__List li { margin: 0 0 1.25vw; }
  .SidebarTop__List li a { padding: 0.833vw 0; font-size: 1.333vw; }
  .SidebarTop__List li a:after { right: 1.25vw; font-size: 1.0vw; }
  .BoxMenu.sidebar-banner { margin-bottom: 2.5vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Item { margin: 0 0 1.666vw; min-height: 7.5vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Title { padding: 0 0 0 3.333vw; font-size: 3.25vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Description { padding: 0 0 0 3.333vw; font-size: 1.333vw; }
  .--SidebarSubHeading { margin: 0 0 1.25vw; font-size: 1.416vw; border-bottom-width: 0.167vw; }
  .Body__Sidebar .--Search { margin-bottom: 2.5vw; }
  .Body__Sidebar .--Search .wp-block-search__inside-wrapper:before { left: 1.25vw; font-size: 1.5vw; }
  .Body__Sidebar .--Search .wp-block-search__input { min-width: 2.5vw; }
  .Body__Sidebar .--Search .wp-block-search__button { font-size: 1.166vw; }
  .SidebarContents { margin: 0 0 2.5vw; }
  .SidebarContents .--SidebarSubHeading { margin-bottom: 0.833vw; }
  .SidebarContents__Menu li a { padding: 1.25vw 8% 1.25vw 7%; font-size: 1.25vw; }
  .SidebarContents__Menu li a:after { right: 0.833vw; font-size: 1.083vw; }
  .SidebarContents__Menu li.menu-item-has-children a:after { font-size: 1.333vw; }
  .SidebarContents__Menu li.menu-item-has-children ul.sub-menu li a { padding: 1.25vw 13% 1.25vw 13%; }
  .SidebarContents__Menu li.menu-item-has-children ul.sub-menu li a:after { right: 0.833vw; font-size: 1.0vw; }
  .SidebarOffice { margin: 0 0 1.666vw; }
  .SidebarOffice__Image { margin: 0 auto 1.666vw; }
  .SidebarOffice__Management { padding: 0 0 0.833vw; font-size: 1.833vw; }
  .SidebarOffice__Access,
  .SidebarOffice__Address { font-size: 1.333vw; }
  .SidebarOffice__Address { padding-bottom: 0.833vw; }
  .SidebarOffice dl { padding: 0 0 2.083vw }
  .SidebarOffice__PhoneNumber { padding: 0 0 1.25vw; }
  .SidebarOffice__PhoneNumber:before { margin: 0.25vw 0.416vw 0 0; width: 1.666vw; height: 1.666vw; font-size: 0.833vw; }
  .SidebarOffice__PhoneNumber a { font-size: 2.166vw; }
  .SidebarOffice__ReceptionHours { padding: 0 0 0.833vw; font-size: 1.166vw; }
  .SidebarOffice iframe { height: 20.833vw; }
  .SidebarArea { margin: 0 0 2.5vw; }
  .SidebarArea__Text { font-size: 1.333vw; }
}

@media screen and (max-width: 600px) {
  .SidebarTop { margin: 0 0 5vw; }
  .SidebarTop__Text { padding: 0 0 3vw; font-size: 2.2rem; }
  .SidebarTop__PhoneNumber { padding: 0 0 1vw; }
  .SidebarTop__PhoneNumber:before { margin: 0.5vw 2vw 0 4vw; width: 6vw; height: 6vw; font-size: 1.5rem; }
  .SidebarTop__PhoneNumber a { pointer-events: initial; font-size: 3.6rem; }
  .SidebarTop__ReceptionHours { padding: 0 0 4vw; font-size: 1.8rem; }
  .SidebarTop__List li { margin: 0 0 3vw; }
  .SidebarTop__List li a { padding: 3vw 0; font-size: 2.0rem; }
  .SidebarTop__List li a:after { right: 4vw; font-size: 1.5rem; }
  .BoxMenu.sidebar-banner { margin-bottom: 10vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Item { margin: 0; min-height: 25.5vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Title { padding: 0 0 0 15vw; font-size: 5.0rem; }
  .BoxMenu.sidebar-banner .BoxMenu__Description { padding: 0 0 0 15vw; font-size: 2.2rem; }
  .--SidebarSubHeading { margin: 0 0 3vw; padding: 1vw 0; font-size: 2.1rem; }
  .Body__Sidebar .--Search .wp-block-search__inside-wrapper:before { left: 2vw; font-size: 2.4rem; }
  .Body__Sidebar .--Search .wp-block-search__button { font-size: 1.9rem; }
  .SidebarContents { margin: 0; padding: 0 0 10vw; }
  .SidebarContents li a { padding: 5vw 8% 5vw 5%; font-size: 1.9rem; }
  .SidebarContents__Menu li a:after { right: 1.0vw; font-size: 1.7rem; }
  .SidebarContents__Menu li.menu-item-has-children ul.sub-menu li a { padding: 4vw 13% 4vw 13%; }
  .SidebarContents li.menu-item-has-children a:after { right: 2vw; font-size: 2.4rem; }
  .SidebarContents li.menu-item-has-children ul.sub-menu li a:after { right: 2.5vw; font-size: 1.7rem; }
  .SidebarOffice__Image { margin: 0 auto 5vw; width: 100%; }
  .SidebarOffice__Image img { width: 100%; height: auto; }
  .SidebarOffice__Management { padding: 0 0 2vw; font-size: 2.5rem; }
  .SidebarOffice__Access,
  .SidebarOffice__Address { font-size: 1.8rem; }
  .SidebarOffice__Address { padding-bottom: 2vw; }
  .SidebarOffice dl { padding: 0 0 5vw; }
  .SidebarOffice__PhoneNumber { padding: 0 0 3vw; }
  .SidebarOffice__PhoneNumber:before { margin: 1vw 2vw 0 0; width: 5vw; height: 5vw; font-size: 1.2rem; }
  .SidebarOffice__PhoneNumber a { pointer-events: initial; font-size: 3.2rem; }
  .SidebarOffice__ReceptionHours { padding: 0 0 0 2vw; font-size: 1.7rem; }
  .SidebarOffice iframe { height: 65vw; }
  .SidebarArea { margin: 0 0 10vw; }
  .SidebarArea__Text { font-size: 1.8rem; }
}

/* サイトマップ
======================================================== */
.simple-sitemap-container h3 { padding: 1rem 1rem; white-space: nowrap; font-size: 1.6rem; font-weight: 500 !important; background: none; border: none; }
.simple-sitemap-container h3:before { display: none; }
.simple-sitemap-container.tab-enabled label { margin-bottom: -1px !important; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; 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-container.tab-enabled .panel { border-top-width: 1px !important; border-top-color: #ddd !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; }
.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:1200px) {
  .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.83vw; font-size: 1.33vw; }
  .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-right: 2px !important; width: 16% !important; }
  .simple-sitemap-container.tab-enabled input:checked + label { padding-right: 0; }
  .simple-sitemap-container h3 { 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:1200px) {
  .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; }
}

/* コンテンツ末尾に表示する親子ページのリスト　
======================================================== */
.ChildList { margin: 80px auto; width: 100%; font-size: 1.8rem; border-width: 1px; border-style: solid; border-color: #4b311f; }
.ChildList__Heading a { display: block; padding: 15px 10px; color: #fff; text-decoration: none; background-color: #4b311f; }
.ChildList ul { margin: 0; padding: 0; }
.ChildList ul.children { margin-left: 0 !important; }
.ChildList ul li { margin: 0; padding-bottom: 0; list-style: none; }
.ChildList ul li a { display: block; padding: 15px 10px; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #4b311f; }
.ChildList ul li a:before { display: inline-block; padding: 0 5px 0 0; content: " \f105"; font-family: "Font Awesome 6 Free"; font-size: 1.4rem; font-weight: 700; }
.ChildList ul li a:hover { opacity: 1.0; color: #dd772a; background-color: #f4f1ec; }
.ChildList ul li.page_item_has_children a,
.ChildList ul li:last-child a { border-bottom: none; }
.ChildList ul li.page_item_has_children:last-child ul.children li:last-child a { margin-bottom: -1px; }
.ChildList ul li.page_item_has_children ul li a { padding: 15px 10px 15px 35px; border-bottom: none; }
.ChildList ul li.page_item_has_children ul li:last-child a { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #4b311f; }
.ChildList ul li.page_item_has_children ul li a:before { content: " \f0da"; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .ChildList { margin: 6.666vw auto; font-size: 1.5vw; }
  .ChildList__Heading a { padding: 1.25vw 0.833vw; }
  .ChildList ul li a { padding: 1.25vw 0.833vw; }
  .ChildList ul li a:before { padding: 0 0.416vw 0 0; font-size: 1.166vw; }
  .ChildList ul li.page_item_has_children ul li a { padding: 1.25vw 0.833vw 1.253vw 2.916vw; }
}

@media screen and (max-width: 600px) {
  .ChildList { margin: 8vw auto; }
  .ChildList__Heading a { padding: 3vw 2vw; font-size: 1.9rem; }
  .ChildList ul li a { padding: 3vw 2vw; }
  .ChildList ul li a:before { padding: 0 0.5vw 0 0; }
  .ChildList 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%; }
.SubPage__AuthorHeading { margin: 0; padding: 0 0 5px !important; font-size: 1.8rem; font-weight: 700; }
.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__Primary img { padding-bottom: 0; }
.Author__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 82%; }
.Author__Shoulder { margin: 0; padding: 0; font-size: 1.3rem; font-weight: 400; line-height: 1.2; }
.Author__FullName { margin: 0; padding: 1% 0 2%; font-size: 1.8rem; font-weight: 700; line-height: 1.2; }
.Author__Text { margin: 0; padding: 0; font-size: 1.5rem; font-weight: 400; line-height: 1.45; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .SubPage__Author { padding: 0 0 3.076vw; }
  .SubPage__AuthorHeading { padding: 0 0 0.416vw !important; font-size: 1.5vw; }
  .Author__Shoulder { font-size: 1.0vw; }
  .Author__FullName { font-size: 1.384vw; }
  .Author__Text { font-size: 1.153vw; }
}

@media screen and (max-width: 600px) {
  .SubPage__Author { padding: 0 0 10vw; }
  .SubPage__AuthorHeading { padding: 0 0 1vw !important; font-size: 1.7rem; }
  .Author { padding: 4%; width: 92%; }
  .Author__Primary { width: 24%; }
  .Author__Secondary { width: 70%; }
  .Author__FullName { padding: 3vw 0; }
}

/* 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; font-size: 1.4rem; line-height: 1.7; text-decoration: none; background: #eaeaea; /* border-width: 1px; border-style: solid; border-color: #1f3f77; border-radius: 100px; */ }
.SingleTerm li a:hover { /* color: #fff; background-color: #1f3f77; */ }

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

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

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


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

}

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

}

/* アーカイブ・詳細
======================================================== */


/* 絞り込み検索
======================================================== */
.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:1200px) {
  .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; }
  .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; }
}

/* アーカイブ
======================================================== */
.ArchiveCase,
.ArchiveVoice,
.ArchiveQa,
.ArchiveNews { position: relative; margin: 0 0 40px; padding: 0 0 40px; border-bottom:1px  #eaeaea solid; }
.ArchiveMovie { width: 48%; }
.ArchiveCase a,
.ArchiveVoice a,
.ArchiveQa a,
.ArchiveNews a { position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 100%; height: 100%; background: #fff; opacity: 0; }
.ArchiveCase a:hover,
.ArchiveVoice a:hover,
.ArchiveQa a:hover,
.ArchiveNews a:hover { opacity: 0.3; }
.ArchiveCase__Title,
.ArchiveVoice__Title,
.ArchiveQa__Title,
.ArchiveNews__Title { margin: 0 0 20px; padding-left: 1%; padding-right: 1%; color: #fff; font-size: 2.6rem; background-color: #dd772a; border-bottom-width: 2px; border-bottom-style: solid; border-image: none; }
.ArchiveCase__Title:before,
.ArchiveVoice__Title:before,
.ArchiveQa__Title:before,
.ArchiveNews__Title:before { display: none; }
.ArchiveCase__Primary,
.ArchiveVoice__Primary,
.ArchiveQa__Primary,
.ArchiveNews__Primary { display: flex; justify-content: space-between; align-items: flex-start; }
.ArchiveCase__Image,
.ArchiveVoice__Image,
.ArchiveQa__Image,
.ArchiveNews__Image { width: 20%; }
.ArchiveCase__Image:before,
.ArchiveVoice__Image:before,
.ArchiveQa__Image:before,
.ArchiveNews__Image:before { padding-top: 100%; }
.ArchiveCase__Text,
.ArchiveVoice__Text,
.ArchiveQa__Text,
.ArchiveNews__Text { display: flex; align-items: center; width: 100%; }
.ArchiveCase__Primary.--ThumbOn .ArchiveCase__Text,
.ArchiveVoice__Primary.--ThumbOn .ArchiveVoice__Text ,
.ArchiveQa__Primary.--ThumbOn .ArchiveQa__Text,
.ArchiveNews__Primary.--ThumbOn .ArchiveNews__Text { width: 76%;  }
.ArchiveCase__Text p,
.ArchiveVoice__Text p,
.ArchiveQa__Text p,
.ArchiveNews__Text p { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 30px; padding: 0; font-size: 1.8rem; line-height: 1.7; }
.ArchiveCase__Primary.--ThumbOn .ArchiveCase__Text p,
.ArchiveVoice__Primary.--ThumbOn .ArchiveVoice__Text p,
.ArchiveQa__Primary.--ThumbOn .ArchiveQa__Text p,
.ArchiveNews__Primary.--ThumbOn .ArchiveNews__Text p { margin: 0; }
.ArchiveCase__Secondary,
.ArchiveVoice__Secondary,
.ArchiveQa__Secondary,
.ArchiveNews__Secondary { padding: 10px 0 0; width: 77%; display: flex; flex-direction: column; }
.ArchiveCase__Date,
.ArchiveVoice__Date,
.ArchiveQa__Date,
.ArchiveNews__Date { padding: 10px 0; font-size: 1.3rem;}
.ArchiveCase__Category,
.ArchiveVoice__Category,
.ArchiveQa__Category,
.ArchiveNews__Category { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ArchiveCase__Category span,
.ArchiveVoice__Category span,
.ArchiveQa__Category span,
.ArchiveNews__Category span { display: inline-block; margin: 0 10px 10px 0; padding: 5px 10px; border-radius: 2px; background: #eaeaea; font-size: 1.4rem; }
.ArchiveCase:after,
.ArchiveVoice:after,
.ArchiveQa:after,
.ArchiveNews:after { content: "続きを見る »"; position: absolute; right: 0; bottom: 3rem; padding: 10px 30px; color:#fff; font-size: 1.6rem; font-weight: 500; background-color: #4b311f; border-radius: 5px; pointer-events: none; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .ArchiveCase,
  .ArchiveVoice,
  .ArchiveQa,
  .ArchiveNews { margin: 0 0 3.33vw; padding: 0 0 3.33vw; }
  .ArchiveCase__Title,
  .ArchiveVoice__Title,
  .ArchiveQa__Title,
  .ArchiveNews__Title { margin: 0 0 1.67vw; font-size: 2.166vw; }
  .ArchiveCase__Text p,
  .ArchiveVoice__Text p,
  .ArchiveQa__Text p,
  .ArchiveNews__Text p { margin: 0 0 2.5vw; font-size: 1.5vw; }
  .ArchiveCase__Secondary,
  .ArchiveVoice__Secondary,
  .ArchiveQa__Secondary,
  .ArchiveNews__Secondary { padding: 0.82vw 0 0; }
  .ArchiveCase__Date,
  .ArchiveVoice__Date,
  .ArchiveQa__Date,
  .ArchiveNews__Date { padding: 0.83vw 0; font-size: 1.08vw; }
  .ArchiveCase__Category span,
  .ArchiveVoice__Category span,
  .ArchiveQa__Category span,
  .ArchiveNews__Category span { margin: 0 0.83vw 0.83vw 0; padding: 0.42vw 0.83vw; font-size: 1.17vw; }
  .ArchiveCase:after,
  .ArchiveVoice:after,
  .ArchiveQa:after,
  .ArchiveNews:after { bottom: 2.5vw; padding: 0.83vw 2.48vw; font-size: 1.333vw; }
}

@media screen and (max-width: 600px) {
  .ArchiveCase,
  .ArchiveVoice,
  .ArchiveQa,
  .ArchiveNews { margin: 0 0 4vw; padding: 0 0 4vw; }
  .ArchiveCase a:hover,
  .ArchiveVoice a:hover,
  .ArchiveQa a:hover,
  .ArchiveNews a:hover { opacity: 0; }
  .ArchiveCase a:active,
  .ArchiveVoice a:active,
  .ArchiveQa a:active,
  .ArchiveNews a:active { opacity: 0.3; }
  .ArchiveCase__Title,
  .ArchiveVoice__Title,
  .ArchiveQa__Title,
  .ArchiveNews__Title { margin: 0 0 4vw; }
  .ArchiveCase__Primary,
  .ArchiveVoice__Primary,
  .ArchiveQa__Primary,
  .ArchiveNews__Primary { flex-direction: column; }
  .ArchiveCase__Image,
  .ArchiveVoice__Image,
  .ArchiveQa__Image,
  .ArchiveNews__Image { margin: 0 auto 3vw; width: 50%; }
  .ArchiveCase__Text,
  .ArchiveCase__Primary.--ThumbOn .ArchiveCase__Text,
  .ArchiveVoice__Text,
  .ArchiveVoice__Primary.--ThumbOn .ArchiveVoice__Text,
  .ArchiveQa__Text,
  .ArchiveQa__Primary.--ThumbOn .ArchiveQa__Text,
  .ArchiveNews__Text,
  .ArchiveNews__Primary.--ThumbOn .ArchiveNews__Text { padding-bottom: 4vw; width: 100%; }
  .ArchiveCase__Text p,
  .ArchiveVoice__Text p,
  .ArchiveQa__Text p,
  .ArchiveNews__Text p { margin-bottom: 0; font-size: 1.7rem; }
  .ArchiveCase__Secondary,
  .ArchiveVoice__Secondary,
  .ArchiveQa__Secondary,
  .ArchiveNews__Secondary { padding: 0; width: 60%; }
  .ArchiveCase__Date,
  .ArchiveVoice__Date,
  .ArchiveQa__Date,
  .ArchiveNews__Date { padding: 2vw 0; font-size: 1.4rem; }
  .ArchiveCase__Category span,
  .ArchiveVoice__Category span,
  .ArchiveQa__Category span,
  .ArchiveNews__Category span { margin: 0 2vw 2vw 0; padding: 1vw 2vw; }
  .ArchiveCase:after,
  .ArchiveVoice:after,
  .ArchiveQa:after,
  .ArchiveNews:after { bottom: 6vw; padding: 2vw 6vw; font-size: 1.7rem; }
}

/* 関連記事
======================================================== */
.Main__RelationPage { padding: 0 0 50px; }
.RelationPage { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 100%; }
.RelationPage__Heading { position: relative; margin: 3rem auto; padding: 12px 2%; width: 96%; color: #191818; font-size: 2.4rem; font-weight: 600; line-height: 1.3; text-align: left; background-color: #f0f4fc; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #1f3f77; font-family: "Noto Serif JP"; }
.RelationPage__Item { display: flex; margin: 0 3.1% 3.1% 0; padding: 1%; width: 29%; background-color: #fff; 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: #f2f5fa; }
.RelationPage__Primary { width: 100%; }
.RelationPage__Primary:before { padding-top: 54%; }
.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: 15px 0; }
.RelationPage__Title h3,
.RelationPage__Title p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; width: 100%; color: #333; font-size: 1.7rem; font-weight: 500; line-height: 1.3; text-align: left; background: none; border: none; -webkit-text-fill-color: initial; font-family: "Noto Serif JP"; }
.Main__RelationPage .--Button { margin: 0 37%; padding: 0; width: 26%; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Main__RelationPage { padding: 0 0 3.846vw; }
  .RelationPage__Heading { margin: 2.3vw auto; padding: 0.923vw 2%; font-size: 1.846vw; border-bottom-width: 0.154vw; }
  .RelationPage__Title { padding: 1.153vw 0; }
  .RelationPage__Title h3,
  .RelationPage__Title p { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .Main__RelationPage { margin: 0 calc(50% - 50vw); padding: 0 0 10vw; width: 100vw; }
  .RelationPage__Heading { margin: 0 auto 5vw; padding: 3vw 2%; width: 86%; font-size: 2.4rem; }
  .RelationPage { margin: 0 0 5vw; justify-content: center; }
  .RelationPage .slick-list { width: 100%; }
  .RelationPage .slick-track { display: flex; }
  .RelationPage .slick-prev,
  .RelationPage .slick-next { z-index: 1; width: 8vw; height: 8vw; background: #1f3f77; border-radius: 50%; }
  .RelationPage .slick-prev { left: 11vw; }
  .RelationPage .slick-next { right: 11vw; }
  .RelationPage .slick-prev:before,
  .RelationPage .slick-next:before { font-size: 1.5rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .RelationPage .slick-prev:before { content: "\f053"; }
  .RelationPage .slick-next:before { content: "\f054"; }
  .RelationPage__Item { margin: 0 3vw; padding: 0; }
  .RelationPage__Title { padding: 3vw 0; }
  .RelationPage__Title h3,
  .RelationPage__Title p { font-size: ; }
  .Main__RelationPage .--Button { margin: 0 24%; width: 52%; }
}

/* 子ページ一覧
======================================================== */
.ChildPage { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 100%; }
.ChildPage__Heading { position: relative; margin: 3rem auto; padding: 12px 2%; width: 96%; color: #191818; font-size: 2.4rem; font-weight: 600; line-height: 1.3; text-align: left; background-color: #f0f4fc; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #1f3f77; font-family: "Noto Serif JP"; }
.ChildPage__Item { display: flex; margin: 0 3.1% 3.1% 0; padding: 1%; width: 29%; background-color: #fff; transition: background-color 0.5s; }
.ChildPage__Item:nth-of-type(3n) { margin-right: 0; }
.ChildPage__Item a { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; text-decoration: none; }
.ChildPage__Item a:hover { opacity: 1.0; }
.ChildPage__Item:hover { background-color: #f2f5fa; }
.ChildPage__Primary { width: 100%; }
.ChildPage__Primary:before { padding-top: 54%; }
.ChildPage__Primary img { height: 100%; padding-bottom: 0 !important; transition-duration: 0.3s; }
.ChildPage__Secondary { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; width: 100%; }
.ChildPage__Title { margin: 0; padding: 15px 0; }
.ChildPage__Title h3,
.ChildPage__Title p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; width: 100%; color: #333; font-size: 1.7rem; font-weight: 500; line-height: 1.3; text-align: left; background: none; border: none; -webkit-text-fill-color: initial; font-family: "Noto Serif JP"; }
@media only screen and (min-width:601px) and (max-width:1200px) {
  .ChildPage__Heading { margin: 2.3vw auto; padding: 0.923vw 2%; font-size: 1.846vw; border-bottom-width: 0.154vw; }
  .ChildPage__Title { padding: 1.153vw 0; }
  .ChildPage__Title h3,
  .ChildPage__Title p { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .ChildPage__Heading { margin: 0 auto 5vw; padding: 3vw 2%; width: 86%; font-size: 2.4rem; }
  .ChildPage { margin: 0 0 5vw; justify-content: space-between; }
  .ChildPage__Item { margin: 0 0 3vw; padding: 0; width: 48%; }
  .ChildPage__Title { padding: 3vw 0; }
  .ChildPage__Title h3,
  .ChildPage__Title p { font-size: ; }
}

/* 親子ページのリスト　
======================================================== */
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:1200px) {
  .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:1200px) {
  .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; 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:1200px) {
  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; }
}

/* お問い合わせフォーム　
======================================================== */
.ContactForm {}
.ContactForm table,
#wpcf7cpcnf table { border-collapse: collapse; width: 100%; }
.ContactForm table tr,
#wpcf7cpcnf table tr { display: flex; margin: -1px 0 0; }
.ContactForm table th,
#wpcf7cpcnf table th { display: flex; justify-content: flex-start; align-items: flex-start; position: relative; margin: 0; padding: 2%; width: 26%; font-size: 1.7rem; line-height: 1.2; text-align: left; border-right: none; background-color: #f4f1ec; }
.ContactForm table th:after,
#wpcf7cpcnf table th:after { position: absolute; top: 0; right: 0; content: ""; display: inline-block; width: 1px; height: 100%; background: #eaeaea; }
.ContactForm table th em,
#wpcf7cpcnf table th em { font-style: normal; }
.ContactForm table td,
#wpcf7cpcnf table td { position: relative; display: flex; align-items: flex-start; margin: 0 0 0 -1px; padding: 2%; width: 66%; }
.ContactForm table td label,
#wpcf7cpcnf  table td label { margin: 0 20px 0 0; }
.ContactForm table td em,
#wpcf7cpcnf  table td em { display: block; padding: 10px 0 0; color: #ff0000; font-style: normal; }
.ContactForm .--Required,
#wpcf7cpcnf .ContactForm .--Required,
.ContactForm .--Optional,
#wpcf7cpcnf .ContactForm .--Optional { position: absolute; right: 10px; top: 20px; display: flex; justify-content: center; align-items: center; margin: 0; padding: 3px 8px; color: #fff; font-size: 1.2rem; font-weight: 400; border-radius: 2px; }
.ContactForm .--Required,
#wpcf7cpcnf .ContactForm .--Required { background-color: #dd772a; }
.ContactForm .--Optional,
#wpcf7cpcnf .ContactForm .--Optional { background-color: #999; }
.ContactForm table th p,
.ContactForm table td p,
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p { margin: 0; width: 100%; }
 /* #wpcf7cpcnf table tr:last-child { display: none;確認画面の最後の項目(チェックする)を非表示 */ }
.ContactForm__Date { flex-direction: column; }
.ContactForm table td em { font-style: normal; }
.ContactForm table td .--Required { right: initial; top: 20px; left: 150px; }
.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: 95%; padding: 2%; margin: 0; border: 1px solid #ccc; }
.ContactForm textarea { width: 95%; padding: 2%; margin: 0; border: 1px solid #ccc; }
.ContactForm input::placeholder { color: #c0c0c0; font-weight: 400; }
.ContactForm input[type="submit"],
.wpcf7cp-btns button { display: block; margin: 20px auto; padding: 20px 0; width: 50%; color: #fff; font-size: 2.4rem; font-weight: bold; border: none; border-radius: 10px; background-color: #dd772a; }
.ContactForm input[type="submit"]:hover,
.wpcf7cp-btns button:hover { opacity: 0.7; cursor: pointer; }
.wpcf7cp-btns { display: flex; justify-content: center; }
.wpcf7cp-btns button { margin: 0 1%; width: 47%; }
.ContactForm input[type="submit"]:disabled { opacity: 0.3; cursor: not-allowed; }
.ContactForm__Date input[type="text"] { margin-bottom: 20px; }
.ContactForm__Attention { text-align: center; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .ContactForm .--Required,
  .ContactForm .--Optional { right: 0.85vw; top: 1.66vw; padding: 0.25vw 0.65vw; font-size: 1vw; }
  .ContactForm table td small { font-size: 1vw; }
  .ContactForm table td .--Required { left: 12.5vw; top: 1.8vw; }
  .ContactForm__Date input[type="text"] { margin-bottom: 1.8vw; }
  .ContactForm input[type="submit"],
  .wpcf7cp-btns button { margin-bottom: 1.68vw auto; padding: 1.68vw 0; font-size: 2vw; border-radius: 0.8vw; }
}

@media screen and (max-width: 600px) {
  div#wpcf7cpcnf { z-index: 2; }
  .ContactForm table tr,
  #wpcf7cpcnf tr { flex-direction:column; }
  .ContactForm table th,
  #wpcf7cpcnf table th { border-right: 1px solid #eaeaea; }
  .ContactForm table td,
  #wpcf7cpcnf table td { margin: -1px 0 0 0; }
  .ContactForm table th,
  .ContactForm table td,
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td { width: 96%; }
  .ContactForm .--Required,
  .ContactForm .--Optional { right: 3vw; top: 3vw; padding: 0 2vw; font-size: 1.3rem; }
  .ContactForm table th:after,
  #wpcf7cpcnf table th:after { display: none; }
  .ContactForm table td,
  #wpcf7cpcnf table td { padding: 2rem 2%; }
  .ContactForm table td .--Required { top: 4.5vw; left: 25vw; }
  .ContactForm input[type="submit"] { width: 80%; }
  .wpcf7cp-btns button { margin: 0 auto 4vw; width: 100%; }
  .wpcf7cp-btns { flex-direction: column; }
  .ContactForm__Date input[type="text"] { margin-bottom: 4vw; }
  .ContactForm__Attention { font-size: 1.6rem; }
}

/* 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:1200px) {
  .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:1200px) {
  .SearchResults dd { font-size: 1.23vw; }
  .SearchResults dd a { padding: 1.153vw 0; }
}

@media screen and (max-width: 600px) {
  .SearchResults { padding: 0 0 10vw; }
}
/* 固定ページのコンテンツ末尾→コンタクトバナー追加2026.02.17
======================================================== */
.ContactBanner { background-image: url(/wp-content/uploads/2026/02/contact-banner-bg.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; padding: min(30px, 2vw) min(30px, 2vw) min(35px, 2.5vw) min(30px, 2vw);}
.ContactBanner__Heading { text-align: center; font-weight: 900; font-size: min(2.5rem, 2.3vw); padding: 0 0 min(25px, 2vw) 0; }
.ContactBanner__Heading strong { color: #dd772a;}
.ContactBanner__Inner { display: flex; justify-content: center; gap: min(18px, 1.5vw);}
.ContactBanner__Tel { border-radius: 5px; background: #4b311f;flex: 1;}
.ContactBanner__Tel a { text-decoration: none; display: flex; flex-direction: column; place-content: center; gap: min(8px, 0.5vw); pointer-events: none; color: #fff; height: 100%;}
.ContactBanner__TelNum {position: relative; display: flex; justify-content: center; align-items: end; width: 100%; font-size: min(3.1rem, 2.8vw); font-weight: 900; line-height: 1.0; gap: min(10px, 1vw);}
.ContactBanner__TelHours { text-align: center;font-size: min(1.5rem, 1.4vw);}
.ContactBanner__TelHours:before { content: "受付時間　";}
.ContactBanner__TelNum:before {display: flex; justify-content: center; align-items: center; width: min(25px, 2vw); aspect-ratio: 1 / 1; border: 1px solid; border-radius: 50%; content: "\f095"; font-size: min(1.5rem, 1.4vw); font-family: "Font Awesome 6 Free"; font-weight: bold; color: #dd772a;}
.ContactBanner__Mail a,.ContactBanner__Line a{ display: flex; justify-content: center; align-items: center; margin: 0; width: min(160px, 16vw); aspect-ratio: 160 / 75; gap: min(10px, 1vw); box-sizing: border-box; color: #fff; font-size: min(2rem, 1.9vw); font-weight: 700; text-decoration: none; border-radius: 5px;}
.ContactBanner__Mail a{ position: relative; background-color: #dd772a; border: 1px solid #dd772a; transition: color 0.5s, background-color 0.5s;}
.ContactBanner__Line a{ background-color: #00b900; border: 1px solid #00b900; position: relative; transition: color 0.5s, background-color 0.5s;}
.ContactBanner__Mail a:before { content: "\f0e0"; font-size: min(3rem, 3vw); font-weight: normal; font-family: "Font Awesome 6 Free";}
.ContactBanner__Line a:before { content: ""; width: min(35px, 3.5vw); height: min(35px, 3.5vw); background-image: url(/wp-content/uploads/2026/02/header-icon-line.png); background-repeat: no-repeat; background-size: 100% auto;}
.ContactBanner__Mail a:hover { opacity: 1.0; color: #dd772a; background-color: #fff;}
.ContactBanner__Line a:hover { opacity: 1.0; color: #00b900; background-color: #fff;}
.ContactBanner__Line a:hover:before { background-position: 0 max(-35px, -3.5vw); }
@media screen and (max-width: 600px) {
.ContactBanner { margin: 0 calc(50% - 50vw); width: 100vw; box-sizing: border-box; padding: 4vw 11vw 6vw 11vw;}
.ContactBanner__Heading { font-size: 5.5vw; padding: 0 0 4.5vw 0;line-height: 1.3;}
.ContactBanner__Heading strong { display: block;}
.ContactBanner__Inner { gap: 4vw 0; flex-wrap: wrap; justify-content: space-between;}
.ContactBanner__Tel { border-radius: 3px; flex: inherit; width: 100%; height: 18vw;}
.ContactBanner__Tel a { gap: 2vw; pointer-events: inherit;}
.ContactBanner__TelNum { font-size: 8vw; gap: 2vw;}
.ContactBanner__TelNum:before { width: 5.5vw; font-size: 3vw;}
.ContactBanner__TelHours { font-size: 3vw;}
.ContactBanner__Mail a, .ContactBanner__Line a { width: 37vw; aspect-ratio: 272 / 113; gap: 3vw; font-size: 4.2vw; border-radius: 3px;}
.ContactBanner__Mail a:before { font-size: 7.5vw;}
.ContactBanner__Line a:before { width: 8vw; height: 8vw;}
.ContactBanner__Line a:hover:before { background-position: 0 -8vw; }
}