@charset "UTF-8";
@import url("reset_re.css");
@import url("m_menu_re.css");
@import url("swiper-bundle.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"游明朝体", "Yu Mincho", YuMincho;
  line-height: 1.5;
  position: relative; }

main {
  display: block; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

/*ヘッダー*/
header {
  width: 100%; }
  header #header_inner {
    margin: 0 auto 0;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 90px; }
    header #header_inner h1 {
      width: 210px; }
    header #header_inner #top_menu {
      width: 680px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 0 auto; }
      header #header_inner #top_menu figure {
        width: 220px; }

/*メイン*/
.school {
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #ffc000;
  padding: 0.1em 6% 0 6%;
  margin: 0 0 0 2%;
  font-size: 90%;
  vertical-align: middle; }

.industry {
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #a9cd00;
  padding: 0.1em 6% 0 6%;
  margin: 0 0 0 2%;
  font-size: 90%;
  vertical-align: middle; }

.research {
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #8e5bb2;
  padding: 0.1em 6% 0 6%;
  margin: 0 0 0 2%;
  font-size: 90%;
  vertical-align: middle; }

.c_event {
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #e85f8f;
  padding: 0.1em 6% 0 6%;
  margin: 0 0 0 2%;
  font-size: 90%;
  vertical-align: middle; }

.visit {
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #58b4e0;
  padding: 0.1em 6% 0 6%;
  margin: 0 0 0 2%;
  font-size: 90%;
  vertical-align: middle; }

.other {
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #8f8f8f;
  padding: 0.1em 6% 0 6%;
  margin: 0 0 0 2%;
  font-size: 90%;
  vertical-align: middle; }

#toppage_menu {
  margin: 3em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  #toppage_menu li {
    width: 14.666%; }

#check {
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff4f6; }
  #check #point {
    width: 60px;
    background-color: #eb3856;
    padding: 1em 0; }
    #check #point img {
      vertical-align: middle; }
  #check ul {
    width: calc(100% - 80px); }
    #check ul li:nth-child(n+2) {
      margin: 1em 0 0; }
    #check ul li dl {
      width: calc(100% - 100px);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      #check ul li dl dt {
        width: 200px;
        font-weight: bold; }
      #check ul li dl dd {
        width: calc(100% - 200px); }
        #check ul li dl dd a {
          color: #285b9c;
          text-decoration: none; }
          #check ul li dl dd a:hover, #check ul li dl dd a:active {
            color: #285b9c;
            text-decoration: underline; }

#info {
  margin: 5em auto 0; }
  #info h2 {
    border-bottom: solid 5px #ffc000;
    position: relative;
    font-size: 130%;
    color: #285b9c;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em 0; }
    #info h2::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 5px #a9cd00;
      bottom: -5px;
      width: 50%; }
  #info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #info ul::before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    #info ul::after {
      content: "";
      display: block;
      width: 23%; }
    #info ul li {
      width: 23%;
      background-color: #f2fbff;
      position: relative;
      min-height: 19em; }
      #info ul li p {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-color: #eb3856;
        padding: 0.25em 10px;
        z-index: 1; }
      #info ul li:nth-child(n+5) {
        margin: 1em 0 0; }
      #info ul li dl {
        width: 92%;
        padding: 0.5em 4%; }
        #info ul li dl dt {
          width: 100%;
          position: relative;
          font-weight: bold; }
          #info ul li dl dt .school, #info ul li dl dt .industry, #info ul li dl dt .research, #info ul li dl dt .c_event, #info ul li dl dt .visit, #info ul li dl dt .other {
            position: absolute;
            top: 50%;
            right: 0%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
        #info ul li dl dd a {
          color: #285b9c;
          text-decoration: none; }
          #info ul li dl dd a:hover, #info ul li dl dd a:active {
            color: #285b9c;
            text-decoration: underline; }
  #info .btn a {
    width: 200px;
    margin: 2em auto 0;
    text-align: center;
    display: block;
    padding: 0.5em 0;
    border-radius: 6px;
    background-color: #285b9c;
    text-decoration: none;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #info .btn a:hover, #info .btn a:active {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
      text-decoration: none; }

