body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0;
}
.wholewrapper {
  max-width: 1920px;
  min-width: 375px;
  margin: 0 auto;
  overflow-x: hidden;
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
a {
  color: #393939;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #0033be;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
span.br_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  span.br_pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  span.br_sp {
    display: block;
  }
}
.link_list ul {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.link_list ul li:not(:last-child):after {
  content: "|";
  margin: 0 8px;
  color: #999;
}
.header {
  width: 100%;
  color: #fff;
}
.header_top {
  height: 240px;
  background: url("../media/images/showcase/header_visual_pc.jpg") center / cover no-repeat;
}
@media screen and (max-width: 767px) {
  .header_top {
    height: 180px;
    background-image: url("../media/images/showcase/header_visual_sp.jpg");
  }
}
.header_top_inner {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  height: 100%;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .header_top_inner {
    display: block;
  }
}
@media print, screen and (max-width: 1200px) {
  .header_top_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_top_inner {
    padding-top: 6px;
    position: relative;
  }
}
.header_top a {
  color: #fff;
}
.header_top h1 {
  padding-top: 2px;
  margin: 0;
}
.header_top h1 span {
  display: block;
  white-space: nowrap;
}
.header_top h1 span.sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header_top h1 span.sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.3214285714;
    letter-spacing: 0;
  }
}
.header_top h1 span.main {
  margin-left: -4px;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "Khand", sans-serif;
}
@media print, screen and (max-width: 1200px) {
  .header_top h1 span.main {
    font-weight: 400;
    font-size: 70px;
    line-height: 1.4857142857;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header_top h1 span.main {
    font-weight: 400;
    font-size: 60px;
    line-height: 1.7333333333;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 980px) {
  .header_top h1 span.main {
    font-weight: 400;
    font-size: 50px;
    line-height: 2.08;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_top h1 span.main {
    margin-left: 1px;
    font-weight: 400;
    font-size: 37px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .header_top_menu {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .header_top_menu {
    position: absolute;
    top: 40px;
    width: calc(100% - 40px);
    height: 180px;
    padding-top: 8px;
  }
}
.header_top_menu .link_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header_top_menu .link_list {
    margin-bottom: 59px;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.3214285714;
    letter-spacing: 0;
  }
}
.header_top_menu .link_list ul {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .header_top_menu .link_list ul {
    display: none;
  }
}
.header_top_menu .link_list a {
  margin-right: 2px;
}
.header_top_menu .search {
  width: 590px;
  height: 64px;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .header_top_menu .search {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header_top_menu .search {
    height: 40px;
  }
}
.header_top_menu .search:before {
  position: absolute;
  top: 18px;
  left: 25px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../media/images/showcase/search_40.svg") center / contain no-repeat;
  filter: opacity(30%);
}
@media screen and (max-width: 767px) {
  .header_top_menu .search:before {
    top: 10px;
    left: 12px;
    width: 22px;
    height: 22px;
  }
}
.header_top_menu input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px 18px 65px;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .header_top_menu input {
    padding: 7px 20px 8px 38px;
  }
}
.header_top_menu input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #a6a6a6;
}
@media screen and (max-width: 767px) {
  .header_top_menu input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5833333333;
    letter-spacing: 0;
  }
}
.header_top_menu input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(251, 192, 45, 0.9);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.header_bottom {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  margin-top: -64px;
}
@media print, screen and (max-width: 1200px) {
  .header_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_bottom {
    padding: 0;
    margin-top: -40px;
  }
}
.header h2.subject_button {
  width: 200px;
  height: 64px;
  padding: 15px 28px 15px 86px;
  margin: 0;
  background-color: #2b2d33;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.625;
  letter-spacing: 0.5em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  position: relative;
}
.header h2.subject_button:lang(en) {
  width: 280px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .header h2.subject_button {
    top: 40px;
    width: 148px;
    height: 40px;
    padding: 7px 25px 8px 62px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.45em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
  }
}
.header h2.subject_button:before, .header h2.subject_button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.header h2.subject_button:before {
  left: 29px;
  width: 42px;
  height: 18px;
  background: url("../media/images/showcase/color.svg") center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .header h2.subject_button:before {
    left: 19px;
    width: 32px;
    height: 14px;
  }
}
.header h2.subject_button:after {
  right: 22px;
  width: 24px;
  height: 24px;
  background: url("../media/images/showcase/expand_more_24.svg") center / contain no-repeat;
  filter: invert(1);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .header h2.subject_button:after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}
.header h2.subject_button.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.header .nav {
  width: 100%;
  background-color: #2b2d33;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .nav {
    background-color: #3b3d43;
  }
}
.header .nav_inner {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  height: 100%;
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .header .nav_inner {
    display: block;
  }
}
@media print, screen and (max-width: 1200px) {
  .header .nav_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .nav_inner {
    padding: 26px 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .nav_inner_guide {
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.header .nav_inner_guide h3 {
  margin: 0 0 91px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8055555556;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header .nav_inner_guide h3 {
    margin: 31px 0 0 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.03125;
    letter-spacing: 0;
  }
}
.header .nav_inner_guide .all {
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header .nav_inner_guide .all {
    font-weight: 400;
    font-size: 13px;
    line-height: 2.5;
    letter-spacing: 0;
  }
}
.header .nav_inner_guide .all li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.header .nav_inner_guide .all li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .header .nav_inner_guide .all li:not(:last-child) {
    margin-bottom: 0;
  }
}
.header .nav_inner_guide .all li input {
  pointer-events: none;
}
.header .nav_inner ul.subject_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0 32px;
  width: calc(100% - 215px);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 980px) {
  .header .nav_inner ul.subject_list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .nav_inner ul.subject_list {
    width: 97%;
    gap: 0 15px;
    margin-left: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2307692308;
    letter-spacing: 0;
  }
}
.header .nav_inner ul.subject_list li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: calc((100% - 96px) / 4);
  margin-bottom: 10px;
}
.header .nav_inner ul.subject_list li:lang(en) {
  width: calc((100% - 96px) / 3);
}
@media screen and (max-width: 980px) {
  .header .nav_inner ul.subject_list li {
    width: calc((100% - 40px) / 3);
  }
  .header .nav_inner ul.subject_list li:lang(en) {
    width: calc((100% - 96px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .header .nav_inner ul.subject_list li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 14px;
  }
}
.header .nav_inner ul.subject_list li input[type=checkbox] + label {
  border-bottom: 2px solid #999;
}
@media screen and (max-width: 767px) {
  .header .nav_inner ul.subject_list li input[type=checkbox] + label {
    min-height: 43px;
    padding: 6px 0 3px;
    border-bottom: 2px solid rgba(153, 153, 153, 0.3);
  }
}
.header .nav_inner ul.subject_list li input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 40%;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .header .nav_inner ul.subject_list li input[type=checkbox] + label:after {
    left: -25px;
    width: 60%;
  }
}
.header .nav_inner ul.subject_list li.subject1 input[type=checkbox] + label:after {
  background-color: #6565a9;
}
.header .nav_inner ul.subject_list li.subject2 input[type=checkbox] + label:after {
  background-color: #5988c4;
}
.header .nav_inner ul.subject_list li.subject3 input[type=checkbox] + label:after {
  background-color: #88b753;
}
.header .nav_inner ul.subject_list li.subject4 input[type=checkbox] + label:after {
  background-color: #e6b544;
}
.header .nav_inner ul.subject_list li.subject5 input[type=checkbox] + label:after {
  background-color: #b13348;
}
.header .nav_inner ul.subject_list li.subject6 input[type=checkbox] + label:after {
  background-color: #a5846c;
}
.header .nav_inner ul.subject_list li.subject7 input[type=checkbox] + label:after {
  background-color: #a4a4a4;
}
.header .nav_inner input[type=checkbox] {
  width: 30px;
  height: 22px;
  opacity: 0;
}
.header .nav_inner input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 32px;
  padding-bottom: 3px;
}
.header .nav_inner input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 33px;
  height: 24px;
  left: -34px;
  top: 4px;
  background: url("../media/images/showcase/checkbox_blank_24.svg") center / contain no-repeat;
  filter: invert(0.5);
}
@media screen and (max-width: 767px) {
  .header .nav_inner input[type=checkbox] + label:before {
    left: -32px;
  }
}
.header .nav_inner input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 33px;
  height: 24px;
  left: -34px;
  top: 4px;
  background: url("../media/images/showcase/checkbox_24.svg") center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .header .nav_inner input[type=checkbox]:checked + label:before {
    left: -32px;
  }
}
#main {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding: 37px 0 100px;
  margin: 0 auto;
  float: none !important;
  transition-duration: 0.3s;
}
@media print, screen and (max-width: 1200px) {
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main.loading {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 27px;
    margin-top: 40px;
    padding-bottom: 75px;
  }
}
#main ul.tab {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  color: #a6a6a6;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.03125;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main ul.tab {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1666666667;
    letter-spacing: 0;
  }
}
#main ul.tab li {
  padding-left: 25px;
  transition: color 0.2s;
  cursor: pointer;
  position: relative;
}
#main ul.tab li:before {
  position: absolute;
  top: 5px;
  left: -3px;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../media/images/showcase/format_list_24.svg") center / contain no-repeat;
  filter: opacity(30%);
  transition: filter 0.2s;
}
@media screen and (max-width: 767px) {
  #main ul.tab li:before {
    width: 21px;
    height: 21px;
  }
}
#main ul.tab li:not(:last-child) {
  margin-right: 33px;
}
@media screen and (max-width: 767px) {
  #main ul.tab li:not(:last-child) {
    margin-right: 30px;
  }
}
#main ul.tab li.active {
  color: #000;
  cursor: unset;
}
#main ul.tab li.active:before {
  filter: opacity(100%);
}
#main p.total {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.03125;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #main p.total {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.8666666667;
    letter-spacing: 0;
  }
}
#main p.total span.number {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3541666667;
  letter-spacing: 0;
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  #main p.total span.number {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
#main .result.research ul.research_list {
  margin: 20px 0 80px;
  border-bottom: 1px solid #e0e2e2;
}
@media screen and (max-width: 767px) {
  #main .result.research ul.research_list {
    margin: 14px calc(50% - 50vw) 35px;
    border-bottom: 2px solid #e0e2e2;
  }
}
@media screen and (max-width: 374px) {
  #main .result.research ul.research_list {
    width: calc(100% + 40px);
    margin: 14px 0 35px -20px;
  }
}
#main .result.research ul.research_list > li {
  border-top: 1px solid #e0e2e2;
}
@media screen and (max-width: 767px) {
  #main .result.research ul.research_list > li {
    padding: 17px 20px 13px;
    border-top: 2px solid #e0e2e2;
  }
}
#main .result.research ul.research_list > li .outline .title {
  width: calc(100% - 313px);
}
@media screen and (max-width: 767px) {
  #main .result.research ul.research_list > li .outline .title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .result.research ul.research_list > li .outline .title h4 {
    margin: 0 0 11px;
  }
}
#main .result.researcher ul.index {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 5px 12px;
  margin: 43px 0 23px;
  color: #393939;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.index {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 25px 0;
    gap: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
