@charset "utf-8";


p.text,
.texts>p {
	font-size: 1rem;
	line-height: 1.875;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.f_small {
	font-size: 0.875rem;
}
.mb1em {
	margin-bottom: 1.875em;
}
.mb2em {
	margin-bottom: 3.75em;
}
@media (any-hover: hover) {
	body:not(.home) .edit_wrap a:hover{
		text-decoration-color: transparent;
	}
}
@media screen and (min-width: 769px) {
	.pc_center {
		text-align: center !important;
	}
}
.limit_lh p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.lead_style{
	font-size:1.25rem;
	line-height:1.8;
	font-weight:500;
	margin-bottom:3em;
}
.lead_style p{
	width:fit-content;
	margin-inline:auto;
}
.ttls_style{
	margin-bottom:1em;
	font-size:1.25rem;
	font-weight:600;
}
.ttls_style *:not(p){
	font-size:1.4em;
	font-weight:600;	
}
.ttls_style > p{
	color:#ff8a0d;
	margin-bottom:0.5em;
}
.flex-col{
	display:flex;
	gap:4%;
}
.flex-col.reverse{
	flex-direction:row-reverse;
}
.flex-col > [class*="col"]{
	flex-grow:1;
	flex-shrink:1;
	flex:1;
	max-width: 100%;
}
.flex-col > [class*="col-2"]{
	flex:2;
	max-width: 100%;
}
.flex-col > [class*="col-3"]{
	flex:3;
}
figure[class*="size"]{
	max-width:100%;
	margin-inline:auto;
}
@media screen and (max-width: 768px) {
	.article_style01{
		font-size:1.5rem;
	}
	:root h2.wp-block-heading{
		font-size: 2rem;
		margin-bottom: 1em;
	}
	:root h3.wp-block-heading{
		font-size:1.14rem;
	}
		p.text,
		.texts>p {
		font-size: 1rem;
	}
	.ttls_style{
		font-size:1.125rem;
	}
	.lead_style{
		font-size:1.125rem;
		margin-bottom: 2em;
	}
	.flex-col.break{
		flex-direction:column;
		row-gap: 2em;
	}
	figure[class*="size-l"]{
		width:min(100%,300px);
	}
	figure[class*="size-m"]{
		width:min(100%,250px);
	}
	figure[class*="size-s"]{
		width:min(100%,175px);
	}
	:root h2.wp-block-heading{
		font-size:2rem;
		margin-bottom: 1em;
	}
	:root h2.wp-block-heading em{
		font-size:1rem;
	}
	:root h3.wp-block-heading{
		font-size: 1.4rem;
		font-weight:bold;
		margin-bottom:1em;
		color:var(--keycolor);
		letter-spacing: 0.1em;
	}
}
/* Link */
.text_link a,
a.text_link {
	font-size:1rem;
	font-weight:600;
	color:#212240;
	text-decoration: none;
}
.text_link a span,
a.text_link span {
	position:relative;
	z-index:10;
	margin-right:0.5em;
}
.text_link a span::after,
a.text_link span::after {
	position:absolute;
	z-index:5;
	display:inline-block;
	content:"";
	width:100%;
	height:1px;
	background:#212240;
	left:0;
	bottom:-3px;
	transform:scale(1,1);
	transform-origin:left;
	transition:transform .4s;
}
.text_link a:hover span::after,
a.text_link:hover span::after {
	transform:scale(0,1);
	transform-origin:right;
}
.text_link a i svg,
a.text_link i svg {
	fill:#212240;
}
.block_link a,
a.block_link {
	display: block;
	transition: background 0.4s, color 0.4s, border 0.4s;
}
.block_link a img {
	transition: opacity 0.4s;
}
.block_link a:hover,
a.block_link:hover {
	text-decoration: none;
}
.block_link a:hover img,
a:hover img.opacity {
	opacity: 0.7;
	text-decoration: none;
}
.img_fit{
	overflow:hidden;
	aspect-ratio:1.5 / 1;	
}
.img_fit img{
	aspect-ratio:1.5 / 1; 
	object-fit:cover;
	transition:transform .4s;
}
a:hover .img_fit img{
	transform:scale(1.1)
}


a .arrow_link p,
a.arrow_link,
.arrow_link a {
	position: relative;
	z-index: 10;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0 0.5em;
	width: auto;
	min-height: 3.75em;
	font-size: 1.125rem;
	font-weight: 600;
	color:#212240;
	text-decoration: none;
}
.arrow_link span {
	position:relative;
	z-index:10;
	display:inline-block;
}
.arrow_link span::before{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
	width:100%;
	height:1px;
	background:#212240;
	bottom: -0.25em;
	left:0;
	transform:scale(0,1);
	transform-origin:right;
	transition:transform .4s;
}
a:hover .arrow_link span::before,
a.arrow_link:hover span::before,
.arrow_link a:hover span::before{
	transform:scale(1,1);
	transform-origin:left;
}
.arrow_link .icon-arrow,
.arrow_link .icon-target{
	display:inline-flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	min-width: 3em;
	height: 3em;
	border:1px solid #d2d2d2;
	border-radius:100%;
	background:#fff;
	transition:border-color .4s,background .4s;
}
.arrow_link .icon-arrow svg,
.arrow_link .icon-target svg{
	fill:#212240;
}
a:hover .arrow_link .icon-arrow,
a.arrow_link:hover .icon-arrow,
.arrow_link a:hover .icon-arrow,
.arrow_link.arrow_wht .icon-arrow,
a:hover .arrow_link .icon-target,
a.arrow_link:hover .icon-target,
.arrow_link a:hover .icon-target{
	border-color:#fff;
	background:#212240;
}
a:hover .arrow_link.arrow_wht .icon-arrow,
a.arrow_link.arrow_wht:hover .icon-arrow,
.arrow_link.arrow_wht a:hover .icon-arrow{
	background:#fff;
}
a:hover .arrow_link .icon-arrow svg,
a.arrow_link:hover .icon-arrow svg,
.arrow_link a:hover .icon-arrow svg,
.arrow_link.arrow_wht .icon-arrow svg,
a:hover .arrow_link .icon-target svg,
a.arrow_link:hover .icon-target svg,
.arrow_link a:hover .icon-target svg{
	fill:#fff;
}
a:hover .arrow_link.arrow_wht .icon-arrow svg,
a.arrow_link.arrow_wht:hover .icon-arrow svg,
.arrow_link.arrow_wht a:hover .icon-arrow svg{
	fill:#212240;
}
a .arrow_link.arrow_wht p,
a.arrow_link.arrow_wht,
.arrow_link.arrow_wht a {
	color:#fff;
}
.arrow_link.arrow_wht span::before{
	background:#fff;
}


.slick-slider .slick-track{
	display:flex;
}
.slick-slider .slick-slide{
	float: none;
	height: auto;
}
.slick-slider .slide-arrows {
	position: absolute;
	z-index: 10;
	display:flex;
	align-items:center;
	justify-content:center;
	content: "";
	width: 52px;
	aspect-ratio: 1/1;
	background:#cc4959;
	border:solid 1px #cc4959;
	border-radius: 50%;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
	transform-origin: center;
	cursor: pointer;
	transition: background .4s;
	--subcolor:#fff;
}
.slick-slider .slide-arrows.next-arrow {
	left: auto;
	right: -100px;
	transform: translateY(-50%);
}
.slick-slider .slide-arrows .icon-arrow{
	right:auto;
}
.slick-slider .slide-arrows.prev-arrow .icon-arrow{
	transform:rotate(-135deg)
}
@media (any-hover: hover) {
	.slick-slider .slide-arrows:hover,
	.slick-slider .slide-arrows:focus {
		background:#fff;
		--subcolor:#cc4959;
	}
}


@media screen and (max-width:767px) {
	.slick-slider .slide-arrows {
		width: 3.95rem;
	}
	.slick-slider .slide-arrows::before {
		left: 70%;
	}
	.slick-slider .slide-arrows.prev-arrow {
		left: -1.75rem ;
	}
	.slick-slider .slide-arrows.next-arrow {
		right: -1.75rem ;
	}
	.slick-slider .slide-dots li {
		margin: 0 5px;
	}
}

:root .style_lead{
	font-size:var(--f22);
	text-align:center;
	line-height:2.15;
	font-weight:600;
	letter-spacing:0.04em;
	margin-bottom:2.725em;
}
:root :is(.btn, .smf-action .smf-button-control__control){
	font-size:1rem;
	display:flex;
	align-items:center;
	justify-content:center;
	width:303px;
	max-width:100%;
	min-height: 3.75em;
	--basecolor:#1f2531;
	--subcolor:#fff;
	color:var(--subcolor);
	background:var(--basecolor);
	text-decoration:none;
	border:solid 1px var(--basecolor);
	position:relative;
	z-index:1;
	padding:0.5em 2em;
	font-weight: 400;
	margin-block: 2em 1em;
	transition:var(--hover);
	cursor:pointer;
	position:relative;
	z-index:2;
	font-weight:600;
	pointer-events: auto;
}
:root .vk_button-align-center :is(.btn, .smf-action .smf-button-control__control){
	margin-inline: auto; 
}
:root :is(.btn, .smf-action .smf-button-control__control):after{
	content:"";
	display:block;
	height:0.375em;
	aspect-ratio:1 / 1;
	color:var(--subcolor);
	margin:0;
	position:absolute;
	right:1.75em;
	z-index: -1;
	transform:rotate(45deg);
	border-top:solid 1px;
	border-right:solid 1px;
	transition:var(--hover);
}
:root :is(.btn, .smf-action .smf-button-control__control):is(:hover,:focus){
	color:var(--basecolor);
	background:var(--subcolor);
}
:root :is(.btn, .smf-action .smf-button-control__control):is(:hover,:focus):after{
	color:var(--basecolor);
}
:root :is(.btn, .smf-action .smf-button-control__control).color{
	--basecolor:#fff;
	--subcolor:#1f2531;
}

:root .style-archive :is(ul,role="list"){
	display:flex;
	gap:1px;
	background:#ddd;
	max-width:var(--wide);
	margin-inline:auto;
	align-items: stretch;
}
:root .style-archive :is(li,[role="listitem"]){
	flex-basis:calc((100% - 3px) / 4);
}
:root .style-archive :is(li,[role="listitem"]) a{
	display:flex;
	flex-direction:column;
	position:relative;
	z-index:1;
	background:#fff;
	text-align:left;
	padding: 0 2em 2em;
	text-decoration:none;
	height: 100%;
}
:root .style-archive :is(li,[role="listitem"]) a .img-fit{
	margin-inline:-2em;
	position:relative;
	z-index:1;
}
:root .style-archive :is(li,[role="listitem"]) a .img-fit:before,
:root .style-archive :is(li,[role="listitem"]) a .img-fit:after{
	content:"";
	display:block;
	width:2em;
	height:2em;
	position:absolute;
	z-index:5;
	background:#fff;
	border:solid 1px;
	color:var(--accent);
	bottom:-1em;
	right:1.5em;
	transition:var(--hover);
}
:root .style-archive :is(li,[role="listitem"]) a .img-fit:after{
	background:none;
	width:0.45em;
	height:0.45em;
	border:none;
	border-top:solid 2px;
	border-right:solid 2px;
	transform:rotate(45deg);
	right:2.35em;
	bottom:-0.25em;
}
:root .style-archive :is(li,[role="listitem"]) a .ttl{
	font-size:1.375rem;
	font-weight:600;
	margin-block:1em 0.5em;
	transition:color .4s;
	line-height:1.25;
}
:root .style-archive :is(li,[role="listitem"]) a p{
	line-height:1.6;
	font-weight:500;
}
:root .style-archive :is(li,[role="listitem"]) a:is(:hover,:focus){
	box-shadow:0.25em 0.25em 0.75em rgba(0,0,0,0.15);
	z-index:20;
}
:root .style-archive :is(li,[role="listitem"]) a:is(:hover,:focus) .ttl{
	color:var(--accent);
}
:root .style-archive :is(li,[role="listitem"]) a:is(:hover,:focus) .img-fit:before{
	background:var(--accent);
}
:root .style-archive :is(li,[role="listitem"]) a:is(:hover,:focus) .img-fit:after{
	color:#fff;
}

:root .style-archive .tags{
	position:absolute;
	top:0;
	left:0;
	display:flex;
	gap:1em;
	z-index:5;
	font-size:1.25rem;
}
:root .style-archive .tags mark{
	background:var(--accent);
	color:#fff;
	display:flex;
	padding: 0.25em 1.1em;
	font-style:italic;
	transition:var(--hover);
	border:solid 1px var(--accent);
	line-height:1;
}
:root .style-archive .end-block{
	margin-top: 0;
	display:flex;
	flex-direction:column;
	align-items:center;
}

:root .style-archive.card :is(ul,[role="list"]){
	gap:4em 6%;
	margin-bottom: 2em;
	flex-wrap:wrap;
	background:none;
}
:root .style-archive.card :is(li,[role="listitem"]){
	flex-basis:47%;
}
:root .style-archive.card :is(li,[role="listitem"]):nth-child(even){
	transform: translateY(-4.5em);
}
:root .style-archive.card :is(li,[role="listitem"]) a{
	box-shadow:0.25em 0.25em 0.5em rgba(0,0,0,0.15);
	padding-bottom:3em;
}
:root .style-archive.card :is(li,[role="listitem"]) a .img-fit{
	position:static;
}
:root .style-archive.card :is(li,[role="listitem"]) a .img-fit:before{
	bottom:0;
	right:0;
	background:var(--fontcolor);
	border-color:var(--fontcolor);
	color:#fff;
	width:2.25em;
	height:2.25em;
}
:root .style-archive.card :is(li,[role="listitem"]) a .img-fit:after{
	bottom:0.95em;
	right:0.95em;
	color:#fff;
}
:root .style-archive.card  :is(li,[role="listitem"]) a .ttl{
	color:inherit;
	margin-block:0.75em 0.25em;
	transition:var(--hover);
}
:root .style-archive.card :is(li,[role="listitem"]) a .text{
	font-size:0.875rem;
}
:root  .style-archive.card :is(li,[role="listitem"]) a:is(:hover,:focus){
	transform:translateY(1em);
	box-shadow:0em 0em 0.5em rgba(0,0,0,0.15);
}
:root  .style-archive.card :is(li,[role="listitem"]) a:is(:hover,:focus) mark{
	background:#fff;
	color:var(--accent);
}
:root  .style-archive.card :is(li,[role="listitem"]) a:is(:hover,:focus) .ttl{
	color:var(--accent);
}
:root .style_pagenation{
	margin-block:4em;
}
:root .style_pagenation ul{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:0.5em;
	font-size:1.5625rem;
}
:root .style_pagenation ul li:not(:has(:is(.next,.prev))){
	border-radius:50%;
	border:#cc4959 solid 2px;
	width:2.0em;
	aspect-ratio:1 / 1;
	display:flex;
	align-items: center;
	justify-content:center;
	overflow:hidden;
}
:root .style_pagenation ul a{
	display:flex;
	align-items: center;
	justify-content:center;
	width:100%;
	height:100%;
	transition:var(--hover);
	text-decoration:none;
	background:#fff;
}
:root .style_pagenation ul li:has(.next){
	margin-left:1em;
}
:root .style_pagenation ul li a:is(.next,.prev){
	color:#cc4959;:
	font-weight:600;
	display:block;
	background:none;
}
:root .style_pagenation ul li:has(.prev){
	margin-right:1em;
}

:root .style_pagenation ul a.current{
	color:#fff;
	background:#cc4959;
}
:root .flex{
	display:flex;
}
:root .flex.revers{
	flex-direction:row-reverse;
}
:root .flex .order1{
	order:1;
}
:root .flex .order2{
	order:2;
}
@media screen and (max-width:767px) {
	.slick-slider .slide-arrows{
		width:46px;
	}
	:root .style_lead{
		font-size:1.07rem;
		font-weight:500;
		letter-spacing:0;
	}
	:root .btn{
		width:230px;
		min-height: 3.75em;
		margin-top: 2.0em;
		justify-content:flex-start;
		font-size: 1.11em;
		padding-inline:1.75em;
	}
	:root .style-archive.card ul{
		flex-direction:column;
		gap:2em !important;
		/* margin-inline:var(--inner); */
	}
	:root .style-archive.card li:nth-child(even){
		transform: translateY(0) !important;
	}
}

@media screen and (max-width: 767px) {
	a .arrow_link p,
	a.arrow_link,
	.arrow_link a {
		font-size: 1rem;
	}
	.arrow_link span::before{
		display:none;
	}
	a:hover .arrow_link .icon-arrow,
	a.arrow_link:hover .icon-arrow,
	.arrow_link a:hover .icon-arrow,
	a:hover .arrow_link .icon-target,
	a.arrow_link:hover .icon-target,
	.arrow_link a:hover .icon-target{
		border-color:#212240;
		background:#fff;
	}
	a:hover .arrow_link.arrow_wht .icon-arrow,
	a.arrow_link.arrow_wht:hover .icon-arrow,
	.arrow_link.arrow_wht a:hover .icon-arrow{
		background:#212240;
	}
	a:hover .arrow_link .icon-arrow svg,
	a.arrow_link:hover .icon-arrow svg,
	.arrow_link a:hover .icon-arrow svg,
	a:hover .arrow_link .icon-target svg,
	a.arrow_link:hover .icon-target svg,
	.arrow_link a:hover .icon-target svg{
		fill:#212240;
	}
	a:hover .arrow_link.arrow_wht .icon-arrow svg,
	a.arrow_link.arrow_wht:hover .icon-arrow svg,
	.arrow_link.arrow_wht a:hover .icon-arrow svg{
		fill:#fff;
	}
	:root .card_list{
		gap:0.5em;
		margin-bottom: 2.25em;
	}
	:root .card_list > *{
		--width:219px;
		padding:0.5em;
		border-radius:0.25em;
	}
	:root .card_list .data {
	    font-size: 0.928rem;
	    margin-block: 0.75em 0.25em;
	    position: relative;
	    z-index: 2;
	}
	:root .card_list{
		gap:0.5em;
		margin-bottom: 2.25em;
	}
}

/*  ページャー  */
.pager{
	text-align:center;
	padding:30px 0 0 0;
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 1em;
	border: none;
}
.pager > *{
	border-bottom: 1px solid;
	font-size: 1.25rem;
	line-height:1.4;
	padding: 0 0.25em 0.25em;
	color:#3d4f4a;
	min-width: 30px;
}
.pager > a{
	display:inline-block;
	border-color:transparent;
	text-decoration:none;
	transition:.5s color,.5s border-color;
}
.pager span.dots{
	border: none;
}
.pager > a:hover{
	border-color:#3d4f4a;
	color:#3d4f4a;
	text-decoration: none;
}
.pager a.prev{
	font-size:2rem;
}
.pager a.next{
	font-size:2rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.pager li{
		width: 30px;
	}
	.pager li a{
		font-size:12px;
		padding:6px 0;
	}
	.pager li.prev,
	.pager li.next{
		margin:0;
	}
	.pager > *{
		font-size:1rem;
		padding: 0 0.5em 0.25em;
	}
}






.map_wrap iframe {
	width: 100%;
}
#campus_map {
	height: 390px;
	margin-bottom: 20px;
}
.movie_wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.movie_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.movie_wrap2 {
	width: 100%;
	height: 0;
	padding-bottom: 590px;
	overflow: hidden;
	position: relative;
}
.movie_wrap2 iframe,
.movie_wrap2 video {
	min-width: 100%;
	min-height: 590px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	#campus_map {
		margin: 0 15px;
		box-sizing: border-box;
		width: auto;
		height: 320px;
	}
}
/*	パンくずリスト	*/
#pan {
}
#pan ol {
	padding: 0;
	margin: 0;
	font-size: 0.75rem;
	letter-spacing:0.1em;
}
#pan li,
#pan li * {
	display: inline-block;
	vertical-align: middle;
}
#pan li * {
	display: inline;
	vertical-align: middle;
}
#pan li {
	margin-right: 1.5em;
	position: relative;
}
#pan li:before {
	content: "";
	display: inline-block;
	width:1px;
	top: 5px;
	bottom: 1px;
	left: -0.75em;
	background:var(--lgray);
	position:absolute;
}
#pan li:first-child:before {
	content: "";
	display: none;
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	#pan {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#pan a {
		text-decoration: underline;
	}
}
/*	ページャー	*/
.pager_style {
	text-align: center;
	padding: 30px 0 0 0;
}
.pager_style li {
	width: 40px;
	border: 1px solid #BBBBBB;
	background: #fff;
	display: inline-block;
	margin: 0 0 10px 0;
}
.pager_style li:hover {
	background: #024384;
}
.pager_style li.on {
	background: #024384;
}
.pager_style li a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
.pager_style li.on a {
	color: #fff;
}
.pager_style li a:hover {
	color: #fff;
}
.pager_style li.prev {
	margin: 0 10px 0 0;
}
.pager_style li.next {
	margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
	.pager_style li {
		width: 30px;
	}
	.pager_style li a {
		font-size: 12px;
		padding: 6px 0;
	}
	.pager_style li.prev,
	.pager_style li.next {
		margin: 0;
	}
}
/*	モーダル	*/
.modal-content {
	width: 80%;
	max-width: 1240px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index: 1020;
}
#modal-overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);
}
.modal_tit {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;
	color: #fff;
}
.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.modal-content .close_btn {
	position: absolute;
	top: -10%;
	right: 0px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.modal-content {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
}
/*	タブ切替	*/
.tab_change .controller input[type="radio"] {
	appearance:none;
	border:none;
	background:none;
	outline:none;
}
.tab_change .tab_content {
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	z-index: -10;
	visibility: hidden;
	transition: opacity .4s;
}
.tab_change:has(.controller input[id$="01"]:checked) .tab_table div[class$="01"],
.tab_change:has(.controller input[id$="02"]:checked) .tab_table div[class$="02"],
.tab_change:has(.controller input[id$="03"]:checked) .tab_table div[class$="03"],
.tab_change:has(.controller input[id$="04"]:checked) .tab_table div[class$="04"],
.tab_change:has(.controller input[id$="05"]:checked) .tab_table div[class$="05"],
.tab_change:has(.controller input[id$="06"]:checked) .tab_table div[class$="06"],
.tab_change:has(.controller input[id$="07"]:checked) .tab_table div[class$="07"],
.tab_change:has(.controller input[id$="08"]:checked) .tab_table div[class$="08"],
.tab_change:has(.controller a) .tab_content  {
	opacity: 1;
	z-index: 10;
	visibility: visible;
	max-height:fit-content;
	overflow: visible;
	width: 100%;
}
.tab_change .controller {
	display: flex;
	margin: 0 auto 2em;
	flex-wrap: wrap;
	gap:2em;
}
.tab_change .controller :is(label,a){
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: solid 1px var(--dgray);
	background: transparent;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.1;
	text-align: left;
	padding-block:0.5em;
	padding-left:1.0em;
	transition:var(--hover);
	min-width:170px;
	position:relative;
	color:var(--dgray);
}
.tab_change .controller a:hover,
.tab_change .controller a.current,
.tab_change .controller label:has(:checked){
	text-decoration-color:transparent;
}
.tab_change .controller :is(label,a):before{
	content:"";
	display:block;
	height:6px;
	width:6px;
	position:absolute;
	z-index:1;
	inset:0 auto 0 0;
	border:solid 1px #9ea7a5;
	border-radius:50%;
	margin:auto;
	transition:background .4s,border-color .4s;
}
.tab_change .controller :is(label,a):after{
	content:"";
	display:block;
	height:2px;
	width:0%;
	position:absolute;
	z-index:1;
	inset:auto 0 0 0;
	background:var(--keycolor);
	transition:width .2s;
}
.tab_change .controller :is(a,label){
	width:auto;
}
.tab_change .controller :is(a.current,a:hover,label:has(:checked)){
	color:var(--keycolor);
}
.tab_change .controller :is(a.current,a:hover):before,
.tab_change .controller label:has(:checked):before{
	background:var(--keycolor);
	border-color:var(--keycolor);
}
.tab_change .controller :is(a.current,a:hover,label:has(:checked)):after{
	width:100%;
}
.tab_change .tab_content:has(.pulldown){
	display:flex;
	justify-content:space-between;
	gap:3em;
}
.tab_change .pulldown .select_wrap{
	position:relative;
	z-index:2;
	width:fit-content;
	background:#fff;
}
.tab_change .pulldown .select_wrap:after{
	content:"";
	display:block;
	height:0.45em;
	aspect-ratio:1 / 1;
	border-top:solid 1px;
	border-right:solid 1px;
	transform:rotate(135deg) skew(5deg,5deg);
	position:absolute;
	right:1em;
	top:calc(50% - 0.4em);
}
.tab_change .pulldown select{
	appearance:none;
	font-size:1rem;
	border:none;
	padding:1em 2em 1em 1em;
	width:180px;
	background:transparent;
	cursor:pointer;
	color:inherit;
	margin-bottom: 0;
}
.tab_change .tab_table{
	margin-inline:calc(50% - 50vw);
}
.tab_change .data{
	max-width:var(--container);
	margin-inline:auto;
}
.tab_change .btn_area a{
	margin-inline:auto;
}
.tab_change .tab_content:has(.pulldown) .tab_result{
	flex-grow:1;
	max-width:942px;
}
.tab_change .tab_result :is(h2,h3){
	font-size:1.75rem;
	font-weight:700;
	margin-bottom:1em;
}
.tab_result label[for^="view-more"]{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-inline:auto;
	width:fit-content;
	padding:0.5em 2em 0.5em 0;
	border-bottom:solid 1px;
	transition:background .4s ,color .4s;
	font-size:1.1275rem;
	letter-spacing:0.1em;
	position:relative;
}
.tab_result label[for^="view-more"] span{
	display:flex;
	gap:0.5em;
	align-items:center;
	transition:0.3s;
	max-height:fit-content;
	overflow:hidden;
}
.tab_result label[for^="view-more"]:after{
	content:"";
	display:block;
	width:0.35em;
	height:0.35em;
	border-top:solid 2px;
	border-right:solid 2px;
	transform:rotate(135deg);
	position:absolute;
	right:0.75em;
	top: 0.875em;
	margin:auto;
	z-index:1;
	transition:top .3s;
}
.tab_result input[id^="view-more"]{
	appearance:none;
	border:none;
	width:0;
	height:0;
	background:none;
	outline:none;
}
.tab_result label[for^="view-more"]:hover{
	background:#fff;	
}
.tab_result label[for^="view-more"]:has(input:checked){
	opacity:0;
	pointer-events:none;
	max-height:0;
	padding:0;	
}
.tab_result label[for^="view-more"]:hover span{
	transform:translateX(0.5em);
}
.tab_result label[for^="view-more"]:hover:after{
	top:1.1em
}
.tab_result:has(input[id^="view-more"]) .news_list > *:nth-child(n+6){
	display:none;
}
.tab_result:has(input[id^="view-more"]:checked) .news_list > *:nth-child(n+6){
	display:block;
}

/*	フォーム	*/
.form_wrap input[type="text"],
.form_wrap input[type="search"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"],
.form_wrap input[type="number"],
.form_wrap input[type="password"],
.form_wrap textarea {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 0px;
	font-size: 0.875rem;
	padding: 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
}
.form_wrap input::placeholder,
.form_wrap textarea::placeholder {
	color: #ccc;
}
.form_wrap .tables .wrap textarea {
	height: auto;
	padding: 1em;
}
.form_wrap label {
	cursor: pointer;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"] {
	display: none;
}
.form_wrap input[type="radio"]+label,
.form_wrap input[type="checkbox"]+label {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
}
.form_wrap input[type="radio"]+label:before,
.form_wrap input[type="checkbox"]+label:before,
.form_wrap input[type="radio"]+label:after,
.form_wrap input[type="checkbox"]+label:after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: solid 1px #333;
	position: absolute;
	left: 0;
	top: 6px;
	transition: opacity .2s;
}
.form_wrap input[type="checkbox"]+label:after {
	border: none;
	width: 0.6rem;
	height: 0.4rem;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	transform: rotate(135deg);
	top: 8px;
	left: 2px;
	opacity: 0;
}
.form_wrap input[type="radio"]+label:before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 7px;
}
.form_wrap input[type="radio"]+label:after {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: none;
	background: #333;
	top: 12px;
	left: 5px;
	opacity: 0;
}
.form_wrap input[type="radio"]:checked+label:after,
.form_wrap input[type="checkbox"]:checked+label:after {
	opacity: 1;
}
.form_wrap .select_wrap {
	display: inline-block;
	position: relative;
	z-index: 3;
	background: #fff;
}
.form_wrap .select_wrap select {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #b0b0b0;
	border-radius: 0px;
	font-size: 1rem;
	color: #333;
	padding: 0 2.5em 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: transparent;
	cursor: pointer;
}
.form_wrap .select_wrap:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transform: rotate(135deg) translate(-2px);
}
.form_wrap .form_els {
	display: flex;
	flex-wrap: wrap;
}
.form_wrap .form_els.inlines {
	display: block;
	padding-bottom: 0.25em;
}
.form_wrap .form_els>* {
	margin-right: 0.5em;
}
@media screen and (max-width: 1410px) {
	.tab_change .controller{
		gap:1.25em;
	}
	.tab_change .controller :is(label,a){
		min-width:6em;
		
	}
}
@media screen and (max-width: 767px) {
	.tab_change .controller {
		justify-content: flex-start;
		gap:0.75em;
	}
	.tab_change .controller :is(label,a){
		font-size:1rem;
		width: 90px;
		min-height: 30px;
	}
	:root .style_news > :is(h3,h4){
		padding-inline:var(--inner);		
	}
	body:not(.home) .tab_change .controller{
		flex-wrap:wrap;
		gap:0.5em 2%;
		margin-block: 2em 2em;
	}
	body:not(.home) .tab_change .controller :is(a,label){
		flex:auto;
		flex-basis:32%;
		flex-grow:inherit;
		min-height:3.25em;
		font-size:0.875rem;
	}
	.tab_change .tab_content:has(.pulldown){
		flex-direction:column;
		gap:2em;
	}
	.form_wrap input[type="text"],
	.form_wrap input[type="search"],
	.form_wrap input[type="email"],
	.form_wrap input[type="tel"],
	.form_wrap textarea {
		font-size: 1rem;
	}
	.form_wrap .form_els.inlines br {
		display: none;
	}
	.form_wrap input[type="radio"]+label,
	.form_wrap input[type="checkbox"]+label {
		font-size: 0.857rem;
	}
	.form_wrap input[type="checkbox"]+label:before {
		width: 12px;
		height: 12px;
		top: 5px;
	}
	.form_wrap input[type="checkbox"]+label:after {
		width: 7px;
		height: 4px;
	}
	.form_wrap input[type="radio"]+label:before {
		width: 13px;
		height: 13px;
		top: 5px;
	}
	.form_wrap input[type="radio"]+label:after {
		width: 7px;
		height: 7px;
		left: 4px;
		top: 9px;
	}
}
.table_wrap table,
.article-page .news_edit table{
	margin-inline:0 auto;
}
.table_wrap table :is(th,td),
.article-page .news_edit table :is(th,td){
	font-size:1rem;
	padding:1em;
	border:solid 1px #fff;
	line-height: 1.4;
	background:#f0f0f0;
}
.table_wrap table th,
.article-page .news_edit table th{
	background:var(--green);
	font-weight:600;
	white-space:nowrap;
	font-weight:400;
}
.article-page .news_edit table :is(th,td){
	border-color:#b6cbb4;
	line-height: 1.75;
}
.article-page .news_edit table th{
	background: #b6cbb4;
	color:#fff;
	white-space: break-spaces;
}
.article-page .news_edit table td{
	background:rgba(255,255,255,0.7);
}
.table_wrap table .caption,
.article-page .news_edit table .caption{
	font-size:0.875em;
	line-height:1.6;
}
.table_wrap table *:not(.caption) + .caption,
.article-page .news_edit table *:not(.caption) + .caption,{
	margin-top:1em;
}
.table_wrap table.calendar_table,
.article-page .news_edit table.calendar_table{
	width:100%;
	margin-bottom:1em;
}
.table_wrap table.calendar_table :is(th,td),
.article-page .news_edit table.calendar_table :is(th,td){
	font-size:1.125rem;
	padding:1em;
	line-height:1.4;
}
.flex_list .table_wrap table :is(th,td){
	padding: 0.5em 0.25em;
}

