@charset "utf-8";

/* head,text */
.article_style01 {
	font-size:2rem;
	font-weight:700;
	margin-bottom:1em;
	text-align:center;
}
.article_style02 {
	color: #f68a16;
	font-size:1.75rem;
	font-weight:600;
	margin-bottom:0.5em;
}
body:not(.home) .edit_wrap a{
	text-decoration-color: var(--keycolor)
}
:root h2.wp-block-heading{
	font-size:2rem;
	font-weight:bold;
	margin-bottom: 1em;
	color:var(--keycolor);
	letter-spacing:0em;
	font-family: var(--fontB);
}
:root h2.wp-block-heading em{
	font-size:1rem;
	font-family: var(--fontL);
}
:root h3.wp-block-heading{
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:1em;
	color:var(--keycolor);
	letter-spacing: 0.1em;
	font-family: var(--fontB);
}
:root h4.wp-block-heading{
	font-size:1.375rem;
	font-weight:bold;
	margin-bottom:1em;
	color:var(--keycolor);
	letter-spacing: 0.1em;
}
:root h5.wp-block-heading{
	font-size:1.25rem;
	font-weight:bold;
	margin-bottom:1em;
	color:var(--keycolor);
	letter-spacing: 0.1em;
	border-bottom: none;
	padding-bottom: 0;
}
:root h6.wp-block-heading{
	font-size:1.125rem;
	font-weight:bold;
	margin-bottom:1em;
	color:var(--keycolor);
	letter-spacing: 0.1em;
}

p.text,
.texts>p {
	font-size: 1rem;
	line-height: 1.875;
	text-align: left;
}
.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.5rem;
		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 .btn,