#main .result.researcher ul.index li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #eff0f0;
  border-radius: 24px;
  transition: background-color 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.index li {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
#main .result.researcher ul.index li.active {
  background-color: #707070;
  color: #fff;
}
#main .result.researcher ul.index + h3 {
  margin-top: 0;
}
#main .result.researcher h3 {
  margin: -30px 0 26px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.015625;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .result.researcher h3 {
    margin: -24px 0 22px;
    font-weight: 700;
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: 0;
  }
}
#main .result.researcher ul.researcher_list {
  margin: 20px 0 80px;
  border-bottom: 1px solid #e0e2e2;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list {
    margin: 0 calc(50% - 50vw) 34px;
    border-bottom: 2px solid #e0e2e2;
  }
}
@media screen and (max-width: 374px) {
  #main .result.researcher ul.researcher_list {
    width: calc(100% + 40px);
    margin: 0 0 34px -20px;
  }
}
#main .result.researcher ul.researcher_list > li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-top: 1px solid #e0e2e2;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li {
    padding: 18px 0 21px;
    border-top: 2px solid #e0e2e2;
  }
}
#main .result.researcher ul.researcher_list > li:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #999;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li:before {
    top: -2px;
    width: 120px;
    height: 2px;
  }
}
#main .result.researcher ul.researcher_list > li > h4 {
  width: 182px;
  margin: 17px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li > h4 {
    padding: 0 20px 17px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0;
  }
}
#main .result.researcher ul.researcher_list > li ul.research_list {
  width: calc(100% - 182px);
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li ul.research_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li ul.research_list > li {
    padding: 0 0 20px 20px;
  }
}
#main .result.researcher ul.researcher_list > li ul.research_list > li:not(:last-child) {
  border-bottom: 1px solid #e0e2e2;
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li ul.research_list > li:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li ul.research_list > li:not(:last-child) .outline {
    padding-bottom: 21px;
    border-bottom: 1px solid #e0e2e2;
  }
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li ul.research_list > li .subject {
    top: 76px;
  }
}
@media screen and (max-width: 767px) {
  #main .result.researcher ul.researcher_list > li ul.research_list > li .outline {
    min-height: 90px;
    padding-right: 20px;
  }
}
#main .result ul.research_list > li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li {
    position: relative;
  }
}
#main .result ul.research_list > li .thumbnail {
  flex: 0 0 100px;
  margin-right: 10px;
  line-height: 0;
  background: url("../media/images/showcase/thumbnail.png") no-repeat top left / contain;
}
#main .result ul.research_list > li .thumbnail img {
  width: 100px;
  height: 64px;
  object-fit: cover;
  border: 1px solid #e0e2e2;
}
#main .result ul.research_list > li .subject {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject {
    position: absolute;
    top: 93px;
  }
}
#main .result ul.research_list > li .subject ul.color_list {
  gap: 8px;
  width: 24px;
  height: 56px;
  background: url("../media/images/showcase/bg_color.png") center / 100% no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list {
    width: 91px;
    height: 7px;
    background-image: url("../media/images/showcase/bg_color_sp.png");
  }
}
#main .result ul.research_list > li .subject ul.color_list li {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #eff0f0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li {
    width: 7px;
    height: 7px;
  }
}
#main .result ul.research_list > li .subject ul.color_list li.subject1 {
  top: 0;
  left: 0;
  background-color: #6565a9;
}
#main .result ul.research_list > li .subject ul.color_list li.subject2 {
  top: 16px;
  left: 0;
  background-color: #5988c4;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li.subject2 {
    top: 0;
    left: 14px;
  }
}
#main .result ul.research_list > li .subject ul.color_list li.subject3 {
  top: 32px;
  left: 0;
  background-color: #88b753;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li.subject3 {
    top: 0;
    left: 28px;
  }
}
#main .result ul.research_list > li .subject ul.color_list li.subject4 {
  top: 48px;
  left: 0;
  background-color: #e6b544;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li.subject4 {
    top: 0;
    left: 42px;
  }
}
#main .result ul.research_list > li .subject ul.color_list li.subject5 {
  top: 0;
  left: 16px;
  background-color: #b13348;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li.subject5 {
    left: 56px;
  }
}
#main .result ul.research_list > li .subject ul.color_list li.subject6 {
  top: 16px;
  left: 16px;
  background-color: #a5846c;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li.subject6 {
    top: 0;
    left: 70px;
  }
}
#main .result ul.research_list > li .subject ul.color_list li.subject7 {
  top: 32px;
  left: 16px;
  background-color: #a4a4a4;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .subject ul.color_list li.subject7 {
    top: 0;
    left: 84px;
  }
}
#main .result ul.research_list > li .outline {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: calc(100% - 124px);
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline {
    width: calc(100% - 110px);
  }
}
#main .result ul.research_list > li .outline a.title {
  display: block;
  width: 100%;
  padding-right: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline a.title {
    padding-right: 0;
  }
}
#main .result ul.research_list > li .outline a.title h3, #main .result ul.research_list > li .outline a.title h5 {
  margin: 0 0 3px;
  white-space: pre-wrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline a.title h3, #main .result ul.research_list > li .outline a.title h5 {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
