*, *::before, *::after {
	margin: 0;
	padding: 0
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin-block-end: 0
}
ul, ol {
	list-style: none
}
body {
	min-height: 100vh;
	line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
	line-height: 1.1
}
a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor
}
img, picture {
	max-width: 100%;
	display: inline-block;
	vertical-align: top
}
picture {
	display: block
}
input, button, textarea, select {
	font-family: inherit;
	font-size: inherit
}
textarea:not([rows]) {
	min-height: 10em
}
:target {
	scroll-margin-block: 5ex
}
*, *:before, *:after {
	box-sizing: revert
}
@media screen and (max-width: 899px) {
	html {
		font-size: 14px
	}
}
@media screen and (max-width: 575px) {
	html {
		font-size: 12px
	}
}
html.font-l {
	font-size: 20px
}
@media screen and (max-width: 899px) {
	html.font-l {
		font-size: 18px
	}
}
@media screen and (max-width: 575px) {
	html.font-l {
		font-size: 16px
	}
}
html.font-s {
	font-size: 14px
}
@media screen and (max-width: 899px) {
	html.font-s {
		font-size: 12px
	}
}
@media screen and (max-width: 575px) {
	html.font-s {
		font-size: 10px
	}
}
body {
	line-height: 1.5;
	font-family: "BIZ UDPGothic", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #2c2c2c
}
a {
	color: #0054c6;
	text-decoration: none;
	position: relative
}
a:link {
	color: #0054c6
}
a:visited {
	color: #0054c6
}
a:hover {
	color: #0054c6
}
a:active {
	color: #0054c6
}
img {
	max-width: 100%;
	vertical-align: middle
}
input {
	margin: 0;
	padding: 0
}
textarea {
	padding: 0;
	font: inherit;
	color: inherit
}
button {
	font: inherit;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: inherit;
	cursor: pointer
}
figure {
	margin: 10px 0
}
iframe {
	max-width: 100%;
	vertical-align: top
}
ruby {
	line-height: 2
}
@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(0)
	}
	100% {
		opacity: 1;
		transform: translateY(20px)
	}
}
@keyframes fadeout {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		display: none;
		opacity: 0;
		transform: translateY(-20px)
	}
}
#loading {
	width: 100vw;
	height: 100vh;
	display: block;
	background: #fff;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0
}
.site-header {
	width: 100%;
	position: relative
}
.header-box {
	width: calc(100% - 1rem);
	height: 6.25rem;
	margin: 0 auto;
	padding-left: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 100
}
@media screen and (min-width: 1500px) {
	.header-box {
		height: 7rem
	}
}
@media screen and (max-width: 899px) {
	.header-box {
		height: 5.7142857143rem
	}
}
@media screen and (max-width: 575px) {
	.header-box {
		height: 5.1666666667rem
	}
}
.admin-bar .header-box {
	top: 32px
}
@media screen and (max-width: 782px) {
	.admin-bar .header-box {
		top: 46px
	}
}
.admin-bar.tsutaeru-toolbar-message-active .tsutaeru-toolbar {
	top: 32px
}
.admin-bar.tsutaeru-toolbar-message-active .header-box {
	top: 114px
}
@media screen and (max-width: 782px) {
	.admin-bar.tsutaeru-toolbar-message-active .tsutaeru-toolbar {
		top: 46px
	}
	.admin-bar.tsutaeru-toolbar-message-active .header-box {
		top: 128px
	}
	.admin-bar.tsutaeru-toolbar-message-active .utility-change {
		margin-top: calc(6.25rem + 68.69px)
	}
}
@media screen and (max-width: 575px) {
	html #wpadminbar {
		position: fixed
	}
}
.tsutaeru-toolbar-furigana-active .header-box {
	top: 42px
}
.tsutaeru-toolbar-message-active .header-box {
	top: 82.69px
}
@media screen and (max-width: 575px) {
	.tsutaeru-toolbar-message-active .header-box {
		top: 98px
	}
}
.site-title {
	width: 45%
}
@media screen and (min-width: 1350px) {
	.site-title {
		width: 55%
	}
}
@media screen and (max-width: 575px) {
	.site-title {
		width: 52%
	}
}
.site-title a {
	display: flex;
	align-items: center;
	color: #2c2c2c
}
.site-title img {
	width: 23rem
}
@media screen and (max-width: 1349px) {
	.site-title img {
		max-width: 45%
	}
}
@media screen and (max-width: 899px) {
	.site-title img {
		max-width: 100%
	}
}
@media screen and (max-width: 400px) {
	.site-title img {
		max-width: 95%
	}
}
.subtitle {
	font-size: .75rem;
	line-height: 1.8;
	margin-left: 1.4rem;
	padding: .5rem 0 .5rem 1.4rem;
	border-left: 1px solid #ccc;
	font-weight: normal
}
@media screen and (max-width: 1349px) {
	.subtitle {
		margin-left: 1rem;
		font-size: .7rem;
		line-height: 1.3
	}
}
@media screen and (max-width: 899px) {
	.subtitle {
		display: none
	}
}
@media screen and (min-width: 1350px) {
	html.font-l .site-title img {
		max-width: 40%
	}
}
@media screen and (max-width: 1149px) {
	html.font-l .site-title img {
		max-width: 40%
	}
}
@media screen and (max-width: 899px) {
	html.font-l .site-title img {
		max-width: 95%
	}
}
html.font-l .subtitle {
	line-height: 1.3
}
.sp-sitetitle {
	display: none
}
.sp-sitetitle .subtitle {
	width: 100%;
	margin-left: 0;
	padding: 0;
	border: none
}
.sp-sitetitle .subtitle .sp-br {
	display: none
}
@media screen and (max-width: 899px) {
	.sp-sitetitle {
		display: block;
		line-height: 1.3
	}
	.sp-sitetitle .subtitle {
		display: block
	}
	.sp-sitetitle .subtitle .pc-br {
		display: none
	}
	.sp-sitetitle .subtitle .sp-br {
		display: block
	}
}
@media screen and (max-width: 575px) {
	.sp-sitetitle {
		display: block;
		line-height: 1;
		max-width: calc(100% - 90px)
	}
	.sp-sitetitle .subtitle {
		line-height: 1.5
	}
}
.header-right {
	width: 55%;
	height: 100%;
	display: flex;
	justify-content: end
}
@media screen and (min-width: 1350px) {
	.header-right {
		width: 45%
	}
}
@media screen and (max-width: 575px) {
	.header-right {
		width: 48%
	}
}
.header-link {
	max-width: 55%;
	margin-right: 20px;
	display: flex;
	justify-content: end;
	align-items: center
}
@media screen and (max-width: 899px) {
	.header-link {
		display: none
	}
}
.heaer-link-list {
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	font-size: .8rem
}
@media screen and (max-width: 1349px) {
	.heaer-link-list {
		max-width: 45%
	}
}
.heaer-link-list a {
	min-width: 80px;
	height: 2.8rem;
	padding: 0 1rem;
	border-radius: 3px;
	background: #bcbcbc;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .2s;
	transition: all .2s
}
.heaer-link-list a:hover {
	opacity: .8
}
.sp-language-button {
	display: none;
	position: absolute;
	right: calc(50px + 2rem)
}
@media screen and (max-width: 899px) {
	.sp-language-button {
		display: block
	}
}
.sp-language-button::before {
	content: "";
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url("images/icon-language.svg") no-repeat center center/100% auto;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 7px
}
.sp-language-button button {
	padding: 7px 7px 7px 24px;
	font-size: .7rem;
	display: block;
	background: #fff;
	border-radius: 5px;
	text-align: right
}
.utility-change {
	width: calc(100% - 4rem);
	margin-top: 6.25rem;
	padding: 1.6rem 2rem;
	gap: .5rem;
	background: #cff7f4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: left
}
@media screen and (min-width: 1500px) {
	.utility-change {
		margin-top: 7rem
	}
}
@media screen and (max-width: 899px) {
	.utility-change {
		margin-top: 5.7142857143rem;
		padding: 1rem 2rem
	}
}
@media screen and (max-width: 575px) {
	.utility-change {
		margin-top: 5.1666666667rem
	}
}
.utility-change .utility-link-item {
	gap: .5rem;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: .8rem;
	position: relative
}
@media screen and (max-width: 899px) {
	.utility-change .utility-link-item {
		display: none
	}
}
.utility-change .utility-link-item>* {
	min-width: 6.5rem;
	min-height: 2.5rem;
	padding: 0 5px;
	border-radius: 3px;
	background: #fff;
	text-align: center
}
.utility-change .utility-link-item .furigana, .utility-change .utility-link-item .fontsize-button {
	background: #0054c6;
	color: #fff
}
@media screen and (max-width: 899px) {
	.utility-change .utility-link-item .furigana, .utility-change .utility-link-item .fontsize-button {
		display: none
	}
}
.utility-change .other-languages {
	gap: 10px;
	display: inline-flex;
	font-size: 11.5px;
	position: relative
}
@media screen and (max-width: 899px) {
	.utility-change .other-languages {
		display: none
	}
}
.utility-change .other-languages>label {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	font-size: .8rem
}
.utility-change .other-languages>label::after {
	content: "";
	width: .5rem;
	height: .35rem;
	background: #0054c6;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: inline-block;
	margin: 0 3px
}
.utility-change .other-languages select.languages {
	width: 100%;
	height: 100%;
	opacity: 0;
	line-height: 1.5;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .3s ease
}
.utility-change .other-languages select.languages.languages-open {
	opacity: 1
}
.fontsize-box.close {
	display: flex;
	gap: 10px;
	position: absolute;
	top: 60px;
	right: 0;
	animation: .3s forwards fadeout
}
.fontsize-box.open {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 2;
	animation: .3s forwards fadein;
	background: #fff
}
.fontsize-box {
	width: 208px;
	display: none
}
.fontsize-box p {
	padding: 5px 10px 5px 0;
	border-right: 1px solid #ccc
}
.fontsize-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 5px
}
.fontsize-box ul button {
	background: none;
	color: #2c2c2c;
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 5px
}
@media screen and (max-width: 1149px) {
	html.font-l .utility-box {
		max-width: 50%
	}
}
.utility-box {
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
	gap: 5px
}
@media screen and (max-width: 1349px) {
	.utility-box {
		max-width: 60%
	}
}
@media screen and (max-width: 1349px) {
	.search-box {
		width: 100%
	}
}
.search-box form {
	display: flex
}
@media screen and (max-width: 1349px) {
	.search-box form {
		justify-content: end
	}
}
.search-box input {
	padding: 0 .6rem;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	background: #ebebeb;
	font-size: 11px;
	font-size: .8rem;
	color: #2c2c2c
}
@media screen and (max-width: 1349px) {
	.search-box input {
		max-width: calc(100% - 4rem)
	}
}
.search-box .button-search {
	width: 45px;
	height: 40px;
	width: 3rem;
	height: 2.8rem;
	background: #bcbcbc;
	color: #fff;
	padding: 0 11px;
	border-radius: 0 3px 3px 0
}
.search-box .button-search .icon-search {
	width: 1.35rem;
	height: 1.35rem;
	display: block;
	position: relative
}
.search-box .button-search .icon-search::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/iocn-search.svg") no-repeat center center/100% auto;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.goca-button {
	width: 6.25rem;
	height: 100%;
	background: #f0f0f0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: center
}
@media screen and (max-width: 575px) {
	.goca-button {
		width: 4.3333rem
	}
}
.goca-button .button {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex
}
.goca-button .button img {
	width: 3.65rem;
	margin: auto;
	display: block
}
@media screen and (max-width: 575px) {
	.goca-button .button img {
		width: 2.8333rem
	}
}
.bookmark-button {
	width: 95px;
	background: #ff7f00;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: center
}
@media screen and (max-width: 575px) {
	.bookmark-button {
		width: 4.3333rem
	}
}
.bookmark-button button {
	text-align: center;
	font-size: .6875rem;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1
}
@media screen and (max-width: 575px) {
	.bookmark-button button {
		font-size: .58333rem
	}
}
.bookmark-button button img {
	height: 30px;
	margin: 0 auto 10px;
	width: auto;
	display: block
}
@media screen and (max-width: 575px) {
	.bookmark-button button img {
		height: 20px;
		margin: 3px auto 9px
	}
}
.bookmark-add {
	display: block;
	padding: 1rem;
	text-align: center;
	width: 300px;
	max-width: 100%;
	margin: auto;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 50vh;
	line-height: 1;
	z-index: 1000;
	height: 1rem
}
.menu-button {
	width: 95px;
	background: #0054c6;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: center
}
@media screen and (max-width: 575px) {
	.menu-button {
		width: 4.3333rem
	}
}
.menu-button .button-border {
	width: 45px;
	height: 25px;
	margin: 2px auto 13px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px
}
@media screen and (max-width: 575px) {
	.menu-button .button-border {
		width: 26px;
		height: 16px;
		margin: 5px auto 11px;
		gap: 6px
	}
}
.menu-button span {
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #fff
}
.menu-button button {
	width: 100%;
	text-align: center;
	font-size: .6875rem;
	color: #fff;
	letter-spacing: 1.5px
}
@media screen and (max-width: 575px) {
	.menu-button button {
		font-size: .58333rem
	}
}
.header-nav-outer {
	width: 1300px;
	max-width: calc(100% - 4rem);
	height: calc(100vh - 4rem);
	max-height: 772px;
	margin: auto;
	position: relative;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 102;
	scrollbar-width: none
}
.header-nav-outer .menu-close {
	width: 45px;
	height: 45px;
	background: url("images/menu-close.svg") no-repeat center center/100% auto;
	position: absolute;
	right: -22.5px;
	top: -22.5px
}
@media screen and (max-width: 575px) {
	.header-nav-outer .menu-close {
		width: 30px;
		height: 30px;
		right: -15px;
		top: -15px
	}
}
@media screen and (max-width: 899px) {
	.header-nav-outer {
		max-height: calc(100vh - 12rem)
	}
}
.utility-link-item-oto {
	position: absolute;
	right: 2rem
}
@media screen and (max-width: 1400px) {
	.utility-link-item-oto {
		position: inherit
	}
}
#otocreator-widget {
	padding: 0 !important;
	top: 7px !important
}
#otocreator-widget #otocreator-widget-player {
	margin: 0 !important
}
#otocreator-msg {
	display: none
}
.sp-oto-button {
	display: none
}
.content-wrap #otowidget #otocreator-widget-player {
	top: -1rem;
	right: 0
}
@media screen and (max-width: 899px) {
	#otowidget {
		display: none
	}
	#otowidget.oto-open {
		display: block
	}
	#otowidget #otocreator-widget {
		z-index: 10
	}
	#otowidget #otocreator-widget-player {
		position: absolute;
		right: 20px;
		top: 5rem
	}
	.sp-oto-button {
		display: block;
		position: absolute;
		right: 1rem
	}
	.sp-oto-button .oto-open {
		display: block;
		width: 55px;
		height: 28.6px;
		padding: 0 12.5px 0 12.5px;
		background: #fff;
		border-radius: 5px
	}
	.sp-oto-button .oto-open img {
		width: 20px
	}
}
@media screen and (max-width: 899px)and (max-width: 575px) {
	.sp-oto-button .oto-open {
		height: 26.6px
	}
}
.header-nav {
	max-height: calc(100vh - 15rem);
	height: 596px;
	padding: 5.5rem 6.5rem;
	overflow: auto;
	border-radius: 30px;
	background: #fff;
	-ms-overflow-style: none
}
.header-nav::-webkit-scrollbar {
	display: none
}
.header-nav .search-box {
	margin-bottom: 20px;
	display: none
}
@media screen and (max-width: 899px) {
	.header-nav .search-box {
		display: block
	}
}
.header-nav .search-box form {
	width: 100%
}
.header-nav .search-box form input {
	width: calc(100% - 4rem);
	font-size: 14px;
	border-right: none;
	border-radius: 5px 0 0 5px
}
.header-nav .search-box .button-search {
	width: 50px;
	height: 50px;
	line-height: 1
}
.header-nav .search-box .button-search .icon-search {
	width: 19px;
	height: 19px;
	display: inline-block
}
.header-nav .search-box .button-search .icon-search::before {
	position: inherit
}
.header-nav .header-nav-list {
	column-count: 4;
	gap: 2.5rem;
	background: url("images/nav-bk.svg") no-repeat left 0 bottom 0/25% auto
}
.header-nav .header-nav-list>.header-nav-item {
	margin-top: 2.7rem;
	font-size: 1.1rem;
	break-inside: avoid
}
.header-nav .header-nav-list>.header-nav-item:first-child {
	margin-top: 0
}
.header-nav .header-nav-list>.header-nav-item:first-child+.header-nav-item+.header-nav-item {
	margin-top: 7rem
}
.header-nav .header-nav-list>.header-nav-item>a {
	color: #0054c6;
	position: relative
}
.header-nav .header-nav-list>.header-nav-item>a::before {
	content: "";
	width: 20px;
	height: 20px;
	margin: auto;
	position: static;
	background: url("images/icon-arrow-header.svg") no-repeat center center/100% auto;
	position: absolute;
	right: -30px;
	bottom: -1px
}
.header-nav .header-nav-list .header-nav-child {
	margin: 1rem auto 0
}
.header-nav .header-nav-list .header-nav-child .header-nav-item {
	margin-bottom: .5rem;
	font-size: .9rem
}
.header-nav .header-nav-list .header-nav-child a {
	color: #2c2c2c
}
.header-nav .header-nav-list .policy-commerce {
	margin-top: 5rem
}
.header-nav .header-nav-list .policy-commerce li a {
	margin-bottom: .8rem;
	justify-content: start
}
.header-nav .header-nav-list .policy-commerce li a::before {
	display: none
}
.header-nav .header-nav-list .footer-sns {
	margin-top: 1.75rem;
	justify-content: start
}
.header-nav .header-nav-list .footer-sns ul {
	gap: 1rem;
	display: flex;
	flex-wrap: wrap
}
.header-nav .header-nav-list .footer-sns ul .icon-x {
	width: 20px;
	height: 20px
}
.header-nav .header-nav-list .footer-sns ul .icon-x img {
	vertical-align: top
}
.header-nav .header-nav-list .hm-button {
	margin: 2.7rem 0 0
}
.header-nav .header-nav-list .hm-button a {
	color: #fff !important;
	background: #0054c6
}
.header-nav .header-nav-list .hm-button a::after {
	background: url("images/icon-arrow.svg") no-repeat center center/100% auto
}
@media screen and (max-width: 1349px) {
	.header-nav .header-nav-list .hm-button a {
		padding: .5rem 1rem
	}
}
.header-nav .header-nav-list .child-open {
	display: none
}
@media screen and (max-width: 1149px) {
	.header-nav {
		max-height: calc(100vh - 11rem);
		padding: 3.5rem 4.5rem
	}
	.header-nav .header-nav-list {
		column-count: 3
	}
	.header-nav .header-nav-list>.header-nav-item:first-child+.header-nav-item+.header-nav-item {
		margin-top: 2.7rem
	}
}
@media screen and (max-width: 899px) {
	.header-nav {
		max-height: calc(100vh - 18rem);
		height: calc(100vh - 18rem);
		padding: 3rem 2rem;
		border-radius: 10px;
		overflow-y: auto;
		background-image: none
	}
	.header-nav .header-nav-list {
		column-count: 1;
		background: url("images/nav-bk.svg") no-repeat right bottom/15.5rem auto
	}
	.header-nav .header-nav-list .child-open {
		display: block;
		width: 17px;
		height: 17px;
		background: url("images/child-open.svg") no-repeat center center/100% auto
	}
	.header-nav .header-nav-list .child-close {
		display: block;
		width: 17px;
		height: 17px;
		background: url("images/child-close.svg") no-repeat center center/100% auto
	}
	.header-nav .header-nav-list>.header-nav-item {
		margin-top: 0 !important;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid #0054c6
	}
	.header-nav .header-nav-list>.header-nav-item>a {
		width: calc(100% - 27px);
		padding: 15px 0 15px 5px;
		display: block
	}
	.header-nav .header-nav-list>.header-nav-item>a::before, .header-nav .header-nav-list>.header-nav-item>a::after {
		display: none
	}
	.header-nav .header-nav-list>.header-nav-item.last-item {
		border-bottom: 1px solid #0054c6
	}
	.header-nav .header-nav-list>.header-nav-item .footer-sns {
		margin-top: 0
	}
	.header-nav .header-nav-list .header-nav-child {
		width: 100%;
		margin: 0 0 10px 5px;
		display: none
	}
	.header-nav .header-nav-list .hm-button {
		margin: 3.7rem 0 0
	}
	.header-nav .header-nav-list .hm-button a {
		padding: .75rem 2rem
	}
	.header-nav .header-nav-list .footer-sns {
		margin: 20px 0 0
	}
	.header-nav .header-nav-list .policy-commerce {
		display: none
	}
}
@media screen and (max-width: 575px) {
	.header-nav .header-nav-list {
		background: url("images/nav-bk.svg") no-repeat right bottom/138px auto
	}
}
body.header-nav-open, body.header-on, body.header-bookmark-on, body.header-bookmark-add {
	position: relative;
	overflow: hidden
}
body.header-nav-open::before, body.header-on::before, body.header-bookmark-on::before, body.header-bookmark-add::before {
	content: "";
	width: 100%;
	height: calc(100% + 70px);
	display: block;
	background: #000;
	opacity: .7;
	position: absolute;
	top: -7rem;
	left: 0;
	z-index: 101
}
.sp-utility-change {
	max-width: calc(100% - 8rem);
	padding: 3rem 2rem;
	border-radius: 10px;
	overflow: scroll;
	background: #fff;
	position: relative;
	margin: auto
}
.sp-utility-change h2 {
	width: 100%;
	margin-bottom: 20px;
	gap: 10px;
	font-size: .7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px
}
.sp-utility-change h2::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/icon-language.svg) no-repeat center center/100% auto
}
.sp-utility-change .utility-link-item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	position: relative
}
.sp-utility-change .utility-link-item button {
	width: calc(50% - 8px);
	padding: 10px;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	font-size: 12px
}
.sp-utility-change .utility-link-item button[value=lang_easy-ja] {
	width: 100%
}
.sp-utility-change .other-languages {
	margin: 15px 0 30px;
	border: 5px solid #379bed;
	background: #379bed;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	gap: 5px
}
.sp-utility-change .other-languages label {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	height: 1em;
	background: #fff;
	padding: 0 20px;
	color: #bcbcbc
}
.sp-utility-change .other-languages select {
	min-width: calc(100% - 70px);
	border: none;
	border-radius: 5px;
	appearance: none;
	padding: 10px;
	background: url("images/icon-select.svg") #fff no-repeat right 8px center/8px auto
}
.sp-utility-change .other-languages .utility-ok {
	width: 65px;
	border: none;
	background: #0054c6;
	color: #fff;
	text-align: center
}
.sp-utility-change .other-languages+.utility-link-item {
	padding-top: 30px;
	border-top: 1px solid #ccc
}
.sp-utility-change .other-languages+.utility-link-item button {
	background: #0054c6;
	color: #fff;
	border: 1px solid #0054c6
}
.sp-utility-change .fontsize-box {
	display: none
}
.sp-utility-change .fontsize-box.open {
	display: flex;
	justify-content: start
}
.sp-utility-change .fontsize-box.open .fontsize-list {
	width: calc(100% - 95px);
	flex-wrap: nowrap;
	justify-content: start
}
.sp-utility-change .fontsize-box.open .fontsize-list li button {
	width: 100%
}
.sp-utility-change-outer {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 101;
	display: none
}
.sp-utility-change-outer .menu-close {
	width: 45px;
	height: 45px;
	background: url("images/menu-close.svg") no-repeat center center/100% auto;
	position: absolute;
	top: -25px;
	right: 10px;
	z-index: 10000
}
@media screen and (max-width: 575px) {
	.sp-utility-change-outer .menu-close {
		width: 30px;
		height: 30px;
		top: -15px;
		right: 15px
	}
}
.tsutaeru-toolbar-furigana-active .utility-change {
	margin-top: calc(6.25rem + 43px)
}
@media screen and (max-width: 899px) {
	.tsutaeru-toolbar-furigana-active .utility-change {
		margin-top: calc(6.25rem + 29px)
	}
}
.tsutaeru-toolbar {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	display: none
}
.tsutaeru-toolbar-message-active .tsutaeru-toolbar {
	display: block
}
.tsutaeru-toolbar-message-active .utility-change {
	margin-top: calc(6.25rem + 82.69px)
}
@media screen and (max-width: 899px) {
	.tsutaeru-toolbar-message-active .utility-change {
		margin-top: calc(6.25rem + 73px)
	}
}
@media screen and (max-width: 575px) {
	.tsutaeru-toolbar-message-active .utility-change {
		margin-top: calc(6.25rem + 85px)
	}
}
.bookmark-list-outer {
	padding: 2rem;
	position: fixed;
	top: 0;
	right: calc(-395px - 4rem);
	width: 350px;
	max-width: calc(100% - 90px);
	height: 100vh;
	cursor: pointer;
	transition: .3s;
	background-color: #fff;
	z-index: 101
}
.bookmark-list-outer.open {
	right: 0;
	transition: .3s
}
.bookmark-list-outer .bookmark-list {
	overflow-y: auto
}
.bookmark-list-outer h2 {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 3rem
}
.bookmark-list-outer .menu-close {
	width: 45px;
	height: 45px;
	background: url("images/menu-close.svg") no-repeat center center/100% auto;
	position: absolute;
	left: -22.5px;
	top: 1rem
}
.bookmark-list-outer ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #0054c6
}
.bookmark-list-outer ul li:last-child {
	border-bottom: 1px solid #0054c6
}
.bookmark-list-outer ul li a {
	width: calc(100% - 55px);
	padding: 15px 0;
	display: block;
	font-size: .9rem;
	transition: all .3s ease
}
.bookmark-list-outer ul li a:hover {
	opacity: .8;
	transition: all .3s ease
}
.bookmark-list-outer ul li button {
	width: 55px;
	margin-right: 1px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: .7rem
}
#otowidget {
	z-index: 3 !important
}
#otocreator-msg {
	display: none !important
}
.site-footer {
	background: #f0f0f0
}
.footer-nav {
	width: 68rem;
	max-width: calc(100% - 4rem);
	margin: 0 auto;
	padding: 6rem 0
}
.footer-nav>* {
	column-count: 4
}
.footer-nav .footer-nav-list {
	gap: 5rem
}
.footer-nav .footer-nav-list>.footer-nav-item {
	margin-bottom: 2.9rem;
	break-inside: avoid;
	font-size: 1rem
}
.footer-nav .footer-nav-list>.footer-nav-item>a {
	display: inline-block;
	color: #2c2c2c
}
.footer-nav .footer-nav-child {
	margin: 1.75rem 0 0;
	font-size: .9rem
}
.footer-nav .footer-nav-child a {
	color: #2c2c2c;
	display: block;
	padding-left: 10px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.footer-nav .footer-nav-child a:hover {
	opacity: .8
}
.footer-nav .footer-nav-child a::before {
	content: "-";
	display: inline-block;
	margin-right: -5px;
	position: relative;
	left: -10px
}
.footer-nav .footer-nav-child .footer-nav-item {
	margin-bottom: .7rem
}
@media screen and (max-width: 1349px) {
	.footer-nav>* {
		column-count: 2
	}
}
.footer-box {
	max-width: 100%;
	margin: 0 auto;
	padding: 5.85rem 1rem 0;
	background: #fff;
	position: relative
}
.footer-box .footer-box-inner {
	width: 68rem;
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-items: start;
	position: relative
}
.pagetop {
	position: absolute;
	top: 17%;
	right: 6rem;
	z-index: 2
}
.pagetop img {
	width: 12px
}
@media screen and (max-width: 1349px) {
	.pagetop {
		right: 2rem
	}
}
@media screen and (max-width: 575px) {
	.pagetop {
		top: auto;
		bottom: 35px;
		z-index: 1
	}
	.pagetop img {
		width: 9px
	}
}
.footer-address {
	max-width: 50%;
	margin-bottom: 20px
}
.footer-address img {
	width: 22.5rem
}
.footer-address address {
	margin-top: 1.9rem;
	font-style: normal;
	font-size: .9rem;
	line-height: 1.8
}
@media screen and (max-width: 899px) {
	.footer-address {
		max-width: 100%;
		margin: auto auto 3.5rem auto;
		text-align: center
	}
}
@media screen and (max-width: 575px) {
	.footer-address img {
		width: 340px;
		max-width: 100%
	}
}
.footer-right {
	width: 50%;
	text-align: right
}
.footer-right img {
	width: 8.5rem;
	vertical-align: top
}
@media screen and (max-width: 899px) {
	.footer-right {
		width: 100%;
		text-align: center
	}
}
@media screen and (max-width: 575px) {
	.footer-right img {
		width: 146px
	}
}
.footer-sns {
	gap: 1rem;
	margin: 3.5rem 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: end
}
.footer-sns li {
	width: 40px
}
.footer-sns .icon-x {
	width: 20px;
	height: 20px;
	padding: 10px 10px;
	background: #2c2c2c;
	border-radius: 100px
}
@media screen and (max-width: 899px) {
	.footer-sns {
		margin: 3.5rem 0;
		justify-content: center
	}
}
.policy-commerce {
	width: 100%;
	gap: .5rem 1.75rem;
	font-size: .9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center
}
.policy-commerce li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #2c2c2c
}
.policy-commerce li a::before {
	content: "";
	margin-right: 5px;
	display: inline-block;
	width: 3.5px;
	height: 10px;
	background: #0054c6;
	clip-path: polygon(0 0, 100% 50%, 0 100%)
}
.policy-commerce li a:hover {
	color: #0054c6
}
@media screen and (max-width: 899px) {
	.policy-commerce li {
		width: 100%
	}
	.policy-commerce li a {
		justify-content: center
	}
	.policy-commerce li a::before {
		height: 8px
	}
}
.sponsored-link {
	width: 100%;
	margin: 4rem 0
}
.sponsored-link p {
	margin-bottom: 1.35rem;
	font-size: .8rem;
	text-align: center
}
.sponsored-link ul {
	gap: .75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: center
}
.sponsored-link ul li img {
	width: 190px
}
@media screen and (max-width: 575px) {
	.sponsored-link p {
		font-size: .9rem
	}
}
.copyright {
	font-size: .75rem;
	padding: 1.5rem;
	background: #0054c6;
	color: #fff;
	text-align: center
}
@media screen and (max-width: 575px) {
	body.home .site {
		background: none
	}
}
.home-content-wrap {
	background: url("images/toppage-bk.svg?02") no-repeat #cff7f4 top 13rem center/108rem auto;
	position: relative
}
.home-content-wrap::before {
	content: "";
	width: 10px;
	height: 125px;
	display: block;
	background: url("images/scroll.svg") no-repeat center center/10px auto;
	position: absolute;
	top: 0;
	right: 2rem;
	z-index: 2
}
@media screen and (max-width: 1149px) {
	.home-content-wrap::before {
		top: -10rem
	}
}
.home-content-wrap .home-content {
	padding-bottom: 9.5rem
}
@media screen and (max-width: 575px) {
	.home-content-wrap {
		background: url("images/sp-toppage-bk.png") no-repeat #cff7f4 top 70px center/540px auto
	}
	.home-content-wrap::before {
		width: 7px;
		height: 70px;
		background-size: 7px 70px;
		top: -9rem;
		z-index: 2
	}
	.home-content-wrap .home-content {
		padding-bottom: 40px
	}
}
.hm-button {
	display: block;
	margin: 3.7rem auto 0;
	text-align: center
}
.hm-button a {
	padding: .75rem 3rem;
	margin: 0 auto;
	display: inline-flex !important;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
	color: #0054c6 !important;
	background: #fff;
	border-radius: 40px;
	letter-spacing: 1.5px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hm-button a::after {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: .5rem;
	margin: auto 0 auto 15px;
	background: url("images/icon-arrow2.svg") no-repeat center center/100% auto
}
.hm-button a:hover {
	color: #fff !important;
	background: #0054c6
}
.hm-button a:hover::after {
	background: url("images/icon-arrow.svg") no-repeat center center/100% auto
}
@media screen and (max-width: 575px) {
	.hm-button {
		margin: 24px auto 0
	}
	.hm-button a {
		font-weight: bold
	}
}
.home-slider {
	padding: 1rem 0 8.5rem;
	background: #cff7f4;
	position: relative
}
@media screen and (max-width: 1349px) {
	.home-slider {
		padding: 0 0 8.5rem
	}
}
@media screen and (max-width: 1149px) {
	.home-slider {
		padding: 0 0 4rem
	}
}
.home-slider ul {
	margin: 0 auto;
	position: relative;
	z-index: 1
}
.home-slider .slick-prev, .home-slider .slick-next {
	width: 52px;
	height: 52px;
	right: 32px;
	z-index: 1
}
.home-slider .slick-prev::before, .home-slider .slick-next::before {
	content: "";
	width: 52px;
	height: 52px;
	display: block;
	opacity: 1;
	background: url("images/icon-arrow3.svg") no-repeat center center/100% auto;
	transform: rotate(180deg)
}
.home-slider .slick-prev {
	left: 32px;
	right: auto
}
.home-slider .slick-prev::before {
	transform: rotate(0deg)
}
.home-slider .slick-slide {
	margin: 0 .75rem
}
.home-slider .slick-slide img {
	aspect-ratio: 2/1.077;
	object-fit: cover;
	border-radius: 30px;
	border: 1px solid rgba(207, 247, 244, 0)
}
@media screen and (max-width: 575px) {
	.home-slider .slick-slide img {
		aspect-ratio: 2/1.346;
		border-radius: 10px
	}
}
.home-slider .site-lead-box {
	position: absolute;
	left: 0;
	bottom: -6.5rem;
	z-index: 2;
	border-radius: 0 2rem 0 0
}
.home-slider .site-lead-box .lead-l {
	width: 36rem;
	padding: 3.65rem 3.65rem 1rem 3.65rem;
	border-radius: 0 2rem 0 0;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: .4rem;
	line-height: 2.8rem;
	position: relative;
	background: #cff7f4;
	display: inline-block
}
.home-slider .site-lead-box .lead-l::before {
	content: "";
	display: block;
	width: 29rem;
	height: 8px;
	background: url("images/lead-bk.svg") repeat-x right 0 center/auto 100%;
	position: absolute;
	top: -8px;
	left: 0
}
.home-slider .site-lead-box .lead-s {
	width: 36rem;
	padding: 0 3.65rem;
	font-weight: 600;
	font-size: .9rem;
	line-height: 2.2rem;
	background: #cff7f4
}
@media screen and (max-width: 1149px) {
	.home-slider .site-lead-box {
		position: inherit;
		bottom: 2rem
	}
	.home-slider .site-lead-box .lead-l {
		width: auto;
		padding: 2rem 3rem 1rem 2rem;
		font-size: 1.4rem;
		line-height: 2rem;
		letter-spacing: .2rem;
		display: inline-block
	}
	.home-slider .site-lead-box .lead-l::before {
		width: 90%;
		height: 6px;
		position: absolute;
		top: -6px
	}
}
@media screen and (max-width: 1149px)and (max-width: 899px) {
	.home-slider .site-lead-box .lead-l::before {
		height: 5px;
		top: -5px
	}
}
@media screen and (max-width: 1149px)and (max-width: 575px) {
	.home-slider .site-lead-box .lead-l::before {
		height: 4px;
		top: -4px
	}
}
@media screen and (max-width: 1149px) {
	.home-slider .site-lead-box .lead-s {
		max-width: calc(100% - 6rem);
		padding: 0 1rem 0 2rem;
		line-height: 1.8rem;
		background: none
	}
}
@media screen and (max-width: 400px) {
	.home-slider .site-lead-box .lead-l {
		letter-spacing: 1px
	}
}
@media screen and (max-width: 899px) {
	.home-slider .slick-prev, .home-slider .slick-next {
		width: 23px;
		height: 23px;
		right: 1rem
	}
	.home-slider .slick-prev::before, .home-slider .slick-next::before {
		width: 23px;
		height: 23px
	}
	.home-slider .slick-prev {
		right: auto;
		left: 1rem
	}
}
.hm-title {
	margin: 0 auto 4rem;
	font-size: 1.75rem;
	letter-spacing: 3px;
	text-align: center;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center
}
.hm-title::before {
	content: "";
	margin-right: 23px;
	display: inline-block;
	width: 9px;
	height: 20px;
	background: #0054c6;
	clip-path: polygon(0 0, 100% 50%, 0 100%)
}
@media screen and (max-width: 575px) {
	.hm-title {
		margin: 0 auto 35px;
		font-size: 1.42rem;
		letter-spacing: 2px
	}
	.hm-title::before {
		margin-right: 15px;
		height: 14px
	}
}
.hm-urgent {
	max-width: 40rem;
	margin: -10rem 1rem 0 0;
	padding: 1.25rem;
	float: right;
	display: flex;
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 5px
}
.hm-urgent::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + (7px * 2));
  height: calc(100% + (7px * 2));
	background: repeating-linear-gradient(-45deg, #000000, #000000 10px, #FCEE21 10px, #FCEE21 20px);
  z-index: -2;
  border-radius: calc(5px + (7px * 1));
	content: '';
}
.hm-urgent::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100%);
  height: calc(100%);
  background: #FFFFFF;
  z-index: -1;
  border-radius: 5px;
	content: '';
}
@media screen and (max-width: 1149px) {
	.hm-urgent {
		margin: -4rem 1rem 0 3.65rem;
		float: none
	}
}
@media screen and (max-width: 899px) {
	.hm-urgent {
		width: calc(100% - 6.5rem);
		max-width: none;
		margin: -4rem 1rem 0 2rem
	}
}
@media screen and (max-width: 575px) {
	.hm-urgent {
		padding: 1rem 1.5rem
	}
}
.hm-urgent h2 {
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1rem;
	color: #ff481c;
	display: flex;
	gap: .65rem;
	align-items: center;
	border-right: 1px solid #969696
}
.hm-urgent h2::before {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background: url("images/icon-urgent.svg") no-repeat center center/100% auto
}
@media screen and (max-width: 575px) {
	.hm-urgent h2 {
		width: 135px
	}
}
.hm-urgent ul {
	font-size: .9rem
}
.hm-urgent ul a {
	color: #2c2c2c
}
.hm-urgent ul a:hover {
	opacity: .8
}
.hm-foreigner ul {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1
}
.hm-foreigner ul li {
	width: 33.3333333333%
}
.hm-foreigner ul li a {
	width: 100%;
	padding: 4.25rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap
}
.hm-foreigner ul li a:hover .button {
	background: #fff
}
.hm-foreigner ul li .foreigner-image {
	width: 100%;
	height: 13.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end
}
.hm-foreigner ul li p {
	width: 100%;
	margin: 1.5rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px
}
.hm-foreigner ul li .button {
	display: inline-block;
	margin: 2rem auto 0;
	padding: 18.65px 61px;
	border: 1.5px solid #fff;
	border-radius: 40px;
	text-align: center;
	line-height: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hm-foreigner ul li .button img {
	width: 38.39px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hm-foreigner .foreigner-japanese {
	background: #ff7f00
}
.hm-foreigner .foreigner-japanese .foreigner-image img {
	width: 13rem
}
.hm-foreigner .foreigner-japanese a:hover .button img {
	filter: brightness(0) saturate(100%) invert(46%) sepia(82%) saturate(1521%) hue-rotate(1deg) brightness(104%) contrast(104%)
}
.hm-foreigner .foreigner-multilingual {
	background: #009bed
}
.hm-foreigner .foreigner-multilingual .foreigner-image img {
	width: 14rem
}
.hm-foreigner .foreigner-multilingual a:hover .button img {
	filter: brightness(0) saturate(100%) invert(47%) sepia(85%) saturate(609%) hue-rotate(162deg) brightness(95%) contrast(96%)
}
.hm-foreigner .foreigner-life {
	background: #83d517
}
.hm-foreigner .foreigner-life .foreigner-image img {
	width: 14.5rem
}
.hm-foreigner .foreigner-life a:hover .button img {
	filter: brightness(0) saturate(100%) invert(82%) sepia(36%) saturate(4668%) hue-rotate(38deg) brightness(104%) contrast(82%)
}
@media screen and (max-width: 899px) {
	.hm-foreigner {
		padding: 12.5rem 2rem 0 2rem
	}
	.hm-foreigner ul {
		flex-wrap: wrap;
		gap: 1rem
	}
	.hm-foreigner ul li {
		width: 100%;
		border-radius: 10px
	}
	.hm-foreigner ul li a {
		width: calc(100% - 4rem);
		padding: 0 2rem;
		border-radius: 10px;
		justify-content: space-between
	}
	.hm-foreigner ul li .foreigner-image {
		width: calc(100% - 195px);
		height: 7rem;
		padding: 1rem 0;
		align-items: center;
		flex-wrap: nowrap
	}
	.hm-foreigner ul li .foreigner-image img {
		width: 100px !important;
		margin-right: 1rem
	}
	.hm-foreigner ul li .foreigner-image p {
		width: calc(100% - 74px);
		margin: 0;
		line-height: 1;
		text-align: left
	}
	.hm-foreigner ul li .button {
		margin: 0
	}
}
@media screen and (max-width: 575px) {
	.hm-foreigner ul li a {
		width: calc(100% - 3rem);
		padding: 0 2rem 0 1rem
	}
	.hm-foreigner ul li .foreigner-image {
		width: calc(100% - 63px);
		height: calc(75px - 2rem)
	}
	.hm-foreigner ul li .foreigner-image img {
		width: 56px !important
	}
	.hm-foreigner ul li .foreigner-image p {
		font-size: 1.08rem;
		letter-spacing: 1px
	}
	.hm-foreigner ul li .button {
		padding: 2px 23px 3px;
		border: 1px solid #fff;
		line-height: 1
	}
	.hm-foreigner ul li .button img {
		width: 15px
	}
}
.hm-international-exchange {
	width: 100%;
	margin: auto
}
.hm-international-exchange ul {
	width: 68rem;
	max-width: calc(100% - 4rem);
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 32px;
	position: relative;
	z-index: 1
}
.hm-international-exchange ul li {
	width: 33.3333333333%;
	border-radius: 20px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}
.hm-international-exchange ul li>* {
	width: 100%
}
.hm-international-exchange ul li a {
	padding: 3rem 0;
	text-align: center
}
.hm-international-exchange ul li p {
	width: 100%;
	height: 50.4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 1.4rem 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px
}
.hm-international-exchange ul li p span.minto-s {
	font-size: .7rem;
	display: block
}
@media screen and (max-width: 899px) {
	.hm-international-exchange ul {
		flex-wrap: wrap;
		gap: 1rem
	}
	.hm-international-exchange ul li {
		width: 100%;
		flex-wrap: nowrap
	}
	.hm-international-exchange ul li a {
		display: flex;
		padding: 2rem 3rem;
		justify-content: space-between;
		align-items: center;
		text-align: center
	}
	.hm-international-exchange ul li .international-exchange-image {
		justify-content: start;
		flex-wrap: nowrap
	}
	.hm-international-exchange ul li p {
		width: auto;
		margin: 0 0 0 1rem;
		text-align: left;
		justify-content: start
	}
}
@media screen and (max-width: 575px) {
	.hm-international-exchange ul {
		gap: 1rem
	}
	.hm-international-exchange ul li {
		border-radius: 10px
	}
	.hm-international-exchange ul li a {
		padding: 1rem 2rem 1rem 1rem
	}
	.hm-international-exchange ul li p {
		width: calc(100% - 70px);
		font-size: 1.08rem;
		letter-spacing: 2px
	}
}
@media screen and (max-width: 400px) {
	.hm-international-exchange ul li p {
		width: calc(100% - 52px)
	}
	.hm-international-exchange ul li p span {
		margin-top: -10px
	}
}
.hm-international-exchange .international-exchange-image {
	min-height: 214px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end
}
.hm-international-exchange .volunteer img {
	width: 144px
}
.hm-international-exchange .multiculturalism img {
	width: 120px
}
.hm-international-exchange .minto img {
	width: 96px
}
.hm-international-exchange .button {
	width: 162.22px;
	display: inline-block;
	margin: 0 auto;
	padding: 20.5px 0;
	border: 1.5px solid #0054c6;
	border-radius: 40px;
	text-align: center;
	line-height: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hm-international-exchange .button img {
	width: 33.59px
}
.hm-international-exchange a:hover .button {
	background: #0054c6;
	color: #fff;
	position: relative
}
.hm-international-exchange a:hover .button img {
	opacity: 0
}
.hm-international-exchange a:hover .button::before {
	content: "";
	display: block;
	width: 33.59px;
	height: 10.98px;
	background: url("images/icon-arrow.svg") no-repeat center center/100% auto;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
@media screen and (max-width: 899px) {
	.hm-international-exchange .international-exchange-image {
		min-height: auto;
		align-items: center
	}
	.hm-international-exchange .volunteer img, .hm-international-exchange .multiculturalism img {
		width: 60px
	}
	.hm-international-exchange .minto img {
		width: 50px;
		margin-right: 10px
	}
	.hm-international-exchange .button {
		margin: 0
	}
}
@media screen and (max-width: 575px) {
	.hm-international-exchange .international-exchange-image {
		width: 75%;
		min-height: 50px;
		justify-content: start
	}
	.hm-international-exchange .volunteer img {
		width: 55px
	}
	.hm-international-exchange .multiculturalism img {
		width: 40px;
		margin: 0 7.5px
	}
	.hm-international-exchange .minto img {
		width: 30px;
		margin: 0 12.5px
	}
	.hm-international-exchange .button {
		width: 62px;
		padding: 5px 0;
		border: 1px solid #0054c6
	}
	.hm-international-exchange .button img {
		width: 15px
	}
	.hm-international-exchange a:hover .button::before {
		width: 15px
	}
}
@media screen and (max-width: 400px) {
	.hm-international-exchange .volunteer img {
		width: 40px
	}
	.hm-international-exchange .multiculturalism img {
		width: 30px;
		margin: 0 5px
	}
	.hm-international-exchange .minto img {
		width: 25px;
		margin: 0 7.5px
	}
}
html.font-l .hm-international-exchange .international-exchange-image {
	height: 254px
}
@media screen and (max-width: 899px) {
	html.font-l .hm-international-exchange .international-exchange-image {
		height: auto
	}
}
.hm-events+.hm-international-exchange ul li .multiculturalism p {
	letter-spacing: 2px;
	font-size: 1.3rem
}
.hm-news {
	width: 52.5rem;
	max-width: calc(100% - 19.5rem);
	background: #fff;
	margin: 38rem auto 0;
	padding: 5rem 7.75rem 3.7rem;
	position: relative;
	border-radius: 20px
}
.hm-news::after {
	content: "";
	display: block;
	width: 7rem;
	height: 10.5rem;
	background: url("images/news-bk.svg") no-repeat center center/100% auto;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -7.75rem
}
.hm-news h2 {
	text-align: center;
	letter-spacing: 2px
}
.hm-news .news-tab {
	margin: 2rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.hm-news .news-tab li {
	padding: 0 1.25rem;
	border-right: 1px solid #9a9a9a
}
@media screen and (max-width: 575px) {
	.hm-news .news-tab li {
		padding: 0 1rem
	}
}
.hm-news .news-tab li:last-child {
	border: none
}
.hm-news .news-tab li button {
	font-size: .9rem;
	color: #9a9a9a
}
@media screen and (max-width: 899px) {
	.hm-news .news-tab .cat-all {
		width: 100%;
		text-align: center;
		padding: 10px;
		border: none
	}
}
.hm-news .hm-button a {
	border: 1px solid #0054c6
}
@media screen and (max-width: 899px) {
	.hm-news {
		max-width: calc(100% - 8rem);
		margin: 424px auto 0;
		padding: 40px 2rem 30px;
		border-radius: 10px
	}
	.hm-news::after {
		width: 60px;
		height: 88px;
		top: -6.75rem
	}
	.hm-news::before {
		content: "";
		display: block;
		width: 390px;
		max-width: 100%;
		height: 194px;
		background: url("images/news-bk2.png") no-repeat center center/100% auto;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -120px
	}
	.hm-news h2 {
		font-size: 1.42rem
	}
	.hm-news .news-tab {
		margin: 15px 0 20px
	}
	.hm-news .news-tab li {
		padding: 0 10px;
		line-height: 1
	}
	.hm-news .news-tab li button {
		font-size: .8333rem
	}
	.hm-news .hm-button {
		margin: 30px auto 0
	}
	.hm-news .hm-button a {
		padding: .75rem 2rem
	}
}
@media screen and (max-width: 400px) {
	.hm-news .news-tab li {
		padding: 0 5px
	}
}
@media screen and (max-width: 350px) {
	.hm-news .news-tab li {
		padding: 0 3px;
		border-right: .5px solid #9a9a9a
	}
	.hm-news .news-tab li button {
		font-size: .7333rem
	}
}
.home .news-cont {
	display: none
}
.news-cont {
	border-bottom: 1px solid #9a9a9a
}
.news-cont .no-news {
	padding: 1.15rem;
	text-align: center
}
.news-cont li {
	border-top: 1px solid #9a9a9a
}
.news-cont li a {
	padding: 1.15rem;
	display: flex;
	gap: 1.15rem;
	align-items: center;
	-webkit-transition: all .2s;
	transition: all .2s
}
.news-cont li a:hover {
	opacity: .8
}
.news-cont .news-cat {
	width: 7.5rem;
	min-width: 7.5rem;
	padding: .5rem 0;
	text-align: center;
	color: #fff;
	font-size: .8rem;
	border-radius: 5px
}
.news-cont .cat-study-japanese {
	background: #83d517
}
.news-cont .cat-news {
	background: #009bed
}
.news-cont .cat-report {
	background: #8a8a8a
}
.news-cont .cat-event {
	background: #0054c6
}
.news-cont .news-date-title {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 1.15rem
}
.news-cont .news-date {
	font-size: .8rem;
	color: #2c2c2c
}
.news-cont .news-title {
	font-size: .9rem;
	color: #2c2c2c
}
.news-cont .news-date {
	font-weight: 600
}
@media screen and (max-width: 899px) {
	.news-cont .news-date-title {
		display: block
	}
	.news-cont .news-date {
		display: block
	}
	.news-cont li a {
		padding: 1rem;
		align-items: start
	}
}
@media screen and (max-width: 575px) {
	.news-cont li a {
		padding: 1rem 0
	}
	.news-cont .cat-news {
		font-size: .8rem
	}
}
.news-cont.news-active {
	display: block
}
.hm-events {
	padding: 18rem 0 13rem
}
.hm-events li {
	height: 100%
}
.hm-events li a {
	height: 100%;
	display: flex;
	color: #2c2c2c;
	background: #fff;
	border-radius: 20px;
	flex-wrap: wrap;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hm-events li a:hover {
	opacity: .8
}
.hm-events .events-image-wrap {
	width: 100%;
	height: 13.5rem;
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 0
}
.hm-events .events-image-wrap .events-image {
	width: 100%;
	height: 13.5rem
}
.hm-events .events-image-wrap .events-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none
}
.hm-events .events-image-wrap .events-cat {
	padding: .5rem;
	display: inline-block;
	background: #0054c6;
	border-radius: 0 5px 0 0;
	color: #fff;
	font-size: .8rem;
	position: absolute;
	bottom: 0;
	left: 0
}
.hm-events .events-about-wrap {
	padding: 1.5rem;
	background: #fff;
	border-radius: 0 0 20px 20px
}
.hm-events .events-about-wrap p {
	color: #2c2c2c
}
.hm-events .events-about-wrap .events-title {
	margin-bottom: 2rem;
	font-size: 1.05rem;
	font-weight: 600
}
.hm-events .events-about-wrap .events-date {
	font-size: .9rem;
	line-break: 1.6
}
@media screen and (max-width: 575px) {
	.hm-events {
		padding: 240px 0 120px
	}
	.hm-events .events-about-wrap {
		padding: 12px;
		border-radius: 0 0 10px 10px
	}
	.hm-events .events-about-wrap .events-cat {
		font-size: .7rem
	}
	.hm-events .events-about-wrap .events-title {
		font-size: .9rem
	}
	.hm-events .events-about-wrap .events-date {
		font-size: .8rem
	}
	.hm-events .events-image-wrap {
		height: 110px;
		border-radius: 10px 10px 0 0
	}
	.hm-events .events-image-wrap .events-image {
		height: 110px
	}
	.hm-events .events-image-wrap .events-image img {
		width: 100%;
		height: auto
	}
}
.events-cont {
	max-width: calc(100% - 9.25rem);
	width: 68rem;
	margin: auto;
	right: -0.5rem
}
@media screen and (max-width: 899px) {
	.events-cont {
		max-width: 100%;
		right: 0;
		overflow: hidden
	}
}
.events-cont .slick-slide {
	margin: 0 2rem 0 0
}
.events-cont .slick-list {
	margin-right: -1rem;
	position: relative
}
.events-cont .slick-list::before {
	content: "";
	display: block;
	width: 2rem;
	height: 100%;
	background: #cff7f4;
	position: absolute;
	right: 0;
	z-index: 1
}
@media screen and (max-width: 899px) {
	.events-cont .slick-list {
		margin-right: -2rem
	}
	.events-cont .slick-list::before {
		display: none
	}
}
.events-cont .slick-prev, .events-cont .slick-next {
	width: 52px;
	height: 52px;
	left: -100px;
	z-index: 1
}
@media screen and (max-width: 68rem) {
	.events-cont .slick-prev, .events-cont .slick-next {
		left: -4.25rem
	}
}
@media screen and (max-width: 899px) {
	.events-cont .slick-prev, .events-cont .slick-next {
		display: none !important
	}
}
.events-cont .slick-prev::before, .events-cont .slick-next::before {
	content: "";
	width: 52px;
	height: 52px;
	display: block;
	opacity: 1;
	background: url("images/icon-arrow3.svg") no-repeat center center/100% auto
}
.events-cont .slick-next {
	right: -80px;
	left: auto
}
.events-cont .slick-next::before {
	transform: rotate(180deg)
}
@media screen and (max-width: 68rem) {
	.events-cont .slick-next {
		right: -3.25rem
	}
}
.hm-events .slick-slider .slick-track {
	display: flex !important
}
.hm-events .slick-slider .slick-track::before, .hm-events .slick-slider .slick-track::after {
	display: none !important
}
.hm-events .slick-slider .slick-slide {
	float: none !important;
	height: auto !important
}
.hm-events .slick-slider .slick-slide>div {
	height: 100%
}
.hm-goca {
	width: 68rem;
	max-width: calc(100% - 4rem);
	padding: 18rem 0 0;
	margin: auto
}
.hm-goca ul {
	display: flex;
	gap: 1.5rem
}
.hm-goca ul li {
	width: 25%;
	background: #fff;
	border-radius: 20px
}
.hm-goca ul li a {
	height: calc(100% - 4rem);
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hm-goca ul li a:hover {
	opacity: .8
}
.hm-goca ul li a>* {
	width: 100%;
	text-align: center
}
.hm-goca ul li .goca-image {
	height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: center
}
.hm-goca ul li .goca-image.goca img {
	width: 4.75rem
}
.hm-goca ul li .goca-image.reports img {
	width: 4.6rem
}
.hm-goca ul li .goca-image.members img {
	width: 5.5rem
}
.hm-goca ul li .goca-image.contact img {
	width: 4.25rem
}
.hm-goca ul li p {
	margin-top: 1rem;
	color: #2c2c2c;
	font-size: .9rem
}
@media screen and (max-width: 899px) {
	.hm-goca ul {
		flex-wrap: wrap
	}
	.hm-goca ul li {
		width: calc(50% - .75rem)
	}
}
@media screen and (max-width: 575px) {
	.hm-goca {
		padding: 150px 0 0
	}
	.hm-goca ul li a {
		border-radius: 10px
	}
	.hm-goca ul li p {
		font-size: 1rem
	}
}
@media screen and (max-width: 400px) {
	.hm-goca .hm-title {
		font-size: 1.42rem;
		letter-spacing: .5px
	}
	.hm-goca .hm-title::before {
		margin-right: 10px
	}
}
.hm-access {
	padding: 12.5rem 0;
	background: #fff;
	display: flex;
	flex-wrap: wrap
}
.hm-access .hm-button a:hover {
	color: #0054c6 !important;
	background: #fff !important
}
.hm-access .hm-button a:hover::after {
	background-color: #0054c6 !important
}
.hm-access h2 {
	width: 100%
}
.hm-access .map {
	width: 50%
}
.hm-access .map iframe {
	width: 100%;
	height: 100%
}
.hm-access .access-infomations {
	width: 50%;
	position: relative
}
.hm-access .access-infomations ul li {
	vertical-align: top
}
.hm-access .access-infomations ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.hm-access .access-infomations .access-about {
	width: calc(100% - 4rem);
	padding: 2rem;
	background: #0054c6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0
}
.hm-access .access-infomations .access-about p {
	max-width: 60%;
	font-size: .9rem;
	color: #fff
}
.hm-access .access-infomations .access-about .hm-button {
	margin: 0
}
.hm-access .access-infomations .access-about .hm-button a {
	margin: 0
}
.hm-access .access-infomations .access-about .hm-button a:hover {
	opacity: .8
}
.hm-access .access-infomations .access-about .hm-button a:hover::after {
	background: url("images/icon-arrow2.svg") no-repeat center center/100% auto !important
}
.hm-access .slick-prev, .hm-access .slick-next {
	width: 52px;
	height: 52px;
	top: 38%;
	right: 32px
}
.hm-access .slick-prev::before, .hm-access .slick-next::before {
	content: "";
	width: 52px;
	height: 52px;
	display: block;
	opacity: 1;
	background: url("images/icon-arrow3.svg") no-repeat center center/100% auto;
	transform: rotate(180deg)
}
.hm-access .slick-prev {
	left: 32px;
	right: auto;
	z-index: 1
}
.hm-access .slick-prev::before {
	transform: rotate(0deg)
}
@media screen and (max-width: 899px) {
	.hm-access .map {
		width: 100%
	}
	.hm-access .map iframe {
		min-height: 240px
	}
	.hm-access .access-infomations {
		width: 100%
	}
}
@media screen and (max-width: 575px) {
	.hm-access {
		padding: 70px 0 0
	}
	.hm-access .access-infomations .access-about {
		width: calc(100% - 2rem);
		padding: 1rem
	}
	.hm-access .access-infomations .access-about p {
		font-size: .7rem
	}
	.hm-access .access-infomations .access-about .hm-button a {
		padding: .75rem 1.5rem;
		font-size: .8rem
	}
	.hm-access .access-infomations .access-about .hm-button a::after {
		margin: auto 0 auto 10px
	}
	.hm-access .slick-prev, .hm-access .slick-next {
		width: 23px;
		height: 23px;
		right: 1rem
	}
	.hm-access .slick-prev::before, .hm-access .slick-next::before {
		width: 23px;
		height: 23px
	}
	.hm-access .slick-prev {
		right: auto;
		left: 1rem
	}
}
@media screen and (max-width: 1499px) {
	html.font-l .hm-access .access-infomations .access-about {
		gap: 15px;
		flex-wrap: wrap
	}
	html.font-l .hm-access .access-infomations .access-about p {
		width: 100%
	}
}
@media screen and (max-width: 1149px) {
	html.font-l .hm-access .access-infomations {
		width: 100%
	}
	html.font-l .hm-access .map {
		width: 100%
	}
	html.font-l .hm-access .map iframe {
		min-height: 340px
	}
}
.content1 {
	padding-top: 12.5rem;
	position: relative
}
.content1::before {
	content: "";
	width: 98rem;
	height: 650px;
	display: block;
	background: url("images/content1-bk.svg?0210") #cff7f4 no-repeat top right/100% auto;
	position: absolute;
	margin: auto;
	top: -11rem;
	right: 0
}
@media screen and (max-width: 899px) {
	.content1 {
		padding: 12.5rem 2rem 0 2rem
	}
	.content1::before {
		width: 48rem;
		height: 380px;
		background: url("images/sp-content1-bk.svg?0210") #cff7f4 no-repeat top 2rem right/100% auto
	}
}
@media screen and (max-width: 575px) {
	.content1 {
		padding: 11rem 2rem 0 2rem
	}
	.content1::before {
		content: "";
		right: 2rem
	}
	.content1::before {
		width: 36rem;
		background: url("images/sp-content1-bk.svg?0210") #cff7f4 no-repeat top 4.5rem right/100% auto
	}
}
.hm-foreigner.content3 {
	margin-bottom: 32rem
}
@media screen and (max-width: 899px) {
	.hm-foreigner.content3 {
		margin-bottom: 37rem;
		padding: 8.5rem 2rem 0 2rem
	}
}
@media screen and (max-width: 575px) {
	.hm-foreigner.content3 {
		padding: 2.5rem 2rem 0 2rem
	}
}
@media screen and (max-width: 899px) {
	.hm-international-exchange.content1 {
		padding: 10rem 0 0 0
	}
}
.site-content {
	background: #cff7f4
}
.entry-header {
	height: 300px;
	text-align: center;
	background: #abf0eb;
	display: flex
}
.entry-header .entry-title {
	max-width: 1360px;
	margin: 0 auto;
	padding: 5.5rem 2rem;
	gap: 2rem;
	display: inline-flex;
	position: relative;
	align-items: center;
	text-align: center;
	color: #2c2c2c;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 3px;
	white-space: pre-wrap
}
.entry-header .entry-title img {
	height: 6rem
}
.entry-header .page-image {
	max-width: 600px;
	min-width: 450px
}
.entry-header .page-image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: top right
}
@media screen and (max-width: 899px) {
	.entry-header {
		height: auto;
		display: block
	}
	.entry-header .entry-title {
		width: calc(100% - 4rem);
		justify-content: center
	}
	.entry-header .entry-title img {
		height: 3rem
	}
	.entry-header .page-image {
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 200px;
		overflow: hidden
	}
	.entry-header .page-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: top
	}
}
.tsutaeru-toolbar-furigana-active .entry-header .entry-title, .tsutaeru-toolbar-message-active .entry-header .entry-title {
	display: table
}
.tsutaeru-toolbar-furigana-active .entry-header .entry-title img, .tsutaeru-toolbar-message-active .entry-header .entry-title img {
	padding-right: 10px
}
.breadcrumbs {
	font-size: .8rem;
	margin: 20px 2rem
}
.side-area {
	width: 280px;
	margin-top: 60px
}
.content-wrap {
	width: 100%;
	max-width: 72rem;
	margin: 5rem auto 0;
	padding-bottom: 8rem
}
@media screen and (max-width: 1499px) {
	.content-wrap {
		width: calc(100% - 4rem);
		padding: 0 2rem 100px
	}
}
@media screen and (max-width: 899px) {
	.content-wrap {
		margin: 3rem auto 0
	}
}
.entry-footer .childs .childs-list {
	margin: 4rem 0 2rem;
	gap: 1.5rem 2rem;
	display: flex;
	flex-wrap: wrap
}
.entry-footer .childs .childs-list li {
	width: calc(50% - 1rem);
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 15px
}
.entry-footer .childs .childs-list li::before {
	display: none
}
.entry-footer .childs .childs-list li a {
	display: flex;
	padding: 1.85rem 75px 1.85rem 23px;
	background: #fff;
	color: #2c2c2c;
	align-items: center;
	border-radius: 15px;
	position: relative;
	flex-grow: 1;
	-webkit-transition: all .2s;
	transition: all .2s
}
.entry-footer .childs .childs-list li a::after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 15px;
	margin: auto;
	background: url("images/icon-arrow2.svg") no-repeat center center/100% auto;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0
}
.entry-footer .childs .childs-list li a:hover {
	background: #0054c6;
	color: #fff
}
.entry-footer .childs .childs-list li a:hover::before {
	display: none
}
.entry-footer .childs .childs-list li a:hover::after {
	background: url("images/icon-arrow.svg") no-repeat center center/100% auto
}
.entry-footer .childs .childs-list li a:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.entry-footer .childs .childs-list li a img {
	max-width: 60px;
	min-width: 60px;
	height: auto
}
.entry-footer .childs .childs-list li a .pagenav-image {
	margin-right: 20px
}
@media screen and (max-width: 899px) {
	.entry-footer .childs .childs-list {
		gap: 1rem 2rem
	}
	.entry-footer .childs .childs-list li {
		width: 100%
	}
	.entry-footer .childs .childs-list li a img {
		width: 40px
	}
}
.explanation {
	text-align: center
}
@media screen and (max-width: 575px) {
	.explanation {
		text-align: left
	}
}
.entry-content, .is-root-container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
.entry-content.level3, .is-root-container.level3 {
	width: calc(100% - 4rem);
	margin: 3rem 0 0;
	padding: 2rem;
	background: #fff
}
.entry-content .level3, .is-root-container .level3 {
	padding: 2rem;
	margin-top: 5rem;
	background: #fff
}
.entry-content .level3>*:first-child, .is-root-container .level3>*:first-child {
	margin-top: 0
}
.entry-content .level3>*, .is-root-container .level3>* {
	margin-bottom: 1.5rem;
	line-height: 1.8
}
.entry-content>*, .is-root-container>* {
	margin-bottom: 1.5rem;
	font-size: .95rem;
	line-height: 1.8
}
.entry-content>*:first-child, .is-root-container>*:first-child {
	margin-top: 0
}
.entry-content .section-line, .is-root-container .section-line {
	margin-top: 8rem;
	position: relative
}
.entry-content .section-line::before, .is-root-container .section-line::before {
	content: "";
	width: calc(100% + 4rem);
	height: 4rem;
	display: block;
	background: #cff7f4;
	position: absolute;
	top: -6rem;
	z-index: 2;
	left: -2rem
}
.entry-content h2, .is-root-container h2 {
	margin: 5rem 0 1.5rem;
	padding: .8rem 1rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #009bed;
	border-radius: 5px
}
.entry-content h2+*, .is-root-container h2+* {
	margin-top: 0
}
.entry-content h3, .is-root-container h3 {
	margin-top: 3rem;
	color: #2c2c2c;
	font-size: 1.5rem;
	padding: 15px 10px 15px 0;
	font-weight: bold;
	border-bottom: 6px solid #ccc;
	position: relative
}
.entry-content h3::before, .is-root-container h3::before {
	content: "";
	background-color: #009bed;
	width: 120px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 0
}
.entry-content h4, .is-root-container h4 {
	margin-top: 3rem;
	color: #009bed;
	font-size: 1.3rem;
	font-weight: bold
}
.entry-content h5, .is-root-container h5 {
	margin-top: 2.5rem;
	font-size: 1.1rem
}
.entry-content p, .is-root-container p {
	margin-bottom: 1.5rem;
	line-height: 1.8
}
.entry-content p a[target=_blank], .is-root-container p a[target=_blank] {
	padding: 0;
	text-indent: 0
}
.entry-content table, .is-root-container table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border: 1px solid #c3c3c3
}
.entry-content table tr th, .entry-content table tr td, .is-root-container table tr th, .is-root-container table tr td {
	padding: .8em;
	text-align: left;
	vertical-align: top;
	background-color: #fff
}
.entry-content table tr th>*:last-child, .entry-content table tr td>*:last-child, .is-root-container table tr th>*:last-child, .is-root-container table tr td>*:last-child {
	margin-bottom: 0
}
.entry-content table tr th, .is-root-container table tr th {
	width: 170px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 300
}
@media screen and (max-width: 575px) {
	.entry-content table tr th, .is-root-container table tr th {
		width: auto
	}
}
.entry-content table tr td, .is-root-container table tr td {
	background-color: #fff;
	border: 1px solid #c3c3c3
}
.entry-content table thead th, .is-root-container table thead th {
	background-color: #d0d0d0;
	color: #2c2c2c;
	border-left: 1px solid #888
}
.entry-content table thead th:first-child, .is-root-container table thead th:first-child {
	border: none
}
.entry-content table thead *[scope=colgroup], .is-root-container table thead *[scope=colgroup] {
	border-bottom: 1px solid #888
}
.entry-content table thead tr+tr th, .is-root-container table thead tr+tr th {
	border-top: 1px solid #888 !important
}
.entry-content table tbody tr:last-child th, .is-root-container table tbody tr:last-child th {
	border-bottom: none
}
.entry-content table tbody tr>*:last-child, .is-root-container table tbody tr>*:last-child {
	border-right: 1px solid #c3c3c3
}
.entry-content table tbody *[scope=rowgroup], .is-root-container table tbody *[scope=rowgroup] {
	border-right: 1px solid #c3c3c3
}
.entry-content table tbody th, .is-root-container table tbody th {
	color: #2c2c2c;
	background-color: #ebebeb;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3
}
.entry-content table thead+tbody tr:first-child th, .is-root-container table thead+tbody tr:first-child th {
	border-top: 1px solid #c3c3c3
}
@media screen and (max-width: 575px) {
	.entry-content .is-scroll-on-mobile, .is-root-container .is-scroll-on-mobile {
		overflow-x: auto
	}
}
.entry-content li ul, .entry-content li ol, .is-root-container li ul, .is-root-container li ol {
	margin-top: 1rem;
	line-height: 1.5
}
.entry-content ul, .is-root-container ul {
	padding: 0;
	list-style: none
}
.entry-content ul>li::before, .is-root-container ul>li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background: #0054c6;
	border-radius: 8px;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0
}
.entry-content ul li, .is-root-container ul li {
	padding-left: 15px;
	margin-bottom: 1rem;
	position: relative
}
.entry-content ul li div[role=textbox], .is-root-container ul li div[role=textbox] {
	display: inline
}
.entry-content ul li:last-child, .is-root-container ul li:last-child {
	margin-bottom: 0
}
.entry-content ol, .is-root-container ol {
	counter-reset: number;
	padding: 0 0 0 25px
}
.entry-content ol>li, .is-root-container ol>li {
	margin-bottom: 1rem;
	position: relative
}
.entry-content ol>li:last-child, .is-root-container ol>li:last-child {
	margin-bottom: 0
}
.entry-content ol>li::before, .is-root-container ol>li::before {
	counter-increment: number;
	content: counter(number) ". ";
	position: absolute;
	left: -25px;
	font-weight: 400
}
.entry-content .marusuuji, .is-root-container .marusuuji {
	counter-reset: li;
	padding: 0
}
.entry-content .marusuuji>li, .is-root-container .marusuuji>li {
	padding: 0 0 0 30px
}
.entry-content .marusuuji>li::before, .is-root-container .marusuuji>li::before {
	counter-increment: li;
	content: counter(li) "";
	color: #fff;
	width: 24px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	border-radius: 100%;
	box-sizing: border-box;
	line-height: 1;
	background: #e60013;
	padding: 4px 0;
	position: absolute;
	left: 0
}
.entry-content .marusuuji li::marker, .is-root-container .marusuuji li::marker {
	content: none
}
.entry-content .katakana, .is-root-container .katakana {
	padding: 0;
	counter-reset: likatakana
}
.entry-content .katakana>li, .is-root-container .katakana>li {
	margin-bottom: 1rem;
	padding: 0 0 0 30px
}
.entry-content .katakana>li::before, .is-root-container .katakana>li::before {
	counter-increment: likatakana;
	content: counter(likatakana, katakana);
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	position: absolute;
	left: 0
}
.entry-content .katakana li::marker, .is-root-container .katakana li::marker {
	content: none
}
.entry-content a, .entry-content .wp-block-image a, .is-root-container a, .is-root-container .wp-block-image a {
	-webkit-transition: all .2s;
	transition: all .2s;
	position: relative
}
.entry-content a:has(>img), .entry-content a:has(>picture img), .entry-content a:has(>.wp-block-image img), .entry-content .wp-block-image a:has(>img), .entry-content .wp-block-image a:has(>picture img), .entry-content .wp-block-image a:has(>.wp-block-image img), .is-root-container a:has(>img), .is-root-container a:has(>picture img), .is-root-container a:has(>.wp-block-image img), .is-root-container .wp-block-image a:has(>img), .is-root-container .wp-block-image a:has(>picture img), .is-root-container .wp-block-image a:has(>.wp-block-image img) {
	display: block;
	padding: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}
.entry-content a:has(>img)::after, .entry-content a:has(>picture img)::after, .entry-content a:has(>.wp-block-image img)::after, .entry-content .wp-block-image a:has(>img)::after, .entry-content .wp-block-image a:has(>picture img)::after, .entry-content .wp-block-image a:has(>.wp-block-image img)::after, .is-root-container a:has(>img)::after, .is-root-container a:has(>picture img)::after, .is-root-container a:has(>.wp-block-image img)::after, .is-root-container .wp-block-image a:has(>img)::after, .is-root-container .wp-block-image a:has(>picture img)::after, .is-root-container .wp-block-image a:has(>.wp-block-image img)::after {
	display: none
}
.entry-content a:has(>img):hover, .entry-content a:has(>picture img):hover, .entry-content a:has(>.wp-block-image img):hover, .entry-content .wp-block-image a:has(>img):hover, .entry-content .wp-block-image a:has(>picture img):hover, .entry-content .wp-block-image a:has(>.wp-block-image img):hover, .is-root-container a:has(>img):hover, .is-root-container a:has(>picture img):hover, .is-root-container a:has(>.wp-block-image img):hover, .is-root-container .wp-block-image a:has(>img):hover, .is-root-container .wp-block-image a:has(>picture img):hover, .is-root-container .wp-block-image a:has(>.wp-block-image img):hover {
	opacity: .8
}
.entry-content a:has(>img):hover::before, .entry-content a:has(>picture img):hover::before, .entry-content a:has(>.wp-block-image img):hover::before, .entry-content .wp-block-image a:has(>img):hover::before, .entry-content .wp-block-image a:has(>picture img):hover::before, .entry-content .wp-block-image a:has(>.wp-block-image img):hover::before, .is-root-container a:has(>img):hover::before, .is-root-container a:has(>picture img):hover::before, .is-root-container a:has(>.wp-block-image img):hover::before, .is-root-container .wp-block-image a:has(>img):hover::before, .is-root-container .wp-block-image a:has(>picture img):hover::before, .is-root-container .wp-block-image a:has(>.wp-block-image img):hover::before {
	display: none
}
.entry-content a:hover::before, .entry-content .wp-block-image a:hover::before, .is-root-container a:hover::before, .is-root-container .wp-block-image a:hover::before {
	width: 100%;
	color: #fff
}
.entry-content a:before, .entry-content .wp-block-image a:before, .is-root-container a:before, .is-root-container .wp-block-image a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	background-color: #0054c6;
	transition: width .2s;
	width: 0
}
.entry-content a[href$=".pdf"], .entry-content a[href*=".pdf#page="], .entry-content a[href$=".doc"], .entry-content a[href$=".docx"], .entry-content a[href$=".xls"], .entry-content a[href$=".xlsx"], .is-root-container a[href$=".pdf"], .is-root-container a[href*=".pdf#page="], .is-root-container a[href$=".doc"], .is-root-container a[href$=".docx"], .is-root-container a[href$=".xls"], .is-root-container a[href$=".xlsx"] {
	padding-right: 23px
}
.entry-content a[target=_blank], .is-root-container a[target=_blank] {
	padding-right: 23px
}
.entry-content a[target=_blank]::after, .is-root-container a[target=_blank]::after {
	content: "";
	background: url("images/icon-blank.svg") no-repeat center center/18px auto !important;
	font-weight: 300;
	width: 18px;
	height: 18px;
	margin: auto 0 auto 8px;
	background: none;
	display: inline-block;
	position: relative;
	bottom: -3px;
	right: 5px
}
.entry-content a[href$=".pdf"]::after, .entry-content a[href*=".pdf#page="]:after, .is-root-container a[href$=".pdf"]::after, .is-root-container a[href*=".pdf#page="]:after {
	content: "";
	background: url("images/icon-pdf.svg") no-repeat center center/18px auto !important;
	width: 18px !important;
	height: 18px !important;
	margin-left: 5px;
	display: inline-block;
	font-weight: 300;
	color: #7b7b7b;
	background: none;
	bottom: -3px;
	right: 5px;
	left: auto
}
.entry-content a[href$=".doc"]::after, .entry-content a[href$=".docx"]::after, .is-root-container a[href$=".doc"]::after, .is-root-container a[href$=".docx"]::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url("images/icon-word.svg") no-repeat center center/18px auto !important;
	margin-left: 5px;
	display: inline-block;
	font-weight: 300;
	color: #7b7b7b;
	background: none;
	bottom: -3px;
	right: 5px;
	left: auto
}
.entry-content a[href$=".xls"]::after, .entry-content a[href$=".xlsx"]::after, .is-root-container a[href$=".xls"]::after, .is-root-container a[href$=".xlsx"]::after {
	content: "";
	width: 18px;
	height: 18px;
	margin-left: 5px;
	background: url("images/icon-excel.svg") no-repeat center center/18px auto !important;
	display: inline-block;
	font-weight: 300;
	color: #7b7b7b;
	background: none;
	top: -3px;
	right: 5px;
	left: auto
}
.entry-content a[target=_blank]:has(>img)::after, .entry-content a[target=_blank]:has(>picture img)::after, .entry-content a[target=_blank]:has(>.wp-block-image img)::after, .is-root-container a[target=_blank]:has(>img)::after, .is-root-container a[target=_blank]:has(>picture img)::after, .is-root-container a[target=_blank]:has(>.wp-block-image img)::after {
	display: none !important
}
.entry-content .anchor, .entry-content .anchor3, .is-root-container .anchor, .is-root-container .anchor3 {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none
}
.entry-content .anchor>*, .entry-content .anchor3>*, .is-root-container .anchor>*, .is-root-container .anchor3>* {
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	width: calc((100% - 32px)/2)
}
.entry-content .anchor>*::before, .entry-content .anchor3>*::before, .is-root-container .anchor>*::before, .is-root-container .anchor3>*::before {
	display: none
}
.entry-content .anchor>*::after, .entry-content .anchor3>*::after, .is-root-container .anchor>*::after, .is-root-container .anchor3>*::after {
	display: none
}
.entry-content .anchor>.pagelink a, .entry-content .anchor3>.pagelink a, .is-root-container .anchor>.pagelink a, .is-root-container .anchor3>.pagelink a {
	border-right: none
}
.entry-content .anchor a, .entry-content .anchor3 a, .is-root-container .anchor a, .is-root-container .anchor3 a {
	width: calc(100% - 3rem);
	margin: 0;
	padding: .8rem 2rem .8rem 1rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .9rem;
	text-decoration: none;
	border: 1px solid #0054c6;
	background: #0054c6;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 10px
}
.entry-content .anchor a::after, .entry-content .anchor3 a::after, .is-root-container .anchor a::after, .is-root-container .anchor3 a::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 15px;
	margin: auto;
	-webkit-mask: url(images/icon-arrow.svg) center/100% auto no-repeat;
	mask: url(images/icon-arrow.svg) center/100% auto no-repeat;
	background-color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
