:root {
	/* 透明判定 */
    --transparent: rgba(255, 255, 255, 0);

    /* ----- 色:（最大4色） ----- */
    /* 最低基準 */
    --sentence: #333;
    --body_background: #fafafa;
	--text_link: ;

	--header: #fff;

	--nav-wrap_bg: #33333382;

	--home-main-header_bg: #f2f2f2;
    --main-header_bg: #fafafa;

    --hamburger_background: #333;
    --hamburger_span: #fafafa;

    --main_sentence: #333;

	--post-cat: #e1e1e1;
	--post-cat-color: #333;

	--ul: #ccc;

	--table-gap-column: 2px;
	--table-gap-row: 2px;
	/* collapse（空白あり） or separate（空白無し） */
	--table--collapse: separate;
	--table_head: #ccc;
    --table_head-th: #f4f4f4;
    --table_head-td: #f4f4f4;
    --table_th: #f4f4f4;
    --table_td: #f4f4f4;
	--table_td-odd: #f4f4f4;
	--table_td-even: #ccc;
    --table_foot-th: #f4f4f4;
    --table_foot-td: #f4f4f4;

	--blockquote: #f7f7f7;
	--blockquote_border: #ccc;

	--footer: #ccc;

    /* エラー */
    --alert: #eb004e;

	--min-laptop: 768px;
	--min-desktop: 768px;

    /* ----- フォントサイズ ----- */
    /* 最低基準 */
    --standard-size: 16px;

    --sm-header: 60px;
	--tab-header: 80px;
	--dsk-header: 100px;

    /* ----- 空白: ------*/
	--sm_gutter-x: 0.875rem;
	--lpt_gutter-x: 1.25rem;
    --dsk_gutter-x: 1.875rem;
    /* Grid・カラム空白（ヨコ） */
    --sm_column: 1.875rem;
	--dsk_column: 1.875rem;
    /* Grid・カラム空白（タテ） */
    --sm_row: 1.875rem;
	--dsk_row: 1.875rem;
}

* {
	padding: 0;
	margin: 0;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	/* outline: var(--transparent); */
}
/* button:focus,
button:hover {
    outline: none;
} */
html,
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "Hiragino Sans", "Hiragino Sans", メイリオ, Meiryo, "Yu Gothic", 游ゴシック, YuGothic, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-style: normal;
	/* line-height: 30px;
	line-height: 1.875rem; */
	line-height: clamp(28px, 3vw, 30px);
	color: var(--text);
	-webkit-overflow-scrolling: touch;
	word-break: break-word;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body.open {
	overflow-y: hidden;
}
#over {
	overflow: hidden;
	position: relative;
}
#over input {
	font-family: "Hiragino Sans", "Hiragino Sans", メイリオ, Meiryo, "Yu Gothic", 游ゴシック, YuGothic, "Helvetica Neue", Arial, sans-serif;
}
#over a {
	color: var(--sentence);
}
.main_contents a {
	color: var(--text_link);
}
img {
    width: 100%;
    height: auto;
}
button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
}

.homeNews .gotoLink,
.containerWrap,
#over > header .container,
.container {
	width: 100%;
	padding-right: clamp(var(--sm_gutter-x), 2vw, var(--dsk_gutter-x, 4.6875rem));
	padding-left: clamp(var(--sm_gutter-x), 2vw, var(--dsk_gutter-x, 4.6875rem));
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 580px) {
	.homeNews .gotoLink,
	.container {
		width: 81.3vw;
	}
}
@media (min-width: 768px) {
	.containerWrap {
		width: 93.45vw;
		max-width: 1830px;
	}
	.homeNews .gotoLink,
	.container {
		max-width: 1490px;
		padding: 0;
	}
	#over > header .container,
	#over > aside .container,
	footer .container {
		max-width: 1640px;
	}
}

@media (min-width: 992px) {
	.homeNews .gotoLink,
	.container {
		width: 80vw;
	}
	#over > header .container,
	#over > aside .container,
	footer .container {
		width: 95vw;
	}

	.hasSidebar {
		width: 73.94%;
		margin: 0 auto 0 0;
	}

	.hasAside .backLink .container > div {
		width: 73.94%;
		margin: 0 auto 0 0;
	}
}

@media (min-width: 1200px) {
	.homeNews .gotoLink,
	.container {
		width: 81.3vw;
	}

	.bread ol {
		padding: 0;
		margin: 0 0 0 -16px;
	}

	.hasSidebar {
		width: 82.94%;
	}
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1980px) {
}


#over > main header + *.main_contents .container > *:first-child {
    margin-top: clamp(30px, 4vw, 60px);
}
#over > main.page_contents article > *:last-child {
    margin-bottom: clamp(60px, 6vw, 90px);
}





















