@charset 'UTF-8';
/* CSS Document */
/* z-index

9999	nav ul li ul.sub

*/
/* -------------------------------------------------------- html & body */
html {
	height: 100%;
}
body {
	/* min-width: 1200px; */
		/* background: #f0f0f0; */
	height: 100%;
	width: 100%;
	line-height: 1.7;
	/* overflow-x: hidden; */
	box-sizing: border-box;/* background: #fff; */
}
body.top div.wrapper {
	overflow: hidden;
}
div.wrapper {
	box-sizing: border-box;
	/* overflow: hidden; */
		/* height: 100%; */
	padding-top: 8rem; /* header */
}
div.inner {
	/* width: 1000px; */
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.en {
/* font-family: 'Oswald', sans-serif; */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- header */
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	/* background: #fff; */
	height: 10rem;
	/* mix-blend-mode: difference; */
		/* mix-blend-mode: exclusion; */
	transition: 0.25s all;
}
header:after {
/* position: absolute;
		content: "";
		right: 0;
		width: calc(100vw - 50%);
		max-width: 70rem;
		min-width: 62rem;
		background: #000;
		height: 0.1rem;
		bottom: 0;
		transition: 0.3s all; */
}
/* header.opacity:after {
		width: 0;
		min-width: 0;
}
header:hover.opacity:after {
		width: calc(100vw - 50%);
		max-width: 70rem;
		min-width: 62rem;
} */
header.opacity {
	background-color: rgba(255, 255, 255, 0.75);
	transition: 0.1s all;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
header.opacity:before {
	width: 100%;
	background: #fff;
	height: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	transition: 0.1s all;
	z-index: 0;
}
header:hover.opacity {
	opacity: 1;
}
header:hover.opacity:before {
	/* height: 130px; */
	height: 100px;
}
/* header:hover.opacity nav ul:before {
		width: 0;
} */
header > div.inner {
/* overflow: hidden;
		/* max-height: 100px; */
		/* padding: 1em 0 0; */
		/* padding-top: 15px; */
}
header ul.utility {
	background: #3e344f;
	/* padding-top: 0.5rem; */
	padding-left: 2rem;
	padding-right: 2rem;
	float: right;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
header ul.utility li {
	display: inline;
	position: relative;
	transition: 0.25s all;
	white-space: nowrap;
}
header ul.utility li a {
	font-size: 1.4rem;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	color: #e4e0cf;
}
header ul.utility li a:before {
/* border-bottom: 0.5rem solid #cacaca;
		border-left: 0.35rem solid transparent;
		border-right: 0.35rem solid transparent;
		content: "";
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) rotate(90deg);
		transition: 0.25s all; */
}
header ul.utility li a:hover:before {
/* border-bottom: 0.5rem solid #000;
		border-left: 0.35rem solid transparent;
		border-right: 0.35rem solid transparent; */
}
header ul.utility li:last-child a {
	padding-right: 0;
}
header ul.utility li a span.label {
	display: none;
}
header ul.utility li a:hover {
/* text-decoration: underline; */
}
header ul.utility li:hover {
	opacity: 0.5;/* color: #003e6c; */
}
header ul.utility li:before {
	position: absolute;
	width: 0.75rem;
	height: 1px;
	left: -0.4rem;
	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #e4e0cf;
	content: "";
	z-index: 1;
}
header ul.utility li a:before {
	position: absolute;
	top: 50%;
	left: -0.175rem;
	width: 0.4rem;
	height: 0.4rem;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #e4e0cf;
	border-right: 1px solid #e4e0cf;
}
/* circle */
header ul.utility li a:after {
	left: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	border: 1px solid #e4e0cf;
	border-radius: 1000px;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	transition: 0.25s all;
}
header div.logo {
	float: left;
	/* width: 340px; */
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: 1;
	transition: 0.25s all;
}
body.top header div.logo {
	float: left;
	/* width: 340px; */
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: 1; /* */
	transition: 0.25s all;
}
body.top header.opacity div.logo {
	opacity: 1;
}
header div.logo a {
	display: block;
	padding: 0;
	position: relative;
}
/* */
header div.logo a img {
	display: block;
	/* width: 340px; 
    height: 120px; */ /* */
		/* transition: all 0.1s; */
		/* max-width: 340px; */ /* */
	position: relative;
	z-index: 1;
	color: #000;
	max-width: 30rem;
	min-width: 26rem;
	width: 400px;
	height: auto;
	transition: 0.25s all;
}
header div.logo a:after {
/* position: absolute;
	background: url(../img/logo_mix-blend.png) no-repeat;
	
    background-blend-mode: exclusion;
	background-size: 340px 120px;
	width: 340px;
	height: 120px;
	content: "";
	display: block;
	top: 0;
	left: 0;
	z-index: 0; */
		/* mix-blend-mode: ; */
		/* -webkit-filter: invert(1);
    filter: invert(1);
	mix-blend-mode: exclusion; */
}
header.opacity div.logo a img {
	/* max-width: 18rem;
		min-width: 18rem; */
		/* width:  15.00vw; */
	height: auto;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- nav */
header div.menu-button {
	display: none;
}
header div.menu-wrap {
	width: calc(100% - 300px);
	float: right;
}
nav {
	/* background: #ffffff; */
	position: relative;
	height: 100%;
	clear: both;
}
nav ul {
	/* display: table; */
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
	text-align: right;
	white-space: nowrap;
}
nav ul:before {
}
/* */
/* header.opacity nav ul:before {
		width: 0;
} */
nav ul li {
	position: relative;
	/* display: table-cell; */
		/* height: 80px; */
	vertical-align: middle;
	display: inline-block;
}
nav ul li::after {
/* position: absolute;
		z-index: 9999;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 1px;
		content: '';
		transition: all .1s ease-in-out;
		background: #000; */
}
nav > div.inner > ul > li > a:hover::after {
/* left: 0;
		width: 100%; */
}
nav ul li a {
	font-size: 1.8rem;
	line-height: 1.2;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0.25em 1em;
	text-align: center;
	/* text-align: right; */ /* */
	white-space: nowrap;
	color: #000;/* background: #000;	
	background-clip: text;
  	-webkit-background-clip: text;
	mix-blend-mode: exclusion; */
}
nav ul li:last-child a {
	padding-right: 0;
}
nav ul li a:hover {
	opacity: 0.5;
}
nav ul li.current a {
/* color: #003e6c; */
}
nav ul li.current:after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 20px;
	height: 1px;
	left: 50%;
	background: #000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
nav ul li:hover:after {
/* position: absolute;
		content: "";
		bottom: 0;
		width: 20px;
		height: 1px;
		left: 50%;
		background: #000;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%); */
}
nav ul li a::after {
/* position: absolute;
    top: 1.2em;
    right: 0;

    width: 1px;
    height: 15px;

    content: '';

    background: #e9e9e9; */
}
nav ul li:first-child a::before {
/* position: absolute;
    top: 1.2em;
    left: 0;

    width: 1px;
    height: 15px;

    content: '';

    background: #e9e9e9; */
}
nav ul li:first-child:after {
/* border-bottom: 0.5rem solid #cacaca;
		border-left: 0.35rem solid transparent;
		border-right: 0.35rem solid transparent;
		content: "";
		right: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		transition: 0.1s all; */
}
nav ul li:first-child:hover:after {
/* border-bottom: 0.5rem solid #000;
		border-left: 0.35rem solid transparent;
		border-right: 0.35rem solid transparent; */
		/* transform: translateY(-50%) rotate(0);
		-webkit-transform: translateY(-50%) rotate(0); */
}
/* submenu */
nav ul li div.submenu {
	max-height: 0;
	overflow: hidden;
	transition: 0.05s all;
	position: absolute;
	top: 2.5rem;
	left: 0;
	text-align: left;
	background: #fff;
	z-index: 1000;
}
nav ul li:hover div.submenu {
	max-height: 100px;
	padding-top: 0.5rem;
	background: #f8f8f8;
}
nav ul li:hover div.submenu a {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
}
nav ul li:hover div.submenu div:last-child a {
	padding-bottom: 1em;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section common */
section {
	padding: 80px 0;
	position: relative;
}
/* common link */
div.symbol {
	position: absolute;
	z-index: 0;
}
div.symbol img {
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.main-visual */
section.main-visual div.symbol-01 {
	top: 0;
	left: -5%;
	opacity: 0.5;
	max-width: 25rem;
}
section.main-visual div.symbol-02 {
	bottom: -15%;
	left: 5%;
	opacity: 0.25;
	max-width: 30rem;
}
section.main-visual div.symbol-05 {
	top: 0;
	right: 0;
	opacity: 0.5;
	max-width: 25rem;
}
section.main-visual {
	height: calc(100vh - 10rem);
	max-height: 65rem;
	/* max-height: 80vh; */
	padding: 0;
	position: relative;
	z-index: 2;
	/* background: #3e344f; */
	background: #3e344f;
}
section.main-visual div.inner {
	position: relative;
	width: 100%;
	max-width: 100%;
}
section.main-visual div.copy-wrap {
	width: 30%;
	left: 0;
	/* transform: translateX(-50%);
		-webkit-transform: translateX(-50%); */
	position: absolute;
	height: calc(100vh - 10rem); /* */
	max-height: 65rem;
	/* max-height: 80vh; */
	z-index: 1;
	transition: 0.5s all;
	z-index: 10000;/* background: #fff; */
}
section.main-visual div.copy-wrap::before {
	background: #9b9b9b;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 25rem;
	z-index: 0;
}
section.main-visual div.copy-wrap div.copy-logo {
	/* position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%); */
	height: calc(100vh - 10rem); /* */
	max-height: 65rem;/* max-height: 80vh; */
}
section.main-visual div.copy-wrap div.copy, section.main-visual div.copy-wrap div.copy div.copy-inner {
	height: calc(100vh - 10rem); /* */
	max-height: 65rem;/* max-height: 80vh; */
}
section.main-visual div.copy-wrap div.copy img {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	height: 70vh;
	max-height: 55rem;
}
section.main-visual div.copy-wrap div.copy:after {
/* position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
		background: #e4e0cf;
		z-index: 0; */
}
section.main-visual div.copy-wrap div.copy:before {
/* 	position: absolute;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 1px;
		content: "";
		background: #8e8866;
		z-index: 1; */
}
section.main-visual div.copy-wrap div.copy span {
	font-size: 4.4rem;
}
section.main-visual div.copy-wrap div.copy-logo div.logo {
	max-width: 25rem;
	margin-top: 4rem;
	/* transition: 0.5s all; */
	margin-left: auto;
	margin-right: auto;
}
/* */
/* header.opacity + div.contents-wrapper div.logo {
	opacity: 0;
} */
section.main-visual div.visual-wrap {
	/* width: 60%;
		max-width: 77.5rem;
		position: absolute;
		top: 50%; 
		left: calc(42.5%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%); */
	overflow: hidden;
}
section.main-visual div.visual-wrap div.visual {
	height: calc(100vh - 10rem);
	/* height: 50vw; */
	max-height: 65rem;/* max-height: 80vh; */
		/* background: #3e344f; */
		/* background: #e8e7e0; */
}
section.main-visual div.visual-wrap div.visual div.visual-image {
	width: 100%;
	/* float: left;
		margin-right: 2%; */
	position: relative;
	height: calc(100vh - 10rem);
	max-height: 65rem;
	/* max-height: 80vh; */
		/* height: 50vw; */
	max-width: 70vw;
	float: right;/* left: 30vw; */
}
section.main-visual div.visual-wrap div.visual div.visual-image:nth-child(2) {
	margin-right: 0;
	margin-top: 5rem;
}
section.main-visual div.visual-wrap div.visual div.visual-image div.flexslider {
	/* position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: 0.25s all; */
	overflow: visible;
	/* max-width: 80%; */
	margin-left: auto;
	margin-right: auto;
	background: none;
	height: calc(100vh - 10rem);
	max-height: 65rem;
	/* max-height: 80vh; */
	background: none;/* width: 80%; */
}
/* section.main-visual div.visual-wrap div.visual div.visual-image div.flexslider::before {
		border: 1px solid #9b9b9b;
		content: "";
		height: 85%;
		opacity: 0.5;
		pointer-events: none;
		position: absolute;
		width: 90%;
		z-index: 1000;
		top: calc(50% - 4px);
		left: calc(50% - 4px);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
}
section.main-visual div.visual-wrap div.visual div.visual-image div.flexslider::after {
		border: 1px solid #8e8866;
		content: "";
		height: 85%;
		opacity: 0.5;
		pointer-events: none;
		position: absolute;
		width: 90%;
		z-index: 1000;
		top: calc(50% + 4px);
		left: calc(50% + 4px);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
} */
.flexslider .slides {
	height: calc(100vh - 10rem);
	max-height: 65rem;/* max-height: 80vh; */
}
section.main-visual div.visual-wrap div.visual div.visual-image div.flexslider .slides > li {
	position: relative;
	height: calc(100vh - 10rem);
	max-height: 65rem;
	/* max-height: 80vh; */
	overflow: hidden;
}
section.main-visual div.visual-wrap div.visual div.visual-image img {
	/* position: absolute; */
		/* top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0; */
		/* bottom: 0; */
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	/* height: auto; */
		/* width: 100%; */
		/* width: 102%; */
		/* min-width: 102%; */
		/* max-width: 640px !important; */
		/* height: 100%; */
		/* max-width: inherit; */
	width: 100%;
	max-width: 100rem;
	/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
	transition: 10s all;
}
section.main-visual div.visual-wrap div.visual div.visual-image div.flexslider .slides > li.flex-active-slide img {
	transform: translateX(-2%) translateY(-50%);
	-webkit-transform: translateX(-2%) translateY(-50%);
	left: 0;
}
/* section */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ スクロール */
section.main-visual div.scroll-arrow {
	width: 20px;
	height: 40px;
	display: block;
	left: 2%;
	position: absolute;
	bottom: 20px; /* */
	z-index: 1000;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
section.main-visual div.scroll-arrow {
	opacity: 0;
	transition: 1.5s all 14s;
}
section.main-visual div.scroll-arrow {
	opacity: 1;
}
section.main-visual div.scroll-arrow:after {
	width: 15px;
	height: 15px;
	border-right: 1px solid #8e8866;
	border-top: 1px solid #8e8866;
	content: "";
	left: 50%;
	top: 60%; /* */
	display: block;
	position: absolute;
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transition: all 0.2s ease-in-out 0s;
}
section.main-visual div.scroll-arrow:before {
	width: 50px;
	height: 50px;
	display: block;
	left: 50%;
	position: absolute;
	content: "";
	top: 50%;
	z-index: 100000;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	/* border: 1px solid #1e2e53; */
	box-sizing: border-box;
	border-radius: 1000px;
	z-index: 0;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-name: circle;
}
section.main-visual div.scroll-arrow span {
	position: relative;
	display: block;
	width: 100%;
}
section.main-visual div.scroll-arrow span:after {
	width: 1px;
	position: absolute;
	content: "";
	height: 30px;
	background: #8e8866;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-name: slideInDown;
}
section.main-visual div.scroll-arrow span:before {
	content: "SCROll";
	font-size: 1.0rem;
	position: absolute;
	top: -5.5em;
	left: 50%;
	transform: translateX(-50%) rotate(-90deg);
	-webkit-transform: translateX(-50%) rotate(-90deg);
	color: #8e8866;
	white-space: nowrap;
	z-index: 1;
	font-weight: bold;/* font-family: 'Oswald', sans-serif; */
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- */
@-webkit-keyframes slideInDown {
 0% {
 height: 30px;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 visibility: visible;
 opacity: 0;
}
 10% {
 opacity: 1;
}
 90% {
 opacity: 1;
}
 100% {
 height: 0;
 -webkit-transform: translateX(-50%) translateY(0);
 transform: translateX(-50%) translateY(0);
 opacity: 0;
}
}
@keyframes slideInDown {
 0% {
 height: 30px;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 visibility: visible;
 opacity: 0;
}
 10% {
 opacity: 1;
}
 90% {
 opacity: 1;
}
 100% {
 height: 0;
 -webkit-transform: translateX(-50%) translateY(0);
 transform: translateX(-50%) translateY(0);
 opacity: 0;
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- .lead-section */
section.lead-section {
}
section.lead-section div.lead-figure {
	float: left;
	width: calc(50% - 8rem);
	position: relative;
	margin-right: 8rem;
}
section.lead-section div.lead-figure:before {
	background: #8e8866;
	width: 4rem;
	height: 60%;
	position: absolute;
	content: "";
	bottom: 0;
	left: -4rem;
	z-index: 0;
}
section.lead-section div.lead-figure:after {
	background: #3d354e;
	width: 4rem;
	height: 60%;
	position: absolute;
	content: "";
	bottom: 0;
	right: -4rem;
	z-index: 0;
}
section.lead-section div.title-wrap {
	float: right;
	width: 50%;
	position: relative;
	z-index: 1;
}
section.lead-section div.title-wrap div.title {
	position: absolute;
	font-size: 11rem;
	color: #8e8866;
	right: 0;
	opacity: 0.2;
	top: -0.5em;
}
section.lead-section div.title-wrap div.lead-copy {
	font-size: 3.2rem;
	margin-bottom: 4rem;
	margin-top: 12rem;
}
section.lead-section div.title-wrap div.lead-copy span {
	font-size: 3.6rem;
}
section.lead-section div.title-wrap div.description {
	margin-bottom: 4rem;
}
section.lead-section div.title-wrap div.description div.description-sub-headline {
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 0.25em;
}
section.lead-section div.title-wrap div.description div.description-sub-headline:before {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	content: "";
	background: #000;
	z-index: 0;
}
section.lead-section div.title-wrap div.description div.description-sub-headline span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 1rem;
}
section.lead-section div.title-wrap div.description div.description-sub-headline + div {
	margin-bottom: 2rem;
}
section.lead-section div.title-wrap div.link-arrow {
	width: 50%;
	float: left;
	font-size: 2.1rem;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- section.about */
section.about {
	padding-top: 0;
}
section.about > div.inner:first-child {
	margin-bottom: 8rem;
}
section.about div.title-wrap {
	float: left;
	width: 50%;
}
section.about div.title-wrap div.title {
	font-size: 5.6rem;
	color: #9b9b9b;
	margin-bottom: 1rem;
}
section.about div.title-wrap div.sub-headline {
	font-size: 1.8rem;
	margin-bottom: 4rem;
	color: #1f394c;
}
section.about div.title-wrap div.description {
	font-size: 1.8rem;
	line-height: 2;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
section.about div.about-figure {
	float: left;
	width: 50%;
}
section.about div.about-figure img {
	max-width: 52rem;
	float: right;
	width: 100%;
}
/* */
section.about div.about-feature {
	float: left;
	width: 32%;
	margin-right: 2%;
	white-space: nowrap;
}
section.about div.about-feature a {
	display: block;
	transition: 0.25s all;
}
section.about div.about-feature a:hover {
	opacity: 0.75;
}
section.about div.about-feature:last-child {
	margin-right: 0;
}
/* */
section.about div.about-feature div.about-feature-headline {
	font-size: 2.4rem;
	position: relative;
	padding-left: 6rem;
	margin-bottom: 2.5rem;
}
section.about div.about-feature a div.about-feature-headline div.number {
	font-size: 5.6rem;
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #000;
}
section.about div.about-feature div.about-feature-headline div.number:after {
	position: absolute;
	bottom: 0;
	right: -4rem;
	content: "";
	width: 8rem;
	background: #c4ba97;
	height: 1.0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
section.about div.about-feature a div.about-feature-headline div.headline {
	color: #000;
}
section.about div.about-feature div.about-feature-headline div.about-feature-image {
}
section.about div.about-feature div.about-feature-headline div.about-feature-image span {
}
section.about div.about-feature div.about-feature-headline div.about-feature-image span img {
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- section.greeting-staff */
section.greeting-staff {
	z-index: 1;
	position: relative;/* background: #fff; */
}
section.greeting-staff div.inner {
	max-width: 1300px; /* */
}
/* -------------------------------------------------------------------------------- */
section.greeting-staff div.greeting-section {
	float: left;
	width: 50%;
	position: relative;
}
section.greeting-staff div.greeting-section div.title {
	position: absolute;
	z-index: 1;
	left: 0;
	top: -6rem;
}
section.greeting-staff div.greeting-section div.title:after {
	background: #c4ba97;
	top: 60%; /* */
	content: "";
	height: 1px;
	position: absolute;
	right: -8rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 8rem;
}
section.greeting-staff div.greeting-section div.title .en {
	font-size: 5.6rem;
	color: #3e344f;
}
section.greeting-staff div.greeting-section div.thumbnail {
	position: relative;
	left: -5rem;
}
section.greeting-staff div.greeting-section div.name-wrap {
	position: absolute;
	width: 26rem;
	box-sizing: border-box;
	padding: 1rem 4rem;
	background: #3e344f;
	content: "";
	left: 0;
	bottom: 0;
}
section.greeting-staff div.greeting-section a div.name-wrap div.field {
	font-size: 1.6rem;
	color: #b5a8a6;
}
section.greeting-staff div.greeting-section a div.name-wrap div.name {
	font-size: 3.0rem;
	white-space: nowrap;
	color: #b5a8a6;
}
section.greeting-staff div.greeting-section a div.name-wrap div.name span.position {
	font-size: 2.1rem;
	color: #b5a8a6;
}
section.greeting-staff div.greeting-section a div.name-wrap div.en {
	color: #9e997d;
}
/* link-arrow */
section.greeting-staff div.greeting-section a div.name-wrap div.link-arrow span {
	color: #b5a8a6;
}
section.greeting-staff div.greeting-section a div.name-wrap div.link-arrow:before {
	background: #b5a8a6;
}
/* circle */
section.greeting-staff div.greeting-section a div.name-wrap div.link-arrow span:before {
	border: 1px solid #b5a8a6;
}
section.greeting-staff div.greeting-section a:hover div.name-wrap div.link-arrow span:before {
	background: #ebeae6;
}
section.greeting-staff div.greeting-section a div.name-wrap div.link-arrow span::after {
	border-right: 1px solid #b5a8a6;
	border-top: 1px solid #b5a8a6;
}
/* @end link-arrow */
/* -------------------------------------------------------------------------------- */
section.greeting-staff div.staff-section {
	width: 50%;
	float: left;
	/* background: url(../img/member_bg.png);
		background-size: 700px 700px;
		background-position: top left; */
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	/* overflow: hidden; */
	position: relative;
	top: -6rem;
}
section.greeting-staff div.staff-section div.symbol-04 {
	top: -4rem;
	right: 5%;
	opacity: 0.5;
	max-width: 30rem;
}
section.greeting-staff div.staff-section div.title {
	text-align: right;
	font-size: 5.6rem;
	position: relative;
	z-index: 2;
}
section.greeting-staff div.staff-section div.description {
	font-size: 1.8rem;
	text-align: right;
	position: relative;
	z-index: 2;
}
section.greeting-staff div.staff-section div.thumbnail {
}
section.greeting-staff div.staff-section div.thumbnail span {
}
section.greeting-staff div.staff-section div.thumbnail span img {
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .carousel */
section.greeting-staff div.staff-section div.carousel {
	width: 100%;
}
section.greeting-staff div.staff-section div.carousel div.article {
	background: #fff;
	/* width: 32%;
	  margin-right: 2%; */
	width: 28rem !important;
	min-height: 39rem; /* */
	margin-right: 2rem !important;/* float: left;	 */
}
section.greeting-staff div.staff-section div.carousel div.article a {
	transition: all 0.5s;
	position: relative;
	display: block;
}
section.greeting-staff div.staff-section div.carousel div.article a:hover {
	opacity: 0.7;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ thumbnail */
section.greeting-staff div.staff-section div.carousel div.article div.thumbnail {
	background: #fff;
	display: table;
	height: 42rem; /* */
	overflow: hidden;
	position: relative;
	width: 100%;
}
section.greeting-staff div.staff-section div.carousel div.article div.thumbnail span {
 background:;
	display: table-cell;
	height: 42rem; /* */
	text-align: center;
	vertical-align: middle;
	width: 1000px; /* */
}
section.greeting-staff div.staff-section div.carousel div.article div.thumbnail span img {
	display: inline;
	height: auto;
	left: 50%;
	margin: 0 auto;
	max-height: 42rem; /* */
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ @end thumbnail */
section.greeting-staff div.staff-section div.carousel div.article div.name-wrap {
	padding: 1em;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: #3e344f;
	/* padding-left: 40px; */
	box-sizing: border-box;
	line-height: 1;
}
section.greeting-staff div.staff-section div.carousel div.article div.name-wrap div.field {
	color: #b5a8a6;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}
section.greeting-staff div.staff-section div.carousel div.article div.name-wrap div.name {
	font-size: 2.8rem;
	margin-bottom: 0.25em;
	width: 100%;
	/* overflow: hidden; */
	white-space: nowrap;
	/* text-overflow: ellipsis; */
	color: #b5a8a6;
}
section.greeting-staff div.staff-section div.carousel div.article div.name-wrap div.name span.position {
	font-size: 1.2rem;
	position: relative;
}
/* ペインクリニック よう */
section.greeting-staff div.staff-section div.carousel div.article div.name-wrap div.name span.position.adjustment {
	top: -0.75rem;
}
section.greeting-staff div.staff-section div.carousel div.article div.name-wrap div.en {
	font-size: 1.4rem;
	color: #9e997d;
}
section.greeting-staff div.staff-section div.carousel {
	position: relative;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- section.result */
section.result {
	background: #f8f8f4;
	z-index: 0;
	position: relative;
	padding: 0;
}
section.result div.title-wrap {
	float: left;
	width: 32%;
	margin-right: 6%;
	margin-top: -5rem;
}
section.result div.title-wrap div.title {
	margin-bottom: 2.0rem;
}
section.result div.title-wrap div.title span.en {
	display: block;
	margin-bottom: 1.0rem;
	font-size: 5.6rem;
	color: #9b9b9b;
}
section.result div.title-wrap div.title span.ja {
	color: #9b9b9b;
}
section.result div.title-wrap div.description {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 4rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
/* link-arrow */
section.result div.title-wrap div.link-arrow a {
	color: #9b9b9b;
}
section.result div.title-wrap div.link-arrow:before {
	background: #9b9b9b;
}
/* circle */
section.result div.title-wrap div.link-arrow a:before {
	border: 1px solid #9b9b9b;
}
section.result div.title-wrap div.link-arrow a::after {
	border-right: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
}
/* @end link-arrow */
section.result div.result-articles {
	float: left;
	width: 62%;
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 80px;
	box-sizing: border-box;
	overflow: hidden;
}
section.result div.result-articles:before {
	background: #c4ba97;
	bottom: 50%;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 1000px;
	z-index: 0;
}
section.result div.result-articles ul li.article {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2rem;
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding-top: 2rem;
	padding-bottom: 1.25rem;
	position: relative;
	z-index: 1;
}
section.result div.result-articles ul li.article:nth-child(2n) {
	margin-right: 0;
}
section.result div.result-articles ul li.article div.unit {
	font-size: 1.8rem;
	line-height: 1.25;
	color: #1f394c;
	text-align: center;
	white-space: nowrap;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
section.result div.result-articles ul li.article div.count {
	font-size: 5.6rem;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	color: #9b9b9b;
}
section.result div.result-articles ul li.article div.count span.unit {
	font-size: 2.4rem;
}
section.result div.result-articles div.note {
	text-align: right;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- section.research */
section.research {
	position: relative;
	overflow: hidden;
	padding: 0; /* */
	height: 600px;
}
section.research div.inner {
	padding-top: 6rem; /* */
	padding-bottom: 6rem;
	position: relative;
}
section.research div.research-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}
section.research div.research-bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: 100%;
	min-width: 1400px; /* */
	max-height: inherit;
	max-width: inherit;
}
section.research div.title-wrap {
	float: left;
	width: 32%;
	position: relative;
	z-index: 1;
}
section.research div.title-wrap div.title {
	margin-bottom: 2rem;
}
section.research div.title-wrap div.title span.en {
	display: block;
	margin-bottom: 1rem;
	color: #8e8866;
	font-size: 5.6rem;
}
section.research div.title-wrap div.title span.ja {
	color: #8e8866;
}
section.research div.title-wrap div.description {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 4rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
/* link-arrow */
section.research div.title-wrap div.link-arrow a {
	color: #8e8866;
}
section.research div.title-wrap div.link-arrow:before {
	background: #8e8866;
}
/* circle */
section.research div.title-wrap div.link-arrow a:before {
	border: 1px solid #8e8866;
}
section.research div.title-wrap div.link-arrow a::after {
	border-right: 1px solid #8e8866;
	border-top: 1px solid #8e8866;
}
/* @end link-arrow */
/* .research-articles */
section.research div.research-articles {
	position: absolute;
	top: 60%; /* */
	left: calc(32% + 6rem);
	background: rgba(255, 255, 255, 0.9);
	padding: 4rem;
	width: calc(68% - 6rem);
	box-sizing: border-box;
}
section.research div.research-articles ul {
}
section.research div.research-articles ul li {
	position: relative;
}
section.research div.research-articles ul li div.link-arrow.min a {
	font-size: 2.0rem;
	font-weight: normal;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- section.recruit-patient */
section.recruit-patient {
	padding: 0;
}
section.recruit-patient div.inner {
	max-width: 100%;
}
section.recruit-patient div.recruit-section {
	float: left;
	width: 50%;
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
	z-index: 0;
}
section.recruit-patient div.recruit-section:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	background: #4b5272;
	height: 70%;
}
section.recruit-patient div.recruit-section div.recruit-section-inner {
	float: right;
	max-width: 60rem;
	box-sizing: border-box;
	padding-right: 4rem;
	position: relative;
	z-index: 1;
}
section.recruit-patient div.patient-section {
	float: left;
	width: 50%;
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
	z-index: 0;
}
section.recruit-patient div.patient-section:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	background: #f8f8f4;
	height: 70%;
}
section.recruit-patient div.title {
	border-bottom: 1px solid #8e93a7;
	margin-bottom: 4rem;
	position: relative;
}
section.recruit-patient div.patient-section div.patient-section-inner {
	float: left;
	max-width: 60rem;
	box-sizing: border-box;
	padding-left: 4rem;
	position: relative;
	z-index: 1;
}
section.recruit-patient div.title span.en {
	font-size: 5.6rem;
	display: block;
}
section.recruit-patient div.title span.ja {
	font-size: 1.8rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
section.recruit-patient div.title a {
	color: #8e93a7;
	display: block;
	transition: 0.25s all;
}
section.recruit-patient div.title a:hover {
	opacity: 0.75;
	color: #8e8866;/* text-shadow: 0 0 10px #000; */
}
section.recruit-patient div.recruit-section div.description {
	color: #8e93a7;
	/* color: #b8bed8; */
	margin-bottom: 3rem;
	min-height: 8rem;
	font-weight: bold;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
section.recruit-patient div.patient-section div.description {
	color: #000;
	margin-bottom: 3rem;
	min-height: 8rem;
	font-weight: normal;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
section.recruit-patient div.thumbnail {
	background: #fff;
}
section.recruit-patient div.thumbnail a {
	display: block;
	transition: 0.25s all;
}
section.recruit-patient div.thumbnail a:hover {
	opacity: 0.7;
}
section.recruit-patient div.thumbnail a img {
	display: block;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- section.topics */
section.topics {
	background: #f8f8f4;
	position: relative;
}
section.topics div.symbol-03 {
	bottom: -5%;
	left: 5%;
	opacity: 0.5;
	max-width: 30rem;
}
section.topics div.title-wrap {
	float: left;
	width: 32%;
	margin-right: 2%;
}
section.topics div.title {
	font-size: 3.6rem;
	margin-bottom: 4rem;
}
section.topics div.title span.en {
	font-size: 6rem;
	color: #9b9b9b;
	display: block;
}
section.topics div.title span.ja {
	font-size: 1.8rem;
	display: block;
	color: #a9a9a8;
}
/* link-arrow */
section.topics div.title-wrap div.link-arrow a {
	color: #9b9b9b;
}
section.topics div.title-wrap div.link-arrow:before {
	background: #9b9b9b;
}
/* circle */
section.topics div.title-wrap div.link-arrow a:before {
	border: 1px solid #9b9b9b;
}
section.topics div.title-wrap div.link-arrow a::after {
	border-right: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
}
/* @end link-arrow */
section.topics div.topics-list {
	float: left;
	width: 64%;
}
section.topics div.topics-list ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	background: #fff;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}
section.topics div.topics-list ul li:nth-child(2n) {
	margin-right: 0;
}
/* サムネイル けっていばん */
section.topics div.topics-list ul li div.thumbnail {
	overflow: hidden;
	width: 100%;/* margin-bottom: 1.5rem; */
		/* border: 1px solid #ccc; */
}
section.topics div.topics-list ul li div.thumbnail span {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative; /* 
		background: #f8f8f8; */
}
section.topics div.topics-list ul li div.thumbnail span img {
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease 0s;
	z-index: 0;
}
section.topics div.topics-list ul li div.thumbnail:hover span img {
	opacity: 0.75;
	max-height: 100%;
}
/* @end サムネイル けっていばん */
section.topics div.topics-list ul li div.information {
	padding: 2rem;
}
section.topics div.topics-list ul li div.update {
	font-size: 1.8rem;
	float: left;
	color: #000;
}
section.topics div.topics-list ul li div.update span {
	font-size: 1.8rem;
}
section.topics div.topics-list ul li div.update span.date span {
	font-size: 1.4rem;
}
section.topics div.topics-list ul li a div.headline {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
	color: #000;
}
section.topics div.topics-list ul li a div.description {
	font-weight: normal;
	font-size: 1.4rem;
	color: #777;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- scroller */
div.scroller {
	bottom: 0;
	display: block;
	height: 80px;
	position: fixed;
	right: 0;
	width: 80px;
	z-index: 10000;
}
div.scroller div.button {
	height: 80px;
	position: absolute;
	top: 0;
	width: 80px;
}
div.scroller div.button a {
	display: block;
	height: 80px;
	position: relative;
	width: 80px;
	/* border: 1px solid #000; */
	box-sizing: border-box;
	transition: 0.25s all;
	background: #3e344f;
}
div.scroller div.button a:hover {
	opacity: 0.75;
	background: #3e344f;
}
div.scroller div.button a:after {
	position: absolute;
	top: 60%; /* */
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transform: translateX(-50%) translateY(-110%) rotate(-45deg);
	transform: translateX(-50%) translateY(-110%) rotate(-45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.scroller div.button a:before {
	position: absolute;
	left: 50%;
	bottom: -10%;
	content: 'Back To Top';
	font-size: 1.2rem;
	/* font-family: 'Oswald', sans-serif; */
	-webkit-transform: translateX(-50%) translateY(-60%);
	transform: translateX(-50%) translateY(-60%);
	white-space: nowrap;
	color: #fff;
}
div.scroller div.button a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.scroller div.button a:hover:before {
	color: #fff;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- footer */
footer {
	/* border-top: 1px solid #ccc; */
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	z-index: 1;
	position: relative;
}
footer div.inner {
}
footer div.footer-logo-wrap {
	/* min-height: 12rem; */
	position: relative;
}
footer div.logo {
	/* width: 400px;
		 */ margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;/* position: absolute;
		bottom: 3rem; */
		/* left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%); */
}
footer div.logo a {
	display: block;
	padding: 0;
	position: relative;
}
/* */
footer div.logo a img {
	display: block;
	max-width: 30rem;
	min-width: 26rem;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	transition: all 0.4s ease 0s;
	/* max-width: 340px; */ /* */
	position: relative;
	z-index: 1;
	color: #000;/* mix-blend-mode: exclusion; */
}
footer div.copyright {
	text-align: center;
	font-weight: normal;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- topicPath */
.topicPath {
	font-size: 1.2rem;
	display: block;
	margin-top: 4rem;/* margin: 0 auto 40px; */
		/* background: #4568DC; */
		/* background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);
	background: linear-gradient(to right, #B06AB3, #4568DC); */
		/* background: #f8f8f8; */
		/* border-top: 1px solid #000;
		border-bottom: 1px solid #000; */
}
.topicPath ul {
	padding: 1rem;
	/* padding-left: 0.5em;
	padding-right: 0.5em;	 */
	list-style: none;
}
.topicPath ul li {
	display: inline;
}
.topicPath ul li a {
	font-size: 1.2rem;
	/* font-weight: bold; */
	text-decoration: underline;
	position: relative;
	padding: 0 1em;
	color: #000;/* color: #003e6c; */
		/* font-weight: bold; */
}
.topicPath ul li:first-child a {
	padding-left: 0;
}
.topicPath ul li span {
	padding: 0 1em;
}
.topicPath ul li a:before {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	/* 	border-top: 1px solid #003e6c;
	border-right: 1px solid #003e6c; */
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	transition: all .2s ease-in;
}
.topicPath ul li a:hover {
	text-decoration: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- div.page-title */
div.page-title {
	/* padding-top: 1em;
	padding-bottom: 1em; */
	position: relative;
}
div.page-title div.title-wrap {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	padding-top: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	/* border-bottom: 5px solid #fff; */
	position: relative;
}
div.page-title div.label {
	font-size: 1.6rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}
div.page-title div.label.essay {
	background: #a7a7a7;
}
div.page-title div.label.pressrelease {
	background: #cdae6e;
}
div.page-title div.title {
/* max-width: 50%; */
}
div.page-title div.title h1 {
	font-size: 3.0rem;
	/* font-weight: bold; */
		/* text-align: center; */
		/* margin-bottom: 20px; */
	font-weight: normal;
}
div.page-title div.description {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	/* max-width: 50%; */
	max-width: 50%;
}
div.page-title div.description h2 {
	font-size: 1.6rem;
	letter-spacing: 0;/* text-align: center; */
}
div.page-title div.update {
	text-align: left;
}
div.page-title div.update span.label {
	font-size: 1.4rem;
	color: #3e344f;
}
div.page-title div.update span.date {
	font-size: 1.8rem;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- lecture-title */
/* 講座 詳細ページ */
div.lecture-title {
	margin-bottom: 4rem;
	position: relative;
	/* background: #efefef; */
	overflow: hidden;
}
div.lecture-title:before {
	position: absolute;
	top: -10%;
	left: 0; /* */
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	/* transform-origin: 25% 25%;
	  	-webkit-transform-origin: 25% 25%; */
		/* transform-origin: bottom;
  -webkit-transform-origin: bottom; */
	border-top: 225px solid transparent;
	border-right: 225px solid transparent;
	border-bottom: 225px solid transparent;
	border-left: 50vw solid #e3ff99;
	content: "";
	width: 0;
	height: 0;
	z-index: 0;
	transition: 0.5s all;
}
div.lecture-title:after {
	position: absolute;
	bottom: 0;
	right: 0; /* */
	transform: translateX(0) translateY(50%);
	-webkit-transform: translateX(0) translateY(50%);
	/* transform-origin: 25% 25%;
	  	-webkit-transform-origin: 25% 25%; */
		/* transform-origin: bottom;
  -webkit-transform-origin: bottom; */
	border-top: 225px solid transparent;
	border-left: 225px solid transparent;
	border-bottom: 225px solid transparent;
	border-right: 50vw solid #e3ff99;
	content: "";
	width: 0;
	height: 0;
	z-index: 0;
	transition: 0.5s all;
}
div.lecture-title:after {
/* position: absolute;
		top: 50%;
		left: 0;
		left: 0; 
		transform: translateX(0) translateY(-50%);
		-webkit-transform: translateX(0) translateY(-50%);
		width: 100%;
		height: 80%;
		background: #f5f5f5;
		background: #f5ff00;
		content: "";
		z-index: -1; */
}
div.lecture-title.mcb:after { /* 
	background: #f8f8f8; */
}
div.lecture-title.bs:after { /* 
	background: #f8f8f8; */
}
div.lecture-title div.title-wrap {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 4rem;
}
div.lecture-title div.title-wrap div.titles {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 4rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
div.lecture-title div.title-wrap span.field {
	display: block;
	margin-bottom: 2rem;
	font-weight: bold;
}
div.lecture-title div.title-wrap h1 {
	line-height: 1.5;
	margin-bottom: 1em;
	font-size: 3.6rem;
}
div.lecture-title div.title-wrap h1 span.title {
	color: #8ba09f;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1px;
}
div.lecture-title div.title-wrap div.name-wrap {
}
div.lecture-title div.title-wrap div.name-wrap div.ja {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: 0.5em;
}
div.lecture-title div.title-wrap div.name-wrap div.ja span {
	font-size: 1.4rem;
}
div.lecture-title div.title-wrap div.name-wrap div.en {
	display: inline-block;
	padding-left: 1em;
	position: relative;
}
div.lecture-title.mcb div.title-wrap div.name-wrap div.en {
	color: #8ba09f;
}
div.lecture-title.mcb div.title-wrap div.name-wrap div.en:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 2px;
	height: 1em;
	background: #8ba09f;
}
div.lecture-title.bs div.title-wrap div.name-wrap div.en {
	color: #cdae6e;
}
div.lecture-title.bs div.title-wrap div.name-wrap div.en:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 2px;
	height: 1em;
	background: #cdae6e;
}
div.lecture-title div.lecture-visual {
	/* position: absolute;
		top: 0;
		right: 0; */
	float: right;
	width: 40%;
	z-index: 50;
	position: relative;
}
div.lecture-title div.lecture-visual img {
	position: relative;
}
div.lecture-url {
	/* background: #c7d1d1; */
	margin-bottom: 2rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f8f8f8;
	padding: 1rem;
}
div.lecture-url ul { /* 
		background: #fff; */
	margin-bottom: 0;
}
div.lecture-url ul li {
	display: inline-block;
	min-width: 20%;
	text-align: center;
	white-space: nowrap;
}
div.lecture-url ul li:before {
	/* reset */
	display: none;
}
div.lecture-url ul li a {
	position: relative;
	color: #333;
	padding-left: 3rem;
	padding-right: 3rem;
	text-decoration: none;
	display: block;
	border: 1px solid #333;
	border-radius: 3px;
	background: #fff;
}
div.lecture-url ul li a:hover {
	background: #f0f0f0;
}
div.lecture-url ul li a:before {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
div.lecture-url ul li a[href$=".pdf"]:after {
	display: none;
}
div.lecture-url ul li a span {
	font-weight: bold;
}
/* */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- div.category-title */
div.category-title {
	position: relative;
	/* margin-bottom: 4rem; */
		/* border-bottom: 1px solid #000; */
	overflow: hidden;
	height: 200px;
}
div.category-title div.title-wrap {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto; /* 
		padding-left: 1rem;
		padding-right: 1rem; */
	box-sizing: border-box;
	/* padding-top: 2rem; */
		/* padding-bottom: 1rem; */
		/* margin-bottom: 2rem; */
		/* border-bottom: 1px solid #ccc; */ /* 
		position: relative; */
		/* height: 200px; */
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}
div.category-title:after {
/* position: absolute;
		top: 100%;
		left: 0; 
		transform: translateX(0) translateY(-50%);
		-webkit-transform: translateX(0) translateY(-50%);
		transform-origin: 25% 25%;
			  	-webkit-transform-origin: 25% 25%;
		transform-origin: bottom;
		  -webkit-transform-origin: bottom;
		border-top: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 100px solid transparent;
		border-left: 250px solid #40ddff;
		content: "";
		width: 0;
		height: 0;
		z-index: 0; */
}
div.category-title div.title {
/* max-width: 50%; */
}
div.category-title div.title h1 {
	font-size: 4.0rem;
	/* font-weight: bold; */
		/* text-align: center; */
		/* margin-bottom: 20px; */
		/* font-weight: normal; */
	color: #233c4f;
	z-index: 1;
}
div.category-title div.title {
/* width: 200px;
		height: 200px; */
		/* background: #e3ff99 #fff; */
		/* position: absolute;
		top: 45%;
		left: 0;
		transform: translateX(0) translateY(-50%);
		-webkit-transform: translateX(0) translateY(-50%);
		white-space: nowrap;
		padding-left: 2rem; */
}
div.category-title div.description {
/* margin-top: 1em;
		margin-bottom: 1em; */
		/* max-width: 50%; */
		/* width: calc(100% - 770px); 750px + 2rem
		top: 57.5%;
		position: absolute;
		z-index: 1;
		padding-left: 2rem;
		box-sizing: border-box; */
}
div.category-title div.description h2 {
	font-size: 1.6rem;
	letter-spacing: 0;/* font-weight: bold; */
		/* text-align: center; */
}
div.category-title div.update {
	text-align: left;
}
div.category-title div.update span.label {
	font-size: 1.4rem;
	color: #01c8fb;
}
div.category-title div.update span.date {
	font-size: 1.8rem;
}
div.category-visual {
	/* overflow: hidden; */
	position: relative;
	/* background: #01c8fb */ ;
}
div.category-visual div.visual-wrap {
	position: relative;
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	height: 200px; /* */
	z-index: 0;
}
div.category-visual div.visual-wrap::after {
/* background: #c4ba97;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 80%;
    transform: translateX(0) rotate(-45deg);
    	-webkit-transform: translateX(0) rotate(-45deg);
    width: 20rem; */
}
div.category-visual div.visual-wrap:before {
/* 	position: absolute;
		bottom: 0;
		left: 0; 
		transform: translateX(0) translateY(50%);
		-webkit-transform: translateX(0) translateY(50%);	
		border-top: 250px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 550px solid transparent;
		border-left: 250px solid #01c8fb;
		content: "";
		width: 0;
		height: 0;
			z-index: 1; */
}
div.category-visual div.visual-wrap:after {
/* 	position: absolute;
		bottom: 0;
		right: 0; 
		transform: translateX(0) translateY(50%);
		-webkit-transform: translateX(0) translateY(50%);
		border-top: 550px solid transparent;
		border-right: 250px solid transparent;
		border-bottom: 250px solid transparent;
		border-right: 100px solid #e3ff99;
		content: "";
		width: 0;
		height: 0;
			z-index: 1; */
}
div.category-visual img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	/* 	width:	 */
		/* max-width: 750px; */
	max-width: 600px;
	z-index: 0;
	transition: 0.25s all;
}
/* categoryUpdate */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ div.category-list*/
div.category-list {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
div.category-list > div.inner {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
div.category-list div.title {
	margin-bottom: 80px;
}
div.category-list div.title h2 {
	text-align: center;
	font-size: 3.6rem;
}
div.category-list div.article-list ul {
	vertical-align: bottom;
	font-size: 0;
	text-align: center;
}
div.category-list div.article-list ul li {
	background: #fff;
	/* float: left; */
	margin-bottom: 4rem;
	margin-right: 6.50%;
	padding-bottom: 0.75em;
	position: relative;
	width: 29.0%;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;/* border-radius: 0.5rem; */
}
div.category-list div.article-list ul li:nth-of-type(n+4) {
	float: left;
	display: block;
}
body.top div.category-list div.article-list ul li {
	margin-bottom: 0;
}
div.category-list div.article-list ul li a {
	color: #000;
}
div.category-list div.article-list ul li a:hover {
}
div.category-list div.article-list ul li:last-child, div.category-list div.article-list ul li:nth-child(3n) {
	margin-right: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ thumbnail */
div.category-list div.article-list ul li div.thumbnail {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;/* border: 10px solid #f8f8f8; */
		/* border: 1px solid #000; */
		/* border: 1px solid #ccc; */
}
div.category-list div.article-list ul li div.thumbnail span {
	display: block;
	padding-top: 75%;
	position: relative;
	width: 100%;
	background: #f0f0f0;
}
div.category-list div.article-list ul li div.thumbnail span img {
	left: 50%;
	/* max-height: 95%; */
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease 0s;
	width: inherit !important;
}
div.category-list div.article-list ul li a:hover div.thumbnail span img {
	opacity: 0.75;
	max-height: 100%;
}
/* */
div.category-list div.article-list ul li div.information {
	padding: 1.5rem 2rem;
}
/* */
div.category-list div.article-list ul li div.information > div.clearfix {
	margin-bottom: 1rem;
}
div.category-list div.article-list ul li div.update {
	text-align: left;
	float: left;
}
div.category-list div.article-list ul li div.update span.date {
	font-size: 1.8rem;
}
div.category-list div.article-list ul li div.update span.date span {
	font-size: 1.4rem;
}
/* div.category-list div.article-list ul li div.update span.week {
		font-size: 1.4rem;
} */
div.category-list div.article-list ul li div.label {
	font-size: 1.4rem;
	float: right;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
div.category-list div.article-list ul li div.label.essay {
	background: #a7a7a7;
}
div.category-list div.article-list ul li div.label.pressrelease {
	background: #cdae6e;
}
div.category-list div.article-list ul li div.information div.headline {
	font-size: 1.8rem;
	line-height: 1.25;
	padding-bottom: 1.0em;
	margin-bottom: 0.5em;
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
	text-align: left;
	border-bottom: 1px solid #000;
}
div.category-list div.article-list ul li div.information div.description {
	text-align: left;
	font-size: 1.4rem;/* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ animations */
.object-fadein {
	transform: translateY(2rem);
	-webkit-transform: translateY(2rem);
	transition: 1.5s all;
	opacity: 0;
}
.object-fadein.delay250 {
	transition: 1.5s 0.25s all;
}
.object-fadein.delay500 {
	transition: 1.5s 0.5s all;
}
.object-fadein.delay750 {
	transition: 1.5s 0.75s all;
}
.object-fadein.animation {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
/* 見出しの変更 */
h3.object-fadein, .mceContentBody h3.object-fadein {
	position: relative;
	border: 0;
}
h3.object-fadein:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px; /* */
	background: #ccc;
	display: block;
	transition: 0.25s all;
}
h3.object-fadein.animation:after {
	width: 100%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .detail */
div.contents-wrapper {
	margin-bottom: 4rem;
}
body.top div.contents-wrapper {
	margin-bottom: 0;
}
div.main-contents {
	width: 75%;
	float: left;
	padding: 4rem;
	box-sizing: border-box;
	overflow: hidden;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- aside */
aside {
	width: 23.5%;
	padding-left: 1rem;
	box-sizing: border-box;
	float: right;
}
aside div.headline {
	font-size: 2.1rem;
	/* font-weight: bold; */
	font-weight: normal;
	/* margin-bottom: 0.5em; */
	padding: 3.5rem 2rem 3rem;
	/* border: 1px solid #eee; */
	border-bottom: 5px solid #3e344f;
}
aside > ul {
	/* background: #f0f0f0; */
	border: 1px solid #eee;
	border-top: 0;
	box-sizing: border-box;
	padding: 20px;
}
aside > ul li {
/* padding-left: 1em; */
}
aside > ul li a {
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	display: block;
	font-size: 1.4rem;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-top: 0.5em;
	position: relative;
	transition: all 0.1s ease 0s;
}
aside > ul li:first-child > a {
	border-top: 1px solid #e0e0e0;
}
aside > ul li a::before {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	height: 0.4em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%) rotate(45deg);
	-webkit-transform: translate(0px, -50%) rotate(45deg);
	width: 0.4em;
}
aside > ul li a:hover {
	background: #f0f0f0;
}
aside > ul li.active a {
	background: #f3f3f3;/* font-weight: bold; */
}
aside > ul li div.update {
	font-size: 1.2rem;
}
aside div.out-link {
	margin-top: 2rem;
}
aside div.out-link li {
	position: relative;
}
aside div.out-link li a {
	padding: 1rem;
	padding-left: 4.5rem;
	display: block;
	box-sizing: border-box;
	color: #000;
}
aside div.out-link li:before {
	position: absolute;
	width: 1.25rem;
	height: 1px;
	left: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #e4e0cf;
	content: "";
	z-index: 1;
}
/* circle */
aside div.out-link li a:before {
	left: 2rem;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	/* border: 1px solid #e4e0cf; */
	border-radius: 1000px;
	position: absolute;
	width: 3rem;
	height: 3rem;
	content: "";
	transition: 0.25s all;
	background: #3e344f;
}
/* arrow */
aside div.out-link li a:after {
	position: absolute;
	top: 50%;
	left: 2.0rem;
	width: 0.6125rem;
	height: 0.6125rem;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #e4e0cf;
	border-right: 1px solid #e4e0cf;
}
/* */
/* .lecture aside {
	width: 0;
	height: 0;
	overflow: hidden;
	transition: 1s all;
	white-space: nowrap;
}

.lecture div.main-contents {
   width: 100%;
	transition: 1s all;
}

header.opacity + div + div .lecture aside {
	width: 23.5%;
	height: auto;
}

header.opacity + div + div .lecture  div.main-contents {
   width: 75%;
} */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @end aside */
/* */
div.link-arrow {
	position: relative;
}
div.link-arrow span, div.link-arrow a {
	position: relative;
	display: block;
	padding-left: 6rem;
	color: #000;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif, メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
	font-weight: bold;
}
/* horizon-line */
div.link-arrow:before {
	position: absolute;
	width: 2.5rem;
	height: 1px;
	left: 1.0rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #000;
	content: "";
	z-index: 1;
}
/* circle */
div.link-arrow span:before, div.link-arrow a:before {
	left: 2rem;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	border: 1px solid #000;
	border-radius: 1000px;
	position: absolute;
	width: 6rem;
	height: 6rem;
	content: "";
	transition: 0.25s all;
}
div.link-arrow a:hover:before {
	background: #ebeae6;/* transform: translateX(-50%) translateY(-50%) scale( 1.1 );
	  -webkit-transform: translateX(-50%) translateY(-50%) scale( 1.1 ); */
}
/* arrow */
div.link-arrow span:after, div.link-arrow a:after {
	position: absolute;
	top: 50%;
	left: 2.0rem;
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
/* link-arrow.min */
div.link-arrow.min span, div.link-arrow.min a {
	padding-left: 4.5rem;
}
div.link-arrow.min:before {
	width: 1.25rem;
	left: 1.5rem;
}
/* circle */
div.link-arrow.min span:before, div.link-arrow.min a:before {
	width: 3rem;
	height: 3rem;
}
div.link-arrow.min span::after, div.link-arrow.min a::after {
	height: 0.6125rem;
	width: 0.6125rem;
}
/* */
/* 印刷用 */
@media print {
header {
	display: none;
}
body {
	width: 1200px;
	padding-left: 4rem;
	padding-right: 4rem;
}
div.scroller {
	display: none;
}
}
