/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

*, *::before, *::after {
	box-sizing: border-box;
	font: inherit;
	border: none;
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
	color: inherit;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
iframe, img, video {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

html {
	font-size: 16px;
	visibility: hidden;
}
html.active {
	visibility: visible;
}
body {
	text-align: justify;
	overflow-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #333333;
	letter-spacing: 0.025em;
	background-color: #f8f8f8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.underline {
	text-decoration: underline;
}
a.color {
	transition: 0.25s color ease;
}
a.color:hover {
	color: #286ea0;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 0.9375rem;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
p.note {
	font-size: 0.8125rem;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
span.required {
	color: #286ea0;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=button],
input[type=submit],
button,
textarea,
select {
	max-width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	outline: none;
	border-radius: 2.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
textarea,
select {
	vertical-align: top;
	color: #333333;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
select {
	height: 50px;
	line-height: calc(50px - 2px);
	padding: 0px 15px;
}
input[type=button],
input[type=submit],
button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 50px;
	text-align: center;
	font-weight: 500;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background-color: #286ea0;
	transition: 0.25s background-color ease;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
	background-color: #194666;
}
input[type=radio],
input[type=checkbox],
input[type=radio]::before,
input[type=checkbox]::before,
label.alternate input[type=radio] + span,
label.alternate input[type=checkbox] + span {
	width: 25px;
	height: 25px;
}
input[type=radio],
input[type=checkbox],
label.alternate {
	margin-right: 5px;
}
input[type=radio],
input[type=checkbox] {
	position: relative;
	vertical-align: middle;
	transform: translateX(-9999px);
}
input[type=radio]::before,
input[type=checkbox]::before,
input[type=radio]::after,
input[type=checkbox]::after,
label.alternate {
	cursor: pointer;
}
input[type=radio]::before,
input[type=checkbox]::before,
input[type=radio]::after,
input[type=checkbox]::after,
label.alternate input[type=radio] + span::before,
label.alternate input[type=checkbox] + span::before {
	position: absolute;
	content: "";
}
input[type=radio]::before,
input[type=checkbox]::before,
input[type=radio]::after,
input[type=checkbox]::after {
	transform: translate(9999px, -1px);
}
input[type=radio]::before,
input[type=checkbox]::before,
label.alternate input[type=radio] + span,
label.alternate input[type=checkbox] + span {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
}
input[type=radio]::after,
input[type=checkbox]::after,
label.alternate input[type=radio] + span::before,
label.alternate input[type=checkbox] + span::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after,
label.alternate input[type=radio]:checked + span::before,
label.alternate input[type=checkbox]:checked + span::before {
	opacity: 1;
}
input[type=radio]::before,
input[type=radio]::after,
label.alternate input[type=radio] + span,
label.alternate input[type=radio] + span::before {
	border-radius: 50%;
}
input[type=radio]::after,
label.alternate input[type=radio] + span::before {
	width: 12px;
	height: 12px;
	left: calc(50% - calc(12px * 0.5));
	top: calc(50% - calc(12px * 0.5));
	background-color: #286ea0;
}
input[type=checkbox]::before,
label.alternate input[type=checkbox] + span {
	border-radius: 2.5px;
}
input[type=checkbox]::after,
label.alternate input[type=checkbox] + span::before {
	width: 10px;
	height: 15px;
	left: calc(50% - calc(10px * 0.5));
	top: calc(50% - calc(15px * 0.5));
	border-right: 2px solid #286ea0;
	border-bottom: 2px solid #286ea0;
}
input[type=checkbox]::after {
	transform: translate(calc(9999px - 1px), -3px) rotate(45deg);
}
@-moz-document url-prefix() {
	input[type=radio],
	input[type=checkbox] {
		transform: translate(0px, -1px);
	}
}
label {
	display: inline-block;
	vertical-align: text-top;
}
label.alternate input[type=radio],
label.alternate input[type=checkbox] {
	display: none;
}
label.alternate input[type=radio] + span,
label.alternate input[type=checkbox] + span {
	display: block;
	position: relative;
	cursor: pointer;
}
label.alternate input[type=checkbox] + span::before {
	transform: translate(0px, -3px) rotate(45deg);
}
textarea {
	padding: 10px 15px;
}
select {
	padding-right: 40px;
	background-image: url(../images/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 10px;
}
::placeholder {
	color: #bbbbbb;
}
form#searchform label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "icon";
	src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-paper:before {
	content: "\e900";
}
i.icon-pdf:before {
	content: "\e901";
}
i.icon-word:before {
	content: "\e902";
}
i.icon-excel:before {
	content: "\e903";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}
hr {
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d9d9;
	margin: 20px 0px;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f8f8f8;
	border-radius: 2.5px;
}
div.video-wrapper {
	position: relative;
	aspect-ratio: 16 / 9;
}
div.video-wrapper iframe,
div.video-wrapper video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
iframe.wp-embedded-content {
	display: block;
	width: 100%;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}
div#trigger {
	position: absolute;
	left: 0px;
	top: 50vh;
	pointer-events: none;
}
p.button-default,
p.button-default a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	font-weight: 500;
}
p.button-default a {
	align-items: center;
	width: 240px;
	height: 50px;
	border: 1px solid #286ea0;
	border-radius: 2.5px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
p.button-default a:hover {
	color: #ffffff;
	background-color: #286ea0;
}
p.button-reverse a {
	color: #ffffff;
	background-color: #286ea0;
}
p.button-reverse a:hover {
	border-color: #194666;
	background-color: #194666;
}
p.image {
	overflow: hidden;
}
p.image img {
	width: 100%;
	height: auto;
}
p.image-zoom img {
	transition: 0.25s transform ease;
}
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
*.scroll.fade,
*.fade-each > *,
*.scroll.fade-slide {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll.fade,
*.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade.active,
*.fade-each.active > *,
*.scroll.fade-slide.active {
	opacity: 1;
}
*.scroll.fade-slide {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide.active {
	transform: translate(0px, 0px);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.delay-01 {
	transition-delay: calc(0.125s * 1);
}
*.delay-02 {
	transition-delay: calc(0.125s * 2);
}
*.delay-03 {
	transition-delay: calc(0.125s * 3);
}
*.delay-04 {
	transition-delay: calc(0.125s * 4);
}
*.delay-05 {
	transition-delay: calc(0.125s * 5);
}
*.delay-06 {
	transition-delay: calc(0.125s * 6);
}
*.delay-07 {
	transition-delay: calc(0.125s * 7);
}
*.delay-08 {
	transition-delay: calc(0.125s * 8);
}
*.delay-09 {
	transition-delay: calc(0.125s * 9);
}
*.delay-10 {
	transition-delay: calc(0.125s * 10);
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	z-index: 100;
	border-bottom: 1px solid #d9d9d9;
	background-color: #ffffff;
}
body.admin-bar header#header {
	top: 32px;
}
header#header h1 {
	position: absolute;
	left: 20px;
	top: 25px;
	font-size: 1.25rem;
	font-weight: 700;
}
header#header h1 a {
	display: flex;
	align-items: center;
	color: #286ea0;
}
header#header h1 span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header#header h1 em {
	display: block;
	position: relative;
	width: 7.5px;
}
header#header h1 em::before {
	position: absolute;
	width: 0px;
	height: 35px;
	left: calc(50% - 0.5px);
	top: calc(50% - 17.5px);
	border-right: 1px solid #286ea0;
	content: "";
	transform: rotate(15deg);
}
header#header nav#navi {
	position: absolute;
	right: 150px;
	top: 25px;
}
header#header nav#navi ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi ul li {
	font-weight: 500;
}
header#header nav#navi ul li:not(:last-child) {
	margin-right: 30px;
}
header#header div.login-logout {
	position: absolute;
	right: 20px;
	top: 20px;
}
header#header div.login-logout p.button-default a {
	width: 100px;
	height: 40px;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	position: relative;
	padding: 60px 0px 50px 0px;
	background-color: #ffffff;
}
div#cover::before {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 128px;
	height: 128px;
	left: calc(50% - 64px);
	top: calc(50% - 56px);
	font-family: "icon";
	font-size: 8rem;
	line-height: 1em;
	color: #d9d9d9;
	content: "\e900";
}
div#cover div.text {
	position: relative;
	text-align: center;
}
div#cover div.text h1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 3.25rem;
	color: #286ea0;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