.grid {
	display: grid;
}
.grid_space {
	/* display: grid; */
	row-gap: clamp(15px, 3vw, 30px);
	column-gap: clamp(15px, 3vw, 30px);
}
.grid_center {
	/* display: grid; */
    justify-items: center;
    justify-content: center;
}
.grid_center_all {
	/* display: grid; */
    justify-items: center;
    justify-content: center;
    text-align: center;
}
.grid_sm_2 {
	grid-template-columns: repeat(2, 1fr);
}
.grid_sm_3 {
	grid-template-columns: repeat(3, 1fr);
}
.grid_sm_4 {
	grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 580px) {
	.grid_tab_2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid_tab_3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid_tab_4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid_tab_5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid_tab_6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid_tab_7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid_tab_8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid_tab_9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid_tab_10 {
		grid-template-columns: repeat(10, 1fr);
	}
}
@media (min-width: 992px) {
	.grid_lap_2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid_lap_3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid_lap_4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid_lap_5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid_lap_6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid_lap_7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid_lap_8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid_lap_9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid_lap_10 {
		grid-template-columns: repeat(10, 1fr);
	}
}
@media (min-width: 1200px) {
	.grid_desk_2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid_desk_3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid_desk_4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid_desk_5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid_desk_6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid_desk_7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid_desk_8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid_desk_9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid_desk_10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid_desk_11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid_desk_12 {
		grid-template-columns: repeat(11, 1fr);
	}
}
.grid_row_max1 {
	grid-auto-rows: 1fr;
}
.grid_row_19 {
	grid-template-rows: 10% 90%;
}
.grid_row_28 {
	grid-template-rows: 20% 80%;
}
.grid_row_37 {
	grid-template-rows: 30% 70%;
}
.grid_row_46 {
	grid-template-rows: 40% 60%;
}
.grid_row_55 {
	grid-template-rows: 50% 50%;
}
.grid_row_64 {
	grid-template-rows: 60% 40%;
}
.grid_row_73 {
	grid-template-rows: 70% 30%;
}
.grid_row_82 {
	grid-template-rows: 80% 20%;
}
.grid_row_91 {
	grid-template-rows: 90% 10%;
}
.grid_column_19 {
	grid-template-columns: 10% 90%;
}
.grid_column_28 {
	grid-template-columns: 20% 80%;
}
.grid_column_37 {
	grid-template-columns: 30% 70%;
}
.grid_column_46 {
	grid-template-columns: 40% 60%;
}
.grid_column_55 {
	grid-template-columns: 50% 50%;
}
.grid_column_64 {
	grid-template-columns: 60% 40%;
}
.grid_column_73 {
	grid-template-columns: 70% 30%;
}
.grid_column_82 {
	grid-template-columns: 80% 20%;
}
.grid_column_91 {
	grid-template-columns: 90% 10%;
}
.grid_reverse {
	direction: rtl;
}
.grid_reverse > * {
	direction: initial;
}
@media (min-width: 992px) {
	.grid_row_none_lap {
		grid-template-rows: none;
	}
	.grid_column_19_lap {
		grid-template-columns: 10% 90%;
	}
	.grid_column_28_lap {
		grid-template-columns: 20% 80%;
	}
	.grid_column_37_lap {
		grid-template-columns: 30% 70%;
	}
	.grid_column_46_lap {
		grid-template-columns: 40% 60%;
	}
	.grid_column_55_lap {
		grid-template-columns: 50% 50%;
	}
	.grid_column_64_lap {
		grid-template-columns: 60% 40%;
	}
	.grid_column_73_lap {
		grid-template-columns: 70% 30%;
	}
	.grid_column_82_lap {
		grid-template-columns: 80% 20%;
	}
	.grid_column_91_lap {
		grid-template-columns: 90% 10%;
	}
}





















#over > header {
  position: relative;
  background: var(--header);
}
#over > header .container {
  display: grid;
  grid-template-columns: auto 60px;
  height: 60px;
  padding: 0;
}
.open #over > header .container {
  position: fixed;
  z-index: 800;
}
.open main {
  margin-top: 60px;
}
#over > header .container > h1,
#over > header .container > p {
  display: grid;
  position: relative;
  z-index: 850;
  margin-left: clamp(20px, 4vw, 30px);
  font-size: min(6vw, 30px);
  font-weight: 600;
}
#over > header .container > h1 a,
#over > header .container > p a {
  display: grid;
  align-items: center;
  width: min(100%, 68.3vw, 410px);
  text-decoration: none;
}




header nav .nav_gnav > li > a {
    padding: 20px;
    display: grid;
    width: auto;
    /* width: calc(100% + 60px); */
    height: 100%;
    align-items: center;
    grid-template-columns: auto auto;
    column-gap: 10px;
    position: relative;
    justify-content: start;

    font-weight: 600;
}


@media screen and (min-width: 580px) {
	#over > header .container {
		height: var(--tab-header);
	}
}
@media screen and (min-width: 1200px) {
  #over > header {
    width: 100%;
    position: fixed;
    z-index: 900;
  }
	#over > header .container {
		height: var(--dsk-header);
    grid-template-columns: auto auto;
}
}























