@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");
#main div {
  font-size: 16px;
}
#main a {
  word-wrap: break-word;
}
#main .youtube_hover {
  position: relative;
}
#main .youtube_hover::before {
  content: "";
  position: absolute;
  background-image: url("../media/images/common/play_button_black80@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 32.2px;
}
#main .youtube_hover:hover::before {
  transition: 0.5s;
  background-image: url("../media/images/common/play_button_red@2x.png");
}
#main .green_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  margin: 20px auto 20px auto;
  width: 400px;
  min-height: 70px;
  background-color: #255B4D;
  color: white;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  padding: 0 44px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .green_button {
    width: 80.6%;
    line-height: 20px;
  }
}
#main .green_button:before {
  content: "";
  position: absolute;
  background-image: url("../media/images/common/arrow_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 24px;
  height: 24px;
}
#main .green_button.outlink:after {
  content: "";
  background-image: url("../media/images/common/open_in_new.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
#main .green_button .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .green_button .sp {
    display: block;
  }
}
#main .green_button:hover {
  transition: 0.5s;
  background-color: #179D5B;
}
@media screen and (max-width: 767px) {
  #main > .green_button {
    width: 72%;
  }
}
#main .green1 {
  background-color: #255B4D;
}
#main .green2 {
  background-color: #179D5B;
}
#main .green3 {
  background-color: #ECF3F1;
}
#main .blue {
  background-color: #0033CC;
}
#main .black {
  background-color: #000000;
}
#main .gray1 {
  background-color: #202124;
}
#main .gray2 {
  background-color: #494949;
}
#main .gray3 {
  background-color: #999999;
}
#main .gray4 {
  background-color: #C6C6C6;
}
#main .gray5 {
  background-color: #EEEEEE;
}
#main .white {
  background-color: #FFFFFF;
}
#main .life_science {
  background-color: #E9546B;
}
#main .manufacturing {
  background-color: #AB9E4B;
}
#main .environment {
  background-color: #6EBA44;
}
#main .social_infrastructure {
  background-color: #898989;
}
#main .telecommunications {
  background-color: #718CC7;
}
#main .social_science {
  background-color: #EDC300;
}
#main .sightseeing {
  background-color: #04B8DF;
}
#main .shared_equipment {
  background-color: #F08300;
}
#main .nanotechnology {
  background-color: #DDB06F;
}
#main .energy {
  background-color: #CC7DB1;
}
#main .arctic {
  background-color: #235994;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  min-width: 1136px;
  min-height: 100vh;
  position: relative;
  /*←相対位置*/
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
}
body.open {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}
body * {
  box-sizing: border-box;
}
body *::after, body *::before {
  box-sizing: border-box;
}
header, .main, footer {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header, .main, footer {
    width: 100%;
  }
}
header {
  z-index: 1;
}
.main {
  z-index: 0;
}
.pagetop {
  z-index: 1;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
header {
  font-weight: 500;
}
header .title {
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 90px;
}
@media screen and (max-width: 767px) {
  header .title {
    position: fixed;
    background-color: white;
    width: 100%;
    max-height: 60px;
    margin-left: 0;
    box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.15);
  }
}
header .title .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  header .title .pc {
    display: none;
  }
}
header .title .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .title .sp {
    display: block;
  }
}
header .title .logo > .pc {
  margin-top: 17px;
  margin-left: 30px;
}
header .title .logo > .pc img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  header .title .logo > .sp {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .title .logo {
    width: calc(100% - 120px);
    max-width: 255px;
  }
  header .title .logo img {
    margin: auto;
    width: 90.5%;
  }
}
header .title .gazo {
  background-image: url("../media/images/header/access@2x.png");
  width: 20px;
}
header .title .gazo::after {
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  header .title .button_nav {
    display: flex;
    flex-flow: row-reverse;
  }
  header .title .button_nav .sp_access {
    order: 2;
    width: 60px;
    z-index: 2;
  }
  header .title .button_nav .sp_access img {
    width: 100%;
  }
  header .title .button_nav .sp_button {
    order: 1;
    display: none;
    background: #000000;
    z-index: 2;
    display: block;
    padding: 19.5px 22px;
    width: 60px;
    height: 60px;
  }
  header .title .button_nav .sp_button .button_inner {
    width: 16px;
  }
  header .title .button_nav .sp_button .button_bar {
    display: block;
    border-top: 2px solid #FFFFFF;
    width: 100%;
    transition: 0.3s;
  }
  header .title .button_nav .sp_button .button_bar:nth-child(2) {
    margin: 7.5px 0;
    opacity: 1;
  }
  header .title .button_nav .sp_button.open .button_bar:first-child {
    transform: rotate(-45deg) translate(-6px, 7px);
  }
  header .title .button_nav .sp_button.open .button_bar:nth-child(2) {
    opacity: 0;
  }
  header .title .button_nav .sp_button.open .button_bar:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -7px);
  }
}
header .title .header_nav_first {
  display: flex;
}
@media screen and (max-width: 767px) {
  header .title .header_nav_first {
    display: none;
  }
}
header .title .header_nav_first .menu {
  min-width: 437px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
[lang="en"] header .title .header_nav_first .menu {
  min-width: 348px;
}
header .title .header_nav_first .menu > a {
  text-decoration: none;
  height: 24px;
}
header .title .header_nav_first .menu > a > div {
  display: flex;
  font-size: 12px;
  margin-right: 20px;
  opacity: 1;
}
header .title .header_nav_first .menu > a > div:hover {
  transition: 0.5s;
  opacity: 0.5;
}
header .title .header_nav_first .menu > a > div > .images img {
  width: 24px;
  height: 24px;
}
header .title .header_nav_first .menu > a > div > .text {
  margin-left: 4px;
  padding-top: 3px;
  color: #000000;
}
header .title .header_nav_first > .search > div > div {
  margin-right: 30px;
  display: block;
  width: 254px !important;
  margin-top: 30px;
  border: none;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  header .title .header_nav_first > .search > div > div {
    display: none;
  }
}
header .title .header_nav_first > .search > div > div::after {
  content: "";
}
header .title .header_nav_first > .search > div > div > div form {
  margin: 0;
}
header .title .header_nav_first > .search > div > div > div form > table {
  margin: 0;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr {
  width: 250px !important;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td {
  padding: 0;
  margin: 0;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-input {
  width: 220px !important;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-input > .gsc-input-box {
  border-radius: unset;
  background: #EEEEEE;
  border: none;
  padding: 0;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-input > .gsc-input-box > table > tbody > tr > td {
  position: relative;
  height: 30px;
  padding: 0 0 0 10px;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-input > .gsc-input-box > table > tbody > tr > td input {
  font-size: 15px;
  background-color: #EEEEEE !important;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button {
  border: none;
  width: 30px;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button button {
  cursor: pointer;
  display: flex;
  border-radius: unset;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0;
  width: 30px;
  background: #255B4D;
  border: 1px solid #255B4D;
  margin: 0;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button button:hover {
  transition: 0.5s;
  background-color: #179D5B;
}
header .title .header_nav_first > .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button button svg {
  display: block;
  width: 16px;
  height: 16px;
}
header .header_nav_second {
  background-color: #202124;
  width: 100%;
  min-width: 1136px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header .header_nav_second {
    min-width: 1136px;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav_second {
    margin-top: 60px;
    display: none;
    min-width: 100%;
    z-index: 1;
    overflow: auto;
    height: auto;
    position: fixed;
  }
  header .header_nav_second.open {
    display: block;
    top: 0;
    bottom: 0;
  }
}
header .header_nav_second .gnavi_inner {
  width: 1136px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner {
    width: 100%;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 {
    flex-flow: column nowrap;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 {
  display: block;
  position: relative;
  width: 16.6666666667%;
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1:lang(en) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 {
    width: 100%;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1:lang(en) {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.active::before {
    content: "";
    width: calc(100% - 2px);
    height: 10px;
    top: 44px;
    left: 2px;
    background-image: url("../media/images/header/current.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: auto 10px;
    z-index: 6;
  }
}
@media print, screen and (min-width: 1024px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1:hover::before {
    content: "";
    width: calc(100% - 2px);
    height: 10px;
    top: 44px;
    left: 2px;
    background-image: url("../media/images/header/current.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: auto 10px;
    z-index: 6;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1::before {
    content: "";
    pointer-events: none;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    border-bottom: solid 1px #494949;
    z-index: 1;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 > a {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 15px;
  background-color: #202124;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 > a {
    width: 100%;
    height: 55px;
    justify-content: flex-start;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 > a::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: 20px;
    border-left: solid 2px #494949;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 > a::after {
    content: "";
    background-image: url("../media/images/header/plus@2x.png");
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 55px;
    right: 0px;
    top: 0px;
    transition: 0.3s;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 > a.open {
    background-color: #343434;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 > a.open::after {
    content: "";
    background-image: url("../media/images/header/minus@2x.png");
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 55px;
    right: 0px;
    top: 0px;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm46 > a::after {
  display: none;
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 > a {
  display: flex;
  padding-top: 9px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 > a {
    padding-top: 8px;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 > a::before {
  text-align: right;
  border-right: solid 2px #494949;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 > a::before {
    border: none;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 > a::after {
  content: "";
  width: 32px;
  height: 16px;
  right: 2px;
  top: 12px;
  background-image: url("../media/images/header/lock_16px@2x.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 > a::after {
    width: 16px;
    height: 15px;
    left: 120px;
    top: 13px;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7::after {
  content: "学内限定";
  color: white;
  font-size: 10px;
  width: 100%;
  text-align: center;
  top: 29px;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7::after {
    text-align: left;
    top: 26.5px;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 20px;
    pointer-events: none;
  }
}
@media screen and (max-width: 1700px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm7 ul.depth2 li.depth2.has_children ul.depth3, header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm6 ul.depth2 li.depth2.has_children ul.depth3 {
    left: auto;
    right: 100%;
  }
}
@media screen and (max-width: 1630px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1.lm140 ul.depth2 li.depth2.has_children ul.depth3 {
    left: auto;
    right: 100%;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 {
  position: absolute;
  left: calc((250px - 100%)/-2);
  top: 60px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
  width: 250px;
  background-color: #202124;
  visibility: hidden;
  padding: 0;
  margin: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 {
    display: none;
    width: 100%;
    position: relative;
    visibility: visible;
    top: 0px;
    left: 0px;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2 {
  list-style: none;
  border-top: solid 1px #494949;
  background-color: #343434;
}
@media screen and (min-width: 768px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2:hover {
    transition: 0.5s;
    background-color: #179D5B;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children {
  position: relative;
}
@media screen and (min-width: 768px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children:hover ul.depth3 {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../media/images/header/plus@2x.png");
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 55px;
    right: 0px;
    top: -4px;
    transition: 0.3s;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children.open {
    background-color: #343434;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children.open::after {
    background-image: url("../media/images/header/minus@2x.png");
    top: -6px;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children > a::after {
    background: none;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    visibility: hidden;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 {
    display: none;
    padding-left: 15px;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 li.depth3 {
  border-top: solid 1px #494949;
  background-color: #343434;
}
@media screen and (min-width: 768px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 li.depth3.type3:first-child {
    display: none;
  }
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 li.depth3:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2.has_children ul.depth3 li.depth3:hover {
    transition: 0.5s;
    background-color: #179D5B;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2 a {
  padding: 11.5px 30px 11.5px 20px;
  display: block;
  height: 100%;
  font-size: 15px;
  color: white;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2 a {
    padding: 12px 36px;
  }
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1 ul.depth2 li.depth2 a::after {
  content: "";
  background-image: url("../media/images/header/chevron_right_24px@2x.png");
  background-size: contain;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 18px;
  top: 10.5px;
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1:hover::after {
  height: 50px;
}
header .header_nav_second .gnavi_inner ul.depth1 li.depth1:hover ul.depth2 {
  visibility: visible;
  pointer-events: auto;
}
header .header_nav_second .gnavi_inner .search > div > div {
  display: none;
  height: 96px;
  background: #255B4D;
  border: none;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner .search > div > div {
    display: flex;
  }
}
header .header_nav_second .gnavi_inner .search > div > div::after {
  content: "";
}
header .header_nav_second .gnavi_inner .search > div > div > div {
  display: flex;
  align-items: center;
}
header .header_nav_second .gnavi_inner .search > div > div > div form {
  margin: 0;
}
header .header_nav_second .gnavi_inner .search > div > div > div form > table {
  margin: 0;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td {
  padding: 0;
  margin: 0;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td.gsc-input > .gsc-input-box {
  border-radius: unset;
  border: none;
  height: 45px;
  padding: 0;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td.gsc-input > .gsc-input-box > table > tbody > tr > td {
  position: relative;
  height: 45px;
  padding: 0 0 0 15px;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td.gsc-input > .gsc-input-box > table > tbody > tr > td input {
  font-size: 15px;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button {
  border: none;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 45px;
  padding: 0;
  width: 45px;
  background: #179D5B;
  border: 1px solid #179D5B;
  border-radius: unset;
}
header .header_nav_second .gnavi_inner .search > div > div .gsc-search-box > tbody > tr > td.gsc-search-button button svg {
  width: 22px;
  height: 22px;
}
header .header_nav_second .gnavi_inner .mail, header .header_nav_second .gnavi_inner .access, header .header_nav_second .gnavi_inner .school, header .header_nav_second .gnavi_inner .location {
  position: relative;
  display: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner .mail, header .header_nav_second .gnavi_inner .access, header .header_nav_second .gnavi_inner .school, header .header_nav_second .gnavi_inner .location {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav_second .gnavi_inner .mail::after, header .header_nav_second .gnavi_inner .access::after, header .header_nav_second .gnavi_inner .school::after, header .header_nav_second .gnavi_inner .location::after {
    content: "";
    pointer-events: none;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    border-bottom: solid 1px #494949;
    z-index: 1;
  }
}
header .header_nav_second .gnavi_inner .mail > a, header .header_nav_second .gnavi_inner .access > a, header .header_nav_second .gnavi_inner .school > a, header .header_nav_second .gnavi_inner .location > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 52px;
  font-size: 15px;
  color: white;
  text-decoration: none;
}
header .header_nav_second .gnavi_inner .mail > a > .images, header .header_nav_second .gnavi_inner .access > a > .images, header .header_nav_second .gnavi_inner .school > a > .images, header .header_nav_second .gnavi_inner .location > a > .images {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  background-size: contain;
}
header .header_nav_second .gnavi_inner .mail > a::after, header .header_nav_second .gnavi_inner .access > a::after, header .header_nav_second .gnavi_inner .school > a::after, header .header_nav_second .gnavi_inner .location > a::after {
  content: "";
  background-image: url("../media/images/header/chevron_right_24px@2x.png");
  background-size: contain;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 18px;
  top: 10.5px;
}
#main .set_width {
  width: 1136px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .set_width {
    width: 89.4%;
  }
}
@media screen and (max-width: 767px) {
  #main .width_wide {
    width: 100%;
  }
}
.pagetop {
  right: 20px;
  position: fixed;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 0px;
  }
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
.pagetop.show:hover {
  transition: 0.5s;
  opacity: 0.5;
}
.pagetop > a {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../media/images/footer/top_button@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
footer {
  width: 100%;
  background-color: #202124;
  color: white;
}
footer > div {
  padding-top: 17px;
  margin: auto;
  width: 1136px;
}
@media screen and (max-width: 767px) {
  footer > div {
    width: 89.4%;
    margin: auto;
  }
}
footer > div .sitecheck {
  border-bottom: solid 1px #494949;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer > div .sitecheck {
    width: calc(100% - 14px);
    margin: auto;
  }
}
footer > div .sitecheck .sp_width {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  color: white;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer > div .sitecheck .sp_width {
    justify-content: space-between;
    font-size: 15px;
    width: 82.3%;
    margin: auto;
  }
}
footer > div .sitecheck .sp_width .sitemap {
  margin-right: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  footer > div .sitecheck .sp_width .sitemap {
    margin-right: 0px;
  }
}
footer > div .sitecheck .sp_width .sitemap > a {
  text-decoration: none;
  color: white;
}
footer > div .sitecheck .sp_width .sitemap > a:hover {
  transition: 0.5s;
  background-color: #179D5B;
}
footer > div .sitecheck .sp_width .sitepolicy {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer > div .sitecheck .sp_width .sitepolicy {
    position: static;
  }
}
footer > div .sitecheck .sp_width .sitepolicy::before {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 1px #FFFFFF;
  left: -20px;
  top: 2.5px;
  width: 20px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  footer > div .sitecheck .sp_width .sitepolicy::before {
    left: 50%;
    transform: translate(-50%, 0);
    height: 18px;
  }
}
footer > div .sitecheck .sp_width .sitepolicy > a {
  text-decoration: none;
  color: white;
}
footer > div .sitecheck .sp_width .sitepolicy > a:hover {
  transition: 0.5s;
  background-color: #179D5B;
}
footer > div .address_data {
  margin-top: 62px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer > div .address_data {
    display: block;
    width: 95.8%;
    margin: 50px auto 0 auto;
  }
}
footer > div .address_data .logo {
  display: block;
  width: 200px;
}
@media screen and (max-width: 767px) {
  footer > div .address_data .logo {
    width: 70%;
  }
}
footer > div .address_data .address_wrapper {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  footer > div .address_data .address_wrapper {
    margin: auto;
  }
}
footer > div .address_data .address_wrapper .department {
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  footer > div .address_data .address_wrapper .department {
    margin-top: 30px;
    line-height: 29px;
    font-size: 20px;
  }
}
footer > div .address_data .address_wrapper .location {
  margin-top: 2px;
  line-height: 21px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer > div .address_data .address_wrapper .location {
    margin-top: 15px;
    line-height: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  footer > div .address_data .address_wrapper .location {
    font-size: 14px;
  }
}
footer > div .address_data .address_wrapper .location .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  footer > div .address_data .address_wrapper .location .sp {
    display: block;
  }
}
footer > div ul.depth1 {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer > div ul.depth1 {
    display: none;
  }
}
footer > div ul.depth1 li.depth1 {
  position: relative;
}
footer > div ul.depth1 li.depth1 > a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
footer > div ul.depth1 li.depth1 > a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -28px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #494949;
  border-right: 2px solid #494949;
}
footer > div ul.depth1 li.depth1 > a:hover {
  transition: 0.5s;
  background-color: #179D5B;
}
footer > div ul.depth1 li.depth1.lm46 {
  margin-left: -10px;
}
footer > div ul.depth1 li.depth1.lm2 {
  margin-left: 52px;
  width: 160px;
}
footer > div ul.depth1 li.depth1.lm3 {
  margin-left: 48px;
  width: 140px;
}
footer > div ul.depth1 li.depth1.lm4 {
  margin-left: 22px;
  width: 140px;
}
footer > div ul.depth1 li.depth1.lm5 {
  margin-left: 42px;
  width: 100px;
}
footer > div ul.depth1 li.depth1.lm6 {
  margin-left: 25px;
  width: 140px;
}
footer > div ul.depth1 li.depth1.lm7 {
  margin-left: 6px;
  width: 175px;
}
footer > div ul.depth1 li.depth1.lm7 > a {
  display: block;
  margin-top: 2px;
}
footer > div ul.depth1 li.depth1.lm7 > a::after {
  content: "(学内限定)";
  position: absolute;
  top: 4px;
  right: 22px;
  font-size: 12px;
}
footer > div ul.depth1 li.depth1.lm7::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../media/images/footer/lock_16px@2x.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 0px;
  top: 5px;
}
footer > div ul.depth1 li.depth1 ul.depth2 {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  width: 190px;
  background-color: #202124;
}
footer > div ul.depth1 li.depth1 ul.depth2 li.depth2 a {
  line-height: 26px;
  color: white;
  text-decoration: none;
  font-size: 12px;
}
footer > div ul.depth1 li.depth1 ul.depth2 li.depth2 a:hover {
  transition: 0.5s;
  background-color: #179D5B;
}
footer > div .copy_write {
  font-family: "Rajdhani";
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-top: 50px;
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  footer > div .copy_write {
    text-align: left;
    width: 95.8%;
    margin: 50px auto 0 auto;
    height: auto;
    padding-bottom: 17px;
  }
}
footer > div .copy_write .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  footer > div .copy_write .sp {
    display: block;
  }
}
/*# sourceMappingURL=./common.css.map */