/********************************
*余白
/********************************/

/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

body {
	color: #444444;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* img */

/* ============================================ */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

a[href^="tel:"] {
	pointer-events: none;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.l-main-aside__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-transform: 0.3s;
	        transform: 0.3s;
}

.l-main-aside {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin-left: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 315px;
}

.ez-toc-widget-sticky-container {
	position: static !important;
}

.l-main__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 135px;
}

.l-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.l-main-content {
	-webkit-transform: 0.3s;
	        transform: 0.3s;
	width: 675px;
}

.l-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.l-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: calc(100% - 225px);
}

.l-sidebar {
	width: 225px;
}

.l-sidebar img {
	width: 100%;
}

.l-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-btn-cta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#FF834F), color-stop(50.96%, #F70), to(#FFA144));
	background: linear-gradient(90deg, #FF834F 0%, #F70 50.96%, #FFA144 100%);
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-style: normal;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	text-align: center;
}

.acf-inner-blocks-wrapper {
	margin-bottom: 40px;
}

.acf-inner-blocks-wrapper table {
	border-collapse: collapse;
	width: 100%;
}

.p-acf__component {
	padding-bottom: 120px;
}

/* no-title の **直前の .p-acf__component** を指定 */

/* 直後に「no-title の .p-acf__component」が来るときだけ 40px にする */

.p-acf__component:has(+ .p-acf__component.no-title) {
	padding-bottom: 40px;
}

.p-acf__component-ttl {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.p-acf__component-ttl.p-acf__component-ttl--movie {
	-webkit-box-shadow: inset 0 -1.5px 0 0 #000;
	        box-shadow: inset 0 -1.5px 0 0 #000;
	padding-bottom: 5px;
	text-decoration: none;
}

.p-acf__component-txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9333333333;
	overflow-wrap: break-word;
	white-space: normal;
	word-break: break-word;
}

.p-acf__component-ttl + .p-acf__component-txt {
	margin-top: 40px;
}

.p-acf__component-profile {
	border-top: 1px solid #BFBFBF;
	margin-top: 2.5rem;
	padding-block: 2.5rem;
}

.p-acf__component-profile + .p-acf__component-profile {
	border-top: 1px solid #BFBFBF;
	margin-top: 0;
}

.p-acf__component-profile-meta {
	text-align: center;
}

.p-acf__component-profile-img {
	aspect-ratio: 1/1;
	border-radius: 100vmax;
	margin-inline: auto;
	width: 8.25rem;
}

.p-acf__component-profile-sub {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6923076923;
	margin-top: 15px;
	text-align: center;
}

.p-acf__component-profile-name {
	padding-bottom: 15px;
	position: relative;
}

.p-acf__component-profile-name::before {
	background: #444444;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30px;
}

.p-acf__component-profile-name-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.375;
}

.p-acf__component-profile-name-sub {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8333333333;
}

.p-acf__component-profile-txt {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.9333333333;
	margin-top: 0.9375rem;
	white-space: pre-line;
}

.p-acf__component-profile-more {
	color: #6F3330;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 2.7;
	margin-top: 10px;
	position: relative;
}

.p-acf__component-profile-more::after {
	position: absolute;
	right: 0;
}

.p-acf__component-profile-content-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-acf__component-profile-content-img-item {
	height: auto;
	width: 202px;
}

.p-acf__component-profile02 {
	border-bottom: 1px solid #BFBFBF;
	margin-top: 40px;
	padding-bottom: 40px;
}

.p-acf__component-profile02 + .p-acf__component-profile02:not(:has(.p-acf__component-profile02-ttl)) .p-acf__component-profile02-box {
	border-top: none;
	padding-top: 0;
}

.p-acf__component-profile02-ttl {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9333333333;
	margin-top: 40px;
}

.p-acf__component-profile02-box {
	border-top: 1px solid #BFBFBF;
	margin-top: 10px;
	padding-top: 40px;
}