div#cover div.text h1 a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
div#cover div.text h1 span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div#cover div.text h1 em {
	display: block;
	position: relative;
	width: 12.5px;
}
div#cover div.text h1 em::before {
	position: absolute;
	width: 0px;
	height: 60px;
	left: calc(50% - 0.5px);
	top: calc(50% - 30px);
	border-right: 1px solid #286ea0;
	content: "";
	transform: rotate(15deg);
}
div#cover div.text p.sub {
	font-family: "EB Garamond", sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5rem;
	color: #286ea0;
}



/* --------------------------------------------------------------------------------
search
-------------------------------------------------------------------------------- */

div#search {
	position: relative;
	z-index: 10;
	background-color: #f8f8f8;
}
div#search div.inner-search {
	position: relative;
	width: 920px;
	margin: auto;
	padding: 20px 0px;
}
div#search div.component {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
div#search div.component:not(.component-word):not(.component-tag) {
	margin-bottom: 20px;
}
div#search div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 120px;
	min-height: 50px;
	font-weight: 500;
}
div#search div.component div.body {
	width: calc(100% - 120px);
}
div#search div.component-word div.body {
	width: 100%;
}
div#search div.component div.body input[type=text] {
	width: 100%;
}
div#search div.component-word div.body,
div#search div.component-year div.body,
div#search div.component-tag div.body {
	display: flex;
	flex-wrap: wrap;
}
div#search div.component-word div.body {
	justify-content: space-between;
}
div#search div.component-word div.body input[type=text] {
	width: calc(100% - 110px);
}
div#search div.component-word div.body button {
	width: 100px;
}
div#search div.component-year div.body select {
	width: calc(50% - 20px);
}
div#search div.component-year div.body p.separate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
}
div#search div.component-tag div.body > label {
	display: block;
	margin-bottom: 5px;
}
div#search div.component-tag div.body > label:not(:last-child) {
	margin-right: 20px;
}
div#search div.detail {
	height: 0px;
	overflow: hidden;
}
div#search div.detail div.inner-detail {
	padding-top: 20px;
}
div#search div.action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div#search p.button-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	right: 0px;
	bottom: -30px;
	font-size: 0.8125rem;
	font-weight: 500;
}
div#search p.button-detail span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	color: #286ea0;
	cursor: pointer;
	padding-right: 2.5px;
	background-color: #f8f8f8;
	border-radius: 0px 0px 2.5px 2.5px;
	transition: 0.25s color ease;
}
div#search p.button-detail span:hover {
	color: #194666;
}
div#search p.button-detail i.arrow {
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	margin-right: 7.5px;
}
div#search p.button-detail i.arrow::before {
	position: absolute;
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	border-right: 2px solid #286ea0;
	border-top: 2px solid #286ea0;
	content: "";
	transition: 0.25s border-color ease, 0.25s transform ease;
	transform: translateY(-2px) rotate(135deg);
}
div#search p.button-detail span:hover i.arrow::before {
	border-color: #194666;
}
div#search.open p.button-detail i.arrow::before {
	transform: translateY(4px) rotate(-45deg);
}
div#search p.button-detail i.open {
	display: block;
}
div#search.open p.button-detail i.open,
div#search p.button-detail i.close {
	display: none;
}
div#search.open p.button-detail i.close {
	display: block;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main,