:root .btn_wrap a,
:root .smf-action .smf-button-control__control{
	font-size:1.125rem;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:340px;
	min-height: 4em;
	border-radius:0.35em;
	--basecolor:#000;
	--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-top:2em;
	transition:var(--hover);
	cursor:pointer;
	position:relative;
	overflow:hidden;
	z-index:2;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight:400;
	pointer-events: auto;
}
:root .smf-action .smf-button-control__control{
	margin-top:0;
	width: 340px;
}
:root .smf-action .smf-button-control__control{
	
}
:root .btn_wrap a{
	display:inline-flex;
}
:root .btn:after,
:root .btn_wrap a:after,
:root .smf-action .smf-button-control__control:after{
	content:"";
	display:block;
	height:0.375em;
	aspect-ratio:1 / 1;
	background:var(--subcolor);
	border-radius:50%;
	margin:0;
	position:absolute;
	right:1.5em;
	transition:transform .3s;
	z-index: -1;
}
:root .icon-arrow{
	display:flex;
	width:12px;
	aspect-ratio:1 / 1;
	border-top:solid 2px var(--subcolor);
	border-right:solid 2px var(--subcolor);
	transform:rotate(45deg);
	position:absolute;
	inset:auto;
	right:1.5em;
	align-items:center;
	justify-content:center;
	transition:var(--hover);
}
:root .btn.color:not(:hover){
	background:var(--subcolor);
	color:var(--basecolor);
}
:root .btn.color:not(:hover) .icon-arrow{
	border-color:var(--basecolor);
}
:root .btn.rehover:not(.once),
:root .btn.rehover:not(.once) .icon-arrow,
:root .btn.rehover:not(.once) .icon-arrow:after{
	transition-duration:0.6s;
}
:root .btn.rehover:not(.once){
	transform:translateY(0.5em);
	opacity:0;
}
:root .btn.rehover.once{
	transform:translateY(0em);
	opacity:1;
}
:root .btn:is(.long,.wide){
		width: var(--width);
		max-width: 100%;
		--basecolor:transparent;
		--subcolor: var(--keycolor);
		border: none;
		border-radius: 0;
		border-bottom: solid 1px var(--keycolor);
		justify-content: flex-start;
		padding: 1.5em 1em;
		gap:2em;
}
:root .btn.long:after{
		background: var(--keycolor);
		height: 0.5em;
}
:root .btn.long span{
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing:0.1em;
}
:root .btn.long span i{
	display:block;
	font-size:1rem;
}
:root .btn.long.dl{
	max-width:600px;
	margin-top:4em;
}
:root .btn.long.dl:after{
	display:none;
}
:root .btn.long.dl img:last-child{
	margin-left:auto;
}
:root .btn.wide{
	--subcolor:var(--keycolor);
	--keycolor:#fff;
	border:none;
	--oversize: 100px;
	padding: 6.25rem var(--oversize);
	max-width:1200px;
	margin-inline:auto;
	justify-content:space-between;
	position:relative;
	z-index:2;
}
:root .btn.wide .bg{
	position:absolute;
	z-index: -2;
	inset:0;
	object-fit:cover;
	height:100%;
}
:root .btn.wide .ttl_set{
	margin:0;
	gap:0.5em;
}
:root .btn.wide .ttl_set [lang="en"]:after {
	display:none;
}
:root .btn.wide .ttl_set p{
	transition:color .4s;
}
:root .btn.wide .icon{
	border:solid 1px var(--keycolor);
	height:100px;
	aspect-ratio:1 / 1;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	transition:border .4s;
}
:root .btn.wide .icon img{
	filter:var(--reverse);
}
:root .btn.wide:after{
	width:auto;
	height:auto;
	inset:0;
	border-radius:0;
	z-index: -1;
	background:rgba(0,0,0,0.35);
	transition:opacity .4s;
	margin:auto;
	aspect-ratio:auto;
	opacity:0;
}
@media (any-hover: hover) {
	:root .btn:hover,
	:root .btn_wrap a:hover,
	.btn.rehover:not(.once),
	:root .smf-action .smf-button-control__control:hover{
		background:var(--subcolor);
		color:var(--basecolor);
		text-decoration:none;
	}
	:root .btn:hover .icon-arrow,
	.btn.rehover:not(.once) .icon-arrow{
		border-color:var(--basecolor);
	}
	:root .btn:hover .icon-arrow:after,
	:root .btn.rehover:not(.once) .icon-arrow:after{
		background:var(--basecolor);
	}
	:root .btn.color{
		background:var(--basecolor);
		color:#282828;
	}
	:root .btn.color .icon-arrow{
		border-color:var(--subcolor);
	}
	:root .btn.color .icon-arrow:after{
		background:var(--subcolor);
	}
	:root .btn:hover:after,
	:root .btn_wrap a:hover:after,
	:root .smf-action .smf-button-control__control:hover:after{
		transform: scale(100);
	}
	body:not(.home) .news_wrap .news_right .btn:hover:after{
		transform: scale(1);
	}
	:root .btn:is(.long,.wide):hover{
			color:#fff;
	}
	:root .btn.long:hover img{
		filter:var(--white);
	}
	:root .btn.wide:hover p{
		color:#fff;
	}
	:root .btn.wide:hover .icon{
		border-color:#fff;
	}
	:root .btn.wide:hover img{
		border-color:#fff;
	}
	:root .btn.wide:hover:after{
		opacity:1;
	}
}
@media screen and (max-width:1500px) {
	:root .btn.wide{
		max-width:calc(100% - (var(--inner) * 2));
		width:1200px
	}
}
@media screen and (max-width:767px) {
	:root .btn.long{
		padding:1em 0.5em;
		gap:1em;
	}
	:root .btn.long:after{
			height: 0.35em;
	}
	:root .btn.long span{
		font-size:1.14rem;
	}
	:root .btn.long span i{
		display:block;
		font-size:0.857rem;
	}
	:root .btn.long img{
		max-width:49px;
	}
	:root .btn.wide{
		padding: 1.5em 1.875em;
		text-decoration:none;
	}
	:root .btn.wide .icon{
		height:50px;
	}
	:root .btn.wide .icon img{
		max-width:28px;
	}
	:root .btn.long.dl{
		max-width:280px;
		margin-inline:auto;
	}
	:root .btn.long.dl img:last-child{
		max-width:15px;
	}
	:root .smf-action .smf-button-control__control{
		width:80%;
	}
}
:root .category_link{
	display:flex;
	gap:1em;
	font-size:1.1875rem;
	margin-bottom:1em;
}
:root .category_link a{
	border:solid 1px #cc4959;
	background:#fff;
	color:#cc4959;
	border-radius:2em;
	padding:0.65em 1em;
	min-width:9em;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:var(--hover);
	text-decoration:none;
}
:root .category_link a.current{
	background:#cc4959;
	color:#fff;
}
:root .news_wrap.fix > *{
	width:calc(100% - 900px);
	float:left;
}
:root .news_wrap.fix > .style_news{
	width:900px;
	float:right;
	margin-bottom: 0;
}
:root .style_news {
	margin-bottom: 6.25em;
	--thmb:135px;
}
:root .innerwrap hgroup + .style_news{
	margin-top:-2.0em;
}
:root .style_news .news_list{
	margin-bottom:5em;
}
:root .style_news .news_list a{
	display:block;
	background:rgba(255,255,255,0.3);
	margin-inline:var(--inner);
	border-radius:5px;
	position:relative;
	z-index:2;
	overflow:hidden;
	text-decoration-color: transparent;
}
:root .style_news .news_list a:not(:first-child){
	margin-top: 0.25em;
}
:root .style_news .news_list a:after{
	content:"";
	position:absolute;
	background:#000;
	z-index:-1;
	display:block;
	inset:100% 0;
	transition:inset .2s, transform .3s;
	margin:0;
	border-radius:0;
	transform:translateY(200%)
}
:root .style_news .news_list a:not(:has(.img_fit)) .article:before{
	content:"";
	display:block;
	height:7px;
	aspect-ratio:1 / 1;
	background:#000;
	border-radius:50%;
	position:absolute;
	inset:0 2em 0 auto;
	margin:auto;
}

