/****************************************************************************************/
/*
.narrower {
	padding: 0 80px;
}
*/

.content-area h1 {
  margin-bottom: 42px;
  font-size: 3.1rem;
}
/****************************************************************************************/
/*
#top > h1 {
	line-height: 6rem;
}

#top .content-area h1 {
	margin: 56px 0 25px 0;
}

#top p {
	margin-top: 25px;
}
#top p:first-child {
	margin-top: 35px;
}

#top .signature {
	margin-top: 20px;
}
*/
/****************************************************************************************/
#top h1 {
  margin: 140px 0 130px 0;
  font-size: 5.7rem;
  line-height: 7.5rem;
}
#top h1 br {
  display: none;
}

#top .types {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#top .type {
  width: 35%;
}
/*******************************************/
/*
#top .type:first-child {
	margin-left: 150px;
}
#top .type:nth-child(2) {
	margin-right: 150px;
}
*/
/*******************************************/
#top .type h2 {
  padding: 9px 0 8px 0;
  font-size: 2.3rem;
}

#top .type .text {
  margin-top: 20px;
}

#top .type .divs {
  margin-top: 20px;
}

#top .types .type .divs .div:nth-child(n + 2) {
  margin-top: 25px;
}
/****************************************************************************************/
#top .closed {
  margin-top: 77px;
  font-size: 1.7rem;
  line-height: 4rem;
}
/****************************************************************************************/
#top + hr {
  margin-top: 139px;
}
/****************************************************************************************/
#symposium {
  text-align: center;
}

#symposium a {
  max-width: 575px;
  display: inline-block;
}
/****************************************************************************************/
#members {
  margin-top: 109px;
}

#members .top h2 {
  font-size: 4.4rem;
  line-height: 4.3rem;
}

#members .top div div {
  margin-top: 52px;
  font-size: 2.2rem;
  line-height: 4rem;
}

#members .member {
  margin-top: 173px;
  height: 40vw;
  min-height: 440px;
  max-height: 529px;
}
#members .member:nth-child(n + 2) {
  margin-top: 147px;
}

#members .member .image {
  width: 40vw;
  max-width: 519px;
  height: 40vw;
  max-height: 529px;
  position: absolute;
  z-index: 1;
}

#members .member .texts h3 {
  font-size: 4.2rem;
  line-height: 5.1rem;
}

#members .member .texts .text {
  margin-top: 33px;
  border-top-style: solid;
  border-top-width: 1px;
}

#members .member .texts .text .content-area {
  margin-top: 43px;
  font-size: 1.8rem;
  line-height: 3.3rem;
}
#members .member:nth-child(2n + 1) .texts .content-area {
  text-align: right;
}

#members .member .texts .content-area > * {
  width: 50%;
  text-align: left;
  display: inline-block;
}

#members .member .texts .text .content-area .name {
  margin-top: 32px;
}
/*******************************************/
#members .member:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

#members .member:nth-child(2n) .image-container {
  left: 50%;
  position: absolute;
}

#members .member:nth-child(2n) .texts {
  width: 100%;
  position: absolute;
}
/****************************************************************************************/
#messages {
  margin-top: 200px;
}

#messages .main-image {
  height: calc(100vw * 0.3461);
  max-height: 450px;
}

#messages .content-area-container {
  margin-top: 100px;
}

#messages .content-area > *:nth-child(n + 2) {
  margin-top: 66px;
  padding-top: 99px;
}

#messages h2 {
  font-size: 3.8rem;
  line-height: 3.7rem;
}

#messages p {
  font-size: 2.2rem;
  line-height: 4.1rem;
}
#messages h2 + p {
  margin-top: 89px;
}

#messages .position-name {
  margin-top: 43px;
  font-size: 2rem;
  line-height: 3rem;
}
/****************************************************************************************/
#banners {
  margin-top: 217px;
}
/****************************************************************************************/
/*
#info .types {
	display: flex;
	justify-content: space-between;
}

#info .type {
	width: 27%;
}
*/
/*******************************************/
/*
#info .type:first-child {
	margin-left: 150px;
}
#info .type:nth-child(2) {
	margin-right: 150px;
}
*/
/*******************************************/
/*
#info .type h2 {
	padding: 9px 0 8px 0;
	font-size: 2.3rem;
}

#info .type .text {
	margin-top: 15px;
}

#info .type .divs {
	margin-top: 15px;
}
*/
/****************************************************************************************/
/*
#staff .staff {
	width: 22%;
}

#staff .staff .image {
	height: calc(100vw * 0.13846);
	max-height: 180px;
}

#staff .staff .text {
	margin-top: 20px;
}
*/
/****************************************************************************************/
.logo_img {
	flex-basis: 25%;
}

.logo_img img {
  width: 150px;
}