@media screen and (max-width: 575px) {
	.entry-content .anchor a::after, .entry-content .anchor3 a::after, .is-root-container .anchor a::after, .is-root-container .anchor3 a::after {
		right: .5rem
	}
}
.entry-content .anchor a:hover, .entry-content .anchor3 a:hover, .is-root-container .anchor a:hover, .is-root-container .anchor3 a:hover {
	border-radius: 10px;
	border: 1px solid #0054c6;
	background: #fff;
	color: #0054c6;
	transition: all .3s ease
}
.entry-content .anchor a:hover::after, .entry-content .anchor3 a:hover::after, .is-root-container .anchor a:hover::after, .is-root-container .anchor3 a:hover::after {
	background-color: #0054c6
}
.entry-content .anchor a:hover::before, .entry-content .anchor3 a:hover::before, .is-root-container .anchor a:hover::before, .is-root-container .anchor3 a:hover::before {
	display: none
}
.entry-content .anchor3>*, .is-root-container .anchor3>* {
	width: calc((100% - 30px)/3)
}
.entry-content .list-link>li, .is-root-container .list-link>li {
	padding-left: 0
}
.entry-content .list-link>li:before, .is-root-container .list-link>li:before {
	display: none
}
.entry-content .list-link a, .is-root-container .list-link a {
	color: #0054c6;
	padding: 0 10px 0 25px !important;
	display: block;
	transition: all .3s ease
}
.entry-content .list-link a::before, .is-root-container .list-link a::before {
	content: "";
	text-decoration: none;
	width: 20px !important;
	height: 20px;
	display: inline-block !important;
	background: url("images/icon-arrow3.svg") no-repeat center center/100% auto;
	transform: rotate(180deg);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto
}
.entry-content .list-link a::after, .is-root-container .list-link a::after {
	margin: auto 0 auto 10px;
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto
}
.entry-content .list-link a:hover, .is-root-container .list-link a:hover {
	opacity: .8
}
.entry-content .clear, .is-root-container .clear {
	clear: both
}
.indent {
	text-indent: -1em;
	padding-left: 1em
}
.wp-block-group .indent {
	margin: 0 !important
}
.kome {
	padding-left: 15px;
	font-size: .8rem;
	color: #656565;
	position: relative
}
.kome::before {
	content: "※" !important;
	display: inline-block;
	width: 10px;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0
}
.wp-block-group {
	margin: 0 !important
}
span.kome {
	line-height: 1
}
p.lead {
	padding: 15px 30px;
	font-size: 1.3rem;
	color: #0054c6;
	background: #fff;
	font-weight: bold;
	line-height: 1.5;
	clear: both;
	box-sizing: border-box
}
.f-strong {
	font-size: 1.1rem;
	font-weight: bold
}
.smf-progress-tracker {
	display: none !important
}
.smf-progress-tracker__item::before {
	content: "" !important
}
.form-outer>p {
	margin: 2rem 0
}
.smf-item, .form-box {
	padding: 1rem;
	border-bottom: 2px solid #cff7f4;
	background: #fff
}
.smf-item .has-red-color, .form-box .has-red-color {
	padding-left: 1rem
}
.smf-item .form-label, .form-box .form-label {
	display: flex;
	gap: 10px;
	margin-bottom: 1rem;
	align-items: baseline
}
.smf-item .form-label p, .form-box .form-label p {
	margin: 0
}
.smf-item textarea, .form-box textarea {
	width: calc(100% - 2rem)
}
.smf-item textarea, .smf-item input, .smf-item select, .form-box textarea, .form-box input, .form-box select {
	background: #fff;
	max-width: calc(100% - 2rem);
	padding: .75rem 1rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
	-webkit-appearance: none
}
.smf-item select, .form-box select {
	background: url("images/icon-select.svg") no-repeat right 8px center/8px auto
}
.form-action {
	text-align: center
}
.form-action button.button1 {
	background: #0054c6;
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 5px
}
.form-action button.button1:hover {
	background: #fff;
	color: #0054c6
}
.form-action button.button2 {
	background: #8a8a8a !important;
	color: #fff !important;
	padding: 1rem 2rem;
	border: 1px solid #8a8a8a !important;
	border-radius: 5px
}
.form-action button.button2:hover {
	background: #fff !important;
	color: #8a8a8a !important
}
.mw_wp_form input[type=submit], .mw_wp_form button[type=submit] {
	padding: 15px 25px;
	border: 1px solid #0054c6;
	background: #0054c6;
	color: #fff;
	border-radius: 5px
}
.mw_wp_form input[type=submit]:hover, .mw_wp_form button[type=submit]:hover {
	background: #fff;
	color: #0054c6
}
.mw_wp_form_preview .form-action::before {
	content: "内容を確認の上、「送信」ボタンを押してください。";
	color: #db1e1e;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 1rem
}
.mw_wp_form_complete p {
	margin: 0;
	text-align: center
}
.foreigner-box {
	margin-bottom: 3rem;
	padding: 1rem;
	background: #fff;
	border-radius: 10px
}
.foreigner-box p.lead {
	padding: 0 0 10px;
	background: none;
	color: #009bed;
	border-bottom: 2px solid
}
.foreigner-box .wp-block-image {
	margin-top: 0 !important
}
.interview {
	margin: 3rem 0 1rem;
	display: flex;
	font-weight: bold;
	color: #009bed;
	font-size: 1.3rem
}
.interview::before {
	content: "ー";
	width: 1rem;
	height: 1rem;
	margin-right: 5px;
	display: inline-block;
	color: #009bed
}
.category .entry-content, .pg-news-information .entry-content {
	display: flex;
	flex-wrap: wrap
}
.category .entry-content .news-cont, .pg-news-information .entry-content .news-cont {
	width: 80%;
	display: block
}
.category .entry-content .news-cont li, .pg-news-information .entry-content .news-cont li {
	margin-bottom: 0
}
.category .entry-content .news-cont li::before, .pg-news-information .entry-content .news-cont li::before {
	display: none
}
.category .entry-content .news-cont li a::before, .pg-news-information .entry-content .news-cont li a::before {
	display: none
}
.category .entry-content .news-cats, .pg-news-information .entry-content .news-cats {
	width: calc(20% - 2rem);
	margin-left: 2rem
}
.category .entry-content .news-cats li, .pg-news-information .entry-content .news-cats li {
	display: flex
}
@media screen and (max-width: 899px) {
	.category .entry-content .news-cont, .category .entry-content .news-cats, .pg-news-information .entry-content .news-cont, .pg-news-information .entry-content .news-cats {
		width: 100%;
		margin-left: 0
	}
}
.pg-goca-news .entry-content {
	margin-top: 3rem
}
.goca-news-box .column {
	width: calc(25% - 15px)
}
.goca-news-box .column a {
	display: block !important;
	padding: 15px !important;
	background: #fff;
	border-radius: 10px;
	color: #2c2c2c
}
.goca-news-box .wp-block-image {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	overflow: hidden
}
.goca-news-box .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.goca-news-box .wp-element-caption {
	text-align: center;
	font-weight: bold
}
.goca-news-box .has-text-align-center {
	font-size: .9rem;
	margin: .5rem 0 0
}
@media screen and (max-width: 899px) {
	.goca-news-box .column {
		width: calc(50% - 10px)
	}
	.goca-news-box .column a {
		width: calc(100% - 30px)
	}
}
@media screen and (max-width: 575px) {
	.goca-news-box .column {
		width: 100%
	}
	.goca-news-box .column a {
		display: flex;
		gap: 1rem;
		align-items: center
	}
	.goca-news-box .column a .wp-block-image {
		width: 30%;
		height: 100px;
		margin: 0
	}
	.goca-news-box .column a .has-text-align-center {
		margin: 0
	}
	.goca-news-box .column a .wp-block-image {
		padding: 0;
		border: none
	}
}
.par-international-exchange .report-box a, .par-learn-japanese .report-box a, .par-volunteer .report-box a {
	border: 1px solid #ccc
}
.accordion[open] summary::after {
	transform: rotate(0deg);
	transition: transform .1s, opacity .1s
}
.accordion[open] .accordion-close {
	transform: translateY(-10px);
	transition: transform .5s, opacity .5s;
	opacity: 1
}
.accordion summary {
	margin-bottom: 1rem;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer
}
.accordion summary::after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background: url("images/icon-pagetop.svg") no-repeat center center/24px auto;
	position: absolute;
	right: 2rem;
	border-radius: 50px;
	z-index: 3;
	transform: rotate(180deg)
}
.accordion summary:hover {
	cursor: pointer
}
.accordion .accordion-close {
	padding: 1rem;
	position: relative;
	transform: translateY(-10px);
	transition: transform .5s, opacity .5s;
	opacity: 0
}
.columns, .wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}
.columns .wp-block-column>*, .wp-block-columns .wp-block-column>* {
	margin-bottom: 1rem
}
.columns .wp-block-column>*:first-child, .wp-block-columns .wp-block-column>*:first-child {
	margin-top: 0
}
.columns .wp-block-column>*:last-child, .wp-block-columns .wp-block-column>*:last-child {
	margin-bottom: 0
}
.columns .wp-block-column h2, .wp-block-columns .wp-block-column h2 {
	font-size: 1.5rem;
	margin: 2.5rem 0 1rem
}
.column4>* {
	width: calc(25% - 45px)
}
.column3>* {
	width: calc(33.3333333333% - 14px)
}
.column2>* {
	width: calc(50% - 40px)
}
.column1>* {
	width: 100%
}
@media screen and (max-width: 899px) {
	.column4>*, .column3>* {
		width: calc(50% - 10px)
	}
}
@media screen and (max-width: 575px) {
	.column4>*, .column3>* {
		width: 100%
	}
}
ul.column4>*, ol.column4>* {
	width: calc(25% - 30px)
}
ul.column3>*, ol.column3>* {
	width: calc(33.3333333333% - 30px)
}
ul.column2>*, ol.column2>* {
	width: calc(50% - 30px)
}
@media screen and (max-width: 575px) {
	ul.column4>*, ul.column3>*, ol.column4>*, ol.column3>* {
		width: calc(50% - 30px)
	}
}
ul.list-link.column4>*, ol.list-link.column4>* {
	width: calc(25% - 15px)
}
ul.list-link.column3>*, ol.list-link.column3>* {
	width: calc(33.3333333333% - 15px)
}
ul.list-link.column2>*, ol.list-link.column2>* {
	width: calc(50% - 15px)
}
@media screen and (max-width: 575px) {
	ul.list-link.column4>*, ul.list-link.column3>*, ul.list-link.column2>*, ol.list-link.column4>*, ol.list-link.column3>*, ol.list-link.column2>* {
		width: calc(50% - 15px);
		margin-bottom: 0
	}
}
@media screen and (max-width: 899px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style="flex-basis:40%"] {
		flex-basis: calc(40% - 20px) !important
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style="flex-basis:60%"] {
		flex-basis: calc(60% - 20px) !important
	}
}
@media screen and (max-width: 575px) {
	.wp-block-column .wp-block-group__inner-container {
		display: flex;
		gap: 20px
	}
	.wp-block-column .wp-block-group__inner-container .wp-block-image {
		margin: 0 !important
	}
	.wp-block-column .wp-block-image.ml20 {
		margin: 0 !important
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style="flex-basis:40%"] {
		flex-basis: 100% !important
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style="flex-basis:60%"] {
		flex-basis: 100% !important
	}
}
.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px
}
.post-type-archive-events .entry-content, .tax-event-cat .entry-content {
	display: flex
}
.post-type-archive-events .entry-content .list-link, .tax-event-cat .entry-content .list-link {
	width: calc(20% - 2rem);
	margin-left: 2rem
}
.post-type-archive-events .entry-content .list-link li, .tax-event-cat .entry-content .list-link li {
	display: flex
}
.post-type-archive-events .entry-content .archive-box, .tax-event-cat .entry-content .archive-box {
	width: 80%
}
.post-type-archive-events .entry-content .archive-box>li, .tax-event-cat .entry-content .archive-box>li {
	padding: 0
}
.post-type-archive-events .entry-content .archive-box>li::before, .tax-event-cat .entry-content .archive-box>li::before {
	display: none
}
.post-type-archive-events .entry-content .archive-box a, .tax-event-cat .entry-content .archive-box a {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: 1rem;
	background: #fff;
	border-radius: 10px
}
.post-type-archive-events .entry-content .archive-box a:hover::before, .tax-event-cat .entry-content .archive-box a:hover::before {
	display: none
}
.post-type-archive-events .entry-content .archive-box a:hover, .tax-event-cat .entry-content .archive-box a:hover {
	opacity: .8
}
.post-type-archive-events .entry-content .archive-box .events-image-wrap, .tax-event-cat .entry-content .archive-box .events-image-wrap {
	width: 30%;
	position: relative
}
.post-type-archive-events .entry-content .archive-box .events-cat, .tax-event-cat .entry-content .archive-box .events-cat {
	margin: 0;
	padding: 5px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	font-size: .8rem;
	background: #0054c6;
	color: #fff
}
.post-type-archive-events .entry-content .archive-box .events-about-wrap, .tax-event-cat .entry-content .archive-box .events-about-wrap {
	width: calc(70% - 2rem)
}
.post-type-archive-events .entry-content .archive-box .events-title, .tax-event-cat .entry-content .archive-box .events-title {
	font-size: 1.3rem;
	color: #2c2c2c;
	font-weight: bold
}
.post-type-archive-events .entry-content .archive-box .events-date, .tax-event-cat .entry-content .archive-box .events-date {
	margin-top: 1rem;
	font-size: .8rem;
	color: #2c2c2c
}
@media screen and (max-width: 575px) {
	.post-type-archive-events .entry-content .archive-box .events-image-wrap, .tax-event-cat .entry-content .archive-box .events-image-wrap {
		width: 40%
	}
	.post-type-archive-events .entry-content .archive-box .events-image-wrap .events-image, .tax-event-cat .entry-content .archive-box .events-image-wrap .events-image {
		height: 100%
	}
	.post-type-archive-events .entry-content .archive-box .events-image-wrap .events-image img, .tax-event-cat .entry-content .archive-box .events-image-wrap .events-image img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}