/* ハンバーガー */
.header_hamburger {
	width: 60px;
	height: 60px;
	cursor: pointer;
	right: 0;
	z-index: 999;
	right: 0;
	top: 0;
	z-index: 999;
	background: var(--hamburger_background);
	display: grid;
	justify-content: center;
	align-content: center;
	justify-items: center;
	position: fixed;
	border: none;
}
.header_hamburger > span {
	font-size: 10px;
	font-weight: 600;
	color: var(--hamburger_span);
	line-height: 10px;
	margin-top: 10px;
}
.hamburger {
	width: fit-content;
	height: auto;
	display: grid;
	justify-items: center;
	align-content: center;
	border: none;
	background: transparent;
}
.hamburger span {
	width: 26px;
	height: 3px;
	background: var(--hamburger_span);
	border-radius: 999px;
}
.hamburger span:not(:last-child) {
	margin-bottom: 6px;
}
.open header .header_hamburger span:nth-of-type(1) {
	animation: active-menu-bar01 .75s forwards;
}
.open header .header_hamburger span:nth-of-type(2) {
	animation: active-menu-bar02 .4s forwards;
}
.open header .header_hamburger span:nth-of-type(3) {
	animation: active-menu-bar03 .75s forwards;
}
.open .hamburger span {
	width: 28px;
}
.closed header .header_hamburger span:nth-of-type(1) {
	animation: menu-bar01 .55s forwards;
}
.closed header .header_hamburger span:nth-of-type(2) {
	animation: menu-bar02 .55s forwards;
}
.closed header .header_hamburger span:nth-of-type(3) {
	 animation: menu-bar03 .55s forwards;
}
/* アニメーション */
@keyframes active-menu-bar01 {
	0% {
		transform:translate3d(0, 0 ,0) rotate(0);
	}
	40% {
		transform: translate3d(0, 9px ,0) rotate(0);
	}
	100% {
		transform: translate3d(0, 9px ,0) rotate(-45deg);
	}
}
@keyframes active-menu-bar02 {
	0% {
    	transform:translate3d(0, 0 ,0) rotate(0);
	}
	40% {
    	transform:translate3d(0, 0 ,0);
    	opacity: 1;
	}
	100% {
		transform: translate3d(0, 0 ,0);
		opacity: 0;
	}
}
@keyframes active-menu-bar03 {
	0% {
    transform:translate3d(0, 0 ,0) rotate(0);
	}
	40% {
		transform: translate3d(0, -9px ,0) rotate(0);
	}
	100% {
		transform: translate3d(0, -9px ,0) rotate(45deg);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translate3d(0, 9px ,0) rotate(-45deg);
	}
	60% {
		transform: translate3d(0, 9px ,0) rotate(0);
	}
	100% {
    	transform:translate3d(0, 0 ,0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
    	transform: translate3d(0, 0 ,0);
    	opacity: 0;
	}
	60% {
    	transform:translate3d(0, 0 ,0);
    	opacity: 0;
	}
	100% {
    	transform:translate3d(0, 0 ,0);
    	opacity: 1;
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translate3d(0, -9px ,0) rotate(45deg);
	}
	60% {
		transform: translate3d(0, -9px ,0) rotate(0);
	}
	100% {
    	transform:translate3d(0, 0 ,0) rotate(0);
	}
}
@media screen and (min-width: 580px) {
	.header_hamburger {
		width: var(--tab-header);
		height: var(--tab-header);
	}
}
@media screen and (min-width: 1200px) {
	.header_hamburger {
		display: none;
	}
}


















.nav_wrapper {
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	position: fixed;
	background: var(--unnamed-color-ffffff);
	width: 100%;
	height: 100%;
	z-index: 800;
	display: block;
	padding-top: 60px;
	background: var(--nav-wrap_bg);
}
.open .nav_wrapper {
	visibility: visible;
	animation: fadeIn 0.5s ease-out;
	opacity: 1;
}
.closed .nav_wrapper {
	animation: fadeOut 0.3s ease-out;
}
.nav_wrapper a {
	text-decoration: none;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
/* スライドアニメーション */
.nav_wrapper.nav_anime_slide {
	max-width: 100%;
	left: auto;
	right: -100%;
}
.open .nav_wrapper.nav_anime_slide {
	max-width: 100%;
	right: 0;
	animation: none;
	transition: 0.6s;
}
.closed .nav_wrapper.nav_anime_slide {
	animation: none;
	transition: 0.6s;
}

.nav_wrapper .nav_inner {
	width: 100%;
	height: auto;
	max-height: calc(100vh - 60px);
	background: #fff;
	overflow-y: auto;
	display: block;
	/* padding-bottom: var(--sm-header); */
}


@media screen and (min-width: 1200px) {
	.nav_wrapper {
		visibility: visible;
		opacity: 1;
		width: auto;
		height: auto;
		position: relative;
		z-index: 0;
		padding: 0;
	}
	.nav_wrapper .nav_inner {
		display: flex;
		justify-content: flex-end;
		background: transparent;
		column-gap: clamp(15px, 3vw, 30px);
		overflow-y: unset;
	}
	/* .nav_inner nav {
		display: flex;
	} */
	.nav_inner nav ul {
		display: flex;
	}
	.nav_inner nav ul li {
		/* list-style-type: none; */
		background: #FFF;
		display: grid;
		align-items: center;
	}
	header nav .nav_gnav > li > a {
		display: grid;
		width: auto;
		height: var(--dsk-header);
		align-content: center;
		padding: 15px 30px;
		white-space: nowrap;
	}
}





















.home_main_header {
	/* position: relative; */
	display: grid;
	background: #ccc;

	height: clamp(500px , 60vw , 768px - var(--dsk-header) );
}
.home_main_header .container {
	/* max-width: 1045px; */
	display: grid;
}
.home_main_header.main_header_max {
	height: calc( 100vh - var(--sm-header) );
}
@media (min-width: 580px) {
	.home_main_header.main_header_max {
		height: calc( 100vh - var(--tab-header) );
	}
}
@media (min-width: 1200px) {
	.home_main_header {
		/* position: relative; */
		display: grid;
		background: #ccc;
	
		margin-top: var(--dsk-header);
	}
	.home_main_header.main_header_max {
		height: calc( 100vh - var(--dsk-header) );
	}
}











.main_header {
	position: relative;
	display: grid;
	background: var(--main-header_bg);
}
.main_header .container {
	/* max-width: 1045px; */
	/* display: grid; */
	padding-top: clamp(60px, 12vw, 90px);
    padding-bottom: clamp(60px, 12vw, 90px);
}
/* .home_main_header.main_header_max {
	height: calc( 100vh - var(--sm-header) );
} */
.main_header p, 
.main_header h1 {
    font-size: clamp(30px, 4vw, 32px);
    line-height: 44px;
    font-weight: 600;
    /* display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start; */
}

@media (min-width: 1200px) {
    .main_header {
        position: relative;
        display: grid;
        margin-top: var(--dsk-header);
    }
}
















/* ---------- 本文文字 ---------- */
main .main_contents {
	font-size: clamp(15px, 2vw, 16px);
	line-height: clamp(28px, 3vw, 30px);
}
main .main_contents p {
  margin-top: clamp(20px, 4vw, 30px);
	margin-bottom: clamp(30px, 4vw, 45px);
}
/* ---------- 投稿日 ---------- */
.post_date {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: end;
  justify-content: end;
  height: 100%;
  align-items: center;
  margin-bottom: clamp(30px, 5vw, 45px);
}
.post_cat {
  display: flex;
  column-gap: 5px;
}
.post_cat span {
  background: var(--post-cat);
  color: var(--post-cat-color);
  padding: 4.5px 17px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
}
/* 投稿カテゴリ装飾（好みで追加） */
.post_cat_line span {
  background: var(--transparent);
  border: 1px solid var(--post-cat);
}
.post_cat_ribbon span {
  border-radius: 0;
  padding: 2px 15px;
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
  max-height: 30px;
}
.post_cat_ribbon span::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 15px 12px 15px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/* /--投稿カテゴリ装飾（好みで追加） */
.main_contents .post_date p {
  font-size: 14px;
  margin: 0;
}
.post_date_gap {
  column-gap: 20px;
}

/* ---------- 見出し ---------- */
/* 好みを選んでクラスを外してください */
.home_news .news_list .news_list_sentence h2,
.page_contents .main_contents h2 {
	font-size: clamp(24px, 4vw, 28px);
	line-height: clamp(30px, 4vw, 47px);
	font-weight: 600;
	/* padding-top: 30px;
  padding-bottom: 30px; */
  	padding: 0.625rem 0;
    padding-left: 2.25rem;
	margin-top: 45px;
	margin-bottom: clamp(15px, 3vw, 30px);
	position: relative;

	background: #fafafa;
    border: 1px dashed #ccc;
    color: var(--sentence);
}
.home_news .news_list .news_list_sentence h2::before,
.page_contents .main_contents h2::before {
	content: "";
    position: absolute;
    background: var(--ul);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 12px;
    top: clamp(15px, 2vw, 22px);
    background-repeat: no-repeat;
    background-position: center center;
}
.home_news .news_list .news_list_sentence h2::after,
.page_contents .main_contents h2::after {
    content: "";
    position: absolute;
    background: #fafafa;
    width: 6px;
    height: 6px;
    border-radius: 50%;
	left: 18px;
    top: clamp(20px, 2.58vw, 28px);
    background-repeat: no-repeat;
    background-position: center center;
}
.home_news .news_list .news_list_sentence h3,
.page_contents .main_contents h3 {
	font-size: clamp(20px, 3vw, 24px);
	line-height: clamp(26px, 4vw, 32px);
	font-weight: 600;
	/* padding: 20px; */
	margin-top: 45px;
	margin-bottom: clamp(15px, 3vw, 20px);
	position: relative;

	padding: 0.625rem 0;
	color: #333366;
    border-bottom: 1px dashed var(--ul);
}
.home_news .news_list .news_list_sentence h4,
.page_contents .main_contents h4 {
	font-size: clamp(18px, 3vw, 20px);
	margin-bottom: clamp(20px, 4vw, 30px);
	line-height: clamp(22px, 3vw, 26px);
	font-weight: 600;
	position: relative;
	/* padding: 20px; */
  margin-top: 45px;
	margin-bottom: 15px;
  position: relative;

  padding: 0.625rem 0
}
.home_news .news_list .news_list_sentence h4::after,
.page_contents .main_contents h4::after {
	content: "";
    position: absolute;
    background: var(--ul);
    width: 40px;
    height: 3px;
    /* border-radius: 50%; */
	left: 0;
    bottom: 0;

	border-bottom: 1px dashed var(--ul);
}
.home_news .news_list .news_list_sentence h5,
.page_contents .main_contents h5 {
	font-size: clamp(16px, 3vw, 18px);
  line-height: clamp(20px, 3vw, 24px);
	margin-bottom: clamp(20px, 4vw, 30px);
	font-weight: 600;
	position: relative;
	/* padding: 20px; */
  margin-top: 45px;
	margin-bottom: 15px;
  position: relative;
}
.home_news .news_list .news_list_sentence p {
  margin-top: 15px;
	margin-bottom: clamp(10px, 2vw, 15px);
}
#over .news_list_sentence .wp-block-table th, .news_list_sentence .wp-block-table td {
  padding: 0.4375em;
}
.home_news .news_list .news_list_sentence blockquote,
.home_news .news_list .news_list_sentence blockquote cite,
#over .home_news .news_list .news_list_sentence .wp-block-table table,
.home_news .news_list .news_list_sentence {
  font-size: clamp(14px, 3vw, 14px);
  line-height: clamp(24px, 3vw, 28px);
}
.home_news .news_list .news_list_sentence h2 {
  font-size: clamp(16px, 3vw, 18px);
  line-height: clamp(24px, 3vw, 28px);
  margin-top: 20px;
	margin-bottom: clamp(10px, 2vw, 15px);
}
.home_news .news_list .news_list_sentence h2::before {
    top: clamp(12px, 1.5vw, 14px);
}
.home_news .news_list .news_list_sentence h2::after {
  top: clamp(18px, 2vw, 20px);
}
.home_news .news_list .news_list_sentence h3 {
  font-size: clamp(16px, 3vw, 18px);
  line-height: clamp(24px, 3vw, 28px);
  margin-top: 20px;
	margin-bottom: clamp(10px, 2vw, 15px);
}
.home_news .news_list .news_list_sentence h4 {
  font-size: clamp(15px, 3vw, 16px);
  line-height: clamp(24px, 3vw, 28px);
  margin-top: 20px;
	margin-bottom: clamp(10px, 2vw, 15px);
}
.home_news .news_list .news_list_sentence h5 {
  font-size: clamp(14px, 3vw, 14px);
  line-height: clamp(24px, 3vw, 28px);
  margin-top: 20px;
	margin-bottom: clamp(10px, 2vw, 15px);
}

/* ---------- 通常リスト ---------- */
/* 好みを選んでクラスを外してください */
main header + * ul.ul_standard {
	line-height: 26px;
  margin-top: clamp(20px, 4vw, 30px);
	margin-left: 20px;
	margin-bottom: 45px;
	padding-left: 10px;
}
main header + * ul.ul_standard li {
	margin-bottom: 10px;
}
main header + * ul.ul_points {
	line-height: 26px;
  margin-top: clamp(20px, 4vw, 30px);
	margin-left: 10px;
	margin-bottom: 45px;
}
main header + * ul.ul_points li {
	list-style-type: none;
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}
main header + * ul.ul_points li::before {
	content: "";
	position: absolute;
	background: var(--ul);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: 0px;
	top: clamp(6px, 1vw, 7px);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ---------- 数字付リスト ---------- */
main header + * ol {
	line-height: 26px;
  margin-top: clamp(20px, 4vw, 30px);
	margin-left: 15px;
	margin-bottom: 45px;
}
main header + * ol li {
	margin-left: 15px;
	padding-left: 2px;
	margin-bottom: 10px;
}
/* ---------- 補足情報 ---------- */
.home_news .news_list .news_list_sentence blockquote,
#over > main header + * blockquote{
  background: var(--blockquote);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px 0 30px;
  overflow: hidden;
  position: relative;
  border: none;

  border: 2px solid var(--blockquote_border);
  border-radius: 10px;
}
.home_news .news_list .news_list_sentence blockquote p,
#over > main header + * .container blockquote p{
  color: #2B2B2B;
  margin-bottom: 16px;
}
.home_news .news_list .news_list_sentence blockquote cite,
#over > main header + * .container blockquote cite{
  font-size: 14px;
  color: #CCCCCC;
  font-style: normal;
  position: relative;
  padding-left: 22px;
}
.home_news .news_list .news_list_sentence blockquote cite::before,
#over > main header + * .container blockquote cite::before{
  position: absolute;
  content: '';
  width: 14px;
  height: 1px;
  background: #CCCCCC;
  top: 12px;
  left: 0;
}
.home_news .news_list .news_list_sentence blockquote  > *:first-child,
#over > main header + * .container blockquote > *:first-child{
  margin-top: 30px;
}
.home_news .news_list .news_list_sentence blockquote  > *:last-child,
#over > main header + * .container blockquote > *:last-child{
  display: block;
  margin-bottom: 30px;
}
/* ---------- テーブルレイアウト ---------- */
#over > main .x_scroll {
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: 0 calc(50% - 50vw) 0 0;
  margin-top: 20px;
  margin-bottom: clamp(30px, 6vw, 45px);

  padding-right: calc(var(--bs-gutter-x, 1.33rem));
}
#over > main .wp-block-table {
  overflow-x: initial;
  margin: 0;
}
#over > main .wp-block-table table,
#over > main table {
  font-size: 1rem;
  border: 0px none;
  border-spacing: var(--table-gap-column) var(--table-gap-row);
  border-collapse: var(--table--collapse);
  caption-side: bottom;
  width: max-content;
  /* margin-right: calc(var(--bs-gutter-x, 1.33rem)); */
  min-width: calc(100% - var(--bs-gutter-x, 1.33rem));
}
#over > main .wp-block-table table th,
#over > main .wp-block-table table td,
#over > main table th,
#over > main table td {
  border: none;
  padding: 14px 16px;
  min-width: 133px;
  max-width: 168px;
  max-width: 35%;
}
#over > main .wp-block-table table tbody tr > *,
#over > main table tbody tr > * {
  border-bottom: 1px solid var(--gray);
}
#over > main .wp-block-table table td,
#over > main table td {
  min-width: 133px;
  max-width: 367px;
}
#over > main .wp-block-table table th,
#over > main table thead th {
  font-weight: 400;
}

