@charset "UTF-8";

/*!
Theme Name: JQA INFORMATION SITE 202511
Author: JQA
Description: JQA：「事業基盤の強化を考える情報サイト」オリジナルテンプレート　※旧記載情報→このstyle.css（asstes/sass/style.scss）はSCSSで生成されていました。
それをもとに、cssに追記しています。
*/
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
	box-sizing: border-box;
}

.pc-img {
	display: inline-block;
}

.sp-img {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc-img {
		display: none;
	}

	.sp-img {
		display: inline-block;
	}
}

*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button {
	text-transform: none;
}

select {
	text-transform: none;
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

body {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-weight: 400;
}

@use "../abstracts"as *;

/*--------------------------------------
base
---------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	position: relative;
}

ol,
ul,
li {
	padding-left: 0;
	list-style: none;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

a {
	transition: all .3s ease;
}

a::before,
a::after {
	transition: all .3s ease;
}

a:hover {
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.pc {
		display: none;
	}
}

@media (min-width: 992px) {
	.sp {
		display: none;
	}
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
dt,
dd {
	margin-bottom: 0;
}

*:focus {
	outline: none !important;
}

:root {
	--header-height: 60px;
}

html {
	height: 100%;
}

body {
	text-align: justify;
	text-justify: inter-ideograph;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.gf-mont,
body section .btn.comingsoon,
body#index section.topics .topics-head .en,
body#index section.post .post-item-cover {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.gf-notoserif,
body#index section.top-lead .top-lead-title,
body#index section.top-lead .top-lead-text,
body#index section.kv .copy .copy-main,
body#index section.lead .lead-title,
body#index section.feature .feature-main-title,
body#index section.post .post-head-title .ja,
body#index section.post .post-list-title,
body#index section.post .post-item-title,
body#continuity-service section.contents pre,
body#growth-service section.contents pre,
body#rule-design section.contents pre,
body#value section.contents pre,
body#practice section.contents pre,
body#continuity-service section.pagelink .pagelink-title,
body#growth-service section.pagelink .pagelink-title,
body#value section.pagelink .pagelink-title,
body#practice section.pagelink .pagelink-title,
body#thesis section.linkpost .linkpost-title,
body#thesis section.otherpost .otherpost-title,
body#archive-disaster section.training .training-title,
body#statement section.main .section-wrap {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.d-none {
	display: none !important;
}

#load {
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

#load.hide {
	opacity: 0;
	visibility: hidden;
}

#load .loader,
#load .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@media (max-width: 767.98px) {

	#load .loader,
	#load .loader:after {
		width: 3em;
		height: 3em;
	}
}

#load .loader {
	position: relative;
	margin: auto;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 94, 172, 0.2);
	border-right: 1.1em solid rgba(0, 94, 172, 0.2);
	border-bottom: 1.1em solid rgba(0, 94, 172, 0.2);
	border-left: 1.1em solid #005EAC;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}

@media all and (-ms-high-contrast: none) {
	#load .loader {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media (max-width: 767.98px) {
	#load .loader {
		border-width: .4em;
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

form.search {
	position: relative;
	margin-right: 1rem;
}

@media (max-width: 1199.98px) {
	form.search {
		margin-right: 0;
		width: 90%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

form.search input[type=text] {
	display: block;
	border-radius: 20px;
	width: 200px;
	height: 40px;
	border: 1px solid #CCCCCC;
	padding: 0 20px 0 40px;
	font-size: 16px;
	transition: all .3s ease;
	width: 120px;
}

@media (max-width: 1199.98px) {
	form.search input[type=text] {
		width: 100%;
	}
}

form.search input[type=text]:focus {
	box-shadow: 0 0 0 3px #005EAC;
}

form.search input[type=submit] {
	display: block;
	position: absolute;
	top: 4px;
	left: 6px;
	font-family: fontAwesome;
	font-size: 20px;
	border-radius: 0;
	background: none;
	border: none;
}

header#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	height: var(--header-height);
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
}

@media (max-width: 1199.98px) {
	header#header {
		height: var(--header-height);
	}
}

header#header a.brand {
	margin-left: 30px;
	display: block;
	width: 120px;
	height: 30px;
	margin-left: 15px;
	width: 100px;
	height: 25px;
}

header#header a.brand img {
	object-fit: cover;
}

header#header nav#gnav {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
}

@media (max-width: 1199.98px) {
	header#header nav#gnav {
		height: auto;
		position: absolute;
		top: var(--header-height);
		left: 0;
		width: 100%;
		background-color: #FFFFFF;
		flex-direction: column;
		padding: 0;
		box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
		opacity: 0;
		visibility: hidden;
	}
}

header#header nav#gnav.is-active {
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
}

header#header nav#gnav ul.nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1199.98px) {
	header#header nav#gnav ul.nav-list {
		flex-direction: column;
	}
}

/*
header#header nav#gnav li.nav-item {
	margin-right: 1rem;
}
*/
@media (min-width: 1199.98px) {
	header#header nav#gnav li.nav-item {
		padding-right: 1rem;
		border-right: 1px solid #ccc;
	}

	header#header nav#gnav li.nav-item:last-child {
		border-right: none;
		padding-right: 0;
	}
}

@media (max-width: 1199.98px) {
	header#header nav#gnav li.nav-item {
		margin-right: 0;
		padding: 1rem 0;
		position: relative;
	}
}

@media (max-width: 575.98px) {
	header#header nav#gnav li.nav-item {
		padding: 0.5rem 0;
	}
}

header#header nav#gnav li.nav-item::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #CCCCCC;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: none;
}

@media (max-width: 1199.98px) {
	header#header nav#gnav li.nav-item::before {
		display: block;
	}
}

header#header nav#gnav a.nav-link {
	display: block;
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
}

@media (max-width: 1399.98px) {
	header#header nav#gnav a.nav-link {
		font-size: 12px;
	}
}

@media (max-width: 1199.98px) {
	header#header nav#gnav a.nav-link {
		font-size: 20px;
	}
}

@media (max-width: 575.98px) {
	header#header nav#gnav a.nav-link {
		font-size: 16px;
	}
}

header#header nav#gnav a.nav-link:hover {
	color: #B2060F;
}

header#header nav#gnav .tools {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1199.98px) {
	header#header nav#gnav .tools {
		flex-direction: column;
		width: 100%;
	}
}

header#header nav#gnav a.contact-btn {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #B2060F;
	color: #FFFFFF;
	width: 200px;
	height: var(--header-height);
	width: 140px;
}

@media (max-width: 1199.98px) {
	header#header nav#gnav a.contact-btn {
		width: 100%;
	}
}

header#header nav#gnav a.contact-btn:hover {
	background-color: #000000;
}

header#header #hamburger {
	background-color: #005EAC;
	width: 60px;
	height: 60px;
	width: var(--header-height);
	height: var(--header-height);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	z-index: 9999;
}

@media (min-width: 1200px) {
	header#header #hamburger {
		display: none;
	}
}

header#header #hamburger:hover {
	background-color: #1394ff;
}

header#header #hamburger .hamburger {
	position: relative;
}

header#header #hamburger .hamburger,
header#header #hamburger .hamburger::before,
header#header #hamburger .hamburger::after {
	width: 35px;
	height: 4px;
	background-color: #FFFFFF;
	display: block;
	transition: all .3s ease;
}

header#header #hamburger .hamburger::before,
header#header #hamburger .hamburger::after {
	content: "";
	position: absolute;
	left: 0;
}

header#header #hamburger .hamburger::before {
	top: -10px;
}

header#header #hamburger .hamburger::after {
	bottom: -10px;
}

header#header #hamburger.is-active .hamburger::before {
	top: 0;
}

header#header #hamburger.is-active .hamburger::after {
	bottom: 0;
}

footer#footer {
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	z-index: 9998;
}

footer#footer nav#fnav {
	padding: 2rem 0;
}

@media (max-width: 575.98px) {
	footer#footer nav#fnav {
		padding: 2rem 0 0;
	}
}

footer#footer ul.nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	footer#footer ul.nav-list.list1 {
		display: none;
	}
}

footer#footer li.nav-item {
	padding: 0 1rem 2rem;
}

@media (min-width: 576px) {
	footer#footer ul.nav-list.list2 li.nav-item {
		padding: 0 1rem;
	}
}

@media (min-width: 576px) {
	footer#footer ul.nav-list.list2 li.nav-item:not(:last-child) {
		border-right: 1px solid #CCCCCC;
	}
}

footer#footer a.nav-link {
	display: block;
	color: #FFFFFF;
	line-height: 1;
}

footer#footer a.nav-link:hover {
	color: #005EAC;
}

footer#footer a.nav-link.pointer-events-none {
	pointer-events: none;
	opacity: 0.4;
}

footer#footer .brand {
	background-color: #FFFFFF;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 0;
}

footer#footer .brand img {
	width: 120px;
}

footer#footer p.cr {
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 1px;
}

@media (max-width: 991.98px) {
	footer#footer p.cr {
		font-size: 10px;
	}
}

body section .section-wrap {
	max-width: 1110px;
	width: calc(100% - 30px);
	margin-right: auto;
	margin-left: auto;
}

body section .btn {
	display: block;
	background-color: #B2060F;
	color: #FFFFFF;
	text-align: center;
	max-width: 650px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.43);
	padding: 19px 0;
	border: 2px solid #B2060F;
	position: relative;
	font-size: 22px;
}

@media (max-width: 575.98px) {
	body section .btn {
		text-align: left;
		padding: 19px 30px;
		font-size: 16px;
	}
}

body section .btn::after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 11.5%;
	width: 60px;
	height: 23px;
	background-image: url(assets/img/common/btnarw_w.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

body section .btn.comingsoon {
	pointer-events: none;
	background-color: #FFFFFF;
	color: #999999;
	border-color: #FFFFFF;
}

body section .btn:hover {
	background-color: #FFFFFF;
	color: #B2060F;
}

body section .btn:hover::after {
	background-image: url(assets/img/common/btnarw_r.svg);
}

body#index section.top-lead {
	display: block;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	padding-top: 60px;
	padding-bottom: 40px;
}

@media (max-width: 767.98px) {
	body#index section.top-lead {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

body#index section.top-lead.is-active {
	visibility: hidden;
	opacity: 0;
}

body#index section.top-lead .top-lead-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 750px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

body#index section.top-lead .top-lead-title {
	font-size: 32px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

@media (max-width: 575.98px) {
	body#index section.top-lead .top-lead-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

body#index section.top-lead .top-lead-text {
	width: 100%;
	font-size: 18px;
	/* デザイン変更により｜KS*/
	/*  line-height: 2.5;*/
	line-height: 2;
	margin-bottom: 20px;
}

@media (max-width: 575.98px) {
	body#index section.top-lead .top-lead-text {
		font-size: 14px;
		/* デザイン変更により｜KS*/
		/*    line-height: 2;*/
		line-height: 1.5;
		margin-bottom: 10px;
	}
}

body#index section.top-lead .top-lead-name {
	width: 100%;
	text-align: right;
	margin-bottom: 22px;
}

body#index section.top-lead .top-lead-position {
	line-height: 2;
	margin-bottom: 7px;
}

@media (max-width: 575.98px) {
	body#index section.top-lead .top-lead-position {
		font-size: 12px;
	}
}

body#index section.top-lead .top-lead-sign {
	margin-left: auto;
}

@media (max-width: 575.98px) {
	body#index section.top-lead .top-lead-sign {
		width: 98px;
	}
}

body#index section.kv {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
	position: relative;
}

body#index section.kv .copy {
	position: absolute;
	/*ステイトメントボタン非表示によりメインキャッチの位置を修正｜KS*/
	/*  top: 25.1vh;*/
	top: 30.1vh;
	right: 0;
	left: 0;
	width: 43.3vw;
	margin: auto;
	z-index: 3;
	color: #FFFFFF;
	text-align: center;
}

@media (max-width: 991.98px) {
	body#index section.kv .copy {
		/*キャッチが画面からはみ出る状況を解決｜KS*/
		/*    top: calc((var(--vh, 1vh) * 100 - 147vw)/2 + 67px);*/
		top: calc((var(--vh, 1vh) * 100 - 100vw)/2 + 67px);
		width: 86vw;
	}
}

body#index section.kv .copy .copy-main {
	font-size: 3vw;
	font-weight: 600;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
	body#index section.kv .copy .copy-main {
		font-size: 8.5vw;
	}
}

body#index section.kv .copy .copy-sub {
	font-size: 1.7vw;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
	body#index section.kv .copy .copy-sub {
		font-size: 5.9vw;
	}
}

body#index section.kv .copy .copy-space {
	margin-top: 0.8vw;
	margin-bottom: 0.8vw;
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
	body#index section.kv .copy .copy-space {
		margin-top: 4vw;
		margin-bottom: 4vw;
		height: 1px;
	}
}

body#index section.kv a.link {
	position: absolute;
	bottom: 8vh;
	right: 0;
	left: 0;
	margin: auto;
	padding: 16px 0;
	width: 26vw;
	display: block;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	z-index: 3;
	text-align: center;
	font-size: 24px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 6px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	letter-spacing: 1px;
	padding-left: 1px;
}

@media (max-width: 991.98px) {
	body#index section.kv a.link {
		bottom: calc((var(--vh, 1vh) * 100 - 147vw)/2 + 48px);
		width: 80vw;
		font-size: 20px;
		padding: 8px 0;
		border-width: 1px;
	}
}

body#index section.kv a.link:hover {
	background-color: #FFFFFF;
	color: #000000;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	text-shadow: none;
}