.p-acf__component-profile02-sub {
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6923076923;
	text-align: center;
}

.p-acf__component-profile02-position {
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6923076923;
	text-align: center;
}

.p-acf__component-profile02-name {
	color: #444444;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

.p-acf__component-profile02-name::before {
	background: #444444;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30px;
}

.p-acf__component-profile02-name-sub {
	color: #444444;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8333333333;
}

.p-acf__component-profile02-txt {
	color: #444444;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9333333333;
	margin-top: 10px;
}

.p-acf__component-photo {
	margin-top: 40px;
}

.p-acf__component-photo-list {
	grid-gap: 25px 3px;
	display: -ms-grid;
	display: grid;
	gap: 25px 3px;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-acf__component-photo-item-box {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5384615385;
	margin-top: 10px;
	padding-inline: 10px;
}

.p-acf__table {
	margin-bottom: 40px;
}

/* 見出し */

.p-acf__table-head {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

/* テーブル全体 */

.p-acf__table {
	margin-bottom: 40px;
}

/* 横スクロール（スマホ対策） */

.p-acf__table-wrap {
	overflow-x: auto;
}

/* ===========================
   基本テーブル設定
=========================== */

.p-acf__table-inner {
	border-collapse: collapse;
	max-width: 100%;
	table-layout: fixed; /* 幅を安定させる */
	width: 100%;
}

/* 行ボーダー */

.p-acf__table-inner tr {
	border-top: 1px solid #BFBFBF;
}

.p-acf__table-wrap tr:last-child {
	border-bottom: 1px solid #BFBFBF;
}

/* セル共通 */

.p-acf__table-inner td {
	border: none;
	font-size: 15px;
	line-height: 1.9333333333;
	padding-block: 10px;
	vertical-align: middle;
	word-break: break-word;
}

.p-acf__table-inner td p {
	margin: 0 !important;
}

/* ===========================
   ★ 列数に応じた幅指定
=========================== */

/* -------- 3列（125 / 125 / 425）-------- */

/* 3列目が存在する判定（つまり3列構造の行） */

.p-acf__table-inner tr td:nth-child(1):nth-last-child(3),
.p-acf__table-inner tr td:nth-child(2):nth-last-child(2),
.p-acf__table-inner tr td:nth-child(3):nth-last-child(1) {
	width: 125px;
}

/* 3列目だけ425px */

.p-acf__table-inner tr td:nth-child(3):nth-last-child(1) {
	width: 425px;
}

/* -------- 2列（125 / 550）-------- */

/* 2列目が全体の最後のセル → 2列構造の行 */

.p-acf__table-inner tr td:nth-child(1):nth-last-child(2) {
	width: 125px;
}

/* 2列目は(125+425)→550px */

.p-acf__table-inner tr td:nth-child(2):nth-last-child(1) {
	width: 550px;
}

/* -------- 1列（100%）-------- */

.p-acf__table-inner tr td:nth-child(1):nth-last-child(1) {
	width: 100%;
}

/* ===========================
   SP対応（スマホ縦 stacked）
=========================== */

.p-acf__table-wrap {
	margin-top: 10px;
}

.p-acf__component-ttl-small {
	font-size: 15px;
	line-height: 1.9333333333;
	margin-bottom: 10px;
}

.p-acf__component-acf-box-movie {
	margin-bottom: 40px;
}

.p-acf__component-mid-ttl {
	margin-bottom: 10px;
}

.p-acf__component-movie a {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.p-acf__component-movie a::after {
	background: url("../images/acf/movie-cover@2x.png") no-repeat center center/cover;
	content: "";
	inset: 0;
	position: absolute;
}

.p-acf__component-movie-body {
	font-size: 15px;
	line-height: 1.9333333333;
	margin-top: 40px;
}

.p-acf__two-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.p-acf__two-column-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 68px;
}

.p-acf__two-column-main.p-acf__two-column-main--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-acf__two-column-box-single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 68px;
}

.p-acf__two-column-img-txt {
	font-size: 13px;
	line-height: 1.5384615385;
	margin-top: 10px;
}

.p-acf__two-column-txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 15px;
	line-height: 1.9333333333;
}

.p-acf__two-column-img {
	width: 202px;
}

.p-acf__two-column-two {
	margin-top: 40px;
}

.p-acf__two-column-two-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.p-acf__two-column-two-item.p-acf__two-column-two-item--link {
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 40px;
}

.p-acf__two-column-two-item.p-acf__two-column-two-item--link + .p-acf__two-column-two-item.p-acf__two-column-two-item--link {
	padding-top: 40px;
}

.p-acf__two-column-two-item-img {
	width: 135px;
}

.p-acf__two-column-two-item-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 15px;
	line-height: 1.9333333333;
}