#over > main .wp-block-table table tbody tr:first-child > *, #over > main table tbody tr:first-child > * {
    border-top: 1px solid var(--unnamed-color-80d6ff);
}
#over > main .wp-block-table table tbody tr:last-child > *, #over > main table tbody tr:last-child > * {
    border-bottom: 2px solid var(--gray);
}
#over > main .property-contents .wp-block-table table tbody th,
#over > main .property-contents table tbody th {
  text-align: start;
  font-weight: 400;
}

#over > main .wp-block-table table tbody th,
#over > main table tbody th {
  text-align: start;
  font-weight: 700;
  width: 35%;
}
#over > main .wp-block-table table thead,
#over > main table thead {
  border: none;
  background: var(--table_head);
}

#over > main .wp-block-table table tbody tr:last-child,
#over > main table tbody tr:last-child {
  border-bottom: none;
}

#over > main .wp-block-table table tbody tr:nth-child(odd),
#over > main table tbody tr:nth-child(odd),
#over > main table td.odd {
  background: var(--table_td-odd);
}
#over > main .wp-block-table table tbody tr:nth-child(even),
#over > main table tbody tr:nth-child(even),
#over > main table td.even {
  background: var(--table_td-even);
}
@media screen and (min-width: 540px) {
  #over > main .x_scroll {
      margin-left: auto;
      margin-right: auto;
    }
    #over > main .wp-block-table table,
    #over > main table {
      margin-right: 0;
      min-width: 100%;
    }
}
@media screen and (min-width: 768px) {
  #over > main .wp-block-table table,
  #over > main table {
      width: 100%;
      font-size: 16px;
      margin: 0;
  }
  #over > main .wp-block-table table th,
  #over > main .wp-block-table table td,
  #over > main table th,
  #over > main table td {
      padding: 14px 14px;
  }
}