:root .style_news a .article{
	display:flex;
	flex-direction:row-reverse;
	gap: 2em;
	flex-wrap:wrap;
	align-items:center;
	min-height:5em;
	padding: 1.25em 0em;
	text-decoration:none;
	transition:var(--hover);
	width: var(--container);
	margin:0 auto;
	position:relative;
}
:root .style_news .article a > *{
	transition:var(--hover);
}
:root .style_news .article :is(h2,h3,h4){
	font-weight: 400;
	font-size: 1.0rem;
}
:root .style_news .article :is(h2,h3,h4,p){
	text-decoration: underline 1px transparent;
	flex-basis:100%;
	line-height: 1.6;
	letter-spacing:0.1em;
	margin-left: 0;
	margin-bottom: 0;
	color:inherit;
}
:root .style_news .news_list .img_fit{
	width:var(--thmb);
	filter: blur(1em);
	opacity:0;
	transition:filter .4s,opacity .4s;
	position:absolute;
	right:1.5em;
	aspect-ratio:135 / 90;
	border-radius:5px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
:root .style_news .news_list .img_fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
}
:root .style_news .data{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: flex-start;
	min-height:90px;
	flex-grow: 1;
}
:root .article .data:has(.img_fit){
	padding-right: calc(var(--thmb) + 2em);
	max-width: 1000px;
	margin-inline: 0 auto;
}
:root .article .data .data_head{
	display:flex;
	flex-wrap:wrap;
	gap:0.5em 1em;
	align-items:center;
	margin-bottom: 0.75em;
}
:root .article time{
	text-decoration:none;
}
:root .post-categories,
:root .post-tags{
	padding:0;
	margin:0;
}
body.wp-singular .news_edit .post-tags a{
	font-size:0.875rem;
	text-decoration-color:transparent;
	font-family: var(--fontL);
}
:root .article mark,
:root .post-categories li,
body.wp-singular .post-navigation em{
	display:flex;
	align-items:center;
	min-height: 1.75em;
	border:solid 1px;
	justify-content:center;
	background:transparent;
	color:var(--dgray);
	--basecolor:var(--dgray);
	text-decoration:none;
	padding: 0em 0.5em;
	font-size:0.75rem;
	min-width: 6.5em;
}
:root .article .tag_name{
	font-size:0.875rem;
	color:var(--keycolor);
}
:root .post-tags li,
body.wp-singular .post-navigation span{
	font-size:0.875rem;
	color:var(--keycolor);
}
:root .article mark[data-category="event"]{
	--basecolor:#e0721e;
}
:root .article .filesize{
	display:inline-block;
	position:relative;
}
:root .style_news .tab_content > :is(h2,h3,h4){
	font-size:1.75rem;
	margin-block:2em 1em;
	color:var(--dgray);
}
:root a[href$=".pdf"] .filesize{
	padding-left:2em;
	background:url(../img/ico_pdf.png) no-repeat 0.25em / 22px;
}
@media (any-hover: hover) {
	:root .style_news .news_list a:hover{
		color:#fff;
		text-decoration-color:transparent;
	}
	:root .style_news .news_list a:hover h2{
		color:#fff;
	}
	:root .style_news .news_list a:hover .img_fit{
		opacity:1;
		filter:blur(0);
	}
	:root .style_news .news_list a:hover:after{
		inset:0;
		transform:translateY(0)
	}
	body.wp-singular .news_edit .post-tags a{
	text-decoration-color:var(--keycolor);
}
}

