.hide {
	display: none !important;
}

header#global-header div.inner {
	max-width: 1400px;
	min-width: inherit;
	position: relative;
	margin: 0 auto;
}
header#global-header div.lang {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 3rem;
	line-height: 1;
}
header#global-header div.lang h5 {
	border: 1px solid #000;
	padding: 0.5em 1em;
	border-radius: 2em;
	font-size: 1.4rem;
	font-weight: 500;
}
header#global-header div.lang ul {
	position: absolute;
	right: 0;
	top: 3rem;
	border: 1px solid #000;
	display: none;
	width: 100%;
}
header#global-header div.lang:hover ul {
	display: block;
}
header#global-header div.lang ul li + li {
	border-top: 1px dotted #000;
}
header#global-header div.lang ul li button {
	padding: 0.5em;
	cursor: pointer;
	background-color: #fff;
	text-align: left;
	width: 100%;
}

.a-right {
	text-align: right;
}



section.news-post-area .post_content {
	max-width: 1400px;
	padding-top: 14rem;
}
section.news-post-area .sec-in {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0;
}
section.sec-kv {
	background: rgb(229,238,247);
	background: linear-gradient(0deg, rgba(229,238,247,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(229,238,247,1) 100%);
	padding: 4em 0;
	text-align:center;
}
section.sec-kv h2 {
	font-size: 4rem;
	line-height: 1.4;
	font-weight: 500;
	margin: 0;
}
section.sec-kv h3 {
	display: block;
	font-size: 3em;
	font-weight: 500;
}
section.sec {
	color: #000;
}
section.sec h2 {
	font-size: 2em;
	text-align: center;
	margin: 3em auto 1em auto;
	border-bottom: 1px solid #000;
	padding-bottom: 0.2em;
	font-weight: 500;
	max-width: 50%;
}
section.sec h2:first-child {
	margin-top: 0;
}
section.sec sub {
	vertical-align: -webkit-baseline-middle;
	line-height: 1;
}
@-moz-document url-prefix() {
	section.sec sub {
		vertical-align: -moz-middle-with-baseline;
		line-height: 1;
	}
}
section.sec table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: 0;
	background-color: #fff;
	table-layout: fixed;
}
section.sec table td,
section.sec table th,
section.sec table {
	border: 1px solid #000;
	padding: 0.75em;
	font-weight: 400;
	text-align: left;
}
section.sec table tbody tr:nth-child(even) td,
section.sec table tbody tr:nth-child(even) th {
	background-color: #eee;
}
section.sec table thead th {
	font-weight: 500;
	text-align: center;
}
ul.disc {
	margin: 0 0 2em 2em;
	line-height: 1.5;
}
ul.disc > li {
	position: relative;
}
ul.disc > li:before {
	content: "";
	width: 0.6em;
	height: 0.6em;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	left: -1em;
	top: 0.5em;
}
ul.disc > li + li {
	margin-top: 0.3em;
}
.sec01::before {
	display: none;
	pointer-events: none;
}
ul.anchormenu {
	/*display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 1rem 2rem;*/
	margin: 2em 0;
	font-weight: 500;
	font-size: 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3rem;
	justify-content: center;
}
/*ul.anchormenu li {
	min-width: calc(25% - ((2rem * 3) / 4));
}
ul.anchormenu li:nth-child(3) {
	min-width: calc(50% - ((2rem * 1) / 2));
}*/
ul.anchormenu a {
	color: #000;
	border-bottom: 1px solid #000;
	display: block;
	text-align: center;
}

section.sec02 {
	background-color: #e5eef7;
	padding: 3em 0;
}
section.sec02 ul.menulist {
	background-color: #fff;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
}

ul.menulist {
	text-align: left;
	flex-wrap: wrap;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
ul.menulist > li {
	width: calc((100% / 4) - ((40px * 3) / 4));
}
ul.menulist > li button {
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	cursor: pointer;
	transition: all .3s ease-out;
	line-height: 1.4;
}
ul.menulist > li button:hover {
	opacity: 0.5;
}
ul.menulist > li button p.thumb {
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 0.5em;
	padding-top: 67%;
}
ul.menulist > li button p.thumb img {
	position: absolute;
	left: 0;
	right: 0;
	top: ;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.menulist > li button h5 {
	margin-bottom: 0.3em;
	font-weight: 600;
	font-size: 1.1em;
}
ul.menulist > li button h6 {
	margin-bottom: 0.5em;
	font-size: 1.6em;
	font-weight: 600;
}
ul.menulist > li button p {
	margin-bottom: 0.5em;
}
ul.icon-kome {
	margin: 0 0 1.5em 2em;
}
ul.icon-kome > li {
	position: relative;
	line-height: 1.4;
}
ul.icon-kome > li + li {
	margin-top: 0.5em;
}
ul.icon-kome > li:before {
	content: "※";
	position: absolute;
	left: -1.3em;
}
.l {
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
	ul.anchormenu {
		font-size: 2.2rem;
		flex-wrap: wrap;
		padding: 0 3vw;
	}
	section.sec h2 {
		margin-top: 5vw;
		max-width: inherit;
	}
	section.sec h2:first-child {
		margin-top: 0;
	}
	section.sec02 {
		padding: 2vw 0;
		font-size: 2rem;
	}

}