.list_title {
  margin-bottom: 32px;
  padding: 18px 24px;
  background-color: #efeff1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .list_title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  #main .page_title {
    font-size: 28px;
  }
}
#main p.page_description {
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  #main p.page_description {
    font-size: 13px;
    line-height: 1.48;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  #main .place_button {
    margin-bottom: 40px;
  }
}
#main ul.tab_list {
  max-width: 788px;
  margin: 40px auto 33px;
}
@media screen and (max-width: 600px) {
  #main ul.tab_list {
    margin-top: 40px;
  }
}
#main .tab_contents.show {
  display: block;
}
#main .anchor_menu {
  margin-bottom: 44px;
}
#main .anchor_contents .academic_contents + .sec_title {
  margin-top: 67px;
}
#main .anchor_contents .academic_contents + .list_title {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .academic_contents + .list_title {
    margin-top: 40px;
  }
}
#main .anchor_contents .academic_contents > a {
  display: block;
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
#main .anchor_contents .academic_contents > a:hover {
  border-color: #3D79FC;
}
#main .anchor_contents .academic_contents > a > .researcher_list {
  padding: 16px 24px 17px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}
#main .anchor_contents .academic_contents > a > .researcher_list > li {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .anchor_contents .academic_contents > a > .researcher_list > li:not(:last-child) {
  margin-bottom: 1px;
}
#main .anchor_contents .academic_contents > a + a {
  margin-top: 24px;
}
#main .anchor_contents .study_list > li {
  margin-bottom: 16px;
}
#main .anchor_contents .study_list > li a {
  display: block;
  padding: 19px 24px 17px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
  transition: border-color 0.2s;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .study_list > li a {
    padding: 16px;
  }
}
#main .anchor_contents .study_list > li a:hover {
  border-color: #3D79FC;
}
#main .anchor_contents .study_list > li .study_title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .study_list > li .study_title {
    line-height: 1.48;
    margin-bottom: 4px;
  }
}
#main .anchor_contents .study_list ul.researcher_list > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .anchor_contents .study_list ul.researcher_list > li:not(:last-child) {
  margin-bottom: 1px;
}
#main .anchor_contents .presentation_list > li {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li {
    margin-bottom: 24px;
  }
}
#main .anchor_contents .presentation_list > li a {
  display: flex;
  flex-flow: row nowrap;
  min-height: 156px;
  padding: 18px 16px 16px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
  transition: border-color 0.2s;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li a {
    flex-direction: column;
    padding: 24px 16px;
  }
}
#main .anchor_contents .presentation_list > li a:hover {
  border-color: #3D79FC;
}
#main .anchor_contents .presentation_list > li .time {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  min-width: 182px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .time {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .time {
    margin-bottom: 16px;
  }
}
#main .anchor_contents .presentation_list > li .presentation_outline {
  padding-left: 20px;
  border-left: 1px solid #efeff1;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .presentation_outline {
    border-left: none;
    padding: 16px 0 0px;
    border-top: 1px solid #efeff1;
  }
}
#main .anchor_contents .presentation_list > li .presentation_title {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .presentation_title {
    margin-bottom: 8px;
  }
}
#main .anchor_contents .presentation_list > li .theme_tag {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 4px;
}
#main .anchor_contents .presentation_list > li .theme_tag > li {
  padding: 2px 14px 3px;
  border: 1px solid #3D79FC;
  border-radius: 0;
  background-color: #fff;
  color: #3D79FC;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .theme_tag > li {
    height: 24px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
  }
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code {
  margin-right: 7px;
  padding: 3px 14px 4px;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_1, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_green {
  background-color: #3ABB8D;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_2, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_blue {
  background-color: #06AEEF;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_3, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_purple {
  background-color: #564099;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_4, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_yamabuki {
  background-color: #F3B211;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_5, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_pink {
  background-color: #DB6FAB;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_6, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_red {
  background-color: #EF3F4A;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_red_startup {
  background-color: #DF001F;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_7, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_ocher {
  background-color: #D6B762;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_8, #main .anchor_contents .presentation_list > li .theme_tag > li.code.color_orange {
  background-color: #F47A21;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_black {
  background-color: #000;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_other {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .theme_tag > li.code {
    margin-right: 4px;
    padding: 3px 14px;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .theme_tag > li {
    line-height: 1.48;
  }
}
#main .anchor_contents .presentation_list > li ul.researcher_list > li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .anchor_contents .presentation_list > li ul.researcher_list > li:not(:last-child) {
  margin-bottom: 1px;
}
#main .academic {
  padding: 25px 24px 34px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #main .academic {
    padding: 24px 16px 32px;
  }
}
#main .academic_title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .academic_label {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  #main .academic_label {
    margin-bottom: 24px;
  }
}
#main .academic_tag {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 4px;
}
#main .academic_tag > li {
  padding: 2px 14px 3px;
  border: 1px solid #3D79FC;
  border-radius: 0;
  background-color: #fff;
  color: #3D79FC;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .academic_tag > li {
    height: 24px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
  }
}
#main .academic_tag > li.code {
  margin-right: 7px;
  padding: 3px 14px 4px;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
}
#main .academic_tag > li.code.color_1, #main .academic_tag > li.code.color_green {
  background-color: #3ABB8D;
}
#main .academic_tag > li.code.color_2, #main .academic_tag > li.code.color_blue {
  background-color: #06AEEF;
}
#main .academic_tag > li.code.color_3, #main .academic_tag > li.code.color_purple {
  background-color: #564099;
}
#main .academic_tag > li.code.color_4, #main .academic_tag > li.code.color_yamabuki {
  background-color: #F3B211;
}
#main .academic_tag > li.code.color_5, #main .academic_tag > li.code.color_pink {
  background-color: #DB6FAB;
}
#main .academic_tag > li.code.color_6, #main .academic_tag > li.code.color_red {
  background-color: #EF3F4A;
}
#main .academic_tag > li.code.color_red_startup {
  background-color: #DF001F;
}
#main .academic_tag > li.code.color_7, #main .academic_tag > li.code.color_ocher {
  background-color: #D6B762;
}
#main .academic_tag > li.code.color_8, #main .academic_tag > li.code.color_orange {
  background-color: #F47A21;
}
#main .academic_tag > li.code.color_black {
  background-color: #000;
}
#main .academic_tag > li.code.color_other {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  #main .academic_tag > li.code {
    margin-right: 4px;
    padding: 3px 14px;
  }
}
@media screen and (max-width: 600px) {
  #main .academic_tag > li {
    height: 24px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
  }
}
#main .academic_date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
#main .academic_detail {
  padding-top: 32px;
  border-top: 1px solid #efeff1;
}
@media screen and (max-width: 600px) {
  #main .academic_detail {
    padding-top: 24px;
  }
}
#main .academic_detail .list_title {
  margin-bottom: 24px;
  padding: 14px 16px;
  background: linear-gradient(91.77deg, rgba(100, 139, 255, 0.2) 0.13%, rgba(171, 52, 238, 0.2) 100.13%);
}
#main .academic_detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  /*&:first-of-type {
					+ .list_title {
						margin-top: 29px;
					}
				}*/
}
#main .academic_detail p + .list_title {
  margin-top: 40px;
}
#main .academic_detail p:not(.multiple_lines) + p {
  margin-top: 19px;
}
#main .academic_detail .image_area {
  display: flex;
  flex-flow: row wrap;
  gap: 40px 24px;
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  #main .academic_detail .image_area {
    margin-top: 48px;
    flex-direction: column;
  }
}
#main .academic_detail .image_area .image {
  width: calc(50% - 12px);
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 600px) {
  #main .academic_detail .image_area .image {
    width: 100%;
  }
}
#main .academic_detail .image_area .image:hover {
  opacity: 0.8;
}
#main .academic_detail .image_area .image > a {
  display: block;
  color: #000;
}
#main .academic_detail .image_area .image_caption {
  margin: 11px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .academic_detail .image_area .image_caption {
    margin-top: 8px;
  }
}
#main .academic_detail .image_area img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1.5389221557;
  vertical-align: bottom;
}
#main .academic .download_button {
  width: 272px;
  height: 64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  #main .academic .download_button {
    width: 295px;
    height: 46px;
    margin: 0 auto 32px;
  }
}
#main .follow {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 102px;
  background-color: rgba(180, 180, 180, 0.6);
}
@media screen and (max-width: 600px) {
  #main .follow {
    height: 78px;
  }
}
#main .follow .to_top {
  position: fixed;
  right: 34px;
  bottom: 24px;
  width: 108px;
  height: 54px;
}
@media screen and (max-width: 600px) {
  #main .follow .to_top {
    display: none;
  }
}
#main .follow .to_top a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 1px solid #3D79FC;
  border-radius: 33px;
  background-color: #fff;
  color: #3D79FC;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
  padding-top: 20px;
  position: relative;
}
#main .follow .to_top a:hover {
  background-color: rgba(61, 121, 252, 0.1);
}
#main .follow .to_top a:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../media/images/common/icon_totop.svg) center / 100% no-repeat;
}
#main .award_info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 84px;
  gap: 32px 48px;
}
@media screen and (max-width: 600px) {
  #main .award_info {
    flex-direction: column-reverse;
  }
}
#main .award_info_outline {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #main .award_info_outline {
    width: 100%;
  }
}
#main .award_info_outline p {
  margin: 19px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_info_title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}