.p-acf__two-column-two-item-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #692C24;
	color: #FFF !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 44px;
	margin-top: 10px;
	min-width: 210px;
	padding-inline: 32px;
	text-align: center;
	text-decoration: none !important;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-acf__two-column-two-item-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-acf__two-column-two-item-ttl.p-acf__two-column-two-item-ttl--link a {
	color: #692C24;
	font-weight: 700;
	text-decoration: underline;
}

.p-acf__two-column-two-item-txt.p-acf__two-column-two-item-txt--link {
	margin-top: 16px;
}

.p-acf__program-archive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin-top: 0.625rem;
}

.p-acf__program-archive-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
}

.p-acf__program-archive-img {
	height: auto;
	width: 14.75rem;
}

.p-acf__program-archive-img img {
	height: auto;
	width: 100%;
}

.p-acf__program-archive-img a {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.p-acf__program-archive-img a::after {
	background: url("../images/acf/movie-cover@2x.png") no-repeat center center/cover;
	content: "";
	inset: 0;
	position: absolute;
}

.p-acf__program-archive-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6666666667;
}

.p-acf__program-archive-box a {
	color: #444444 !important;
	text-decoration: none !important;
}

.p-acf__media-coverage-lists {
	margin-top: 40px;
}

.p-acf__media-coverage-item {
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.p-acf__media-coverage-item span {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.3076923077;
}

.p-acf__media-coverage-item h3 {
	color: #444;
	font-size: 15px;
	line-height: 1.9333333333;
}

.p-acf__media-coverage-item a {
	color: #444 !important;
	text-decoration: none !important;
}

.p-acf__dot-list {
	margin-top: 40px;
}

.p-acf__dot-lists .dot-list-item {
	line-height: 1.9333333333;
	list-style: none;
	padding-left: 1em;
	position: relative;
}

.p-acf__dot-lists .dot-list-item::before {
	background: #000;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0.85em;
	width: 5px;
}

.p-acf__other-field {
	margin-top: 40px;
}

.p-acf__reports {
	margin-top: 40px;
}

.p-acf__report {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4.0625rem;
	gap: 40px;
}

.p-acf__report-img {
	width: 135px;
}

.p-acf__report-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: "Lora", sans-serif;
	font-size: 15px;
	letter-spacing: 1%;
	line-height: 1.9333333333;
	line-height: 1.7647058824;
}