body#index section.kv .slide {
	width: 100%;
	height: 100%;
	z-index: 2;
}

body#index section.topics {
	padding-top: 83px;
	padding-bottom: 90px;
	/*TOPICSの場所を移動したことによりデザイン考慮｜KS*/
	background-color: #F5F5F5;
}

body#index section.topics .topics-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}

@media (max-width: 767.98px) {
	body#index section.topics .topics-wrap {
		flex-direction: column;
	}
}

body#index section.topics .topics-head {
	width: 220px;
	border-right: 3px solid #000000;
	margin-right: 37px;
}

@media (max-width: 767.98px) {
	body#index section.topics .topics-head {
		border-bottom: 3px solid #000000;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
}

body#index section.topics .topics-head .en {
	font-size: 40px;
	line-height: 1;
}

body#index section.topics .topics-head .ja {
	font-size: 16px;
}

body#index section.topics .topics-list {
	width: calc(100% - 220px);
}

@media (max-width: 767.98px) {
	body#index section.topics .topics-list {
		width: 100%;
	}
}

body#index section.topics .topics-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 575.98px) {
	body#index section.topics .topics-item {
		justify-content: flex-start;
		flex-wrap: wrap;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 0.5rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 576px) {
	body#index section.topics .topics-item:not(:last-child) {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 9px;
		margin-bottom: 10px;
	}
}

body#index section.topics .topics-item a {
	display: block;
}

body#index section.topics .topics-cat {
	width: 130px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	color: #000000;
}

body#index section.topics .topics-cat.topics-info {
	background-color: #000000;
	color: #FFFFFF;
}

body#index section.topics .topics-cat.topics-training {
	border-color: #B2060F;
	color: #B2060F;
}

body#index section.topics .topics-date {
	width: 145px;
	text-align: center;
	color: #999999;
}

body#index section.topics .topics-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}

@media (min-width: 576px) {
	body#index section.topics .topics-title {
		width: calc(100% - 275px);
	}
}

@media (max-width: 575.98px) {
	body#index section.topics .topics-title {
		padding: .5rem 0;
	}
}

body#index section.topics .topics-title:hover {
	color: #B2060F;
	text-decoration: underline;
}

body#index section.lead {
	display: flex;
	/*特集（論文）の場所を移動する場合の検討用｜KS */
	/*	margin-bottom: 60px; */
}

@media (max-width: 991.98px) {
	body#index section.lead {
		flex-direction: column;
	}
}

body#index section.lead .lead-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50%;
	height: 42.2916vw;
	/*見え方の変更のための検討用検討用｜KS */
	/*  height: 25vw; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 991.98px) {
	body#index section.lead .lead-box {
		height: 84.5832vw;
		/*見え方の変更のための検討用｜KS */
		/*  height: 40vw; */
	}
}

@media (max-width: 991.98px) {
	body#index section.lead .lead-box {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	body#index section.lead .lead-box {
		padding: 60px 10px;
		height: auto;
	}
}

body#index section.lead .lead-title {
	font-size: 36px;
	text-align: center;
	/*レイアウト変更に伴い変更｜KS*/
	/*  margin-bottom: 2rem;*/
	margin-bottom: 1.5rem;
	font-size: 28px;
}

body#index section.lead .lead-text {
	max-width: 435px;
	width: 100%;
	/*レイアウト変更に伴い変更｜KS*/
	/*  line-height: 2.5;*/
	line-height: 2;
	margin-bottom: 2.5rem;
	text-align: center;
}

body#index section.lead .lead-btn {
	display: block;
	border-width: 1px;
	border-style: solid;
	max-width: 435px;
	width: 100%;
	padding: 7px 0;
	text-align: center;
	position: relative;
}

body#index section.lead .lead-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 8.275%;
	width: 44px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body#index section.lead .lead-btn:hover {
	background-color: #B2060F;
	border-color: #B2060F !important;
}

body#index section.lead .lead-box.philosophy {
	background-image: url(assets/img/index/lead_bg01.jpg);
	color: #000000;
	/*レイアウト変更の検討用｜KS*/
	/*  background-image: url(assets/img/index/lead_bg03.jpg);*/
	/*  color: #FFFFFF;*/
}

body#index section.lead .lead-box.philosophy .lead-btn {
	border-color: #000000;
	color: #000000;
}

body#index section.lead .lead-box.philosophy .lead-btn::after {
	background-image: url(assets/img/common/btnarw_b.svg);
}

body#index section.lead .lead-box.philosophy .lead-btn:hover {
	color: #FFFFFF;
}

body#index section.lead .lead-box.philosophy .lead-btn:hover::after {
	background-image: url(assets/img/common/btnarw_w.svg);
}

body#index section.lead .lead-box.vision {
	background-image: url(assets/img/index/lead_bg02.jpg);
	color: #FFFFFF;
	/*レイアウト変更の検討用｜KS*/
	/*  background-image: url(assets/img/index/lead_bg01.jpg);*/
	/*  color: #000000;*/
}

body#index section.lead .lead-box.vision .lead-btn {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

body#index section.lead .lead-box.vision .lead-btn::after {
	background-image: url(assets/img/common/btnarw_w.svg);
}

body#index section.feature {
	padding: 80px 0;
}

@media (max-width: 767.98px) {
	body#index section.feature {
		padding: 40px 0;
	}
}

body#index section.feature .feature-main-title {
	border-radius: 5px;
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: 3px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 27px;
	/*リード文を入れるために変更｜KS*/
	/*  margin-bottom: 48px;*/
	margin-bottom: 36px;
}

body#index section.feature .feature-main-title .ja {
	font-size: 36px;
	margin-right: 27px;
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-main-title .ja {
		font-size: 24px;
		margin-right: 14px;
	}
}

body#index section.feature .feature-main-title .en {
	font-size: 24px;
	opacity: 0.6;
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-main-title .en {
		font-size: 16px;
	}
}

body#index section.feature .feature-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -23px;
	margin-left: -23px;
	margin-right: -15px;
	margin-left: -15px;
}

body#index section.feature .feature-article {
	width: 50%;
	padding-right: 23px;
	padding-left: 23px;
	margin-bottom: 68px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 767.98px) {
	body#index section.feature .feature-article {
		width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-article {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0;
	}
}

body#index section.feature .feature-link {
	display: block;
	position: relative;
}

body#index section.feature .feature-img {
	position: relative;
	width: 100%;
	z-index: 1;
}

body#index section.feature .feature-img::before {
	content: "";
	display: block;
	padding-top: 66.6%;
}

body#index section.feature .feature-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

body#index section.feature .feature-doc {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	padding-top: 32px;
	padding-left: 29px;
	margin-top: -103px;
	margin-left: 44px;
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-doc {
		margin-top: -40px;
		padding-top: 20px;
		padding-left: 20px;
		margin-left: 10px;
		padding-right: 20px;
	}
}

body#index section.feature .feature-date {
	color: #999;
	margin-bottom: 12px;
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-date {
		margin-bottom: 4px;
		font-size: 12px;
	}
}

body#index section.feature .feature-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
	color: #222;
}

@media (max-width: 767.98px) {
	body#index section.feature .feature-title {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-title {
		font-size: 16px;
		margin-bottom: 4px;
	}
}

body#index section.feature .feature-position {
	font-size: 14px;
	color: #005EAC;
	margin-bottom: 6px;
}

@media (max-width: 767.98px) {
	body#index section.feature .feature-position {
		font-size: 12px;
		margin-bottom: 4px;
	}
}

body#index section.feature .feature-name {
	font-size: 18px;
	font-weight: bold;
	color: #005EAC;
}

@media (max-width: 767.98px) {
	body#index section.feature .feature-name {
		font-size: 16px;
	}
}

body#index section.feature a.btn.post-link {
	margin-top: 20px;
}

body#index section.post {
	scroll-margin-top: 60px;
	padding-bottom: 120px;
	background-color: #F5F5F5;
}

@media (max-width: 767.98px) {
	body#index section.post {
		padding-bottom: 60px;
	}
}

body#index section.post .post-head {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	height: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 102px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head {
		height: 56.25vw;
		margin-bottom: 30px;
	}
}

@media (max-width: 575.98px) {
	body#index section.post .post-head {
		padding: 30px 0;
		height: auto;
	}
}

body#index section.post.growth .post-head {
	background-image: url(assets/img/index/growth_bg.jpg);
	background-position: right center;
}

body#index section.post.growth .post-head.resilience {
	background-image: url(assets/img/index/resilience_bg.jpg);
	background-position: left center;
}

@media (max-width: 767.98px) {
	body#index section.post.growth .post-head {
		background-image: url(assets/img/index/growth_bg@2x.jpg);
	}
}

body#index section.post.growth .post-head.value-through-standardization {
	background-image: url(assets/img/index/value-through-standardization_bg.jpg);
	background-position: right center;
}

@media (max-width: 767.98px) {
	body#index section.post.growth .post-head {
		background-image: url(assets/img/index/growth_bg@2x.jpg);
	}
}

body#index section.post.continuity .post-head {
	background-image: url(assets/img/index/continuity_bg.jpg);
	background-position: right center;
}

@media (max-width: 767.98px) {
	body#index section.post.continuity .post-head {
		background-image: url(assets/img/index/continuity_bg@2x.jpg);
	}
}

body#index section.post .post-head-title {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head-title {
		margin-bottom: 20px;
	}
}

body#index section.post .post-head-title .ja {
	font-size: 36px;
	margin-bottom: 9px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head-title .ja {
		font-size: 24px;
	}
}

body#index section.post .post-head-title .en {
	font-size: 18px;
	letter-spacing: 2px;
	padding-left: 2px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head-title .en {
		font-size: 16px;
	}
}

body#index section.post .post-head-lead {
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head-lead {
		padding-right: 15px;
		padding-left: 15px;
		text-align: left;
	}
}

@media (max-width: 575.98px) {
	body#index section.post .post-head-lead {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	body#index section.post .post-head-lead br {
		display: none;
	}
}

@media (min-width: 768px) {
	body#index section.post .section-wrap {
		display: flex;
		justify-content: space-between;
	}
}

body#index section.post .post-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 768px) {
	body#index section.post .post-list-box {
		width: calc(50% - 25px);
	}
}

body#index section.post .post-list {
	margin-bottom: 80px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-list {
		margin-bottom: 30px;
	}
}

body#index section.post .post-list-title {
	width: 100%;
	border: 1px solid #B2060F;
	border-radius: 5px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 27px;
	margin-bottom: 48px;
	letter-spacing: 0.12em;
	color: #B2060F;
}

@media (max-width: 767.98px) {
	body#index section.post .post-list-title {
		margin-bottom: 30px;
		padding-left: 16px;
	}
}

body#index section.post .post-list-title .ja {
	font-size: 36px;
	margin-right: 35px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-list-title .ja {
		font-size: 20px;
		margin-right: 16px;
	}
}

body#index section.post .post-list-title .en {
	font-size: 24px;
	opacity: 0.6;
}

@media (max-width: 767.98px) {
	body#index section.post .post-list-title .en {
		font-size: 16px;
	}
}

body#index section.post .post-item {
	max-width: 350px;
	margin-right: 15px;
	margin-left: 15px;
	width: 100%;
	height: 423px;
	display: block;
	position: relative;
	background-color: #B2060F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

@media (max-width: 767.98px) {
	body#index section.post .post-item {
		max-width: 750px;
		width: 80vw;
		height: 44.8vw;
		margin-bottom: 30px;
	}
}

body#index section.post .post-item::after {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-image: url(assets/img/index/linkarw.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body#index section.post .post-item.comingsoon {
	pointer-events: none;
}

body#index section.post .post-item.comingsoon::after {
	display: none;
}

body#index section.post .post-item-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 211px;
	background-image: url(assets/img/index/box_bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 28px;
	color: #FFFFFF;
	padding: 33px 0 0 26px;
	font-weight: 400;
	transition: all .3s ease;
}

@media (max-width: 991.98px) {
	body#index section.post .post-item-title {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	body#index section.post .post-item-title {
		padding: 12px 0 0 18px;
		height: 80%;
	}
}

body#index section.post .post-item:hover .post-item-title {
	height: 100%;
}

body#index section.post .post-item.comingsoon {
	pointer-events: none;
}

body#index section.post .post-item-cover {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	font-weight: 600;
}

body:not(#index) section.kv {
	background-image: url(assets/img/common/kv.jpg);
	margin-top: 60px;
	width: 100%;
	height: 325px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	body:not(#index) section.kv {
		margin-bottom: 40px;
		height: 200px;
	}
}

body:not(#index) section.kv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

body#value-through-standardization section.kv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

body:not(#index) section.kv .kv-copy {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	line-height: 1.5;
	padding-bottom: 23px;
	letter-spacing: 4px;
	padding-left: 4px;
}

@media (max-width: 991.98px) {
	body:not(#index) section.kv .kv-copy {
		font-size: 24px;
		letter-spacing: 2px;
		padding-bottom: 14px;
		padding-left: 2px;
		margin-right: 20px;
		margin-left: 20px;
	}
}

body:not(#index) section.kv .kv-copy::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #FFFFFF;
}

@media (max-width: 991.98px) {
	body:not(#index) section.kv .kv-copy::after {
		height: 5px;
	}
}

body#rule-design section.kv,
body#standardization section.kv {
	background-image: url(assets/img/rule-activelearning/kv.jpg);
}

body#business-strategy section.kv {
	background-image: url(/wps/wp-content/uploads/2024/05/bs-kv.jpg);
}