:root .style_blog article a > :is(h2,h3,h4){
	font-size:var(--f20);
	font-weight:600;
	margin-bottom:0.5em;
}
:root .style_blog article a > p{
	text-decoration: underline 1px transparent;
}

:root .card_style{
	display:flex;
	flex-wrap:wrap;
	gap:3em var(--gap);
	--gap:3%;
	justify-content: flex-start;
	padding: 0;
	margin: 0 auto;
}
:root .card_style > li{
	flex-basis:calc((100% - (var(--gap) * 4)) / 5);
	margin-block: 0;
}
:root .card_style > li a figure{
	display:flex;
	flex-direction:column;
	gap:1em;
}
:root .card_style > li a figure .img_fit{
	aspect-ratio:225 / 200;
	background:rgba(255,255,255,0.5);
	display:flex;
	align-items:center;
	justify-content:center;
	transition:var(--hover);
	position:relative;
	z-index:2;
	margin-bottom: 0;
}
:root .card_style > li a figure .img_fit img{
	aspect-ratio:auto;
}

:root .card_style figcaption{
	letter-spacing:0.1em;
	font-family: var(--fontL);
}
@media (any-hover: hover) {
	:root .card_style > li a:hover figure .img_fit{
		background:rgba(255,255,255,1);
	}	
}
:root .style_card .scroll_wrap{
	overflow-x:auto;
	/* margin-right: calc(-50vw + (var(--container) / 2));*/
	margin-right: 0;
	scrollbar-color:#000 rgba(255,255,255,0.2);
	scrollbar-width:thin;
}

:root .card_list{
	display:flex;
	gap: 1em;
	margin-bottom:3em;
}
:root .card_list > *{
	--width:437px;
	flex-basis: var(--width);
	min-width:var(--width);
	background:rgba(255,255,255,0.2);
	border-radius: 5px;
	padding: 1em;
	overflow:hidden;
}
:root .card_list .img_fit{
	position:relative;
	z-index:5;
	overflow:hidden;
	border-radius:5px;
}
:root .card_list .data{
	font-size:1.25rem;
	margin-block:1em 0.5em;
	position:relative;
	z-index:2;
}
:root .card_list a .data:after{
	content: "";
	display: block;
	height: 0.35em;
	aspect-ratio: 1 / 1;
	background: #000;
	border-radius: 50%;
	position: absolute;
	right: 1em;
	transition: transform .2s;
	z-index: -1;
	top:0;
	bottom:0;
	margin:auto;
}
@media (any-hover: hover) {
	:root .card_list a:hover{
		background:#000;
		color:#fff;
		text-decoration-color:transparent;
	}
	:root .card_list a:hover :is(h2,h3,h4){
		color:inherit;
	}
	:root .card_list a:hover .data:after{
		transform: scale(100);
	}
}