.p-acf__reports-child {
	border-bottom: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.p-acf__reports-child-img {
	width: 123px;
}

.p-acf__reports-child-content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-acf__reports-credit {
	font-size: 11px;
	margin-top: 50px;
}

.p-aside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-aside__index {
	background: #F8F6F5;
	padding: 50px 45px 50px;
}

div.ez-toc-widget-sticky-container {
	top: 0px !important;
}

.custom-toc ul {
	margin-top: 16px;
}

.custom-toc ul li {
	font-size: 12px;
	line-height: 1.3333333333;
	margin-bottom: 6px;
	padding-left: 10px; /* 左に余白 */
	position: relative;
}

.custom-toc ul li::before {
	background: #444444; /* 黒丸 */
	border-radius: 50%; /* 丸にする */
	content: "";
	height: 4px; /* ← 丸の縦サイズ */
	left: 0;
	position: absolute;
	top: 8px; /* 位置微調整 */
	width: 4px; /* ← 丸の横サイズ */
}

.custom-toc-title {
	font-size: 15px !important;
	font-weight: 700 !important;
}

#ez_toc_widget_sticky-2 .ez-toc-widget-sticky-list li a,
.ez-toc-widget-sticky-container-ez_toc_widget_sticky-2 .ez-toc-widget-sticky-list li a {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.3333333333;
}

.ez-toc-mobile-close-btn {
	display: none !important;
}

.ez-toc-widget-sticky-container nav {
	margin-top: 10px !important;
}

.ez-toc-open-icon {
	display: none;
}

.ez-toc-mobile-toggle-btn {
	display: none !important;
}

.ez-toc-widget-sticky-container,
div.ez-toc-widget-sticky-container.is_stuck,
div.ez-toc-widget-sticky-container.is_stuck,
div.ez-toc-widget-sticky-container.is_stuck,
.ez-toc-widget-sticky-container,
div.ez-toc-widget-sticky-container.is_stuck,
div.ez-toc-widget-sticky-container.is_stuck,
.ez-toc-widget-sticky-container,
div.ez-toc-widget-sticky-container.is_stuck,
div.ez-toc-widget-sticky-container.is_stuck,
div.ez-toc-widget-sticky-container.is_stuck {
	min-width: 0 !important;
	min-width: initial !important;
	position: static !important;
	position: initial !important;
	top: auto !important;
	top: initial !important;
}

/* ez-toc 内部の sticky を完全無効化 */

.ez-toc-widget-sticky-container.is_stuck,
.ez-toc-widget-sticky-container.is_stuck[style] {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
	background: initial !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	left: auto !important;
	max-height: none !important;
	overflow: visible !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
	width: initial !important;
}

.ez-toc-widget-sticky-container.is_stuck nav {
	padding: 0 !important;
}

.p-aside__sns {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-block: 2.5rem;
}

.p-aside__sns-link {
	font-size: 12px;
	font-weight: 400;
	line-height: 2.6666666667;
	text-align: center;
	text-decoration: underline;
}

.p-aside__sns-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	justify-items: center;
	width: 109px;
}

.p-aside__sns-item .x {
	height: 18px;
	width: 17px;
}

.p-aside__sns-item .facebook {
	height: 20px;
	width: 9px;
}

.p-aside__sns-item .line {
	height: 23px;
	width: 23px;
}

.p-acf__component-profile-meta {
	padding-bottom: 10px;
	position: relative;
}

.p-acf__component-profile-meta::after {
	background: #444444;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30px;
}

.p-breadcrumbs {
	background: #F8F6F5;
	border-bottom: 1px solid #CEBEAE;
	padding: 10px 30px;
}

.p-breadcrumbs__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
}

.p-breadcrumbs__item {
	font-size: 13px;
	line-height: 2.0769230769;
}

.p-breadcrumbs__item + .p-breadcrumbs__item {
	position: relative;
}