body#growth-service section.kv {
	background-image: url(assets/img/growth-service/kv.jpg);
}

body#disaster-activelearning section.kv {
	background-image: url(assets/img/disaster-activelearning/kv.jpg);
}

body#continuity-service section.kv {
	background-image: url(assets/img/continuity-service/kv.jpg);
}

body#reader-contact section.kv {
	background-image: url(assets/img/reader-contact/kv.jpg);
}

body#archive-topics section.kv {
	background-image: url(assets/img/archive-topics/kv.jpg);
}

body#archive-thesis section.kv {
	background-image: url(assets/img/archive-thesis/kv.jpg);
}

body#single-topics section.kv {
	background-image: url(assets/img/single-topics/kv.jpg);
}

body#value section.kv {
	background-image: url(assets/img/value/kv.jpg);
}

body#practice section.kv {
	background-image: url(assets/img/practice/kv.jpg);
}

body#faq section.kv {
	background-image: url(assets/img/faq/kv.jpg);
}

body#contact section.kv {
	background-image: url(assets/img/contact/kv.jpg);
}

body#activelearning section.kv {
	background-image: url(assets/img/activelearning/kv.jpg);
}

body#thesis section.kv {
	background-image: url(assets/img/thesis/kv.jpg);
}

body#search section.kv {
	background-image: url(assets/img/search/kv.jpg);
}

body#value-through-standardization section.kv {
	background-image: url(assets/img/value-through-standardization/kv.jpg);
	background-position:80% 50%;
}

body#perspective section.kv {
	background-image: url(assets/img/perspective/kv.jpg);
}

body#what-is-standardization section.kv {
	background-image: url(assets/img/what-is-standardization/kv.jpg);
}


body#value section.kv::before {
	background-color: rgba(0, 0, 0, 0.36);
}

body#faq section.kv::before {
	background-color: rgba(0, 0, 0, 0.36);
}

body#contact section.kv::before {
	background-color: rgba(0, 0, 0, 0.36);
}

body#thesis section.kv::before {
	background-color: rgba(0, 0, 0, 0.36);
}

body#d-activelearning section.kv::before {
	background-color: rgba(0, 0, 0, 0.36);
}

body#search section.kv::before {
	background-color: rgba(0, 0, 0, 0.36);
}

body#archive-topics section.contents .tax-nav {
	margin-bottom: 44px;
}

body#archive-topics section.contents .tax-list {
	display: flex;
	height: 60px;
}

body#archive-topics section.contents .tax-link {
	border-top-left-radius: 10px;
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 100%;
}

@media (min-width: 768px) {
	body#archive-topics section.contents .tax-link {
		width: calc((100% - 190px)/2);
	}
}

body#archive-topics section.contents .tax-link.topics-all {
	border-color: #001133;
	color: #001133;
}

@media (min-width: 768px) {
	body#archive-topics section.contents .tax-link.topics-all {
		width: 190px;
	}
}

body#archive-topics section.contents .tax-link.topics-all:hover,
body#archive-topics section.contents .tax-link.topics-all.is-active {
	background-color: #001133;
	color: #FFFFFF;
}

body#archive-topics section.contents .tax-link.topics-info {
	border-color: #000000;
	color: #000000;
}

body#archive-topics section.contents .tax-link.topics-info:hover,
body#archive-topics section.contents .tax-link.topics-info.is-active {
	background-color: #000000;
}

body#archive-topics section.contents .tax-link.topics-training {
	border-color: #B2060F;
	color: #B2060F;
}

body#archive-topics section.contents .tax-link.topics-training:hover,
body#archive-topics section.contents .tax-link.topics-training.is-active {
	background-color: #B2060F;
}

body#archive-topics section.contents .tax-link:hover,
body#archive-topics section.contents .tax-link.is-active {
	color: #FFFFFF;
}

body#archive-topics section.contents .tax-underbar {
	width: 100%;
	height: 15px;
	background-color: #001133;
}

body#archive-topics section.contents .tax-underbar.topics-info {
	background-color: #000000;
}

body#archive-topics section.contents .tax-underbar.topics-training {
	background-color: #B2060F;
}

body#archive-topics section.contents .post-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

body#archive-topics section.contents .post-img {
	background-color: #999999;
	width: 265px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	body#archive-topics section.contents .post-img {
		width: 23%;
	}
}

body#archive-topics section.contents .post-img::before {
	content: "";
	padding-top: 83.7735%;
	width: 100%;
	display: block;
}

body#archive-topics section.contents .post-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}

body#archive-topics section.contents .post-doc {
	width: calc(100% - 285px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	body#archive-topics section.contents .post-doc {
		width: 75%;
	}
}

body#archive-topics section.contents .post-data {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
}

@media (max-width: 767.98px) {
	body#archive-topics section.contents .post-data {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

body#archive-topics section.contents .post-cats {
	display: block;
	width: 160px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	color: #000000;
	margin-right: 1rem;
}

@media (max-width: 767.98px) {
	body#archive-topics section.contents .post-cats {
		width: 130px;
	}
}

body#archive-topics section.contents .post-cats.topics-info {
	background-color: #000000;
	color: #FFFFFF;
}

body#archive-topics section.contents .post-cats.topics-training {
	border-color: #B2060F;
	color: #B2060F;
}

body#archive-topics section.contents .post-date {
	color: #999999;
}

body#archive-topics section.contents .post-title {
	display: block;
	color: #000000;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-decoration: underline;
	margin-bottom: 16px;
}

@media (max-width: 767.98px) {
	body#archive-topics section.contents .post-title {
		font-size: 3.73333vw;
	}
}

body#archive-topics section.contents .post-title:hover {
	opacity: 0.6;
}

body#archive-topics section.contents .post-excerpt {
	color: #666666;
	line-height: 2;
	height: 4rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body#archive-topics section.contents .post-excerpt::after {
	content: "…";
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999999;
}

@media (max-width: 767.98px) {
	body#archive-topics section.contents .post-excerpt {
		display: none;
	}
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 105px;
}

.pagination a {
	display: block;
	padding: 14px 20px;
	border-radius: 20px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	color: #000000;
	margin: 0 10px;
}

.pagination a:not(.prev, .next) {
	background-color: #F5F5F5;
}

.pagination a.prev,
.pagination a.next {
	border: 1px solid #999999;
	padding: 14px 30px;
	background-color: #FFFFFF;
	letter-spacing: 2px;
}

.pagination a.active,
.pagination a:hover {
	background-color: #B2060F;
	color: #FFFFFF;
}

.pagination a.dot {
	pointer-events: none;
}

body#single-topics section.contents .post-item {
	max-width: 730px;
	margin-right: auto;
	margin-left: auto;
}

body#single-topics section.contents .post-head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body#single-topics section.contents .post-data {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

@media (max-width: 767.98px) {
	body#single-topics section.contents .post-data {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

body#single-topics section.contents .post-cats {
	display: block;
	width: 160px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	color: #000000;
	margin-right: 1rem;
}

@media (max-width: 767.98px) {
	body#single-topics section.contents .post-cats {
		width: 130px;
	}
}

body#single-topics section.contents .post-cats.topics-info {
	background-color: #000000;
	color: #FFFFFF;
}

body#single-topics section.contents .post-cats.topics-training {
	border-color: #B2060F;
	color: #B2060F;
}

body#single-topics section.contents .post-date {
	color: #999999;
}

body#single-topics section.contents .post-img {
	margin-bottom: 44px;
}

body#single-topics section.contents .post-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 38px;
}

@media (max-width: 991.98px) {
	body#single-topics section.contents .post-title {
		margin-bottom: 20px;
	}
}

body#single-topics section.contents .post-content {
	border-bottom: 1px solid #999999;
	margin-bottom: 2.5em;
}

body#single-topics section.contents .post-content p {
	line-height: 2.5;
	margin-bottom: 2.5em;
}

body#single-topics section.contents .pager {
	display: flex;
	justify-content: space-between;
	margin-bottom: 89px;
}

@media (max-width: 575.98px) {
	body#single-topics section.contents .pager {
		flex-direction: column;
	}
}

body#single-topics section.contents .pager a {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 10px;
	border: 1px solid;
	letter-spacing: 2px;
	padding-left: 2px;
	padding-top: 14px;
	padding-bottom: 13px;
	font-size: 15px;
	color: #000000;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

@media (min-width: 576px) {

	body#single-topics section.contents .pager .prev,
	body#single-topics section.contents .pager .next {
		width: 22.4657%;
	}
}

body#single-topics section.contents .pager .prev a,
body#single-topics section.contents .pager .next a {
	border-color: #999999;
}

@media (max-width: 575.98px) {
	body#single-topics section.contents .pager .prev a {
		text-align: left;
		padding-left: 20px;
	}
}

@media (max-width: 575.98px) {
	body#single-topics section.contents .pager .next a {
		text-align: right;
		padding-right: 20px;
	}
}

@media (min-width: 576px) {
	body#single-topics section.contents .pager .all {
		width: 31.7808%;
	}
}

@media (max-width: 575.98px) {
	body#single-topics section.contents .pager .all {
		margin: 10px 0;
	}
}

body#single-topics section.contents .pager .all a {
	background-color: #B2060F;
	color: #FFFFFF;
	border-color: #B2060F;
}

body#continuity-service section.contents,
body#value section.contents,
body#perspective section.contents,
body#practice section.contents {
	padding-bottom: 90px;
}
body#growth-service section.contents {
	padding-bottom: 0;
}
@media (max-width: 767.98px) {

	body#continuity-service section.contents,
	body#value section.contents,
	body#perspective section.contents,
	body#practice section.contents {
		padding-bottom: 35px;
	}
	body#growth-service section.contents {
		padding-bottom: 0;
	}
}

body#continuity-service section.contents .section-wrap,
body#value section.contents .section-wrap,
body#value-through-standardization section.contents .section-wrap,
body#perspective section.contents .section-wrap,
body#what-is-standardization section.contents .section-wrap,
body#practice section.contents .section-wrap {
	max-width: 800px;
}

body#continuity-service section.contents h2,
body#value section.contents h2,
body#practice section.contents h2 {
	font-size: 28px;
	margin-top: 124px;
	margin-bottom: 54px;
}

@media (max-width: 767.98px) {

	body#continuity-service section.contents h2,
	body#growth-service section.contents h2,
	body#value section.contents h2,
	body#practice section.contents h2 {
		font-size: 20px;
		margin-top: 70px;
		margin-bottom: 35px;
	}
}

body#continuity-service section.contents p,
body#continuity-service section.contents pre,
body#growth-service section.contents p,
body#growth-service section.contents pre,
body#rule-design section.contents p,
body#rule-design section.contents pre,
body#value section.contents p,
body#value section.contents pre,
body#value-through-standardization section.contents p,
body#value-through-standardization section.contents pre,
body#perspective section.contents p,
body#perspective section.contents pre,
body#what-is-standardization section.contents p,
body#what-is-standardization section.contents pre,
body#practice section.contents p,
body#practice section.contents pre,
body#standardization section.contents p,
body#standardization section.contents pre,
body#business-strategy section.contents p,
body#business-strategy section.contents pre {
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 45px;
}

@media (max-width: 767.98px) {

	body#continuity-service section.contents p,
	body#continuity-service section.contents pre,
	body#growth-service section.contents p,
	body#growth-service section.contents pre,
	body#value section.contents p,
	body#value section.contents pre,
	body#practice section.contents p,
	body#practice section.contents pre {
		font-size: 16px;
		margin-bottom: 35px;
	}
}

body#continuity-service section.contents pre,
body#growth-service section.contents pre,
body#value section.contents pre,
body#practice section.contents pre {
	background-color: #F5F5F5;
	padding: 1.5em;
	font-size: 24px;
}

@media (max-width: 767.98px) {

	body#continuity-service section.contents pre,
	body#growth-service section.contents pre,
	body#value section.contents pre,
	body#practice section.contents pre {
		font-size: 16px;
		padding: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}
}

body#continuity-service section.pagelink,
body#growth-service section.pagelink,
body#value section.pagelink,
body#practice section.pagelink {
	display: flex;
}

@media (max-width: 991.98px) {

	body#continuity-service section.pagelink,
	body#growth-service section.pagelink,
	body#value section.pagelink,
	body#practice section.pagelink {
		flex-direction: column;
	}
}

body#continuity-service section.pagelink .pagelink-box,
body#growth-service section.pagelink .pagelink-box,
body#value section.pagelink .pagelink-box,
body#practice section.pagelink .pagelink-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 16.9270833333333vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 991.98px) {

	body#continuity-service section.pagelink .pagelink-box,
	body#growth-service section.pagelink .pagelink-box,
	body#value section.pagelink .pagelink-box,
	body#practice section.pagelink .pagelink-box {
		width: 100%;
	}
}

@media (max-width: 575.98px) {

	body#continuity-service section.pagelink .pagelink-box,
	body#growth-service section.pagelink .pagelink-box,
	body#value section.pagelink .pagelink-box,
	body#practice section.pagelink .pagelink-box {
		padding: 60px 10px;
		height: auto;
	}
}

body#continuity-service section.pagelink .pagelink-title,
body#growth-service section.pagelink .pagelink-title,
body#value section.pagelink .pagelink-title,
body#practice section.pagelink .pagelink-title {
	font-size: 36px;
	text-align: center;
	font-size: 28px;
}

@media (max-width: 575.98px) {

	body#continuity-service section.pagelink .pagelink-title,
	body#growth-service section.pagelink .pagelink-title,
	body#value section.pagelink .pagelink-title,
	body#practice section.pagelink .pagelink-title {
		font-size: 20px;
	}
}