#main .award_info_basis {
  margin-top: 32px;
}
#main .award_info_basis ol {
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_info_basis p:last-of-type {
  margin-bottom: 0;
}
#main .award_info_image {
  width: min(47.6%, 466px);
  height: auto;
}
@media screen and (max-width: 600px) {
  #main .award_info_image {
    width: 100%;
  }
}
#main .award_info_image img {
  display: block;
  width: 100%;
  height: auto;
}
#main .award_list {
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  #main .award_list {
    margin-top: 24px;
  }
}
#main .award_list li {
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  #main .award_list li {
    margin-bottom: 24px;
  }
}
#main .award_list li > div, #main .award_list li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 24px 25px 24px 32px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  #main .award_list li > div, #main .award_list li a {
    flex-direction: column;
    padding: 24px 16px;
  }
}
#main .award_list li.best .award_list_outline {
  width: 52.2%;
  padding-right: 24px;
}
@media screen and (max-width: 600px) {
  #main .award_list li.best .award_list_outline {
    width: 100%;
    padding-right: 0;
  }
}
#main .award_list li.best .award_list_image {
  width: 47.8%;
}
@media screen and (max-width: 600px) {
  #main .award_list li.best .award_list_image {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  #main .award_list li.evaluation .award_list_title {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  #main .award_list li.evaluation .award_list_image {
    width: 100%;
    max-width: 222px;
    margin: 24px auto 0;
  }
}
#main .award_list_outline {
  width: 69.5%;
  padding-right: 89px;
}
@media screen and (max-width: 600px) {
  #main .award_list_outline {
    width: 100%;
    padding-right: 0;
  }
}
#main .award_list_title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efeff1;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .award_list_title {
    padding-bottom: 16px;
  }
}
#main .award_list_detail {
  display: flex;
  flex-flow: row wrap;
  gap: 35px 15px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #main .award_list_detail {
    gap: 16px 15px;
  }
}
#main .award_list_detail dt {
  flex: 0 0 95px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_list_detail dd {
  flex: 1 1 calc(100% - 110px);
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_list_image {
  width: 30.5%;
  height: auto;
}
#main .award_list_image img {
  display: block;
  width: 100%;
  height: auto;
}
.fancybox-image {
  background-color: #fff !important;
}
/*# sourceMappingURL=./academic_2025.css.map */