@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://use.fontawesome.com/releases/v5.4.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
  background: #fff;
}

.is-pc {
  display: block;
}

.is-tablet {
  display: none;
}

.is-sp {
  display: none;
}

.is-sp-s {
  display: none;
}

[data-anim-style] {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before, .simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.button_round {
  display: inline-block;
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.11em;
  color: #fff !important;
  padding: 13px 10px 10px;
  background-color: #0F3269;
  border-radius: .3em;
  text-align: center;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.button_round--darkGray {
  background-color: #2F353E;
  color: #C4C4C4 !important;
}

.button_round:hover {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: .7;
}

.button_hamburger__line {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 16px;
}

.button_hamburger__line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00508A;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s;
  transition: opacity .3s ease-in-out, -webkit-transform .3s;
  transition: transform .3s, opacity .3s ease-in-out;
  transition: transform .3s, opacity .3s ease-in-out, -webkit-transform .3s;
}

.button_hamburger__line span.is-active {
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s;
  transition: opacity .3s ease-in-out, -webkit-transform .3s;
  transition: transform .3s, opacity .3s ease-in-out;
  transition: transform .3s, opacity .3s ease-in-out, -webkit-transform .3s;
}

.button_hamburger__line span:nth-of-type(1) {
  top: 0;
}

.button_hamburger__line span:nth-of-type(1).is-active {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.button_hamburger__line span:nth-of-type(2) {
  top: 50%;
}

.button_hamburger__line span:nth-of-type(2).is-active {
  opacity: 0;
}

.button_hamburger__line span:nth-of-type(3) {
  top: 100%;
}

.button_hamburger__line span:nth-of-type(3).is-active {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.button_hamburger__text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 9px;
  letter-spacing: .04em;
  color: #00508A;
  margin-top: 6px;
}

.header_block {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.header_block__unit {
  background: #fff;
}

.header_block__unit--bg_black {
  background-color: #082755;
}

.header_block__unit--bg_gray {
  background-color: #cfd8de;
}

.header_block__unit--bg_lightGray {
  background-color: #eaf1f5;
}

.header_block__unit.low_height .header_block_unit_inner {
  height: 56px;
}

.header_block__unit .header_block_unit_inner {
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_block__unit .header_block_unit_inner--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_block__unit .header_block_unit_inner--bottom {
  display: block;
}

.header_block__unit .header_title__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_block__unit .header_title__image {
  width: 75px;
  margin-right: 19px;
}

.header_block__unit .header_title__image img {
  width: 100%;
  vertical-align: bottom;
}

.header_block__unit .header_title__text {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #00508A;
}

.header_block__unit .header_title__text span {
  font-size: 17px;
}

.header_block__unit .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header_block__unit .header_language {
  margin-left: 30px;
}

.header_block__unit .header_language__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_block__unit .header_language__inner .header_language_title {
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 12px;
  color: #8d8d8d;
}

.header_block__unit .header_language__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
  height: 90px;
  position: relative;
}

.header_block__unit .header_language__inner ul li + li {
  margin-left: 9px;
}

.header_block__unit .header_language__inner ul li.is-current a {
  pointer-events: none;
  color: #396E9F;
}

.header_block__unit .header_language__inner ul li a {
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 15px;
  color: #8d8d8d;
  display: block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header_block__unit .header_language__inner ul li a:hover {
  color: #396E9F;
}

.header_block__unit .header_hamburger {
  margin-left: auto;
  z-index: 4;
}

.header_block__unit .header_link {
  margin-left: auto;
}

.header_block__unit .header_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_block__unit .header_link ul li + li {
  margin-left: 8px;
}

.header_block__unit .header_logo {
  width: 197px;
  margin-left: 27px;
}

.header_block__unit .header_logo a {
  display: block;
}

.header_block__unit .header_logo a img {
  width: 100%;
  vertical-align: bottom;
}

.header_block__unit .header_choice {
  margin-left: 20px;
}

.header_block__unit .header_choice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_block__unit .header_choice ul li {
  width: 146px;
}

.header_block__unit .header_choice ul li + li {
  margin-left: 10px;
}

.header_block__unit .header_research {
  border-radius: 4.5px;
  border: 1px solid #8A8A8A;
  margin-left: 25px;
}

.header_block__unit .header_research a {
  display: block;
  color: #9C9C9C;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  padding: 9px 13px 10px 11px;
}

.modal_block,
.modal_block_result,
.modal_block_laboratory {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 153px 25px 78px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_block .modal_overlay,
.modal_block_result .modal_overlay,
.modal_block_laboratory .modal_overlay {
  position: absolute;
  z-index: -1;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 6, 36, 0.9);
}

.modal_block .modal_close_button,
.modal_block_result .modal_close_button,
.modal_block_laboratory .modal_close_button {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40px;
  right: 66px;
  z-index: 3;
  background: #fff;
}

.modal_block .modal_close_button:after, .modal_block .modal_close_button:before,
.modal_block_result .modal_close_button:after,
.modal_block_result .modal_close_button:before,
.modal_block_laboratory .modal_close_button:after,
.modal_block_laboratory .modal_close_button:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.modal_block .modal_close_button:before,
.modal_block_result .modal_close_button:before,
.modal_block_laboratory .modal_close_button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_block .modal_close_button:after,
.modal_block_result .modal_close_button:after,
.modal_block_laboratory .modal_close_button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_block .modal_container,
.modal_block_result .modal_container,
.modal_block_laboratory .modal_container {
  max-width: 900px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 61px;
  background: #fff;
  position: relative;
  margin: auto;
  border-radius: 15px;
}

.modal_block .modal_container .simplebar-scrollbar:before,
.modal_block_result .modal_container .simplebar-scrollbar:before,
.modal_block_laboratory .modal_container .simplebar-scrollbar:before {
  width: 10px;
  left: 0;
  top: 0;
  background: #78A5DF;
}

.modal_block .modal_container .simplebar-track,
.modal_block_result .modal_container .simplebar-track,
.modal_block_laboratory .modal_container .simplebar-track {
  margin-right: 2px;
  background: #E0E0E0;
  border-radius: 22px;
  right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal_block .modal_container .modal_container_inner,
.modal_block_result .modal_container .modal_container_inner,
.modal_block_laboratory .modal_container .modal_container_inner {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_block .modal_container .modal_container_inner:before, .modal_block .modal_container .modal_container_inner:after,
.modal_block_result .modal_container .modal_container_inner:before,
.modal_block_result .modal_container .modal_container_inner:after,
.modal_block_laboratory .modal_container .modal_container_inner:before,
.modal_block_laboratory .modal_container .modal_container_inner:after {
  content: '';
  display: block;
  height: 36px;
}

.modal_block_laboratory .modal_container {
  padding: 0 30px 0 73px;
}

.modal_block_laboratory .modal_container .modal_container_inner:before, .modal_block_laboratory .modal_container .modal_container_inner:after {
  height: 51px;
}

.modal_header {
  margin-bottom: 42px;
  padding-right: 60px;
}

.modal_header .modal_title.article_header_title .article_header_title__mini p {
  font-size: 13px;
  color: #757575;
  line-height: 1.4;
  font-weight: 700;
}

.modal_header .modal_title.article_header_title .article_header_title__sub_title {
  margin-top: 8px;
}

.modal_header .modal_title.article_header_title .article_header_title__sub_title p {
  font-family: 'Overpass', 'Noto Sans JP';
  font-size: 18px;
  line-height: 1.4;
  color: #0C3477;
  font-weight: 700;
}

.modal_header .modal_title.article_header_title .article_header_title__main p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  color: #292929;
}

.modal_header_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 80px;
}

.modal_header_result__title {
  min-width: 125px;
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 32px;
  color: #2A2D2F;
}

.modal_header_result__searchWord, .modal_header_result__searchNum {
  font-size: 13px;
  line-height: 1.5;
  color: #494949;
  margin-top: auto;
}

.modal_header_result .modal_header_result__searchWord {
  max-width: 50%;
  margin-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_header_result .modal_header_result__searchWord .searchWord_title {
  margin: 0 10px 5px 0;
}

.modal_header_result .modal_header_result__searchWord .searchWord_text {
  color: #565656;
  font-weight: 700;
}

.modal_header_result .modal_header_result__searchNum {
  width: 25%;
  margin-left: 28px;
  margin-bottom: 5px;
}

.modal_header_result .modal_header_result__searchNum span {
  margin-left: 10px;
  display: inline-block;
  color: #565656;
  font-weight: 700;
}

.modal_contents .modal_contentsTitle {
  margin-bottom: 14px;
}

.modal_contents .modal_contentsTitle p {
  font-weight: 700;
  font-size: 18px;
  color: #1F2F78;
  padding: 0 0 10px 12px;
  border-left: 4px solid #08004A;
  border-bottom: 1px solid #DBDBDB;
}

.modal_contents .articleCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 6px;
}

.modal_contents .articleCategoryList .modalCategoryItem {
  margin-left: 10px;
  margin-top: 10px;
}

.modal_contents .articleCategoryList .modalCategoryItem a {
  display: inline-block;
  padding: 5px 14px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #0250D3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E7EFFF;
  border-radius: 14px;
  -webkit-transition: color .4s, background-color .4s ease-in-out;
  transition: color .4s, background-color .4s ease-in-out;
  cursor: pointer;
}

.modal_contents .articleCategoryList .modalCategoryItem a:hover {
  -webkit-transition: color .4s, background-color .4s ease-in-out;
  transition: color .4s, background-color .4s ease-in-out;
  color: #E7EFFF;
  background-color: #0250D3;
}

.modal_contents .articleContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.modal_contents .articleContents__image {
  width: 135px;
  min-width: 135px;
  height: 135px;
  margin-right: 25px;
}

.modal_contents .articleContents__image_content {
  padding: 4px;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_contents .articleContents__image_content img {
  width: 100%;
  display: block;
}

.modal_contents .articleContents__name, .modal_contents .articleContents__name_en {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.modal_contents .articleContents__name + .articleContents__name_en {
  margin-top: 4px;
}

.modal_contents .articleContents__list {
  margin-top: 8px;
}

.modal_contents .articleContents .articleContents_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_contents .articleContents .articleContents_item__head {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  color: #1F2F78;
  min-width: 150px;
  width: 150px;
  margin-right: 18px;
}

.modal_contents .articleContents .articleContents_item__body {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: .05em;
}

.modal_contents .articleContents__researchList + .articleContents__researchList {
  margin-top: 37px;
}

.modal_contents .articleContents__researchList ul li + li {
  margin-top: 3px;
}

.modal_contents .articleContents__researchList ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
}

.modal_contents .articleContents_image_modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 153px 25px 78px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.modal_contents .articleContents_image_modal .modal_close_button {
  background: transparent;
  top: 100px;
  right: 20%;
}

.modal_contents .articleContents_image_modal .modal_close_button:after, .modal_contents .articleContents_image_modal .modal_close_button:before {
  background: #fff;
}

.modal_contents .articleContents_image_modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.modal_contents .articleContents_image_modal__img {
  max-width: 700px;
  width: 100%;
}

.modal_contents .articleContents_image_modal__img img {
  width: 100%;
  vertical-align: bottom;
}

.modal_contents .articleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_contents .articleInfo__section {
  width: 48%;
  margin-top: 30px;
}

.modal_contents .articleInfo__section .articleInfoSectionTitle {
  padding-left: 50px;
  position: relative;
  color: #787878;
}

.modal_contents .articleInfo__section .articleInfoSectionTitle:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 1px;
  background: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal_contents .articleInfo__section .articleInfoSectionTitle.lang_ja p {
  font-size: 12px;
  font-weight: 700;
}

.modal_contents .articleInfo__section .articleInfoSectionTitle p {
  font-size: 15px;
  font-family: 'Overpass', 'Noto Sans JP';
}

.modal_contents .articleInfo__section .articleInfoSectionContents {
  padding-top: 17px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_image {
  width: 27%;
  overflow: hidden;
  border-radius: 50%;
  max-width: 100px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_image img {
  width: 100%;
  display: block;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__name + .profile_text__affiliation {
  margin-top: 10px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__mail {
  line-height: 1.5;
  font-size: 15px;
  font-family: 'Overpass', 'Noto Sans JP';
  color: #0250D3;
  padding-top: 5px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__note {
  color: #787878;
  font-size: 10px;
  line-height: 1.5;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__affiliation {
  font-weight: 700;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.6;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_links ul li + li {
  margin-top: 15px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_links ul li a {
  display: inline-block;
  line-height: 1.4;
  color: #0250D3;
  font-size: 13px;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_links ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 600;
  color: #7A98D0;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_collaborator ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -14px;
  margin-top: -5px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_collaborator ul li + li {
  margin-top: 10px;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_collaborator ul li .name_text,
.modal_contents .articleInfo__section .articleInfoSectionContents.section_collaborator ul li .affiliation_text {
  margin-left: 14px;
  margin-top: 5px;
  line-height: 1.4;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_collaborator ul li .name_text {
  font-weight: 700;
  font-size: 16px;
  color: #3C3C3C;
  overflow: hidden;
}

.modal_contents .articleInfo__section .articleInfoSectionContents.section_collaborator ul li .affiliation_text {
  font-weight: 700;
  font-size: 13px;
  color: #4a4a4a;
}

.modal_contents .modal_contents_result__unit + .modal_contents_result__unit {
  margin-top: 75px;
}

.modal_contents .modal_contents_result__title {
  font-family: Overpass;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6;
  color: #585C62;
  padding-bottom: 10px;
  border-bottom: 2px solid currentColor;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__left {
  width: 240px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__left .modal_contents_result_item_left_title p {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  padding-left: 15px;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__left .modal_contents_result_item_left_title p .arrow_right {
  position: absolute;
  top: 1px;
  left: 0;
  color: currentColor;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__left .modal_contents_result_item_left_title p .arrow_right::before {
  vertical-align: middle;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__right {
  pointer-events: none;
}

.modal_contents .modal_contents_result__list .modal_contents_result_list_item__right .modal_contents_result_item_right_name {
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  color: #585C62;
}

.modal_contents .no_search {
  margin-top: 50px;
  font-family: Overpass;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #585C62;
  text-align: center;
}

.modal_block_hamburger {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 3;
}

.modal_block_hamburger__inner {
  width: 100vw;
  height: 100vh;
  padding: calc(80 / 375 * 100vw) calc(40 / 375 * 100vw) calc(65 / 375 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

.modal_block_hamburger__inner .modal_hamburger_top ul li + li {
  margin-top: calc(45 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_top ul li a {
  font-family: Overpass;
  font-weight: 400;
  font-size: calc(23 / 375 * 100vw);
  letter-spacing: .11em;
  color: #FDFDFD;
}

.modal_block_hamburger__inner .modal_hamburger_top ul li a span {
  font-size: calc(20 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_top ul li a.en_text {
  font-size: calc(20 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_top ul li a.en_text span {
  font-size: calc(17 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_bottom__link {
  margin-top: calc(28 / 375 * 100vw);
  width: 100%;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__link ul li {
  width: 47%;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__link ul li a {
  font-size: calc(13 / 375 * 100vw);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  padding: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language {
  margin-top: calc(52 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language .modal_hamburger_bottom_language_title {
  font-family: Overpass;
  font-weight: 700;
  font-size: calc(15 / 375 * 100vw);
  margin-right: calc(29 / 375 * 100vw);
  letter-spacing: .04em;
  color: #8D8D8D;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language ul li {
  font-family: Overpass;
  font-weight: 700;
  font-size: calc(19 / 375 * 100vw);
  color: #707376;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language ul li + li {
  margin-left: calc(16 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language ul li.is-current {
  color: #396E9F;
}

.modal_block_hamburger__inner .modal_hamburger_bottom__language ul li.is-current a {
  pointer-events: none;
}

.modal_block_hamburger__inner .modal_research {
  border-radius: 4.5px;
  border: 1px solid #8A8A8A;
}

.modal_block_hamburger__inner .modal_research a {
  display: block;
  color: #9C9C9C;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  padding: 9px 13px 10px 11px;
}

.modal_block_hamburger__inner .modal_hamburger_link {
  margin-top: calc(30 / 375 * 100vw);
}

.modal_block_hamburger__inner .modal_hamburger_link a {
  display: block;
  font-family: Overpass;
  font-weight: 700;
  font-size: calc(17 / 375 * 100vw);
  letter-spacing: .03em;
  color: #fff;
}

.laboratory_block__head {
  margin-bottom: 45px;
}

.laboratory_block__tag {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #878787;
  margin-bottom: 20px;
}

.laboratory_block__title {
  font-weight: 700;
  font-size: 30px;
}

.laboratory_block__list ul {
  border-top: 1px solid #EBEBEB;
}

.laboratory_block__list ul li {
  padding: 16px 0;
  border-bottom: 1px solid #EBEBEB;
}

.laboratory_item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

.laboratory_item_block::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
}

.laboratory_item_block__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.9);
  margin-right: 42px;
}

.laboratory_item_block__laboratory_name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  color: #626262;
  margin-right: 20px;
}

.laboratory_item_block__link {
  margin-left: auto;
}

.laboratory_item_block__link a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  color: #4469B3;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.laboratory_item_block__link a:hover {
  opacity: .8;
}

.laboratory_item_block__link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/common/ico_home.svg) no-repeat center center/contain;
  width: 22px;
  height: 22px;
}

.search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_area.modal_layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.search_area.modal_layout .search_area__title {
  color: #525867;
  width: 100%;
  font-size: calc(15 / 375 * 100vw);
}

.search_area.modal_layout .search_area__input {
  margin-top: calc(15 / 375 * 100vw);
  width: 100%;
  margin-left: 0;
}

.search_area.modal_layout .search_area__input .search_area_input_button {
  width: calc(25 / 375 * 100vw);
  height: calc(25 / 375 * 100vw);
}

.search_area.modal_layout .search_area__input input[type="text"] {
  border: 1px solid #1F2F78;
  font-size: calc(16 / 375 * 100vw);
  padding: calc(10 / 375 * 100vw) calc(32 / 375 * 100vw) calc(10 / 375 * 100vw) calc(7 / 375 * 100vw);
}

.search_area__title {
  font-family: Overpass;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .11em;
  color: #fff;
}

.search_area__input {
  width: 235px;
  position: relative;
  margin-left: 10px;
}

.search_area__input .search_area_input_button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 19px;
  height: 19px;
}

.search_area__input .search_area_input_button:hover {
  cursor: pointer;
}

.search_area__input .search_area_input_button img {
  width: 100%;
  vertical-align: bottom;
}

.search_area__input input[type="text"] {
  width: 100%;
  background-color: #CFD8DE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: .3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  padding: 8px 32px 8px 10px;
}

.search_area__input input[type="text"]::-webkit-input-placeholder {
  color: #9DA7AE;
}

.search_area__input input[type="text"]::-moz-placeholder {
  color: #9DA7AE;
}

.search_area__input input[type="text"]:-ms-input-placeholder {
  color: #9DA7AE;
}

.search_area__input input[type="text"]::-ms-input-placeholder {
  color: #9DA7AE;
}

.search_area__input input[type="text"]::placeholder {
  color: #9DA7AE;
}

.index_page {
  position: relative;
  height: calc(100% - 90px);
  margin: 0;
  padding: 90px 0 0;
}

@media screen and (max-width: 1120px) {
  .header_block__unit .header_choice ul li {
    width: 125px;
  }
  .search_area__input {
    width: 190px;
  }
}

@media screen and (max-width: 1024px) {
  .is-pc-tablet {
    display: none;
  }
  .is-tablet {
    display: block;
  }
  .button_round {
    padding: 13px 20px 10px;
  }
  .header_block__unit .header_choice ul li {
    width: auto;
  }
  .search_area__input {
    margin-left: 0;
  }
  .search_area__input input[type="text"] {
    background-color: #EDEFF0;
  }
}

@media screen and (max-width: 769px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .button_round {
    background-color: #1C6396;
    font-size: calc(12 / 375 * 100vw);
    padding: calc(13 / 375 * 100vw) 0 calc(8 / 375 * 100vw);
  }
  .button_round--en {
    padding: calc(10 / 375 * 100vw) calc(8.5 / 375 * 100vw);
  }
  .button_round span {
    font-size: calc(10 / 375 * 100vw);
  }
  .button_hamburger__line {
    width: calc(28 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
  .button_hamburger__line span:nth-of-type(1).is-active {
    -webkit-transform: translateY(calc(8 / 375 * 100vw)) rotate(-45deg);
    transform: translateY(calc(8 / 375 * 100vw)) rotate(-45deg);
  }
  .button_hamburger__line span:nth-of-type(3).is-active {
    -webkit-transform: translateY(calc(-8 / 375 * 100vw)) rotate(45deg);
    transform: translateY(calc(-8 / 375 * 100vw)) rotate(45deg);
  }
  .button_hamburger__text {
    font-size: calc(9 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
  .header_block__unit.low_height .header_block_unit_inner {
    height: calc(52 / 375 * 100vw);
  }
  .header_block__unit .header_block_unit_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 calc(10 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
  .header_block__unit .header_title__image {
    width: calc(55 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
  }
  .header_block__unit .header_title__text {
    font-size: calc(14 / 375 * 100vw);
  }
  .header_block__unit .header_title__text span {
    font-size: calc(12.5 / 375 * 100vw);
  }
  .header_block__unit .header_right {
    display: none;
  }
  .header_block__unit .header_language {
    margin-left: calc(13 / 375 * 100vw);
  }
  .header_block__unit .header_language__inner .header_language_title {
    font-size: calc(12 / 375 * 100vw);
  }
  .header_block__unit .header_language__inner ul {
    height: auto;
  }
  .header_block__unit .header_language__inner ul li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
  .header_block__unit .header_language__inner ul li a {
    font-size: calc(15 / 375 * 100vw);
  }
  .header_block__unit .header_hamburger {
    padding-top: calc(5 / 375 * 100vw);
  }
  .header_block__unit .header_link ul li + li {
    margin-left: calc(8 / 375 * 100vw);
  }
  .header_block__unit .header_choice {
    margin-left: 0;
    width: 100%;
    padding-top: calc(15 / 375 * 100vw);
  }
  .header_block__unit .header_choice ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_block__unit .header_choice ul li {
    width: calc(172 / 375 * 100vw);
  }
  .header_block__unit .header_choice ul li + li {
    margin-left: -5px;
  }
  .header_block__unit .header_research {
    margin-left: initial;
    max-width: calc(186 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .header_block__unit .header_research a {
    font-size: calc(10 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(12 / 375 * 100vw) calc(7 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
  .modal_block,
  .modal_block_result,
  .modal_block_laboratory {
    padding: calc(170 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .modal_block .modal_close_button,
  .modal_block_result .modal_close_button,
  .modal_block_laboratory .modal_close_button {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    top: calc(23 / 375 * 100vw);
    right: calc(28 / 375 * 100vw);
  }
  .modal_block .modal_container,
  .modal_block_result .modal_container,
  .modal_block_laboratory .modal_container {
    padding: 0 20px 0;
    border-radius: 5px;
  }
  .modal_block .modal_container .simplebar-track,
  .modal_block_result .modal_container .simplebar-track,
  .modal_block_laboratory .modal_container .simplebar-track {
    right: 4%;
  }
  .modal_block .modal_container .modal_container_inner,
  .modal_block_result .modal_container .modal_container_inner,
  .modal_block_laboratory .modal_container .modal_container_inner {
    padding-right: 20px;
  }
  .modal_block .modal_container .modal_container_inner:before, .modal_block .modal_container .modal_container_inner:after,
  .modal_block_result .modal_container .modal_container_inner:before,
  .modal_block_result .modal_container .modal_container_inner:after,
  .modal_block_laboratory .modal_container .modal_container_inner:before,
  .modal_block_laboratory .modal_container .modal_container_inner:after {
    height: calc(20 / 375 * 100vw);
  }
  .modal_block_laboratory .modal_container .modal_container_inner:before, .modal_block_laboratory .modal_container .modal_container_inner:after {
    height: calc(20 / 375 * 100vw);
  }
  .modal_header {
    margin-bottom: calc(38 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .modal_header .modal_title.article_header_title .article_header_title__mini p {
    font-size: 12px;
  }
  .modal_header .modal_title.article_header_title .article_header_title__sub_title p {
    font-size: 17px;
  }
  .modal_header .modal_title.article_header_title .article_header_title__main p {
    font-size: calc(19 / 375 * 100vw);
    font-weight: 700;
    line-height: 1.4;
  }
  .modal_header_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: calc(40 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .modal_header_result__title {
    margin-bottom: calc(15 / 375 * 100vw);
    font-size: calc(19 / 375 * 100vw);
  }
  .modal_header_result__searchWord, .modal_header_result__searchNum {
    font-size: calc(13 / 375 * 100vw);
  }
  .modal_header_result .modal_header_result__searchWord {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .modal_header_result .modal_header_result__searchWord .searchWord_title {
    margin: 0 10px 2px 0;
  }
  .modal_header_result .modal_header_result__searchNum {
    margin-left: 0;
    width: 100%;
  }
  .modal_contents .modal_contentsTitle {
    margin-bottom: calc(24 / 375 * 100vw);
  }
  .modal_contents .modal_contentsTitle p {
    font-size: calc(18 / 375 * 100vw);
    padding: 0 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .modal_contents .articleCategoryList .modalCategoryItem a {
    font-weight: 700;
    font-size: 13px;
    color: #6B8FD4;
  }
  .modal_contents .articleContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .modal_contents .articleContents__image {
    margin-right: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal_contents .articleContents__image_content {
    width: calc(107 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
  }
  .modal_contents .articleContents__name, .modal_contents .articleContents__name_en {
    font-size: calc(13 / 375 * 100vw);
  }
  .modal_contents .articleContents__list {
    margin-top: calc(15 / 375 * 100vw);
  }
  .modal_contents .articleContents .articleContents_item__head {
    font-size: calc(13 / 375 * 100vw);
    min-width: calc(130 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .modal_contents .articleContents .articleContents_item__body {
    font-size: calc(13 / 375 * 100vw);
  }
  .modal_contents .articleContents__researchList + .articleContents__researchList {
    margin-top: calc(30 / 375 * 100vw);
  }
  .modal_contents .articleContents__researchList ul li + li {
    margin-top: calc(8 / 375 * 100vw);
  }
  .modal_contents .articleContents__researchList ul li p {
    font-size: calc(14 / 375 * 100vw);
  }
  .modal_contents .articleContents_image_modal .modal_close_button {
    top: 15%;
    right: 20px;
  }
  .modal_contents .articleInfo__section {
    width: 100%;
    margin-top: 40px;
  }
  .modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__name {
    font-size: 17px;
  }
  .modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__name + .profile_text__affiliation {
    margin-top: 5px;
  }
  .modal_contents .articleInfo__section .articleInfoSectionContents.section_profile .profile_text__affiliation {
    font-size: 13px;
  }
  .modal_contents .articleInfo__section .articleInfoSectionContents.section_links ul li + li {
    margin-top: 12px;
  }
  .modal_contents .modal_contents_result__unit + .modal_contents_result__unit {
    margin-top: calc(50 / 375 * 100vw);
  }
  .modal_contents .modal_contents_result__title {
    padding-bottom: calc(19 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
  .modal_contents .modal_contents_result__list .modal_contents_result_list_item__left {
    width: calc(190 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
  .modal_contents .modal_contents_result__list .modal_contents_result_list_item__left .modal_contents_result_item_left_title p {
    font-size: calc(13 / 375 * 100vw);
  }
  .modal_contents .modal_contents_result__list .modal_contents_result_list_item__right .modal_contents_result_item_right_name {
    font-size: calc(13 / 375 * 100vw);
  }
  .modal_block_hamburger__inner .modal_research {
    margin-left: initial;
    max-width: calc(261 / 375 * 100vw);
    margin-top: calc(40 / 375* 100vw);
  }
  .modal_block_hamburger__inner .modal_research a {
    font-size: calc(15 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw) calc(7 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
  .laboratory_block__head {
    margin-bottom: calc(23 / 375 * 100vw);
  }
  .laboratory_block__tag {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .laboratory_block__title {
    font-size: calc(19 / 375 * 100vw);
  }
  .laboratory_block__list ul li {
    padding: calc(14 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
  .laboratory_item_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: calc(15 / 375 * 100vw);
  }
  .laboratory_item_block::before {
    top: calc(9 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
  .laboratory_item_block__name {
    width: 40%;
    margin-right: 0;
    font-size: calc(15 / 375 * 100vw);
  }
  .laboratory_item_block__laboratory_name {
    text-align: right;
    width: 60%;
    margin-right: 0;
    padding-left: calc(10 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .laboratory_item_block__link {
    width: 100%;
    text-align: right;
    font-size: calc(13 / 375 * 100vw);
  }
  .laboratory_item_block__link a {
    padding-left: calc(20 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
  .laboratory_item_block__link a::before {
    top: calc(3 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
  .search_area__title {
    font-size: calc(15 / 375 * 100vw);
  }
  .search_area__input {
    width: calc(210 / 375 * 100vw);
  }
  .search_area__input .search_area_input_button {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
  .search_area__input input[type="text"] {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(32 / 375 * 100vw) calc(8 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .index_page {
    height: calc(100% - (52 / 375 * 100vw));
    padding: calc(180 / 375 * 100vw) 0 0;
  }
}

@media screen and (max-width: 320px) {
  .is-sp-s {
    display: block;
  }
}