body#continuity-service section.pagelink .pagelink-btn,
body#growth-service section.pagelink .pagelink-btn,
body#value section.pagelink .pagelink-btn,
body#practice section.pagelink .pagelink-btn {
	margin-top: 2.5rem;
	display: block;
	border-width: 1px;
	border-style: solid;
	max-width: 435px;
	width: 100%;
	padding: 7px 0;
	text-align: center;
	position: relative;
}

body#continuity-service section.pagelink .pagelink-btn::after,
body#growth-service section.pagelink .pagelink-btn::after,
body#value section.pagelink .pagelink-btn::after,
body#practice section.pagelink .pagelink-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 8.275%;
	width: 44px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body#continuity-service section.pagelink .pagelink-btn:hover,
body#growth-service section.pagelink .pagelink-btn:hover,
body#value section.pagelink .pagelink-btn:hover,
body#practice section.pagelink .pagelink-btn:hover {
	background-color: #B2060F;
	border-color: #B2060F !important;
}

body#continuity-service section.pagelink .pagelink-box.value,
body#growth-service section.pagelink .pagelink-box.value,
body#value section.pagelink .pagelink-box.value,
body#practice section.pagelink .pagelink-box.value {
	background-image: url(assets/img/practice/pagelink.jpg);
	color: #000000;
}

body#continuity-service section.pagelink .pagelink-box.value .pagelink-btn,
body#growth-service section.pagelink .pagelink-box.value .pagelink-btn,
body#value section.pagelink .pagelink-box.value .pagelink-btn,
body#practice section.pagelink .pagelink-box.value .pagelink-btn {
	border-color: #000000;
	color: #000000;
}

body#continuity-service section.pagelink .pagelink-box.value .pagelink-btn::after,
body#growth-service section.pagelink .pagelink-box.value .pagelink-btn::after,
body#value section.pagelink .pagelink-box.value .pagelink-btn::after,
body#practice section.pagelink .pagelink-box.value .pagelink-btn::after {
	background-image: url(assets/img/common/btnarw_b.svg);
}

body#continuity-service section.pagelink .pagelink-box.value .pagelink-btn:hover,
body#growth-service section.pagelink .pagelink-box.value .pagelink-btn:hover,
body#value section.pagelink .pagelink-box.value .pagelink-btn:hover,
body#practice section.pagelink .pagelink-box.value .pagelink-btn:hover {
	color: #FFFFFF;
}

body#continuity-service section.pagelink .pagelink-box.value .pagelink-btn:hover::after,
body#growth-service section.pagelink .pagelink-box.value .pagelink-btn:hover::after,
body#value section.pagelink .pagelink-box.value .pagelink-btn:hover::after,
body#practice section.pagelink .pagelink-box.value .pagelink-btn:hover::after {
	background-image: url(assets/img/common/btnarw_w.svg);
}

body#continuity-service section.pagelink .pagelink-box.practice,
body#growth-service section.pagelink .pagelink-box.practice,
body#value section.pagelink .pagelink-box.practice,
body#practice section.pagelink .pagelink-box.practice {
	background-image: url(assets/img/value/pagelink.jpg);
	color: #FFFFFF;
}

body#continuity-service section.pagelink .pagelink-box.practice .pagelink-btn,
body#growth-service section.pagelink .pagelink-box.practice .pagelink-btn,
body#value section.pagelink .pagelink-box.practice .pagelink-btn,
body#practice section.pagelink .pagelink-box.practice .pagelink-btn {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

body#continuity-service section.pagelink .pagelink-box.practice .pagelink-btn::after,
body#growth-service section.pagelink .pagelink-box.practice .pagelink-btn::after,
body#value section.pagelink .pagelink-box.practice .pagelink-btn::after,
body#practice section.pagelink .pagelink-box.practice .pagelink-btn::after {
	background-image: url(assets/img/common/btnarw_w.svg);
}

body#practice section.contents figure {
	margin-top: 146px;
	margin-bottom: 146px;
}

body#thesis section.password {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 87px;
}

body#thesis section.password .password-lead,
body#thesis section.password .password-request {
	font-size: 20px;
	text-align: center;
}

body#thesis section.password .password-form {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body#thesis section.password .password-form input {
	display: block;
}

body#thesis section.password .password-form input[type=password] {
	font-size: 16px;
	padding: 10px 1em;
	border-radius: 8px;
	border: 1px solid #005EAC;
}

body#thesis section.password .password-form input[type=submit] {
	background-color: #005EAC;
	border: 1px solid #005EAC;
	border-radius: 8px;
	font-size: 20px;
	color: #FFFFFF;
	padding: 7px 20px;
	margin-left: 8px;
	font-weight: bold;
	transition: all .3s ease;
}

body#thesis section.password .password-form input[type=submit]:hover {
	background-color: #FFFFFF;
	color: #005EAC;
}

body#thesis section.contents {
	padding-bottom: 87px;
}

body#archive-thesis .contents .section-wrap p {
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 45px;
}

body#thesis section.contents .thesis-lead-box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 51px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .thesis-lead-box {
		margin-bottom: 30px;
	}
}

body#thesis section.contents .thesis-midashi {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 54px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .thesis-midashi {
		font-size: 20px;
		margin-bottom: 16px;
	}
}

body#thesis section.contents .thesis-lead {
	font-size: 1rem;
	line-height: 2rem;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .thesis-lead {
		font-size: 14px;
		line-height: 2;
	}
}

body#thesis section.contents .summary {
	border: 5px solid #000000;
	padding: 30px 85px 10px;
	margin: auto;
	margin-bottom: 56px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .summary {
		border-width: 2px;
		padding: 20px 10px 0;
		margin-bottom: 30px;
	}
}

body#thesis section.contents .summary-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #B2060F;
	padding-bottom: 13px;
	margin-bottom: 29px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .summary-title {
		font-size: 20px;
		margin-bottom: 16px;
	}
}

body#thesis section.contents .summary-item {
	position: relative;
	padding-left: 27px;
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .summary-item {
		font-size: 14px;
	}
}

body#thesis section.contents .summary-item::before {
	content: "";
	background-color: #000000;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 13px;
	margin: auto;
	border-radius: 5px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .summary-item::before {
		width: 5px;
		height: 5px;
		top: 9px;
	}
}

body#thesis section.contents .summary-item div {
	position: relative;
	display: inline-block;
}

body#thesis section.contents .profile {
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 21px 30px 47px;
	margin-bottom: 60px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile {
		padding: 20px 10px;
	}
}

body#thesis section.contents .profile-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile-wrap {
		flex-direction: column;
	}
}

body#thesis section.contents .profile-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 13px;
	width: 100%;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

body#thesis section.contents .profile-img {
	width: 255px;
	height: 255px;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile-img {
		margin-bottom: 20px;
	}
}

body#thesis section.contents .profile-doc {
	width: calc(100% - 255px);
	padding-right: 65px;
}

@media (max-width: 991.98px) {
	body#thesis section.contents .profile-doc {
		padding-right: 30px;
	}
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile-doc {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 575.98px) {
	body#thesis section.contents .profile-doc {
		padding: 0 10px;
	}
}

body#thesis section.contents .profile-name {
	font-size: 32px;
	color: #005EAC;
	margin-bottom: 24px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile-name {
		font-size: 24px;
		text-align: center;
	}
}

body#thesis section.contents .profile-name span {
	display: inline-block;
	margin-left: 1em;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	body#thesis section.contents .profile-name span {
		display: block;
		margin-left: 0;
	}
}

body#thesis section.contents .profile-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .profile-text {
		font-size: 14px;
	}
}

body#thesis section.contents .thesis-content {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	word-break: break-all;
}

body#thesis section.contents .thesis-content h1,
body#thesis section.contents .thesis-content h2,
body#thesis section.contents .thesis-content h3,
body#thesis section.contents .thesis-content h4,
body#thesis section.contents .thesis-content h5 {
	margin-bottom: 1em;
}

body#thesis section.contents .thesis-content p {
	margin-bottom: 1rem;
	line-height: 2rem;
}

body#thesis section.contents .thesis-content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

body#thesis section.contents .thesis-content table th,
body#thesis section.contents .thesis-content table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: .25em 0.5em;
}

body#thesis section.contents .thesis-content figcaption {
	text-align: center;
}

body#thesis section.contents .pdf {
	margin-bottom: 72px;
}

body#thesis section.contents .keyword {
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding-top: 24px;
	padding-bottom: 24px;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .keyword {
		flex-direction: column;
		padding: 24px 20px;
	}
}

body#thesis section.contents .keyword-title {
	width: 175px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .keyword-title {
		width: 100%;
		margin-bottom: 20px;
	}
}

body#thesis section.contents .keyword-list {
	width: calc(100% - 175px);
	padding-left: 30px;
	padding-right: 15px;
	border-left: 1px solid #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}

@media (max-width: 767.98px) {
	body#thesis section.contents .keyword-list {
		width: 100%;
		border-top: 1px solid #000000;
		border-left: none;
		padding-top: 20px;
		line-height: 2;
	}
}

@media (max-width: 575.98px) {
	body#thesis section.contents .keyword-list {
		padding: 20px 0;
	}
}

body#thesis section.linkpost {
	padding-top: 87px;
	padding-bottom: 84px;
}

body#thesis section.linkpost .linkpost-title {
	margin-bottom: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	line-height: 1;
}

@media (max-width: 575.98px) {
	body#thesis section.linkpost .linkpost-title {
		font-size: 32px;
		margin-bottom: 32px;
	}
}

body#thesis section.linkpost .linkpost-title div {
	border-bottom: 3px solid #B2060F;
	padding-bottom: 17px;
}

body#thesis section.linkpost .linkpost-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

body#thesis section.linkpost .linkpost-item {
	display: block;
	width: 25%;
	margin-bottom: 15px;
	padding: 15px 15px 20px;
	color: #000000;
}

@media (max-width: 767.98px) {
	body#thesis section.linkpost .linkpost-item {
		width: 50%;
	}
}

body#thesis section.linkpost .linkpost-item:hover {
	background-color: #F5F5F5;
	color: #B2060F;
}

body#thesis section.linkpost .linkpost-img {
	width: 100%;
	height: 170px;
	margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
	body#thesis section.linkpost .linkpost-img {
		height: 14.1vw;
	}
}

@media (max-width: 767.98px) {
	body#thesis section.linkpost .linkpost-img {
		height: 29.9vw;
		margin-bottom: 10px;
	}
}

body#thesis section.linkpost .linkpost-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body#thesis section.linkpost .linkpost-doc-title {
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 575.98px) {
	body#thesis section.linkpost .linkpost-doc-title {
		font-size: 14px;
		font-weight: normal;
	}
}

body#thesis section.linkpost .linkpost-doc-title p {
	max-height: 3em;
	overflow: hidden;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	text-overflow: ellipsis;
}

@supports (-webkit-line-clamp: 2) {
	body#thesis section.linkpost .linkpost-doc-title p {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}
}

body#thesis section.otherpost {
	padding-top: 92px;
	padding-bottom: 64px;
}

@media (max-width: 1199.98px) {
	body#thesis section.otherpost .section-wrap {
		max-width: 730px;
	}
}

@media (max-width: 991.98px) {
	body#thesis section.otherpost .section-wrap {
		max-width: 350px;
	}
}

body#thesis section.otherpost .otherpost-title {
	text-align: center;
	margin-bottom: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	line-height: 1;
}

@media (max-width: 575.98px) {
	body#thesis section.otherpost .otherpost-title {
		font-size: 32px;
		margin-bottom: 32px;
	}
}

body#thesis section.otherpost .otherpost-title div {
	border-bottom: 3px solid #B2060F;
	padding-bottom: 17px;
}

body#thesis section.otherpost .otherpost-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

body#thesis section.otherpost .otherpost-item {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 380px;
	width: 100%;
	margin-bottom: 48px;
}

body#thesis section.otherpost .otherpost-link {
	display: block;
}

body#thesis section.otherpost .otherpost-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 76%;
	width: 100%;
}

body#thesis section.otherpost .otherpost-doc {
	margin-top: -100px;
	background-color: #FFFFFF;
	width: 91.4285%;
	margin-left: auto;
	padding: 18px;
}

body#thesis section.otherpost .otherpost-doc-date {
	color: #999999;
	font-size: 14px;
	margin-bottom: 7px;
}

body#thesis section.otherpost .otherpost-doc-title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

body#thesis section.otherpost .otherpost-doc-title p {
	max-height: 3em;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	text-overflow: ellipsis;
}

@supports (-webkit-line-clamp: 2) {
	body#thesis section.otherpost .otherpost-doc-title p {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}
}

body#thesis section.otherpost .otherpost-doc-position {
	font-size: 14px;
	color: #005EAC;
	margin-bottom: 7px;
}

body#thesis section.otherpost .otherpost-doc-name {
	font-size: 14px;
	color: #005EAC;
	font-weight: bold;
}

body#thesis .thesis-content section:nth-child(2n) {
	background-image: url(assets/img/single-thesis/bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-color: #F5F5F5;
}

body#archive-disaster section.contents {
	padding-bottom: 118px;
}

body#archive-disaster section.contents .section-wrap {
	max-width: 800px;
}

body#archive-disaster section.contents h2.disaster-title {
	font-size: 28px;
	margin-top: 124px;
	margin-bottom: 54px;
}

@media (max-width: 767.98px) {
	body#archive-disaster section.contents h2.disaster-title {
		font-size: 20px;
		margin-top: 70px;
		margin-bottom: 35px;
	}
}

