@charset "UTF-8";
/* ACCORDER Inc. */
/* Base Style
----------------------- */
*, body {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.5px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
  display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
  height: 1px;
} /* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
  display: block;
}

.clear {
  clear: both;
} /* End hide from IE-mac */
img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizequality;
  vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
a {
  text-decoration: none;
}

a.hover {
  text-decoration: none;
  opacity: 0.7;
}

html, body {
  height: 100%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* wrapper  ----------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

#container {
  padding-left: 64px;
}

.content_max {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
}

.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.content_middle {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}

.content_small {
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}

/* color  ----------------------- */
/* font  ----------------------- */
/* animation  ----------------------- */
.tran {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*共通  ----------------------- */
.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-family: inherit;
}

.all_serif {
  font-family: "游明朝", YuMincho, "utsukushiregular", “Times New Roman”, Times, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.all_bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all_red {
  color: #f00 !important;
}

.all_blue {
  color: #2253CF;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.all_title {
  margin-top: 105px;
}

.all_title_big {
  line-height: 1.2;
  letter-spacing: 7px;
  font-size: 56px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_title_small {
  margin-top: 12px;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #727272;
}

.all_title_small:after {
  content: "";
  background: #9a9a9a;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: block;
}

.all_vertical_border_title {
  padding-left: 38px;
  position: relative;
}

.all_vertical_border_title:before {
  content: "";
  background: #240092;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.all_vertical_border_title:after {
  content: "";
  background: #284FFE;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.all_vertical_border_title_white.all_vertical_border_title:before,
.all_vertical_border_title_white.all_vertical_border_title:after {
  background: #fff;
}

.all_vertical_border_title_big {
  line-height: 1.3;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_vertical_border_title_white .all_vertical_border_title_big {
  color: #fff;
}

.all_vertical_border_title_mid {
  margin-top: 4px;
  line-height: 1.3;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_vertical_border_title_small {
  margin-top: 10px;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bfbaba;
}

.all_vertical_border_title_white .all_vertical_border_title_small {
  color: #fff;
}

.all_border_title {
  padding-left: 35px;
  position: relative;
  line-height: 1.3;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.all_border_title:after {
  content: "";
  background: #240092;
  background: -webkit-gradient(linear, left top, right top, from(#5187FF), to(#240092));
  background: linear-gradient(to right, #5187FF 0%, #240092 100%);
  width: 18px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.all_square_title {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.all_square_title:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.all_middle_title {
  margin-bottom: 10px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.all_mv {
  width: calc(100% - 115px);
  margin-top: 50px;
}

.all_mv img {
  width: 100%;
}

.all_text {
  line-height: 2.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.all_text._center {
  text-align: center;
}

.all_link a {
  background: #1B3CCD;
  background: -webkit-gradient(linear, left top, right top, from(#240092), to(#1B3CCD));
  background: linear-gradient(to right, #240092 0%, #1B3CCD 100%);
  width: 240px;
  padding: 17px 0;
  position: relative;
  display: block;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.all_link a.hover {
  opacity: 1;
}

.all_link a:before {
  content: "";
  background: #FFF;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_link a.hover:before {
  width: 0;
}

.all_link a:after {
  content: "";
  background: #284FFE;
  width: 18px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_link a.hover:after {
  width: 36px;
}

.all_link_plus a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_link_plus a:before {
  width: 15px;
  right: 18px;
}

.all_link_plus a:after {
  background: #fff;
  width: 15px;
  right: 18px;
  left: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.all_link_plus a.hover {
  opacity: 0.8;
}

.all_link_plus a.hover:before {
  width: 15px;
}

.all_link_plus a.hover:after {
  width: 15px;
}

.all_link_list {
  margin: 35px 0 0;
  letter-spacing: 0;
  font-size: 0;
}

.all_link_list li {
  width: 48.86%;
  display: inline-block;
  vertical-align: top;
}

.all_link_list li:nth-child(n+2) {
  margin-left: 2.28%;
}

.all_link_list li:nth-child(2n-1) {
  margin-left: 0;
}

.all_link_list li:nth-child(n+3) {
  margin-top: 20px;
}

.all_link_list a {
  background: #213491;
  height: 64px;
  padding: 0 40px 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px rgba(255, 255, 255, 0) solid;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.all_link_list a:before {
  content: "";
  background: url(../images/all_link_list_arrow.svg) no-repeat center right/13px 10px;
  width: 13px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_link_list a:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#284FFE));
  background: linear-gradient(to right, #213491 0%, #284FFE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_link_list a.hover {
  opacity: 1;
}

.all_link_list a.hover:before {
  right: 15px;
}

.all_link_list a.hover:after {
  opacity: 0;
}

.all_link_list a._internal:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.all_link_list a.hover._internal:before {
  right: 20px;
  top: calc(50% + 5px);
}

.all_link_list span {
  position: relative;
  z-index: 2;
  line-height: 1.3;
  font-weight: 700;
  font-size: 14.5px;
}

.all_link_list a._internal span {
  font-weight: 500;
}

.all_under_logo {
  position: fixed;
  top: 24px;
  right: 42px;
  z-index: 9;
}

.all_follow_text {
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 9;
  -webkit-transform: translateX(100%) rotate(90deg);
          transform: translateX(100%) rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  line-height: 1;
  color: #B0B0B0;
}

.all_follow_text span:nth-child(1) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all_follow_text span:nth-child(2) {
  margin-left: 10px;
  padding-left: 12px;
  display: inline-block;
  border-left: 1px #BDBDBD solid;
  vertical-align: middle;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all_pankuzu {
  width: 91%;
  margin: 0 auto;
  padding-top: 40px;
  letter-spacing: 0;
  font-size: 0;
}

.all_pankuzu li {
  margin-right: 22px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}

.all_pankuzu li:nth-child(n+2):after {
  content: "";
  background: url(../images/all_bg_pankuzu_arrow.png) no-repeat center right/100% 100%;
  width: 6px;
  height: 5px;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  display: block;
}

.all_pankuzu img {
  vertical-align: baseline;
}

.all_pankuzu span {
  letter-spacing: 1.5px;
  color: #727272;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all_related_sec {
  width: 100%;
  margin-top: 160px;
}

.all_related_title {
  padding: 30px 0;
  border-top: 1px #EEE solid;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.en-US .all_related_title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.all_related_list {
  border-top: 1px #EEE solid;
  letter-spacing: 0;
  font-size: 0;
}

.all_related_list li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
}

.all_related_list a {
  background: linear-gradient(45deg, #F1F2F6 0%, #FFF 100%);
  width: 100%;
  height: 290px;
  padding: 90px 20px 0;
  position: relative;
  display: block;
  text-align: center;
}

.all_related_list_title {
  letter-spacing: 3px;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_related_list_text {
  margin-top: 7px;
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2A2A2A;
}

.all_related_list_more {
  padding-right: 23px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 2px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_related_list_more:after {
  content: "";
  background: url(../images/all_bg_related_list_arrow.png) no-repeat right center/100% 100%;
  width: 14px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  display: block;
}

/*.all_achivement*/
.all_achivement_img {
  overflow: hidden;
}

.all_achivement_img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_achivement_box {
  padding: 30px 20px 60px;
}

.all_achivement_head {
  padding-left: 10px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_achivement_head:after {
  content: "";
  background: #284FFE;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.all_achivement_date {
  margin-top: -12px;
  text-align: right;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
}

.all_achivement_text {
  margin-top: 25px;
  line-height: 1.9;
  font-size: 17px;
  color: #1A1A1B;
}

/*all_pager*/
.all_pager_sec {
  margin-top: 80px;
  text-align: center;
}

.all_pager {
  padding: 0 70px;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  font-size: 0;
}

.all_pager li {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
}

.all_pager a {
  width: 32px;
  height: 32px;
  border: 1px #F4F4F4 solid;
  position: relative;
  display: block;
  font-size: 18px;
  color: #213491;
}

.all_pager a.on {
  width: 40px;
  height: 40px;
  background: #EFEFEF;
  border: 1px #EFEFEF solid;
}

.all_pager span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all_pager img {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.all_pager .all_pager_prev {
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.all_pager .all_pager_next {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*all_article*/
.all_article {
  padding-bottom: 240px;
}

.all_article_head {
  padding-top: 100px;
  letter-spacing: 0;
  font-size: 0;
}

.all_article_head_category {
  margin-right: 27px;
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_article_head_category:after {
  content: "";
  background: #284FFE;
  width: 5px;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
}

.all_article_head_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
}

.all_article_title {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_article_article {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px #9a9a9a solid;
  line-height: 2;
}

.all_article_article > div:nth-child(n+2) {
  margin-top: 35px;
}

.all_article_article_point {
  margin: 40px 0 50px;
}

.all_article_article_title {
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 18px;
  color: #1E4DC1;
}

.all_article_article_point_list {
  background: rgba(30, 77, 193, 0.04);
  margin-top: 20px;
  padding: 50px;
}

.all_article_txt h2 {
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_article_txt h2:before {
  content: "";
  background: #240092;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.all_article_txt h2:after {
  content: "";
  background: #284FFE;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.all_article_txt h3 {
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.all_article_txt h3:before {
  content: "";
  background: #240092;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.all_article_txt h3:after {
  content: "";
  background: #284FFE;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.all_article_txt h4 {
  padding-left: 28px;
  position: relative;
  color: #1E4DC1;
}

.all_article_txt h4:after {
  content: "";
  background: #240092;
  background: -webkit-gradient(linear, left top, right top, from(#5187FF), to(#240092));
  background: linear-gradient(to right, #5187FF 0%, #240092 100%);
  width: 18px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.all_article_txt img {
  max-width: 100%;
}

.all_article_related_link {
  margin-top: 65px;
}

.all_article_related_list {
  margin-top: 20px;
  letter-spacing: 0;
  font-size: 0;
}

.all_article_related_list > li {
  width: 31.6%;
  max-width: 369px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.all_article_related_list > li:nth-child(n+2) {
  margin-left: 2.5%;
}

.all_article_related_list > li:nth-child(3n-2) {
  margin-left: 0;
}

.all_article_related_list > li:nth-child(n+4) {
  margin-top: 20px;
}

.all_article_related_list a,
.all_article_related_list span {
  width: 100%;
  min-height: 75px;
  padding: 15px 35px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #E4E4E4 solid;
  line-height: 1.5;
  font-size: 16px;
  color: #213491;
}

.all_article_related_list a.pdf,
.all_article_related_list span.pdf {
  background: url(../images/all_bg_pdf.png) no-repeat right 20px center/21px 25px;
  padding-right: 60px;
}

.all_article_related_list a.word,
.all_article_related_list span.word {
  background: url(../images/all_bg_word.png) no-repeat right 20px center/21px 25px;
  padding-right: 60px;
}

.all_article_related_list a.excel,
.all_article_related_list span.excel {
  background: url(../images/all_bg_excel.png) no-repeat right 20px center/21px 25px;
  padding-right: 60px;
}

.all_article_related_list a.blank,
.all_article_related_list span.blank {
  background: url(../images/all_bg_blank.png) no-repeat right 16px center/22px;
  padding-right: 55px;
}

.all_article_related_list .thumbnail_link {
  min-height: inherit;
  padding: 0;
  display: block;
  border: none;
}
.all_article_related_list .thumbnail_link .thumbnail_wrap {
  background: rgba(33, 52, 145, 0.1);
  width: 100%;
  aspect-ratio: 314/192;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all_article_related_list .thumbnail_link .thumbnail_wrap img {
  height: 80%;
}

.all_article_gallery {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all_article_gallery li {
  width: 48%;
}

.all_article_gallery li:nth-child(n+3) {
  margin-top: 20px;
}

.all_article_gallery img {
  width: 100%;
}

.all_article_gallery span {
  margin-top: 5px;
  display: block;
  text-align: center;
}

@media (min-width: 1025px) {
  .all_article_related_list a.hover {
    opacity: 1;
  }
  .all_article_related_list li:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.all_article_link {
  margin-top: 105px;
  text-align: center;
}

.all_article_link a {
  background: #240092;
  position: relative;
  display: inline-block;
}

.all_article_link a:after {
  content: "";
  background: #284FFE;
  background: -webkit-gradient(linear, left top, right top, from(#240092), to(#284FFE));
  background: linear-gradient(to right, #240092 0%, #284FFE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.all_article_link span {
  background: url(../images/all_bg_back.png) no-repeat left 15px center/22px;
  width: 240px;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
}

.all_article_link a.hover {
  opacity: 1;
}

.all_article_link a.hover:after {
  opacity: 0;
}

/*all_internal_link*/
.all_internal_link {
  padding-top: 55px;
  letter-spacing: 0;
  font-size: 0;
}

.all_internal_link li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.all_internal_link_row4 li {
  width: 24.5%;
}

.all_internal_link_row5 li {
  width: 19.6%;
}

.all_internal_link li:nth-child(n+2) {
  margin-left: 0.5%;
}

.all_internal_link_row5 li:nth-of-type(6n) {
  margin-left: 0;
}

.all_internal_link_row5 li:nth-of-type(n+6) {
  margin-top: 5px;
}

.all_internal_link a {
  background: #F7F8F9;
  background: linear-gradient(120deg, #F7F8F9 0%, #FAFAFA 100%);
  min-height: 62px;
  padding: 10px 45px;
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.all_internal_link a:after {
  content: "";
  background: url(../images/all_bg_internal_link_arrow.png) no-repeat center/100% 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.all_internal_link a.hover:after {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.all_internal_link a span:nth-child(1) {
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_internal_link a span:nth-child(2) {
  line-height: 1.5;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #676767;
}

/*all_column_big*/
.all_column_big {
  margin-top: 120px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}

.all_column_big_title {
  width: 51.2%;
  padding-left: 120px;
  display: inline-block;
  vertical-align: top;
}

.all_column_big_img {
  width: 48.8%;
  display: inline-block;
  vertical-align: top;
}

.all_column_big_img img {
  width: 100%;
}

.all_column_big_box {
  background: #fff;
  width: 55.7%;
  padding: 48px 48px 48px 120px;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 2;
  line-height: 2.2;
}

.all_column_big_box p:nth-child(n+2) {
  margin-top: 0.7em;
}

.all_column_big_box_link_list {
  max-width: 370px;
  margin-top: 30px;
}

.all_column_big_box_link_list li:nth-child(n+2) {
  margin-top: 30px;
}

.all_column_big_box_link_list a {
  padding: 15px 35px 15px 12px;
  position: relative;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  color: #213491;
}

.all_column_big_box_link_list a:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#240092), to(#284FFE));
  background: linear-gradient(to right, #240092 0%, #284FFE 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.all_column_big_box_link_list a:after {
  content: "";
  background: url(../images/all_bg_column_big_box_link_list_arrow.png) no-repeat center/100% 100%;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.all_column_big_box_link_list .all_column_big_box_link_list_internal:after {
  -webkit-transform: translateY(-9px) rotate(90deg);
          transform: translateY(-9px) rotate(90deg);
}

/*all_table*/
.all_table_sec {
  position: relative;
  overflow: auto;
}

.all_table_sec.swipe_block:before {
  content: "";
  background: url(../images/all_bg_swipe.png) no-repeat center/100%;
  width: 100%;
  max-width: 269px;
  height: 94px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.all_table_sec.swipe_block:after {
  content: "";
  background: rgba(33, 52, 145, 0.81);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.all_table_sec.swipe_block.swipe_opacity:before,
.all_table_sec.swipe_block.swipe_opacity:after {
  opacity: 1;
}

.all_table_sec.swipe_none:before,
.all_table_sec.swipe_none:after {
  display: none !important;
}

.all_table_sec.swipe_none2:before,
.all_table_sec.swipe_none2:after {
  display: none !important;
}

.about_emeritus_table_wrapper {
  position: relative;
}

.about_emeritus_table_wrapper.swipe_block:before {
  content: "";
  background: url(../images/all_bg_swipe.png) no-repeat center/100%;
  width: 100%;
  max-width: 269px;
  height: 94px;
  position: absolute;
  left: 50%;
  top: 15%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.about_emeritus_table_wrapper.swipe_block:after {
  content: "";
  background: rgba(33, 52, 145, 0.81);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.about_emeritus_table_wrapper.swipe_block.swipe_opacity:before,
.about_emeritus_table_wrapper.swipe_block.swipe_opacity:after {
  opacity: 1;
}

.about_emeritus_table_wrapper.swipe_none:before,
.about_emeritus_table_wrapper.swipe_none:after {
  display: none !important;
}

.about_emeritus_table_wrapper.swipe_none2:before,
.about_emeritus_table_wrapper.swipe_none2:after {
  display: none !important;
}

.all_table {
  background: #fff;
  width: 100%;
  border-bottom: 2px #DEDEDE solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all_table thead th {
  background: #608AF2;
  padding: 8px 0;
  border-right: 1px #DEDEDE solid;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.all_table thead tr th:nth-child(1) {
  border-right: 2px #CACACA solid;
}

.all_table tbody th {
  background: rgba(207, 207, 207, 0.15);
  border-right: 2px #CACACA solid;
  border-top: 1px #DEDEDE solid;
  font-weight: 600;
  font-size: 16px;
  color: #1E4DC1;
}

.all_table tbody td {
  border-top: 1px #DEDEDE solid;
  color: #1A1A1B;
}

.all_table tbody tr td:last-child {
  border-right: none;
}

/*all_bordertable*/
.all_border_table {
  width: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.all_border_table th {
  width: 172px;
  min-width: 172px;
}

.all_border_table th p {
  padding: 15px 0 15px 20px;
  position: relative;
}

.all_border_table th p:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#5187FF), to(#213491));
  background: linear-gradient(to right, #5187FF 0%, #213491 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.all_border_table td p {
  padding: 15px 0 15px 50px;
  border-bottom: 1px #D8D8D8 solid;
}

/*.all_ham_title*/
.all_ham_title a {
  position: relative;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
}

.all_ham_title span {
  background: #fff;
  padding: 42px 70px 42px 38px;
  position: relative;
  display: block;
  line-height: 1.5;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_ham_title_line2 span {
  padding: 30px 70px 30px 38px;
}

.all_ham_title a:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#5187FF));
  background: linear-gradient(to right, #213491 0%, #5187FF 100%);
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.all_ham_title a.hover {
  opacity: 1;
}

.all_ham_title a.hover:after {
  width: 100%;
}

.all_ham_title a.open:after {
  width: 100%;
}

.all_ham_title span:before,
.all_ham_title span:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#284FFE));
  background: linear-gradient(to right, #213491 0%, #284FFE 100%);
  width: 25px;
  height: 2px;
  position: absolute;
  right: 24px;
  top: calc(50% - 1px);
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_ham_title span:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.all_ham_title a.open span:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.all_ham_title a.open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.all_read_more {
  background: url(../images/all_bg_blank.png) no-repeat center right/22px;
  padding-right: 35px;
  display: block;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Oswald";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

/*all_mail_tell*/
.all_mail_tell {
  background: #213491;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_mail_tell > span {
  background: url(../images/all_bg_mail.png) no-repeat center left 20px/22px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 76px;
  font-size: 20px;
}

.all_mail_tell:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#284FFE));
  background: linear-gradient(to right, #213491 0%, #284FFE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_mail_tell.hover {
  opacity: 1;
}

.all_mail_tell.hover:after {
  opacity: 0;
}

.all_tell > span {
  background: url(../images/all_bg_tel.png) no-repeat center left 20px/20px;
  letter-spacing: 3px;
  font-size: 32px;
  font-family: "Oswald";
}

.all_tell_small {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 12px;
}

.all_joint_contact_top {
  padding: 50px 10px 30px;
  position: relative;
}

.all_joint_contact_top:after {
  content: "";
  background: #F2F2F2;
  width: 150%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.all_joint_contact_top:after {
  top: auto;
  bottom: 0;
}

.all_joint_contact_title {
  text-align: center;
  line-height: 1;
  letter-spacing: 7px;
  font-size: 48px;
  font-family: "Oswald";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.all_joint_contact_top .all_text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}

.all_joint_contact_bottom {
  padding: 48px 30px 50px;
}

.all_joint_contact_bottom_list {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.all_joint_contact_bottom_list li {
  width: 47.9%;
  display: inline-block;
  vertical-align: top;
}

.all_joint_contact_bottom_list li:nth-child(2) {
  margin-left: 4.2%;
}

.all_joint_contact_bottom_list li > a {
  background: #213491;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
}

.all_joint_contact_bottom_list span {
  padding-left: 30px;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 76px;
}

.all_joint_contact_bottom_list li > a:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#284FFE));
  background: linear-gradient(to right, #213491 0%, #284FFE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.all_joint_contact_bottom_list li > a.hover {
  opacity: 1;
}

.all_joint_contact_bottom_list li > a.hover:after {
  opacity: 0;
}

.all_joint_contact_bottom_mail span {
  background: url(../images/all_bg_mail.png) no-repeat center left 20px/22px;
  font-size: 20px;
}

.all_joint_contact_bottom_tel span {
  background: url(../images/all_bg_tel.png) no-repeat center left 20px/20px;
  letter-spacing: 3px;
  font-size: 32px;
  font-family: "Oswald";
}

.all_joint_contact_bottom_tel_none {
  margin-top: 5px;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #1B1C1D;
}

.all_joint_contact_bottom_tel_none a {
  color: #1B1C1D;
}

.all_joint_contact_bottom .all_text {
  margin-top: 40px;
  text-align: center;
  line-height: 1.5;
}

.all_top_back {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 9;
  display: none;
}

.all_top_back a {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 3px 10px;
  border-radius: 50%;
  display: block;
}

.all_top_back img {
  width: 60px;
  height: 60px;
}

.all_video {
  margin-top: 145px;
}

.all_video ._list {
  margin: 60px 0 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all_video ._list li {
  width: 48.75%;
}

.all_video_video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border: 1px #dedede solid;
}

.all_video_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.all_video ._title {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
}

/* #header ヘッダー
=========================================== */
#header {
  background: #fff;
  width: 64px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
}

.header_logo img {
  width: 125px;
}

.header_logo_sp {
  display: none;
}

.header_ham {
  background: #213491;
  width: 64px;
  height: 71px;
  position: relative;
  cursor: pointer;
}

.header_ham div {
  background: #fff;
  width: 23px;
  height: 2px;
  position: absolute;
  left: 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_ham div:nth-child(1) {
  top: 21px;
}

.header_ham div:nth-child(2) {
  top: 30px;
}

.header_ham div:nth-child(3) {
  width: 15px;
  top: 39px;
}

.header_ham.hover div:nth-child(3) {
  width: 23px;
}

#header.open .header_ham div:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header.open .header_ham div:nth-child(2) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header.open .header_ham div:nth-child(3) {
  top: 30px;
  opacity: 0;
}

.header_ham_text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.header_content {
  width: calc(100vw - 64px);
  height: 100vh;
  position: absolute;
  left: 64px;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

#header.open .header_content {
  display: block;
}

.header_content_black {
  content: "";
  background: rgba(0, 0, 0, 0.48);
  width: calc(100% - 720px);
  min-height: 100%;
  position: absolute;
  left: 720px;
  top: 0;
  z-index: 2;
  display: block;
}

.header_content_glass {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 100%;
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.header_inner {
  background: rgba(33, 52, 145, 0.7);
  background: linear-gradient(120deg, rgba(33, 52, 145, 0.7) 0%, rgba(40, 79, 254, 0.7) 130%);
  width: 720px;
  min-height: 100%;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
}

.header_inner:after {
  content: "";
  background: rgba(216, 216, 216, 0.16);
  width: 360px;
  height: 100%;
  position: absolute;
  left: 360px;
  top: 0;
  display: block;
}

.header_logo {
  padding: 27px 0 25px 35px;
}

.header_list li {
  width: 360px;
  border-top: 1px rgba(216, 216, 216, 0.07) solid;
}

.header_list li a {
  padding: 26px 30px 26px 25px;
  display: block;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header_list > li.hover p a,
.header_list_sub li.hover a {
  background: rgba(216, 216, 216, 0.16);
  opacity: 1;
}

.header_list_title {
  position: relative;
}

.header_list_title a {
  position: relative;
}

.header_list_title_open {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.header_list_title_open:before,
.header_list_title_open:after {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header_list_title_open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header_list > li.hover .header_list_title_open:before,
.header_list > li.hover .header_list_title_open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header_list_sub {
  height: 100%;
  padding-top: 94px;
  position: absolute;
  left: 360px;
  top: 0;
  z-index: 2;
  display: none;
}

.header_list_sub li {
  border-color: rgba(0, 0, 0, 0);
}

.header_list > li.hover2 .header_list_sub {
  display: block;
}

.header_list_sub a {
  position: relative;
}

.header_list_sub a:after {
  content: "";
  background: url(../images/header_bg_double_list_arrow.png) no-repeat center right/100% 100%;
  width: 14px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_double_list {
  width: 360px;
  margin-top: 20px;
  padding: 0 25px;
  letter-spacing: 0;
  font-size: 0;
}

.header_double_list li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.header_double_list a {
  padding-right: 25px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.header_double_list a:after {
  content: "";
  background: url(../images/header_bg_double_list_arrow.png) no-repeat center right/100% 100%;
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_button_list {
  position: fixed;
  left: 0;
  top: 71px;
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header_button_list a {
  width: 64px;
  height: 71px;
  position: relative;
  display: block;
}

.header_button_list .header_button_search a {
  background: #1E4DC1 url(../images/header_bg_button_search.png) no-repeat center top 22px/18px;
}

.header_button_list .header_button_access a {
  background: #FFF url(../images/header_bg_button_access.png) no-repeat center top 25px/13px;
}

.header_button_list .header_button_recruit a {
  background: #FFF url(../images/header_bg_button_recruit.png) no-repeat center top 25px/23px;
}

.header_button_list span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.header_button_list .header_button_search span {
  color: #fff;
}

.header_button_search_form {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

.header_button_search_form input {
  background: rgba(30, 77, 193, 0.72);
  width: 441px;
  height: 71px;
  padding-left: 23px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 71px;
  letter-spacing: 3px;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header_button_search_form input::-webkit-input-placeholder {
  font-family: "Oswald", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}

.header_button_search_form input::-moz-placeholder {
  font-family: "Oswald", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}

.header_button_search_form input:-ms-input-placeholder {
  font-family: "Oswald", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}

.header_button_search_form input::-ms-input-placeholder {
  font-family: "Oswald", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}

.header_button_search_form input::placeholder {
  font-family: "Oswald", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}

.header_language {
  width: 100%;
  position: absolute;
  top: 320px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 0;
}

.header_language p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.header_language p:nth-child(2) {
  margin-left: 4px;
  padding-left: 6px;
  position: relative;
}

.header_language p:nth-child(2):after {
  content: "";
  background: #F0F0F0;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_language span {
  font-family: "Oswald", sans-serif;
  color: #213491;
}

.header_language a {
  font-family: "Oswald", sans-serif;
  color: #BCBCBC;
}

.header_scroll {
  height: 78px;
  position: absolute;
  left: 25px;
  top: 100vh;
  z-index: 12;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.header_scroll_border {
  width: 1px;
  height: 37px;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  overflow: hidden;
}

.header_scroll_border:before {
  content: "";
  background: #335CDC;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C45FF), color-stop(35%, #335CDC), to(#28C9C2));
  background: linear-gradient(to bottom, #1C45FF 0%, #335CDC 35%, #28C9C2 100%);
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: scrollLine;
  animation-name: scrollLine;
  -webkit-animation-duration: 2.3s;
  animation-duration: 2.3s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.header_sns {
  position: absolute;
  left: 190px;
  top: 35px;
}

.header_sns_text {
  letter-spacing: 2px;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.header_sns_list {
  margin-top: 8px;
  letter-spacing: 0;
  font-size: 0;
}

.header_sns_list li {
  display: inline-block;
  vertical-align: middle;
}

.header_sns_list li:nth-child(n+2) {
  margin-left: 10px;
}

/* #top　トップページ
=========================================== */
.top_mv {
  width: 100%;
  height: 100vh;
  letter-spacing: 0;
  font-size: 0;
}

.top_mv_left {
  width: 56.8%;
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.top_mv_logo {
  position: absolute;
  left: 35px;
  top: 28px;
  z-index: 3;
}

.top_mv_left:after {
  content: "";
  background: rgb(30, 77, 193);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 77, 193)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(30, 77, 193) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.26;
}

.top_mv_left_slide_sec {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.top_mv_left_slide_sec .slick-list,
.top_mv_left_slide_sec .slick-track {
  height: 100%;
}

.top_mv_left_slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.top_mv_news_slide_sec {
  opacity: 0;
}

.slick-initialized {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top_mv_left_slide1 {
  background-image: url(../images/top_bg_mv.jpg);
}

/*.top_mv_left_box { position:absolute; left:55px; top:155px; z-index:2; }*/
.top_mv_left_box {
  position: absolute;
  left: 27px;
  top: 105px;
  z-index: 2;
}

.top_mv_left_title {
  /*line-height:1.3;*/
  line-height: 1.12;
  letter-spacing: -2px;
  /*font-size:64px;*/
  font-size: 58px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.top_mv_left_title_bg { background:#fff; display:inline-block; margin-left:8px; text-indent:-8px; line-height:1; letter-spacing:0; color:#90c3f5; }*/
.top_mv_left_title_bg {
  width: 230px;
  margin-left: 16px;
  margin-right: -9px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.top_mv_left_title_bg img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .top_mv_left_title_bg {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.top_mv_left_title_small {
  vertical-align: middle;
  font-size: 51px;
}

/* .top_mv_left_title_lsmall { letter-spacing:-12px; } */
.top_mv_left_slide_progress_sec {
  background: #FFF;
  width: 128px;
  height: 2px;
  position: absolute;
  left: 55px;
  bottom: 40px;
}

.top_mv_left_slide_progress {
  background: #1E4DC1;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_mv_right {
  width: 43.2%;
  height: 100%;
  display: inline-block;
  border-left: 1px #fff solid;
  vertical-align: top;
}

.top_mv_left_text {
  /*margin-top:40px;*/
  margin-top: 20px;
  padding: 0 100px 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 2px;
  /*font-size:20px;*/
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.top_mv_left_text:after {
  content: "";
  background: #fff;
  width: 86px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}

.top_mv_scroll {
  display: none;
}

.top_mv_right_top {
  height: 36.6%;
  letter-spacing: 0;
  font-size: 0;
}

.top_mv_right_top > div {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.top_mv_right_top > div:nth-child(2) {
  border-left: 1px #fff solid;
}

.top_mv_right_top a {
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.top_mv_right_top a.hover {
  opacity: 1;
}

.top_mv_right_top a:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  will-change: transform;
}

.top_mv_right_top a.hover:after {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.top_mv_right_department a:after {
  background-image: url(../images/top_bg_department.jpg);
}

.top_mv_right_reserch a:after {
  background-image: url(../images/top_bg_reserch.jpg);
}

.top_mv_right_middle {
  height: 36.1%;
  border-top: 1px #fff solid;
  letter-spacing: 0;
  font-size: 0;
}

.top_mv_right_middle > div {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.top_mv_right_middle > div:nth-child(2) {
  border-left: 1px #fff solid;
}

.top_mv_right_middle a {
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.top_mv_right_middle a.hover {
  opacity: 1;
}

.top_mv_right_middle a:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  will-change: transform;
}

.top_mv_right_top a:before,
.top_mv_right_middle a:before {
  content: "";
  background: rgba(28, 84, 160, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top_mv_right_middle a.hover:after {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.top_mv_right_education a:after {
  background-image: url(../images/top_bg_education.jpg);
}

.top_mv_right_seminer a:after {
  background-image: url(../images/top_bg_seminer.jpg);
}

.top_mv_right_title {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_mv_right_main {
  line-height: 1.2;
  letter-spacing: 3px;
  text-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

.top_mv_right_sub {
  margin-top: 8px;
  line-height: 1.3;
  text-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  letter-spacing: 2px;
  font-size: 17px;
}

.top_mv_right_bottom {
  height: 27.3%;
  border-top: 1px #fff solid;
  letter-spacing: 0;
  font-size: 0;
}

.top_mv_right_bottom_left {
  background: #213491;
  background: linear-gradient(120deg, #213491 0%, #284FFE 130%);
  width: 50.1%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  /*opacity:0;*/
}

.top_mv_right_bottom .top_mv_right_bottom_right {
  width: 49.9%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.top_mv_right_bottom .top_mv_right_bottom_right.hover {
  opacity: 0.8;
}

.top_mv_right_bottom_right_slide {
  background: url(../images/top_bg_news.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}

.top_mv_right_bottom .top_mv_right_bottom_right .slick-list,
.top_mv_right_bottom .top_mv_right_bottom_right .slick-track {
  height: 100%;
}

.top_mv_news {
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.top_mv_news_title {
  position: relative;
  letter-spacing: 3px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_mv_news_title a {
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.top_mv_news_slide_sec {
  margin-top: 15px;
}

.top_mv_news_slide_sec .top_mv_news_slide {
  display: block;
  color: #fff;
  outline: none;
}

.top_mv_news_slide_sec a {
  display: block;
  color: #fff;
}

.top_mv_news_slide_head {
  position: relative;
}

.top_mv_news_slide_category {
  padding-left: 12px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_mv_news_slide_category:after {
  content: "";
  background: #fff;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_mv_news_slide_date {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
}

.top_mv_news_slide_text {
  margin-top: 10px;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*.top_mv_news_slide_text.limited { height: 50px; overflow: hidden; }
.top_mv_news_slide_text.limited:after {
	content: "...";
	background: #2643cd;
	padding: 0 3px;
	position: absolute;
	right: 0;
	bottom: 0;
}*/
.top_mv_news_slide_sec.slick-slider {
  position: static;
}

.top_mv_news_slide_sec .slick-prev {
  background: url(../images/top_img_news_prev.png) no-repeat center/100% 100% !important;
  left: -41px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 15px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 15px;
  border-radius: 50%;
}

.top_mv_news_slide_sec .slick-next {
  background: url(../images/top_img_news_next.png) no-repeat center/100% 100% !important;
  right: -41px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 15px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 15px;
  border-radius: 50%;
}

.top_mv_news_slide_sec .slick-prev:before,
.top_mv_news_slide_sec .slick-next:before {
  display: none;
}

.top_mv_news_link {
  margin-top: 10px;
  text-align: right;
}

.top_mv_news_link a {
  margin-top: 5px;
  padding-left: 28px;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.top_mv_news_link a:nth-child(2) {
  margin-left: 30px;
}

.top_mv_news_link a:after {
  content: "";
  background: #FFF;
  width: 16px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.top_title_main {
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.top_title_sub {
  margin-top: 15px;
  padding-left: 18px;
  position: relative;
  letter-spacing: 2px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #676767;
}

.top_title_sub:after {
  content: "";
  background: #979797;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.top_about {
  margin-top: 80px;
}

.top_about .content_max {
  position: relative;
}

.top_about_inner {
  width: 85%;
  max-width: 950px;
  padding: 85px 0 90px;
  position: relative;
}

.top_about_inner:after {
  content: "";
  background: linear-gradient(120deg, #F1F2F6 0%, #FFF 83%);
  width: 160%;
  height: 100%;
  position: absolute;
  left: -17%;
  top: 0;
  display: block;
}

.top_about_sec {
  width: 49.7%;
  position: relative;
  z-index: 2;
}

.top_about_inner .all_text {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.top_about_link {
  margin-top: 45px;
}

.top_about_img {
  width: 41.9%;
  max-width: 600px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  z-index: 2;
  letter-spacing: 0;
  font-size: 0;
}

.top_about_img img {
  width: 48%;
}

.top_about_img img:nth-child(2) {
  margin-left: 4%;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

.top_about_bg {
  width: 51.2%;
  max-width: 734px;
  position: absolute;
  right: 11.5%;
  bottom: 0;
  -webkit-transform: translateY(38.8%);
          transform: translateY(38.8%);
}

.top_about_bg img {
  width: 100%;
}

.top_achivement {
  margin-top: 145px;
}

.top_achivement_slide_sec {
  width: 134%;
  margin-top: 70px;
  position: relative;
}

.top_achivement_slide_sec:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(20%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.7) 20%, rgb(255, 255, 255) 100%);
  width: 26%;
  height: 100%;
  position: absolute;
  left: calc(69.6% + 90px);
  top: 0;
}

.top_achivement_slide_sec .slick-list {
  margin: 0 -15px;
}

.top_achivement .slick-track {
  padding-top: 15px;
  padding-bottom: 25px;
}

.top_achivement .slick-slide {
  margin: 0 15px;
  outline: none;
}

.top_achivement_slide_sec .slick-prev {
  background: url(../images/top_img_achivement_prev.png) no-repeat center/100% 100% !important;
  width: 51px;
  height: 50px;
  left: -18px;
  top: 50%;
  z-index: 5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  border-radius: 50%;
  display: none !important;
}

.top_achivement_slide_sec .slick-prev.on {
  display: block !important;
}

.top_achivement_slide_sec .slick-next {
  background: url(../images/top_img_achivement_next.png) no-repeat center/100% 100% !important;
  width: 51px;
  height: 50px;
  left: calc(69.6% + 60px);
  top: 50%;
  z-index: 5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  border-radius: 50%;
}

.top_achivement_slide_sec .slick-prev:before,
.top_achivement_slide_sec .slick-next:before {
  display: none;
}

.top_achivement_slide a {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top_achivement_slide a.hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 9px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 9px 20px;
  opacity: 1;
}

.top_achivement_slide a.hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top_achivement_link {
  margin-top: 40px;
}

.top_achivement_link a {
  margin: 0 auto;
}

.top_relation {
  background: #f6f6f6;
  margin-top: 125px;
}

.top_relation .content {
  padding: 65px 0 70px;
  position: relative;
}

.top_relation_title {
  width: 90%;
  max-width: 881px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_relation_title img {
  width: 100%;
}

.top_relation_list {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  font-size: 0;
}

.top_relation_list li {
  width: 22.5%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top_relation_list li:nth-child(n+2) {
  margin-left: 3.3%;
}

.top_relation_list li:nth-child(4n-3) {
  margin-left: 0;
}

.top_relation_list li:nth-child(n+5) {
  margin-top: 25px;
}

.top_relation_list a {
  background: #fff;
  padding: 14px;
  display: block;
  border: 1px #E9E9E9 solid;
  overflow: hidden;
}

.top_relation_list img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top_relation_list li a.hover {
  opacity: 1;
}

@media (min-width: 1025px) {
  .top_relation_list li:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  /*.top_relation_list li:hover img { transform: scale(1.1); }*/
}
.top_access {
  background: url(../images/top_bg_access.jpg) no-repeat center/cover;
  padding: 110px 5% 60px;
  text-align: center;
}

.top_access .top_title_main {
  color: #fff;
}

.top_access .top_title_sub {
  margin-top: 10px;
  padding-left: 0;
  color: #fff;
}

.top_access .top_title_sub:after {
  display: none;
}

.top_access_link {
  margin-top: 50px;
}

.top_access_link a {
  margin: 0 auto;
}

/* #about 蛋白研について
=========================================== */
.about_column_big_caption {
  background: linear-gradient(120deg, rgba(33, 52, 145, 0.9) 0%, rgba(40, 79, 254, 0.9) 100%);
  width: 70%;
  max-width: 420px;
  padding: 35px 20px 30px 45px;
  position: absolute;
  right: 0;
  bottom: -88px;
  line-height: 1;
}

.about_column_big_position {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.about_column_big_name {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.about_column_big_name_small {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  opacity: 0.5;
}

.about_column_protein {
  width: 65.7%;
  max-width: 525px;
  margin-top: 0 !important;
  position: absolute;
  right: 6%;
  top: 90%;
  opacity: 1;
  z-index: -1;
}

.about_column_protein_small {
  width: 65.7%;
  max-width: 525px;
  margin-top: 0 !important;
  position: absolute;
  left: 100%;
  top: 75%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  display: none;
}

.about_column_protein_small img,
.about_column_protein img {
  width: 100%;
}

.about_intro {
  background: linear-gradient(120deg, #EEF2F9 0%, #fff 110%);
  padding: 480px 0 135px;
}

.about_intro_table_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
}

.about_intro_table_sec {
  margin-top: 33px;
  letter-spacing: 0;
  font-size: 0;
}

/*.about_intro_table {
	width:47%;
	display:inline-table;
	vertical-align:top;
	font-size:16px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}*/
.about_intro_table {
  width: 80%;
  margin: 0 auto;
  display: table;
  vertical-align: top;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_intro_table_sec .about_intro_table:nth-child(2) {
  margin-left: 6%;
}

.about_intro_table_sec .about_intro_table:nth-child(2) th p,
.about_intro_table_sec .about_intro_table:nth-child(2) td p {
  padding-top: 11px;
  padding-bottom: 11px;
}

.about_outlook {
  padding: 160px 0 40px;
}

.about_outlook_content {
  background: url(../images/about_bg_outlook.png) no-repeat center/cover;
  margin-top: 80px;
  padding: 65px 0 210px;
  position: relative;
}

.about_outlook_img {
  width: 49%;
  max-width: 587px;
  margin: 0 auto;
}

.about_outlook_img img {
  width: 100%;
}

.about_outlook_list li {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_outlook_list li:nth-child(1) {
  width: 30%;
  left: 16%;
  top: 15%;
}

.about_outlook_list li:nth-child(2) {
  width: 24.7%;
  left: 89%;
  top: 44%;
}

.about_outlook_list li:nth-child(3) {
  width: 23%;
  left: 12%;
  top: 73.6%;
}

.about_outlook_list_title {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_outlook_list li:nth-child(1) .about_outlook_list_title {
  color: #1E4DC1;
}

.about_outlook_list li:nth-child(2) .about_outlook_list_title {
  color: #01CBAD;
}

.about_outlook_list li:nth-child(3) .about_outlook_list_title {
  color: #00C5D4;
}

.about_outlook_list .all_text {
  margin-top: 20px;
  line-height: 2.3;
}

.about_history_intro {
  background: url(../images/about_bg_history_intro.jpg) no-repeat center/cover;
  padding: 160px 0 105px;
}

.about_history_intro .content_small {
  letter-spacing: 0;
  font-size: 0;
}

.about_history_intro .all_vertical_border_title {
  width: 29%;
  display: inline-block;
  vertical-align: top;
}

.about_history_intro .all_text {
  width: 71%;
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  color: #fff;
}

.about_history_content {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1A19), to(#2C2823));
  background: linear-gradient(to bottom, #1C1A19 0%, #2C2823 100%);
  padding: 80px 0 145px;
}

.about_history_list {
  position: relative;
}

.about_history_list:after {
  content: "";
  background: #fff;
  width: 4px;
  height: calc(100% - 55px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 55px;
  display: block;
  overflow: hidden;
}

ul.about_history_list.content_small:before {
  content: "";
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(0, 255, 236, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(0, 255, 236, 0) 100%);
  width: 4px;
  height: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -39px;
}

.about_history_list > li {
  width: 50%;
}

.about_history_list > .about_history_list_right {
  margin-left: auto;
}

.about_history_list_1958 {
  margin-top: -180px;
}

.about_history_list_1961 {
  margin-top: -230px;
}

.about_history_list_1968 {
  margin-top: -50px;
}

.about_history_list_1971 {
  margin-top: 80px;
}

.about_history_list_1972 {
  margin-top: -250px;
}

.about_history_list_1979 {
  margin-top: -60px;
}

.about_history_list_1983 {
  margin-top: -250px;
}

.about_history_list_1988 {
  margin-top: 125px;
}

.about_history_list_1998 {
  margin-top: 143px;
}

.about_history_list_2001 {
  margin-top: 40px;
}

.about_history_list_2002 {
  margin-top: -160px;
}

.about_history_list_2004 {
  margin-top: 40px;
}

.about_history_list_2008 {
  margin-top: -373px;
}

.about_history_list_2009 {
  margin-top: 70px;
}

.about_history_list_2010 {
  margin-top: -253px;
}

.about_history_list_2012 {
  margin-top: 83px;
}

.about_history_list_2016 {
  margin-top: -50px;
}

.about_history_list_2018 {
  margin-top: 80px;
}

.about_history_list_2020 {
  margin-top: -50px;
}

.about_history_list img {
  width: 100%;
}

.about_history_list_year {
  padding-bottom: 5px;
  letter-spacing: 0;
  font-size: 0;
  color: #fff;
}

.about_history_list > .about_history_list_right .about_history_list_year {
  padding-left: 160px;
}

.about_history_list_year span:nth-child(1) {
  margin-right: 20px;
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 2px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_history_list_year span:nth-child(2) {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_history_list_sec {
  padding-top: 15px;
  padding-right: 160px;
  position: relative;
  border-top: 1px #fff solid;
}

.about_history_list_sec div:nth-child(n+2) {
  margin-top: 30px;
}

.about_history_list_sec:after {
  content: "";
  background: linear-gradient(120deg, #213491 0%, #5187FF 100%);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px #fff solid;
  border-radius: 50%;
}

.about_history_list > .about_history_list_right .about_history_list_sec:after {
  left: 0;
}

.about_history_list > li:nth-child(1) .about_history_list_sec:after {
  width: 30px;
  height: 30px;
  border-width: 2px;
}

.about_history_list > .about_history_list_right .about_history_list_sec {
  padding-right: 0;
  padding-left: 160px;
}

.about_history_text {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_history_text_add {
  margin-top: 20px;
}

.about_history_img {
  margin-top: 20px;
}

.about_history_list_2020 .about_history_img {
  max-width: 340px;
}

.about_history_img_first {
  width: calc(100% - 160px);
  margin-top: 0;
  position: absolute;
  top: -125px;
  left: 200%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.about_history_img_1979_second {
  max-width: 157px;
}

.about_history_img_list_1958,
.about_history_img_list_1971 {
  letter-spacing: 0;
  font-size: 0;
}

.about_history_img_list_1958 li {
  width: 45.5%;
  display: inline-block;
  vertical-align: top;
}

.about_history_img_list_1958 li:nth-child(2) {
  width: 48.8%;
  margin-left: 5.7%;
}

.about_history_img_list_1971 li {
  width: 62.5%;
  display: inline-block;
  vertical-align: top;
}

.about_history_img_list_1971 li:nth-child(2) {
  width: 36%;
  margin-left: 1.5%;
}

.about_history_img span {
  margin-top: 7px;
  display: block;
  line-height: 1.5;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.about_history_img span span {
  margin-top: 0;
}

.about_history_link {
  margin-top: 120px;
}

.about_history_link a {
  margin: 0 auto;
}

.about_history_list_more {
  display: none;
  padding-top: 80px; /*transition: all .4s;*/ /*opacity: 0;*/
}

.about_history_list_more .about_history_list_1971 {
  margin-top: 0;
}

.about_history_list_more.about_history_list:after {
  height: 100%;
  top: 0;
}

.about_history_list_more.fade {
  opacity: 1;
}

.about_organization {
  padding: 160px 0 155px;
}

.about_organization_table_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
}

.about_organization_table {
  width: 100%;
  margin-top: 33px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_organization_table th {
  width: 14.1%;
  text-align: center;
  color: #1E4DC1;
}

.about_organization_table_name {
  width: 20.5%;
  min-width: 174px;
}

.about_organization_table_name2 {
  width: 26%;
  min-width: 152px;
}

.about_organization_table p {
  padding: 15px 0;
}

.about_organization_table th p {
  position: relative;
}

.about_organization_table th p:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#5187FF), to(#213491));
  background: linear-gradient(to right, #5187FF 0%, #213491 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.about_organization_table tr:last-child th p:after {
  display: none;
}

.about_organization_table td p {
  border-bottom: 1px #ECECEC solid;
}

.about_organization_table tr:last-child td p {
  border-bottom: none;
}

.about_organization_table_name p {
  padding-left: 50px;
}

.about_organization_table_name2 p {
  padding-top: 18px;
  font-size: 13px;
  color: #676767;
}

.about_organization_link {
  margin-top: 50px;
}

.about_organization_link a {
  margin: 0 auto;
}

.about_organization_graph_wrapper {
  margin-top: 80px;
}

.about_organization_graph {
  max-width: 1000px;
  margin: 80px auto 0;
}

.about_organization_graph_row1 {
  width: 25.1%;
  margin-right: 3.8%;
  display: inline-block;
  vertical-align: top;
}

.about_organization_graph_row2 {
  width: 30.6%;
  margin-top: 58px;
  padding-top: 35px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.about_organization_graph_row2:after {
  content: "";
  background: #1E4DC1;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -55.3%;
}

.about_organization_graph_row2_content {
  position: relative;
}

.about_organization_graph_row2 .about_organization_graph_row2_content:nth-child(n+2) {
  margin-top: 25px;
}

.about_organization_graph_row2 .about_organization_graph_row2_content:last-child:after {
  content: "";
  background: #fff;
  width: 10px;
  height: 50%;
  position: absolute;
  left: calc(-55.3% - 5px);
  top: calc(50% + 1px);
  z-index: 2;
  display: block;
}

.about_organization_graph_row3 {
  width: 121.6%;
  padding: 25px 0 78px;
  -webkit-transform: translateX(92.5%);
          transform: translateX(92.5%);
  display: inline-block;
  vertical-align: top;
  display: none;
}

.about_organization_graph_row2_content_include.open .about_organization_graph_row3 {
  display: inline-block;
}

.about_organization_graph_row3:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -51.5%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border: 1px #1E4DC1 solid;
  border-radius: 50%;
}

.about_organization_graph_row3:after {
  content: "";
  background: #1E4DC1;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -51.5%;
}

.about_organization_graph_row3_content {
  position: relative;
}

.about_organization_graph_row3 .about_organization_graph_row3_content:nth-child(n+2) {
  margin-top: 25px;
}

.about_organization_graph_row3 .about_organization_graph_row3_content:last-child:after {
  content: "";
  background: #fff;
  width: 10px;
  height: calc(50% + 78px);
  position: absolute;
  left: calc(-51.5% - 5px);
  top: calc(50% + 1px);
  z-index: 2;
  display: block;
}

.about_organization_graph_text_box {
  background: #fff;
  padding: 16px 40px;
  position: relative;
  border: 1px #D8D8D8 solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_organization_graph_row1 .about_organization_graph_text_box {
  padding-left: 0;
  padding-right: 0;
}

.about_organization_graph_text_box p {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #1E4DC1;
}

.about_organization_graph_row2_content_include > .about_organization_graph_text_box p:before,
.about_organization_graph_row2_content_include > .about_organization_graph_text_box p:after {
  content: "";
  background: #213491;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 14px;
  top: 50%;
}

.about_organization_graph_row2_content_include .about_organization_graph_text_box p:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.about_organization_graph_row2_content_include.open .about_organization_graph_text_box p:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.about_organization_graph_row2_content_include > .about_organization_graph_text_box {
  cursor: pointer;
}

.about_organization_graph_row1 .about_organization_graph_text_box:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: block;
  border: 1px #1E4DC1 solid;
  border-radius: 50%;
}

.about_organization_graph_row2_content > .about_organization_graph_text_box:before {
  content: "";
  background: #1E4DC1;
  width: 55.3%;
  height: 1px;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
}

.about_organization_graph_row2_content > .about_organization_graph_text_box:after,
.about_organization_graph_row3_content > .about_organization_graph_text_box:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border: 1px #1E4DC1 solid;
  border-radius: 50%;
}

.about_organization_graph_row3_content > .about_organization_graph_text_box:before {
  content: "";
  background: #1E4DC1;
  width: 51.5%;
  height: 1px;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
}

.about_organization_graph_row3_list {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.about_organization_graph_row3_list li:nth-child(n+2) {
  margin-top: 5px;
}

.about_organization_graph_row3_list ul {
  margin-top: 5px;
  padding-left: 8px;
}

.about_meeting {
  background: linear-gradient(120deg, #F1F2F6 -5%, #FFF 110%);
  padding: 170px 0 160px;
}

.about_meeting_sec {
  margin-top: 72px;
}

.about_meeting_sec .about_meeting_content:nth-child(n+2) {
  margin-top: 60px;
}

.about_meeting_year {
  position: relative;
  overflow: hidden;
}

.about_meeting_year span {
  letter-spacing: 2px;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.about_meeting_year:after {
  content: "";
  background: #EDEDED;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 95px;
  top: 50%;
  display: block;
}

.about_meeting .all_article_related_list {
  margin-top: 40px;
  display: none;
}

.about_meeting .all_article_related_list li {
  max-width: none;
}

.about_meeting .all_article_related_list li:nth-child(n+4) {
  margin-top: 35px;
}

.about_meeting .all_article_related_list a {
  background-color: #fff;
  padding: 19px 65px 19px 15px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
}

.about_meeting_link {
  margin-top: 60px;
}

.about_meeting_link a {
  margin: 0 auto;
}

.about .all_related_sec {
  margin-top: 0;
}

/* #strength 特長
=========================================== */
.strength_intro {
  background: url(../images/strength_bg_mv.png) no-repeat center left calc(50% + 80px)/auto 100%;
}

.strength_intro .content {
  max-width: 820px;
  padding: 240px 0 140px;
}

.strength_intro_title {
  line-height: 1.2;
  letter-spacing: -10px;
  font-size: 73px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #213491;
}

.strength_intro_title_small {
  letter-spacing: -8px;
  font-size: 63px;
  font-family: inherit;
}

.strength_intro .all_text {
  margin-top: 45px;
  line-height: 2.3;
}

.strength_three {
  background: url(../images/strength_bg_three.jpg) no-repeat center/cover;
  padding: 120px 0;
}

.strength_center_title {
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  color: #fff;
}

.strength_center_title:after {
  content: "";
  background: #fff;
  width: 38px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.strength_center_title_sub {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.strength_center_title_sub span {
  font-size: 14px;
  font-family: inherit;
}

.strength_center_title_main {
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.strength_three_list {
  margin-top: 78px;
  letter-spacing: 0;
  font-size: 0;
}

.strength_three_list li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
}

.strength_three_list li:nth-child(n+2) {
  border-left: 1px #213491 solid;
}

.strength_three_list a {
  background: #fff;
  padding: 80px 10px 100px;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.strength_three_list a.hover {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  opacity: 1;
}

.strength_three_list_number {
  position: absolute;
  left: 23px;
  top: 18px;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
  opacity: 0.24;
}

.strength_three_list_title {
  width: 100%;
  display: table;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  color: #213491;
}

.strength_three_list_title > span {
  display: table-cell;
  vertical-align: middle;
}

.strength_three_list_text {
  margin-top: 20px;
  text-align: center;
}

.strength_number {
  line-height: 1;
  font-size: 95px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.strength_text_middle {
  line-height: 1.5;
  font-size: 32px;
  color: #676767;
}

.strength_text_mr {
  margin-right: 8px;
}

.strength_text_small {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #B3B0B0;
}

.strength_three_list_detail {
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.5;
  color: #213491;
}

.strength_three_list_detail:after {
  content: "";
  background: url(../images/trength_bg_three_list_detail.png) no-repeat center bottom/100% 100%;
  width: 11px;
  height: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.strength_three_list a.hover .strength_three_list_detail:after {
  bottom: -5px;
}

.strength_sec_mv {
  position: relative;
}

.strength_sec_mv img {
  width: 100%;
}

.strength_sec_joint .strength_sec_mv img:nth-child(2) {
  display: none;
}

.strength_content {
  background: #fff;
  padding: 210px 0 120px;
}

.strength_content {
  position: relative;
}

.strength_content:after {
  content: "";
  background: #eee;
  width: 115px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.strength_sec_joint .strength_content:after {
  right: auto;
  left: 0;
}

.strength_content_title_sec {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.strength_content_title {
  background: linear-gradient(120deg, #213491 0%, #273AE1 100%);
  width: 85%;
  max-width: 690px;
  padding: 50px 20px 45px 125px;
  color: #fff;
}

.strength_sec_joint .strength_content_title {
  margin-left: auto;
}

.strength_content_title_head span:nth-child(1) {
  margin-right: 7px;
  letter-spacing: 3px;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.strength_content_title_head span:nth-child(2) {
  line-height: 1;
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.strength_content_title_main {
  margin-top: 25px;
  line-height: 1.3;
  font-size: 40px;
}

.strength_inner {
  letter-spacing: 0;
  font-size: 0;
}

.strength_inner_diversity_second {
  margin-top: 115px;
  padding-top: 110px;
  border-top: 1px #EAEAEA solid;
}

.strength_inner .content {
  letter-spacing: 0;
  font-size: 0;
}

.strength_inner_left {
  display: inline-block;
  vertical-align: top;
}

.strength_inner_right {
  display: inline-block;
  vertical-align: top;
}

.strength_sec_level .strength_inner_left {
  width: 40.4%;
}

.strength_sec_level .strength_inner_right {
  width: 53%;
  margin-left: 6.6%;
  padding-right: 30px;
}

.strength_inner_title {
  line-height: 1.5;
  font-size: 22px;
  color: #213491;
}

.strength_inner_number {
  margin-top: 20px;
}

.strength_inner_text {
  margin-top: 35px;
  line-height: 2.3;
}

.strength_inner_text p:nth-child(n+2) {
  margin-top: 10px;
}

.strength_sec_level_list {
  letter-spacing: 0;
  font-size: 0;
}

.strength_sec_level_list li {
  width: 48.4%;
  display: inline-block;
  vertical-align: top;
}

.strength_sec_level_list li:nth-child(2n) {
  margin-left: 3.2%;
}

.strength_sec_level_list a {
  background: url(../images/all_bg_blank.png) no-repeat center right 5px/18px;
  width: 100%;
  padding: 18px 30px 18px 5px;
  display: table;
  border-bottom: 1px #F4F4F4 solid;
  line-height: 1.5;
  font-size: 16px;
  color: #213491;
}

.strength_sec_level_list li > span {
  width: 100%;
  padding: 18px 30px 18px 5px;
  display: table;
  border-bottom: 1px #F4F4F4 solid;
  line-height: 1.5;
  font-size: 16px;
  color: #213491;
}

.strength_sec_level_list a > span,
.strength_sec_level_list li > span span {
  display: table-cell;
  vertical-align: middle;
}

.strength_inner_left .all_link {
  margin-top: 30px;
}

.strength_sec_joint .strength_inner_left {
  width: 50%;
  padding-left: 115px;
}

.strength_sec_joint .strength_inner_right {
  width: 40.8%;
  margin-left: 9.2%;
}

.strength_sec_joint_list {
  letter-spacing: 0;
  font-size: 0;
}

.strength_sec_joint_list li {
  background: -webkit-gradient(linear, left top, right top, from(rgba(33, 52, 145, 0.02)), to(rgba(40, 79, 254, 0.02)));
  background: linear-gradient(to right, rgba(33, 52, 145, 0.02) 0%, rgba(40, 79, 254, 0.02) 100%);
  width: 48.2%;
  display: inline-block;
  vertical-align: top;
}

.strength_sec_joint_list li:nth-child(2n) {
  margin-left: 3.6%;
}

.strength_sec_joint_list li:nth-child(n+3) {
  margin-top: 3.6%;
}

.strength_sec_joint_list p {
  width: 100%;
  display: table;
  text-align: center;
}

.strength_sec_joint_list p > span {
  padding: 38px 30px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 18px;
  color: #1E67C1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.strength_sec_diversity .strength_inner_left {
  width: 48.2%;
}

.strength_sec_diversity .strength_inner_right {
  width: 44.2%;
  margin-left: 7.6%;
  padding-right: 70px;
}

.strength_inner_right img {
  width: 100%;
}

.strength_inner_right .strength_inner_title {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.strength_inner_diversity_first .strength_inner_right img {
  max-width: 330px;
  margin: 0 auto;
  display: block;
}

.strength_typical {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #2C2823), color-stop(110%, #1C1A19));
  background: linear-gradient(to bottom, #2C2823 -10%, #1C1A19 110%);
  padding: 140px 0 125px;
}

.strength_typical_sec {
  margin-top: 88px;
}

.strength_typical_table {
  width: 100%;
}

.strength_typical_sec .strength_typical_table:nth-child(n+2) {
  margin-top: 95px;
}

.strength_typical_table th {
  width: 195px;
  min-width: 195px;
  vertical-align: top;
  color: #fff;
}

.strength_typical_year {
  margin-right: 12px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.strength_typical_era {
  font-size: 18px;
}

.strength_typical_list li:nth-child(n+2) {
  margin-top: 5px;
}

.strength_typical_list a {
  background: #fff url(../images/all_bg_popup.png) no-repeat center right 20px/26px;
  padding-right: 75px;
  display: block;
}

.strength_typical_list p {
  padding: 30px 100px 30px 22px;
  position: relative;
  display: inline-block;
}

.strength_typical_list_title {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #213491;
}

.strength_typical_list_author {
  margin-top: 2px;
  display: block;
  line-height: 1.5;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.strength_typical_list img {
  width: 64px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.strength_typical_link {
  margin-top: 65px;
}

.strength_typical_link a {
  margin: 0 auto;
}

.strength .all_related_sec {
  margin-top: 0;
}

/* #research-groups 部門・教授紹介
=========================================== */
/*.research-groups { margin-bottom: 160px; }*/
.research-groups_list {
  margin-top: 160px;
}

.research-groups_list > li:nth-child(n+2) {
  margin-top: 120px;
}

.research-groups_list_head {
  padding-bottom: 30px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}

.research-groups_list_head:after {
  content: "";
  background: #240092;
  background: linear-gradient(45deg, #240092 0%, #284FFE 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.research-groups_list_title {
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
  font-family: "Oswald", sans-serif;
}

.research-groups_list .no_link {
  cursor: default;
}

.research-groups_head_list {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 0;
}

.en-US .research-groups_head_list {
  vertical-align: bottom;
}

.research-groups_head_list li {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

.research-groups_head_list li:last-child {
  margin-right: 0;
}

.research-groups_head_list li:nth-child(n+2) {
  padding-left: 15px;
  position: relative;
}

.research-groups_head_list li:nth-child(n+2):after {
  content: "";
  background: #888988;
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.research-groups_head_list a, .research-groups_head_list span {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #888988;
}

.en-US .research-groups_head_list a,
.en-US .research-groups_head_list span {
  font-family: "Oswald", sans-serif;
}

.research-groups_labo_list {
  margin-top: 58px;
  letter-spacing: 0;
  font-size: 0;
}

.research-groups_labo_list li {
  width: 23.6%;
  max-width: 283px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 2px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.research-groups_labo_list li.hover {
  z-index: 2;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 11px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 11px 20px;
}

.research-groups_labo_list li.no_anim.hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 2px 20px;
}

.research-groups_labo_list li:nth-child(n+2) {
  margin-left: 1.8%;
}

.research-groups_labo_list li:nth-child(4n-3) {
  margin-left: 0;
}

.research-groups_labo_list li:nth-child(n+5) {
  margin-top: 50px;
}

.research-groups_labo_list a, .research-groups_labo_list li > .research-groups_labo_list_link_none {
  background: #fff;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.research-groups_labo_list a.hover {
  opacity: 1;
}

.research-groups_labo_list img {
  width: 100%;
}

/*.research-groups_labo_list_sec {
	padding:35px 0 45px;
	position:relative;
}*/
.research-groups_labo_list_sec {
  padding: 35px 0 63px;
  position: relative;
}

.research-groups_labo_list_title {
  padding: 0 45px 0 22px;
  position: relative;
  line-height: 1.2;
  color: #213491;
}

.research-groups_labo_list_title_top {
  display: block;
  font-size: 16px;
}

.research-groups_labo_list_title_bottom {
  margin-top: 3px;
  display: block;
  font-size: 14px;
}

.research-groups_labo_list_title:after {
  content: "";
  background: #240092;
  background: linear-gradient(120deg, #240092 0%, #284FFE 100%);
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.research-groups_labo_list_circle {
  width: 68px;
  position: absolute;
  right: 15px;
  top: -50px;
  border-radius: 50%;
  overflow: hidden;
}

.research-groups_labo_list_circle img {
  height: 68px;
}

.research-groups_labo_list_content {
  padding: 25px 22px 0;
  position: relative;
}

.research-groups_labo_list_title:before {
  content: "";
  background: url(../images/all_bg_blank.png) no-repeat center bottom/100%;
  width: 19px;
  height: 15px;
  position: absolute;
  right: 22px;
  top: 2px;
  display: block;
}

.no_link .research-groups_labo_list_title:before {
  display: none;
}

.research-groups_labo_list_link_none .research-groups_labo_list_title:after {
  display: none;
}

.research-groups_labo_list_title_sub {
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #1A1A1B;
}

.research-groups_labo_list_content .all_text {
  line-height: 1.7;
}

.research-groups_labo_list_table {
  margin-top: 20px;
}

.research-groups_labo_list_table table {
  font-size: 12px;
}

.research-groups_labo_list_table th {
  width: auto !important;
  min-width: auto !important;
  color: #000F92;
}

.research-groups_labo_list_table_member.research-groups_labo_list_table th {
  color: #FFF;
}

.research-groups_labo_list_table th p {
  padding: 15px 0 5px 5px;
}

.research-groups_labo_list_table td p {
  padding: 15px 0 5px 5px;
}

.research-groups_labo_list_table tr:nth-child(1) th p,
.research-groups_labo_list_table tr:nth-child(1) td p {
  padding-top: 0;
}

.research-groups_labo_list_table_member .all_border_table td p {
  font-size: 14px;
  color: #FFF;
}

/*.research-groups_labo_list_table_member {
	background:linear-gradient(to right, #240092 0%, #284FFE 100%);
	width:295px;
	margin-top:0;
	padding:1px;
	position:absolute;
	left: 80%;
	bottom:calc(85% - 20px);
	transform:translateX(-40%);
	z-index:2;
	display:none;
}*/
.research-groups_labo_list_table_member {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

/*.research-groups_labo_list_table_member:after {
	content:"";
	background:url(../images/research-groups_bg_labo_list_table_member.png) no-repeat center bottom / 100% 100%;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:20px;
	display:block;
}*/
.research-groups_labo_list_table_member:after {
  content: "";
  background: linear-gradient(170deg, #213491 0, #284FFE 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  opacity: 0.8;
  z-index: -1;
}

/*.research-groups_labo_list_table_member_inner { background:#fff; padding:25px; }*/
/*.research-groups_labo_list_table_member_title { margin-bottom:12px; line-height:1; font-size:14px; color:#213491; }*/
.research-groups_labo_list_table_member_inner {
  height: calc(100% - 60px);
  padding: 38px 15px 30px;
  position: relative;
  overflow: auto;
}

.research-groups_labo_list_table_member_title {
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}

.research-groups_labo_list_member_open {
  display: none;
}

.research-groups_labo_list_img {
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.research-groups_labo_list_img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.research-groups_labo_list a.hover .research-groups_labo_list_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.research-groups_labo_list li.no_anim a.hover .research-groups_labo_list_img img {
  -webkit-transform: none;
          transform: none;
}

.research-groups_labo_list_table_member .all_border_table th p:after {
  background: #FFF;
}

.research-groups_labo_list_table_member .all_border_table td p {
  border-bottom: 1px #949393 solid;
}

.table_member_open {
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.table_member_open_inner {
  width: 17px;
  height: 17px;
  margin: 20px 0;
  position: relative;
  display: inline-block;
}

.table_member_open_inner span {
  background: #213491;
  position: absolute;
  width: 17px;
  height: 1px;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.table_member_open_inner span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.research-groups_labo_list li.active .table_member_open {
  z-index: 20;
}

.research-groups_labo_list li.active .table_member_open_inner span {
  background: #FFF;
}

.research-groups_labo_list li.active .table_member_open_inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.research-groups_labo_list li.active .table_member_open_inner span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*.table_member_open span:nth-child(2) {  }*/
/* #facilities 研究設備
=========================================== */
.facilities_sec {
  padding: 170px 0 65px;
}

.facilities_list {
  width: 100%;
  max-width: 1200px;
  margin: 75px auto 0;
  letter-spacing: 0;
  font-size: 0;
}

.facilities_list li {
  width: 31%;
  margin-left: 3.5%;
  display: inline-block;
  vertical-align: top;
}

.facilities_list li:nth-child(3n+1) {
  margin-left: 0%;
}

.facilities_list li:nth-child(n+4) {
  margin-top: 65px;
}

.facilities_list_img img {
  width: 100%;
}

.facilities_list_txt {
  min-height: 145px;
  padding: 31px 0 25px;
  border: 1px solid #DEDEDE;
  border-top: none;
  text-align: center;
}

.facilities_list_txt .facilities_list_ttl {
  margin-bottom: 14px;
  padding: 0 15px;
  position: relative;
  font-size: 16px;
  color: #213491;
}

.facilities_list_txt .facilities_list_ttl:after {
  content: "";
  background: rgb(33, 52, 145);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 52, 145)), to(rgb(40, 79, 254)));
  background: linear-gradient(180deg, rgb(33, 52, 145) 0%, rgb(40, 79, 254) 100%);
  width: 2px;
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facilities_list_txt p {
  padding: 0 15px;
  line-height: 1.8;
  font-size: 14px;
}

/* #achivements 研究成果
=========================================== */
.achivements {
  padding-bottom: 220px;
}

.achivements_tab {
  width: 100%;
  max-width: 785px;
  margin-top: 80px;
  letter-spacing: 0;
  font-size: 0;
}

.achivements_tab li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.achivements_tab li:not(:first-child) {
  margin-left: 2.4%;
}

.achivements_tab a {
  background: #fff;
  position: relative;
  display: block;
  border: 1px #efefef solid;
  text-align: center;
  line-height: 69px;
  letter-spacing: 3px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B1C1D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.achivements_tab li:nth-child(1) a {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.achivements_tab a.hover {
  background: #E6E5E5;
  border: 1px #E6E5E5 solid;
  opacity: 1;
}

.achivements_tab a.on {
  background: #E6E5E5;
  border: 1px #E6E5E5 solid;
}

.achivements_tab a.on:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #E6E5E5 transparent transparent transparent;
}

.achivements_sec {
  margin-top: 125px;
  display: none;
}

#press {
  display: block;
}

.achivements_press_list {
  letter-spacing: 0;
  font-size: 0;
}

.achivements_press_list li {
  width: 31.6%;
  display: inline-block;
  vertical-align: top;
}

.achivements_press_list li:nth-child(n+2) {
  margin-left: 2.6%;
}

.achivements_press_list li:nth-child(3n-2) {
  margin-left: 0;
}

.achivements_press_list li:nth-child(n+4) {
  margin-top: 45px;
}

.achivements_press_list a {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.achivements_press_list a.hover {
  opacity: 1;
}

.achivements_press_list a.hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 9px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 9px 20px;
  opacity: 1;
}

.achivements_press_list a.hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.achivements_paper_list {
  letter-spacing: 0;
  font-size: 0;
}

.achivements_paper_list li {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
}

.achivements_paper_list li:nth-child(2n) {
  margin-left: 5%;
}

.achivements_paper_list li:nth-child(n+3) {
  margin-top: 65px;
}

.achivements_paper_list a {
  background: url(../images/all_bg_blank.png) no-repeat right 12px bottom 15px/22px;
  padding: 48px 25px 45px 20px;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.achivements_paper_list a.hover {
  background-color: #F8F9FB;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 13px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 13px 20px;
  opacity: 1;
}

.achivements_paper_list_head {
  position: relative;
}

.achivements_paper_list_head_title {
  padding: 0 80px 0 10px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.achivements_paper_list_head_title:after {
  content: "";
  background: #284FFE;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  opacity: 0.5;
}

.achivements_paper_list_head_date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #848383;
}

.achivements_paper_list_title {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 17px;
  color: #1A1A1B;
}

.achivements_paper_list_author {
  margin-top: 15px;
}

.achivements_paper_list_author_title {
  position: relative;
  font-size: 12px;
  color: #1A1A1B;
}

.achivements_paper_list_author_title span {
  background: #fff;
  padding-right: 28px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.achivements_paper_list_author_title:after {
  content: "";
  background: #F6F6F6;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.achivements_paper_list_author_text {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

/* #joint 共同
=========================================== */
.joint .all_ham_title span {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}

.joint_intro {
  background: linear-gradient(120deg, #fff -50%, #EEF2F9 100%);
  padding: 210px 0 160px;
}

.joint_intro .content .joint_intro_sec:nth-child(n+2) {
  margin-top: 115px;
}

.joint_first_sec {
  margin-top: 170px;
}

.joint_intro_promo_list {
  margin-top: 55px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_intro_promo_list li {
  background: #fff;
  width: 31.8%;
  display: inline-block;
  vertical-align: top;
}

.joint_intro_promo_list li:nth-child(n+2) {
  margin-left: 2.3%;
}

.joint_intro_promo_list_head {
  padding: 30px 0 20px;
  border-bottom: 1px #F3F6FB solid;
  text-align: center;
  color: #1E4DC1;
}

.joint_intro_promo_list_number {
  line-height: 1;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.joint_intro_promo_list_title {
  margin-top: 18px;
  padding: 0 10px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.joint_intro_promo_list_content {
  padding: 22px 25px;
  line-height: 2.2;
  color: #1B1C1D;
}

.joint_intro_copy {
  margin-top: 50px;
  line-height: 2.2;
}

.joint_role {
  margin-top: 40px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_role li {
  width: 23.6%;
  display: inline-block;
  vertical-align: top;
}

.joint_role li:nth-child(n+2) {
  margin-left: 1.8%;
}

.joint_role li:nth-child(4n-3) {
  margin-left: 0;
}

.joint_role li:nth-child(n+5) {
  margin-top: 1.8%;
}

.joint_role p {
  width: 100%;
  display: table;
}

.joint_role span {
  background: #fff;
  min-height: 165px;
  padding: 20px 28px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #2253CF;
}

.joint_intro_system {
  margin-top: 40px;
  position: relative;
}

.joint_intro_system_border {
  width: 16px;
  height: calc(100% - 236px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  top: 65px;
}

.joint_intro_system_border:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  width: 36px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.joint_intro_system_joint .joint_intro_system_border {
  background: rgba(0, 197, 212, 0.2);
  left: 14.9%;
}

.joint_intro_system_big .joint_intro_system_border {
  background: rgba(30, 77, 193, 0.2);
  left: 48.2%;
}

.joint_intro_system_offer .joint_intro_system_border {
  background: rgba(1, 203, 173, 0.2);
  left: 81.5%;
}

.joint_intro_system_joint .joint_intro_system_border:after {
  background-image: url(../images/joint_bg_intro_system_joint_arrow.png);
}

.joint_intro_system_big .joint_intro_system_border:after {
  background-image: url(../images/joint_bg_intro_system_big_arrow.png);
}

.joint_intro_system_offer .joint_intro_system_border:after {
  background-image: url(../images/joint_bg_intro_system_offer_arrow.png);
}

.joint_intro_system_head_list {
  letter-spacing: 0;
  font-size: 0;
}

.joint_intro_system_head_list li {
  width: 29.8%;
  padding: 22px 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
  color: #fff;
}

.joint_intro_system_head_list li:nth-child(n+2) {
  margin-left: 3.5%;
}

.joint_intro_system_head_list .joint_intro_system_joint {
  background: #00C5D4;
}

.joint_intro_system_head_list .joint_intro_system_big {
  background: #1E4DC1;
}

.joint_intro_system_head_list .joint_intro_system_offer {
  background: #25C1AA;
}

.joint_intro_system_head_list_text {
  position: relative;
  z-index: 2;
}

.joint_intro_system_main {
  background: #fff;
  margin: 75px 0;
  padding: 35px 60px;
  position: relative;
  z-index: 2;
  border: 1px #DBDBDB solid;
}

.joint_intro_system_main_title {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  color: #1A1A1B;
}

.joint_intro_system_main_list {
  margin-top: 30px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_intro_system_main_list > li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}

.joint_intro_system_main_list > li:nth-child(2) {
  margin-left: 6%;
}

.joint_intro_system_main_list_title {
  background: rgba(30, 77, 193, 0.1);
  padding: 6px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2253CF;
}

.joint_intro_system_main_list_sub {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.joint_intro_system_main_list > li:nth-child(2) .joint_intro_system_main_list_sub {
  margin-top: 40px;
}

.joint_intro_system_main_list_sub li {
  width: 48%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E20;
}

.joint_intro_system_main_list_sub_one li {
  width: 100%;
  text-align: center;
}

.joint_intro_system_main_list_sub li:nth-child(n+3) {
  margin-top: 15px;
}

.joint_intro_system_middle_list {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  font-size: 0;
}

.joint_intro_system_middle_list > li {
  width: 29.8%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.joint_intro_system_middle_list > li:nth-child(n+2) {
  margin-left: 3.5%;
}

.joint_intro_system_middle_list_sec {
  background: #fff;
  padding: 40px 25px 35px;
}

.joint_intro_system_middle_list > li .joint_intro_system_middle_list_sec:nth-child(n+2) {
  margin-top: 25px;
}

.joint_intro_system_middle_list_sec_title_only {
  padding: 15px 25px;
}

.joint_intro_system_joint .joint_intro_system_middle_list_sec {
  border: 1px #00C5D4 solid;
}

.joint_intro_system_big .joint_intro_system_middle_list_sec {
  border: 1px #1E4DC1 solid;
}

.joint_intro_system_offer .joint_intro_system_middle_list_sec {
  border: 1px #01CBAD solid;
}

.joint_intro_system_middle_list_title {
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
}

.joint_intro_system_joint .joint_intro_system_middle_list_title {
  color: #03afb7;
}

.joint_intro_system_big .joint_intro_system_middle_list_title {
  color: #1E4DC1;
}

.joint_intro_system_offer .joint_intro_system_middle_list_title {
  color: #05b99d;
}

.joint_intro_system_middle_list_sub {
  margin-top: 35px;
}

.joint_intro_system_middle_list_sub li {
  padding-left: 45px;
  position: relative;
  text-align: left;
  line-height: 1.5;
}

.joint_intro_system_middle_list_sub li:nth-child(n+2) {
  margin-top: 25px;
}

.joint_intro_system_middle_list_sub span {
  width: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.joint_intro_system_joint .joint_intro_system_middle_list_sub span {
  background: #00C5D4;
}

.joint_intro_system_big .joint_intro_system_middle_list_sub span {
  background: #213491;
}

.joint_intro_system_middle_list_img {
  margin-top: 20px;
}

.joint_intro_system_middle_list_img img {
  width: 100%;
}

.joint_intro_system_bottom {
  background: #213491;
  margin-top: 65px;
  padding: 40px 15px;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  color: #fff;
}

.joint_full_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 478px;
}

.joint_full_bg_large {
  background-image: url(../images/joint_bg_full_bg_large.jpg);
}

.joint_full_bg_database {
  background-image: url(../images/joint_bg_full_bg_database.jpg);
}

.joint_facility {
  background: linear-gradient(120deg, #fff -50%, #EEF2F9 100%);
  padding: 265px 0 210px;
}

.joint_facility_sec {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
}

.joint_facility .content .joint_facility_sec:nth-child(n+2) {
  margin-top: 80px;
}

.joint_facility_content {
  background: #fff;
  padding: 75px 0 60px;
}

.joint_facility_content {
  padding: 70px 50px 60px;
  position: relative;
  overflow: hidden;
}

.joint_facility_content_top {
  letter-spacing: 0;
  font-size: 0;
}

.joint_facility_content_img {
  width: 42.5%;
  max-width: 469px;
  display: inline-block;
  vertical-align: top;
}

.joint_facility_content_img img {
  width: 100%;
}

.joint_facility_content_text {
  width: 53.2%;
  margin-left: 4.3%;
  display: inline-block;
  vertical-align: top;
}

.joint_facility_content_text .all_text {
  line-height: 2.3;
}

.joint_facility_content_text .all_text p:nth-child(n+2) {
  margin-top: 10px;
}

.joint_facility_content_text .all_border_table {
  margin-top: 15px;
}

.joint_facility_content_text .all_border_table th {
  width: 133px;
  min-width: 133px;
}

.joint_facility_content_text .all_border_table p span {
  display: block;
}

.joint_facility_content_text .all_border_table p > span:nth-child(n+2) {
  margin-top: 5px;
}

.joint_facility_content_text .all_border_table p span span {
  font-size: 14px;
}

.joint_facility_content_bottom {
  margin-top: 80px;
}

.joint_facility_content_bottom thead tr th:nth-child(1) {
  font-size: 22px;
}

.joint_facility_content_bottom thead th {
  padding: 5px 0;
}

.joint_facility_content_bottom tbody th {
  background: #fff;
  width: 270px;
  padding: 10px 5px 10px 25px;
}

.joint_facility_content_bottom tbody td {
  padding: 10px 5px;
  border-right: 1px #DEDEDE solid;
  text-align: center;
}

.joint_facility_content_bottom tbody tr td:last-child {
  border-right: none;
}

.joint_facility_content_bottom .all_table {
  min-width: 650px;
  font-size: 16px;
}

.joint_facility_content_contact {
  margin-top: 55px;
}

.joint_facility_link {
  margin-top: 40px;
}

.joint_facility_link a {
  width: auto;
  padding: 17px 27px 17px 15px;
  display: inline-block;
  letter-spacing: 1px;
}

.joint_facility_link a span {
  display: inline-block;
  letter-spacing: 0;
}

.joint_database {
  padding-bottom: 160px;
}

.joint_database_intro {
  margin-top: -85px;
  padding: 140px 0 105px;
}

.joint_database_intro .all_text {
  margin-top: 75px;
  line-height: 2.3;
}

.joint_database_content {
  padding-top: 105px;
  border-top: 1px #E7E7E7 solid;
}

.joint_database_sec .joint_database_content:nth-child(n+2) {
  margin-top: 115px;
}

.joint_database_title_logo {
  font-weight: 700;
  font-size: 20px;
  font-family: "Oswald";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.joint_database_title_logo img {
  width: 189px;
  margin-right: 50px;
  vertical-align: middle;
}

.joint_database_copy {
  margin-top: 50px;
  line-height: 2.3;
}

.joint_database_list {
  margin-top: 65px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_database_list li {
  background: #fff;
  width: 48.7%;
  padding: 60px 0 230px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  vertical-align: top;
}

.joint_database_list li:nth-child(2n) {
  margin-left: 2.6%;
}

.joint_database_list li:nth-child(n+3) {
  margin-top: 32px;
}

.joint_database_sub_title {
  padding: 0 30px;
  position: relative;
  line-height: 1.5;
  font-size: 22px;
  color: #213491;
}

.joint_database_sub_title:after {
  content: "";
  background: linear-gradient(120deg, #213491 0%, #284FFE 100%);
  width: 2px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.25em;
  display: block;
}

.joint_database_list .all_text {
  margin-top: 30px;
  padding: 0 30px;
  line-height: 1.9;
}

.joint_database_list .all_text a {
  position: relative;
  text-decoration: underline;
  color: #2937A1;
}

.joint_database_list_img {
  position: absolute;
  left: 35px;
  bottom: 60px;
}

.joint_database_list_dimension .joint_database_list_img {
  width: 187px;
}

.joint_database_list_bmrb .joint_database_list_img {
  width: 202px;
}

.joint_database_list_electron .joint_database_list_img {
  width: 252px;
}

.joint_database_list_empiar .joint_database_list_img {
  width: 254px;
}

.joint_database_list_img img {
  width: 100%;
}

.joint_database_list_more {
  position: absolute;
  right: 35px;
  bottom: 25px;
}

.joint_database_title {
  line-height: 1.7;
  font-size: 24px;
  color: #213491;
}

.joint_database_box {
  background: #fff;
  margin-top: 70px;
  padding: 60px 0 35px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_database_left {
  width: 36%;
  padding-bottom: 70px;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}

.joint_database_img {
  margin-top: 40px;
  padding-left: 30px;
}

.joint_database_content_ccdc .joint_database_img {
  width: 181px;
}

.joint_database_content_mouse .joint_database_img {
  width: 384px;
  max-width: 100%;
}

.joint_database_img img {
  width: 100%;
}

.joint_database_right {
  width: 59%;
  padding-right: 35px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
}

.joint_database_box_more {
  position: absolute;
  left: 35px;
  bottom: 35px;
  display: block;
}

.joint_outcome {
  background: linear-gradient(120deg, #EEF2F9 0%, #fff 110%);
  padding: 160px 0 125px;
  position: relative;
}

.joint_outcome .content {
  position: relative;
  z-index: 2;
}

.joint_outcome .content .joint_outcome_sec:nth-child(n+2) {
  margin-top: 160px;
}

.joint_outcome_report {
  margin-top: 80px;
}

.joint_outcome_report .joint_outcome_report_content:nth-child(n+2) {
  margin-top: 55px;
}

.joint_outcome_report_content .all_article_related_list {
  margin-top: 50px;
}

.joint_outcome .all_article_related_list a {
  background-color: #fff;
  min-height: 70px;
  padding-left: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  border: none;
  font-size: 15px;
}

.joint_outcome_report_link {
  margin-top: 42px;
}

.joint_outcome_report_link a {
  margin: 0 auto;
}

.joint_outcome_info {
  margin-top: 80px;
}

.joint_outcome_info_container {
  padding: 55px 0 30px;
  display: none;
}

.joint_outcome_info_container .joint_outcome_info_content:nth-child(n+2) {
  margin-top: 65px;
}

.joint_outcome_info_content .all_text {
  line-height: 2;
}

.joint_outcome_info_copy {
  margin-top: 30px;
}

.joint .all_related_sec {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.joint_outcome_info_sec .blank span {
  background: #fff url(../images/all_bg_blank.png) no-repeat center right 25px/32px;
}

.joint_outcome_info_sec .blank span:before,
.joint_outcome_info_sec .blank span:after {
  display: none;
}

.joint_outcome_contact {
  background: #fff;
  margin-top: 75px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 10px 17px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 10px 17px 20px;
  overflow: hidden;
}

.joint_outcome_info_text_link, .all_text_link {
  position: relative;
  display: inline;
  text-decoration: underline;
  color: #213491;
  word-break: break-all;
  font-family: "Oswald", sans-serif;
}

.all_text_link span {
  text-decoration: underline;
}

.all_text_link.hover span {
  text-decoration: none;
}

.joint_outcome_info_three_list {
  margin-top: 40px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_outcome_info_three_list > li {
  background: #fff;
  width: 31.8%;
  display: inline-block;
  vertical-align: top;
}

.joint_outcome_info_three_list > li:nth-child(n+2) {
  margin-left: 2.3%;
}

.joint_outcome_info_three_list_title {
  padding-top: 35px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.joint_outcome_info_three_list_text {
  margin-top: 25px;
  padding: 30px 25px 40px;
  border-top: 1px #F3F6FB solid;
}

.joint_outcome_info_border_sec {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px #E0E0E0 solid;
}

.joint_outcome_info_order_list {
  margin-top: 15px;
}

.joint_outcome_info_order_list_trip {
  margin-top: 30px;
}

.joint_outcome_info_order_list_big {
  margin-top: 45px;
}

.joint_outcome_info_order_list > li:nth-child(n+2) {
  margin-top: 20px;
}

.joint_outcome_info_order_list_big > li:nth-child(n+2) {
  margin-top: 60px;
}

.joint_outcome_info_order_list_title {
  padding-left: 45px;
  position: relative;
}

.joint_outcome_info_order_list_big .joint_outcome_info_order_list_title {
  margin-bottom: 15px;
}

.joint_outcome_info_order_number {
  background: #213491;
  width: 32px;
  position: absolute;
  left: 0;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.joint_outcome_sub_sec {
  margin-top: 30px;
}

.joint_outcome_sub_sec .joint_outcome_sub_content:nth-child(n+2) {
  margin-top: 40px;
}

.joint_outcome_sub_title {
  margin-bottom: 7px;
}

.joint_outcome_list li {
  padding-left: 1em;
  position: relative;
}

.joint_outcome_list span {
  position: absolute;
  left: 0;
  top: 0;
}

.joint_outcome_table {
  margin-top: 20px;
}

.joint_outcome_table .all_table {
  min-width: 850px;
  border-bottom: none;
}

.joint_outcome_table thead th {
  padding: 10px 0;
}

.joint_outcome_table tbody th {
  background: none;
  padding: 11px 20px 11px 35px;
}

.joint_outcome_table tbody td {
  padding: 11px 10px;
  text-align: center;
  border-right: 1px #DEDEDE solid;
}

.joint_outcome_table_trip tbody th {
  width: 32.8%;
}

.joint_outcome_table_trip tbody td {
  width: 33.6%;
}

.joint_outcome_caution {
  margin-top: 15px;
}

.joint_outcome_caution p {
  position: relative;
  line-height: 1.8;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.joint_outcome_info_double_list {
  margin-top: 8px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_outcome_info_double_list li {
  background: #fff;
  width: 48%;
  padding: 30px 10px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.joint_outcome_info_double_list li:nth-child(2) {
  margin-left: 4%;
}

.joint_outcome_info_double_list li > span {
  display: block;
  line-height: 1.5;
}

.joint_outcome_info_double_list li span:nth-child(2) {
  margin-top: 5px;
}

.joint_outcome_info_five_list {
  letter-spacing: 0;
  font-size: 0;
}

.joint_outcome_info_five_list li {
  width: 18.8%;
  display: inline-block;
  vertical-align: top;
}

.joint_outcome_info_five_list li:nth-child(n+2) {
  margin-left: 1.5%;
}

.joint_outcome_info_five_list p {
  width: 100%;
  display: table;
}

.joint_outcome_info_five_list p > span {
  background: #fff;
  width: 100%;
  padding: 55px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.joint_outcome_info_box {
  background: #fff;
  margin-top: 30px;
  padding: 40px 30px;
  border: 1px #B8B8B8 solid;
  line-height: 2;
  font-size: 14px;
  color: #242428;
}

/* #contract プロテインシーケンサー受託分析
=========================================== */
.contract_sec {
  padding: 160px 0 115px;
}

.contract_container {
  margin-top: 80px;
}

.contract_container .contract_content:nth-child(n+2) {
  margin-top: 50px;
}

.contract_container .contract_content:last-child {
  margin-top: 70px;
}

.contract_content .all_text {
  line-height: 2.2;
}

.contract_content .all_text:nth-child(n+2) {
  margin-top: 20px;
}

.contract_content .all_article_related_list a {
  min-height: 70px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  padding-left: 25px;
}

.contract .all_related_sec {
  margin-top: 0;
}

.contract_contact {
  background: linear-gradient(120deg, #fff -10%, #EEF2F9 100%);
  padding: 135px 0 110px;
}

.contract_contact .content {
  background: #fff;
  overflow: hidden;
}

/* #students 学びたい学生の皆さん
=========================================== */
.students {
  padding-bottom: 220px;
}

.students_intro {
  background: linear-gradient(120deg, #fff -10%, #EEF2F9 100%);
  padding: 210px 0 60px;
}

.students_intro_list {
  margin-top: 30px;
}

.students_intro_list li {
  padding: 35px 0 35px 85px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}

.students_intro_list li:nth-child(n+2) {
  border-top: 1px #F1F1F1 solid;
}

.students_intro_list_number {
  width: 85px;
  position: absolute;
  left: 0;
  top: 40px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
  opacity: 0.24;
}

.students_intro_list_title {
  width: 31.9%;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.students_intro_list_title {
  margin-right: 10.7%;
}

.students_intro_list_text {
  width: 57.4%;
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B1C1D;
}

.students_program {
  background: linear-gradient(120deg, #fff -10%, #EEF2F9 100%);
  padding: 210px 0 110px;
}

.students_table_overview {
  margin-top: 50px;
  border-top: 2px #DEDEDE solid;
}

.students_table_overview th {
  width: 230px;
  min-width: 230px;
  padding: 10px 15px 10px 25px;
  vertical-align: top;
}

.students_table_overview td {
  padding: 10px 40px;
  font-size: 16px;
}

.students_table_year {
  min-width: 960px;
}

.students_table_year tbody th {
  width: 108px;
  padding: 13px 10px;
  text-align: center;
}

.students_table_year tbody td {
  padding: 13px 10px;
  border-right: 1px #DEDEDE solid;
  font-size: 13px;
}

.students_program_year {
  margin-top: 78px;
}

.students_program_year .students_program_year_sec:nth-child(n+2) {
  margin-top: 80px;
}

.students_program_year_content {
  margin-top: 58px;
  display: none;
}

.students_table_professor p:nth-child(n+2) {
  margin-top: 5px;
}

.students_program_year_sec .all_article_related_list li {
  background: #FFF;
}

.students_program_year_sec table a {
  color: #1E4DC1;
}

.students_entrance {
  padding: 165px 0 0;
}

.students_entrance .all_text {
  margin-top: 70px;
  line-height: 2.2;
}

.students_entrance_all {
  margin-top: 35px;
}

.students_entrance_all .all_article_related_list {
  margin-top: 0;
}

.students_entrance_major {
  margin-top: 90px;
}

.students_entrance_major .students_entrance_major_sec:nth-child(n+2) {
  margin-top: 70px;
}

.students_entrance_major_sec .all_article_related_list {
  margin-top: 30px;
}

.students_entrance .all_article_related_list a {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
}

/* news お知らせ
=========================================== */
.news {
  padding-bottom: 220px;
}

.news_tab {
  margin-top: 80px;
  letter-spacing: 0;
  font-size: 0;
}

.news_tab li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.news_tab a {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px #ECECEC solid;
  border-left: none;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  color: #213491;
}

.news_tab li:nth-child(1) a {
  border-left: 1px #ECECEC solid;
  font-family: "Oswald";
  font-size: 18px;
}

.news_tab a.on {
  background: #EFEFEF;
  border: 1px #EFEFEF solid;
  font-weight: 700;
}

.news_tab a.hover {
  background: #EFEFEF;
  border-color: #EFEFEF;
  opacity: 1;
}

.news_sec {
  margin-top: 25px;
  display: none;
}

.news_sec#all {
  display: block;
}

.news_list li {
  border-bottom: 1px #CDD9E8 dashed;
}

.news_list a {
  padding: 45px 0;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news_list a:after {
  content: "";
  background: #F8F9FB;
  width: 105%;
  height: 100%;
  position: absolute;
  left: -2.5%;
  top: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news_list a.hover {
  opacity: 1;
}

.news_list a.hover:after {
  opacity: 1;
}

.news_img {
  width: 240px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}

.news_img img {
  width: 100%;
}

.news_content {
  width: calc(100% - 240px);
  padding: 5px 0 0 55px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}

.news_head {
  letter-spacing: 0;
  font-size: 0;
}

.news_head_category {
  margin-right: 40px;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
  color: #213491;
}

.news_head_category:after {
  content: "";
  background: #284FFE;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.news_head_date {
  display: inline-block;
  vertical-align: middle;
  font-family: "Oswald";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
}

.news_title {
  margin-top: 20px;
  line-height: 2;
  font-size: 17px;
  color: #1A1A1B;
}

.news .all_pager_sec {
  margin-top: 100px;
}

/* #access アクセス/各種お問い合わせ
=========================================== */
.access_sec {
  margin-top: 160px;
}

.access_map {
  margin-top: 80px;
  font-size: 0;
}

.access_map iframe {
  width: 100%;
  height: 584px;
}

.access_address {
  margin-top: 55px;
  padding-right: 280px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}

.access_address_name {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-size: 20px;
  color: #2A2A2A;
}

.access_address_text {
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: top;
  line-height: 2.1;
}

.access_address_text_border {
  display: inline-block;
  border-bottom: 1px #1A1A1B solid;
  vertical-align: baseline;
  line-height: 1.9;
}

.access_address_text a {
  color: #1A1A1B;
}

.access_address img {
  width: 281px;
  vertical-align: text-bottom;
}

.access_address_link {
  width: 240px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 58px;
}

.access_address_link a {
  background: #240092;
  position: relative;
  display: block;
}

.access_address_link a.hover {
  opacity: 1;
}

.access_address_link a:after {
  content: "";
  background: #284FFE;
  background: -webkit-gradient(linear, left top, right top, from(#240092), to(#284FFE));
  background: linear-gradient(to right, #240092 0%, #284FFE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.access_address_link a.hover:after {
  opacity: 0;
}

.access_address_link span {
  background: url(../images/all_bg_blank_white.png) no-repeat right 15px center/22px 17px;
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.access_site {
  margin-top: 70px;
}

.access_site_img {
  margin-top: 50px;
}

.access_site_img img {
  width: 100%;
}

.access_route {
  background: #240092;
  background: linear-gradient(120deg, #240092 0%, #284FFE 120%);
  margin-top: 125px;
  padding: 75px 0 70px;
}

.access_route_title_big {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.access_route_title_small {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
}

.access_route_field {
  margin-top: 55px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}

.access_route_field_content {
  width: 31.6%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 0;
}

.access_route_field .access_route_field_content:nth-child(2) {
  margin-left: 28px;
}

.access_route_field_text {
  width: 65px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.access_route_field_input {
  width: calc(100% - 65px);
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.access_route_field_input input {
  background-color: #FFF;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  line-height: 60px;
  font-size: 18px;
  color: #393939;
}

.access_route_link {
  width: calc(100% - 28px - 68.6%);
  margin-left: 5.4%;
  display: inline-block;
  vertical-align: middle;
}

.access_route_link a {
  background: #fff url(../images/all_bg_blank.png) no-repeat center right 15px/22px;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #213491;
}

.access_route_caution {
  margin-top: 25px;
  line-height: 1.5;
  color: #fff;
}

.access_route_caution p:nth-child(n+2) {
  margin-top: 18px;
}

.access_program {
  background: #EEF2F9;
  background: linear-gradient(120deg, #EEF2F9 -30%, #FFF 100%);
}

.access_program .content {
  padding: 165px 0 265px;
  position: relative;
}

.access_program_sec_first {
  margin-top: 70px;
}

.access_program_sec_second {
  margin-top: 80px;
}

.access_program_intro {
  margin-top: 40px;
  line-height: 2;
}

.access_program_type_list {
  margin-top: 48px;
  letter-spacing: 0;
  font-size: 0;
}

.access_program_type_list li {
  width: 23.6%;
  display: inline-block;
  vertical-align: top;
}

.access_program_type_list li:nth-child(n+2) {
  margin-left: 1.8%;
}

.access_program_type_list p {
  background: #fff;
  width: 100%;
  padding: 60px 10px 25px;
  text-align: center;
}

.access_program_type_list_title {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E67C1;
}

.access_program_type_list_text {
  margin-top: 12px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4F4F4F;
}

.access_program_method_list {
  margin-top: 30px;
  letter-spacing: 0;
  font-size: 0;
}

.access_program_method_list > li {
  width: 47.9%;
  display: inline-block;
  vertical-align: top;
}

.access_program_method_list > li:nth-child(2) {
  margin-left: 4.2%;
}

.access_program_method_list_title {
  background: #240092;
  background: -webkit-gradient(linear, left top, right top, from(#240092), to(#284FFE));
  background: linear-gradient(to right, #240092 0%, #284FFE 100%);
  padding: 12px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}

.access_program_method_list_text {
  background: #fff;
  padding: 40px 20px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #4F4F4F;
}

.access_program_method_list_text li {
  width: 100%;
  line-height: 1.5;
}

.access_program_method_list_text li:nth-child(n+2) {
  margin-top: 25px;
}

.access_program_text {
  margin-top: 20px;
  line-height: 2;
}

.access_contact {
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 10px 17px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 10px 17px 20px;
  width: 100%;
}

.access_contact_top {
  padding: 40px 20px 25px;
}

.access_contact_title {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.access_contact_text {
  margin-top: 10px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.access_contact_bottom {
  padding: 40px 80px 60px;
  border-top: 1px #F2F2F2 solid;
  letter-spacing: 0;
  font-size: 0;
}

.access_contact_bottom_left {
  width: calc(100% - 473px);
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  font-size: 18px;
  color: #1A1A1B;
}

.access_contact_bottom_left_mr {
  margin-right: 1em;
}

.access_contact_bottom_right {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.access_contact_bottom_right li {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
}

.access_contact_bottom_right li:nth-child(2) {
  margin-left: 3%;
}

.access_contact_bottom_right a {
  background: #240092;
  width: 100%;
  padding: 14px 40px 14px 0;
  position: relative;
  display: block;
  text-align: right;
  color: #fff;
}

.access_contact_bottom_right a:before {
  content: "";
  background: url(../images/all_bg_tel.png) no-repeat center/100% 100%;
  width: 21px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  z-index: 2;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.access_contact_bottom_right a:after {
  content: "";
  background: linear-gradient(120deg, #240092 0%, #284FFE 110%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.access_contact_bottom_right a.hover {
  opacity: 1;
}

.access_contact_bottom_right a.hover:after {
  opacity: 0;
}

.access_contact_bottom_right_name {
  width: 80px;
  margin-right: 18px;
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  font-size: 14px;
}

.access_contact_bottom_right_tel {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* #publication 出版
=========================================== */
.publication_sec {
  padding: 90px 0 250px;
}

.publication_sec .content .publication_container:nth-child(n+2) {
  margin-top: 45px;
}

.publication_container .all_ham_title span {
  padding: 38px 70px 38px 38px;
  font-size: 24px;
}

.publication_content {
  padding: 55px 0;
}

.publication_list {
  letter-spacing: 0;
  font-size: 0;
}

.publication_list li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.publication_list li:nth-child(n+2) {
  margin-left: 2%;
}

.publication_list li:nth-child(3n-2) {
  margin-left: 0;
}

.publication_list li:nth-child(n+4) {
  margin-top: 30px;
}

.publication_list a.hover {
  opacity: 1;
}

.publication_list a,
.publication_list li > div {
  background: #fff;
  position: relative;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  letter-spacing: 0;
  font-size: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.publication_list_img {
  width: 98px;
  display: inline-block;
  vertical-align: middle;
}

.publication_list_img img {
  width: 100%;
}

.publication_list_text {
  width: calc(100% - 98px);
  padding: 20px 25px 15px 22px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
}

.publication_list_title {
  line-height: 1.8;
  color: #213491;
}

.publication_list_year {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 12px;
}

.publication_list .pdf {
  background: url(../images/all_bg_pdf.png) no-repeat right 18px bottom 20px/18px;
}

@media (min-width: 1025px) {
  .publication_list li a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/* #search 検索
=========================================== */
.search_sec {
  padding: 135px 0 250px;
}

.search_form {
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}

.search_form input {
  background: #FFF;
  width: calc(100% - 65px);
  padding: 16px 30px;
  border: 1px #E4E4E4 solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: 18px;
  color: #1A1A1B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search_form_on input {
  background: #EEE;
  border: 1px #EEE solid;
}

.search_form button {
  background: #1E4DC1 url(../images/search_bg_form_magni.png) no-repeat center top 23px/18px;
  width: 65px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search_form button span {
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.search_content {
  margin-top: 115px;
}

.search_head {
  position: relative;
}

.search_head:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#5187FF));
  background: linear-gradient(to right, #213491 0%, #5187FF 100%);
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.search_head_title {
  padding: 0 145px 18px 0;
  line-height: 1.8;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.search_head_title span:nth-child(1) {
  margin-right: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  color: #213491;
}

.search_head_number {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.search_head_number span {
  margin-right: 7px;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.search_list {
  margin-top: 5px;
}

.search_list li {
  border-bottom: 1px #CDD9E8 dashed;
}

.search_list a {
  padding: 45px 0;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.search_list a:after {
  content: "";
  background: #F8F9FB;
  width: 105%;
  height: 100%;
  position: absolute;
  left: -2.5%;
  top: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search_list a.hover {
  opacity: 1;
}

.search_list a.hover:after {
  opacity: 1;
}

.news_img {
  width: 240px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}

.search_list_img {
  width: 240px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}

.search_list_img img {
  width: 100%;
}

.search_list_text {
  width: calc(100% - 270px);
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}

.search_list_title {
  padding-top: 5px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 17px;
  color: #000F92;
}

.search_list_text .all_text {
  margin-top: 5px;
  line-height: 2;
}

.search_list_text .all_text span {
  background: #FFF881;
}

.search_list_link {
  margin-top: 5px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #CFCFCF;
}

.search .all_pager_sec {
  margin-top: 55px;
}

.search_none_sec {
  width: 100%;
  max-width: 680px;
  margin: 130px auto 0;
}

.search_none_sec .search_head_title {
  padding: 0;
}

.search_none_list {
  margin-top: 30px;
  line-height: 1.8;
}

.search_none_list li:nth-child(n+2) {
  margin-top: 5px;
}

/* #inside 所内向け
=========================================== */
.inside_sec {
  padding: 160px 0 250px;
}

.inside_link_list {
  letter-spacing: 0;
  font-size: 0;
}

.inside_link_list li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}

.inside_link_list li:nth-child(2n) {
  margin-left: 6%;
}

.inside_link_list li:nth-child(n+3) {
  margin-top: 40px;
}

.inside_link_list a {
  padding: 32px 85px 32px 35px;
  position: relative;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  line-height: 1.5;
  font-size: 24px;
  color: #213491;
}

.inside_link_list a:after {
  content: "";
  background: url(../images/all_bg_related_list_arrow.png) no-repeat right center/100% 100%;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inside_link_list a.blank:after {
  background-image: url(../images/all_bg_blank.png);
  width: 34px;
  height: 26px;
}

.inside_link_list a:before {
  content: "";
  background: linear-gradient(120deg, #213491 0%, #284FFE 100%);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inside_link_list p {
  width: 100%;
  display: table;
}

.inside_link_list span {
  display: table-cell;
  vertical-align: middle;
}

/* #consultation 学生なんでも相談室
=========================================== */
.consultation_sec {
  padding: 150px 0 235px;
}

.consultation_sec .all_article_title {
  margin-top: 0;
}

.consultation_sub_sec {
  margin-top: 105px;
}

.consultation_contact_list {
  margin-top: 50px;
  letter-spacing: 0;
  font-size: 0;
}

.consultation_contact_list > li {
  background: #fff;
  width: 31.8%;
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  vertical-align: top;
}

.consultation_contact_list > li:nth-child(n+2) {
  margin-left: 2.3%;
}

.consultation_contact_top {
  padding: 55px 0 20px;
  text-align: center;
}

.consultation_contact_role {
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #676767;
}

.consultation_contact_name {
  line-height: 1.5;
  font-size: 24px;
  color: #1A1A1B;
}

.consultation_contact_bottom {
  padding: 40px 0 45px;
  border-top: 1px #F5F3F3 solid;
}

.consultation_contact_bottom li {
  width: 80%;
  margin: 0 auto;
}

.consultation_contact_bottom li:nth-child(n+2) {
  margin-top: 12px;
}

.consultation_contact_bottom .all_mail_tell > span {
  line-height: 52px;
}

.consultation_contact_bottom .all_tell > span {
  font-size: 24px;
}

.consultation_contact_text {
  margin-top: 110px;
  text-align: center;
  line-height: 1.8;
}

.consultation_contact_link {
  margin-top: 110px;
}

.consultation_contact_link a {
  max-width: 445px;
  margin: 0 auto;
}

/* #colloquim コロキウム
=========================================== */
.colloquim_sec {
  padding: 145px 0 100px;
}

.colloquim_sec .all_article_title {
  margin-top: 0;
}

.inside_copy {
  margin-top: 45px;
  line-height: 2.2;
}

.colloquim_mail {
  margin-top: 35px;
}

.colloquim_mail a {
  max-width: 445px;
}

.colloquim_sub_sec {
  margin-top: 110px;
}

.colloquim_none {
  margin-top: 90px;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  color: #1A1A1B;
}

.colloquim_past {
  background: linear-gradient(120deg, #fff -50%, #EEF2F9 110%);
  padding: 115px 0;
}

.colloquim_past .all_article_related_list {
  margin-top: 60px;
}

.colloquim_past .all_article_related_list a {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  border: none;
}

/* #policy PRIVACY POLICY
=========================================== */
.policy .colloquim_sec .inside_copy:nth-child(1) {
  margin-top: 0;
}

/* #policy PRIVACY POLICY
=========================================== */
.page404 {
  padding-top: 70px;
  padding-bottom: 260px;
}

.page404 .content_middle {
  background: url(../images/page404_bg.png) no-repeat center/cover;
  padding: 340px 25px 90px 65px;
}

.page404_title {
  margin-bottom: 25px;
  letter-spacing: 20px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 139px;
  color: #213491;
}

.page404_text {
  line-height: 1.8;
  font-weight: 600;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1B;
}

.page404_form {
  margin-top: 130px;
}

.page404_form .search_form {
  margin-top: 15px;
}

/* #footer フッター
=========================================== */
#footer {
  background: #181818;
  padding: 50px 0 70px 64px;
}

.footer_top {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px #767676 solid;
  letter-spacing: 0;
  font-size: 0;
}

.footer_list_left {
  width: calc(100% - 170px);
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 0;
}

.footer_list_left > li {
  width: 14.6%;
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
}

.footer_list_left > .footer_list_achivement {
  width: 12.7%;
}

.footer_list_left > .footer_list_reserch {
  width: 18.9%;
}

.footer_list_left > .footer_list_education {
  width: 24.3%;
}

.footer_list_title a {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.footer_list_sub {
  margin-top: 25px;
}

.footer_list_sub li:nth-child(n+2) {
  margin-top: 10px;
}

.footer_list_sub a {
  font-size: 13px;
  color: #A8A8A8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer_list_right {
  width: 170px;
  display: inline-block;
  vertical-align: top;
}

.footer_list_right li:nth-child(n+2) {
  margin-top: 25px;
}

.footer_bottom {
  text-align: center;
}

.footer_bottom_content_title {
  line-height: 1.5;
  font-size: 17px;
  color: #fff;
}

.footer_bottom_content_address {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9E9E9E;
}

.footer_bottom_content_address_tel {
  margin-top: 5px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9E9E9E;
}

.footer_bottom_content_address a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9E9E9E;
}

.footer_sns {
  margin-top: 5px;
  line-height: 1.5;
}

.footer_sns_title {
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9E9E9E;
}

.footer_sns_list {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 0;
}

.footer_sns_list li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.footer_sns_list li:last-child {
  margin-right: 0;
}

.footer_sns_list_facebook img {
  width: 9px;
}

.footer_sns_list_twitter img {
  width: 16px;
}

.footer_copyright {
  margin-top: 18px;
  line-height: 1.2;
}

.footer_copyright small {
  font-weight: 700;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898989;
}

.about_emeritus_table_wrapper {
  margin: 50px auto 200px;
  max-width: 1000px;
}

.about_emeritus_table {
  width: 100%;
}

.about_emeritus_table tr {
  border-bottom: 1px solid #ECECEC;
  position: relative;
}

.about_emeritus_table tr:first-child {
  height: 40px;
}

.about_emeritus_line {
  position: relative;
}

.about_emeritus_line:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#5187FF), to(#213491));
  background: linear-gradient(to right, #5187FF 0%, #213491 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 40px;
  display: block;
}

.about_emeritus_table tr th {
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1E4DC1;
}

.about_emeritus_table tr td {
  padding: 22px 0;
  position: relative;
  text-align: center;
}

.about_emeritus_table tr td:first-child {
  width: 18%;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.about_emeritus_table tr td:nth-child(2) {
  width: 29%;
}

.about_emeritus_table tr td:nth-child(4) {
  width: 175px;
}

.about_emeritus_table tr td:last-child a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #213491;
}

.en-US .about_emeritus_table tr td:last-child a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

.en-US .about_emeritus_table tr td:last-child a:after {
  right: 26px;
}

.about_emeritus_table tr td:last-child a:after {
  content: "";
  background: url(../images/all_magni.png) no-repeat center/contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_emeritus_table tr td:nth-child(n+2):after {
  content: "";
  background: #ECECEC;
  height: 62%;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_emeritus_note {
  font-size: 15px;
  margin-top: 5px;
}

.about_emeritus_mail {
  display: inline-block;
}

.about_emeritus_table tr td:nth-child(3) {
  padding: 22px 10px;
}

.about_emeritus_mail > span {
  position: relative;
  display: inline-block;
}

.about_emeritus_mail > span span {
  position: absolute;
  right: -8px;
  top: -6px;
  font-size: 12px;
  color: #ff0000;
}

/* move */
.joint_intro_system_sp {
  display: none;
}

.about_history_list_sec_last:before {
  content: none !important;
}

.top_modal {
  background: rgba(33, 52, 145, 0.7);
  background: linear-gradient(130deg, rgba(33, 52, 145, 0.7) 0%, rgba(40, 79, 254, 0.7) 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}

#container.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}

.top_modal_inner {
  background: #FFF;
  max-width: 660px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  padding: 35px 45px 60px 45px;
}

.top_modal_table {
  width: 100%;
  vertical-align: top;
}

.top_modal_table tr th {
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #1E4DC1;
  vertical-align: top;
}

.top_modal_table tr th p {
  padding: 19px 0;
  position: relative;
}

.top_modal_table tr th p:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#5187FF), to(#213491));
  background: linear-gradient(to right, #5187FF 0%, #213491 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.top_modal_table tr td {
  vertical-align: top;
}

.top_modal_table tr td p {
  padding: 17px 0 17px 33px;
  border-bottom: 1px solid #ECECEC;
}

.top_modal_close {
  background: #213491 url(../images/all_close.png) no-repeat center/20px;
  width: 49px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.top_modal_links > span {
  display: block;
}

.top_modal_links > span span {
  background: url(../images/all_ext.png) no-repeat center right/19px;
  padding-right: 25px;
  display: inline-block;
}

.top_modal_links > span:nth-child(n+2) {
  margin-top: 20px;
}

.top_modal_links a {
  display: block;
  color: #000;
}

.top_modal_achiev span {
  display: block;
}

.top_modal_achiev span:nth-child(n+2) {
  margin-top: 10px;
}

.all_pankuzu a {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  color: #B8B8B8;
}

.outcome_report_content {
  margin: 95px auto 230px;
}

.outcome_report_ttl {
  margin-bottom: 23px;
}

.outcome_report_ttl .all_border_title {
  margin-right: 3%;
  display: inline-block;
}

.outcome_report_ttl p {
  margin-top: 4px;
  display: inline-block;
  font-size: 16px;
  color: #000;
}

.outcome_report_main {
  background: linear-gradient(120deg, #EEF2F9 0%, #fff 110%);
  margin-top: 153px;
  padding: 80px 0 90px;
  position: relative;
}

.outcome_report .all_article_related_list a {
  background-color: #fff;
  min-height: 70px;
  padding-left: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  border: none;
}

.outcome_report .all_article_related_list {
  margin-top: 60px;
}

.outcome_report .joint_outcome_report_link {
  margin-top: 51px;
}

.outcome_report_list {
  margin-top: 57px;
}

.outcome_report_list .outcome_report_list_el:nth-child(n+2) {
  margin-top: 98px;
}

.outcome_report_table {
  overflow: auto;
}

.outcome_report_list table {
  background: -webkit-gradient(linear, left top, right top, from(#213491), to(#284FFE));
  background: linear-gradient(to right, #213491 0%, #284FFE 100%);
  width: 100%;
  min-width: 800px;
}

.outcome_report_list table thead tr th:nth-child(1) {
  border-right: 2px #CACACA solid;
}

.outcome_report_list table tbody th {
  padding: 22px 0 10px 2.5%;
  border-right: 2px #CACACA solid;
  font-weight: 600;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}

.outcome_report_list table tbody th:nth-child(n+3) {
  border-right: 1px #CACACA solid;
}

.outcome_report_list table tbody th:last-child {
  border-right: none;
}

.outcome_report_list table tbody th:nth-child(1) {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  padding-left: 0;
  text-align: center;
}

.outcome_report_list .typeA table tbody th:nth-child(2) {
  width: 39.6%;
}

.outcome_report_list .typeA table tbody th:nth-child(3) {
  width: 16.3%;
}

.outcome_report_list .typeA table tbody th:nth-child(4) {
  width: 16.3%;
}

.outcome_report_list .typeA table tbody th:nth-child(5) {
  width: 23.5%;
}

.outcome_report_list .typeB table tbody th:nth-child(2) {
  width: 28.8%;
}

.outcome_report_list .typeB table tbody th:nth-child(3) {
  width: 16.7%;
}

.outcome_report_list .typeB table tbody th:nth-child(4) {
  width: 16.7%;
}

.outcome_report_list .typeB table tbody th:nth-child(5) {
  width: 10.4%;
}

.outcome_report_list .typeB table tbody th:nth-child(6) {
  width: 23.4%;
}

.outcome_report_list .typeC table tbody th:nth-child(2) {
  width: 47.9%;
}

.outcome_report_list .typeC table tbody th:nth-child(3) {
  width: 16.7%;
}

.outcome_report_list .typeC table tbody th:nth-child(4) {
  width: 31.6%;
}

.outcome_report_list table tbody td {
  background: #FFF;
  padding: 19px 15px 10px 2.5%;
  border-right: 2px #CACACA solid;
  border-bottom: 1px solid #CACACA;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.outcome_report_list table tbody td:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}

.outcome_report_list table tbody td:nth-child(2) {
  font-weight: 600;
}

.outcome_report_list table tbody td:nth-child(n+3) {
  border-right: 1px #CACACA solid;
}

.outcome_report_list table tbody td:last-child {
  border-right: none;
}

.outcome_report_list table tbody td a {
  display: inline-block;
  color: #2253CF;
}

.info_disclo_section {
  margin-top: 90px;
}

.info_disclo_section:last-child .all_list_thick {
  margin-bottom: 0;
}

.info_disclo_section .all_border_title {
  margin-bottom: 30px;
}

.all_list_thick {
  margin-bottom: 55px;
  letter-spacing: 0;
  font-size: 0;
}

.all_list_thick a.pdf {
  background: #fff url(../images/all_bg_pdf.png) no-repeat right 20px center/21px 25px;
  padding-right: 60px;
}

.all_list_thick a {
  background-color: #FFF;
  width: 100%;
  padding: 19px 65px 19px 5%;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  min-height: 105px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  font-size: 16px;
  color: #213491;
}

.info_disclo_section_listing .about_meeting_content:nth-child(n+2) {
  margin-top: 35px;
}

.type_A.all_list_thick li:nth-child(2n+1) {
  margin-left: 0;
}

.type_A.all_list_thick li:nth-child(n+3) {
  margin-top: 20px;
}

.type_A.all_list_thick li {
  width: 48.2%;
  margin-left: 3.6%;
  display: inline-block;
  vertical-align: top;
}

.type_B.all_list_thick li:nth-child(3n+1) {
  margin-left: 0;
}

.type_B.all_list_thick li:nth-child(n+4) {
  margin-top: 20px;
}

.type_B.all_list_thick li {
  width: 31.6%;
  margin-left: 2.5%;
  display: inline-block;
  vertical-align: top;
}

.publication_list.pdf li a > div {
  letter-spacing: 0;
  font-size: 0;
}

.publication_list.pdf li a {
  background: #fff url(../images/all_bg_pdf.png) no-repeat bottom 20px right 20px/21px 25px;
}

.info_disclo.about_meeting {
  padding: 135px 0 170px;
}

.publication2 .publication_sec {
  padding: 110px 0 175px;
}

.publication_container_wrapper {
  margin-top: 52px;
}

.publication2 .publication_content {
  padding: 55px 0 0;
}

.publication2 .publication_sec .content .publication_container:nth-child(n+2) {
  margin-top: 80px;
}

.outcome_report_table_wrapper {
  display: block;
  overflow-y: hidden;
}

.outcome_report_list_el .joint_outcome_report_link {
  display: none; /*transition: all .4s;*/
}

/*.outcome_report_list_el tr:nth-child(n+7) { display: none; }*/
.news,
.students,
.achivements,
.info_disclo,
.all_article,
.joint_outcome,
.about_meeting,
.colloquim_sec,
.facilities_sec,
.research-groups,
.strength_content {
  padding-bottom: 200px;
}

.loading {
  background: #FFF;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  display: none;
}

.loading_circle {
  width: 168px;
  height: 168px;
  left: 0;
  top: 0;
  position: absolute;
  border: 6px rgba(184, 184, 184, 0.2) solid;
  border-radius: 50%;
  pointer-events: none;
}

.loading_circle svg {
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
}

.loading_circle.anime svg {
  opacity: 1;
}

.loading_circle circle {
  fill: transparent;
  stroke: #213491;
  stroke-width: 6;
}

.loading_circle.anime circle {
  -webkit-animation: circle 3s forwards linear;
          animation: circle 3s forwards linear;
  opacity: 1;
}

.loading_circle_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #213491;
  font-weight: 400;
}

.loading_circle_wrapper {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 500;
  }
  100% {
    stroke-dasharray: 505 505;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 500;
  }
  100% {
    stroke-dasharray: 505 505;
  }
}
.all_article_related_list_dual {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 0;
  font-size: 0;
}

.all_article_related_list_head p {
  width: 100%;
  min-height: 75px;
  padding: 15px 35px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #E4E4E4 solid;
  line-height: 1.5;
  font-size: 15px;
  color: #213491;
}

.all_article_related_list_head {
  width: calc(100% - 110px);
  display: inline-block;
}

.all_article_related_list_dual ul {
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 0;
}

.all_article_related_list_dual ul li {
  width: 50%;
  height: 100%;
  margin-top: 0 !important;
  display: inline-block;
  border-left: 1px solid #E7E7E7;
}

.all_article_related_list_dual ul li:nth-child(n+2) {
  margin-left: 0;
}

.all_article_related_list_dual ul li a {
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.all_article_related_list_dual ul li a.pdf {
  background: url(../images/all_bg_pdf.png) no-repeat center/21px 25px;
  padding: 0;
}

.all_article_related_list_dual ul li a.word {
  background: url(../images/all_bg_word.png) no-repeat center/21px 25px;
  padding: 0;
}

.all_article_related_list_dual ul li a.excel {
  background: url(../images/all_bg_excel.png) no-repeat center/21px 25px;
  padding: 0;
}

@media (min-width: 1025px) {
  .all_article_related_list .all_article_related_list_dual li:hover {
    -webkit-transform: none;
            transform: none;
  }
  .all_article_related_list_dual:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/* exceptions */
.joint_outcome .all_article_related_list_head p {
  padding-left: 20px;
  padding-right: 15px;
  min-height: 70px;
  border: none;
}

.top_mv_left_slide:nth-child(3):after {
  content: "ⒸRIKEN";
  background: #FFF;
  padding: 6px 12px;
  line-height: 1;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}

.pic_copy {
  background: #FFF;
  padding: 6px 12px;
  line-height: 1;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}

.email_note {
  position: relative;
}

.email_note:before {
  content: "※";
  position: absolute;
  top: 10px;
  right: 12px;
  line-height: 1;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
}

.en-US .email_note:before {
  content: "*";
  right: 40px;
  font-size: 18px;
}

.modal_note {
  margin-top: 6px;
  font-size: 12px;
}

.table_mail_note {
  position: relative;
  display: inline-block;
}

.table_mail_note:before {
  content: "※";
  position: absolute;
  top: -4px;
  right: -10px;
  line-height: 1;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
}

.en-US .table_mail_note:before {
  content: "*";
  font-size: 18px;
}

@media (max-width: 480px) {
  .email_note:before {
    right: auto;
    top: -2px;
    left: 105px;
  }
  .en-US .email_note:before {
    right: auto;
    top: 0;
    left: 50px;
  }
}
.joint_outcome_info_sec_first .joint_outcome_info_container {
  padding-bottom: 120px;
}

.joint_info_list {
  margin-top: 30px;
  letter-spacing: 0;
  font-size: 0;
}

.joint_info_list .joint_outcome_contact {
  margin-top: 80px;
}

.joint_info_list li {
  background: #FFF;
  width: 32%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}

.joint_info_list li:nth-child(3n+1) {
  margin-left: 0;
}

.joint_info_list li:nth-child(n+4) {
  margin-top: 34px;
}

.joint_info_list_wrapper {
  width: 100%;
  min-height: 90px;
  margin-bottom: 25px;
  position: relative;
  display: table;
  border-bottom: 1px solid #F3F6FB;
}

.joint_info_list_inner {
  display: table-cell;
  vertical-align: middle;
}

.joint_info_list_ttl {
  margin: 10px 0;
  padding: 4px 0 1px;
  width: 100%;
  position: relative;
}

.joint_info_list_ttl_main {
  padding: 0 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1E4DC1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.joint_info_list_wrapper._crimson .joint_info_list_ttl_main {
  color: #dc143c;
}

.joint_info_list_ttl_sub {
  margin-top: 5px;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  color: #1B1C1D;
}

.joint_info_list_content {
  margin-bottom: 15px;
  padding: 0 6.5%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.2;
  font-size: 16px;
  color: #1B1C1D;
}

.joint_info_list_link a {
  margin: 0 auto;
  width: 85%;
  max-width: 240px;
}

.joint_info_list .joint_info_list_ttl:after {
  content: "";
  background: rgb(33, 52, 145);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 52, 145)), to(rgb(40, 79, 254)));
  background: linear-gradient(180deg, rgb(33, 52, 145) 0%, rgb(40, 79, 254) 100%);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.joint_info_link {
  padding-bottom: 80px;
  display: block;
  -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.joint_info_link::after {
  content: "";
  background: url(../images/joint_circle_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.application_content {
  background: linear-gradient(120deg, #EEF2F9 0%, #fff 110%);
  margin-top: 58px;
  padding: 65px 0 170px;
}

.application_intro {
  margin-top: 120px;
}

.application_intro_ttl {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213491;
}

.application_intro_txt {
  margin-top: 27px;
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.application_list {
  margin-top: 65px;
}

.application_list > li:nth-child(n+2) {
  margin-top: 55px;
}

.application_content .joint_outcome_contact {
  margin-top: 125px;
}

.application_list_ttl {
  padding-left: 35px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E4DC1;
}

.application_list_ttl_nb {
  background: #1E4DC1;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50px;
  line-height: 1.2;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #FFF;
}

.application_list .all_article_related_list {
  margin-top: 15px;
}

.application_related_list.all_article_related_list > li {
  width: 47.5%;
  max-width: none;
  margin-left: 0;
}

.application_related_list.all_article_related_list > li:nth-child(2n+2) {
  margin-left: 5%;
}

.application_related_list.all_article_related_list > li:nth-child(n+3) {
  margin-top: 40px;
}

.application_related_list .all_article_related_list_dual ul {
  width: 148px;
}

.application_related_list .all_article_related_list_head {
  width: calc(100% - 148px);
}

.application_related_list.all_article_related_list a {
  background-color: #fff;
  min-height: 92px;
  padding-left: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  border: none;
  font-size: 15px;
}

.application_related_list .all_article_related_list_head p {
  padding-left: 25px;
  padding-right: 15px;
  min-height: 92px;
  border: none;
  font-size: 16px;
}

.all_article_related_list_wrap {
  margin-top: 55px;
}

.all_article_related_list_wrap:first-child {
  margin-top: 0;
}

/*introduction_video*/
.introduction_video_content .all_title + .all_text {
  margin-top: 50px;
}

.introduction_video_content .all_video {
  margin-top: 60px;
}

.introduction_video_content .all_video ._list {
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.introduction_video_content .all_video ._list li:nth-child(2n) {
  margin-left: 2.5%;
}

.introduction_video_content .all_video ._list li:nth-child(n+3) {
  margin-top: 60px;
}

.introduction_video_content .all_video .all_text {
  margin-top: 5px;
  line-height: 1.8;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-tab2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-tab2 {
    display: block;
  }
}

.c-en {
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #1E4DC1;
  font-size: 20px;
  font-weight: 600;
  line-height: 2px;
}
.c-view-btn::after {
  content: "";
  background: url(../images/joint_circle_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.joint_re .all_title {
  margin-top: 50px;
}
.joint_re .joint_subpage_link {
  margin-top: 62px;
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .joint_re .joint_subpage_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link {
    margin-top: 46px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    row-gap: 12px;
  }
}
.joint_re .joint_subpage_link li {
  width: 18.8333333333%;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .joint_re .joint_subpage_link li {
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link li {
    width: 100%;
  }
}
.joint_re .joint_subpage_link li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.joint_re .joint_subpage_link li:hover a {
  opacity: 1;
}
.joint_re .joint_subpage_link li a {
  width: 100%;
  padding-bottom: 17px;
  display: block;
  color: #213491;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link li a {
    padding-bottom: 0;
    padding-right: 50px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.joint_re .joint_subpage_link li a::after {
  content: "";
  background: url(../images/joint_circle_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: auto auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link li a::after {
    margin: inherit;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.joint_re .joint_subpage_link li .img_container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link li .img_container {
    width: 25.671641791%;
  }
}
.joint_re .joint_subpage_link li .img_container img {
  width: 100%;
}
.joint_re .joint_subpage_link li .text_container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link li .text_container {
    height: inherit;
  }
}
.joint_re .joint_subpage_link li .page_title {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .joint_re .joint_subpage_link li .page_title {
    font-size: 14px;
    margin-left: 16px;
  }
}
.joint_re .joint_home_movie .joint_movie_list {
  row-gap: 30px;
}
.joint_re .joint_home_movie .joint_movie_list li {
  width: 32.5%;
}
@media screen and (max-width: 1024px) {
  .joint_re .joint_home_movie .joint_movie_list li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .joint_re .joint_home_movie .joint_movie_list li {
    width: 100%;
  }
}
.joint_re .joint_home_movie .joint_movie_list li .all_video_video {
  width: 100%;
}
.joint_re .joint_home_movie .joint_movie_list li .all_video_video iframe {
  width: 100%;
  aspect-ratio: 560/315;
}
.joint_re.--en .fv_news_box {
  position: static;
  margin-top: 103px;
  margin-left: auto;
}
.joint_re.--en .fv_news_box ._title {
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .joint_re.--en .fv_news_box {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .joint_re.--en .joint_subpage_link {
    padding-bottom: 0;
  }
}
.joint_re.--en .joint_subpage_link li {
  width: 23.9166666667%;
}
@media screen and (max-width: 1200px) {
  .joint_re.--en .joint_subpage_link li {
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .joint_re.--en .joint_subpage_link li {
    width: 100%;
  }
}
.joint_re.--en .joint_subpage_link li .page_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .joint_re.--en .joint_subpage_link li .page_title {
    font-size: 14px;
  }
}

.joint_home_news {
  width: 100%;
  padding-top: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .joint_home_news {
    padding-top: 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.joint_home_news .joint_home_news_main {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .joint_home_news .joint_home_news_main {
    width: 100%;
  }
}
.joint_home_news .joint_home_news_main .c-view-btn {
  margin-top: 66px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 767px) {
  .joint_home_news .joint_home_news_main .c-view-btn {
    margin-top: 40px;
  }
}
.joint_home_news .joint_top_news_list {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .joint_home_news .joint_top_news_list {
    margin-top: 53px;
  }
}
.joint_home_news .joint_top_news_list li {
  position: relative;
}
.joint_home_news .joint_top_news_list li::after {
  content: "";
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #CDD9E8 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.joint_home_news .joint_top_news_list li a {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  color: #1A1A1B;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9411764706;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .joint_home_news .joint_top_news_list li a {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    row-gap: 16px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.joint_home_news .joint_top_news_list li a .date {
  color: #CFCFCF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1;
}
.joint_home_news .relation_container {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .joint_home_news .relation_container {
    width: 100%;
    margin-top: 64px;
  }
}
.joint_home_news .relation_title {
  width: 204px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .joint_home_news .relation_title {
    width: 100%;
  }
  .joint_home_news .relation_title img {
    width: 94px;
  }
}
.joint_home_news .relation_list {
  width: 204px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .joint_home_news .relation_list {
    width: 100%;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
.joint_home_news .relation_list li {
  width: 100%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .joint_home_news .relation_list li {
    width: calc((100% - 16px) / 2);
    margin-top: 0;
  }
}
.joint_home_news .relation_list li:first-child {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .joint_home_news .relation_list li:first-child {
    margin-top: 0;
  }
}
.joint_home_news .relation_list li a {
  width: 100%;
  padding: 14px;
  border: 1px solid #E9E9E9;
  display: block;
}
@media screen and (max-width: 767px) {
  .joint_home_news .relation_list li a {
    padding: 10px;
  }
}
.joint_home_news .relation_list li a img {
  width: 100%;
}

.joint_home_under_banner {
  width: 100%;
  margin-top: 125px;
  aspect-ratio: 1436/509;
}
@media screen and (max-width: 767px) {
  .joint_home_under_banner {
    aspect-ratio: 375/220;
  }
}
.joint_home_under_banner .img_loop {
  width: 100%;
  height: 50%;
}
.joint_home_under_banner ._upper {
  background: url(../images/joint_home_under_banner_loop01.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  -webkit-animation: loopBgX 2000s linear infinite;
          animation: loopBgX 2000s linear infinite;
}
.joint_home_under_banner ._under {
  background: url(../images/joint_home_under_banner_loop02.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: loopBgX 2000s linear reverse infinite;
}

@-webkit-keyframes loopBgX {
  0% {
    background-position: left 100000px top;
  }
  100% {
    background-position: left 0 top;
  }
}

@keyframes loopBgX {
  0% {
    background-position: left 100000px top;
  }
  100% {
    background-position: left 0 top;
  }
}
.contact_under {
  background: #F4F6FA;
  width: 100%;
  padding: 100px 0;
}
.contact_under .joint_outcome_contact {
  background: white;
  max-width: 1200px;
  width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_under .joint_outcome_contact {
    width: 90%;
  }
}

.joint_sub #wrapper {
  overflow: visible;
}

.joint_sub_inner {
  width: 100%;
  padding-left: 200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .joint_sub_inner {
    padding-left: 0;
  }
}

.joint_side_column {
  background: #FFFFFF;
  width: 200px;
  height: 100%;
  -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .joint_side_column {
    width: 100%;
    height: auto;
    position: static;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}

.side_inner {
  height: 100vh;
  padding-top: 16.1111111111vh;
  padding-bottom: 24px;
  overflow-y: auto;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .side_inner {
    width: 100%;
    height: auto;
    margin: 116px 0;
    padding: 0;
    padding-left: 70px;
    padding-right: 114px;
    position: static;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .side_inner {
    margin: 46px 0;
    padding: 0 5%;
  }
}

.joint_side_column.--en .joint_side_nav a,
.joint_side_column.--en .joint_side_nav p {
  font-weight: 700;
}
.joint_side_column.--en .joint_side_nav li.enquiry_list p {
  color: white;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .joint_side_column.--en .joint_side_nav li.enquiry_list p {
    text-align: left;
    color: #000F92;
    margin-bottom: 24px;
  }
}
.joint_side_column.--en .joint_side_nav li.enquiry_list .--mail {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .joint_side_column.--en .joint_side_nav li.enquiry_list .--mail {
    text-align: center;
  }
}
.joint_side_column.--en .joint_side_nav li.enquiry_list .--mail ._line {
  font-weight: bold;
}
.joint_side_column.--en .joint_side_nav li.enquiry_list .--mail ._line.--small {
  width: 120px;
}
@media screen and (max-width: 1200px) {
  .joint_side_column.--en .joint_side_nav li.enquiry_list .--mail ._line.--small {
    width: auto;
  }
}

.joint_side_nav {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .joint_side_nav {
    row-gap: 12px;
  }
}
.joint_side_nav a,
.joint_side_nav p {
  color: #213491;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.joint_side_nav a ._change,
.joint_side_nav p ._change {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav a ._change,
  .joint_side_nav p ._change {
    display: none;
  }
}
.joint_side_nav a ._12change,
.joint_side_nav p ._12change {
  display: none;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav a ._12change,
  .joint_side_nav p ._12change {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .joint_side_nav a ._12change,
  .joint_side_nav p ._12change {
    display: none;
  }
}
.joint_side_nav li {
  border-top: 1px solid #F2F2F2;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li {
    width: 31.3807531381%;
    border-top: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .joint_side_nav li {
    width: 100%;
  }
}
.joint_side_nav li.is-current {
  background: #F8F8FC;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.is-current {
    background: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.joint_side_nav li:hover a {
  opacity: 1;
}
.joint_side_nav li:hover ._line {
  background-size: 100% 1px;
  background-position: left bottom;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li:hover ._line {
    background: inherit;
  }
}
.joint_side_nav li > a {
  width: 100%;
  padding: 16px 24px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li > a {
    padding: 16px 30px;
    min-height: 72px;
    height: 100%;
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.joint_side_nav li > a ._line {
  padding-bottom: 2px;
  display: inline;
  font-size: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#213491), to(#213491)) left bottom no-repeat;
  background: linear-gradient(#213491, #213491) left bottom no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li > a ._line {
    background: inherit;
  }
}
.joint_side_nav li.enquiry_list {
  padding: 24px 13px;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .joint_side_nav li.enquiry_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.joint_side_nav li.enquiry_list ._inner {
  background: #213491;
  padding: 24px 11px;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list ._inner {
    background: white;
    width: 48.2217573222%;
    margin-top: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .joint_side_nav li.enquiry_list ._inner {
    width: 100%;
    margin-top: 32px;
  }
}
.joint_side_nav li.enquiry_list ._inner:first-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list ._inner:first-child {
    margin-bottom: 0;
  }
}
.joint_side_nav li.enquiry_list p {
  color: white;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list p {
    text-align: left;
    color: #000F92;
    margin-bottom: 24px;
  }
}
.joint_side_nav li.enquiry_list .--mail {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list .--mail {
    color: #000F92;
    margin-top: 0;
    padding: 16px 20px 16px 75px;
    min-height: 72px;
    height: auto;
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    position: relative;
  }
}
.joint_side_nav li.enquiry_list .--mail::before {
  content: "";
  background: url(../images/mail_circle_icon_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list .--mail::before {
    background: url(../images/mail_circle_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.joint_side_nav li.enquiry_list .--mail ._line {
  width: calc(100% - 30px);
  display: inline;
  font-size: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)) left bottom no-repeat;
  background: linear-gradient(#FFFFFF, #FFFFFF) left bottom no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list .--mail ._line {
    background: inherit;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list .--mail ._line .pc-only {
    display: none;
  }
}
.joint_side_nav li.enquiry_list .--mail:hover ._line {
  background-size: 100% 1px;
  background-position: left bottom;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li.enquiry_list .--mail:hover ._line {
    background: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li._back {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.joint_side_nav li._back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.joint_side_nav li._back a::before {
  content: "";
  background: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 5.6px;
  margin-right: 6px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .joint_side_nav li._back a::before {
    display: none;
  }
}

.joint_side_title {
  display: none;
}
@media screen and (max-width: 1200px) {
  .joint_side_title {
    display: block;
    margin-bottom: 64px;
    color: #213491;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
  }
  .joint_side_title .c-en {
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .joint_side_title {
    margin-bottom: 32px;
    font-size: 11px;
  }
  .joint_side_title .c-en {
    margin-bottom: 8px;
    font-size: 28px;
  }
}

.joint_sub_column {
  width: 100%;
}
.joint_sub_column .all_pankuzu ._back {
  color: rgba(255, 255, 255, 0.5);
}
.joint_sub_column .joint_sub_fv {
  padding-left: 30px;
  padding-bottom: 77px;
}
.joint_sub_column .joint_sub_fv.--information {
  background: url(../images/joint_sub_fv_information.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.joint_sub_column .joint_sub_fv.--overview {
  background: url(../images/joint_sub_fv_reports.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.joint_sub_column .joint_sub_fv.--facilities {
  background: url(../images/joint_sub_fv_facilities.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.joint_sub_column .joint_sub_fv.--database {
  background: url(../images/joint_sub_fv_database.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.joint_sub_column .joint_sub_fv.--outcome {
  background: url(../images/joint_sub_fv_overview.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.joint_sub_column .joint_sub_fv .all_pankuzu {
  width: 100%;
}
.joint_sub_column .joint_sub_fv .all_pankuzu ._current {
  color: white;
}
.joint_sub_column .joint_sub_fv .all_title {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .joint_sub_column .joint_sub_fv .all_title {
    margin-left: 0;
  }
}
.joint_sub_column .joint_sub_fv .all_title .all_title_big {
  color: white;
}
.joint_sub_column .joint_sub_fv .all_title .all_title_small {
  color: white;
}
.joint_sub_column .joint_information_sec {
  padding-bottom: 162px;
}
@media screen and (max-width: 767px) {
  .joint_sub_column .joint_information_sec {
    padding-bottom: 62px;
  }
}

.joint_facilities .facilities_column_big_box {
  top: 150px;
}
.joint_facilities.--en #facility .facilities_column_big_box_en {
  top: 140px;
}

.fv_news_box {
  background: linear-gradient(120deg, #213491 0%, #284FFE 100%);
  width: 486px;
  height: 60px;
  margin-left: auto;
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .fv_news_box {
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .fv_news_box {
    width: 85%;
    height: 46px;
    margin: 48px auto 0;
    padding: 0 16px;
  }
}
.fv_news_box:hover {
  opacity: 1;
}
.fv_news_box ._inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.fv_news_box ._date {
  width: 103px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv_news_box ._date {
    width: 86px;
    font-size: 14px;
  }
}
.fv_news_box ._date::after {
  content: "";
  background: white;
  width: 1px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv_news_box ._title {
  width: calc(100% - 127px);
  color: white;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .fv_news_box ._title {
    width: calc(100% - 112px);
  }
}
.fv_news_box ._title span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 0 24px;
}
.fv_news_box ._title span:nth-of-type(1) {
  -webkit-animation: loop 30s -15s linear infinite;
          animation: loop 30s -15s linear infinite;
}
.fv_news_box ._title span:nth-of-type(2) {
  -webkit-animation: loop2 30s linear infinite;
          animation: loop2 30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.joint_outcome_info.--re .all_border_title {
  margin-bottom: 30px;
}
.joint_outcome_info.--re .all_article_related_list {
  margin-bottom: 30px;
}
.joint_outcome_info.--re .all_article_related_list li {
  width: 33.4507042254%;
}
.joint_outcome_info.--re p {
  margin-bottom: 24px;
}
.joint_outcome_info.--re ._under_link {
  display: block;
  margin-bottom: 24px;
  color: #213491;
  text-decoration: underline;
  text-decoration-color: #213491;
}

.joint_database_list .joint_database_sub_title a {
  word-break: normal !important;
}

.joint_database_sub_title .all_text_link {
  word-break: normal !important;
}

.shareSideNav {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  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;
  position: fixed;
  top: 50vh;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .shareSideNav {
    padding: 16px 12px;
  }
}
.shareSideNav.is-scroll {
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shareSideNav ._text {
  width: 24px;
  height: 36px;
  font-family: "Oswald", sans-serif;
  color: rgba(26, 26, 27, 0.2);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.75px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shareSideNav ._share_links {
  margin-top: 13px;
  padding-top: 16px;
  position: relative;
}
.shareSideNav ._share_links::after {
  content: "";
  background: rgba(26, 26, 27, 0.2);
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shareSideNav ._share_links li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .shareSideNav ._share_links li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.shareSideNav ._share_links li a {
  width: 24px;
  display: block;
}
.shareSideNav ._share_links li a img {
  width: 100%;
}

.c-research-cta {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 10px 17px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 10px 17px 20px;
  width: 100%;
  margin-top: 100px;
}
.c-research-cta br.tab2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-research-cta br.tab2 {
    display: block;
  }
}

.c-research-cta__head {
  padding: 40px 20px 20px;
}
.c-research-cta__head h2 {
  margin-bottom: 20px;
  color: #213491;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-research-cta__head h2 {
    font-size: 28px;
  }
}
.c-research-cta__head p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-research-cta__head p {
    font-size: 15px;
  }
}

.c-research-cta__body {
  padding: 20px 20px 40px;
  border-top: 1px #F2F2F2 solid;
}
.c-research-cta__body p {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-research-cta__body p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-research-cta__body p:nth-of-type(1) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-research-cta__body p:nth-of-type(3) {
    margin-top: 12px;
  }
}
.c-research-cta__body p a {
  color: #213491;
  text-decoration: underline !important;
  text-decoration-color: #213491;
}
.c-research-cta__body .c-research-cta__download {
  background: url(../images/all_bg_word.png) no-repeat right 20px center/21px 25px;
  padding-right: 60px;
  max-width: 360px;
  width: 100%;
  min-height: 75px;
  margin: 20px auto;
  padding: 15px 35px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #E4E4E4 solid;
  line-height: 1.5;
  font-size: 16px;
  color: #213491;
}
@media screen and (max-width: 767px) {
  .c-research-cta__body .c-research-cta__download {
    font-size: 15px;
  }
}