#over > footer {
	background: var(--footer);
  }
  #over > footer address {
	font-style: normal;
	display: grid;
	row-gap: 10px;
  
	font-size: clamp(14px, 3vw, 16px);
	line-height: clamp(24px, 3vw, 28px);
  }
  #over > footer small {
	font-size: clamp(10px, 3vw, 11px);
	line-height: clamp(17px, 3vw, 19px);
  }
  /* #over > footer .footer_address {
  
  } */
  .footer_map {
	display: grid;
	position: relative;
	justify-items: center;
	/* position: relative;
	overflow: hidden; */
	/* min-height: 280px; */
	aspect-ratio: 4 / 3;
  }
  .footer_map iframe {
	width: 100%;
	height: 100%;
	/* position: absolute;
	top: 0;
	left: 0; */
  }
















/* ---------- パンくずリスト ---------- */
.bread{
	/* background: var(--body__background); */
    position: relative;
    z-index: 500;
    /* margin-bottom: clamp(60px, 14vw, 120px); */
	border-top: 1px dashed #f2f2f2;
}
.bread .container{
	padding: 0;
}
.bread nav {
	padding: 0;
	background: var(--white);

	display: grid;
    /* justify-content: end; */
}
.bread ol {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;

    overflow-x: auto;
    overflow-y: hidden;

	padding: 0 0.25rem;
}
.bread ol li {
    display: inline;
    margin: 0;
    font-size: 0.75rem;
	color: var(--gray);
	position: relative;
}
.bread ol li:not(:last-child)::after {
    content: ">";
    position: absolute;
	color: var(--hamburger_span);
	font-weight: 700;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 0;
    top: 0px;
}
#over .bread ol li a {
	text-decoration: none;
	color: var(--sentence);
}
.bread ol li a{
    padding: 0.0625rem 1rem 0.0625rem 1rem;
}
.bread ol li:nth-last-child(2),
.bread ol li:last-child {
    margin-right: 1rem;
}