: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;
}
@media (any-hover: hover) {
	:root .category_link a:hover{
		background:#cc4959;
		color:#fff;
	}
	:root .style_news article .cover a:hover{
		text-decoration:none;
		background:#fffee8;
	}
	:root .style_news article a:hover > *{
		transform:translateX(1rem);
	}
	:root .style_news article a:has(.cover):hover{
		background:#fff;
	}
	:root .style_news article a:has(.cover):hover > *{
		transform:translateX(0rem);
	}
	:root .style_news article a:has(.cover):hover > :is(h2,h3,h4){
		color:#cc4959;
		text-decoration-color:transparent;
	}
	:root .style_news article a:hover :is(h2,h3,h4,p){
		text-decoration-color:#59493f;
	}
	:root .style_blog article a:hover{
		text-decoration:none;
		background:#f9f8f2;
		transform:translateY(0.5em)
	}
	:root :is(.style_news,.style_blog) article a:hover .cover img{
		transform:scale(1.075);
	}
	:root .style_blog article a:hover > :is(h2,h3,h4){
		color:#cc4959;
	}
	:root .style_blog article a:hover p{
		text-decoration-color:#59493f;
	}
	:root .style_pagenation ul a:hover{
		color:#fff;
		background:#cc4959;
	}
	:root .style_pagenation ul li a.next:hover{
		transform:translateX(0.5em);
	}
}
: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:1300px) {
	.slide_wrap {
		padding-inline:0;
	}
	.slick-slider .slide-arrows.prev-arrow {
		left: 15px;
	}
	.slick-slider .slide-arrows.next-arrow {
		right: 15px;
	}
	:root .style_blog article a{
		margin-inline:1em;
		width:280px;
	}
}
@media screen and (max-width:1220px) {
	:root .news_wrap.fix > *{
		width:auto;
		float:none;
	}
	:root .news_wrap.fix > .style_news{
		width:auto;
		float:none;
		margin-bottom: 0;
	}
	:root .news_wrap.fix > .btn{
		margin-inline:auto;
	}
	:root .style_news a .article{
		padding-inline:1em;
	}
	:root .style_news .news_list a:not(:has(.img_fit)) .article:before,
	:root .style_news .news_list a .img_fit{
		right:1em;
	}
	:root .card_style > li{
		flex-basis:calc((100% - (var(--gap) * 3)) / 4);
	}
}

@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.5em;
		margin-top: 2.0em;
		border-radius: 3px;
		justify-content:flex-start;
		font-weight:300;
		font-size: 1em;
		padding-inline:1.75em;
	}
	:root .btn:after, :root .btn_wrap a:after{
		height:0.25em;
	}
	:root a .icon-arrow{
		width:8px;
	}
	:root a .icon-arrow:after{
		width:11px;
		height:2px;
	}
	:root .category_link{
		gap:2%;
		font-size:0.94rem;
		flex-wrap:wrap;
	}
	:root .category_link li{
		flex-grow:1;
		flex-basis:32%;
	}
	:root .category_link a{
		border-radius:2em;
		padding:0.65em 0.25em;
		min-width:5em;
	}
	:root .innerwrap hgroup + .style_news{
		margin-top:0;
	}
	:root .style_news {
		margin-bottom:3em;
		--thmb:204px;
	}
	:root .article .data .data_head{
		margin-bottom:1em;
	}
	:root .style_news .article a{
		gap:1em;
		min-height:5em;
		padding:1em;
	}
	:root .style_news .news_list a:not(:has(.img_fit)) .article:before{
		height:4px;
	}
	:root .style_news .article :is(h2,h3,h4,p){
		font-size:1rem;
	}
	:root .article .data:has(.img_fit){
		padding-right:0;
	}
	:root .style_news .news_list{
		margin-bottom:2.5em;
	}
	:root .style_news .innerwrap .news_list{
		margin-inline:0;
	}
	:root .style_news .news_list + .btn_area .btn{
		margin-block:2.5em 1em;
		
	}
	:root .style_news .news_list a:not(:first-child){
		margin-top: 1.5em;
	}
	
	:root .style_news .news_list a .img_fit{
		opacity:1;
		filter:blur(0);
		position:static;
		margin: 0.5em auto 1.75em;
	}
	:root .style_news a .article{
		padding: 1.5em;
		flex-direction: column;
		width: 100%;
		justify-content: flex-start;
		position:relative;
		z-index:1;
	}
	:root .article .data{
		max-width: 100%;
		width: 100%;
	}
	
	:root .article :is(time,mark){
		font-size:0.857rem;
	}
	:root .style_news .article mark{
		padding: 0em 0.5em;
		min-height:0;
		font-size:0.714em;
		min-width: 5.5em;
	}
	:root .article time{
	}

	:root .news_wrap.fix > .btn{
		width:200px;
	}
	:root .style_pagenation ul {
			font-size: 1.125rem;
	}
	:root a[href$=".pdf"] .filesize{
		background-size:17px;
	}
	:root .card_style{
		gap: 2%;
		margin-block: 2em;
	}
	:root .card_style > li{
		flex-basis:32%;
	}
	:root .card_style > li a {
		/* text-decoration-color:var(--lgray); */
	}
	:root .card_style > li a figure{
		font-size:0.875rem;
		gap:0.5em;
		align-items: center;
	}
	:root .card_style > li a figure .img_fit{
		border:solid 1px #d0d0d0;
		width:100%;
	}
	:root .card_style > li a figure .img_fit img{
		width:49px;
	}
	:root .card_style > li:nth-child(n+4){
		margin-top:1.5em;
	}
	:root .card_style > li a figure figcaption{
		width:fit-content;
		margin-inline:auto;
		text-align: center;
		font-size: 0.81rem;
	}
}