@media screen and (max-width: 767px) {
	.table_wrap table,
	.article-page .news_edit table{
		width:100%;
	}
	.table_wrap table th,
	.article-page .news_edit table th{
		white-space:normal;
		width:auto;
		padding:0.5em;
		text-align:center;
		font-size:0.814rem;
	}
	.table_wrap table td,
	.article-page .news_edit table td{
		padding:0.5em;
		font-size:0.814rem;
	}
	.article-page .news_edit table :is(th,td){
		line-height: 1.6;
	}
	.table_wrap.break :is(table,thead,tbody,tr,th,td) {
		display:block;
		width:100%;
		border:none;
	}
	.table_wrap.break :is(th,td) {
		font-size:1rem;
		text-align:left;
	}
	.table_wrap.break td{
		border-top:none;
	}
	.table_wrap.break tr{
		margin-bottom:1em;
	}
	.table_wrap.break th br{
		display:none;
	}
	.table_wrap table *:not(.caption) + .caption{
		margin-top:1em;
	}
	.table_wrap table.calendar_table :is(th,td){
		font-size:0.875rem;
		padding:1em 0.5em;
	}
	.table_wrap table.calendar_table tr:has(th:first-child + td:nth-child(2):last-child) th{
		white-space:nowrap;
	}
}