main section,
main section div.inner-section {
	position: relative;
}
main {
	background-color: #ffffff;
}
main section div.inner-section {
	width: 920px;
	margin: auto;
	padding: 80px 0px;
}
main section header.common {
	text-align: center;
	margin-bottom: 80px;
}
main section header.common h1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-indent: 0.1em;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	color: #286ea0;
	letter-spacing: 0.1em;
}
main section header.common span {
	display: block;
	border-bottom: 2px solid #d9d9d9;
	padding: 0px 5px 10px 5px;
}
main div.breadcrumb {
	line-height: 1.5rem;
	margin-bottom: 15px;
}
main div.breadcrumb ul li {
	display: inline;
}
main div.breadcrumb ul li:not(:last-child)::after {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0px 7.5px;
	border-right: 1px solid #a6a6a6;
	border-top: 1px solid #a6a6a6;
	content: "";
	transform: translateY(-2px) rotate(45deg);
}
main article.common div.body a {
	text-decoration: underline;
}
main article.common div.body h1,
main article.common div.body h2,
main article.common div.body h3,
main article.common div.body h4,
main article.common div.body h5,
main article.common div.body h6,
main article.common div.body strong {
	font-weight: 700;
}
main article.common div.body em {
	font-style: italic;
}
main article.common div.body blockquote {
	padding: 20px 25px;
	background-color: #f8f8f8;
	border-radius: 2.5px;
}
main article.common div.body ul li,
main ul.bullet li {
	position: relative;
	padding-left: 20px;
}
main article.common div.body ul li::before,
main ul.bullet li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 13px;
	background-color: #333333;
	content: "";
	border-radius: 50%;
}
main article.common div.body ol {
	padding-left: 20px;
}
main article.common div.body ol li {
	list-style-type: decimal;
}
main article.common div.body table {
	width: 100%;
}
main article.common div.body table th,
main article.common div.body table td {
	border: 1px solid #d9d9d9;
	padding: 10px;
}
main article.common div.body table th {
	background-color: #f8f8f8;
}
main article.common div.body img.alignleft {
	margin-left: 0px;
	margin-right: auto;
}
main article.common div.body img.alignright {
	margin-left: auto;
	margin-right: 0px;
}
main article.common div.body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
main article.common div.body a.wp-block-button__link,
main article.common div.body a.wp-block-file__button {
	display: inline-block;
	height: 50px;
	text-decoration: none;
	font-size: 0.9375rem;
	line-height: 50px;
	color: #ffffff;
	padding: 0px 20px;
	background-color: #286ea0;
	border-radius: 2.5px;
	transition: 0.25s background-color ease;
}
main article.common div.body a.wp-block-button__link:hover,
main article.common div.body a.wp-block-file__button:hover {
	background-color: #194666;
}
main div#pager,
main nav#navi-article {
	line-height: 1rem;
	margin-top: 80px;
}
main div#pager,
main nav#navi-article ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main div#pager {
	margin-bottom: -10px;
}
main div#pager span,
main div#pager a,
main nav#navi-article ul li {
	margin: 0px 5px;
}
main div#pager span,
main div#pager a,
main nav#navi-article ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 30px;
	color: #286ea0;
	border: 1px solid #d9d9d9;
	border-radius: 2.5px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