@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: 768px) {
	.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: 768px) {
	#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: 768px) {
	.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: 768px) {
	.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%;
}
body:not(.home) .tab_change .controller{
	margin-block:2em ;
}
body:not(.home) .tab_change .tab_table{
	margin-inline:auto;
}
.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;
	font-family:var(--fontB);
	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;
	font-family: var(--fontL);
}
.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;
	}
}




/*フォーム*/
.snow-monkey-form .smf-item {
	padding: 1rem 0;
}
.snow-monkey-form .smf-item:last-child{
	border-bottom:none;
}
.smf-form--simple-table .smf-item{
	display:flex;
}
.snow-monkey-form .edit-area{
	display:block;
}
.snow-monkey-form .confirm-area{
	display:none;
}
.snow-monkey-form[data-screen="confirm"] .edit-area{
	display:none;
}
.snow-monkey-form[data-screen="confirm"] .confirm-area{
	display:block;
}
.snow-monkey-form .padding-none{
	padding:0;
	margin-top: 2em;
}
.snow-monkey-form .padding-none + .padding-none{
	margin-top:1em;
}
.smf-placeholder[data-name="your-doui"]{
	text-align:center;
	margin: 0;
}
.smf-placeholder[data-name="your-doui"] *{
	margin:0;
}
.smf-placeholder[data-name="your-doui"] .smf-checkbox-control__label{
	font-size:1.25rem;
	font-weight:500;
}
.smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control>.smf-label {
	display: inline-block;
	margin-right: 1em;
	margin-top: 0;
}
.smf-form .birth-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column,
.smf-form .birth-wrap>.wp-block-column{
	flex-basis: auto;
	flex-grow: 0;
}
.snow-monkey-form .smf-item.no-form{
	border-bottom:none!important;
	padding: 0;
}
.snow-monkey-form .smf-item__col--label {
	max-width: 190px;
	flex: 100%;
}
.smf-form .smf-item .smf-item__col--label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	max-height: 3.5em;
	flex: 280px;
	width: 280px;
	padding-right: 3em;
	box-sizing: border-box;
}
.smf-form .smf-item .smf-item__label__text{
	padding-top:0.5em;
	display:block;
	font-size: 1.125rem;
	font-weight: 500;
}
.smf-form .smf-item .smf-item__col--label code {
	display: inline-block;
	font-size: 0.6rem !important;
	line-height: 1;
	color: #fff !important;
	background: #db293a !important;
	padding: 0.35em 1.0875em !important;
	margin: 0;
}
.snow-monkey-form[data-screen="confirm"] .smf-item .smf-item__col--label code{
	display:none;
}
.snow-monkey-form[data-screen="confirm"] .smf-item .smf-item__label__text{
	padding-top:0;
}
.snow-monkey-form .smf-item__col--controls {
	max-width: calc(100% - 280px);
	flex: 100%;
	margin-top: 0;
}
.snow-monkey-form[data-screen="confirm"]  .smf-placeholder {
	color:#919191;
}
.snow-monkey-form .smf-item .smf-radio-button-control__control{
	display:none;
}
.smf-form--simple-table .smf-item--divider .smf-item__col{
	max-width:none;
}
.snow-monkey-form input,
.snow-monkey-form select{
	font-family: "Noto Sans JP", serif;
}
.snow-monkey-form .smf-form .smf-item .smf-text-control__control,
.snow-monkey-form input[type="search"],
.snow-monkey-form input[type="email"],
.snow-monkey-form input[type="tel"],
.snow-monkey-form input[type="number"],
.snow-monkey-form input[type="password"],
.snow-monkey-form .smf-form .smf-item .smf-textarea-control__control {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	margin: 0;
	border: #e5e5e5 solid 1px;
	display: block;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 2em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 0;
}
.snow-monkey-form input[type="date"]{
	max-width:170px;
}
.smf-form .smf-item .smf-select-control,
.smf-form .smf-item .smf-select-control__control{
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 2em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 0;
	border-color: #e5e5e5;
}
.smf-form .smf-item .smf-select-control{
	padding:0;
	background: #fff;
}
.smf-form .smf-item .smf-select-control:has(select){
	width:80%;
}
.snow-monkey-form input::placeholder,
.snow-monkey-form textarea::placeholder {
	color: #a2a0a0;
}
.snow-monkey-form .smf-form .smf-item .smf-textarea-control__control {
	height: auto;
	padding: 1em 2em;
	line-height: 1.4em;
}
.smf-form .smf-item .smf-select-control__control:active,
.smf-form .smf-item .smf-select-control__control:focus,
.smf-form .smf-item .smf-select-control__control:focus-within,
.smf-form .smf-item .smf-select-control__control[aria-selected=true]{
	border-color:#000;
}
.smf-form .smf-item .smf-select-control__toggle:before,
.smf-form .smf-item .smf-select-control__control:focus + .smf-select-control__toggle:before{
	border-color:#000;
}
.snow-monkey-form[data-screen="confirm"] .smf-item.required-box .smf-item__description {
	display:none;
}
#autozip {
   display: none !important;
}
.smf-form .smf-item p{
	letter-spacing:0.1em;
	line-height: 1.875;
	font-family: var(--fontR);
}
.smf-form .smf-item p a{
	font-weight: bold;
	border-bottom: 1px solid var(--keycolor);
	transition: .5s border-color;
	text-decoration: none;
}
/*radio,checkbox*/
.snow-monkey-form label {
	cursor: pointer;
}
.smf-form .smf-item .smf-checkboxes-control__control>.smf-label{
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.smf-form .smf-item.check_center .smf-checkboxes-control__control>.smf-label{
	text-align:center;
	margin-top:1.5em;
}
.smf-form .smf-item .smf-radio-control__control,
.smf-form .smf-item .smf-checkbox-control__control {
	display: none;
}
.smf-form input.smf-checkbox-control__control{
	display:none;
}
.smf-checkboxes-control__control:has(input[name="your-doui[]"]){
	text-align:center;
	margin-top: 0;
}
.smf-form .smf-item .smf-select-control__toggle{
	background:transparent;
}
.snow-monkey-form input[type="radio"]+span,
.snow-monkey-form input[type="checkbox"]+span {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.875em;
	position: relative;
	margin-top: 0;
}
.snow-monkey-form input[type="radio"]+span{
	padding-left: 1.75em;
}
.snow-monkey-form label input[type="radio"]+span:before,
.snow-monkey-form label input[type="checkbox"]+span:before,
.snow-monkey-form label input[type="radio"]+span:after,
.snow-monkey-form label input[type="checkbox"]+span:after {
	content: "";
	display: inline-block;
	width: 1.375rem;
	height: 1.375rem;
	border: solid 1px #d2d2d2;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 8px;
	transition: opacity .2s;
}
.snow-monkey-form label input[type="radio"]+span:before,
.snow-monkey-form label input[type="checkbox"]+span:before{
	background-color:#fff;
}
.snow-monkey-form label input[type="checkbox"]+span:after {
	border: none;
	width: 1rem;
	height: 0.5rem;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(135deg);
	top: 13px;
	left: 3px;
	opacity: 0;
}
.snow-monkey-form label input[type="radio"]+span:before {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.snow-monkey-form label input[type="radio"]+span:after {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	border: none;
	background: var(--keycolor);
	top: 0;
	left: 3px;
	opacity: 0;
	bottom: 0;
	margin: auto;
}
.snow-monkey-form label input[type="radio"]:checked+span:before {
	border-color: var(--keycolor);
}
.snow-monkey-form label input[type="checkbox"]:checked+span:before {
	border-color: var(--keycolor);
	background: var(--keycolor);
}
.snow-monkey-form label input[type="radio"]:checked+span:after,
.snow-monkey-form label input[type="checkbox"]:checked+span:after {
	opacity: 1;
}

/*smf-button-control__control*/
.smf-action{
	display:flex;
	justify-content:center;
	align-items:stretch;
	gap: 5%;
	margin-top: 2em
}
.smf-action > *{
	margin-top:0;
}
.smf-action .smf-button-control__control[data-action="back"]{
	color:#000;
	background:#fff;
}
.smf-action .smf-button-control__control[data-action="back"]:after{
	background:#000;
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control[data-action="back"]:hover{
		color:#fff !important;
		background:#000 !important;
	}
	.smf-form .smf-item p a:hover{
		border-color: transparent;
	}
}
@media screen and (max-width:767px) {
	.snow-monkey-form .smf-item{
		padding: 1em 0;
	}
	.smf-form--simple-table .smf-item{
		display:block;
	}
	.smf-form .smf-item .smf-item__col--label{
		justify-content:flex-start;
		gap:3%;
		margin-bottom: 0.75em;
		padding-bottom: 0;
		padding-right: 0;
		width: 100%;
	}
	.smf-form .birth-wrap.is-layout-flex{
		gap:12px;
	}
	.snow-monkey-form .smf-item__col--label,
	.snow-monkey-form .smf-item__col--controls,
	.snow-monkey-form .form_harf .smf-item__col--label,
	.snow-monkey-form .form_harf .smf-item__col--controls{
		max-width: 100%;
	}
	.smf-form .smf-item .smf-select-control{
		max-width:100%;
	}
	.smf-action{
		display:flex;
		flex-direction:column-reverse;
		flex-wrap: wrap;
	}
	.smf-action > * + *{
		margin-top:1em;
	}
	.smf-action .smf-button-control+.smf-button-control{
		margin:0;
	}
	.smf-action .smf-button-control__control{
		margin:0.5em auto;
		width: 100%;
		max-width: 270px;
		border-width: 1px;
	}
	.snow-monkey-form .smf-item.privacy-box,
	.snow-monkey-form .smf-item.text-box{
		margin: 20px auto;
		padding: 20px 15px;
	}
	.snow-monkey-form .privacy-box ul li:before{
		width:4px;
		height:4px;
		left:0;
		top:0.65em;
	}
	.snow-monkey-form .sp-flex{
		gap: 0.5em;
	}
	.snow-monkey-form label input[type="radio"]+span:before {
		top: 2px;
		width: 18px;
		height: 18px;
	}
	.snow-monkey-form label input[type="radio"]+span:after {
		top: 10px;
		bottom:auto;
		width: 12px;
		height: 12px;
		left: 3px;
	}
	.snow-monkey-form input[type="date"]{
		max-width:100%;
	}
	.snow-monkey-form .edit-area{
		display:block;
	}
	.snow-monkey-form .confirm-area{
		display:none;
	}
	.snow-monkey-form[data-screen="confirm"] .edit-area{
		display:none;
	}
	.snow-monkey-form[data-screen="confirm"] .confirm-area{
		display:block;
	}
	.smf-form .smf-item .smf-select-control:has(select){
		width:100%;
		padding: 0;
	}
	.snow-monkey-form .policy-area p.has-text-align-center{
		text-align:left;
		margin-bottom:0;
	}
	.snow-monkey-form .policy-area p.has-text-align-center + p.has-text-align-center{
		margin-top:1em;
	}
	.snow-monkey-form .padding-none + .padding-none{
		padding:0;
	}
	.smf-placeholder[data-name="your-doui"] .smf-checkbox-control__label{
		font-size:1.14rem;
		font-weight:500;
	}
	.snow-monkey-form label input[type="radio"]+span:before,
	.snow-monkey-form label input[type="checkbox"]+span:before{
		top:5px;
	}
	.snow-monkey-form label input[type="radio"]+span:after,
	.snow-monkey-form label input[type="checkbox"]+span:after{
		top:9px;
	}
	.smf-form .smf-item .smf-select-control,
	.smf-form .smf-item .smf-select-control__control{
		padding: 0 1.5em 0 1em;
	}
	.snow-monkey-form .smf-form .smf-item .smf-text-control__control,
	.snow-monkey-form input[type="search"],
	.snow-monkey-form input[type="email"],
	.snow-monkey-form input[type="tel"],
	.snow-monkey-form input[type="number"],
	.snow-monkey-form input[type="password"],
	.snow-monkey-form .smf-form .smf-item .smf-textarea-control__control{
		padding:1em;
	}
}