.p-breadcrumbs__item + .p-breadcrumbs__item::before {
	content: ">";
	font-size: 16px;
	left: -16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-breadcrumbs__link {
	text-decoration: underline;
}

.p-kv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.p-kv::before {
	background: #ECE6DD;
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.p-kv__main {
	background: #ECE6DD;
	position: relative;
	width: calc(100% - 675px);
}

.p-kv__main-dec {
	background: #ECE6DD;
	height: 344px;
	position: absolute;
	right: -134px;
	top: 0;
	width: 136px;
	z-index: 1;
}

.p-kv__main-box {
	left: 135px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-kv__img {
	aspect-ratio: 675/450;
	background: rgba(110, 91, 61, 0.9490196078);
	height: 450px;
	position: absolute;
	right: 0;
	top: 0;
	width: 675px;
	z-index: -1;
}

.p-kv__main-box-cat {
	color: #DA37CD;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.9166666667;
}

.p-kv__main-box-ttl {
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 6px;
}

.p-kv__main-box-meta {
	margin-top: 2.8125rem;
}

.p-kv__main-box-meta-area {
	color: #5F5F5F;
	font-size: 12px;
	font-weight: 500;
}

.p-kv__main-box-meta-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	margin-top: 4px;
}

.p-kv__main-box-meta-item {
	font-size: 11px;
}

.p-sidebar-header {
	background: #FFF;
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.p-single__body {
	margin-top: 40px;
}

.p-single__body a {
	color: #306DDC;
	text-decoration: underline;
}

.p-single__caution {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5833333333;
}

.p-single__content {
	margin-top: 95px;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-if {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.u-visually-hidden {
	display: none;
}

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

.l-main-aside__wrap {
	padding-left: 6.25vw;
}

.l-main-aside {
	width: 21.875vw;
}

.l-main__body {
	margin-left: 9.375vw;
}

.l-main-content {
	width: 46.875vw;
}

.p-kv__main {
	width: 36.4583333333vw;
}

.p-kv__main-box {
	left: 9.375vw;
}

.u-hidden-tab {
	display: none;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

.l-main-aside {
	width: min(20.9375vw, 268px);
}

.l-main-content {
	width: min(44.921875vw, 575px);
}

}

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

.l-main-aside__wrap {
	margin-inline: auto;
	padding-left: 0;
	padding-left: initial;
	width: min(65vw, 715px);
}

.l-main-aside {
	width: 100%;
}

.l-main__body {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 0;
	margin-left: initial;
}

.l-main-content {
	width: min(64.4144144144vw, 715px);
}

.p-aside {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-kv {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	height: auto;
}

.p-kv::before {
	content: none;
}

.p-kv__main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: calc(100% - 5.9090909091vw);
	width: 100%;
}

.p-kv__main-dec {
	height: 67px;
	left: 0;
	top: -65px;
	width: 61.3636363636vw;
}

.p-kv__main-box {
	left: auto;
	left: initial;
	position: static;
	position: initial;
	top: auto;
	top: initial;
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
	width: min(65vw, 715px);
	z-index: 2;
}

.p-kv__img {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	height: auto;
	position: static;
	position: initial;
	width: 100%;
}

.p-kv__main-box-meta {
	margin-top: 1.25rem;
}

}

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

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

a {
	opacity: 1;
	opacity: initial;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.l-main-aside__wrap {
	width: min(79.1666666667vw, 608px);
}

.l-main-content {
	width: min(79.1666666667vw, 608px);
}

.l-sidebar {
	display: none;
}

.p-acf__table-inner td {
	display: block;
	width: 100% !important; /* 完全縦並び */
}

.p-kv__main-box {
	width: min(79.1666666667vw, 608px);
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

.u-hidden-sp-if {
	display: none;
}

.u-sp-ib {
	display: inline-block;
}

.u-hidden-tab {
	display: inline-block;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

.l-main-aside__wrap {
	width: 100%;
}

.l-main-aside {
	width: 100%;
}

.l-main-content {
	padding-inline: 30px;
	width: 100%;
}

.ez-toc-open-icon {
	display: -ms-inline-grid;
	display: inline-grid;
}

.p-kv__main {
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	height: auto;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-bottom: 35px;
}

.p-kv__main-dec {
	height: 31px;
	top: -30px;
	width: 56vw;
}

.p-kv__main-box {
	padding-inline: 30px;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	width: 100%;
}

}

@-webkit-keyframes fadeSlideIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes fadeSlideIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