/* ---------- 縺雁撫縺�粋繧上○繝輔か繝ｼ繝� ---------- */
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}
main form {
    width: 100%;
    margin: 0 auto;
    font-size: clamp(0.9375rem, 2vw, 1rem);
}
  .formLine:not(.privacy-policy) dd{
    height: max-content;
    display: grid;
  }
  #over main input{
    font-family: source-han-sans-japanese, sans-serif;
  }
  .formLine input, .formLine textarea {
    padding: 1rem 0.75rem;
    border: #cccccc solid 1px;
    font-size: 1rem;
    border-radius: 3px;
  }
  .formLine textarea {
    display: block;
    width: 100%;
  }
  .formLine input:focus, .formLine textarea:focus {
    border: #0768B3 solid 1px;
  }
  button, input {
    overflow: visible;
  }
  input[type="text"] {
    width: 100%;
  }
  .formLine {
    display: grid;
    row-gap: 10px;
    padding: 1.25rem 0;
    border-bottom: 1px solid #cccccc;
  }
  .formLine.privacy-policy {
    border-bottom: none;
    padding: 1.875rem 0;
    display: grid;
    column-gap: 10px;
    grid-template-columns: auto auto;
    justify-content: center;
    align-content: center;
}

.formLine.privacy-policy dd .mwform-checkbox-field-text {
    display: grid;
}

  .formLine dt {
    height: 100%;
    font-size: clamp(0.875rem, 3vw , 1rem);
  }
  .formLine input, .formLine textarea {
    padding: 1rem 0.75rem;

    border: 1px solid var(--gray);
    font-size: 1rem;

    /* border-radius: 10px; */
    font-family: source-han-sans-japanese,"Noto Sans JP", "Hiragino san", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  }
  .formLine textarea {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .formLine input,
  .formLine textarea {
    background: #FFF;
    height: 100%;
    width: 100%;
  }
  .formLine select {
    padding: 1rem 0.75rem;
  }
  .formLine dt.required {
    position: relative;
  }
  .formLine dt.required label {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    height: 100%;
  }
  .formLine dt.required label span {
    display: inline-block;
    /* font-size: 0.8rem; */
    font-size: 0.6875rem;
    color: var(--gray);
    text-align: center;
    padding: 0.125rem 0.3125rem 0px;
    right: 20px;
    border: 1px solid var(--gray);
    /* font-weight: 700; */
    line-height: 0.8rem;
    white-space: nowrap;
    margin-left: 1.25rem;
  }
  .privacy-policy-check dd span.error,
  .formLine dd span.error {
    display: inline-block;
    /* font-size: 12px; */
    font-size: 0.8rem;
    color: #FFF;
    background: #ff3652;
    border-radius: 3px;
    padding: 0.5rem;
    line-height: 1;
    margin-top: 0.25rem;
    width: max-content;
    order: 5;
  }
  .formLine.privacy-policy {
    position: relative;
}
.formLine.privacy-policy dd span.error {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .formLine.error input,
  .formLine.error textarea {
    border: 1px solid #FE8181;
  }
  .formLine input:focus,
  .formLine textarea:focus,
  .formLine input[type="text"].error:focus,
  .formLine textarea:focus.error {
    border: 1px solid black;
  }
  .formLine.check-radio dd{
    display: grid;
    row-gap: 16px;
    column-gap: 20px;
    display: flex;
  }
  #over main dl.formLine.check-radio dd > span {
    margin-left: 0;
  }
  ::placeholder {
    color: #999;
  }
   ::-ms-input-placeholder {
     color: #999;
  }
  input[type=checkbox], input[type=radio] {
    appearance: none;
    display: none;
  }
  #loginForm p.login-remember label {
    font-size: 1rem;
    padding: 0;
    border: none;
    font-weight: 400;
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    column-gap: 5px;
}
  .login-remember input[type=checkbox] {
    appearance: auto;
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  input[type=checkbox] + span, input[type=radio] + span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 1.8125rem;
  }
  input[type=checkbox] + span:after, input[type=checkbox] + span:before, input[type=radio] + span:after, input[type=radio] + span:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    border: 1px solid var(--gray);
  }
  input[type=checkbox] + span:before,
  input[type=radio] + span:before{
  background-color: #FFF;
  }
  input[type=radio] + span:after,
  input[type=radio] + span:before{
  border-radius: 50%;
  }
  input[type=checkbox] + span:after,
  input[type=radio] + span:after {
    opacity: 0;
    width: 12px;
    height: 12px;
    background: #333366;
    top: 6px;
    left: 2px;
    border: none;
  }
  input[type=checkbox]:checked + span::after, input[type=radio]:checked + span::after {
    opacity: 1;
  }
  /* 繝励Λ繧､繝舌す繝ｼ繝昴Μ繧ｷ繝ｼ */
  .privacy-policy-check {
    padding-bottom: 1.875rem;
  }
  .privacy-policy-check dt {
    visibility: collapse;
  }
  .privacy-policy-check dd {
    display: grid;
    grid-template-columns: max-content auto;
    position: relative;
  }
  .privacy-policy-check.error {
    padding-bottom: 3.4375rem;
  }
  .privacy-policy-check span.error {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -25px;
  }
  .privacy-policy-check input[type=checkbox],
  .privacy-policy-check input[type=radio] {
    appearance: auto;
    display: inline;
    width: 18px;
    height: 18px;
  }
  .privacy-policy-check .mwform-checkbox-field {
    display: grid;
    align-items: center;
  }
  .privacy-policy-check .mwform-checkbox-field label {
    display: grid;
  }
  .privacy-policy-check input[type=checkbox] + span,
  .privacy-policy-check input[type=radio] + span {
    display: inline;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 0;
  }
  .privacy-policy-check input[type=checkbox] + span:after,
  .privacy-policy-check input[type=checkbox] + span:before,
  .privacy-policy-check input[type=radio] + span:after,
  .privacy-policy-check input[type=radio] + span:before {
    display: none;
  }

  .confButton {
    display: grid;
    justify-items: center;
    row-gap: 16px;
    align-items: center;
    margin-top: 1.5625rem;
  }
  form .backForm {
    order: 2;
    border: 1px solid #FE9999;
    border-radius: 5px;

    width: auto;
    height: auto;

    background: #FFF;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 999px;
    line-height: 0.8rem;
    padding: 0.875rem 1.53125rem;

    text-align: center;
    vertical-align: middle;
    line-height: 1.5rem;
}
  form .send {
    display: none;
  }
  .confirmation form .send {
    display: block;
  }
  .confirmation .backLink,
  .formError .backLink,
  .confirmation .localMenu,
  .formError .localMenu,
  .thanks .localMenu {
    display: none;
  }
  /* 繧ｨ繝ｩ繝ｼ陦ｨ遉ｺ髢｢騾｣ */
  .formLine dd .error-wrap{
    display: block;
    width: 100%;
  }
  main .mw_wp_form .error {
    font-size: 1rem;
    color: #333333;
    display: grid;
  }
  form .conf, form .send {
    cursor: pointer;

    user-select: none;

    text-align: center;
    vertical-align: middle;

    width: auto;
    min-height: 66px;
    font-weight: 600;
    text-decoration: none;
    padding: 1.5rem;
    position: relative;

    border: 1px solid #99cc66;
    border-radius: 999px;
    background: var(--unnamed-color-f06868);
    font-size: 1.125rem;
    line-height: 1.9375rem;
    padding: 1.03125rem 1.9375rem;
    transition: .3s ease-out;
    color: #333366;
}
form .conf:hover,
form .send:hover {
  border: 1px solid #333366;
    background: #333366;
	color: #99cc66;
    transition: .3s ease-out;
}