body#archive-disaster section.contents .disaster-text {
	font-size: 18px;
	line-height: 2.5;
	margin-bottom: 45px;
}

@media (max-width: 767.98px) {
	body#archive-disaster section.contents .disaster-text {
		font-size: 16px;
		margin-bottom: 35px;
	}
}

body#archive-disaster section.training {
	background-image: url(assets/img/thesis/bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-color: #F5F5F5;
	padding: 160px 0;
}

body#archive-disaster section.training .training-title {
	text-align: center;
	margin-bottom: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	line-height: 1;
}

@media (max-width: 991.98px) {
	body#archive-disaster section.training .training-title {
		font-size: 32px;
	}
}

@media (max-width: 575.98px) {
	body#archive-disaster section.training .training-title {
		font-size: 20px;
		margin-bottom: 32px;
	}
}

body#archive-disaster section.training .training-title div {
	border-bottom: 3px solid #B2060F;
	padding-bottom: 17px;
}

body#archive-disaster section.training .training-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
}

@media (max-width: 767.98px) {
	body#archive-disaster section.training .training-wrap {
		flex-direction: column;
	}
}

body#archive-disaster section.training .training-text {
	width: 57.4774%;
	font-size: 18px;
	line-height: 2.5;
}

@media (max-width: 767.98px) {
	body#archive-disaster section.training .training-text {
		width: 100%;
		font-size: 16px;
		line-height: 2;
		margin-bottom: 2em;
	}
}

body#archive-disaster section.training .training-text p {
	margin-bottom: 1.5em;
}

body#archive-disaster section.training .training-text p.small {
	font-size: 16px;
	line-height: 1.5;
}

body#archive-disaster section.training .training-text .quote {
	margin-bottom: 1.5em;
	background-color: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	padding: 22px 28px;
}

body#archive-disaster section.training .training-text .quote p {
	margin-bottom: 0;
}

body#archive-disaster section.training .training-img {
	width: 36.2162%;
}

@media (max-width: 767.98px) {
	body#archive-disaster section.training .training-img {
		width: 100%;
	}
}

body#archive-d-activelearning section.contents .section-wrap,
body#activelearning section.contents .section-wrap {
	max-width: 800px;
}

/* body#archive-d-activelearning section.contents h2,
body#activelearning section.contents h2 {
  font-size: 28px;
  font-weight: bold;
  border: 3px solid #B2060F;
  padding: 24px 0 23px;
  margin-bottom: 40px;
  text-align: center;
} */

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.contents h2,
	body#activelearning section.contents h2 {
		font-size: 20px;
		padding: 24px 10px 23px;
		margin-bottom: 20px;
	}
}

body#archive-d-activelearning section.contents h3,
body#activelearning section.contents h3 {
	font-size: 28px;
	text-align: center;
	border-bottom: 5px solid #B2060F;
	padding-bottom: 10px;
	margin-bottom: 32px;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.contents h3,
	body#activelearning section.contents h3 {
		font-size: 24px;
		border-bottom-width: 3px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
}

body#archive-d-activelearning section.contents p,
body#activelearning section.contents p {
	font-size: 1rem;
	line-height: 2.2rem;
	margin-bottom: 2.5em;
	font-weight: 400;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.contents p,
	body#activelearning section.contents p {
		font-size: 16px;
		line-height: 2;
	}
}

body#archive-d-activelearning section.contents p.sub,
body#activelearning section.contents p.sub {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
}

body#archive-d-activelearning section.contents p.mb0,
body#activelearning section.contents p.mb0 {
	margin-bottom: 0;
}

body#archive-d-activelearning section.contents p.last,
body#activelearning section.contents p.last {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

body#archive-d-activelearning section.contents figure,
body#activelearning section.contents figure {
	margin-bottom: 2.5em;
	text-align: center;
}

body#archive-d-activelearning section.training,
body#activelearning section.training {
	background-color: #F5F5F5;
	padding: 130px 0;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.training,
	body#activelearning section.training {
		padding: 60px 0;
	}
}

body#archive-d-activelearning section.training .training-post,
body#activelearning section.training .training-post {
	margin-bottom: 134px;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.training .training-post,
	body#activelearning section.training .training-post {
		margin-bottom: 60px;
	}
}

body#archive-d-activelearning section.training .tp-title,
body#activelearning section.training .tp-title {
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	padding-top: 14px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

body#archive-d-activelearning section.training .tp-table dl,
body#activelearning section.training .tp-table dl {
	border-left: 1px solid #999999;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 58px;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.training .tp-table dl,
	body#activelearning section.training .tp-table dl {
		flex-direction: column;
		margin-bottom: 20px;
	}
}

body#archive-d-activelearning section.training .tp-table dt,
body#archive-d-activelearning section.training .tp-table dd,
body#activelearning section.training .tp-table dt,
body#activelearning section.training .tp-table dd {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 15px;
	font-size: 18px;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.training .tp-table dt,
	body#archive-d-activelearning section.training .tp-table dd,
	body#activelearning section.training .tp-table dt,
	body#activelearning section.training .tp-table dd {
		font-size: 16px;
	}
}

body#archive-d-activelearning section.training .tp-table dt,
body#activelearning section.training .tp-table dt {
	width: 150px;
	background-color: #CCCCCC;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.training .tp-table dt,
	body#activelearning section.training .tp-table dt {
		width: 100%;
	}
}

body#archive-d-activelearning section.training .tp-table dd,
body#activelearning section.training .tp-table dd {
	width: calc(100% - 150px);
	background-color: #FFFFFF;
}

@media (max-width: 575.98px) {

	body#archive-d-activelearning section.training .tp-table dd,
	body#activelearning section.training .tp-table dd {
		width: 100%;
	}
}

body#archive-d-activelearning section.training .last,
body#activelearning section.training .last {
	font-size: 18px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	line-height: 2.5;
}

body#faq section.contents .cat-list {
	display: flex;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 58px;
}

@media (max-width: 767.98px) {
	body#faq section.contents .cat-list {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}

body#faq section.contents .cat-item {
	padding-right: 15px;
	padding-left: 15px;
	width: calc(100% / 4);
}

@media (max-width: 767.98px) {
	body#faq section.contents .cat-item {
		width: calc(100% / 2);
		margin-bottom: 20px;
	}
}

body#faq section.contents .cat-link {
	display: block;
	color: #999999;
	font-weight: 500;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding-bottom: 6px;
	padding-left: 1px;
	letter-spacing: 1px;
	position: relative;
}

@media (max-width: 575.98px) {
	body#faq section.contents .cat-link {
		font-size: 16px;
	}
}

body#faq section.contents .cat-link::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #999999;
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

body#faq section.contents .cat-link:hover {
	color: #B2060F;
}

body#faq section.contents .cat-link:hover::after {
	height: 15px;
	background-color: #B2060F;
}

body#faq section.contents .faq-box {
	margin-bottom: 60px;
}

body#faq section.contents .faq-cat-title {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	padding-left: 1px;
	letter-spacing: 1px;
	padding: 20px 0;
}

body#faq section.contents .faq-doc {
	padding: 45px 0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	line-height: 2.5;
}

@media (max-width: 575.98px) {
	body#faq section.contents .faq-doc {
		padding: 20px 0;
		font-size: 16px;
		line-height: 2;
	}
}

body#faq section.contents .q,
body#faq section.contents .a {
	position: relative;
	padding-left: 88px;
	font-weight: 500;
}

@media (max-width: 575.98px) {

	body#faq section.contents .q,
	body#faq section.contents .a {
		padding-left: 38px;
	}
}

body#faq section.contents .q::before,
body#faq section.contents .a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-position: left top;
	background-size: 100%;
}

body#faq section.contents .q {
	margin-bottom: 36px;
}

@media (max-width: 575.98px) {
	body#faq section.contents .q {
		margin-bottom: 20px;
	}
}

body#faq section.contents .q::before {
	width: 58px;
	height: 62px;
	background-image: url(assets/img/faq/q.svg);
}

@media (max-width: 575.98px) {
	body#faq section.contents .q::before {
		width: 29px;
		height: 31px;
	}
}

body#faq section.contents .a {
	margin-left: 55px;
	color: #005EAC;
}

@media (max-width: 575.98px) {
	body#faq section.contents .a {
		margin-left: 0;
	}
}

body#faq section.contents .a::before {
	width: 56px;
	height: 56px;
	background-image: url(assets/img/faq/a.svg);
}

@media (max-width: 575.98px) {
	body#faq section.contents .a::before {
		width: 28px;
		height: 28px;
	}
}

body#statement {
	padding-top: 60px;
}

@media (max-width: 991.98px) {
	body#statement {
		padding-top: 40px;
	}
}

body#statement section.main {
	background-image: url(assets/img/statement/bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 991.98px) {
	body#statement section.main {
		background-image: url(assets/img/statement/bg_sp.jpg);
	}
}

body#statement section.main .section-wrap {
	background-color: rgba(255, 255, 255, 0.75);
	text-align: center;
	max-width: 1110px;
	width: calc(100% - 20px);
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	padding-bottom: 150px;
	font-weight: bold;
}

@media (max-width: 991.98px) {
	body#statement section.main .section-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

body#statement section.main .title {
	font-size: 48px;
	margin-bottom: 2em;
}

@media (max-width: 991.98px) {
	body#statement section.main .title {
		font-size: 26px;
	}
}

body#statement section.main .text {
	font-size: 24px;
	line-height: 2;
}

@media (max-width: 991.98px) {
	body#statement section.main .text {
		font-size: 13px;
	}
}

body#reader-contact section.contents,
body#contact section.contents {
	padding-bottom: 145px;
}

body#reader-contact section.contents .contact-phase-wrap,
body#contact section.contents .contact-phase-wrap {
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	background-color: #F5F5F5;
	padding: 20px 44px;
	margin-bottom: 33px;
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .contact-phase-wrap,
	body#contact section.contents .contact-phase-wrap {
		flex-direction: column;
	}
}

body#reader-contact section.contents .contact-phase,
body#contact section.contents .contact-phase {
	width: 31.4%;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 17px;
	border-radius: 10px;
	background-color: #FFFFFF;
	color: #999999;
}

body#reader-contact section.contents .contact-phase.is-active,
body#contact section.contents .contact-phase.is-active {
	background-color: #3C8BAE;
	color: #FFFFFF;
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .contact-phase,
	body#contact section.contents .contact-phase {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 9px;
	}
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .contact-phase:not(:last-child),
	body#contact section.contents .contact-phase:not(:last-child) {
		margin-bottom: 10px;
	}
}

body#reader-contact section.contents .contact-message,
body#contact section.contents .contact-message {
	font-weight: 500;
	border-bottom: 3px solid #3C8BAE;
	padding-bottom: 14px;
	margin-bottom: 38px;
}

body#reader-contact section.contents .contact-complete,
body#contact section.contents .contact-complete {
	text-align: center;
}

body#reader-contact section.contents .complete-title,
body#contact section.contents .complete-title {
	font-size: 43px;
	font-weight: bold;
	margin-top: 54px;
	position: relative;
	padding-bottom: 53px;
	margin-bottom: 67px;
}

@media (max-width: 767.98px) {

	body#reader-contact section.contents .complete-title,
	body#contact section.contents .complete-title {
		font-size: 24px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
}

body#reader-contact section.contents .complete-title::after,
body#contact section.contents .complete-title::after {
	content: "";
	display: block;
	background-color: #999999;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 23%;
	height: 5px;
}

body#reader-contact section.contents .complete-text,
body#contact section.contents .complete-text {
	font-size: 18px;
	line-height: 2.5;
	margin-bottom: 88px;
}

@media (max-width: 767.98px) {

	body#reader-contact section.contents .complete-text,
	body#contact section.contents .complete-text {
		font-size: 16px;
		line-height: 2;
	}
}

body#reader-contact section.contents .mw_wp_form .row,
body#contact section.contents .mw_wp_form .row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px 24px;
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .mw_wp_form .row,
	body#contact section.contents .mw_wp_form .row {
		padding: 10px;
		flex-wrap: wrap;
	}
}

body#reader-contact section.contents .mw_wp_form .row:nth-child(2n+1),
body#contact section.contents .mw_wp_form .row:nth-child(2n+1) {
	background-color: #F5F5F5;
}

body#reader-contact section.contents .mw_wp_form .label,
body#contact section.contents .mw_wp_form .label {
	margin-top: 7px;
	width: 174px;
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .mw_wp_form .label,
	body#contact section.contents .mw_wp_form .label {
		width: 80%;
	}
}

body#reader-contact section.contents .mw_wp_form .required,
body#contact section.contents .mw_wp_form .required {
	margin-top: 5px;
	width: 60px;
	background-color: #3C8BAE;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 14px;
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .mw_wp_form .required,
	body#contact section.contents .mw_wp_form .required {
		width: 20%;
		margin-bottom: 10px;
	}
}

body#reader-contact section.contents .mw_wp_form .value,
body#contact section.contents .mw_wp_form .value {
	display: flex;
	flex-direction: column;
	width: calc(100% - 234px);
	padding-left: 31px;
	line-height: 2;
}

@media (max-width: 575.98px) {

	body#reader-contact section.contents .mw_wp_form .value,
	body#contact section.contents .mw_wp_form .value {
		width: 100%;
		padding-left: 0;
	}
}

body#reader-contact section.contents .mw_wp_form .value.flex,
body#contact section.contents .mw_wp_form .value.flex {
	flex-direction: row;
}

