@charset "UTF-8";
.intro {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 500px;
}
.intro h1 {
	position: relative;
	margin-bottom: .3em;
	font-size: clamp(70px,13vw,280px);
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
}
.intro h1 span {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	font-size: clamp(30px,3.5vw,70px);
	transform: translate(-50%, -55%);
	color: rgba(255,255,255,1);
	letter-spacing: .1em;
}
.intro h1 p.en {
	color: rgba(255,255,255,.05);
	letter-spacing: .08em;
	line-height: 1;
}



/* NEWS */
#News, #Videos, #Comment {
	padding: 0 0 250px;
}
.news-content {
	width: 90%;
	margin: auto;
}
.news-content ul {
	border-top: 1px solid #FFF;
}
.news-content ul li {
	position: relative;
	padding: 4.5em 0 4.5em 2em;
	font-size: clamp(16px,1.6vw,20px);
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.news-content ul li span {
	position: absolute;
	top: .5em;
	left: 0;
	font-size: clamp(14px,1.2vw,16px);
	font-weight: normal;
	color: rgba(255,255,255,.5);
	line-height: 1;
}
.news-tx {
	position: relative;
	font-size: clamp(13px,1.2vw,16px);
	font-weight: normal;
	padding-top: 1.5em;
	margin-top: 3em;
}
.news-tx::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10em;
	height: 1px;
	background: rgba(255,255,255,.2);
}
.news-tx-inner p {
	position: relative;
	margin-top: 1.5em;
}
.news-tx-inner p.attn {
	text-indent: -.8em;
	margin-left: .8em;
}
.news-content ul li .news-tx-inner p a {
	color: #4DAADA;
	text-decoration: underline;
}
.news-content ul li .news-tx-inner p a:hover {
	text-decoration: none;
}
.news-content ul li .news-tx-inner p span.map {
	position: inherit;
	display: inline-block;
	top: auto;
	left: auto;
	margin-left: 1em;
}
.news-content ul li .news-tx-inner p span.map a {
	padding: .05em .5em;
	color: #FFF;
	background: #4DAADA;
	text-decoration: none;
	opacity: 1;
	transition: .3s linear;
}
.news-content ul li .news-tx-inner p span.map a:hover {
	opacity: .5;
}



/* VIDEOS */
.video {
	width: calc(100% + 5vw);
	margin-right: -5vw;
	padding: 11em 0;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.video:last-child {
	border-bottom: none;
	padding-bottom: 6em;
}
.video h2 {
	position: relative;
	padding-left: 1em;
	margin-bottom: .7em;
	font-size: clamp(26px,4.3vw,90px);
	letter-spacing: .1em;
	text-align: left;
	line-height: 1;
}
.video h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: .5em;
	height: 1px;
	background: #FFF;
	transform: translateY(-50%);
}
.video-block {
	width: 100%;
}
.video-attn {
	font-size: 12px;
	text-align: right;
	margin-top: 1em;
	padding-right: 1em;
}




/* PROFILES */
#Message {
	padding: 100px 0 0;
}
.intro-hero {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.intro-hero img {
	opacity: .2;
}
#Message h2, #Comment h2 {
	margin-bottom: 2.5em;
	font-size: clamp(25px,2.5vw,40px);
	letter-spacing: .3em;
	text-align: center;
}
#Message h2::before, #Comment h2::before,
#Message h2::after, #Comment h2::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 14em;
	height: 1px;
	background: #FFF;
	transform: translateY(-50%);
}
#Comment h2::before,
#Comment h2::after {
	width: 11em;
}
#Message h2::before, #Comment h2::before {
	left: 0;
}
#Message h2::after, #Comment h2::after {
	right: 0;
}
.mess {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mess.-kurt {
	flex-direction: row-reverse;
}
.mess-txt, .mess-photo {
	width: 50%;	
}
.-kurt .mess-photo-box {
	width: calc(100% + 5vw);
	margin-left: -5vw;
}
.-kurt .mess-txt {
	width: calc(50% - 2em);
	margin-left: 2em;
}
.-higashi .mess-photo {
	width: calc(50% - 5.5em);
	margin-left: 5.5em;
}
.mess-txt-inner {
	position: relative;
	padding-left: 3.5em;
}
.mess-txt-inner::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	width: 2.5em;
	height: 1px;
	background: #FFF;
}
.mess-txt-inner p {
	margin-bottom: 2em;
}
.mess-txt-from {
	margin-top: 2.5em;
	text-align: right;
	font-size: clamp(18px,2vw,35px);
	line-height: 1;
	font-weight: bold;
}
.mess-txt-from span {
	display: block;
	font-size: clamp(11px,1vw,16px);
	margin-top: 1.5em;
}
.mess-photo-profile h3 {
	margin: 1em 0 .5em;
	font-weight: normal;
	font-size: clamp(14px,1.3vw,18px);
}
.mess-photo-profile p {
	font-size: clamp(12px,.9vw,14px);
	line-height: 1.8;
}
#Message .inner.bar {
	margin-top: 10em;
}




/* COMMENT */
#Comment {
	padding-top: 200px;
}
.profs-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 30px;
	margin-bottom: 60px;
}
.profs-box::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 20px;
	background: url("../img/bg-pattern-blue.svg") center;
	background-size: 100px;
}
.profphoto {
	width: 27.5%;
}
.proftx {
	width: 68.5%
}
.profs-box-name {
	margin: 1.2em 0;
	font-size: clamp(18px,2vw,35px);
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1;
}
.profs-box-name span {
	font-size: clamp(14px, 1.4vw, 16px);
	font-weight: normal;
}
.profs-box p {
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.8;
	letter-spacing: 0;
}
.profs-lnk {
	text-align: center;
	margin-top: 120px;
}