@media screen and (min-width: 768px) {
    /* ---------- 縺雁撫縺�粋繧上○繝輔か繝ｼ繝� ---------- */
    .formLine.check-radio dt label,
    .confirmation .formLine dt label {
        padding-top: 0;
    }
    .formLine,
    .privacy-policy-check {
        display: grid;
        /* grid-template-columns: 2.5fr 7.5fr; */
        grid-template-columns: 3fr 7fr;
        column-gap: clamp(20px, 15vw, 30px);
    }
    .privacy-policy-check {
        padding-top: 1.875rem;
    }
    .confirmation .confButton {
        grid-template-columns: max-content max-content;
        justify-content: center;
        column-gap: 30px;
    }
    form .backForm {
        order: 0;
    }
}
@media screen and (min-width: 1420px) {
    /* ---------- 縺雁撫縺�粋繧上○繝輔か繝ｼ繝� ---------- */
    .formLine,
    .privacy-policy-check {
        display: grid;
        grid-template-columns: 2fr 8fr;
    }
}





















/* ---------- 繝壹�繧ｸ騾√ｊ ---------- */
.pager {
	padding-top: clamp(2.8125rem, 10vw, 5.625rem);
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    position: relative;
    z-index: 100;
}
.pager a,
.current {
	display: inline-block;
	color: #003399;
}
.pager ul {
    font-size: 0;
    display: grid;
	justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(36px, max-content));
    column-gap: 5px;
    align-items: center;

    padding: 0 0.3125rem;
}
#over > main .pager span,
#over > main .pager a {
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.125rem;
	min-width: 36px;
	height: 36px;
	text-decoration: none;
	/* font-size: 14px;
    font-size: clamp(1.33rem, -2vw, 1.25em); */
    font-size: 0.875rem;
	transition: 0.2s ease-out;
    border: 1px solid transparent;
	border-radius: 50%;
	font-weight: 400;
    color: #333333;
}

