@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: /*"M PLUS Rounded 1c", */"メイリオ",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.6rem; font-weight: 400; line-height: 1.6; }
p small,
.mce-content-body p small { display: inline-block; line-height: 1.5; }
header, main section, main div { gap: 0; }
/* Heading */
main h2, section h2,
.mce-content-body h2 { clear: both; margin: 3rem auto 3rem; padding: 7px 0; color: #f2862e; font-size: 3.1rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; text-align: left; border-bottom-width: 2px; border-bottom-style: solid; border-image: linear-gradient(to right, #f2c200 18%, #fff5e3 18%, #fff5e3 100%); border-image-slice: 1; box-sizing: border-box; } 
main h3,
.mce-content-body h3 { clear: both; margin: 3rem auto 3rem; padding: 12px 2%; color: #333; font-size: 2.8rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; text-align: left; background: #fff9db; box-sizing: border-box; } 
main h4,
.mce-content-body h4 { clear: both; margin: 3rem auto 3rem; font-size: 2.6rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; color: #333; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #f2c200; box-sizing: border-box; }
main h5,
.mce-content-body h5 { clear: both; margin: 3rem auto 3rem; padding: 0.5% 0 0.5% 1.5%; font-size: 2.3rem; font-weight: 700; line-height: 1.3; border-left-width: 2px; border-left-style: solid; border-left-color: #f2c200; 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: 400; 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.6rem; font-weight: 400; line-height: 1.6; }
.Body__Page ol li,
.Body__Single ol li,
.mce-content-body ol li { list-style: decimal; margin-left: 2rem; font-size: 1.6rem; font-weight: 400; line-height: 1.6; }
.Body__Page > h2:first-child,
.Body__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: 0.583vw 0; font-size: 2.583vw; }
  main h3 { margin: 2.5vw auto 2.5vw; padding: 1.0vw 2%; font-size: 2.333vw; }
  main h4 { margin: 2.5vw auto 2.5vw; font-size: 2.166vw; border-bottom-width: 0.167vw; }
  main h5 { margin: 2.5vw auto 2.5vw; font-size: 1.916vw; border-left-width: 0.167vw; }
  main h6 { margin: 2.5vw auto 2.5vw; padding: 0.833vw 1.5%; font-size: 1.666vw; }
  p { font-size: 1.333vw; }
  .Body__Page ul li,
  .Body__Single ul li { margin-left: 1.666vw; font-size: 1.333vw; }
}

@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.9rem; line-height: 1.6; }
  /* Heading */
  main h2 { font-size: 2.8rem; border-bottom-width: 3px; }
  main h3 { font-size: 2.7rem; }
  main h4 { padding: 1vw 0; font-size: 2.6rem; }
  main h5 { font-size: 2.4rem; }
  main h6 { padding: 3vw 3%; }
  .Body__Page ul li,
  .Body__Single ul li,
  .Body__Page ol li,
  .Body__Single ol li { font-size: 1.9rem; }
  #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.7rem; font-weight: 400; border-width: 1px; border-style: solid; border-color: #eaeaea; word-break: break-all; }
table td { padding: 10px 20px; font-size: 1.7rem; 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.307vw; }
  table th { padding: 0.83vw 1.66vw; }
  table td { padding: 0.83vw 1.66vw; }
}