body#reader-contact section.contents .mw_wp_form .value a,
body#contact section.contents .mw_wp_form .value a {
	color: #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}

body#reader-contact section.contents .mw_wp_form .value a::after {
	position: absolute;
	right: -24px;
	bottom: 0;
	content: "";
	display: block;
	margin-top: 3px;
	width: 24px;
	height: 24px;
	background-image: url(assets/img/contact/link.svg);
	background-size: cover;
}

body#reader-contact section.contents .mw_wp_form .value .p-postal-code,
body#contact section.contents .mw_wp_form .value .p-postal-code {
	margin-bottom: 10px;
}

body#reader-contact section.contents .mw_wp_form .attention,
body#contact section.contents .mw_wp_form .attention {
	margin-bottom: 40px;
	margin-bottom: 68px;
	background-color: #FFF;
	padding: 27px 35px;
	font-size: 14px;
	line-height: 2.1;
	border-bottom: 4px solid #F5F5F5;
}

body#reader-contact section.contents .mw_wp_form .btn,
body#contact section.contents .mw_wp_form .btn {
	transition: all .3s ease;
}

body#reader-contact section.contents .mw_wp_form .form-control,
body#contact section.contents .mw_wp_form .form-control {
	border-radius: 0.5em;
	padding: .25rem .75rem;
	border: 1px solid #999;
	line-height: 1.75;
}

body#reader-contact section.contents .mw_wp_form .form-control.name,
body#contact section.contents .mw_wp_form .form-control.name {
	width: 10em;
	margin-right: 1em;
}

@media (max-width: 767.98px) {

	body#reader-contact section.contents .mw_wp_form .form-control.name,
	body#contact section.contents .mw_wp_form .form-control.name {
		width: calc(50% - 1em);
	}
}

body#reader-contact section.contents .mw_wp_form .form-control.old,
body#contact section.contents .mw_wp_form .form-control.old {
	width: 4em;
}

@media (max-width: 767.98px) {

	body#reader-contact section.contents .mw_wp_form .form-control.old,
	body#contact section.contents .mw_wp_form .form-control.old {
		width: 100%;
	}
}

body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap,
body#contact section.contents .mw_wp_form_confirm .btn-wrap {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767.98px) {

	body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap,
	body#contact section.contents .mw_wp_form_confirm .btn-wrap {
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {

	body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap .btn,
	body#contact section.contents .mw_wp_form_confirm .btn-wrap .btn {
		margin-bottom: 1rem;
	}
}

body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w40,
body#contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w40 {
	background-color: #999;
	border-color: #999;
}

@media (min-width: 768px) {

	body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w40,
	body#contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w40 {
		width: 39%;
	}
}

body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w40:hover,
body#contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w40:hover {
	background-color: #FFFFFF;
	border-color: #B2060F;
}

@media (min-width: 768px) {

	body#reader-contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w60,
	body#contact section.contents .mw_wp_form_confirm .btn-wrap .btn.w60 {
		width: 59%;
	}
}

body#search section.contents .search-box {
	border-radius: 5px;
	background-color: #F5F5F5;
	padding: 33px 0;
	margin-bottom: 37px;
}

@media (max-width: 991.98px) {
	body#search section.contents .search-box {
		padding: 15px 0;
		margin-bottom: 20px;
	}
}

body#search section.contents form.search {
	position: relative;
	max-width: 655px;
	width: 100%;
	margin: auto;
}

@media (max-width: 1199.98px) {
	body#search section.contents form.search {
		width: 90%;
	}
}

body#search section.contents form.search input[type=text] {
	display: block;
	border-radius: 32px;
	width: 100%;
	height: 64px;
	border: 1px solid #CCCCCC;
	padding: 0 20px 0 64px;
	font-size: 16px;
	transition: all .3s ease;
}

body#search section.contents form.search input[type=text]:focus {
	box-shadow: 0 0 0 3px #005EAC;
}

body#search section.contents form.search input[type=submit] {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	margin: auto;
	font-family: fontAwesome;
	font-size: 20px;
	border-radius: 0;
	background: none;
	border: none;
}

body#search section.contents .keyword {
	background-color: #B2060F;
	color: #FFFFFF;
	font-size: 19px;
	padding-left: 32px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-bottom: 58px;
}

@media (max-width: 575.98px) {
	body#search section.contents .keyword {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

body#search section.contents .post-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

body#search section.contents .post-img {
	background-color: #999999;
	width: 265px;
	position: relative;
	background-size: cover;
}

@media (max-width: 767.98px) {
	body#search section.contents .post-img {
		width: 23%;
	}
}

body#search section.contents .post-img::before {
	content: "";
	padding-top: 83.7735%;
	width: 100%;
	display: block;
}

body#search section.contents .post-doc {
	width: calc(100% - 285px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	body#search section.contents .post-doc {
		width: 75%;
	}
}

body#search section.contents .post-data {
	display: flex;
	align-items: center;
}

@media (max-width: 767.98px) {
	body#search section.contents .post-data {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

body#search section.contents .post-cats {
	display: block;
	min-width: 160px;
	text-align: center;
	padding: 3px 10px 4px;
	border: 1px solid #000000;
	color: #000000;
	margin-right: 1rem;
	border-color: #B2060F;
	color: #B2060F;
}

@media (max-width: 767.98px) {
	body#search section.contents .post-cats {
		min-width: 130px;
	}
}

body#search section.contents .post-date {
	color: #999999;
}

body#search section.contents .post-title {
	display: block;
	color: #000000;
	font-size: 28px;
	text-decoration: underline;
	margin-bottom: 16px;
}

@media (max-width: 767.98px) {
	body#search section.contents .post-title {
		font-size: 3.73333vw;
	}
}

body#search section.contents .post-title:hover {
	opacity: 0.6;
}

body#search section.contents .post-excerpt {
	color: #666666;
	line-height: 2;
	height: 4rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body#search section.contents .post-excerpt::after {
	content: "…";
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999999;
}

@media (max-width: 767.98px) {
	body#search section.contents .post-excerpt {
		display: none;
	}
}

body#search section.contents .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 79px;
}

body#search section.contents .pagination a {
	display: block;
	padding: 14px 20px;
	border-radius: 20px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	color: #000000;
	margin: 0 10px;
}

body#search section.contents .pagination a:not(.prev, .next) {
	background-color: #F5F5F5;
}

body#search section.contents .pagination a.prev,
body#search section.contents .pagination a.next {
	border: 1px solid #999999;
	padding: 14px 30px;
	background-color: #FFFFFF;
	letter-spacing: 2px;
}

body#search section.contents .pagination a.active,
body#search section.contents .pagination a:hover {
	background-color: #B2060F;
	color: #FFFFFF;
}

body#notfound section.content {
	padding-bottom: 120px;
}

body#notfound section.content .error-message {
	text-align: center;
	line-height: 2;
	font-size: 20px;
	margin-bottom: 2em;
}

body#notfound section.content form.search {
	max-width: 600px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto 40px;
}

body#notfound section.content form.search input[type=text] {
	width: 100%;
}

body#archive section.feature .keyword,
body#archive-thesis section.feature .keyword {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {

	body#archive section.feature .keyword,
	body#archive-thesis section.feature .keyword {
		margin-bottom: 20px;
	}
}

body#archive section.feature .keyword-title,
body#archive-thesis section.feature .keyword-title {
	font-size: 50px;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

@media (max-width: 767.98px) {

	body#archive section.feature .keyword-title,
	body#archive-thesis section.feature .keyword-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

body#archive section.feature .keyword-title div,
body#archive-thesis section.feature .keyword-title div {
	position: relative;
	padding-bottom: 11px;
}

body#archive section.feature .keyword-title div::after,
body#archive-thesis section.feature .keyword-title div::after {
	content: "";
	position: absolute;
	bottom: -10px;
	display: block;
	width: 100%;
	height: 5px;
	background-color: #c74a50;
}

body#archive section.feature .keyword-list,
body#archive-thesis section.feature .keyword-list {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 30px 80px 10px;
	margin-right: -5px;
	margin-left: -5px;
}

@media (max-width: 767.98px) {

	body#archive section.feature .keyword-list,
	body#archive-thesis section.feature .keyword-list {
		padding: 15px 20px 5px;
		margin: 0;
	}
}

body#archive section.feature .keyword-item,
body#archive-thesis section.feature .keyword-item {
	padding: 0 5px;
	margin-bottom: 20px;
	width: 20%;
}

@media (max-width: 767.98px) {

	body#archive section.feature .keyword-item,
	body#archive-thesis section.feature .keyword-item {
		width: 33.3333%;
		margin-bottom: 10px;
	}
}

body#archive section.feature .keyword-link,
body#archive-thesis section.feature .keyword-link {
	display: block;
	width: 100%;
	border: 1px solid #707070;
	text-align: center;
	font-size: .9rem;
	font-weight: bold;
	color: #707070;
	border-radius: 50px;
	padding-top: 6px;
	padding-bottom: 5px;
}

@media (max-width: 767.98px) {

	body#archive section.feature .keyword-link,
	body#archive-thesis section.feature .keyword-link {
		font-size: 14px;
	}
}

body#archive section.feature .keyword-link:hover,
body#archive section.feature .keyword-link.is-active,
body#archive-thesis section.feature .keyword-link:hover,
body#archive-thesis section.feature .keyword-link.is-active {
	background-color: #B2060F;
	border-color: #B2060F;
	color: #FFFFFF;
}

body#archive section.feature .feature-list,
body#archive-thesis section.feature .feature-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

body#archive section.feature .feature-article,
body#archive-thesis section.feature .feature-article {
	padding-right: 15px;
	padding-left: 15px;
	width: 33.333%;
	margin-bottom: 55px;
}

@media (max-width: 767.98px) {

	body#archive section.feature .feature-article,
	body#archive-thesis section.feature .feature-article {
		width: 100%;
		margin-bottom: 20px;
	}
}

body#archive section.feature .feature-link,
body#archive-thesis section.feature .feature-link {
	display: block;
	position: relative;
}

body#archive section.feature .feature-img,
body#archive-thesis section.feature .feature-img {
	position: relative;
	width: 100%;
	z-index: 1;
}

body#archive section.feature .feature-img::before,
body#archive-thesis section.feature .feature-img::before {
	content: "";
	display: block;
	padding-top: 66.6%;
}

body#archive section.feature .feature-img img,
body#archive-thesis section.feature .feature-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

body#archive section.feature .feature-doc,
body#archive-thesis section.feature .feature-doc {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	padding: 18px;
	margin-top: -100px;
	margin-left: 30px;
}

body#archive section.feature .feature-date,
body#archive-thesis section.feature .feature-date {
	font-size: 14px;
	color: #999;
	margin-bottom: 7px;
}

body#archive section.feature .feature-title,
body#archive-thesis section.feature .feature-title {
	font-size: .9rem;
	line-height: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #222;
}

@media (max-width: 767.98px) {

	body#archive section.feature .feature-title,
	body#archive-thesis section.feature .feature-title {
		font-size: 18px;
	}
}

body#archive section.feature .feature-position,
body#archive-thesis section.feature .feature-position {
	font-size: .8rem;
	line-height: 1.8rem;
	color: #005EAC;
	/* margin-bottom: 6px; */
}

@media (max-width: 767.98px) {

	body#archive section.feature .feature-position,
	body#archive-thesis section.feature .feature-position {
		font-size: 12px;
	}
}

body#archive section.feature .feature-name,
body#archive-thesis section.feature .feature-name {
	font-size: .9rem;
	line-height: 1.8rem;
	font-weight: bold;
	color: #005EAC;
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {

	body#archive section.feature .feature-name,
	body#archive-thesis section.feature .feature-name {
		font-size: 12px;
		margin-bottom: 14px;
	}
}

body#archive section.feature .feature-tag-list,
body#archive-thesis section.feature .feature-tag-list {
	font-size: 14px;
	color: #999;
}

@media (max-width: 767.98px) {

	body#archive section.feature .feature-tag-list,
	body#archive-thesis section.feature .feature-tag-list {
		font-size: 12px;
	}
}

body#disaster-activelearning section.contents .section-wrap,
body#rule-design section.contents .section-wrap {
	max-width: 800px;
}

body#disaster-activelearning section.contents .content-title,
body#rule-design section.contents .content-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 54px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.contents .content-title,
	body#rule-design section.contents .content-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

body#disaster-activelearning section.contents .content-text,
body#rule-design section.contents .content-text {
	font-size: 18px;
	line-height: 2.5;
	margin-bottom: 67px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.contents .content-text,
	body#rule-design section.contents .content-text {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 40px;
	}
}

body#disaster-activelearning section.postlist,
body#rule-design section.postlist {
	padding-bottom: 117px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist,
	body#rule-design section.postlist {
		padding-bottom: 60px;
	}
}

body#disaster-activelearning section.postlist .keyword,
body#rule-design section.postlist .keyword {
	margin-bottom: 70px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .keyword,
	body#rule-design section.postlist .keyword {
		margin-bottom: 20px;
	}
}

body#disaster-activelearning section.postlist .keyword-title,
body#rule-design section.postlist .keyword-title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .keyword-title,
	body#rule-design section.postlist .keyword-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

body#disaster-activelearning section.postlist .keyword-title div,
body#rule-design section.postlist .keyword-title div {
	position: relative;
	padding-bottom: 11px;
}

body#disaster-activelearning section.postlist .keyword-title div::after,
body#rule-design section.postlist .keyword-title div::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #B2060F;
}