main div#pager span,
main div#pager a {
	margin-bottom: 10px;
}
main div#pager span,
main div#pager a:not(.prev):not(.next) {
	width: 30px;
}
main div#pager span.current,
main div#pager a:hover,
main nav#navi-article ul li a:hover {
	color: #ffffff;
	border-color: #286ea0;
	background-color: #286ea0;
}
main div#pager a.prev,
main div#pager a.next {
	padding: 0px 10px;
}
main nav#navi-article ul li {
	width: 100px;
}

/* home
-------------------------------------------------------------------------------- */

main section#home-archive div.category-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
main section#home-archive div.category-tag div.category {
	width: 540px;
}
main section#home-archive div.category-tag div.category div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#home-archive div.category-tag div.category div.list div.row-banner {
	padding: 20px 25px;
	background-color: #f8f8f8;
	border-radius: 2.5px;
}
main section#home-archive div.category-tag div.category div.list div.row h3 {
	position: relative;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	padding-left: 15px;
}
main section#home-archive div.category-tag div.category div.list div.row h3 a {
	color: #286ea0;
}
main section#home-archive div.category-tag div.category div.list div.row h3 a:hover {
	color: #194666;
}
main section#home-archive div.category-tag div.category div.list div.row h3::before {
	position: absolute;
	width: 0px;
	height: calc(100% - 5px);
	left: 0px;
	top: 4px;
	border-right: 5px solid #286ea0;
	content: "";
}
main section#home-archive div.category-tag div.category div.list div.row-banner a {
	display: block;
}
main section#home-archive div.category-tag div.category div.list div.row-banner h3 {
	color: #286ea0;
	margin-bottom: 5px;
	padding-left: 0px;
	transition: 0.25s color ease;
}
main section#home-archive div.category-tag div.category div.list div.row-banner a:hover h3 {
	color: #194666;
}
main section#home-archive div.category-tag div.category div.list div.row-banner h3::before {
	display: none;
}
main section#home-archive div.category-tag div.category div.list div.row-banner p.sub {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1rem;
	margin-bottom: 10px;
}
main section#home-archive div.category-tag div.category div.list div.row-banner p.sub span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 30px;
	border: 1px solid #d9d9d9;
	padding: 0px 10px;
	background-color: #ffffff;
	border-radius: 2.5px;
}
main section#home-archive div.category-tag div.category div.list div.row div.sub {
	padding-left: 20px;
}
main section#home-archive div.category-tag div.category div.list div.row div.nest div.nest {
	height: 0px;
	overflow: hidden;
}
main section#home-archive div.category-tag div.category div.list div.row ul {
	padding-top: 10px;
}
main section#home-archive div.category-tag div.category div.list div.row ul li,
main section#home-archive div.category-tag div.tag div.list div.row ul li {
	position: relative;
	text-align: left;
	line-height: 1.5rem;
}
main section#home-archive div.category-tag div.category div.list div.row ul li {
	padding-left: 15px;
}
main section#home-archive div.category-tag div.category div.list div.row ul li:not(:last-child) {
	margin-bottom: 10px;
}
main section#home-archive div.category-tag div.category div.list div.row ul li::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 9px;
	border-right: 2px solid #286ea0;
	border-top: 2px solid #286ea0;
	content: "";
	transform: rotate(45deg);
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child span {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	transform: translateY(-1px);
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child span i {
	position: absolute;
	width: 20px;
	height: 20px;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	background-color: #286ea0;
	border-radius: 2.5px;
	transition: 0.25s background-color ease;
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child span i:hover {
	background-color: #194666;
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child span i::before,
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child span i::after {
	position: absolute;
	width: 10px;
	height: 1px;
	left: calc(50% - 5px);
	top: calc(50% - 1px);
	border-bottom: 2px solid #ffffff;
	content: "";
	transition: 0.25s opacity ease, 0.25s transform ease;
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child span i::after {
	transform: rotate(90deg);
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child.open > a > span i::before {
	transform: rotate(90deg);
	opacity: 0;
}
main section#home-archive div.category-tag div.category div.list div.row ul li.has-child.open > a > span i::after {
	transform: rotate(180deg);
}
main section#home-archive div.category-tag div.tag {
	width: calc(100% - 580px);
	border: 1px solid #d9d9d9;
	padding: 20px 25px;
	border-radius: 2.5px;
}
main section#home-archive div.category-tag div.tag h3 {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #286ea0;
	letter-spacing: 0em;
	border-bottom: 2px solid #286ea0;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
main section#home-archive div.category-tag div.tag div.list div.row ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px -10px 0px;
}
main section#home-archive div.category-tag div.tag div.list div.row ul li {
	margin: 0px 10px 10px 0px;
}
main section#home-archive div.category-tag div.tag div.list div.row ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #286ea0;
	border: 1px solid #286ea0;
	padding: 0px 5px 1px 5px;
	border-radius: 2.5px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main section#home-archive div.category-tag div.tag div.list div.row ul li a:hover {
	color: #ffffff;
	background-color: #286ea0;
}
main section#home-archive div.category-tag div.tag p.button-more {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.8125rem;
	font-weight: 500;
}
main section#home-archive div.category-tag div.tag p.button-more span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #286ea0;
	cursor: pointer;
	transition: 0.25s color ease;
}
main section#home-archive div.category-tag div.tag p.button-more span:hover {
	color: #194666;
}
main section#home-archive div.category-tag div.tag p.button-more i.arrow {
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	margin-right: 7.5px;
}
main section#home-archive div.category-tag div.tag p.button-more i.arrow::before {
	position: absolute;
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	border-right: 2px solid #286ea0;
	border-top: 2px solid #286ea0;
	content: "";
	transition: 0.25s border-color ease, 0.25s transform ease;
	transform: translateY(-2px) rotate(135deg);
}
main section#home-archive div.category-tag div.tag p.button-more span:hover i.arrow::before {
	border-color: #194666;
}
main section#home-archive div.category-tag div.tag.open p.button-more i.arrow::before {
	transform: translateY(4px) rotate(-45deg);
}
main section#home-archive div.category-tag div.tag p.button-more i.open {
	display: block;
}
main section#home-archive div.category-tag div.tag.open p.button-more i.open,
main section#home-archive div.category-tag div.tag p.button-more i.close {
	display: none;
}
main section#home-archive div.category-tag div.tag.open p.button-more i.close {
	display: block;
}
main section#home-news {
	background-color: #f8f8f8;
}
main section#home-news div.inner-section {
	padding-top: 60px;
}
main section#home-news div.inner-section header {
	text-align: center;
	margin-bottom: 40px;
}
main section#home-news div.inner-section header h2 {
	text-indent: 0.1em;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	color: #286ea0;
	letter-spacing: 0.1em;
}
main section#home-news div.list-news div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 25px;
}
main section#home-news div.list-news div.row:first-child {
	border-top: 1px solid #d9d9d9;
}
main section#home-news div.list-news div.row p.created {
	width: 120px;
	color: #a6a6a6;
}
main section#home-news div.list-news div.row h3 {
	font-size: 0.9375rem;
	font-weight: 500;
	width: calc(100% - 120px);
}