#over > main .pager a:hover {
	text-decoration: none;
	transition: 0.4s ease-out;
    /* background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box; */
    border: 1px solid #99cc66;
}
#over > main .pager .current {
    border: 1px solid #333366;
    background: #333366;
	color: white;
}









.page_contents .wp-block-group {
	background: var(--blockquote);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px 0 30px;
  overflow: hidden;
  position: relative;
  border: none;

  border: 2px solid var(--blockquote_border);
  border-radius: 10px;
}








/* 記事内の関連リンク（aside）*/
/* 汎用ボタン */
#over main aside{
	overflow: hidden;
	margin-top: clamp(30px, 4vw, 60px);
  }
  #over main aside ul{
	display: grid;
	justify-items: center;
	row-gap: 12px;
	margin: 0 auto;
	/* margin-bottom: clamp(60px, 8vw, 90px); */
  }
  #over main aside ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 444px;
	width: 100%;
  }
  #over main aside ul li::before {
	display: none;
  }
/*   
  #over > main header + * a{
	position: relative;
	color: #003399;
	text-decoration: none;
  }
  #over > main header + * a:hover{
	text-decoration: underline;
  } */
  
  /* #over main button, */
  #over main aside ul li a{
	  display: block;
	  font-size: 15px;
	  text-decoration: none;
	  font-weight: 700;
	  color: #333366;
	  height: 100%;
	  display: grid;
	  align-items: center;
	  justify-items: center;
	  border-radius: 999px;
	  background: #FFF;
	  border: 1px solid #99cc66;
	  min-height: 68px;
	  position: relative;
	  padding:12px 33px;
	  /* box-shadow: 0px 3px 10px #00000029; */
	  transition: .3s;
  }
  /* #over main button:hover, */
  #over main aside ul li a:hover{
	border: 1px solid #333366;
	background: #333366;
	color: #99cc66;
	transition: .3s;
  }
  #over main aside ul li.active a{
	color: #CCCCCC;
	background: #F8F8F8;
	border: 1px solid #D3D3D3;
	box-shadow: none;
  }
  /* #over main aside ul li a span{
	position: relative;
  }
  #over main aside ul li a span::after{
	content: '';
	position: absolute;
	background: url(../images/icon_arrow_right.svg);
	background-size: contain;
	width: 11px;
	height: 11px;
	right: -17px;
	top: 50%;
	transform: translateY(-50%);
  } */
  #over main aside ul li.active a span::after{
	filter: invert(60%) sepia(100) saturate(0%) hue-rotate(257deg) brightness(150%) contrast(100%);
  }
  @media screen and (min-width: 768px) {
	#over > aside ul, #over > main aside ul {
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  column-gap: 16px;
	}
}