#companys {
  margin: 5em auto 0; }
  #companys h2 {
    border-bottom: solid 5px #ffc000;
    position: relative;
    font-size: 130%;
    color: #285b9c;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em 0; }
    #companys h2::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 5px #a9cd00;
      bottom: -5px;
      width: 50%; }
  #companys ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #companys ul li {
      width: 23%; }
      #companys ul li:nth-child(n+5) {
        margin: 1em 0 0; }
      #companys ul li figure figcaption {
        margin: 0.5em 0 0; }
  #companys .btn a {
    width: 200px;
    margin: 2em auto 0;
    text-align: center;
    display: block;
    padding: 0.5em 0;
    border-radius: 6px;
    background-color: #285b9c;
    text-decoration: none;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #companys .btn a:hover, #companys .btn a:active {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
      text-decoration: none; }

#report {
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  #report li {
    width: 48%; }
    #report li img {
      width: 30px;
      margin: 0 10px 0 0; }
    #report li a {
      display: block;
      padding: 0.5em 0 0.5em 4%;
      text-decoration: none;
      border-radius: 0px;
      color: #eb3856;
      font-size: 125%;
      background-color: #fff;
      font-weight: bold;
      -webkit-transition: all .3s;
      transition: all .3s;
      border: 1px solid #eb3856;
      display: block; }
      #report li a:hover, #report li a:active {
        color: #eb3856;
        text-decoration: none;
        background-color: #F9CCD3; }

#search {
  margin: 5em auto 0; }
  #search h2 {
    border-bottom: solid 5px #ffc000;
    position: relative;
    font-size: 130%;
    color: #285b9c;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em 0; }
    #search h2::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 5px #a9cd00;
      bottom: -5px;
      width: 50%; }
  #search ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #search ul li {
      width: 48%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #search ul li:nth-child(n+3) {
        margin: 2em 0 0; }
      #search ul li figure {
        width: 30%; }
      #search ul li dl {
        width: 66%; }
        #search ul li dl dt {
          color: #285b9c;
          font-size: 125%;
          font-weight: bold;
          background-color: #f3fbff;
          padding: 0.25em 2%;
          margin: 0 0 0.5em; }
        #search ul li dl dd a {
          width: 200px;
          margin: 1em 0 0;
          text-align: center;
          display: block;
          padding: 0.5em 0;
          border-radius: 6px;
          background-color: #285b9c;
          text-decoration: none;
          color: #fff;
          font-weight: bold;
          -webkit-transition: all .3s;
          transition: all .3s; }
          #search ul li dl dd a:hover, #search ul li dl dd a:active {
            opacity: 0.8;
            filter: alpha(opacity=80);
            -ms-filter: "alpha(opacity=80)";
            text-decoration: none; }
  #search .btn a {
    width: 200px;
    margin: 2em auto 0;
    text-align: center;
    display: block;
    padding: 0.5em 0;
    border-radius: 6px;
    background-color: #285b9c;
    text-decoration: none;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #search .btn a:hover, #search .btn a:active {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
      text-decoration: none; }

#banner {
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  #banner figure {
    width: 48%; }

#side_menu_re {
  position: fixed;
  top: 70px;
  right: 0%;
  z-index: 1001; }
  #side_menu_re li {
    width: 40px;
    writing-mode: vertical-rl; }
    #side_menu_re li:nth-child(n+2) {
      margin: 1em 0 0; }