/* paper
-------------------------------------------------------------------------------- */

main div.list-paper div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 25px;
}
main div.list-paper div.row:first-child {
	border-top: 1px solid #d9d9d9;
}
main div.list-paper div.row div.headline-sub {
	width: 640px;
}
main div.list-paper div.row div.headline-sub h3 {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0em;
}
main div.list-paper div.row div.headline-sub h3 a {
	color: #286ea0;
}
main div.list-paper div.row div.headline-sub h3 a:hover {
	color: #194666;
}
main div.list-paper div.row div.author-date-publish {
	width: calc(100% - 680px);
	line-height: 1.5rem;
}
main div.list-paper div.row div.author-date-publish div.author,
main div.list-paper div.row div.author-date-publish div.author ul,
main div.list-paper div.row div.author-date-publish div.author ul li,
main div.list-paper div.row div.author-date-publish p.date-publish {
	display: inline;
}
main div.list-paper div.row div.author-date-publish div.author ul::after {
	content: "／";
}
main div.list-paper div.row div.author-date-publish div.author ul li {
	font-feature-settings: normal;
}
main div.list-paper div.row div.author-date-publish div.author ul li:not(:last-child)::after {
	content: "、";
}
main div.list-paper div.row p.disable {
	color: #bbbbbb;
}
main article.paper header {
	margin-bottom: 80px;
}
main article.paper header div.headline-sub {
	padding-left: 15px;
}
main article.paper header div.headline-sub {
	position: relative;
}
main article.paper header div.headline-sub:not(:last-child) {
	margin-bottom: 20px;
}
main article.paper header div.headline-sub::before {
	position: absolute;
	width: 0px;
	height: calc(100% - 5px);
	left: 0px;
	top: 4px;
	border-right: 5px solid #286ea0;
	content: "";
}
main article.paper header div.headline-sub h1 {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2.125rem;
	color: #286ea0;
	letter-spacing: 0em;
}
main article.paper header p.sub {
	font-size: 1.0625rem;
}
main article.paper p.file {
	font-weight: 500;
	padding: 20px 30px;
	background-color: #f8f8f8;
	border-radius: 2.5px;
}
main article.paper p.file:not(:last-child) {
	margin-bottom: 80px;
}
main article.paper p.file a {
	display: block;
	position: relative;
	padding-left: 40px;
}
main article.paper p.file a::before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "icon";
	font-size: 1.875rem;
}
main article.paper p.file a[href$="pdf"]::before {
	color: #ff402f;
	content: "\e901";
}
main article.paper p.file a[href$="doc"]::before,
main article.paper p.file a[href$="docx"]::before {
	color: #1d409d;
	content: "\e902";
}
main article.paper p.file a[href$="xls"]::before,
main article.paper p.file a[href$="xlsx"]::before {
	color: #007732;
	content: "\e903";
}
main article.paper div.list div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 25px;
}
main article.paper div.list div.row:first-child {
	border-top: 1px solid #d9d9d9;
}
main article.paper div.list div.row p.label {
	width: 200px;
	color: #a6a6a6;
}
main article.paper div.list div.row div.body {
	width: calc(100% - 200px);
}
main article.paper div.list div.row-tag ul {
	padding: 0.1875rem 0px;
}
main article.paper div.list div.row-tag ul li {
	position: relative;
	line-height: 1.5rem;
	padding-left: 15px;
}
main article.paper div.list div.row-tag ul li:not(:last-child) {
	margin-bottom: 10px;
}
main article.paper div.list div.row-tag ul li::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 9px;
	border-right: 2px solid #286ea0;
	border-top: 2px solid #286ea0;
	content: "";
	transform: rotate(45deg);
}
main section#paper p.attention {
	text-align: center;
	font-weight: 500;
	color: #286ea0;
	margin-bottom: 80px;
	padding: 20px 30px;
	background-color: #f8f8f8;
	border-radius: 2.5px;
}
main section#paper div.header-category {
	margin-bottom: 40px;
}
main section#paper div.header-category h2 {
	position: relative;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2.125rem;
	color: #286ea0;
	letter-spacing: 0em;
	padding-left: 15px;
}
main section#paper div.header-category h2:not(:last-child) {
	margin-bottom: 15px;
}
main section#paper div.header-category h2::before {
	position: absolute;
	width: 0px;
	height: calc(100% - 5px);
	left: 0px;
	top: 4px;
	border-right: 5px solid #286ea0;
	content: "";
}
main section#paper div.header-category div.nest {
	border: 1px solid #d9d9d9;
	padding: 20px 25px;
	border-radius: 2.5px;
}
main section#paper div.header-category ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -10px 0px;
}
main section#paper div.header-category ul li {
	position: relative;
	line-height: 1.5rem;
	margin: 0px 40px 10px 0px;
	padding-left: 15px;
}
main section#paper div.header-category ul li::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 9px;
	border-right: 2px solid #286ea0;
	border-top: 2px solid #286ea0;
	content: "";
	transform: rotate(45deg);
}
main section#paper p.count,
main section#paper p.empty {
	margin-bottom: 10px;
}
main section#paper p.empty {
	text-align: center;
}