body#disaster-activelearning section.postlist .keyword-list,
body#rule-design section.postlist .keyword-list {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 30px 80px 10px;
	margin-right: -5px;
	margin-left: -5px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .keyword-list,
	body#rule-design section.postlist .keyword-list {
		padding: 15px 20px 5px;
		margin: 0;
	}
}

body#disaster-activelearning section.postlist .keyword-item,
body#rule-design section.postlist .keyword-item {
	padding: 0 5px;
	margin-bottom: 20px;
	width: 20%;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .keyword-item,
	body#rule-design section.postlist .keyword-item {
		width: 33.3333%;
		margin-bottom: 10px;
	}
}

body#disaster-activelearning section.postlist .keyword-link,
body#rule-design section.postlist .keyword-link {
	display: block;
	width: 100%;
	border: 1px solid #707070;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #707070;
	border-radius: 50px;
	padding-top: 6px;
	padding-bottom: 5px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .keyword-link,
	body#rule-design section.postlist .keyword-link {
		font-size: 14px;
	}
}

body#disaster-activelearning section.postlist .keyword-link:hover,
body#disaster-activelearning section.postlist .keyword-link.is-active,
body#rule-design section.postlist .keyword-link:hover,
body#rule-design section.postlist .keyword-link.is-active {
	background-color: #B2060F;
	border-color: #B2060F;
	color: #FFFFFF;
}

body#disaster-activelearning section.postlist .feature-list,
body#rule-design section.postlist .feature-list {
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
}

body#disaster-activelearning section.postlist .feature-article,
body#rule-design section.postlist .feature-article {
	padding-right: 15px;
	padding-left: 15px;
	width: 33.3333%;
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .feature-article,
	body#rule-design section.postlist .feature-article {
		width: 100%;
	}
}

body#disaster-activelearning section.postlist .feature-link,
body#rule-design section.postlist .feature-link {
	display: block;
	padding-bottom: 23px;
	position: relative;
	color: #000000;
	height: 100%;
}

body#disaster-activelearning section.postlist .feature-link::after,
body#rule-design section.postlist .feature-link::after {
	content: "";
	display: block;
	background-image: url(assets/img/common/btnarw_r.svg);
	width: 60px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
}

body#disaster-activelearning section.postlist .feature-link:hover,
body#rule-design section.postlist .feature-link:hover {
	color: #B2060F;
}

body#disaster-activelearning section.postlist .feature-link:hover::after,
body#rule-design section.postlist .feature-link:hover::after {
	background-image: url(assets/img/common/btnarw_b.svg);
}

body#disaster-activelearning section.postlist .feature-img,
body#rule-design section.postlist .feature-img {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

body#disaster-activelearning section.postlist .feature-img::before,
body#rule-design section.postlist .feature-img::before {
	content: "";
	display: block;
	padding-top: 60%;
}

body#disaster-activelearning section.postlist .feature-img img,
body#rule-design section.postlist .feature-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}

body#disaster-activelearning section.postlist .feature-title,
body#rule-design section.postlist .feature-title {
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 767.98px) {

	body#disaster-activelearning section.postlist .feature-title,
	body#rule-design section.postlist .feature-title {
		font-size: 16px;
	}
}

body#disaster-activelearning section.postlist .feature-link:hover,
body#rule-design section.postlist .feature-link:hover {
	color: #B2060F;
}

body#disaster-activelearning section.postlist .feature-link:hover::after,
body#rule-design section.postlist .feature-link:hover::after {
	background-image: url(assets/img/common/btnarw_b.svg);
}

body#disaster-activelearning section.postlist .feature-link:hover .feature-img img,
body#rule-design section.postlist .feature-link:hover .feature-img img {
	transform: scale(1.1, 1.1);
}

/* 下記はscssに記載されていないもの｜KS */
/* table add css */
.wp-block-table td {
	border: 1px solid #000;
	padding: 15px;
}

/* 特集（論文）印刷時に不要なヘッダー、その他ポスト、フッターを出さない｜KS*/
@media print {
	header#header {
		display: none;
	}

	body#thesis section.otherpost {
		display: none;
	}

	body#thesis section.linkpost {
		display: none;
	}

	footer#footer {
		display: none;
	}
}

/* 特集（論文）一覧ページに教授プロフィールを追加する｜KS*/
body#archive-thesis section.contents .profile {
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 21px 30px 10px;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile {
		padding: 20px 10px;
	}
}

body#archive-thesis section.contents .profile-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 24px;
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile-wrap {
		flex-direction: column;
	}
}

body#archive-thesis section.contents .profile-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 13px;
	width: 100%;
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

body#archive-thesis section.contents .profile-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile-img {
		margin-bottom: 20px;
	}
}

body#archive-thesis section.contents .profile-doc {
	width: calc(100% - 180px);
	padding-right: 65px;
}

@media (max-width: 991.98px) {
	body#archive-thesis section.contents .profile-doc {
		padding-right: 30px;
	}
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile-doc {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 575.98px) {
	body#archive-thesis section.contents .profile-doc {
		padding: 0 10px;
	}
}

body#archive-thesis section.contents .profile-name {
	font-size: 24px;
	color: #005EAC;
	margin-bottom: 16px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile-name {
		font-size: 18px;
		text-align: center;
	}
}

body#archive-thesis section.contents .profile-name span {
	display: inline-block;
	margin-left: 1em;
	font-size: 12px;
}

@media (max-width: 991.98px) {
	body#archive-thesis section.contents .profile-name span {
		display: block;
		margin-left: 0;
	}
}

body#archive-thesis section.contents .profile-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

@media (max-width: 767.98px) {
	body#archive-thesis section.contents .profile-text {
		font-size: 14px;
	}
}

/* 研修ページに教授プロフィールを追加する｜FT*/
body#growth-service section.contents .profile {
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 21px 30px 10px;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile {
		padding: 20px 10px;
	}
}

body#growth-service section.contents .profile-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 24px;
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile-wrap {
		flex-direction: column;
	}
}

body#growth-service section.contents .profile-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 13px;
	width: 100%;
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

body#growth-service section.contents .profile-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile-img {
		margin-bottom: 20px;
	}
}

body#growth-service section.contents .profile-doc {
	width: calc(100% - 180px);
	padding-right: 65px;
}

@media (max-width: 991.98px) {
	body#growth-service section.contents .profile-doc {
		padding-right: 30px;
	}
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile-doc {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 575.98px) {
	body#growth-service section.contents .profile-doc {
		padding: 0 10px;
	}
}

body#growth-service section.contents .profile-name {
	font-size: 24px;
	color: #005EAC;
	margin-bottom: 16px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile-name {
		font-size: 18px;
		text-align: center;
	}
}

body#growth-service section.contents .profile-name span {
	display: inline-block;
	margin-left: 1em;
	font-size: 12px;
}

@media (max-width: 991.98px) {
	body#growth-service section.contents .profile-name span {
		display: block;
		margin-left: 0;
	}
}

body#growth-service section.contents .profile-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

@media (max-width: 767.98px) {
	body#growth-service section.contents .profile-text {
		font-size: 14px;
	}
}

/* 研修テンプレートにパスワードの考慮を追加｜KS*/
body#activelearning section.password {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 87px;
}

body#activelearning section.password .password-lead,
body#activelearning section.password .password-request {
	font-size: 20px;
	text-align: center;
}

body#activelearning section.password .password-form {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body#activelearning section.password .password-form input {
	display: block;
}

body#activelearning section.password .password-form input[type=password] {
	font-size: 16px;
	padding: 10px 1em;
	border-radius: 8px;
	border: 1px solid #005EAC;
}

body#activelearning section.password .password-form input[type=submit] {
	background-color: #005EAC;
	border: 1px solid #005EAC;
	border-radius: 8px;
	font-size: 20px;
	color: #FFFFFF;
	padding: 7px 20px;
	margin-left: 8px;
	font-weight: bold;
	transition: all .3s ease;
}

body#activelearning section.password .password-form input[type=submit]:hover {
	background-color: #FFFFFF;
	color: #005EAC;
}

/* 特集へのリード追加により｜KS*/
body#index section.feature .feature-lead-text {
	max-width: 960px;
	width: 100%;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

@media (max-width: 575.98px) {
	body#index section.feature .feature-lead-text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
}

/* 論文テンプレートにストリーム動画（800×450）埋め込み考慮を追加｜KS*/
body#thesis section.contents .movie-stream800-450 {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

body#thesis section.contents .movie-stream800-450 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 論文テンプレートにストリーム動画（640×360）埋め込み考慮を追加｜KS*/

body#thesis section.contents .movie-stream640-360 {
	position: relative;
	/*  margin-left: 10%;
  margin-right: 10%;*/
	width: 100%;
	height: 0;
	padding-top: 45%;
}

body#thesis section.contents .movie-stream640-360 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 論文テンプレートにYOUTUBEの埋め込みをレスポンシブに｜KS*/

.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* rule-design css */

@media (min-width: 768px) {
	body#rule-design section.post .section-wrap {
		display: flex;
		justify-content: space-between;
	}
}

body#rule-design section.post .post-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 768px) {
	body#rule-design section.post .post-list-box {
		width: calc(100% - 25px);
	}
}

body#rule-design section.post .post-list {
	margin-bottom: 80px;
}

@media (max-width: 767.98px) {
	body#rule-design section.post .post-list {
		margin-bottom: 30px;
	}
}

body#rule-design section.post .post-item {
	max-width: 350px;
	/*margin-right: 15px;*/
	/*margin-left: 15px;*/
	margin: 0 auto;
	width: 90%;
	height: 350px;
	overflow: hidden;
	display: block;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

@media (max-width: 767.98px) {
	body#rule-design section.post .post-item {
		max-width: 750px;
		width: 80vw;
		height: 180px;
		margin-bottom: 30px;
	}
}

body#rule-design section.post .post-item::after {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-image: url(assets/img/index/linkarw.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body#rule-design section.post .post-item.comingsoon {
	pointer-events: none;
}

body#rule-design section.post .post-item.comingsoon::after {
	display: none;
}

body#rule-design section.post .post-item-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 211px;
	background-image: url(assets/img/index/box_bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 28px;
	color: #FFFFFF;
	padding: 33px 0 0 26px;
	font-weight: 400;
	transition: all .3s ease;
}

@media (max-width: 991.98px) {
	body#rule-design section.post .post-item-title {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	body#rule-design section.post .post-item-title {
		padding: 12px 0 0 18px;
		height: 80%;
	}
}

body#rule-design section.post .post-item:hover .post-item-title {
	height: 100%;
}

body#rule-design section.post .post-item.comingsoon {
	pointer-events: none;
}

body#rule-design section.post .post-item-cover {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	font-weight: 600;
}

body#rule-design section.post .post-item .comingsoon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	font-weight: 600;
}

body#rule-design section.post .rule-banner-link {
	margin-bottom: 3rem;
}

/* 標準化最前線にTableをデザイン*/
body#standardization section.contents .standardization {
	font-size: 1rem;
	margin: 1rem auto 3rem;
}

body#standardization section.contents .standardization div:last-child {
	margin-bottom: 80px;
}

body#standardization section.contents .standardization h4 {
	padding: 40px 20px;
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	background-size: cover;
	background-position: 50% 50%;
	color: white;
}

body#standardization section.contents .standardization h4.story01 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#standardization section.contents .standardization h4.story02 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#standardization section.contents .standardization h4.story03 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#standardization section.contents .standardization h4.story04 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#standardization section.contents .standardization h4.story05 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#standardization section.contents .standardization a {
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 20px;
	color: #666;
}

body#standardization section.contents .standardization a:hover {
	background-image: url(assets/img/common/arw_right.svg);
	background-color: #005EAC;
	color: white;
	background-position: 95% 50%;
}


body#standardization section.contents .standardization a span {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-right: 20px;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .standardization a span {
		display: block;
	}
}


/* 標準化最前線に教授プロフィールを追加する｜KS*/

body#standardization section.contents .profile {
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 21px 30px 10px;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile {
		padding: 20px 10px;
	}
}

body#standardization section.contents .profile-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 24px;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile-wrap {
		flex-direction: column;
	}
}

body#standardization section.contents .profile-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 13px;
	width: 100%;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

body#standardization section.contents .profile-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile-img {
		margin-bottom: 20px;
	}
}

body#standardization section.contents .profile-doc {
	width: calc(100% - 180px);
	padding-right: 65px;
}

@media (max-width: 991.98px) {
	body#standardization section.contents .profile-doc {
		padding-right: 30px;
	}
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile-doc {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 575.98px) {
	body#standardization section.contents .profile-doc {
		padding: 0 10px;
	}
}

body#standardization section.contents .profile-name {
	font-size: 24px;
	color: #005EAC;
	margin-bottom: 16px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile-name {
		font-size: 18px;
		text-align: center;
	}
}

body#standardization section.contents .profile-name span {
	display: inline-block;
	margin-left: 1em;
	font-size: 12px;
}

@media (max-width: 991.98px) {
	body#standardization section.contents .profile-name span {
		display: block;
		margin-left: 0;
	}
}

body#standardization section.contents .profile-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

@media (max-width: 767.98px) {
	body#standardization section.contents .profile-text {
		font-size: 14px;
	}
}

/* 標準化最前線にTableをデザイン*/
body#business-strategy section.contents .standardization {
	font-size: 1rem;
	margin: 1rem auto 3rem;
}

body#business-strategy section.contents .standardization div:last-child {
	margin-bottom: 80px;
}