#main .result ul.research_list > li .outline a.title h4, #main .result ul.research_list > li .outline a.title h6 {
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline a.title h4, #main .result ul.research_list > li .outline a.title h6 {
    display: block;
    overflow: visible;
  }
}
#main .result ul.research_list > li .outline a.title h4 span.sub_title, #main .result ul.research_list > li .outline a.title h6 span.sub_title {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline a.title h4 span.sub_title, #main .result ul.research_list > li .outline a.title h6 span.sub_title {
    display: inline;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3846153846;
    letter-spacing: 0;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
}
#main .result ul.research_list > li .outline a.title h4 span.date, #main .result ul.research_list > li .outline a.title h6 span.date {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline a.title h4 span.date, #main .result ul.research_list > li .outline a.title h6 span.date {
    display: inline;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .result ul.research_list > li .outline .author {
  width: 313px;
  padding-left: 22px;
  border-left: 1px solid #e0e2e2;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline .author {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid #e0e2e2;
    border-left: none;
  }
}
#main .result ul.research_list > li .outline .author ul.author_list {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline .author ul.author_list {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
#main .result ul.research_list > li .outline .author ul.author_list li {
  padding-right: 25px;
  position: relative;
}
#main .result ul.research_list > li .outline .author ul.author_list li:after {
  position: absolute;
  top: 2px;
  right: -5px;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../media/images/showcase/format_list_24.svg") center / contain no-repeat;
  filter: opacity(30%);
}
@media screen and (max-width: 767px) {
  #main .result ul.research_list > li .outline .author ul.author_list li:after {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
#main .result ul.research_list > li .outline .author ul.author_list li:not(:last-child) {
  margin-right: 29px;
}
#main .result ul.pagination {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.03125;
  letter-spacing: 0;
}
#main .result ul.pagination li {
  flex: 0 0 40px;
  padding: 0 5px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.02em;
  font-family: "Khand", sans-serif;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0.02em;
    padding: 0 16.5px;
  }
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.first, #main .result ul.pagination li.last, #main .result ul.pagination li.dots {
    display: none;
  }
}
#main .result ul.pagination li.disabled {
  visibility: hidden;
}
#main .result ul.pagination li.prev, #main .result ul.pagination li.next {
  width: 38px;
  padding: 0;
  cursor: pointer;
}
#main .result ul.pagination li.prev:before, #main .result ul.pagination li.prev:after, #main .result ul.pagination li.next:before, #main .result ul.pagination li.next:after {
  position: absolute;
  display: block;
}
#main .result ul.pagination li.prev:after, #main .result ul.pagination li.next:after {
  font-weight: 500;
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.prev:after, #main .result ul.pagination li.next:after {
    font-weight: 500;
    font-size: 12px;
    line-height: 2.1666666667;
    letter-spacing: 0.02em;
  }
}
#main .result ul.pagination li.prev span, #main .result ul.pagination li.prev a, #main .result ul.pagination li.next span, #main .result ul.pagination li.next a {
  font-size: 0;
  display: inline;
}
#main .result ul.pagination li.prev {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.prev {
    margin: 0 26px 0 0;
  }
}
#main .result ul.pagination li.prev:before {
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../media/images/showcase/chevron_left_24.svg") center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.prev:before {
    top: 0;
    left: 7px;
  }
}
#main .result ul.pagination li.prev:after {
  top: 27px;
  left: 3px;
  content: "PREV";
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.prev:after {
    top: 22px;
    left: 11px;
  }
}
#main .result ul.pagination li.next {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.next {
    margin: 0 0 0 22px;
  }
}
#main .result ul.pagination li.next:before {
  top: 3px;
  right: 7px;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../media/images/showcase/chevron_right_24.svg") center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.next:before {
    top: 0;
  }
}
#main .result ul.pagination li.next:after {
  top: 27px;
  right: 5px;
  content: "NEXT";
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li.next:after {
    top: 22px;
    right: 9px;
  }
}
#main .result ul.pagination li.dots span {
  transform: translatey(-5px);
}
#main .result ul.pagination li a, #main .result ul.pagination li span {
  display: block;
  text-align: center;
}
#main .result ul.pagination li a.active:after, #main .result ul.pagination li span.active:after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #main .result ul.pagination li a.active:after, #main .result ul.pagination li span.active:after {
    bottom: -7px;
    width: 20px;
  }
}
#main .result p.indication {
  display: none;
  margin: 20px 0 0;
  color: #999;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
  font-family: "Khand", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .result p.indication {
    display: block;
  }
}
#main .result p.indication span.unit {
  margin-left: 6px;
}
#main.detail {
  max-width: 900px;
  width: auto;
}
#main.detail h1 {
  margin: 0 0 20px;
  white-space: pre-wrap;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #main.detail h1 {
    font-size: 18px;
  }
}
#main.detail h2 {
  margin: -15px 0 20px;
  color: #555;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main.detail h2 {
    font-size: 16px;
  }
}
#main.detail h2:empty {
  display: none;
}
#main.detail .researchers {
  margin: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main.detail .researchers {
    font-size: 15px;
  }
}
#main.detail .researchers .researcher + .researcher {
  margin-top: 5px;
}
#main.detail .date {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main.detail .date {
    font-size: 14px;
  }
}
#main.detail .contents {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #main.detail .contents {
    font-size: 14px;
  }
}
.footer {
  width: 100%;
  height: 270px;
  background: url("../media/images/showcase/footer_visual_pc.jpg") center / cover no-repeat;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    height: auto;
    background-image: url("../media/images/showcase/footer_visual_sp.jpg");
  }
}
.footer .pagetop {
  position: absolute;
  top: -32px;
  right: 52px;
  width: 64px;
  height: 64px;
  background-color: #e0e2e2;
  border-radius: 32px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .footer .pagetop {
    top: -61px;
    right: 20px;
    width: 48px;
    height: 48px;
  }
}
.footer .pagetop.fixed {
  position: fixed;
  top: unset;
  bottom: 52px;
}
@media screen and (max-width: 767px) {
  .footer .pagetop.fixed {
    bottom: 10px;
  }
}
.footer .pagetop.show {
  visibility: visible;
  opacity: 1;
}
.footer .pagetop a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer .pagetop a img {
    width: 18px;
    height: 18px;
  }
}
.footer .pagetop + .link_list {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .pagetop + .link_list {
    display: block;
    height: 60px;
    background-color: #454d5c;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.3214285714;
    letter-spacing: 0;
  }
}
.footer .pagetop + .link_list ul {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .pagetop + .link_list ul {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .pagetop + .link_list ul li {
    width: 50%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .footer .pagetop + .link_list ul li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    margin: 0;
    background-color: #a6a6a6;
  }
}
.footer .pagetop + .link_list ul li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .pagetop + .link_list ul li a {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    height: 100%;
  }
}
.footer_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  height: 100%;
  padding-top: 27px;
}
@media print, screen and (max-width: 1200px) {
  .footer_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding-bottom: 30px;
  }
}
.footer_inner .link_list {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.3214285714;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_inner .link_list {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner .link_list ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner .link_list ul li:before {
    display: inline-block;
    content: "|";
    margin: 0 7px 0 5px;
    color: #999;
  }
}
.footer_inner .link_list ul li a {
  color: #f0f0f0;
}
.footer_inner .link_list ul li a:hover {
  border-bottom: 1px solid #888;
}
.footer_inner .link_list ul li:not(:last-child):after {
  margin: 0 19px;
}
@media screen and (max-width: 767px) {
  .footer_inner .link_list ul li:not(:last-child):after {
    display: none;
  }
}
.footer_inner_info {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer_inner_info {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner_info {
    margin-top: 38px;
  }
}
.footer_inner_info .text p.logo {
  margin: 46px 0 22px;
}
@media screen and (max-width: 767px) {
  .footer_inner_info .text p.logo {
    margin: 0 0 20px;
  }
}
.footer_inner_info .text p.logo span {
  display: block;
}
.footer_inner_info .text p.logo span.name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_inner_info .text p.logo span.name {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.footer_inner_info .text p.logo span.address {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_inner_info .text p.logo span.address {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0;
  }
}
.footer_inner_info .mark {
  width: 100px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .footer_inner_info .mark {
    width: 80px;
    height: 108px;
    margin-right: 0;
    margin-left: auto;
  }
}
.footer_inner_info .mark img {
  width: 100%;
  height: auto;
}
.footer_inner p.copyright {
  margin: -16px 0 0;
  color: #999;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.02em;
  font-family: "Khand", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer_inner p.copyright {
    margin: -13px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }
}
/*# sourceMappingURL=./showcase.css.map */