/* guide
-------------------------------------------------------------------------------- */

main section#guide div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#guide div.list div.row h2 {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 10px;
}
main section#guide div.list div.row p.description:not(:last-child) {
	margin-bottom: 10px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.header {
	margin-bottom: 60px;
}
main section.form div.mw_wp_form_preview div.header {
	display: none;
}
main section.form div.form div.component {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 30px;
}
main section.form div.mw_wp_form_preview div.form div.component {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 0px;
	padding: 20px 25px;
}
main section.form div.mw_wp_form_preview div.form div.component-first {
	border-top: 1px solid #d9d9d9;
}
main section.form div.mw_wp_form_preview div.form div.component-last {
	margin-bottom: 60px;
}
main section.form div.form div.component-application {
	display: none;
}
main section.form.application div.form div.component-application {
	display: flex;
}
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 320px;
	height: 50px;
	font-weight: 500;
	line-height: 25px;
}
main section.form div.form div.component-radio p.label,
main section.form div.form div.component-checkbox p.label {
	height: auto;
}
main section.form div.mw_wp_form_preview div.form div.component p.label {
	display: block;
	height: auto;
}
main section.form div.form div.component p.label span.require {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 40px;
	height: 20px;
	right: 0px;
	top: calc(50% - 10px);
	font-size: 0.8125rem;
	line-height: 1rem;
	color: #286ea0;
	border: 1px solid #286ea0;
	border-radius: 2.5px;
}
main section.form div.mw_wp_form_preview div.form div.component p.label span.require {
	display: none;
}
main section.form div.form div.component div.body {
	width: calc(100% - 360px);
}
main section.form div.form div.component-radio div.body,
main section.form div.form div.component-checkbox div.body {
	margin-bottom: -5px;
}
main section.form div.form div.component-radio-horizontal div.body,
main section.form div.form div.component-checkbox-horizontal div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.form div.component div.body input[type=text],
main section.form div.form div.component div.body input[type=email],
main section.form div.form div.component div.body select,
main section.form div.form div.component div.body textarea {
	width: 100%;
}
main section.form div.form div.component-radio div.body span.mwform-radio-field,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field,
main section.form div.form div.component-radio div.body span.mwform-radio-field > label,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field > label {
	display: block;
}
main section.form div.form div.component-radio div.body span.mwform-radio-field,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field {
	margin: 0px;
}
main section.form div.form div.component-radio div.body span.mwform-radio-field,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field {
	margin-bottom: 5px;
}
main section.form div.form div.component-radio-horizontal div.body span.mwform-radio-field:not(:last-of-type),
main section.form div.form div.component-checkbox-horizontal div.body span.mwform-checkbox-field:not(:last-of-type) {
	margin-right: 30px;
}
main section.form div.form div.component div.body span.error,
main section.form div.form div.agreement span.error {
	font-size: 0.8125rem;
	line-height: 25px;
	color: #286ea0;
}
main section.form div.form div.component div.body span.error {
	width: 100%;
	padding-top: 5px;
}
main section.form div.form div.agreement {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: calc(100% - 360px);
	margin: 0px 0px 60px auto;
}
main section.form div.mw_wp_form_preview div.form div.agreement {
	display: none;
}
main section.form div.form div.agreement span.mwform-checkbox-field,
main section.form div.form div.agreement span.mwform-checkbox-field > label {
	display: block;
}
main section.form div.form div.agreement span.mwform-checkbox-field {
	margin-right: 5px;
}
main section.form div.form div.agreement span.mwform-checkbox-field-text {
	display: none;
}
main section.form div.form div.agreement span.error {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -25px;
}
main section.form div.form div.action {
	display: flex;
	flex-wrap: wrap;
	padding-left: 360px;
}
main section.form div.mw_wp_form_preview div.form div.action {
	justify-content: center;
	padding-left: 0px;
}
main section.form div.form div.action input[type=button]:not(:last-child),
main section.form div.form div.action input[type=submit]:not(:last-child) {
	margin-right: 20px;
}