@media screen and (max-width: 600px) {
  table { width: 100% !important; /* table-layout: fixed; */ }
  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 */
.--IntroHeading { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0 0 10px; width: 1100px; color: #333; font-size: 4.3rem; font-weight: 700; text-align: center; border: none; }
.--IntroHeading small { font-size: 3.0rem; font-weight: 500; }
.--IntroHeading:after { display: none; }
.--IntroHeadingImage { margin: 0 auto; padding: 0 0 40px; width: 170px; }
.--IntroHeadingImage img { width: 100%; height: auto; }
.--TopHeading { position: relative; margin: 0 auto; padding: 0 0 25px; width: 100%; color: #333; font-size: 4.0rem; font-weight: 700; text-align: center; border: none; }
.--TopHeading:after { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); content: ""; display: inline-block; width: 45px; height: 5px; background-color: #f2c200; }
.--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: 15px 0; width: 100%; color: #6a5e51; font-size: 1.9rem; font-weight: 500; text-decoration: none; text-align: center; background-color: #fff; border-width: 1px; border-style: solid; border-color: #6a5e51; border-radius: 100px; }
.--Button a:after { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: inline-block; content: '\f138'; font-size: 2.1rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
/* 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 { padding: 0 0 2.083vw; font-size: 3.333vw; }
  .--TopHeading:after { width: 3.75vw; height: 0.4vw; }
  .--TopSubHeading { padding: ; font-size: ; border-bottom-width: ; }
  .--Button a { padding: 1.25vw 0; font-size: 1.58vw; }
  .--Button a:after { right: ; font-size: ; }
  #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 { padding: 0 0 5vw; font-size: 3.5rem; }
  .--TopHeading:after { width: 10vw; height: 1vw; }
  .--TopSubHeading { padding: 2vw 0; font-size: 2.6rem; border-bottom-width: 2px; }
  .--Button a { padding: 2vw 0; font-size: 2.1rem; }
  .--Button a:after { right: 5vw; font-size: 1.8rem; }
}

/* 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: 1100px; }
.Header__Primary { display: flex; flex-direction: column; align-items: flex-start; margin: 0; padding: 0; width: 50%; }
.Header__Catchcopy { margin: 0; padding: 0; font-size: 1.3rem; line-height: 1.0; letter-spacing: 0; }
.Header__SiteName { margin: 0; padding: 0; font-size: ; font-weight: 700; line-height: 1.5; }
.Header__SiteLogo { margin: 0; padding: 10px 0 0; width: 200px; }
.Header__SiteLogo img { width: 100%; height: auto; }
.Header__Secondary { display: flex; justify-content: flex-end; margin: 0; padding: 0; width: 50%; }
.Header__Contact { display: flex; flex-wrap: wrap; margin: 0 10px 0 0; padding: 0; width: 300px; }
.Header__ContactHeading { margin: 0; padding: 5px 0; width: 100%; color: #fff; font-size: 1.3rem; line-height: 1.0; text-align: center; background-color: #f2c200; border-radius: 100px; }
.Header__ContactPhoneNumber { display: flex; justify-content: center; align-items: center; margin: 0; padding: 10px 0; width: 100%; line-height: 1.0; }
.Header__ContactPhoneNumber:before { margin: 0 5px 0 0; color: #f2c200; content: "\f098"; font-size: 2.5rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Header__ContactPhoneNumber a { color: #333; font-size: 2.9rem; font-weight: 900; letter-spacing: 0; text-decoration: none; pointer-events: none; }
.Header__ContactReceptionHours { display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; width: 100%; font-size: 1.2rem; font-weight: 500; line-height: 1.0; letter-spacing: 0; white-space: nowrap; }
.Header__ContactReceptionHours dt:before { content: "受付時間："; }
.Header__SecondaryButton { display: flex; margin: 0; padding: 0; }
.Header__SecondaryButton li { display: flex; margin: 0; padding: 0 5px; }
.Header__SecondaryButton li a { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; margin: 0; padding: 0; width: 90px; color: #fff; font-size: 1.6rem; font-weight: 500; letter-spacing: 0; text-decoration: none; border-radius: 10px; }
.Header__SecondaryButton li.--Mail a { background-color: #f2862e; }
.Header__SecondaryButton li.--Line a { background-color: #10cb10; }
.Header__SecondaryButton li.--Mail a i { padding: 0 0 2px; font-size: 2.8rem; /* メールアイコン */ }
.Header__SecondaryButton li.--Line a i { font-size: 3.6rem; /* LINEアイコン */ }
.Header__SecondaryButton 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; width: 91.7vw; }
  .Header__Catchcopy { font-size: 1.083vw; }
  .Header__SiteLogo { padding: 0.83vw 0 0; width: 16.666vw; }
  .Header__Contact { margin: 0 0.83vw 0 0; width: 25vw; }
  .Header__ContactHeading { padding: 0.42vw 0; font-size: 1.083vw; }
  .Header__ContactPhoneNumber { padding: 0.83vw 0; }
  .Header__ContactPhoneNumber:before { margin: 0 0.41vw 0 0; font-size: 2.09vw; }
  .Header__ContactPhoneNumber a { font-size: 2.42vw; }
  .Header__ContactReceptionHours { font-size: 1.0vw; }
  .Header__SecondaryButton li { padding: 0 0.42vw; }
  .Header__SecondaryButton li a { width: 7.5vw; font-size: 1.33vw; }
  .Header__SecondaryButton li a strong { padding: 0.83vw 0; }
  .Header__SecondaryButton li.--Mail a i { padding: 0 0 0.15vw; font-size: 2.34vw; }
  .Header__SecondaryButton li.--Line a i { font-size: 3.0vw; }
}

@media screen and (max-width: 600px) {
  .Body__Header { position: relative; }
  .Header { padding: 1vw 0 0; width: 100%; }
  .Header__Primary { position: relative; padding: 0 0 0 1vw; width: 80%; }
  .Header__Catchcopy { position: absolute; top: 0.5vw; left: 14vw; font-size: 1.5rem; }
  .Header__SiteLogo { padding: 0; width: 54vw; }
  .Header__Secondary { display: none; }
  .menu-btn { background-color: #f2862e; }
}

/* GlobalNavi
======================================================== */
.Body__GlobalNavi { position: relative; display: flex; justify-content: center; width: 100%; background-color: #f2862e; }
.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; width: 130px; text-align: center; }
.GlobalNavi li:before,
.GlobalNavi li:last-child:after { content: ""; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); height: 70%; width: 1px; background-color: #fff; }
.GlobalNavi li:before { left: 0; }
.GlobalNavi li:last-child:after { right: 0; }
.GlobalNavi a { display: flex; flex-direction: column; padding: 15px 0; color: #fff; font-size: 1.5rem; font-weight: 400; text-decoration: none; }
.GlobalNavi a i { display: inline-block; padding: 0 0 10px; font-size: 2.0rem; }
.GlobalNavi li { position: relative; /* ドロップダウンメニュー(PC) */ }
.GlobalNavi li a:hover .sub-menu { transform: scaleY(1); }
.GlobalNavi .sub-menu { z-index: 1000; display: none; background: rgba(102,102,102,0.9); position: absolute; top: 45px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 200px; }
.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 #fff; }
.GlobalNavi .sub-menu li a:hover { opacity: 0.7; }
.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 li { width: 10.83vw; }
  .GlobalNavi a { padding: 1.25vw 0; font-size: 1.25vw; }
  .GlobalNavi .sub-menu { top: 3.766vw; width: 16.7vw; }
  .GlobalNavi .sub-menu li a { padding: 0.83vw 5%; font-size: 1.17vw; }
}

@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: absolute; z-index: 102; top: 0; right: 0; width: 12.5vw; height: 12.5vw; 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: -3vw; bottom: 0; left: 0; right: 0; margin: auto; height: 2px; width: 50%; 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(242, 134, 46,0.95); 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 #fff5e3; /*▼グロナビ(SP) */ }
  .GlobalNavi li { width: 100%; text-align: left; border-bottom: 1px solid #fff5e3; }
  .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:first-child { border-top: 1px solid #12642c; }
  .GlobalNavi .sub-menu li:last-child { border-bottom: none; }
  .GlobalNavi .sub-menu li a { padding: 3.5vw 0; width: 100%; color: #337e5c; font-size: 2.0rem; text-align: center; background: #fff; }
  .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-color: #f3efe8; background-image: url(/wp-content/uploads/2025/12/mv-bg-pc.png); background-repeat: no-repeat; background-position: center top; background-size: cover; }
html.webp .Body__MainVisual { background-image: url(/wp-content/uploads/2025/12/mv-bg-pc.png.webp); }
.MainVisual { position: relative; display: flex; flex-direction: column; align-items: flex-end; margin: 0 auto; padding: 35px 0 0 0; width: 1100px; }
.MainVisual__Heading { z-index: 1; margin: 0; padding: 0; width: 100%; color: #333; font-size: 4.3rem; font-weight: 700; line-height: 1.2; }
.MainVisual__Heading span { color: #f2862e; font-size: 5.6rem; }
.MainVisual__Heading small { font-size: 3.9rem; }
.MainVisual__Heading em { font-style: normal; }
.MainVisual__Text { position: absolute; z-index: 1; right: 0; top: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0 0 20px; width: 220px; height: 200px; color: #644b0f; font-size: 3.9rem; font-weight: 700; line-height: 1.1; text-align: center; background: linear-gradient(to bottom, #ffeb9b, #f2c200); border-radius: 50%; }
.mce-content-body .MainVisual__Text { color: #644b0f; font-size: 3.25vw; line-height: 1.0; }
.MainVisual__Text small { margin: 0 0 -10px; font-size: 2.4rem; }
.mce-content-body .MainVisual__Text small { margin: 0 0 -0.833vw; font-size: 2.0vw; }
.MainVisual__Text strong,
.mce-content-body .MainVisual__Text strong { font-weight: 700; }
.MainVisual__Text em,
.mce-content-body .MainVisual__Text em { font-style: normal; }
.MainVisual__List { z-index: 1; margin: 70px 0; padding: 10px 30px; width: 520px; background-color: #fff; border-radius: 20px; }
.MainVisual__List li { position: relative; margin: 0; padding: 10px 0 10px 40px; font-size: 3.0rem; font-weight: 700; }
.MainVisual__List li span { color: #f2862e; }
.MainVisual__List li:not(:last-child) { border-bottom: 2px solid #a08a52; }
.mce-content-body .MainVisual__List li { list-style: none; font-size: 2.5vw; font-weight: 700; }
.MainVisual__List li:before { position: absolute; left: 0; top: 12px; content: "\f14a"; color: #f2c200; font-size: 2.6rem; font-weight: normal; font-family: "Font Awesome 6 Free"; }
.MainVisual__Image { position: absolute; right: 45%; bottom: 0; width: 990px; }
.mce-content-body .MainVisual__Image { right: initial; left: 0;  width: 50%; display: flex; flex-direction: column; align-items: flex-start; }
.MainVisual__Image img { width: 100%; height: auto; border-radius: 0 30px 30px 0; }
.mce-content-body .MainVisual__Image img.--SP { width: 60%; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .MainVisual { padding: 2.916vw 0 0 0; width: 91.667vw; }
  .MainVisual__Heading { font-size: 3.583vw; }
  .MainVisual__Heading span { font-size: 4.666vw; }
  .MainVisual__Heading small { font-size: 3.25vw; }
  .MainVisual__List { margin: 5.833vw 0; padding: 0.833vw 2.5vw; width: 43.333vw; border-radius: 1.666vw; }
  .MainVisual__List li { padding: 0.833vw 0 0.833vw 3.333vw; font-size: 2.5vw; }
  .MainVisual__List li:before { top: 1.0vw; font-size: 2.166vw; }
  .MainVisual__Text { top: 3.333vw; padding: 0 0 1.666vw; width: 18.333vw; height: 16.666vw; font-size: 3.25vw; }
  .MainVisual__Text small { margin: 0 0 -0.833vw; font-size: 2.0vw; }
  .MainVisual__Image { width: 82.5vw; }
}

@media screen and (max-width: 600px) {
  .Body__MainVisual { background-image: none; background-color: #fff5e3; }
  html.webp .Body__MainVisual { background-image: none; background-color: #fff5e3; }
  .MainVisual { padding: 5vw 0; width: 100%; }
  .MainVisual__Heading { margin: 0 auto 68vw; width: 100%; font-size: 3.5rem; text-align: center; }
  .MainVisual__Heading span { font-size: 4.8rem; }
  .MainVisual__Heading small { font-size: 2.9rem; }
  .MainVisual__Heading em { display: block; }
  .MainVisual__Text { z-index: 1; /* top: 38vw; */ top: 34vw; left: 5vw; padding: 0; width: 38vw; height: 38vw; font-size: 7vw; }
  .MainVisual__Text small { font-size: 4.2vw; }
  .MainVisual__Text strong { font-size: 4.8rem; }
  .MainVisual__Text em { display: none; }
  .MainVisual__Image { left: 0; bottom: 0; /*top: 43vw; */ top: 33vw; width: 95%; right: inherit; }
  .MainVisual__List { margin: 0 0 5vw 5vw; padding: 2vw 5vw 2vw 5%; width: 95%; border-radius: 10px 0 0 10px; box-sizing: border-box;}
  .MainVisual__List li { padding: 2vw 0 2vw 7vw; font-size: 2.5rem; }
  .MainVisual__List li:before { top: 2vw; font-size: 2.4rem; }
  .MainVisual__List li:not(:last-child) { border-bottom-width: 1px; }
}

/* 【TOP】無料相談会
======================================================== */
.Body__FreeConsulting { display: flex; flex-direction: column; margin: 0 auto; padding: 50px 0 0; width: 100%; background-color: #f2862e; }
.FreeConsulting { display: flex; justify-content: center; margin: 0 auto 50px; padding: 0; width: 1100px; background-color: #fff; border-radius: 20px; overflow: hidden; }
.FreeConsulting__Primary { margin: 0; padding: 0; width: 280px; line-height: 0; }
.FreeConsulting__Primary:before { padding-top: 82%; }
.FreeConsulting__Primary img { width: 100%; height: auto; }
.FreeConsulting__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0 30px; width: 760px; }
.FreeConsulting__Heading { display: flex; align-items: center; margin: 0; padding: 5px 0; color: #f2862e; font-size: 3.4rem; font-weight: 700; line-height: 1.1; border: none; }
.FreeConsulting__Shoulder { display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; padding: 0; width: 100px; height: 100px; color: #333; font-size: 2.1rem; font-weight: 500; line-height: 1.25; text-align: center; background: linear-gradient(to bottom, #ffeb9b, #f2c200); border-radius: 50%; }
.FreeConsulting__SecondaryBottom { display: flex; justify-content: space-between; align-items: flex-end; margin: 0; padding: 0; width: 100%; }
.FreeConsulting__List { display: flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; width: 70%; letter-spacing: 0; }
.FreeConsulting__List dt { margin: 10px 4% 10px 0; padding: 5px 0; width: 16%; color: #fff; font-size: 1.6rem; font-weight: 500; text-align: center; background-color: #f2c200; }
.FreeConsulting__List dd { width: 80%; font-size: 2.2rem; font-weight: 700; }
.FreeConsulting__List dd strong { color: #c00000; font-size: 3.6rem; font-weight: 700; }
.FreeConsulting__List dd em { font-style: normal; }
.FreeConsulting__Button { margin: 0; padding: 0; }
.FreeConsulting__Button a { position: relative; display: block; margin 0; padding: 10px 50px 10px 40px; color: #333; font-size: 1.8rem; font-weight: 500; text-decoration: none; background: linear-gradient(to bottom, #ffeb9b, #f2c200); border-radius: 100px;}
.FreeConsulting__Button a:after { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); content: "\f138"; font-size: 1.6rem; font-weight: bold; font-family: "Font Awesome 6 Free"; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__FreeConsulting { padding: 4.17vw 0 0; }
  .FreeConsulting { margin: 0 auto 4.18vw; width: 91.7vw; border-radius: 1.66vw; }
  .FreeConsulting__Primary { width: 23.33vw; }
  .FreeConsulting__Secondary { padding: 0 2.5vw; width: 63.333vw; }
  .FreeConsulting__Heading { padding: 0.42vw 0; font-size: 2.833vw; }
  .FreeConsulting__Shoulder { margin: 0 0.83vw 0 0; width: 8.33vw; height: 8.33vw; font-size: 1.75vw; }
  .FreeConsulting__List dt { margin: 0.83vw 4% 0.83vw 0; padding: 0.42vw 0; font-size: 1.33vw; }
  .FreeConsulting__List dd { font-size: 1.833vw; }
  .FreeConsulting__List dd strong { font-size: 3.0vw; }
  .FreeConsulting__Button a { padding: 0.833vw 4.166vw 0.833vw 3.33vw; font-size: 1.5vw; }
  .FreeConsulting__Button a:after { right: 1.666vw; font-size: 1.33vw; }
}

@media screen and (max-width: 600px) {
  .Body__FreeConsulting { padding: 10vw 0 0; }
  .FreeConsulting { margin: 0 auto 10vw; width: 90%; border-radius: 10px; }
  .FreeConsulting__Primary { display: none; }
  .FreeConsulting__Secondary { margin: 0 auto; padding: 0 0 4vw; width: 94%; }
  .FreeConsulting__Heading { justify-content: space-between; padding: 2vw 0; width: 100%; font-size: 2.3rem; }
  .FreeConsulting__Shoulder { margin: 0 1vw 0 0; width: 19vw; height: 19vw; font-size: 2.2rem; }
  .FreeConsulting__Heading span { width: 63vw; line-height: 1.3; }
  .FreeConsulting__SecondaryBottom { flex-direction: column; align-items: center; }
  .FreeConsulting__List { flex-direction: column; align-items: flex-start; padding: 0 0 4vw; width: 96%; }
  .FreeConsulting__List dt { margin: 2vw 0; padding: 1.5vw 0; width: 30%; font-size: 1.7rem; }
  .FreeConsulting__List dd { width: 100%; font-size: 2.4rem; }
  .FreeConsulting__List dd strong { font-size: 3.9rem; }
  .FreeConsulting__List dd em { font-size: 2.3rem; }
  .FreeConsulting__Button a { padding: 1.5vw 12vw 1.5vw 8vw; font-size: 1.9rem; }
  .FreeConsulting__Button a:after { right: 6vw; }
}

/* 【TOP】相続発生後　財産を受け取る方／生前対策や終活　ご自身の財産を遺したい方
======================================================== */
.Body__ReceiveProperty { margin: 0 auto; padding: 70px 0; }
.ReceiveProperty { display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 1100px; }
.ReceiveProperty__Item { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0 25px 25px 0; padding: 20px; width: 310px; background-color: #fff5e3; }
.ReceiveProperty__Item.--LeaveLegacy { background-color: #fff; }
.ReceiveProperty__Item:after { position: absolute; bottom: 5px; right: 5px; content: ''; margin: 0; width: 0; height: 0; border-left-width: 15px; border-left-style: solid; border-left-color: transparent; border-bottom-width: 15px; border-bottom-style: solid; border-bottom-color: #f2c200; }
.ReceiveProperty__Item:nth-of-type(3n) { margin-right: 0; }
.ReceiveProperty__Item a { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.ReceiveProperty__Item a:hover { opacity: 0.3; }
.ReceiveProperty__Item.--LeaveLegacy a { background-color: #e5efea; }
.ReceiveProperty__Shoulder { flex-grow: 1; display: flex; align-items: center; margin: 0 auto; padding: 0 0 10px; min-height: 120px; font-size: 2.3rem; font-weight: 500; line-height: 1.3; letter-spacing: 0; text-align: center; }
.ReceiveProperty__Heading { margin: 0 auto 20px; padding: 10px 0; width: 100%; color: #fff; font-size: 2.2rem; font-weight: 500; letter-spacing: 0; text-align: center; background-color: #f2c200; border: none; }
.ReceiveProperty__Price { display: flex; justify-content: center; align-items: flex-end; margin: 0 auto; padding: 0 0 10px; width: 100%; min-height: 50px; font-size: 3.6rem; font-weight: 700; line-height: 1; letter-spacing: 0; text-align: center; }
.ReceiveProperty__Price strong { color: #f2862e; font-size: 5.0rem; font-weight: 700; line-height: 0.9; }
.ReceiveProperty__Price span { color: #d50711; font-size: 4.0rem; font-weight: 700; }
.Body__LeaveLegacy { margin: 0 auto; padding: 80px 0; width: 100%; background-color: #fff5e3; }
.Body__LeaveLegacy .ReceiveProperty { justify-content: center; }
.ReceivePropertyPrice { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: ; }
.ReceivePropertyPrice__Text { padding: 10px 0; font-size: 2.5rem; font-weight: 700; text-align: center; }
.ReceivePropertyPrice__Button { width: 380px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__ReceiveProperty { padding: 5.85vw 0; }
  .ReceiveProperty { width: 91.7vw; }
  .ReceiveProperty__Item { margin: 0 2.09vw 2.09vw 0; padding: 1.66vw; width: 25.83vw; }
  .ReceiveProperty__Item:after { bottom: 0.42vw; right: 0.42vw; border-left-width: 1.25vw; border-bottom-width: 1.25vw; }
  .ReceiveProperty__Shoulder { padding: 0 0 0.82vw; min-height: 10vw; font-size: 1.92vw; }
  .ReceiveProperty__Heading { margin: 0 auto 1.66vw; padding: 0.83vw 0; font-size: 1.83vw; }
  .ReceiveProperty__Price { padding: 0 0 0.83vw; min-height: 4.17vw; font-size: 3.0vw; }
  .ReceiveProperty__Price strong { font-size: 4.18vw; }
  .Body__LeaveLegacy { padding: 6.65vw 0; }
  .ReceivePropertyPrice__Text { padding: 0.833vw 0; font-size: 2.083vw; }
  .ReceivePropertyPrice__Button { width: 31.666vw; }
}

@media screen and (max-width: 600px) {
  .ReceiveProperty__Item a:hover { opacity: 0; }
  .ReceiveProperty__Item a:focus { opacity: 0.3; }
  .Body__ReceiveProperty { padding: 10vw 0; }
  .ReceiveProperty { flex-direction: column; width: 90%; }
  .ReceiveProperty__Item { margin: 0 0 5vw; padding: 4vw 5%; width: 90%; }
  .ReceiveProperty__Item:after { border-left-width: 3.5vw; border-bottom-width: 3.5vw; }
  .ReceiveProperty__Shoulder { padding: 0 0 3vw; min-height: initial; font-size: 2.6rem; }
  .ReceiveProperty__Heading { margin: 0 auto 4vw; padding: 1vw 0; font-size: 2.3rem; }
  .ReceiveProperty__Price { padding: 0; min-height: initial; font-size: 2.8rem; }
  .ReceiveProperty__Price strong { font-size: 4.0rem; }
  .ReceiveProperty__Price span { font-size: 3.4rem; }
  .Body__LeaveLegacy { padding: 10vw 0; }
  .ReceivePropertyPrice__Text { padding: ; font-size: ; }
  .ReceivePropertyPrice__Button { width: 80%; }
  .ReceivePropertyPrice__Button a { padding: 3vw 0; }
}

/* まずはお気軽にご相談ください
======================================================== */
.Body__CallToAction { margin: 0 auto; padding: 90px 0; width: 100%; background-image: url(/wp-content/uploads/2025/12/calltoaction-bg-pc.jpg); background-position: top center; background-size: cover; }
html.webp .Body__CallToAction { background-image: url(/wp-content/uploads/2025/12/calltoaction-bg-pc.jpg.webp); }
.Body__CallToAction .--TopHeading { margin: 0 auto 50px; }
.Body__CallToAction .--TopHeading:after { display: none; }
.CallToAction { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 30px 40px 0; width: 1020px; background-color: #fff5e3; border-radius: 20px; }
.CallToAction__SubHeading { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 0 0 10px; width: 100%; color: #f2862e; font-size: 3.2rem; font-weight: 700; line-height: 1.0; letter-spacing: 0; text-align: center; border: none; background: none; }
.CallToAction__SubHeading:before,
.CallToAction__SubHeading:after { width: 2px; height: 50px; content: ""; background-color: #f2862e; }
.CallToAction__SubHeading:before { margin-right: 2.0rem; transform: rotate(-20deg); }
.CallToAction__SubHeading:after { margin-left: 2.0rem; transform: rotate(20deg); }
.CallToAction__Primary { display: flex;  justify-content: space-between; margin: 0; padding: 2.5%; width: 95%; background-color: #f2862e; border-radius: 20px; }
.CallToAction__Phone,
.CallToAction__Contact { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0; padding: 0; width: 48%; background-color: #fff; border-radius: 20px; }
.CallToAction__PhoneNumber { display: flex; justify-content: center; align-items: center; margin: 0; padding: 20px 0 0; width: 100%; line-height: 1; }
.CallToAction__PhoneNumber:before { margin: 0 10px 0 0; color: #f2c200; content: "\f098"; font-size: 4.0rem; font-weight: bold; font-family: "Font Awesome 6 Free"; }
.CallToAction__PhoneNumber a { color: #333; font-size: 4.6rem; font-weight: 900; text-decoration: none; pointer-events: none; }
.CallToAction__Phone dl { display: flex; margin: 0 0 0 30px; padding: 5px 0 15px; text-align: center; line-height: 1.4; }
.CallToAction__Phone dl dt,
.CallToAction__Phone dl dd { font-size: 1.6rem; font-weight: 500; }
.CallToAction__Phone dl dt:before { content: "受付時間："; }
.CallToAction__Contact { position: relative; background: none; }
.CallToAction__Contact .--Icon { position: absolute; z-index: 1; left: 30px; top: 10px; color: #f2c200; font-size: 3.8rem; pointer-events: none; }
.CallToAction__Contact a { position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; padding: 0 0 0 5%; width: 95%; height: 100%; color: #333; font-size: 2.6rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; background-color: #fff; border-radius: 20px; }
.CallToAction__Secondary { display: flex; align-items: center; margin: 0; padding: 0; }
.CallToAction__Secondary .--Icon { display: inline-block; margin: 0 10px 0 0; color: #6db64d; font-size: 6.0rem; }
.CallToAction__Secondary .--Icon i { line-height: 0.8; background-color: #fff; border-radius: 10px; }
.CallToAction__Secondary a { color: #333; font-size: 2.8rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; text-decoration: none; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__CallToAction { padding: 7.5vw 0; }
  .Body__CallToAction .--TopHeading { margin: 0 auto 4.166vw; }
  .CallToAction { padding: 2.5vw 3.333vw 0; width: 85vw; border-radius: 1.666vw; }
  .CallToAction__SubHeading { padding: 0 0 0.833vw; font-size: 2.666vw; }
  .CallToAction__SubHeading:before,
  .CallToAction__SubHeading:after { width: 0.167vw; height: 4.166vw; }
  .CallToAction__SubHeading:before { margin-right: 1.666vw; }
  .CallToAction__SubHeading:after { margin-left: 1.666vw; }
  .CallToAction__Primary { border-radius: 1.667vw; }
  .CallToAction__Phone,
  .CallToAction__Contact { border-radius: 1.66vw; }
  .CallToAction__PhoneNumber { padding: 1.666vw 0 0; }
  .CallToAction__PhoneNumber:before { margin: 0 0.833vw 0 0; font-size: 3.333vw; }
  .CallToAction__PhoneNumber a { font-size: 3.833vw; }
  .CallToAction__Phone dl { margin: 0 0 0 2.5vw; padding: 0.416vw 0 1.25vw; }
  .CallToAction__Phone dl dt,
  .CallToAction__Phone dl dd { font-size: 1.333vw; }
  .CallToAction__Contact .--Icon { left: 2.5vw; top: 0.833vw; font-size: 3.166vw; }
  .CallToAction__Contact a { font-size: 2.166vw; }
  .CallToAction__Secondary .--Icon { margin: 0 0.833vw 0 0; font-size: 5.0vw; }
  .CallToAction__Secondary a { font-size: 2.333vw; }
}

@media screen and (max-width: 600px) {
  .Body__CallToAction { padding: 10vw 0 12vw; background-image: url(/wp-content/uploads/2025/12/calltoaction-bg-sp.jpg); }
  html.webp .Body__CallToAction { background-image: url(/wp-content/uploads/2025/12/calltoaction-bg-sp.jpg.webp); }
  .Body__CallToAction .--TopHeading { margin: 0 auto 1vw; font-size: 2.6rem; }
  .CallToAction { flex-direction: column; padding: 5vw 5% 1vw; width: 80%; border-radius: 10px; }
  .CallToAction__Heading { padding: 0 0 3vw; font-size: 2.6rem; }
  .CallToAction__SubHeading { padding: 0 0 3vw; font-size: 2.9rem; }
  .CallToAction__SubHeading:before,
  .CallToAction__SubHeading:after { width: 1px; height: 8vw; }
  .CallToAction__SubHeading:before { margin-right: 4vw; }
  .CallToAction__SubHeading:after { margin-left: 4vw; }
  .CallToAction__Primary { flex-direction: column-reverse; padding: 3%; width: 94%; border-radius: 10px; }
  .CallToAction__Phone,
  .CallToAction__Contact { width: 100%; border-radius: 10px; }
  .CallToAction__Contact { height: 23vw; margin-bottom: 3vw; }
  .CallToAction__Contact a { padding: 0 0 0 10%; width: 90%; font-size: 2.4rem; border-radius: 10px; }
  .CallToAction__Contact .--Icon { left: 4vw; top: 50%; transform: translateY(-50%); font-size: 3.0rem; }
  .CallToAction__PhoneNumber { padding: 5vw 0 0; }
  .CallToAction__PhoneNumber a { font-size: 3.7rem; pointer-events: initial; }
  .CallToAction__PhoneNumber:before { margin: 0 2.5vw 0 0; font-size: 3.2rem; }
  .CallToAction__Phone dl { margin: 0; padding: 2vw 0 3vw 3vw; }
  .CallToAction__Phone dl dt,
  .CallToAction__Phone dl dd { font-size: 1.4rem; white-space: nowrap; }
  .CallToAction__Secondary .--Icon { margin: 0 2vw 0 0; }
  .CallToAction__Secondary a { font-size: 2.2rem; }
}

/* 【TOP】豊富な解決事例
======================================================== */
.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%; }
}

/* 【TOP】弁護士に依頼するメリット
======================================================== */
.Body__Merit { margin: 0 auto; padding: 110px 0 70px; width: 100%; background-color: #fff5e3; }
.Merit { display: flex; flex-direction: column; margin: 0 auto; padding: 130px 0 0; width: 1100px; }
.Merit__Item { position: relative; display: flex; justify-content: space-between; align-items: center; margin: 0 0 80px; padding: 60px 4% 40px; width: 92%; background-color: #fff; counter-increment: merit-num; }
.Merit__Item:before { position: absolute; left: 30px; top: -40px; display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; color: #fff; font-size: 3.0rem; font-weight: 700; line-height: 1; background-color: #f2c200; border-radius: 50%; content: counter(merit-num, decimal-leading-zero); }
.Merit__Primary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 830px; }
.Merit__Heading { margin: 0; padding: 0 0 30px; color: #333; font-size: 3.1rem; font-weight: 700; line-height: 1.3; letter-spacing: 0; border: none; background: none;}
.Merit__Text { margin: 0; padding: 0; font-size: 1.9rem; font-weight: 500; line-height: 1.55; letter-spacing: 0; }
.Merit__Secondary { margin: 0; padding: 0; width: 120px; line-height: 0; }
.Merit__Secondary img { width: 100%; height: auto; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Merit { padding: 9.18vw 0 5.8vw; }
  .Merit { padding: 10.85vw 0 0; width: 91.7vw; }
  .Merit__Item { margin: 0 0 6.66vw; padding: 5.02vw 4% 3.33vw; }
  .Merit__Item:before { left: 2.5vw; top: -3.33vw; width: 6.68vw; height: 6.68vw; font-size: 2.5vw; }
  .Merit__Primary { width: 69vw; }
  .Merit__Heading { padding: 0 0 2.5vw; font-size: 2.583vw; }
  .Merit__Text { font-size: 1.584vw; }
  .Merit__Secondary { width: 10vw; }
}

@media screen and (max-width: 600px) {
  .Body__Merit { padding: 10vw 0; }
  .Merit { padding: 20vw 0 0; width: 90%; }
  .Merit__Item { flex-direction: column; margin: 0 0 16vw; padding: 12vw 6% 4vw; width: 88%; }
  .Merit__Item:before { left: 50%; transform: translateX(-50%); top: -8vw; width: 16vw; height: 16vw; }
  .Merit__Item:nth-last-of-type(1) { margin-bottom: 5vw; }
  .Merit__Primary { width: 100%; }
  .Merit__Heading { padding: 0 0 5vw; font-size: 2.5rem; }
  .Merit__Text { font-size: 1.8rem; }
  .Merit__Secondary { padding: 3vw 0 0; width: 26vw; }
}

/* 【TOP】事務所までご相談ください
======================================================== */
.Body__Greeting { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 100px 0; width: 100%; }
.Greeting { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 100px 0 30px; width: 1100px; }
.Greeting__Primary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 620px; }
.Greeting__Heading { margin: 0 0 30px; padding: 10px 0; width: 100%; color: #f2862e; font-size: 2.7rem; font-weight: 700; letter-spacing: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f2862e; background: none;}
.Greeting__Heading.--Strengths { padding-top: 60px; }
.Greeting__Text p { margin: 0; padding: 0 0 2rem; font-size: 1.9rem; line-height: 1.55; letter-spacing: 0; }
.Greeting__Text { font-size: 1.9rem; line-height: 1.55; letter-spacing: 0; }
.Greeting__Secondary { margin: 0; padding: 0; width: 410px; line-height: 0;  }
.Greeting__Secondary img { width: 100%; height: auto; border-radius: 20px; }
.GreetingPoint { position: relative; display: flex; justify-content: flex-end; margin: 0 auto; padding: 0 0 60px; width: 1100px; counter-increment: point-num; }
.GreetingPoint__Primary { position: absolute; right: 50%; top: 0; width: 920px; }
.GreetingPoint__Primary img { width: 100%; height: auto; border-radius: 0 20px 20px 0; }
.GreetingPoint.--Reverse { justify-content: flex-start; }
.GreetingPoint.--Reverse .GreetingPoint__Primary { right: initial; left: 50%; }
.GreetingPoint.--Reverse .GreetingPoint__Primary img { border-radius: 20px 0 0 20px; }
.GreetingPoint__Secondary { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; width: 520px; min-height: 390px; }
.GreetingPoint__Secondary:before { display: flex; justify-content: center; align-items: center; margin: 0; padding: 5px 0; width: 120px; color: #fff; font-size: 1.9rem; font-weight: 700; line-height: 1.0; letter-spacing: 0; background-color: #f2c200; border-radius: 100px; content: "Point."counter(point-num, decimal-leading-zero); }
.GreetingPoint__Heading { margin: 0; padding: 20px 0; font-size: 2.8rem; font-weight: 700; line-height: 1.4; letter-spacing: 0; background: none; border: none; color: #f2862e;}
.GreetingPoint__Text { margin: 0; padding: 0; font-size: 1.9rem; line-height: 1.55; letter-spacing: 0; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Greeting { padding: 8.33vw 0; }
  .Greeting { padding: 8.33vw 0 2.5vw; width: 91.7vw; }
  .Greeting__Primary { width: 51.7vw; }
  .Greeting__Heading { margin: 0 0 2.5vw; padding: 0.83vw 0; font-size: 2.25vw; }
  .Greeting__Heading.--Strengths { padding-top: 5vw; }
  .Greeting__Text p { padding: 0 0 1.66vw; font-size: 1.58vw; }
  .Greeting__Text { font-size: 1.58vw; }
  .Greeting__Secondary { width: 34.2vw; }
  .GreetingPoint { padding: 0 0 5vw; width: 91.7vw; }
  .GreetingPoint__Primary { width: 76.66vw; }
  .GreetingPoint__Secondary { width: 43.33vw; min-height: 32.5vw; }
  .GreetingPoint__Secondary:before { padding: 0.41vw 0; width: 10vw; font-size: 1.58vw; }
  .GreetingPoint__Heading { padding: 1.66vw 0; font-size: 2.333vw; }
  .GreetingPoint__Text { font-size: 1.58vw; }
}

@media screen and (max-width: 600px) {
  .Body__Greeting { padding: 10vw 0; }
  .Greeting { flex-direction: column; padding: 10vw 0 3vw; width: 90%; }
  .Greeting__Primary { order: 2; flex-direction: column-reverse; padding: 0 0 15vw; width: 100%; }
  .Greeting__Heading { order: 3; margin: 0 0 5vw; padding: 0; font-size: 3.0rem; text-align: center; border: none; }
  .Greeting__Heading.--Strengths { padding-top: 0; }
  .Greeting__Secondary { order: 1; margin: 0 auto 8vw; width: 52%; }
  .Greeting__Secondary img { border-radius: 10px; }
  .GreetingPoint { flex-direction: column; padding: 0 0 5vw; width: 100%; }
  .GreetingPoint__Primary { position: relative; right: initial; top: initial; display: block; margin: 0 5% 0 0; width: 95%; overflow: hidden; object-fit: cover; }
  .GreetingPoint.--Reverse .GreetingPoint__Primary { left: initial; margin: 0 0 0 5%; }
  .GreetingPoint__Primary:before { content: ""; display: block; padding-top: 55%; }
  .GreetingPoint__Primary img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; object-fit: cover; border-radius: 0 10px 10px 0; }
  .GreetingPoint__Secondary { position: relative; z-index: 1; margin: 0 auto; padding: 5vw 0 0; width: 90%; min-height: initial; }
  .GreetingPoint__Secondary:before { position: absolute; left: 0; top: -3.5vw; padding: 1.5vw 0; width: 27vw; font-size: 2.1rem; }
  .GreetingPoint.--Reverse .GreetingPoint__Secondary:before { left: initial; right: 0; }
  .GreetingPoint.--Reverse .GreetingPoint__Primary img { border-radius: 10px 0 0 10px; }
  .GreetingPoint__Heading { padding: 3vw 0; font-size: 2.8rem; }
}

/* 【TOP】無料相談の流れ
======================================================== */
.Body__ConsultingFlow { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 100px 0 50px; width: 100%; background-color: #fff5e3; }
.ConsultingFlow { margin: 0 auto; padding: 60px 0 0; width: 1100px; }
.ConsultingFlow__Item { position: relative; display: flex; margin: 0 0 70px; padding: 0; width: 100%; }
.ConsultingFlow__Item:after { position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%);content: "\f0d7"; color: #f2862e; font-size: 6.0rem; font-weight: bold; font-family: "Font Awesome 6 Free"; }
.ConsultingFlow__Item:nth-last-of-type(1):after { display: none; }
.ConsultingFlow__Primary { display: flex; justify-content: center; align-items: center; margin: 0 30px 0 0; padding: 0; width: 130px; height: 130px; background-color: #fff; border-radius: 50%; }
.ConsultingFlow__Primary img { width: 100%; height: auto; }
.ConsultingFlow__Secondary { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; width: 830px; }
.ConsultingFlow__Heading { margin: 0; padding: 0 0 20px; color: #333; font-size: 2.8rem; font-weight: 700; letter-spacing: 0; }
.ConsultingFlow__Text { margin: 0; padding: 0; font-size: 1.9rem; font-weight: 500; line-height: 1.55; letter-spacing: 0; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__ConsultingFlow { padding: 8.333vw 0 4.15vw; }
  .ConsultingFlow { padding: 5vw 0 0; width: 91.7vw; }
  .ConsultingFlow__Item { margin: 0 0 5.85vw; }
  .ConsultingFlow__Item:after { bottom: -5.0vw; font-size: 5.0vw; }
  .ConsultingFlow__Primary { margin: 0 2.5vw 0 0; width: 10.833vw; height: 10.833vw; }
  .ConsultingFlow__Secondary { width: 69vw; }
  .ConsultingFlow__Heading { padding: 0 0 1.67vw; font-size: 2.333vw; }
  .ConsultingFlow__Text { font-size: 1.583vw; }
}

@media screen and (max-width: 600px) {
  .Body__ConsultingFlow { padding: 12vw 0 0; }
  .ConsultingFlow { padding: 10vw 0 0; width: 90%; }
  .ConsultingFlow__Item { flex-direction: column; margin: 0 0 18vw; }
  .ConsultingFlow__Item:after { bottom: -16vw; font-size: 7.0rem; }
  .ConsultingFlow__Primary { margin: 0 auto 4vw; width: 26vw; height: 26vw; }
  .ConsultingFlow__Secondary { width: 100%; }
  .ConsultingFlow__Heading { padding: 0 0 1vw; font-size: 2.5rem; }
}

/* 【TOP】相続問題解決の流れ
======================================================== */
.Body__SolutionFlow { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 100px 0; width: 100%; }
.Body__SolutionFlow .--TopHeading { margin-bottom: 80px; }
.SolutionFlow { position: relative; display: flex; flex-direction: column; margin: 0 auto; padding: 0; width: 900px; }
.SolutionFlow:before { position: absolute; z-index: 1; left: 35px; top: 50%; transform: translateY(-50%); content: ""; display: inline-block; width: 5px; height: 95%; background-color: #f2862e; }
.SolutionFlow__Item { position: relative; padding: 10px 0; display: flex; justify-content: space-between; align-items: center; counter-increment: flow-num; }
.SolutionFlow__Item:after { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); content: ""; display: inline-block; width: 100%; height: 1px; background: #d3d3d3; }
/* .SolutionFlow__Item:nth-last-of-type(1):after { display: none; } */
.SolutionFlow__Item:before { position: absolute; z-index: 1; left: 0; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; width: 76px; height: 76px; color: #fff; font-size: 2.9rem; font-weight: 500; background-color: #f2862e; border-radius: 50%; content: counter(flow-num, decimal-leading-zero); }
.SolutionFlow__Text { padding: 0 0 0 150px; font-size: 2.6rem; font-weight: 500; line-height: 1.2; }
.SolutionFlow__Icon { padding: 0 40px 0 0; width: 80px; }
.SolutionFlow__Icon img { width: 100%; height: auto; }
.Body__SolutionFlow .--Button { padding: 40px 0 0; }
.Body__SolutionFlow .--Button a { width: 520px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__SolutionFlow { padding: 6.7vw 0; }
  .Body__SolutionFlow .--TopHeading { margin-bottom: 6.66vw; }
  .SolutionFlow { width: 75vw; }
  .SolutionFlow:before { left: 2.9vw; width: 0.4vw; height: 58vw; }
  .SolutionFlow__Item { padding: 0.83vw 0; }
  .SolutionFlow__Item:before { width: 6.3vw; height: 6.3vw; font-size: 2.4vw; }
  .SolutionFlow__Text { padding: 0 0 0 12.5vw; font-size: 2.17vw; }
  .SolutionFlow__Icon { padding: 0 3.35vw 0 0; width: 6.67vw; }
  .Body__SolutionFlow .--Button { padding: 3.35vw 0 0; }
  .Body__SolutionFlow .--Button a { width: 43.3vw; }
}

@media screen and (max-width: 600px) {
  .Body__SolutionFlow { padding: 10vw 0 14vw; }
  .Body__SolutionFlow .--TopHeading { margin-bottom: 0; }
  .SolutionFlow { margin: 6vw 0 3vw; width: 90%; }
  .SolutionFlow:before { left: 5.5vw; width: 0.8vw; height: 90%; }
  .SolutionFlow__Item { padding: 2.5vw 0; }
  .SolutionFlow__Item:before { width: 12vw; height: 12vw; font-size: 2.3rem; }
  .SolutionFlow__Item:nth-last-of-type(1):after { display: none; }
  .SolutionFlow__Text { padding: 0 0 0 15vw; width: 55vw; font-size: 2.3rem; }
  .SolutionFlow__Icon { padding: 0; width: 14vw; }
  .Body__SolutionFlow .--Button { padding: 4vw 0 0; width: 86%; }
  .Body__SolutionFlow .--Button a { padding: 3vw 5% 3vw 0; width: 95%; letter-spacing: 0; }
}

/* 【TOP】お知らせ
======================================================== */
.Body__WhatsNew { margin: 0 auto; padding: 90px 0; width: 100%; background-color: #fff5e3; }
.Body__WhatsNew .--TopHeading { margin-bottom: 50px; }
.WhatsNew { margin: 0 auto; padding: 0 20px 20px 0; width: 1080px; height: 220px; overflow-y: auto; }
.WhatsNew { --sb-track-color: #333333; --sb-thumb-color: #c1c1c1; --sb-size: 14px; }
.WhatsNew::-webkit-scrollbar { width: var(--sb-size) }
.WhatsNew::-webkit-scrollbar-track { background: var(--sb-track-color); border-radius: 3px; }
.WhatsNew::-webkit-scrollbar-thumb { background: var(--sb-thumb-color); border-radius: 3px; }
.WhatsNew__Item { position: relative; margin: 0; padding: 0; width: 100%; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ddd; }
.WhatsNew__Item:after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: "\f138"; color: #f2c200; font-size: 1.8rem; font-weight: bold; font-family: "Font Awesome 6 Free"; pointer-events: none; }
.WhatsNew__Item a { display: flex; align-items: flex-start; margin: 0; padding: 20px 0; width: 100%; color: #333; text-decoration: none; }
.WhatsNew__Date { margin: 2px 0; padding: 0; width: 15%; font-size: 1.4rem; font-weight: 500; letter-spacing: 0; }
.WhatsNew__Title { margin: 0; padding: 0; width: 82%; color: #333; font-size: 1.8rem; font-weight: 500; line-height: 1.5; letter-spacing: 0; border: none; }
.Body__WhatsNew .--Button { margin: 0 auto; padding: 50px 0 0; width: 520px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__WhatsNew { padding: 7.5vw 0; }
  .Body__WhatsNew .--TopHeading { margin-bottom: 4.15vw; }
  .WhatsNew { padding: 0 1.67vw 1.67vw 0; width: 90vw; height: 18.33vw; }
  .WhatsNew__Item { border-bottom-width: 0.18vw; }
  .WhatsNew__Item a { padding: 1.67vw 0; }
  .WhatsNew__Date { margin: 0.17vw 0; font-size: 1.17vw; }
  .WhatsNew__Title { font-size: 1.5vw; }
  .WhatsNew__Item:after { font-size: 1.5vw; }
  .Body__WhatsNew .--Button { padding: 4.18vw 0 0; width: 43.3vw; }
}

@media screen and (max-width: 600px) {
  .Body__WhatsNew { padding: 14vw 0; }
  .Body__WhatsNew .--TopHeading { margin-bottom: 10vw; }
  .WhatsNew { margin: 0 auto 6vw; padding: 0 2% 0 0; width: 88%; height: 75vw; }
  .WhatsNew__Item { border-bottom-width: 1px; }
  .WhatsNew__Item a { flex-direction: column; padding: 4vw 0; }
  .WhatsNew__Date { margin: 0 0 1vw; width: 100%; font-size: 1.6rem; }
  .WhatsNew__Title { width: 93%; font-size: 1.9rem; }
  .WhatsNew__Item:after { font-size: 2.4rem; }
  .Body__WhatsNew .--Button { padding: 2vw 0; width: 86%; }
  .Body__WhatsNew .--Button a { padding: 3vw 0; }
}

/* 【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__Footer { margin: 5px auto 100px; padding: 0; width: 100%; background: #fff5e3; }
.Footer { position: relative; display: flex; justify-content: space-between; margin: 0 auto; padding: 40px 0; width: 1100px; }
.Footer__Primary { display: flex; flex-direction: column; margin: 0; padding: 0 0 50px; width: 680px; }
.Footer__Catchcopy { margin: 0; padding: 0; font-size: 1.4rem; line-height: 1.0; letter-spacing: 0; }
.Footer__SiteLogo { margin: 0; padding: 20px 0 50px; width: 250px; }
.Footer__SiteLogo img { width: 100%; height: auto; }
.Footer__Secondary { position: absolute; left: 0; bottom: 50px; }
.Footer__Navi { display: flex; flex-direction: column; flex-wrap: wrap; margin: 0; padding: 0; width: 90%; height: 160px; }
.Footer__Navi li { position: relative; margin: 0 20px 10px 0; padding: 0 0 0 20px; width: 26%; }
.Footer__Navi li:before { position: absolute; left: 0; top: 3px; content: "\f054"; color: #a4905b; font-size: 1.0rem; font-weight: bold; font-family: "Font Awesome 6 Free"; }
.Footer__Navi li a { display: block; padding: 0 10px 0 0; color: #333; font-size: 1.5rem; line-height: 1.3; letter-spacing: 0; text-decoration: none; }
.Footer .CallToAction { padding: 0 20px; width: 350px; }
.Footer .CallToAction__SubHeading { font-size: 2.7rem; }
.Footer .CallToAction__SubHeading:before,
.Footer .CallToAction__SubHeading:after { height: 40px; }
.Footer .CallToAction__Primary { flex-direction: column-reverse; padding: 4%; width: 92%; }
.Footer .CallToAction__Phone,
.Footer .CallToAction__Contact { width: 100%; }
.Footer .CallToAction__Contact { margin-bottom: 30px; }
.Footer .CallToAction__Contact a { position: initial; padding: 2.5% 0 2.5% 5%; font-size: 1.8rem; }
.Footer .CallToAction__Contact .--Icon { left: 35px; font-size: 2.2rem; }
.Footer .CallToAction__PhoneNumber { padding: 5% 0 0; }
.Footer .CallToAction__PhoneNumber a { font-size: 2.8rem; }
.Footer .CallToAction__PhoneNumber:before { font-size: 2.4rem; }
.Footer .CallToAction__Phone dl { padding: 1% 0 4% 3%; }
.Footer .CallToAction__Phone dl dt,
.Footer .CallToAction__Phone dl dd { font-size: 1.1rem; }
.Footer .CallToAction__Secondary { margin-top: -10px; }
.Footer .CallToAction__Secondary .--Icon { font-size: 4.2rem; }
.Footer .CallToAction__Secondary a { font-size: 1.7rem; }

.Copyright { display: flex; justify-content: center; margin: 0 auto; padding: 15px 0; width: 100%; color: #fff; font-size: 1.2rem; background: #f2c200; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Footer { margin: 0.416vw auto 8.333vw; }
  .Footer { padding: 3.333vw 0; width: 91.667vw; }
  .Footer__Primary { padding: 0 0 4.166vw; width: 56.666vw; }
  .Footer__Catchcopy { font-size: 1.166vw; }
  .Footer__SiteLogo { padding: 1.666vw 0 4.166vw; width: 20.833vw; }
  .Footer .CallToAction { padding: 0 1.666vw; width: 29.166vw; }
  .Footer .CallToAction__SubHeading { font-size: 2.25vw; }
  .Footer .CallToAction__SubHeading:before,
  .Footer .CallToAction__SubHeading:after { height: 3.333vw; }
  .Footer .CallToAction__PhoneNumber:before { font-size: 2.0vw; }
  .Footer .CallToAction__PhoneNumber a { font-size: 2.333vw; }
  .Footer .CallToAction__Phone dl dt,
  .Footer .CallToAction__Phone dl dd { font-size: 0.916vw; }
  .Footer .CallToAction__Contact { margin-bottom: 2.5vw; }
  .Footer .CallToAction__Contact .--Icon { left: 2.916vw; font-size: 1.833vw; }
  .Footer__Secondary { bottom: 4.166vw; }
  .Footer .CallToAction__Secondary { margin-top: -0.833vw; }
  .Footer .CallToAction__Contact a { font-size: 1.5vw; }
  .Footer .CallToAction__Secondary .--Icon { font-size: 3.5vw; }
  .Footer .CallToAction__Secondary a { font-size: 1.416vw; }
  .Footer__Navi { height: 13.333vw; }
  .Footer__Navi li { margin: 0 1.666vw 0.833vw 0; padding: 0 0 0 1.666vw; /* width: 15vw; */ }
  .Footer__Navi li:before { top: 0.25vw; font-size: 0.833vw; }
  .Footer__Navi li a { padding: 0 0.833vw 0 0; font-size: 1.25vw; }

  .Copyright { padding: 1.25vw 0; font-size: 1.0vw; }
}

@media screen and (max-width: 600px) {
  .Body__Footer { margin: 0 auto 20vw; }
  .Footer { flex-direction: column; align-items: center; flex-wrap: nowrap; padding: 8vw 0 0; width: 100%; height: initial; }
  .Footer__Primary { order: 1; margin: 0 auto; padding: 0; width: 90%; }
  .Footer__Catchcopy { padding-bottom: 2vw; font-size: 1.6rem; text-align: center; }
  .Footer__SiteLogo { margin: 0 auto 4vw; padding: 0; width: 52%; height: 9vw; overflow: hidden; }
  .Footer .CallToAction { order: 2; padding: 3vw 5% 3vw; width: 80%; }
  .Footer .CallToAction__SubHeading { font-size: 2.9rem; }
  .Footer .CallToAction__SubHeading:before,
  .Footer .CallToAction__SubHeading:after { height: 8vw; }
  .Footer .CallToAction__Primary { padding: 3%; width: 94%; }
  .Footer .CallToAction__Contact { margin-bottom: 3vw; }
  .Footer .CallToAction__Contact .--Icon { left: 4vw; font-size: 3.0rem; }
  .Footer .CallToAction__Contact a { padding: 0 0 0 10%; font-size: 2.4rem; }
  .Footer .CallToAction__PhoneNumber { padding: 5vw 0 0; }
  .Footer .CallToAction__PhoneNumber a { font-size: 3.7rem; }
  .Footer .CallToAction__PhoneNumber:before { font-size: 3.2rem; }
  .Footer .CallToAction__Phone dl { padding: 2vw 0 3vw 3vw; }
  .Footer .CallToAction__Phone dl dt,
  .Footer .CallToAction__Phone dl dd { font-size: 1.4rem; }
  .Footer .CallToAction__Secondary { margin-top: 0; }
  .Footer .CallToAction__Secondary .--Icon { margin: 0 2vw 0 0; font-size: 5.4rem; }
  .Footer .CallToAction__Secondary a { font-size: 2.2rem; }
  .Footer__Secondary { order: 3; position: initial; width: 100%; }
  .Footer__Navi { width: 100%; height: initial; border-top: 1px solid #adadad; }
  .Footer__Navi li { margin: 0; padding: 0; width: 100%; background-color: #fff; border-bottom: 1px solid #adadad; }
  .Footer__Navi li:before { left: initial; right: 2vw; top: 50%; transform: translateY(-50%); font-size: 1.6rem; }
  .Footer__Navi li a { padding: 3.5vw 0 3.5vw 5vw; font-size: 1.8rem; }
  .Copyright { padding: 3vw 0; }
}

/* フローティングフッター
======================================================== */
.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; 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: 780px; }
.Body__Sidebar { margin: 0; padding: 0; width: 280px; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .Body__TwoColumns { padding: 3.33vw 0; width: 91.7vw; }
  .Body__Page,
  .Body__Archive,
  .Body__Single { padding: 0 0 5vw; width: 65vw; }
  .Body__Sidebar { width: 23.33vw; }
}

@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 { display: flex; align-items: center; margin: 0 auto; padding: 20px 0; width: 100%; min-height: 110px; background-color: #fff5e3; }
.PageTitle { margin: 0 auto; padding: 0; width: 1100px; }
.PageTitle__Heading { font-size: 3.4rem; font-weight: 700; line-height: 1.3; text-align: left; }
.Body__BreadCrumbs { margin: 0 auto; padding: 0; width: 100%; }
.BreadCrumbs { margin: 0 auto; padding: 10px 0; width: 1100px; font-size: 1.2rem; 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.67vw 0; min-height: 9.15vw; }
  .PageTitle { width: 91.7vw; }
  .PageTitle__Heading { font-size: 2.833vw; }
  .BreadCrumbs { padding: 0.83vw 0; width: 91.7vw; font-size: 1.0vw; }
}

@media screen and (max-width: 600px) {
  .Body__PageTitle { padding: 4vw 0; min-height: 30vw; }
  .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 { 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 { 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 0 10px; width: 100%; border-width: 1px; border-style: solid; border-color: #f2c200; }
.SidebarTop__Heading { position: relative; margin: 0 0 30px; padding: 10px 0; width: 100%; color: #fff; font-size: 1.7rem; font-weight: 500; text-align: center; background-color: #f2c200; }
.SidebarTop__Heading:before { position: absolute; top: 100%; left: 50%; content: ""; margin-left: -10px; border-width: 10px; border-style: solid; border-color: transparent; border-top-width: 10px; border-top-style: solid; border-top-color: #f2c200; }
.SidebarTop__Text { margin: 0 auto 20px; padding: 5px 0; width: 90%; font-size: 1.7rem; font-weight: 700; text-align: center; background-color: #fffb86; }
.SidebarTop__PhoneNumber { display: flex; justify-content: center; align-items: center; margin: 0 auto 10px; padding: 0; width: 100%; line-height: 1.0; }
.SidebarTop__PhoneNumber:before { margin: 0 5px 0 0; color: #f2c200; content: "\f098"; font-size: 2.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarTop__PhoneNumber a { color: #333; font-size: 2.8rem; font-weight: 900; letter-spacing: 0; text-decoration: none; pointer-events: none; }
.SidebarTop__ReceptionHours { display: flex; justify-content: center; margin: 0 auto; padding: 0 0 30px; width: 100%; font-size: 1.2rem; font-weight: 500; line-height: 1.3; letter-spacing: 0; white-space: nowrap; }
.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; font-size: 1.6rem; font-weight: 500; line-height: 1.5; text-decoration: none; text-align: center; border-width: 1px; border-style: solid; border-radius: 100px; }
.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:first-child a { color: #f2862e; background-color: #fff; border-color: #f2862e; }
.SidebarTop__List li:nth-child(2) a { color: #fff; background-color: #f2862e; }
.BoxMenu.sidebar-banner .BoxMenu__Item { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 0 20px; padding: 0; min-height: 74px; text-decoration: none; border-width: 1px; border-style: solid; border-color: #666; }
.BoxMenu.sidebar-banner .BoxMenu__Item:after { position: absolute; z-index: 1; right: 10px; top: 50%; transform: translateY(-50%); content: " \f138"; color: #f2862e; font-size: 1.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.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 0 0 30px; color: #333; font-size: 1.7rem; font-weight: 500; text-align: center; }
.BoxMenu.sidebar-banner .BoxMenu__Title em { font-size: 2.0rem; font-style: normal; }
.BoxMenu.sidebar-banner .BoxMenu__Title small { font-size: 1.5rem; }
.Sidebar__Contents { margin: 0 auto; padding: 0; width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: #e2e2e2; }
.Sidebar__Contents li { display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.Sidebar__Contents li a { position: relative; display: flex; align-items: center; margin: 0; padding: 20px 8% 20px 2%; width: 90%; color: #333; font-size: 1.7rem; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #c3c3c3; }
.Sidebar__Contents li.menu-item-has-children a:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); content: " \2b"; color: #f2862e; font-size: 2.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Sidebar__Contents li.menu-item-has-children a.--Selected:after { content: " \f068"; }
.Sidebar__Contents li.menu-item-has-children ul.sub-menu { display: none; }
.Sidebar__Contents li.menu-item-has-children ul.sub-menu li a:after { right: 10px; content: "\f138"; font-size: 1.2rem; }
.Sidebar__Contents li.menu-item-has-children ul.sub-menu li a { padding: 20px 8% 20px 8%; width: 84%; }
.Sidebar__Contents li.menu-item-has-children ul.sub-menu ul.sub-menu li a { padding: 20px 10% 20px 14%; width: 76%; }
.Sidebar__Contents li.menu-item-has-children ul.sub-menu ul.sub-menu ul.sub-menu li a { padding: 20px 10% 20px 20%; width: 70%; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .SidebarTop { margin: 0 0 1.666vw; padding: 0 0 0.833vw; }
  .SidebarTop__Heading { margin: 0 0 2.5vw; padding: 0.833vw 0; font-size: 1.416vw; }
  .SidebarTop__Heading:before { margin-left: -0.833vw; border-width: 0.833vw; border-top-width: 0.85vw; }
  .SidebarTop__Text { margin: 0 auto 1.666vw; padding: 0.416vw 0; font-size: 1.416vw; }
  .SidebarTop__PhoneNumber { margin: 0 auto 0.833vw; }
  .SidebarTop__PhoneNumber:before { margin: 0 0.416vw 0 0; font-size: 2.0vw; }
  .SidebarTop__PhoneNumber a { font-size: 2.333vw; }
  .SidebarTop__ReceptionHours { padding: 0 0 2.5vw; font-size: 1.0vw; }
  .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 .BoxMenu__Item { margin: 0 0 1.67vw; min-height: 6.171vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Item:after { right: 0.833vw; font-size: 1.0vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Title { margin: 0 0 0 2.5vw; font-size: 1.416vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Title em { font-size: 1.666vw; }
  .Sidebar__Contents li a { padding: 1.666vw 8% 1.666vw 2%; font-size: 1.416vw; }
  .Sidebar__Contents li.menu-item-has-children a:after { right: 0.833vw; font-size: 1.666vw; }
  .Sidebar__Contents li.menu-item-has-children ul.sub-menu li a:after { right: 1.0vw; font-size: 1.0vw; }
  .Sidebar__Contents li.menu-item-has-children ul.sub-menu li a { padding: 1.666vw 8% 1.666vw 8%; width: 84%; }
  .Sidebar__Contents li.menu-item-has-children ul.sub-menu ul.sub-menu li a { padding: 1.666vw 10% 1.666vw 14%; width: 76%; }
  .Sidebar__Contents li.menu-item-has-children ul.sub-menu ul.sub-menu ul.sub-menu li a { padding: 1.666vw 10% 1.666vw 20%; width: 70%; }
}

@media screen and (max-width: 600px) {
  .SidebarTop { display: none; }
  .BoxMenu.sidebar-banner { padding: 0 0 5vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Item { margin: 0 0 5vw; min-height: 20vw; }
  .BoxMenu.sidebar-banner .BoxMenu__Title { margin: 0 0 0 12vw; font-size: 2.2rem; }
  .BoxMenu.sidebar-banner .BoxMenu__Title em { font-size: 2.6rem; }
  .BoxMenu.sidebar-banner .BoxMenu__Title small { font-size: 1.9rem; }
  .BoxMenu.sidebar-banner .BoxMenu__Item:after { right: 2vw; font-size: 1.7rem; }
  .Sidebar__Contents { padding: 0 0 10vw; }
  .Sidebar__Contents li a { padding: 5vw 8% 5vw 2%; font-size: 1.9rem; }
  .Sidebar__Contents li.menu-item-has-children a:after { right: 2vw; font-size: 2.4rem; }
  .Sidebar__Contents li.menu-item-has-children ul.sub-menu li a:after { right: 2.5vw; font-size: 1.7rem; }
}

/* サイトマップ
======================================================== */
.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-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; height: 10vw; }
  .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.6rem; border-width: 1px; border-style: solid; border-color: #f2862e; }
.ChildList__Heading a { display: block; padding: 15px 10px; color: #fff; text-decoration: none; background-color: #f2862e; }
.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; color: #333; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f2862e; }
.ChildList ul li a:before { display: inline-block; padding: 0 5px 0 0; color: #f2862e; content: " \f105"; font-family: "Font Awesome 6 Free"; font-size: 1.4rem; font-weight: 700; }
.ChildList ul li a:hover { background-color: #fff5e3; }
.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: #ececec; }
.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.153vw auto; font-size: 1.23vw; }
  .ChildList__Heading a { padding: 1.153vw 0.769vw; }
  .ChildList ul li a { padding: 1.153vw 0.769vw; }
  .ChildList ul li a:before { padding: 0 0.384vw 0 0; font-size: 1.076vw; }
  .ChildList ul li.page_item_has_children ul li a { padding: 1.153vw 0.769vw 1.153vw 2.692vw; }
}

@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%; }
.Author { display: flex; justify-content: space-between; align-items: flex-start; margin: 0; padding: 1.5%; width: 97%; border-width: 1px; border-style: solid; border-color: #c5c5c5; }
.Author__Primary { margin: 0; padding: 0; width: 15%; line-height: 0; }
.Author__Primary:before { padding-top: 100%; }
.Author__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 82%; }
.Author__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; }
  .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; }
  .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; color: #333; 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%; font-size: 2.6rem; background-color: #fff5e3; 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.6rem; line-height: 1.5; }
.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; color: #666; 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: #f2862e; 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.333vw; }
  .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; color: #000; font-size: 1.6rem; font-weight: 400; text-decoration: none; border-width: 1px; border-style: solid; border-color: #c1c1c1; }
.PageNation li a:hover { color: #fff; opacity: 1.0; }
.PageNation .--Back { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media only screen and (min-width:601px) and (max-width: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: #fff5e3; }
.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 { position: absolute; right: 10px; top: 20px; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0 8px; color: #fff; font-size: 1.2rem; font-weight: 400; border-radius: 2px; background-color: #f2c200; }
.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[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: #f2862e; }
.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; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .ContactForm .--Required { right: 0.85vw; top: 1.66vw; padding: 0 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 { 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 .--AlignCenter { line-height: 1.5; }
}

/* 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; }
}