/*フッター*/
footer {
  margin: 8em 0 0;
  padding: 2em 0 0;
  width: 100%;
  position: relative;
  background-color: #285b9c; }
  footer #inst {
    width: 50px;
    margin: 0 auto; }
  footer #footer_inner {
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner ul {
      width: 40%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer #footer_inner ul li {
        width: 31.333%; }
        footer #footer_inner ul li a {
          width: 100%;
          color: #fff;
          display: block;
          margin: 0 0 1em;
          text-decoration: none; }
          footer #footer_inner ul li a:hover, footer #footer_inner ul li a:active {
            color: #fff;
            text-decoration: underline; }
    footer #footer_inner dl {
      width: 300px;
      background-color: #fff;
      text-align: left;
      padding: 0.5em 1%; }
      footer #footer_inner dl dt {
        width: 210px;
        margin: 0 0 0.5em; }
      footer #footer_inner dl dd a {
        width: 100%;
        color: #000;
        margin: 0;
        text-decoration: none; }
        footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
          color: #000;
          text-decoration: underline; }
  footer address {
    text-align: center;
    color: #fff;
    font-size: 87.5%;
    padding: 0 0 1em;
    font-style: normal; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  #header_inner {
    width: 1280px; }

  .sp, .sp02 {
    display: none; }

  /*メイン*/
  #toppage_menu, #check, #info, #companys, #report, #search, #banner, #footer_inner {
    width: 1280px; }

  /*フッター*/
  #footer_inner {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  #header_inner {
    width: 90%; }

  /*メイン*/
  #toppage_menu, #check, #info, #companys, #report, #search, #banner, #footer_inner {
    width: 90%; }

  /*フッター*/
  #footer_inner {
    width: 90%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1  */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  /*メイン*/
  #check #point {
    padding: 2em 0; }

  /*フッター*/
  footer #f_menu ul li {
    margin: 0 1%; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header #header_inner {
    height: 90px; }
    header #header_inner h1 {
      width: 210px; }
    header #header_inner #top_menu {
      width: calc(100% - 250px);
      margin: 0 0 0 auto; }
      header #header_inner #top_menu figure {
        width: 31.333%; }

  /*メイン*/
  #toppage_menu li {
    width: 31.333%; }
    #toppage_menu li:nth-child(n+4) {
      margin: 1em 0 0; }

  #check #point {
    width: 60px;
    padding: 4em 0; }
    #check #point img {
      vertical-align: middle; }
  #check ul li dl {
    width: 100%;
    flex-direction: column; }
    #check ul li dl dt {
      width: 200px;
      margin: 0 auto 0 0; }
    #check ul li dl dd {
      width: 100%; }

  #info ul li {
    width: 31.333%; }
    #info ul li:nth-child(n+4) {
      margin: 1em 0 0; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header {
    width: 100%; }
    header #header_inner {
      margin: 1em auto;
      height: initial;
      flex-direction: column; }
      header #header_inner h1 {
        width: 210px;
        margin: 0 auto 1em 0; }
      header #header_inner #top_menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0; }
        header #header_inner #top_menu figure {
          width: 31.333%; }

  /*メイン*/
  #toppage_menu li {
    width: 48%; }
    #toppage_menu li:nth-child(n+3) {
      margin: 1em 0 0; }

  #check {
    margin: 2.5em auto 0; }
    #check #point {
      width: 60px;
      padding: 5em 0; }
      #check #point img {
        vertical-align: middle; }
    #check ul li dl {
      width: 100%;
      flex-direction: column; }
      #check ul li dl dt {
        width: 200px;
        margin: 0 auto 0 0; }
      #check ul li dl dd {
        width: 100%; }

  #info {
    margin: 2.5em auto 0; }
    #info ul li {
      width: 48%;
      min-height: 16em; }
      #info ul li:nth-child(n+3) {
        margin: 1em 0 0; }
      #info ul li p {
        font-size: 80%; }

  #companys {
    margin: 2.5em auto 0; }
    #companys ul {
      flex-direction: column; }
      #companys ul li {
        width: 80%;
        margin: 0 auto; }
        #companys ul li:nth-child(n+2) {
          margin: 1em auto 0; }

  #report {
    margin: 2.5em auto 0;
    flex-direction: column; }
    #report li {
      width: 100%; }
      #report li:nth-child(n+2) {
        margin: 1em 0 0; }

  #search {
    margin: 2.5em auto 0; }
    #search ul {
      flex-direction: column; }
      #search ul li {
        width: 100%;
        flex-direction: column; }
        #search ul li:nth-child(n+2) {
          margin: 2em 0 0; }
        #search ul li figure {
          width: 80%;
          margin: 0 auto 1em; }
        #search ul li dl {
          width: 96%; }
          #search ul li dl dd a {
            margin: 1em auto 0; }

  #banner {
    margin: 2.5em auto 0;
    flex-direction: column; }
    #banner figure {
      width: 80%;
      margin: 0 auto; }
      #banner figure:nth-child(n+2) {
        margin: 2em auto 0; }

  /*フッター*/
  footer {
    margin: 4em 0 0; }
    footer #footer_inner {
      flex-direction: column; }
      footer #footer_inner ul {
        display: none; }
      footer #footer_inner dl {
        width: 80%;
        margin: 0 auto; }
    footer address {
      width: 96%;
      margin: 2em auto 0;
      font-style: normal; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
