@charset "utf-8";
/* CSS Document */

.page_conference section + section {
	margin-top: 160px;
}
@media screen and (max-width: 749px) {
	.page_conference section + section {
		margin-top: 60px;
	}
}
.page_conference h3.en {
	display: flex;
	align-items: baseline;
	margin-bottom: 90px;
	font-size: clamp(35px, 4.4vw, 85px);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 0.5em;
	letter-spacing: 0.05em;
}
.page_conference h3.en span {
	margin-left: 0.75em;
	color: inherit;
	font-size: clamp(14px, 1.6vw, 32px);
	font-weight: 700;
}
.page_conference ul.memberList {
	display: flex;
	flex-wrap: wrap;
	gap: 90px 2.94vw;
}
.page_conference ul.memberList li {
	width: calc((100% - 3 * 2.94vw) / 4);
	position: relative;
}
.page_conference ul.memberList li.double {
  width: calc(((100% - 3 * 2.94vw) / 4) * 2 + 2.94vw);
}
.page_conference ul.memberList li a {
	text-decoration: none;
}
.page_conference ul.memberList li a:hover {
	opacity: 0.7;
}
.page_conference ul.memberList li .info {
	position: absolute;
	top: -2.5em;
	left: 0;
  z-index: 1;
  width: 100%;
	line-height: 1;
  display: flex;
  align-items: stretch;
}
.page_conference ul.memberList li .info .time {
	display: flex;
  align-items: center;
	background: #000a0a;
	padding: 0.5em 0.6em;
	color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: italic;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.page_conference ul.memberList li .info .area {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
  margin-left: 0.5em;
}
.page_conference ul.memberList li .info .area img {
  margin: unset;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 749px) {
  .page_conference ul.memberList li .info .area img {
    height: 1.1em;
  }
}
.page_conference ul.memberList li .info .area .room {
  margin-left: 0.3em;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 0.8em;
}
.page_conference ul.memberList li .info .area .room::before {
  content: "［";
  margin-right: 0.2em;
}
.page_conference ul.memberList li .info .area .room::after {
  content: "］";
  margin-left: 0.2em;
}
.page_conference ul.memberList li figure {
	position: relative;
  width: 100%;
}
.page_conference ul.memberList li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_conference ul.memberList li figcaption {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(143,220,0,0.9);
	padding: 0.4em 0.8em 0.6em 1em;
	font-size: 0.85em;
	line-height: 1.4em;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.page_conference ul.memberList li figcaption span {
  display: inline-block;
}
.page_conference ul.memberList li figcaption.ninno3 {
  background: rgb(125 220 255 / 90%) !important;
}
.page_conference ul.memberList li .name {
	padding: 0.5em 0 0 0.5em;
	font-size: 1.35em;
	font-weight: 500;
}
.page_conference ul.memberList li .name span::after {
	content: "氏";
	margin-left: 0.2em;
	font-size: 1rem;
	font-weight: 600;
}
@media screen and (min-width: 1500px) {
  .page_conference ul.memberList li figure {
    height: clamp(342px, 42.000px + 20vw, 438px);
  }
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .page_conference ul.memberList li figure {
    height: clamp(267px, -3.306px + 26.371vw, 392px);
  }
}
@media screen and (max-width: 1024px) {
	.page_conference ul.memberList li {
		width: calc(100% / 3 - 2.207vw);
	}
  .page_conference ul.memberList li figure {
    height: clamp(266px, -3.640px + 36vw, 365px);
  }
  .page_conference ul.memberList li.double {
    width: calc(((100% - 2 * 2.94vw) / 3) * 2 + 2.94vw);
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .page_conference ul.memberList li.space {
    width: calc(((100% - 2 * 2.94vw) / 3) * 2 + 2.94vw);
  }
  .page_conference ul.memberList li.space.sbr {
    display: none;
  }
}
@media screen and (max-width: 749px) {
	.page_conference h3.en {
		margin-bottom: 60px;
	}
	.page_conference ul.memberList {
		gap: 50px 2.94vw;
	}
	.page_conference ul.memberList li {
		width: calc(100% / 2 - 2.207vw);
	}
  .page_conference ul.memberList li.double {
    width: 100%;
  }
  .page_conference ul.memberList li.double figure {
    height: auto;
  }
  .page_conference ul.memberList li figure {
    height: 58vw;
  }
  .page_conference ul.memberList li figcaption {
    word-break: break-all;
    line-height: 1.2em;
  }
}

/* 詳細ページ */

.page_conference.detail .date {
	display: flex;
	align-items: center;
	font-size: clamp(16px, 11.373px + 1.446vw, 40px);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: italic;
	letter-spacing: 0.03em;
	line-height: 1;
}
.page_conference.detail .date .week {
	margin-left: 0.2em;
	margin-top: 0.5em;
	font-size: clamp(13px, 11.843px + 0.361vw, 19px);
}
.page_conference.detail .date .time {
	margin-left: 1.2em;
	background: #000a0a;
	padding: 0.4em 0.5em;
	color: #fff;
	font-size: clamp(11px, 9.651px + 0.422vw, 18px);
	font-weight: 500;
	letter-spacing: 0.1em;
}
.page_conference.detail .theme.logo-column {
  display: flex;
  align-items: flex-start;
}
.page_conference.detail .theme.logo-column .logo {
  max-width: 270px;
  width: 30%;
  margin: 0 0 0 2em;
}
@media screen and (max-width: 749px) {
  .page_conference.detail .theme.logo-column {
    flex-direction: column;
  }
  .page_conference.detail .theme.logo-column .logo {
    float: none;
    width: 60%;
    margin: 1em 0 0 auto;
  }
}
.page_conference.detail .theme span {
	padding-bottom: 0.2em;
	font-size: clamp(19px, 13.358px + 1.447vw, 42px);
	border-bottom: solid 4px #b1e64c;
	line-height: 2em;
}
.page_conference.detail .theme + p {
  padding-top: 2em;
  font-size: clamp(14px, 12.800px + 0.375vw, 20px);
  text-align: justify;
  word-break: break-all;
  line-height: 1.8em;
}
.page_conference.detail .profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}
.page_conference.detail .profile .cont .logo {
  width: 30%;
  float: right;
  margin: 0 0 20px 20px;
}
.page_conference.detail .profile .cont .logo img {
  max-height: 80px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
	.page_conference.detail .profile {
		flex-direction: column;
		padding: 60px 0;
	}
	.page_conference.detail .profile figure {
		width: 50%!important;
	}
  .page_conference.detail .profile figure.wide {
    width: 80%!important;
  }
	.page_conference.detail .profile .cont {
		width: 100%!important;
	}
}
.page_conference.detail .profile figure {
	width: 23%;
}
.page_conference.detail .profile figure.wide {
	width: 33%;
}
.page_conference.detail .profile figure.wide + .cont {
  width: 60%;
}
.page_conference.detail .profile .cont {
	width: 70%;
}
.page_conference.detail .profile .cont .job {
	padding-bottom: 0.3em;
	font-size: clamp(18px, 13.707px + 0.419vw, 22px);
	font-weight: 600;
}
.page_conference.detail .profile .cont .name {
	padding-bottom: 1em;
	font-size: clamp(26px, 21.707px + 0.419vw, 30px);
	font-weight: 600;
}
.page_conference.detail .profile .cont .name span::after {
	content: "氏";
	margin-left: 0.2em;
	font-size: 1.2rem;
}
.page_conference.detail .profile .cont p {
	font-size: clamp(14px, 10.780px + 0.314vw, 17px);
	line-height: 2em;
	text-align: justify;
	word-break: break-all;
  clear: both;
}
.page_conference.detail .profile .cont p a {
	display: inline-block;
}
.page_conference.detail .profile .cont p a:hover {
	opacity: 0.5;
}
@media (max-width: 1024px) {
	.page_conference.detail .profile .cont {
		margin-top: 80px;
	}
}
@media (max-width: 749px) {
	.page_conference.detail .profile .cont {
		margin-top: 60px;
	}
	.page_conference.detail .profile .cont .job {
		font-size: 0.8rem;
	}
	.page_conference.detail .profile .cont .name {
		font-size: 1.3rem;
	}
	.page_conference.detail .profile .cont p {
		line-height: 1.8em;
	}
  .page_conference.detail .profile .cont .logo img {
    max-height: 60px;
  }
}
.btn--01 a {
  background: none;
  font-size: 1.2rem;
  padding: 0.75em 0;
}
.btn--01 a::after,
.btn--01 a::before {
  background: #000a0a;
  width: 100%;
}
.btn--01 a span {
  text-align: center;
}
.btn--01 a span::after,
.btn--01 a span::before {
  background: #000a0a;
  display: block;
  height: 100%;
}
@media screen and (min-width: 750px) {
	.btn--01 a:hover {
		color: #FFF;
		opacity: 0.9;
	}
}
@media (max-width: 749px) {
  .btn--01 {
    max-width: 240px;
  }
}

.btn-column-area {
  display: flex;
  justify-content: center;
  gap: 1em 3em;
  padding-bottom: 4em;
}
@media (max-width: 749px) {
  .btn-column-area {
    flex-direction: column;
    align-items: center;
  }
  .btn-column-area li {
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .btn-column-area li {
    max-width: 600px;
    width: calc(50% - 1.5em);
  }
}
.btn-column-area .date .time {
  margin-left: 0!important;
}
.btn-column-area .date i {
  margin-right: 0.75em;
  font-size: clamp(11px, 9.651px + 0.422vw, 18px);
  font-weight: 500;
  font-feature-settings: "palt";
}