/* login
-------------------------------------------------------------------------------- */

main section#login div.inner-section {
	width: 480px;
}
main section#login div.component {
	display: flex;
	flex-wrap: wrap;
}
main section#login div.component-user {
	margin-bottom: 20px;
}
main section#login div.component-password {
	margin-bottom: 40px;
}
main section#login div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 120px;
	height: 50px;
}
main section#login div.component div.body {
	width: calc(100% - 120px);
}
main section#login div.component div.body input[type=text],
main section#login div.component div.body input[type=password] {
	width: 100%;
}
main section#login div.action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section#login div.action button:not(:last-child) {
	margin-bottom: 20px;
}
main section#login div.action p.fail {
	text-align: center;
	color: #286ea0;
}



/* --------------------------------------------------------------------------------
banner
-------------------------------------------------------------------------------- */

div#banner {
	background-color: #ffffff;
}
div#banner div.inner-banner {
	width: 920px;
	margin: auto;
	padding: 80px 0px;
}
div#banner div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -20px 0px;
}
div#banner div.list p.row {
	width: calc(25% - 20px);
	margin: 0px 20px 20px 0px;
}
div#banner div.list p.row a {
	display: block;
	position: relative;
}
div#banner div.list p.row a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	border: 1px solid #d9d9d9;
	content: "";
	transition: 0.375s border-color ease;
}
div#banner div.list p.row a:hover::before {
	border-color: #a6a6a6;
}
div#banner div.list p.row img {
	width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
	padding: 60px 0px 40px 0px;
}
footer#footer p#button-page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	pointer-events: none;
	opacity: 0;
	transition: 0.375s opacity ease;
}
div.scroll footer#footer p#button-page-top {
	pointer-events: auto;
	opacity: 1;
}
div.footer footer#footer p#button-page-top {
	position: absolute;
	top: -80px;
	bottom: auto;
}
footer#footer p#button-page-top a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.25s border-color ease, 0.25s background-color ease;
}
footer#footer p#button-page-top a:hover {
	border-color: #286ea0;
	background-color: #286ea0;
}
footer#footer p#button-page-top a::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
	border-right: 2px solid #286ea0;
	border-top: 2px solid #286ea0;
	content: "";
	transition: 0.25s border-color ease;
	transform: translateY(2px) rotate(-45deg);
}
footer#footer p#button-page-top a:hover::before {
	border-color: #ffffff;
}
footer#footer div.information {
	text-align: center;
	margin-bottom: 40px;
}
footer#footer div.information h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 5px;
}
footer#footer div.information h3 a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #286ea0;
}
footer#footer div.information h3 span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer#footer div.information h3 em {
	display: block;
	position: relative;
	width: 7.5px;
}
footer#footer div.information h3 em::before {
	position: absolute;
	width: 0px;
	height: 35px;
	left: calc(50% - 0.5px);
	top: calc(50% - 17.5px);
	border-right: 1px solid #286ea0;
	content: "";
	transform: rotate(15deg);
}
footer#footer div.information p.sub {
	font-family: "EB Garamond", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.25rem;
	color: #286ea0;
	margin-bottom: 20px;
}
footer#footer div.information p.management {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.375rem;
	letter-spacing: 0em;
}
footer#footer p.copyright {
	text-align: center;
	font-size: 0.8125rem;
	line-height: 1.5rem;
	color: #a6a6a6;
}

/* home
-------------------------------------------------------------------------------- */

body.home footer#footer {
	border-top: none;
}