@media screen and (max-width: 899px) {
	.post-type-archive-events .entry-content, .tax-event-cat .entry-content {
		flex-wrap: wrap
	}
	.post-type-archive-events .entry-content .archive-box, .post-type-archive-events .entry-content .list-link, .tax-event-cat .entry-content .archive-box, .tax-event-cat .entry-content .list-link {
		width: 100%;
		margin-left: 0
	}
}
.single-events .event-content {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap
}
.single-events .event-abouts {
	width: 65%
}
.single-events .event-abouts>* {
	width: 100%
}
.single-events .events-image {
	width: calc(35% - 2rem)
}
.single-events .events-image img {
	width: 100%
}
.single-events .event-request_link, .single-events .event-table {
	width: 100%
}
.single-events h2 {
	margin: 2rem 0 1rem
}
@media screen and (max-width: 575px) {
	.single-events .event-content {
		display: block;
		position: relative
	}
	.single-events .event-content .event-abouts {
		width: 100%;
		padding-top: 150px
	}
	.single-events .event-content .events-image {
		width: 100%;
		height: 130px;
		position: absolute;
		top: 0;
		overflow: hidden
	}
	.single-events .event-content .events-image img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}
.urgent-single .entry-header .entry-title {
	color: #ff481c
}
.urgent-single .entry-header .entry-title::before {
	content: "";
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	background: url("images/icon-urgent.svg") no-repeat center center/100% auto
}
.urgent-single .entry-content h2, .urgent-single .is-root-container h2 {
	background-color: #ff481c
}
.urgent-single .entry-content .news-cont li, .urgent-single .is-root-container .news-cont li {
	margin-bottom: 0
}
.urgent-single .entry-content .news-cont li::before, .urgent-single .is-root-container .news-cont li::before {
	display: none
}
.urgent-single .entry-content .news-cont li a:hover::before, .urgent-single .is-root-container .news-cont li a:hover::before {
	display: none
}
.file-layout .wp-block-column {
	padding: 10px;
	border: 1px solid #ccc
}
.file-layout .wp-block-image figure a:first-child {
	padding: 0
}
.file-layout .wp-block-image figure a:first-child::after {
	display: none
}
.file-layout .wp-element-caption {
	margin: 0;
	text-align: center
}
.btn-link {
	width: 33.3333333333%
}
.btn-link a {
	display: block;
	text-decoration: none;
	padding: .7rem 4rem .7rem 1rem !important;
	position: relative;
	color: #2c2c2c;
	background: #fff;
	border: 1px solid #0054c6;
	border-radius: 5px;
	transition: all .2s
}
.btn-link a::before {
	content: "";
	display: inline-block !important;
	width: 1.5rem !important;
	height: 15px !important;
	margin: auto !important;
	background: url("images/icon-arrow2.svg") no-repeat center center/100% auto;
	position: absolute !important;
	left: auto !important;
	right: 20px !important;
	top: 0 !important;
	bottom: 0 !important
}
.btn-link a:hover {
	background: #0054c6;
	color: #fff;
	border: 1px solid #0054c6
}
.btn-link a:hover::after {
	background-color: #fff
}
.btn-link a:hover[target=_blank]::after {
	color: #fff;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.btn-link a:hover::before {
	background: url("images/icon-arrow.svg") no-repeat center center/100% auto
}
.btn-link a[target=_blank]::before {
	right: 20px
}
.btn-link a[target=_blank]::after, .btn-link a[href$=".pdf"]::after, .btn-link a[href*=".pdf#page="]::after, .btn-link a[href$=".doc"]::after, .btn-link a[href$=".docx"]::after, .btn-link a[href$=".xls"]::after, .btn-link a[href$=".xlsx"]::after {
	margin: auto;
	position: relative;
	display: inline-block !important;
	top: 2px !important;
	right: -15px !important;
	color: #7b7b7b
}
.btn-link .wp-block-columns .btn-link {
	margin-bottom: 0
}
.btn-link .wp-block-columns .btn-link a {
	width: calc(100% - 6rem);
	margin-bottom: 0
}
ul.btn-link {
	width: 100%;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap
}
ul.btn-link li {
	width: 33.3333333333%;
	padding-left: 0
}
ul.btn-link li::before {
	display: none
}
ul.btn-link li a {
	display: block
}
ul.btn-link.column2 li {
	width: calc(50% - 8px)
}
ul.btn-link.columns li {
	width: calc(33.333% - 1rem);
	margin-bottom: 0
}
@media screen and (max-width: 575px) {
	p.btn-link {
		width: 100% !important
	}
	ul.btn-link li {
		width: 100% !important;
		margin-bottom: 0
	}
}
.point {
	padding: 20px !important;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ddd
}
.point>div>* {
	margin-bottom: 20px
}
.point>div>*:last-child {
	margin-bottom: 0
}
.explanation.red {
	padding: 20px;
	background: #fff;
	border: 2px solid red
}
.explanation.red>div>* {
	margin: 0 0 20px 0
}
.explanation.red>div>*:last-child {
	margin-bottom: 0
}
.flow-box {
	counter-reset: flow-number
}
.flow-box>p, .flow-box .flow-title {
	padding: 0 0 1.5rem 3rem;
	font-weight: bold;
	position: relative
}
.flow-box>p::before, .flow-box .flow-title::before {
	counter-increment: flow-number;
	content: counter(flow-number);
	width: 2rem;
	height: 2rem;
	display: block;
	display: inline-block;
	font-size: 1rem;
	line-height: 2;
	border-radius: 50%;
	background-color: #0054c6;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.flow-box>p::after, .flow-box .flow-title::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% + 1em);
	background-color: #0054c6;
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 1
}
.flow-box>p:last-child::after, .flow-box .flow-title:last-child::after {
	display: none
}
.flow {
	padding-top: 3rem;
	position: relative
}
.flow::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #009bed;
	line-height: 1;
	margin: auto;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 18px 15px;
	border-top-color: currentColor;
	border-bottom: 0;
	border-radius: 2px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.entry-content .images-box, .is-root-container .images-box {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem
}
.entry-content .images-box li, .is-root-container .images-box li {
	width: calc(25% - 1rem);
	padding: 0;
	margin: 0
}
.entry-content .images-box li::before, .is-root-container .images-box li::before {
	display: none !important
}
.entry-content .images-box li img, .is-root-container .images-box li img {
	vertical-align: top
}
@media screen and (max-width: 899px) {
	.entry-content .images-box li, .is-root-container .images-box li {
		width: calc(50% - .5rem)
	}
}
.pg-ota-city-navigations .entry-footer .childs .childs-list {
	gap: 1rem
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation {
	width: calc(25% - 1rem)
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a {
	padding: 1rem;
	display: block
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a::after {
	display: none
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a:hover {
	background: #fff;
	color: #2c2c2c;
	opacity: .8
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a:hover img {
	-webkit-filter: none;
	filter: none
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a .wp-block-image {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	overflow: hidden
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a .wp-block-image img {
	width: 100%;
	max-width: none
}
.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation a .wp-element-caption {
	font-size: .9rem;
	text-align: center
}
@media screen and (max-width: 899px) {
	.pg-ota-city-navigations .entry-footer .childs .column.ota-navigation {
		width: calc(50% - .5rem)
	}
}
.ocn-files {
	gap: 15px !important
}
.ocn-files .btn-link a {
	width: 100%
}
.entry-content .report-box a, .is-root-container .report-box a {
	height: calc(100% - 2rem);
	padding: 1rem;
	display: block;
	background: #fff;
	color: #2c2c2c;
	border-radius: 10px
}
.entry-content .report-box a::before, .is-root-container .report-box a::before {
	display: none
}
.entry-content .report-box a .report-image, .is-root-container .report-box a .report-image {
	height: 200px;
	margin-bottom: 10px
}
.entry-content .report-box a .report-image img, .is-root-container .report-box a .report-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.entry-content .report-box a .report-about, .is-root-container .report-box a .report-about {
	min-height: 80px;
	padding-bottom: 2rem
}
.entry-content .report-box a .report-about .cont-day, .is-root-container .report-box a .report-about .cont-day {
	margin-top: 10px;
	font-size: .8rem;
	text-align: center;
	position: absolute;
	bottom: 0
}
@media screen and (max-width: 575px) {
	.entry-content .report-box a, .is-root-container .report-box a {
		display: flex;
		gap: 1rem
	}
	.entry-content .report-box a .report-image, .is-root-container .report-box a .report-image {
		width: 30%;
		height: 80px;
		margin: 0;
		overflow: hidden
	}
	.entry-content .report-box a .report-about, .is-root-container .report-box a .report-about {
		width: 70%;
		min-height: auto;
		padding: 0;
		align-items: center;
		display: flex;
		flex-wrap: wrap
	}
	.entry-content .report-box a .report-about .cont-day, .is-root-container .report-box a .report-about .cont-day {
		width: 100%;
		margin: 0;
		position: inherit;
		text-align: left
	}
}
.search-list a {
	margin-bottom: 1rem;
	padding: 1.5rem 1rem;
	border: 1px solid #fff;
	border-radius: 10px;
	display: block;
	background: #fff
}
.search-list a:hover {
	border: 1px solid #0054c6
}
.search-list a:hover::before {
	display: none
}
.search-list a[target=_blank] {
	padding-left: 3rem
}
.search-list a[target=_blank]::after {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 1rem
}
.search-list a h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #0054c6;
	background: none
}
.search-list a p {
	margin: 1rem 0 0;
	color: #8c8c8c
}
.pagenav {
	width: 100%;
	padding: 40px 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: center
}
.pagenav .page-numbers {
	box-sizing: border-box;
	width: 2rem;
	height: 2rem;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	font-family: "Oswald", sans-serif;
	color: #fff;
	background: #0054c6;
	border: 1px solid #0054c6;
	border-radius: 50%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.pagenav .page-numbers:hover {
	color: #0054c6 !important;
	border: 1px solid #0054c6;
	background: #fff !important
}
.pagenav .page-numbers.dots, .pagenav .page-numbers.dots:hover {
	color: #0054c6 !important;
	background: none !important;
	border: none
}
.pagenav .current {
	color: #0054c6 !important;
	border: 1px solid #0054c6;
	background: #fff !important
}
.pagination-1 .prev a, .pagination-1 .next a {
	gap: 0 4px;
	width: auto;
	padding: .5em .8em;
	line-height: 1
}
.pagination-1 .prev a::before, .pagination-1 .prev a::after, .pagination-1 .next a::before, .pagination-1 .next a::after {
	display: inline-block;
	transform: rotate(45deg);
	width: .3em;
	height: .3em;
	content: ""
}
.pagination-1 .prev a::before {
	border-bottom: 1px solid #009bed;
	border-left: 1px solid #009bed
}
.pagination-1 .next a::after {
	border-top: 1px solid #009bed;
	border-right: 1px solid #009bed
}
.has-black-color {
	color: #2c2c2c
}
.has-white-color {
	color: #fff
}
.has-red-color {
	color: #db1e1e
}
.back-pagetop {
	margin-top: 100px;
	text-align: center;
	position: relative
}
.back-pagetop .back-button {
	display: inline-flex;
	justify-content: space-between;
	width: 210px;
	padding: .88rem 0;
	text-align: center;
	color: #0054c6;
	font-size: .87rem;
	letter-spacing: 2px;
	background: #fff;
	justify-content: center;
	border-radius: 50px;
	flex-wrap: wrap;
	-webkit-transition: all .2s;
	transition: all .2s
}
.back-pagetop .back-button::before {
	content: "";
	width: 23px;
	margin: 0 5px 0 0;
	position: static;
	background: url("images/icon-arrow2.svg") no-repeat center center/100% auto;
	transform: rotate(180deg)
}
.back-pagetop .back-button:hover {
	color: #fff;
	background: #0054c6
}
.back-pagetop .back-button:hover::before {
	background: url("images/icon-arrow.svg") no-repeat center center/100% auto
}
.back-pagetop .pagetop-button {
	display: inline-block;
	vertical-align: middle;
	width: 47px;
	height: 47px;
	background: url("images/icon-pagetop2.svg") #0054c6 no-repeat center center/24px auto;
	position: absolute;
	right: -2rem;
	border-radius: 50px;
	z-index: 3
}
.back-pagetop .pagetop-button.fix {
	position: fixed;
	top: 85vh;
	right: 6rem
}
@media(hover: hover) {
	.back-pagetop .pagetop-button:hover {
		background: url("images/icon-pagetop.svg") #fff no-repeat center center/24px auto
	}
}
@media screen and (max-width: 1149px) {
	.back-pagetop .pagetop-button {
		right: 0
	}
}
@media screen and (max-width: 899px) {
	.back-pagetop .pagetop-button.fix {
		right: 2rem
	}
}
.sns-bookmark.bookmark-active .bookmark-button i::before {
	background: url("images/icon-bookmark3.svg") no-repeat center center/100% auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
@media screen and (max-width: 899px) {
	.sns-bookmark.bookmark-active .bookmark-button i::before {
		-webkit-filter: none;
		filter: none
	}
}
@media screen and (max-width: 899px) {
	.sns-bookmark {
		margin-bottom: 4rem;
		gap: 1.2rem;
		display: flex;
		justify-content: end
	}
}
.content-wrap .sns-button {
	width: 45px;
	text-align: center;
	position: absolute;
	top: 590px;
	right: 0;
	background: #7e7e7e;
	padding: 15px 4px;
	border-radius: 10px 0 0 10px;
	color: #fff;
	z-index: 3
}
.content-wrap .sns-button .button {
	height: 30px;
	margin: 6px 0;
	display: inline-block
}
.content-wrap .sns-button .button * {
	vertical-align: top
}
.content-wrap .sns-button a {
	display: block;
	width: 29px;
	height: 29px;
	padding: 0
}
.content-wrap .sns-button a::before, .content-wrap .sns-button a::after {
	display: none
}
.content-wrap .sns-button .x a {
	background: #fff;
	border-radius: 100px
}
.content-wrap .sns-button .x img {
	vertical-align: top;
	margin-top: 7px;
	width: 15px
}
@media screen and (max-width: 899px) {
	.content-wrap .sns-button {
		width: auto;
		padding: 0;
		display: flex;
		background: none;
		justify-content: end;
		gap: 1.2rem;
		position: inherit !important
	}
	.content-wrap .sns-button a {
		width: 31px;
		height: 31px;
		display: inline-block;
		vertical-align: top;
		-webkit-transition: all .2s;
		transition: all .2s
	}
	.content-wrap .sns-button a:hover {
		opacity: .8
	}
	.content-wrap .sns-button a i {
		vertical-align: top
	}
	.content-wrap .sns-button .x a {
		background: #2c2c2c
	}
	.content-wrap .sns-button .fa-facebook:before, .content-wrap .sns-button .fa-line:before {
		font-size: 31px;
		vertical-align: top
	}
	.content-wrap .sns-button .fa-facebook:before {
		color: #1877f2
	}
	.content-wrap .sns-button .fa-line:before {
		color: #06c755
	}
}
.content-wrap .bookmark-button {
	width: 45px;
	height: 176px;
	text-align: center;
	position: absolute;
	top: 765px;
	right: 0;
	padding: 20px 4px;
	border-radius: 10px 0 0 10px;
	color: #fff;
	writing-mode: vertical-rl;
	display: block;
	z-index: 3
}
.content-wrap .bookmark-button button {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.content-wrap .bookmark-button button i::before {
	content: "";
	width: 17px;
	height: 25px;
	display: inline-block;
	background: url("images/icon-bookmark.svg") no-repeat center center/100% auto
}
.content-wrap .bookmark-button button span {
	display: flex;
	width: 100%;
	writing-mode: vertical-rl;
	height: 145px;
	margin-top: 5px;
	font-size: 1rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	letter-spacing: 2px
}
@media screen and (max-width: 899px) {
	.content-wrap .bookmark-button {
		width: 22px;
		height: 31px;
		padding: 0;
		margin-top: 6px;
		display: block;
		position: inherit !important;
		background: none
	}
	.content-wrap .bookmark-button button {
		display: block
	}
	.content-wrap .bookmark-button button i::before {
		content: "";
		width: 22px;
		height: 30px;
		display: inline-block;
		background: url("images/icon-bookmark2.svg") no-repeat center center/100% auto
	}
}
@media screen and (max-width: 899px)and (hover: hover) {
	.content-wrap .bookmark-button button i:hover::before {
		background: url("images/icon-bookmark3.svg") no-repeat center center/100% auto
	}
}
@media screen and (max-width: 899px) {
	.content-wrap .bookmark-button button span {
		display: none
	}
}
.content-wrap .bookmark-add {
	display: none
}
.wp-block-image .alignright {
	margin: .5rem 0 2rem 2rem !important
}
.anc-multiculturalism.pg-foreigner .childs .childs-list .pagenav-image {
	width: 150px;
	min-width: 150px;
	height: 100px
}
.anc-multiculturalism.pg-foreigner .childs .childs-list img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: top
}
@media screen and (max-width: 575px) {
	.anc-multiculturalism.pg-foreigner .childs .childs-list .pagenav-image {
		width: 100px;
		min-width: 100px;
		height: 80px
	}
}
.anc-multiculturalism.pg-foreigner .childs .childs-list a:hover img {
	-webkit-filter: none;
	filter: none
}
.par-foreigner .entry-header .entry-title img {
	display: none
}
.date-cat {
	display: flex;
	gap: 20px;
	justify-content: end
}
.date-cat .entry-date {
	color: #666
}
.date-cat a {
	border: 1px solid;
	padding: 10px
}
.date-cat a:hover {
	opacity: .8
}
.date-cat a:hover::before {
	display: none
}
.alignright {
	float: right
}
.alignleft {
	float: left
}
@media screen and (max-width: 575px) {
	.wp-block-image .alignright, .wp-block-image .alignleft {
		width: 100%;
		margin: 0 !important;
		float: none !important;
		text-align: center
	}
	.wp-block-image .alignright img, .wp-block-image .alignleft img {
		margin: 0
	}
	.wp-block-image .aligncenter {
		width: 100%;
		text-align: center
	}
}
.c50 {
	width: 50% !important
}
.c100 {
	width: 100% !important
}
.ml10 {
	margin-left: 10px !important
}
.ml20 {
	margin-left: 20px !important
}
.mb15 {
	margin-bottom: 15px !important
}
.page-image2 {
	width: 700px;
	max-width: 100%;
	margin: auto auto 50px
}
.element-h2 {
	margin-top: 100px;
	background: #000;
	color: #fff;
	padding: 10px
}
.element-h3 {
	padding: 5px 10px;
	background: #e5e5e5
}
/*# sourceMappingURL=style.css.map */