@charset 'utf-8';

/* Reset
--------------------------------------------------- */
*, ::before, ::after { box-sizing: border-box; }
::before, ::after { text-decoration: inherit; vertical-align: inherit; }
html { cursor: default; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-tap-highlight-color: transparent; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: break-word; }
body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
dl dl, dl ol, dl ul, ol dl, ul dl { margin: 0; }
ol ol, ol ul, ul ol, ul ul { margin: 0; }
hr { height: 0; overflow: visible; }
main { display: block; }
nav ol, nav ul { list-style: none; padding: 0; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
iframe { border-style: none; }
img { border-style: none; }
svg:not([fill]) { fill: currentColor; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
details { display: block; }
dialog { background-color: white; border: solid; color: black; display: block; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; padding: 1em; position: absolute; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; }
dialog:not([open]) { display: none; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
a, area, button, input, label, select, summary, textarea, [tabindex] { touch-action: manipulation; }
[hidden] { display: none; }
img { max-width: 100%; height: auto; }
img[src$=".svg"], svg { width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 100%; font-weight: normal; }
blockquote, figure, p { margin: 0; }
dl, dd, ol, ul { margin: 0; padding: 0; }
ul, ol { list-style: none; }
i, em { font-style: normal; }

/* base */
@media screen and (max-width:23.4275em), screen and (min-width:48em) and (max-width:79.99em) {
	html { font-size: 56.25%; }
}
@media screen and (min-width:23.4375em) and (max-width:47.99em), screen and (min-width:80em) {
	html { font-size: 62.5%; }
}
body { font-family: "BIZ UDPGothic", sans-serif; font-weight: normal; color: #0f2540; letter-spacing: 0.03em; line-height: 1; font-feature-settings: "palt" 1; background: url("../img/bg-body.png") repeat center center/60rem; }
@media (max-width:47.999em) {
	body { font-size: 1.4rem; }
}
@media (min-width:48em) {
	body { font-size: 1.6rem; }
}
@media (-webkit-min-device-pixel-ratio:2) {
	body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
}
::-moz-selection { background: rgba(11, 52, 110, 0.1); color: #0f2540; text-shadow: none; }
::selection { background: rgba(11, 52, 110, 0.1); color: #0f2540; text-shadow: none; }
a { color: #0f2540; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
a:link, a:visited { color: #0f2540; text-decoration: none; }
a img { transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
@media not all and (hover:none) and (pointer:coarse) {
	a:hover, a:active { color: #535953; text-underline-color: #535953; }
	a:hover img, a:active img { opacity: 0.75; transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}

/* Layouts
--------------------------------------------------- */

/* frame */
.frame { min-height: 100vh; display: flex; flex-direction: column; }
.frame__header, .frame__footer { flex-grow: 0; width: 100%; }
.frame__content { flex-grow: 1; width: 100%; overflow: hidden; display: flex; flex-direction: column; }
.frame__content > .page-content { flex-grow: 1; width: 100%; }
@media (max-width:63.999em) {
	.frame { width: 100%; }
	.frame__content { padding-top: 7rem; }
}
@media (min-width:64em) {
	.frame { position: relative; min-width: 1024px; }
	.frame__header { width: 22.22%; min-width: 32rem; height: 100vh; }
	.frame__content, .frame__footer { position: relative; left: 32rem; width: calc(100% - 32rem); }
}
@media (min-width:90em) {
	.frame__content, .frame__footer { width: 77.78%; left: 22.22%; }
}

/* column */
.grid { display: grid; }
.grid.-g2 { gap: 0.2rem; }
.grid.-g4 { gap: 0.4rem; }
.grid.-g8 { gap: 0.8rem; }
.grid.-g12 { gap: 1.2rem; }
.grid.-g16 { gap: 1.6rem; }
.grid.-g20 { gap: 2rem; }
.grid.-g24 { gap: 2.4rem; }
.grid.-g32 { gap: 3.2rem; }
.grid.-g40 { gap: 4rem; }
@media (max-width:47.999em) {
	.grid { grid-template-columns: 1fr; max-width: 100%; }
	.grid.-c2-sp { grid-template-columns: repeat(2, 1fr); }
	.grid.-c3-sp { grid-template-columns: repeat(3, 1fr); }
	.grid.-g2-sp { gap: 0.2rem; }
	.grid.-g4-sp { gap: 0.4rem; }
	.grid.-g8-sp { gap: 0.8rem; }
	.grid.-g16-sp { gap: 1.6rem; }
	.grid.-g20-sp { gap: 2rem; }
	.grid.-g24-sp { gap: 2.4rem; }
	.grid.-g32-sp { gap: 3.2rem; }
	.grid.-g40-sp { gap: 4rem; }
}
@media (min-width:48em) {
	.grid.-c2 { grid-template-columns: repeat(2, 1fr); }
	.grid.-c3 { grid-template-columns: repeat(3, 1fr); }
	.grid.-c4 { grid-template-columns: repeat(4, 1fr); }
	.grid.-c5 { grid-template-columns: repeat(5, 1fr); }
	.grid.-c6 { grid-template-columns: repeat(6, 1fr); }
	.grid.-g2-pc { gap: 0.2rem; }
	.grid.-g4-pc { gap: 0.4rem; }
	.grid.-g8-pc { gap: 0.8rem; }
	.grid.-g16-pc { gap: 1.6rem; }
	.grid.-g20-pc { gap: 2rem; }
	.grid.-g24-pc { gap: 2.4rem; }
	.grid.-g32-pc { gap: 3.2rem; }
	.grid.-g40-pc { gap: 4rem; }
	.grid.-middle { align-items: center; }
}

/* Components
--------------------------------------------------- */

/**
* global
*/

/* header */
.header { position: fixed; top: 0; left: 0; z-index: 999; }
@media (max-width:63.999em) {
	.header { background: url("../img/bg-body.png") repeat center center/60rem; padding: 1.2rem 4.1% 1.3rem; }
	.header__logo { position: relative; width: 14rem; z-index: 999; }
	.header__logo-image.-pc, .header__logo-catch { display: none; }
}
@media (min-width:64em) {
	.header__inner { display: flex; flex-direction: column; gap: 4rem; width: 70%; max-width: 32rem; height: 100vh; margin-right: 4.8rem; margin-left: auto; padding-top: 2.4rem; padding-bottom: 2.4rem; overflow: scroll; scrollbar-width: none; }
	.header__inner::-webkit-scrollbar { display: none; width: 0; height: 0; }
	.header__logo { display: flex; flex-direction: column; align-items: center; gap: 2.4rem; }
	.header__logo-catch { font-family: "BIZ UDPMincho", serif; font-size: 1.4rem; letter-spacing: 0.05em; }
	.header__logo-image { display: inline-block; width: 6.8rem; transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
	.header__logo-image.-sp { display: none; }
}
.header-menu { color: #0b346e; }
.header-menu a, .header-menu a:link, .header-menu a:visited { color: #0b346e; display: block; }
.header-menu__heading { padding: 0 0.8rem 0.8rem 0.8rem; border-bottom: 1px solid #0b346e; font-size: 1.2rem; font-weight: 700; letter-spacing: 0.05em; }
.header-menu__heading.-link { padding: 0; border-top: 1px solid #0b346e; }
.header-menu__heading.-link > a { padding: 1.4rem 0.8rem; font-size: 1.4rem; }
.header-menu__heading:not(:first-child) { margin-top: 2.4rem; }
.header-menu__item > a { display: block; margin-top: 1px; padding: 1.4rem 1.6rem; background-color: #efefee; font-size: 1.4rem; font-weight: 700; letter-spacing: 0.1em; }
.header-menu__item.-current > a, .header-menu__heading.-link.-current > a { background-color: #0b346e; color: #fff; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.header-menu__contact { display: flex; flex-direction: column; gap: 0.8rem; padding-top: 1.6rem; padding-bottom: 1.6rem; }
.header-menu__contact-heading { font-family: "BIZ UDPMincho", serif; font-size: 1.4rem; }
@media (max-width:63.999em) {
	.header-menu { width: 100%; }
	.header-menu a, .header-menu a:link, .header-menu a:visited { display: block; }
	.header-menu__heading { font-size: 1.4rem; }
	.header-menu__heading.-link > a { font-size: 1.6rem; }
	.header-menu__item > a { font-size: 1.6rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.header-menu__heading.-link > a:hover, .header-menu__item > a:hover, .header-menu__heading.-link > a:active, .header-menu__item > a:active { background-color: #0b346e; color: #fff; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}
@media (max-width:63.999em) {
	.nav__container { position: absolute; top: -100vh; left: 0; width: 100%; height: 100%; min-height: 100vh; background: url("../img/bg-body.png") repeat center center/60rem; opacity: 0; transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), top 0.1s cubic-bezier(0.19, 1, 0.22, 1) 1s; }
	.nav__container-inner { display: flex; flex-direction: column; justify-content: center; gap: 4rem; width: 100%; min-height: 100%; padding: 8rem 4.8rem; transform: translateY(-1.6rem); transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
	.nav__button { position: absolute; top: 50%; transform: translateY(-50%); right: 4.1%; z-index: 999; width: 3.2rem; height: 4rem; display: block; cursor: pointer; }
	.nav__button-icon { display: block; position: absolute; top: 50%; left: 50%; transform: translateX(-50%); width: 3.2rem; height: 2px; background-color: #0b346e; border-radius: 2px; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.nav__button-icon::before, .nav__button-icon::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 3.2rem; height: 2px; background-color: #0b346e; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.nav__button-icon::before { transform: translateY(-8px); }
	.nav__button-icon::after { transform: translateY(8px); }
	.nav.-open .nav__container { top: 0; z-index: 100; overflow-y: scroll; opacity: 1; transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1); }
	.nav.-open .nav__container-inner { transform: translateY(0); transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
	.nav.-open .nav__button-icon { background-color: transparent; }
	.nav.-open .nav__button-icon::before { transform: rotate(45deg); }
	.nav.-open .nav__button-icon::after { transform: rotate(-45deg); }
}

/* footer */
.footer { background-color: #535953; color: #fff; }
.footer__inner { display: flex; }
.footer__copyright { width: 100%; font-size: 1.2rem; }
@media (max-width:47.999em) {
	.footer__inner { flex-direction: column; gap: 4rem; padding: 4rem 4.1%; }
}
@media (min-width:48em) {
	.footer__inner { flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 4rem; max-width: 109.6rem; padding: 4.8rem; }
	.footer__copyright { margin-top: -1.6rem; }
}
.footer-info__company { font-family: "BIZ UDPMincho", serif; font-size: 2rem; }
.footer-info__location { margin-top: 1.6rem; font-size: 1.4rem; line-height: 1.5; }
.footer-menu { display: flex; font-size: 1.4rem; }
.footer-menu a, .footer-menu a:link, .footer-menu a:visited { color: #fff; }
@media (max-width:47.999em) {
	.footer-menu { flex-direction: column; gap: 2rem; }
	.footer-menu a, .footer-menu a:link, .footer-menu a:visited { display: block; }
}
@media (min-width:48em) {
	.footer-menu { align-items: center; gap: 3.2rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.footer-menu a { transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.footer-menu a:hover, .footer-menu a:active { opacity: 0.6; transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}
.contact-tel { display: flex; align-items: center; }
.contact-tel > span { margin-right: -2.4rem; display: block; transform: scaleX(0.8); transform-origin: left center; color: #0b346e; font-size: 2.4rem; font-weight: 700; }
.contact-tel::before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23535953' clip-path='url(%23a)'%3E%3Cpath d='M13.5 10.5H12V12h1.5v-1.5ZM16.5 10.5H15V12h1.5v-1.5ZM19.5 10.5H18V12h1.5v-1.5ZM13.5 13.5H12V15h1.5v-1.5ZM16.5 13.5H15V15h1.5v-1.5ZM19.5 13.5H18V15h1.5v-1.5ZM13.5 16.5H12V18h1.5v-1.5ZM16.5 16.5H15V18h1.5v-1.5ZM19.5 16.5H18V18h1.5v-1.5ZM19.5 7.5H12V9h7.5V7.5Z'/%3E%3Cpath d='M21 4.5H10.5v-.75A1.502 1.502 0 0 0 9 2.25H6a1.502 1.502 0 0 0-1.5 1.5v.75H3A1.502 1.502 0 0 0 1.5 6v13.5A1.502 1.502 0 0 0 3 21h18a1.502 1.502 0 0 0 1.5-1.5V6A1.502 1.502 0 0 0 21 4.5ZM6 3.75h3V16.5H6V3.75ZM21 19.5H3V6h1.5v10.5A1.502 1.502 0 0 0 6 18h3a1.502 1.502 0 0 0 1.5-1.5V6H21v13.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); margin-right: 0.8rem; width: 2.4rem; height: 2.4rem; }
@media (min-width:48em) {
	.contact-tel.-lg > span { margin-right: -3.6rem; font-size: 3.6rem; }
	.contact-tel.-lg::before { margin-right: 1.6rem; width: 4rem; height: 4rem; }
}
.contact-hours { display: flex; align-items: center; font-size: 1.4rem; font-weight: 700; }
.contact-hours::before { content: '営業時間'; margin-right: 0.6rem; padding: 0.4rem 0.6rem; background-color: #535953; border-radius: 0.2rem; color: #fff; font-size: 1rem; }
.contact-hours > small { padding-left: 0.4rem; font-size: 1rem; font-weight: 400; }
@media (min-width:48em) {
	.contact-hours.-lg { font-size: 1.8rem; }
	.contact-hours.-lg::before { margin-right: 1.2rem; font-size: 1.2rem; }
	.contact-hours.-lg > small { padding-left: 0.8rem; font-size: 1.4rem; }
}
.contact-button { position: relative; display: flex; justify-content: center; align-items: center; padding: 0.8rem 1.6rem; background-color: #c2ccdb; border-radius: 0.2rem; color: #0b346e; font-size: 1.4rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; }
.contact-button__icon { margin-right: 0.8rem; width: 2.4rem; height: 2.4rem; }
.contact-button > a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
@media (min-width:48em) {
	.contact-button.-lg { padding: 1.2rem 2.4rem; font-size: 2rem; }
	.contact-button.-lg .contact-button__icon { width: 3.2rem; height: 3.2rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.contact-button { transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.contact-button svg path { transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.contact-button:hover, .contact-button:active { background-color: #0b346e; color: #fff; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.contact-button:hover svg path, .contact-button:active svg path { fill: #fff; transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}
.contact-box { position: relative; display: flex; flex-wrap: wrap; background-color: #efefee; }
.contact-box > p { width: 100%; line-height: 1.5; }
@media (max-width:47.999em) {
	.contact-box { gap: 1.6rem; padding: 1.6rem 1.6rem 1.6rem 6.4rem; }
}
@media (min-width:48em) {
	.contact-box { gap: 2rem; padding: 2.4rem 2.4rem 2.4rem 8.8rem; }
}

/**
* common
*/
.page-header { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background-size: cover; background-position: center; background-repeat: no-repeat; }
.page-header__content { max-width: 109.6rem; padding: 0 1.6rem; background-color: #0b346e; color: #fff; }
.page-header__content-title { font-family: "BIZ UDPMincho", serif; }
@media (max-width:47.999em) {
	.page-header { height: 24rem; }
	.page-header__content { padding: 2rem 4.1%; }
	.page-header__content-title { margin-bottom: 1.6rem; font-size: 2.8rem; }
}
@media (min-width:48em) {
	.page-header { height: 38rem; }
	.page-header__content { padding: 2.4rem 4.8rem; }
	.page-header__content-title { margin-bottom: 2.4rem; font-size: 4.4rem; }
}
.page-header-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5em; }
.page-header-breadcrumbs > li { font-size: 1.2rem; line-height: 1.2; color: #fff; }
.page-header-breadcrumbs > li a, .page-header-breadcrumbs > li a:link, .page-header-breadcrumbs > li a:visited { color: #fff; }
.page-header-breadcrumbs > li:not(:first-child)::before { content: '›'; margin-right: 0.5em; }
@media (min-width:48em) {
	.page-header-breadcrumbs > li { font-size: 1.4rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.page-header-breadcrumbs > li a:hover, .page-header-breadcrumbs > li a:active { color: #c2ccdb; }
}
.page-content { line-height: 1.75; }
.page-content strong { font-weight: bolder; }
.page-content em { font-style: italic; }
.page-content small { font-size: 0.8em; }
.page-content a:not(.link-wrap), .page-content a:not(.link-wrap):link, .page-content a:not(.link-wrap):visited { text-decoration: underline; }
.page-content h2.wp-block-heading, .page-content h3.wp-block-heading, .page-content h4.wp-block-heading { margin-top: 2em; margin-bottom: 0.5em; color: #0b346e; font-weight: 700; line-height: 1.52; }
.page-content p + p { margin-top: 1em; }
.page-content ul.list-disc:not(:first-child), .page-content ul.wp-block-list:not(:first-child), .page-content ul:not([class]):not(:first-child), .page-content ol.wp-block-list:not(:first-child), .page-content ol:not([class]):not(:first-child) { margin-top: 1em; }
.page-content ul.list-disc:not(:last-child), .page-content ul.wp-block-list:not(:last-child), .page-content ul:not([class]):not(:last-child), .page-content ol.wp-block-list:not(:last-child), .page-content ol:not([class]):not(:last-child) { margin-bottom: 1em; }
.page-content ul.list-disc > li:not(.-nostyle), .page-content ul.wp-block-list > li:not(.-nostyle), .page-content ul:not([class]) > li:not(.-nostyle), .page-content ol.wp-block-list > li:not(.-nostyle), .page-content ol:not([class]) > li:not(.-nostyle) { display: flex; align-items: flex-start; }
.page-content ul.list-disc > li:not(.-nostyle)::before, .page-content ul.wp-block-list > li:not(.-nostyle)::before, .page-content ul:not([class]) > li:not(.-nostyle)::before, .page-content ol.wp-block-list > li:not(.-nostyle)::before, .page-content ol:not([class]) > li:not(.-nostyle)::before { flex-shrink: 0; min-width: 1.25em; margin-right: 0.25em; color: #535953; }
.page-content ul.list-disc > li:not(.-nostyle):nth-child(n+2), .page-content ul.wp-block-list > li:not(.-nostyle):nth-child(n+2), .page-content ul:not([class]) > li:not(.-nostyle):nth-child(n+2), .page-content ol.wp-block-list > li:not(.-nostyle):nth-child(n+2), .page-content ol:not([class]) > li:not(.-nostyle):nth-child(n+2) { margin-top: 0.1em; }
.page-content ul.list-disc > li > ul, .page-content ul.wp-block-list > li > ul, .page-content ul:not([class]) > li > ul, .page-content ol.wp-block-list > li > ul, .page-content ol:not([class]) > li > ul, .page-content ul.list-disc > ol, .page-content ul.wp-block-list > ol, .page-content ul:not([class]) > ol, .page-content ol.wp-block-list > ol, .page-content ol:not([class]) > ol { margin: 0.5em 0 !important; }
.page-content ul.list-disc > li::before, .page-content ul.wp-block-list > li::before, .page-content ul:not([class]) > li::before { content: '\2022'; display: grid; place-content: center; }
.page-content ol.wp-block-list, .page-content ol:not([class]) { counter-reset: num; }
.page-content ol.wp-block-list > li::before, .page-content ol:not([class]) > li::before { content: '' counter(num) '.'; counter-increment: num; text-align: center; }
.page-content .wp-block-columns, .page-content .wp-block-group, .page-content .wp-block-image, .page-content .wp-block-gallery, .page-content .wp-block-media-text, .page-content .wp-block-embed, .page-content [class|="embed"], .page-content iframe { margin-top: 2.4rem; margin-bottom: 2.4rem; }
.page-content .wp-block-columns a, .page-content .wp-block-group a, .page-content .wp-block-image a, .page-content .wp-block-gallery a, .page-content .wp-block-media-text a, .page-content .wp-block-embed a, .page-content [class|="embed"] a, .page-content iframe a { border: 0; }
.page-content .wp-block-table { margin-top: 2.4rem; margin-bottom: 2.4rem; }
.page-content .wp-block-table table, .page-content table:not([class]) { width: 100%; border-top: 1px solid #dedfdd; line-height: 1.5; }
.page-content .wp-block-table table thead, .page-content table:not([class]) thead, .page-content .wp-block-table table th, .page-content table:not([class]) th, .page-content .wp-block-table table td, .page-content table:not([class]) td { border: 0; }
.page-content .wp-block-table table thead, .page-content table:not([class]) thead { background-color: rgba(15, 37, 64, 0.08); font-size: 1.4rem; text-align: left; white-space: nowrap; }
.page-content .wp-block-table table th, .page-content table:not([class]) th, .page-content .wp-block-table table td, .page-content table:not([class]) td { border-bottom: 1px solid #dedfdd; }
.page-content .wp-block-table table th, .page-content table:not([class]) th { background-color: #efefee; font-weight: 400; text-align: left; }
.page-content .wp-block-separator, .page-content hr { border: 0; border-bottom: 1px solid #dedfdd; }
.page-content iframe { width: 100%; }
.page-content .wp-block-group { background-color: #f00; }
.page-content .wp-block-group__inner-container > *:first-child { margin-top: 0; }
.page-content .wp-block-group__inner-container > *:last-child { margin-bottom: 0; }
.page-content .wp-block-gallery .wp-element-caption, .page-content .wp-block-image .wp-element-caption, .page-content figcaption { padding-top: 0.8rem; text-align: left !important; line-height: 1.5; }
.page-content .wp-block-gallery .wp-element-caption { position: relative !important; background: none !important; padding: 0 !important; }
.page-content *:first-child { margin-top: 0; }
.page-content *:last-child { margin-bottom: 0; }
@media (max-width:47.999em) {
	.page-content h2.wp-block-heading { font-size: 1.6rem; }
	.page-content .wp-block-table table th, .page-content table:not([class]) th, .page-content .wp-block-table table td, .page-content table:not([class]) td { padding: 0.8rem 1.2rem; }
	.page-content .wp-block-table table th, .page-content table:not([class]) th { width: 10rem; }
	.page-content .wp-block-columns { gap: 0.8rem; }
	.page-content .wp-block-separator, .page-content hr { margin: 2.4rem auto; }
	.page-content .wp-block-gallery .wp-element-caption, .page-content .wp-block-image .wp-element-caption, .page-content figcaption { font-size: 1.1rem !important; }
}
@media (min-width:48em) {
	.page-content h2.wp-block-heading { font-size: 2rem; }
	.page-content .wp-block-table table th, .page-content table:not([class]) th, .page-content .wp-block-table table td, .page-content table:not([class]) td { padding: 1rem 1.6rem; }
	.page-content .wp-block-table table th, .page-content table:not([class]) th { width: 13.2rem; }
	.page-content .wp-block-columns { gap: 1.6rem; }
	.page-content .wp-block-separator, .page-content hr { margin: 4rem auto; }
	.page-content .wp-block-gallery .wp-element-caption, .page-content .wp-block-image .wp-element-caption, .page-content figcaption { font-size: 1.3rem !important; }
}

/* フォントサイズ */
.has-small-font-size { font-size: 1.4rem; }
.has-large-font-size { font-size: 1.8rem; }

/* カラーパレット - 背景色 */
.has-orange-background-color { background-color: #E03831; }

/* カラーパレット - テキスト色 */
.has-orange-color { color: #E03831; }
.h-large { font-family: "BIZ UDPMincho", serif; color: #0b346e; line-height: 1; }
.h-medium { padding: 0.8rem 0 1.6rem; border-bottom: 0.4rem solid #c2ccdb; font-weight: 700; color: #0b346e; line-height: 1.25; }
.h-small { font-weight: 700; color: #0b346e; line-height: 1.4; }
.h-vertical { position: absolute; top: -0.8rem; left: 1.6rem; z-index: 1; background-color: #0b346e; font-family: "BIZ UDPMincho", serif; color: #fff; letter-spacing: 0.1em; line-height: 1; writing-mode: vertical-rl; text-orientation: mixed; }
.h-vertical.-rev { background-color: #fff; color: #0b346e; }
.h-wrap { display: flex; align-items: flex-end; gap: 3.2rem; }
.txt-gray { color: #535953; }
.txt-lead, .txt-large { font-family: "BIZ UDPMincho", serif; }
.txt-lead { color: #535953; line-height: 1.5; }
.txt-bold { font-weight: 700; }
.txt-note, .list-notes > li, .list-footnotes > li { padding-left: 1.2em; }
.txt-note::before, .list-notes > li::before, .list-footnotes > li::before { width: 1.2em; margin-left: -1.2em; }
.txt-note::before, .list-notes > li::before { display: inline-block; content: '\203B'; }
.list-footnotes { counter-reset: num; }
.list-footnotes > li::before { content: '*' counter(num) ':'; counter-increment: num; }
.list-notes > li:nth-child(n+2), .list-footnotes > li:nth-child(n+2) { margin-top: 0.1em; }
.txt-highlight { padding: 0.4rem 1.6rem; background-color: rgba(255, 255, 255, 0.5); }
@media (max-width:47.999em) {
	.grid .h-medium:first-child { margin-bottom: 2.4rem; }
	.h-medium:not(:first-child) { margin-top: 2.4rem; }
	.h-small:not(:first-child) { margin-top: 1.6rem; }
	.h-small:not(:last-child) { margin-bottom: 1.6rem; }
	.h-small:not(:last-child) + p { margin-top: -0.5em; }
	.h-vertical { padding: 1.6rem 1.2rem; font-size: 2rem; }
	.h-vertical.-sm { padding: 1.2rem 0.8rem; font-size: 1.6rem; }
	.h-wrap { flex-wrap: wrap; gap: 1.6rem; }
	.h-wrap > .txt-lead { width: 100%; }
	.h-large { font-size: 3.2rem; }
	.h-medium, .txt-lead { font-size: 2rem; }
	.h-small, .txt-large { font-size: 1.6rem; }
	.txt-regular { font-size: 1.4rem; }
	.txt-small, .txt-note, .list-notes > li, .list-footnotes > li { font-size: 1.2rem; }
}
@media (min-width:48em) {
	.grid .h-medium:first-child { margin-bottom: 4rem; }
	.h-medium:not(:first-child) { margin-top: 4rem; }
	.h-small:not(:first-child) { margin-top: 2rem; }
	.h-small:not(:last-child) { margin-bottom: 1.6rem; }
	.h-small:not(:last-child) + p { margin-top: -0.5em; }
	.h-vertical { padding: 2.4rem 1.6rem; font-size: 2.4rem; }
	.h-vertical.-sm { padding: 1.6rem 1rem; font-size: 2rem; }
	.h-wrap { gap: 3.2rem; }
	.h-large { font-size: 4.4rem; }
	.h-medium, .txt-lead { font-size: 2.4rem; }
	.h-small, .txt-large { font-size: 2rem; }
	.txt-regular { font-size: 1.6rem; }
	.txt-small, .txt-note, .list-notes > li, .list-footnotes > li { font-size: 1.4rem; }
}
.block { display: flex; flex-direction: column; }
.h-page + .block { padding-top: 0; }
@media (max-width:47.999em) {
	.block { padding: 3.2rem 4.1%; gap: 2.4rem; }
	.block:first-child { padding-top: 4.8rem; }
	.block:last-child { padding-bottom: 8rem; }
	.page-content .block { padding: 2rem 4.1%; }
	.page-content .block:first-child { padding-top: 4.8rem; }
	.page-content .block:last-child { padding-bottom: 3.2rem; }
	.page-content:last-child .block:last-child { padding-bottom: 8rem; }
}
@media (min-width:48em) {
	.block { padding: 6rem 4.8rem; max-width: 109.6rem; gap: 4rem; }
	.block.-sub { padding-top: 0; padding-bottom: 0; }
	.block:first-child { padding-top: 8rem; }
	.block:last-child { padding-bottom: 12rem; }
	.page-content .block { padding: 4rem 4.8rem; }
	.page-content .block:first-child { padding-top: 8rem; }
	.page-content .block:last-child { padding-bottom: 6rem; }
	.page-content:last-child .block:last-child { padding-bottom: 12rem; }
}
.link-button { position: relative; display: flex; justify-content: center; align-items: center; padding: 0.8rem 1.6rem; background-color: #c2ccdb; border-radius: 0.2rem; color: #0b346e; font-size: 1.4rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; }
.link-button__icon { margin-left: 0.8rem; width: 2.4rem; height: 2.4rem; }
.link-button > a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
@media (min-width:48em) {
	.link-button { padding: 1.6rem 2.4rem; font-size: 2rem; }
	.link-button__icon { width: 2.4rem; height: 2.4rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.link-button { transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.link-button svg path { transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.link-button:hover, .link-button:active { background-color: #0b346e; color: #fff; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.link-button:hover svg path, .link-button:active svg path { fill: #fff; transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}
.link-arrow { position: relative; display: flex; align-items: center; font-size: 1.4rem; font-weight: 700; color: #0b346e; line-height: 1; letter-spacing: 0.05em; }
.link-arrow > a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.link-arrow::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230B346E' fill-rule='evenodd' d='M18 9.02a9 9 0 1 0-18 0 9 9 0 0 0 18 0ZM8.095 4.594 6.988 5.7l3.32 3.32-3.32 3.32 1.107 1.108 4.427-4.427-4.427-4.428Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .02h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); margin-left: 0.4rem; width: 1.6rem; height: 1.6rem; line-height: 1.6rem; }
.link-arrow.-right { justify-content: flex-end; }
.link-arrow.-news { font-family: "BIZ UDPMincho", serif; font-weight: 400; color: #535953; line-height: 1.5; }
.link-arrow.-news::after { margin-left: 0.8rem; width: 1.8rem; height: 1.8rem; line-height: 1.8rem; }
.link-arrow.-back { flex-direction: row-reverse; justify-content: flex-end; }
.link-arrow.-back::after { transform: rotate(180deg); margin-left: 0; margin-right: 0.8rem; }
@media (max-width:47.999em) {
	.link-arrow.-news { font-size: 2rem; }
}
@media (min-width:48em) {
	.link-arrow.-news { font-size: 2.4rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.link-arrow { transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.link-arrow:hover, .link-arrow:active { color: #535953; transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.link-arrow:hover::after, .link-arrow:active::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23535953' fill-rule='evenodd' d='M18 9.02a9 9 0 1 0-18 0 9 9 0 0 0 18 0ZM8.095 4.594 6.988 5.7l3.32 3.32-3.32 3.32 1.107 1.108 4.427-4.427-4.427-4.428Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .02h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
	.link-arrow.-news:hover, .link-arrow.-news:active { opacity: 0.75; transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}
.embed-map { position: relative; width: 100%; height: auto; margin-bottom: 0.8rem !important; }
.embed-map > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
@media (max-width:47.999em) {
	.embed-map { padding-bottom: 91.79vw; }
}
@media (min-width:48em) {
	.embed-map { padding-bottom: 75%; }
}
.menu-card { position: relative; height: 100%; display: flex; flex-direction: column; background-color: #fff; }
.menu-card__text { flex-grow: 1; display: flex; flex-direction: column; gap: 1.6rem; padding: 1.6rem; text-decoration: none; }
.menu-card__text > .link-arrow { align-self: flex-end; margin-top: auto; }
@media (max-width:47.999em) {
	.menu-card__image { width: 100%; height: 16rem; -o-object-fit: cover; object-fit: cover; }
	.menu-card__image.-lg { height: 22rem; }
	.menu-card:not(.-temple) .menu-card__text { padding-left: 7.6rem; }
}
@media (min-width:48em) {
	.menu-card.-temple .menu-card__text { font-size: 1.4rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.menu-card:hover .link-arrow { color: #535953; }
	.menu-card:hover .link-arrow::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23535953' fill-rule='evenodd' d='M18 9.02a9 9 0 1 0-18 0 9 9 0 0 0 18 0ZM8.095 4.594 6.988 5.7l3.32 3.32-3.32 3.32 1.107 1.108 4.427-4.427-4.427-4.428Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .02h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
}
.step-list.-ol { background-color: #fff; border: 1px solid #efefee; }
.step-list__item { position: relative; font-size: 1.4rem; }
.step-list__item::before { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; background-color: #535953; font-family: "BIZ UDPMincho", serif; color: #fff; font-size: 1.2rem; }
.step-list__item:nth-child(1)::before { content: '一'; }
.step-list__item:nth-child(2)::before { content: '二'; }
.step-list__item:nth-child(3)::before { content: '三'; }
.step-list__item:nth-child(4)::before { content: '四'; }
.step-list__item img { margin-bottom: 0.4rem; }
@media (max-width:47.999em) {
	.step-list { display: grid; }
	.step-list:not(.-lg) { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
	.step-list.-lg { grid-template-columns: 1fr; gap: 1.6rem; }
	.step-list.-ol { padding: 1.6rem; }
}
@media (min-width:48em) {
	.step-list:not(.-lg) { display: flex; justify-content: space-between; align-items: flex-start; gap: 2.4rem; }
	.step-list:not(.-lg) .step-list__item:not(:last-child)::after { content: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511719 0.542603L10.4727 7.38635L0.511719 14.2184V0.542603Z' fill='%23BDC0BA'/%3E%3C/svg%3E%0A"); position: absolute; top: 50%; right: -2.4rem; transform: translateY(-50%); width: 2.4rem; display: grid; place-items: center; }
	.step-list.-lg { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; }
	.step-list.-ol { padding: 2.4rem; }
}

/**
* local
*/

/* home */
.home-slider__content { position: relative; display: grid; place-content: center; width: 100%; }
.home-slider__content-image { position: absolute; z-index: -1; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.home-slider__content-copy { position: relative; display: grid; place-content: center; padding-bottom: 0.5em; background-color: #fff; font-family: "BIZ UDPMincho", serif; color: #0f2540; letter-spacing: 0.1em; line-height: 1.9; text-align: center; }
.home-slider__content-copy::after { content: 'katayama sekizai'; position: absolute; bottom: 1.6rem; left: 0; width: 100%; display: inline-block; color: #8599b6; line-height: 1; transform: scaleX(0.8); }
.home-slider .swiper { padding-bottom: 1.2rem; }
.home-slider .swiper-pagination { position: absolute; bottom: 0 !important; }
.home-slider .swiper-pagination-bullet { width: 4rem; height: 0.4rem; border-radius: 0; margin: 0 0.1rem !important; background-color: #dedfdd; opacity: 1; }
.home-slider .swiper-pagination-bullet-active { background-color: #0b346e; }
@media (max-width:47.999em) {
	.home-slider__content { height: 100vw; }
	.home-slider__content-copy { width: 18.4rem; height: 18.4rem; font-size: 1.6rem; }
	.home-slider__content-copy::after { font-size: 1.2rem; }
}
@media (min-width:48em) {
	.home-slider__content { height: 78.4rem; max-height: 100vh; }
	.home-slider__content-copy { width: 28rem; height: 28rem; font-size: 2.4rem; }
	.home-slider__content-copy::after { font-size: 1.6rem; }
}
@media (min-width:64em) {
	.home-slider .swiper-pagination { text-align: left; }
}
.home-intro { position: relative; }
.home-intro__image { position: absolute; right: 0; }
@media (max-width:47.999em) {
	.home-intro { padding-bottom: 16rem !important; margin-bottom: -4rem; }
	.home-intro__image { width: 20rem; bottom: 0; transform: translateX(4.8rem); }
}
@media (min-width:48em) {
	.home-intro__text { width: 80%; }
	.home-intro__text span { display: inline-block; }
	.home-intro__image { top: 50%; width: 34rem; transform: translate(4rem, -45%); }
}

/* process */
.process-flow { display: flex; flex-direction: column; gap: 1.6rem; }
@media (min-width:48em) {
	.process-flow { gap: 2.4rem; }
}
.process-card { position: relative; background-color: #fff; border: 1px solid #efefee; }
.process-card__heading { position: absolute; top: 0; left: 0; background-color: #0b346e; font-family: "BIZ UDPMincho", serif; color: #fff; line-height: 1; }
.process-card__text { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 2.4rem; }
.process-card__text-content { width: 100%; }
@media (max-width:47.999em) {
	.process-card__heading { padding: 1.2rem; font-size: 1.6rem; }
	.process-card__image { width: 100%; height: 20rem; -o-object-fit: cover; object-fit: cover; }
	.process-card__text { padding: 1.6rem; }
	.process-card__case { padding: 0 1.6rem 1.6rem 1.6rem; }
}
@media (min-width:48em) {
	.process-card { display: flex; flex-wrap: wrap; }
	.process-card__heading { padding: 1.6rem; font-size: 2rem; }
	.process-card__image { width: 32rem; min-height: 24rem; -o-object-fit: cover; object-fit: cover; }
	.process-card__text { width: calc(100% - 32rem); padding: 3.2rem 4rem; }
	.process-card__case { width: 100%; padding: 4rem; }
}

/* temple */
.temple-card { position: relative; }
.temple-card__image { width: 100%; -o-object-fit: cover; object-fit: cover; }
.temple-card__text .link-arrow { margin-top: 1.6rem; }
@media (max-width:47.999em) {
	.temple-card__image { height: 20rem; }
	.temple-card__text { font-size: 1.2rem; }
	.temple-card__text .link-arrow { margin-top: 0.8rem; }
}
@media (min-width:48em) {
	.temple-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.4rem; }
	.temple-card__image { height: 100%; }
	.temple-card__text { display: flex; flex-direction: column; justify-content: space-between; font-size: 1.4rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.temple-card:hover .link-arrow { color: #535953; }
	.temple-card:hover .link-arrow::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23535953' fill-rule='evenodd' d='M18 9.02a9 9 0 1 0-18 0 9 9 0 0 0 18 0ZM8.095 4.594 6.988 5.7l3.32 3.32-3.32 3.32 1.107 1.108 4.427-4.427-4.427-4.428Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .02h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
}
.temple-icon { display: inline-block; padding: 0.4rem 0.8rem; border-radius: 0.2rem; font-family: "BIZ UDPGothic", sans-serif; font-size: 1.2rem; color: #0b346e; line-height: 1; }
.temple-icon.-gen { background-color: #abc788; }
.temple-icon.-mt { background-color: #abbbe6; }
.temple-icon + .temple-icon { margin-left: 0.4rem; }
@media (min-width:48em) {
	.temple-icon { font-size: 1.4rem; }
	.temple-icon + .temple-icon { margin-left: 0.8rem; }
}
.temple-gallery { aspect-ratio: 3/2; }

/* maintenance */
.reform-card, .maintenance-card { display: flex; flex-direction: column; background-color: #fff; border: 1px solid #efefee; }
.reform-card__image > li { position: relative; }
.reform-card__image > li::before { position: absolute; top: 0; left: 0; display: grid; place-items: center; height: 2.4rem; padding: 0 0.8rem; font-family: "BIZ UDPMincho", serif; font-size: 1.2rem; }
.reform-card__image > li:first-child::before { content: '施工前'; background-color: #535953; color: #fff; }
.reform-card__image > li:last-child::before { content: '施工後'; background-color: #fff; color: #535953; }
.reform-card__text { font-size: 1.4rem; }
@media (max-width:47.999em) {
	.reform-card { gap: 1.6rem; padding: 1.6rem; }
	.reform-card__image:not(.-lg) { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
	.reform-card__image.-lg > li:not(:last-child):not(:first-child) { display: none; }
}
@media (min-width:48em) {
	.reform-card { gap: 2.4rem; padding: 2.4rem; }
	.reform-card__image { display: flex; justify-content: space-between; align-items: flex-start; gap: 2.4rem; }
	.reform-card__image > li:not(:last-child)::after { content: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511719 0.542603L10.4727 7.38635L0.511719 14.2184V0.542603Z' fill='%23BDC0BA'/%3E%3C/svg%3E%0A"); position: absolute; top: 50%; right: -2.4rem; transform: translateY(-50%); width: 2.4rem; display: grid; place-items: center; }
}
.maintenance-card__image { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.maintenance-card__text { display: flex; flex-direction: column; gap: 0.8rem; }
.maintenance-card__text-spec { color: #535953; }
.maintenance-card__text-desc { font-size: 1.4rem; }
.maintenance-card__text-price, .maintenance-card__list-price { font-weight: 700; color: #0b346e; line-height: 1; }
.maintenance-card__text-price > small, .maintenance-card__list-price > small { font-weight: 400; color: #535953; }
.maintenance-card__list-price { padding-left: 1em; }
@media (max-width:47.999em) {
	.maintenance-card { gap: 1.6rem; padding: 1.6rem; }
}
@media (min-width:48em) {
	.maintenance-card { gap: 2.4rem; padding: 2.4rem; }
}

/* closure */
.closure-info { text-align: center; }
.closure-info__nayami { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); color: #0b346e; line-height: 1.5; }
.closure-info__nayami img { border-radius: 50%; }
.closure-info__nayami::after { content: url("data:image/svg+xml,%3Csvg width='32' height='13' viewBox='0 0 32 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.62854H32L16 12.6285L0 0.62854Z' fill='%23BDC0BA'/%3E%3C/svg%3E%0A"); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.closure-info__catch { font-family: "BIZ UDPMincho", serif; color: #0b346e; line-height: 1.5; }
.closure-info__catch > span { padding-bottom: 0.4rem; box-shadow: inset 0 -1rem 0 #c2ccdb; }
.closure-info__copy { color: #535953; }
.closure-info__image { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }
@media (max-width:47.999em) {
	.closure-info__nayami { margin-bottom: 1.6rem; padding: 0 2.5% 3.2rem; }
	.closure-info__nayami img { margin-bottom: 0.8rem; }
	.closure-info__nayami > li { margin-left: -10%; margin-right: -10%; }
	.closure-info__catch { margin-bottom: 0.8rem; font-size: 2.4rem; }
	.closure-info__copy { margin-bottom: 2.4rem; font-size: 1.6rem; }
}
@media (min-width:48em) {
	.closure-info { max-width: 80rem; font-size: 2rem; margin: auto; }
	.closure-info__nayami { gap: 4rem; margin-bottom: 1.6rem; padding-bottom: 5.6rem; }
	.closure-info__nayami img { margin-bottom: 1.6rem; }
	.closure-info__catch { margin-bottom: 2.4rem; font-size: 3.2rem; }
	.closure-info__image { max-width: 72rem; margin: 4rem auto 0; }
}

/* contact */
.contact-form input { width: 100%; max-width: 100%; }
.contact-form textarea { width: 100%; min-height: 16rem; line-height: 1.5; }
.contact-form input, .contact-form textarea { outline: none; border-radius: 0.2rem; padding: 1.2rem 1.6rem; border: 1px solid #dedfdd; background-color: #fff; font-size: 1.6rem; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: inset 0 0 2px 0 #fff; }
.contact-form input[type="checkbox"] { margin-right: 0.4rem; vertical-align: middle; }
.contact-form span.error { color: #a30c02 !important; display: block !important; width: auto !important; }
.contact-form::-webkit-input-placeholder { color: #ccc; }
.contact-form::-moz-placeholder { color: #ccc; }
.contact-form:-ms-input-placeholder { color: #ccc; }
.contact-form select { cursor: pointer; text-overflow: ellipsis; border: 1px solid #dedfdd; border-radius: 0.8rem; outline: none; background: transparent; background: #fff url("../img/icon-selectbox.svg") right 1.6rem center no-repeat; background-size: 1.6rem; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 1.1rem 4rem 1.1rem 1.6rem; font-size: 1.6rem; }
.contact-form .wpcf7-not-valid-tip { font-size: 1.2rem !important; width: auto !important; }
.form-required { color: #d15917; font-size: 1.4rem; font-weight: bold; margin-left: 0.4rem; }
.form-back, .form-submit { display: flex; align-items: center; justify-content: center; }
.form-back input[type="button"] { color: #0b346e; font-weight: 700; border: 0; outline: none; padding: 0; line-height: 1; border-bottom: 1px solid #0b346e; background-color: transparent; }
.form-submit { width: 100%; }
.form-submit input[type="submit"] { width: 100%; height: 100%; border: 0; outline: none; padding: 0; background-color: #c2ccdb; border-radius: 0.2rem; font-weight: 700; font-size: 2rem; color: #0b346e; text-align: center; letter-spacing: 0.1em; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.form-submit input[type="submit"]:disabled { cursor: not-allowed /* 禁止カーソル */ ; background-color: #bdc0ba; color: #fff; }
.form-submit .wpcf7-spinner { display: none; }
@media (max-width:47.999em) {
	.form-submit input[type="submit"] { line-height: 4.8rem; }
}
@media (min-width:48em) {
	.form-back, .form-submit { max-width: 36rem; }
	.form-back input[type="button"]:hover { color: #535953; border-bottom-color: #535953; }
	.form-submit input[type="submit"] { line-height: 6rem; }
	.form-submit input[type="submit"]:not(:disabled):hover { background-color: #0b346e; color: #fff; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
}
.contact-form { display: grid; max-width: 72rem; }
.contact-form__item { display: grid; gap: 0.4rem; }
.contact-form.-comfirm .contact-form__item > p { font-weight: 700; }
@media (max-width:47.999em) {
	.contact-form { gap: 1.2rem; }
}
@media (min-width:48em) {
	.contact-form { gap: 1.6rem; }
}

/* news */
.news-list { padding: 0 0.8rem; background-color: #fff; border: 1px solid #efefee; }
@media (min-width:48em) {
	.news-list { padding: 0 1.6rem; }
}
.news-card { position: relative; display: flex; align-items: center; }
.news-card:not(:last-child) { border-bottom: 1px solid #efefee; }
.news-card > a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.news-card__text { display: flex; flex-direction: column; gap: 0.8rem; }
.news-card__text-title { font-weight: 700; color: #0b346e; line-height: 1.5; }
.news-card__text-date { color: #535953; line-height: 1; }
@media (max-width:47.999em) {
	.news-card { gap: 1.6rem; padding: 0.8rem 0; }
	.news-card__image { width: 8rem; height: 8rem; -o-object-fit: cover; object-fit: cover; }
	.news-card__text-date { font-size: 1.2rem; }
}
@media (min-width:48em) {
	.news-card { gap: 2.4rem; padding: 1.6rem 0; }
	.news-card__image { width: 16rem; height: 10rem; -o-object-fit: cover; object-fit: cover; }
	.news-card__text-date { font-size: 1.4rem; }
}
@media not all and (hover:none) and (pointer:coarse) {
	.news-card:hover .news-card__image { opacity: 0.75; transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.news-card:hover .news-card__text-title { color: #535953; }
	.news-card:hover .news-card__text-date { opacity: 0.75; }
}
.news-archive { display: flex; align-items: center; font-weight: bolder; gap: 1px; font-size: 1.2rem; line-height: 3.2rem; }
.news-archive > li a:link, .news-archive > li a:visited { display: inline-block; padding: 0 1.6rem; background-color: #c2ccdb; border-radius: 0.2rem; color: #0b346e; text-decoration: none !important; }
.news-archive > li a.-current { background-color: #0b346e; border-radius: 0.2rem; color: #fff; }
@media not all and (hover:none) and (pointer:coarse) {
	.news-archive > li a:hover, .news-archive > li a:active { background-color: #0b346e; color: #fff; }
}

/* Trumps
--------------------------------------------------- */

/* typo */
._center { text-align: center !important; }
._left { text-align: left !important; }
._right { text-align: right !important; }
._small { font-size: 0.8em !important; }
._large { font-size: 1.2em !important; }
._nowrap { white-space: nowrap; }
@media (max-width:47.999em) {
	._center-sp { text-align: center !important; }
	._left-sp { text-align: left !important; }
	._right-sp { text-align: right !important; }
	._small-sp { font-size: 0.8em !important; }
	._large-sp { font-size: 1.2em !important; }
	._nowrap-sp { white-space: nowrap; }
}
@media (min-width:48em) {
	._center-pc { text-align: center !important; }
	._left-pc { text-align: left !important; }
	._right-pc { text-align: right !important; }
	._small-pc { font-size: 0.8em !important; }
	._large-pc { font-size: 1.2em !important; }
	._nowrap-pc { white-space: nowrap; }
}

/* layout */
._pull-rt { float: right !important; }
._pull-lt { float: left !important; }
._p0 { padding: 0 !important; }
._pt0, ._py0 { padding-top: 0 !important; }
._pb0, ._py0 { padding-bottom: 0 !important; }
._mr-auto { margin-right: auto !important; }
._ml-auto { margin-left: auto !important; }
._mx-auto { margin-left: auto !important; margin-right: auto !important; }
._m0 { margin: 0 !important; }
._mt0, ._my0 { margin-top: 0 !important; }
._mb0, ._my0 { margin-bottom: 0 !important; }
._mt2, ._my2 { margin-top: 0.2rem !important; }
._mb2, ._my2 { margin-bottom: 0.2rem !important; }
._mt4, ._my4 { margin-top: 0.4rem !important; }
._mb4, ._my4 { margin-bottom: 0.4rem !important; }
._mt8, ._my8 { margin-top: 0.8rem !important; }
._mb8, ._my8 { margin-bottom: 0.8rem !important; }
._mt12, ._my12 { margin-top: 1.2rem !important; }
._mb12, ._my12 { margin-bottom: 1.2rem !important; }
._mt16, ._my16 { margin-top: 1.6rem !important; }
._mb16, ._my16 { margin-bottom: 1.6rem !important; }
._mt20, ._my20 { margin-top: 2rem !important; }
._mb20, ._my20 { margin-bottom: 2rem !important; }
._mt24, ._my24 { margin-top: 2.4rem !important; }
._mb24, ._my24 { margin-bottom: 2.4rem !important; }
._mt28, ._my28 { margin-top: 2.8rem !important; }
._mb28, ._my28 { margin-bottom: 2.8rem !important; }
._mt32, ._my32 { margin-top: 3.2rem !important; }
._mb32, ._my32 { margin-bottom: 3.2rem !important; }
._mt40, ._my40 { margin-top: 4rem !important; }
._mb40, ._my40 { margin-bottom: 4rem !important; }
._mt48, ._my48 { margin-top: 4.8rem !important; }
._mb48, ._my48 { margin-bottom: 4.8rem !important; }
._mt56, ._my56 { margin-top: 5.6rem !important; }
._mb56, ._my56 { margin-bottom: 5.6rem !important; }
._mt64, ._my64 { margin-top: 6.4rem !important; }
._mb64, ._my64 { margin-bottom: 6.4rem !important; }
._mt72, ._my72 { margin-top: 7.2rem !important; }
._mb72, ._my72 { margin-bottom: 7.2rem !important; }
._mt80, ._my80 { margin-top: 8rem !important; }
._mb80, ._my80 { margin-bottom: 8rem !important; }
._mt96, ._my96 { margin-top: 9.6rem !important; }
._mb96, ._my96 { margin-bottom: 9.6rem !important; }
._mt120, ._my120 { margin-top: 12rem !important; }
._mb120, ._my120 { margin-bottom: 12rem !important; }
._mt160, ._my160 { margin-top: 16rem !important; }
._mb160, ._my160 { margin-bottom: 16rem !important; }
._mt200, ._my200 { margin-top: 20rem !important; }
._mb200, ._my200 { margin-bottom: 20rem !important; }
@media (max-width:47.999em) {
	._p0-sp { padding: 0 !important; }
	._pt0-sp, ._py0-sp { padding-top: 0 !important; }
	._pb0-sp, ._py0-sp { padding-bottom: 0 !important; }
	._mr-auto-sp { margin-right: auto !important; }
	._ml-auto-sp { margin-left: auto !important; }
	._mx-auto-sp { margin-left: auto !important; margin-right: auto !important; }
	._mt2-sp, ._my2-sp { margin-top: 0.2rem !important; }
	._mb2-sp, ._my2-sp { margin-bottom: 0.2rem !important; }
	._mt4-sp, ._my4-sp { margin-top: 0.4rem !important; }
	._mb4-sp, ._my4-sp { margin-bottom: 0.4rem !important; }
	._mt8-sp, ._my8-sp { margin-top: 0.8rem !important; }
	._mb8-sp, ._my8-sp { margin-bottom: 0.8rem !important; }
	._mt12-sp, ._my12-sp { margin-top: 1.2rem !important; }
	._mb12-sp, ._my12-sp { margin-bottom: 1.2rem !important; }
	._mt16-sp, ._my16-sp { margin-top: 1.6rem !important; }
	._mb16-sp, ._my16-sp { margin-bottom: 1.6rem !important; }
	._mt20-sp, ._my20-sp { margin-top: 2rem !important; }
	._mb20-sp, ._my20-sp { margin-bottom: 2rem !important; }
	._mt24-sp, ._my24-sp { margin-top: 2.4rem !important; }
	._mb24-sp, ._my24-sp { margin-bottom: 2.4rem !important; }
	._mt28-sp, ._my28-sp { margin-top: 2.8rem !important; }
	._mb28-sp, ._my28-sp { margin-bottom: 2.8rem !important; }
	._mt32-sp, ._my32-sp { margin-top: 3.2rem !important; }
	._mb32-sp, ._my32-sp { margin-bottom: 3.2rem !important; }
	._mt40-sp, ._my40-sp { margin-top: 4rem !important; }
	._mb40-sp, ._my40-sp { margin-bottom: 4rem !important; }
	._mt48-sp, ._my48-sp { margin-top: 4.8rem !important; }
	._mb48-sp, ._my48-sp { margin-bottom: 4.8rem !important; }
	._mt56-sp, ._my56-sp { margin-top: 5.6rem !important; }
	._mb56-sp, ._my56-sp { margin-bottom: 5.6rem !important; }
	._mt64-sp, ._my64-sp { margin-top: 6.4rem !important; }
	._mb64-sp, ._my64-sp { margin-bottom: 6.4rem !important; }
	._mt72-sp, ._my72-sp { margin-top: 7.2rem !important; }
	._mb72-sp, ._my72-sp { margin-bottom: 7.2rem !important; }
	._mt80-sp, ._my80-sp { margin-top: 8rem !important; }
	._mb80-sp, ._my80-sp { margin-bottom: 8rem !important; }
	._mt96-sp, ._my96-sp { margin-top: 9.6rem !important; }
	._mb96-sp, ._my96-sp { margin-bottom: 9.6rem !important; }
	._mt120-sp, ._my120-sp { margin-top: 12rem !important; }
	._mb120-sp, ._my120-sp { margin-bottom: 12rem !important; }
	._mt160-sp, ._my160-sp { margin-top: 16rem !important; }
	._mb160-sp, ._my160-sp { margin-bottom: 16rem !important; }
	._mt200-sp, ._my200-sp { margin-top: 20rem !important; }
	._mb200-sp, ._my200-sp { margin-bottom: 20rem !important; }
}
@media (min-width:48em) {
	._p0-pc { padding: 0 !important; }
	._pt0-pc, ._py0-pc { padding-top: 0 !important; }
	._pb0-pc, ._py0-pc { padding-bottom: 0 !important; }
	._mr-auto-pc { margin-right: auto !important; }
	._ml-auto-pc { margin-left: auto !important; }
	._mx-auto-pc { margin-left: auto !important; margin-right: auto !important; }
	._mt2-pc, ._my2-pc { margin-top: 0.2rem !important; }
	._mb2-pc, ._my2-pc { margin-bottom: 0.2rem !important; }
	._mt4-pc, ._my4-pc { margin-top: 0.4rem !important; }
	._mb4-pc, ._my4-pc { margin-bottom: 0.4rem !important; }
	._mt8-pc, ._my8-pc { margin-top: 0.8rem !important; }
	._mb8-pc, ._my8-pc { margin-bottom: 0.8rem !important; }
	._mt12-pc, ._my12-pc { margin-top: 1.2rem !important; }
	._mb12-pc, ._my12-pc { margin-bottom: 1.2rem !important; }
	._mt16-pc, ._my16-pc { margin-top: 1.6rem !important; }
	._mb16-pc, ._my16-pc { margin-bottom: 1.6rem !important; }
	._mt20-pc, ._my20-pc { margin-top: 2rem !important; }
	._mb20-pc, ._my20-pc { margin-bottom: 2rem !important; }
	._mt24-pc, ._my24-pc { margin-top: 2.4rem !important; }
	._mb24-pc, ._my24-pc { margin-bottom: 2.4rem !important; }
	._mt28-pc, ._my28-pc { margin-top: 2.8rem !important; }
	._mb28-pc, ._my28-pc { margin-bottom: 2.8rem !important; }
	._mt32-pc, ._my32-pc { margin-top: 3.2rem !important; }
	._mb32-pc, ._my32-pc { margin-bottom: 3.2rem !important; }
	._mt40-pc, ._my40-pc { margin-top: 4rem !important; }
	._mb40-pc, ._my40-pc { margin-bottom: 4rem !important; }
	._mt48-pc, ._my48-pc { margin-top: 4.8rem !important; }
	._mb48-pc, ._my48-pc { margin-bottom: 4.8rem !important; }
	._mt56-pc, ._my56-pc { margin-top: 5.6rem !important; }
	._mb56-pc, ._my56-pc { margin-bottom: 5.6rem !important; }
	._mt64-pc, ._my64-pc { margin-top: 6.4rem !important; }
	._mb64-pc, ._my64-pc { margin-bottom: 6.4rem !important; }
	._mt72-pc, ._my72-pc { margin-top: 7.2rem !important; }
	._mb72-pc, ._my72-pc { margin-bottom: 7.2rem !important; }
	._mt80-pc, ._my80-pc { margin-top: 8rem !important; }
	._mb80-pc, ._my80-pc { margin-bottom: 8rem !important; }
	._mt96-pc, ._my96-pc { margin-top: 9.6rem !important; }
	._mb96-pc, ._my96-pc { margin-bottom: 9.6rem !important; }
	._mt120-pc, ._my120-pc { margin-top: 12rem !important; }
	._mb120-pc, ._my120-pc { margin-bottom: 12rem !important; }
	._mt160-pc, ._my160-pc { margin-top: 16rem !important; }
	._mb160-pc, ._my160-pc { margin-bottom: 16rem !important; }
	._mt200-pc, ._my200-pc { margin-top: 20rem !important; }
	._mb200-pc, ._my200-pc { margin-bottom: 20rem !important; }
}

/* responsive */
@media (max-width:47.999em) {
	._hide-sp { display: none; }
}
@media (min-width:48em) {
	._hide-pc { display: none; }
}

/* JS, Plugins
--------------------------------------------------- */

/* wp-pagenav */
.wp-pagenavi { display: flex; align-items: center; font-weight: bolder; font-size: 1.2rem; }
.wp-pagenavi > a:link, .wp-pagenavi > a:visited { background-color: #c2ccdb; border-radius: 0.2rem; color: #0b346e; text-decoration: none !important; }
.wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .first, .wp-pagenavi > .last, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .nextpostslink { display: flex; justify-content: center; align-items: center; }
.wp-pagenavi > .current { background-color: #0b346e; border-radius: 0.2rem; color: #fff; }
.wp-pagenavi > .first::before, .wp-pagenavi > .previouspostslink::before { content: ''; display: inline-block; width: 0.6rem; height: 0.6rem; border-bottom: 0.15rem solid #0b346e; border-left: 0.15rem solid #0b346e; transform: rotate(45deg); }
.wp-pagenavi > .first::before { margin-right: 0.4rem; }
.wp-pagenavi > .last::after, .wp-pagenavi > .nextpostslink::after { content: ''; display: inline-block; width: 0.6rem; height: 0.6rem; border-top: 0.15rem solid #0b346e; border-right: 0.15rem solid #0b346e; transform: rotate(45deg); }
.wp-pagenavi > .last::after { margin-left: 0.4rem; }
@media (max-width:47.999em) {
	.wp-pagenavi { overflow-x: scroll; white-space: nowrap; line-height: 3.2rem; text-align: center; }
	.wp-pagenavi > .extend { padding: 0 0.2rem; }
	.wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .first, .wp-pagenavi > .last, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .nextpostslink { margin: 0 0.1rem; height: 3.2rem; }
	.wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .nextpostslink { min-width: 3.2rem; }
	.wp-pagenavi > .first, .wp-pagenavi > .last { min-width: 5.6rem; }
	.wp-pagenavi > .first, .wp-pagenavi > .last { padding: 0 0.8rem; }
}
@media (min-width:48em) {
	.wp-pagenavi { line-height: 3.2rem; }
	.wp-pagenavi > a:hover, .wp-pagenavi > a:active { color: #fff; background-color: #0b346e; }
	.wp-pagenavi > .extend { padding: 0 0.8rem; }
	.wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .first, .wp-pagenavi > .last, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .nextpostslink { margin: 0 0.1rem; min-width: 4rem; height: 3.2rem; }
	.wp-pagenavi > .first, .wp-pagenavi > .last { padding: 0 1.6rem; }
	.wp-pagenavi > .first:hover::before, .wp-pagenavi > .previouspostslink:hover::before { border-bottom: 0.15rem solid #fff; border-left: 0.15rem solid #fff; }
	.wp-pagenavi > .last:hover::after, .wp-pagenavi > .nextpostslink:hover::after { border-top: 0.15rem solid #fff; border-right: 0.15rem solid #fff; }
}

/* wp login */
.customize-support .frame__header { top: 32px; }