body#business-strategy section.contents .standardization h4 {
	padding: 40px 20px;
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	background-size: cover;
	background-position: 50% 50%;
	color: white;
}

body#business-strategy section.contents .standardization h4.story01 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#business-strategy section.contents .standardization h4.story02 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#business-strategy section.contents .standardization h4.story03 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#business-strategy section.contents .standardization h4.story04 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#business-strategy section.contents .standardization h4.story05 {
	background-image: url(assets/img/standardization/stan_bg04.jpg);
}

body#business-strategy section.contents .standardization a {
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 20px;
	color: #666;
}

body#business-strategy section.contents .standardization a:hover {
	background-image: url(assets/img/common/arw_right.svg);
	background-color: #005EAC;
	color: white;
	background-position: 95% 50%;
}


body#business-strategy section.contents .standardization a span {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-right: 20px;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .standardization a span {
		display: block;
	}
}


/* 標準化最前線に教授プロフィールを追加する｜KS*/

body#business-strategy section.contents .profile {
	border-radius: 10px;
	background-color: #F5F5F5;
	padding: 21px 30px 10px;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile {
		padding: 20px 10px;
	}
}

body#business-strategy section.contents .profile-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 24px;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile-wrap {
		flex-direction: column;
	}
}

body#business-strategy section.contents .profile-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 13px;
	width: 100%;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

body#business-strategy section.contents .profile-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile-img {
		margin-bottom: 20px;
	}
}

body#business-strategy section.contents .profile-doc {
	width: calc(100% - 180px);
	padding-right: 65px;
}

@media (max-width: 991.98px) {
	body#business-strategy section.contents .profile-doc {
		padding-right: 30px;
	}
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile-doc {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 575.98px) {
	body#business-strategy section.contents .profile-doc {
		padding: 0 10px;
	}
}

body#business-strategy section.contents .profile-name {
	font-size: 24px;
	color: #005EAC;
	margin-bottom: 16px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile-name {
		font-size: 18px;
		text-align: center;
	}
}

body#business-strategy section.contents .profile-name span {
	display: inline-block;
	margin-left: 1em;
	font-size: 12px;
}

@media (max-width: 991.98px) {
	body#business-strategy section.contents .profile-name span {
		display: block;
		margin-left: 0;
	}
}

body#business-strategy section.contents .profile-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

@media (max-width: 767.98px) {
	body#business-strategy section.contents .profile-text {
		font-size: 14px;
	}
}

body#index section.post .post-head.resilience {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	padding: 40px 0;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head.resilience {
		height: 56.25vw;
		margin-bottom: 30px;
	}
}

@media (max-width: 575.98px) {
	body#index section.post .post-head.resilience {
		padding: 30px 0;
		height: auto;
	}
}

body#index section.post .resilience-lead-text {
	max-width: 960px;
	width: 100%;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

@media (max-width: 575.98px) {
	body#index section.post .resilience-lead-text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}

body#index section.post .post-head.resilience .post-head-title {
	margin: 0;
}

body#index section.post .post-head.value-through-standardization {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
}

@media (max-width: 767.98px) {
	body#index section.post .post-head.value-through-standardization {
		height: 56.25vw;
		margin-bottom: 30px;
	}
}

@media (max-width: 575.98px) {
	body#index section.post .post-head.value-through-standardization {
		padding: 30px 0;
		height: auto;
	}
}

body#index section.post .value-through-standardization-lead-text {
	max-width: 960px;
	width: 100%;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

@media (max-width: 575.98px) {
	body#index section.post .value-through-standardization-lead-text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}

body#index section.post .post-head.value-through-standardization .post-head-title {
	margin: 0;
}


/* フェードインアニメーションcss */

.js-scroll-Left {
	visibility: hidden;
}

.fadeLeft {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-70px);
		-ms-transform: translateX(-70px);
		transform: translateX(-70px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

/*-- css 追記普及--*/

@media (min-width: 768px) {
	body#perspective section.post .section-wrap {
		display: flex;
		justify-content: space-between;
	}
}

body#perspective section.post .post-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 768px) {
	body#perspective section.post .post-list-box {
		width: calc(100% - 25px);
	}
}

body#perspective section.post .post-list {
	margin-bottom: 80px;
}

body#perspective section.post .post-list .post-item-img img {
	width: 100%;
}

@media (max-width: 767.98px) {
	body#perspective section.post .post-list {
		margin-bottom: 30px;
	}
}

body#perspective .flex-link {
	display: flex;
	flex-wrap: nowrap;
	margin: 2rem auto;
	max-width: 1100px !important;
}

@media (max-width: 767.98px) {
	body#perspective .flex-link {
		display: block;
		margin: 2rem auto;
	}
}

body#perspective .post-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

body#perspective section.post .post-item {
	position: relative;
	max-width: 350px;
	margin-right: 15px;
	margin-left: 15px;
	width: 100%;
	height: 423px;
	display: block;
	background-color: #B2060F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	body#perspective section.post .post-item {
		max-width: 750px;
		width: 80vw;
		height: 44.8vw;
		margin-bottom: 30px;
	}
}

body#perspective section.post .post-item::after {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-image: url(assets/img/index/linkarw.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body#perspective section.post .post-item.comingsoon {
	pointer-events: none;
}

body#perspective section.post .post-item.comingsoon .comingsoon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	font-weight: 600;
}


body#perspective section.post .post-item.comingsoon::after {
	display: none;
}

body#perspective section.post .post-item-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 211px;
	background-image: url(assets/img/index/box_bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 28px;
	color: #FFFFFF;
	padding: 33px 0 0 26px;
	font-weight: 400;
	transition: all .3s ease;
}

@media (max-width: 991.98px) {
	body#perspective section.post .post-item-title {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	body#perspective section.post .post-item-title {
		padding: 12px 0 0 18px;
		height: 80%;
	}
}

body#perspective section.post .post-item:hover .post-item-title {
	height: 100%;
}

body#perspective section.post .post-item.comingsoon {
	pointer-events: none;
}

body#perspective section.post .post-item-cover {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	font-weight: 600;
}

/* value-through-standardization */

@media (min-width: 768px) {
	body#value-through-standardization section.post .section-wrap {
		/* display: flex;
    justify-content: space-between; */
	}

	body#value-through-standardization section.post .section-wrap .table {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}

	body#value-through-standardization section.post .section-wrap .table dt {
		background: #f5f5f5;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
		width: 40%;
		padding: 20px;
	}

	body#value-through-standardization section.post .section-wrap .table dd {
		background: #fff;
		font-weight: 400;
		border-bottom: 1px solid #ccc;
		width: 60%;
		padding: 20px;
	}

	body#value-through-standardization section.post .section-wrap .sub {
		text-align: center;
		font-size: 1rem;
		margin-bottom: 2rem;
	}
}

body#value-through-standardization section.post .post-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 768px) {
	body#value-through-standardization section.post .post-list-box {
		width: calc(100% - 25px);
	}
}

body#value-through-standardization section.post .post-list {
	margin-bottom: 80px;
}

body#value-through-standardization section.post .post-list .post-item-img img {
	width: 100%;
}

@media (max-width: 767.98px) {
	body#value-through-standardization section.post .post-list {
		margin-bottom: 30px;
	}

	body#value-through-standardization section.post .section-wrap .table {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}

	body#value-through-standardization section.post .section-wrap .table dt {
		background: #f5f5f5;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 20px;
	}

	body#value-through-standardization section.post .section-wrap .table dd {
		background: #fff;
		font-weight: 400;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 20px;
	}

	body#value-through-standardization section.post .section-wrap .sub {
		text-align: center;
		font-size: 1rem;
		margin-bottom: 2rem;
	}
}

body#value-through-standardization .flex-link {
	display: flex;
	flex-wrap: nowrap;
	margin: 2rem auto;
	justify-content: center;
	max-width: 1100px;
}

@media (max-width: 767.98px) {
	body#value-through-standardization .flex-link {
		display: block;
		margin: 2rem auto;
	}
}

body#value-through-standardization .post-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

body#value-through-standardization section.post .post-item {
	position: relative;
	max-width: 350px;
	margin-right: 15px;
	margin-left: 15px;
	width: 100%;
	height: 322px;
	display: block;
	background-color: #B2060F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

@media (max-width: 767.98px) {
	body#value-through-standardization section.post .post-item {
		max-width: 750px;
		width: 80vw;
		height: 44.8vw;
		margin-bottom: 30px;
	}
}

body#value-through-standardization section.post .post-item::after {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 8px;
	right: 25px;
	background-image: url(assets/img/index/linkarw.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body#value-through-standardization section.post .post-item.comingsoon {
	pointer-events: none;
}

body#value-through-standardization section.post .post-item.comingsoon .comingsoon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	font-weight: 600;
}


body#value-through-standardization section.post .post-item.comingsoon::after {
	display: none;
}

body#value-through-standardization section.post .post-item-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 211px;
	background-image: url(assets/img/index/box_bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 24px;
	color: #FFFFFF;
	padding: 33px 0 0 26px;
	font-weight: 400;
	transition: all .3s ease;
}

@media (max-width: 991.98px) {
	body#value-through-standardization section.post .post-item-title {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	body#value-through-standardization section.post .post-item-title {
		padding: 12px 0 0 18px;
		height: 80%;
	}
}

body#value-through-standardization section.post .post-item:hover .post-item-title {
	height: 100%;
}

body#value-through-standardization section.post .post-item.comingsoon {
	pointer-events: none;
}

body#value-through-standardization section.post .post-item-cover {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	font-weight: 600;
}

.banner-wrap {
	margin: 3rem auto;
	max-width: 800px;
}

body#what-is-standardization .movie-description {
	margin: 2rem auto;
}

body#what-is-standardization .movie-wrap {
	margin: 2rem auto 0 auto;
	text-align: center;
	padding: 40px;
}

body#what-is-standardization .movie-text {
	margin: 2rem auto;
}

/* コンテンツ内 見出しタグの設定 */
.section-wrap h1.ttl,
.section-wrap h2.ttl,
.section-wrap h3.ttl,
.section-wrap h4.ttl,
.section-wrap h5.ttl,
.section-wrap h6.ttl {
	background: none;
	color: black;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 2rem;
}

.section-wrap h1.ttl {}

.section-wrap h2.ttl {
	background: white;
	border: solid #333 1px;
	border-width: 1px 10px 1px 10px;
	color: #333;
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding: 1rem .5rem;
	margin: 4rem 0 1rem 0;
	text-align: center;
	/* border-radius: 20px 0 20px 0; */
}

@media (max-width: 575.98px) {
	.section-wrap h2.ttl {
		font-size: 1rem;
		line-height: 2rem;
	}
}

.section-wrap h3.ttl {
	font-size: 1.4rem;
	line-height: 2.8rem;
	text-align: center;
	border-bottom: 5px solid #B2060F;
	padding-bottom: 10px;
	margin-bottom: 32px;
}

@media (max-width: 575.98px) {
	.section-wrap h3.ttl {
		font-size: 1rem;
		line-height: 2rem;
		border-bottom-width: 3px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
}

.section-wrap h4.ttl {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: .5rem;
}

.section-wrap h5.ttl {}

.section-wrap h6.ttl {}

#breadcrumbs {
	margin-bottom: 2rem;
}

body section.post .post-item .comingsoon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	font-weight: 600;
}

body#what-is-standardization .movie-wrap {
	width:100%;
	text-align:center;
}

body#what-is-standardization .movie-wrap  iframe{
	height:420px;
	width:660px;
	margin:auto;
}

@media only screen and (max-width: 768px) {
body#activelearning section.kv {
	background-position: 20% 50%;
}
	
	body#what-is-standardization .movie-wrap  {
	width:100%;
	text-align:center;
	padding:10px;
}

body#what-is-standardization .movie-wrap iframe{
	height:200px;
	width:100%;
	margin:auto;
}
}




/*[add]---------------------------------------------
2024.12改修
---------------------------------------------------*/
body#activelearning .movie-wrap {
	width:100%;
	text-align:center;
}
body#activelearning .movie-wrap iframe{
	height:420px;
	width:660px;
	margin:auto;
}
@media only screen and (max-width: 768px) {
  body#activelearning section.kv {
    background-position: 20% 50%;
  }
  body#activelearning .movie-wrap  {
    width:100%;
    text-align:center;
    padding:10px;
  }
  body#activelearning .movie-wrap iframe{
    height:200px;
    width:100%;
    margin:auto;
  }
}

/* 動画のキャプション（上） */
.movie-caption{
  margin-bottom: 1em !important;
  font-size: 1.2em !important;
  font-feature-settings: "palt";
}
/* 画像バナーのホバー処理 */
.link-hv{
  display: block;
}
.link-hv:hover{
  opacity: .7;
  transition: .4;
}
/* 見出しのマージン調整用 */
.ttl.mb2{
  margin-bottom: 2em !important;
}
.ttl.mb1{
  margin-bottom: 1em !important;
}

/* TOPフローティングバナー */
.floating-bnr{
  position: fixed;
  bottom: -480px;
  right: 10px;
  z-index: 9999;
  width: 240px;
  transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
}
.floating-bnr.active{
  bottom: 10px;
  transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
}
.floating-bnr.footer-close{
  bottom: -480px;
  transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
}
.floating-bnr a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.floating-bnr a:hover{
  opacity: 0.7;
  transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (max-width: 768px) {
  .floating-bnr{
    bottom: -300px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .floating-bnr.active{
    bottom: 10px;
  }
  .floating-bnr.footer-close{
    bottom: -300px;
    transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
  }
}