@charset "UTF-8";
.International-student .head {
  background: #f2f4f5 url("../img/is/key.jpg") center center no-repeat;
  height: 600px;
  text-align: center;
  padding-top: 230px; }
  .International-student .head h1 {
    background: #000;
    display: inline-block;
    color: #fff;
    width: 826px;
    height: 85px;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 58px;
    line-height: 75px; }
.International-student .s-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5px; }
  .International-student .s-list ul li {
    width: 25%;
    padding: 1.5px; }
    .International-student .s-list ul li a {
      display: block;
      position: relative; }
      .International-student .s-list ul li a figure {
        position: relative;
        display: block; }
        .International-student .s-list ul li a figure::after {
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+21,000000+100&0+21,1+100 */
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */ }
        .International-student .s-list ul li a figure img {
          width: 100%; }
      .International-student .s-list ul li a figcaption {
        top: 0;
        left: 0;
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%; }
        .International-student .s-list ul li a figcaption .region {
          position: absolute;
          font-family: acumin-pro-extra-condensed, sans-serif;
          font-weight: 700;
          font-style: normal;
          top: 5%;
          left: 5%;
          font-size: 40px;
          letter-spacing: 0.1em; }
        .International-student .s-list ul li a figcaption .name {
          position: absolute;
          bottom: 5%;
          left: 5%;
          font-size: 16px; }
          .International-student .s-list ul li a figcaption .name .department {
            display: block;
            font-size: 12px;
            line-height: 1.3em; }
.International-student .googleAC a {
  display: block;
  height: 60px;
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 26px;
  padding-top: 13px;
  padding-bottom: 30px;
  text-align: right;
  padding-right: 50px; }

.student {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10000; }
  .student .close {
    position: absolute;
    right: 17px;
    top: 17px;
    display: block;
    width: 34px;
    height: 34px;
    background: url("../img/icon.plus.bk.svg");
    transform: rotate(45deg);
    cursor: pointer; }
  .student .modal {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    z-index: 1000; }
  .student .wrap {
    cursor: default;
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 30px; }
    .student .wrap header {
      display: flex;
      justify-content: space-between;
      padding: 25px 0; }
      .student .wrap header h4 {
        width: 236px;
        font-family: acumin-pro-extra-condensed, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.1em;
        font-size: 36px;
        padding-left: 60px;
        line-height: 43px; }
        .student .wrap header h4.KOREA {
          background: url("../img/is/Korea.png") 0 center no-repeat;
          background-size: 50px auto; }
        .student .wrap header h4.CHINA {
          background: url("../img/is/China.png") 0 center no-repeat;
          background-size: 50px auto; }
        .student .wrap header h4.TAIWAN {
          background: url("../img/is/taiwan.png") 0 center no-repeat;
          background-size: 50px auto; }
        .student .wrap header h4.AUSTRALIA {
          background: url("../img/is/Australia.png") 0 center no-repeat;
          background-size: 50px auto; }
        .student .wrap header h4.CANADA {
          background: url("../img/is/Canada.png") 0 center no-repeat;
          background-size: 50px auto; }
        .student .wrap header h4.MYANMAR {
          background: url("../img/is/Myanmar.png") 0 center no-repeat;
          background-size: 50px auto; }
      .student .wrap header h2 {
        width: 727px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 24px;
        font-weight: normal;
        line-height: 1.1em; }
        .student .wrap header h2 span {
          display: block;
          font-size: 16px;
          font-weight: bold; }
    .student .wrap main {
      display: flex;
      justify-content: space-between; }
      .student .wrap main figure {
        width: 265px; }
        .student .wrap main figure img {
          width: 100%;
          height: auto; }
      .student .wrap main .body {
        width: 727px; }
        .student .wrap main .body .flex {
          padding-bottom: 30px;
          border-bottom: dashed 4px #ddd; }
          .student .wrap main .body .flex .col1, .student .wrap main .body .flex .col2, .student .wrap main .body .flex .col3 {
            width: 30%; }
          .student .wrap main .body .flex h3 {
            font-size: 18px;
            margin-bottom: 30px; }
          .student .wrap main .body .flex p {
            font-size: 14px;
            line-height: 1.8em; }
        .student .wrap main .body .career h3 {
          font-size: 18px; }

@media screen and (min-width: 1240px) {
  .International-student .s-list ul li {
    width: 20%; } }
@media screen and (min-width: 1560px) {
  .International-student .s-list ul li {
    width: 12.5%; } }
/* ***************************************
/* ***************************************
/* ***************************************

SP

/* ***************************************
/* *****************************************/
@media screen and (max-width: 760px) {
  .International-student .head {
    background: url("../img/is/key.jpg") center bottom no-repeat;
    background-size: cover;
    height: 60vw;
    text-align: center;
    padding-top: 0; }
    .International-student .head h1 {
      width: 100%;
      height: auto;
      font-size: 8vw;
      line-height: 1em;
      padding-top: 1vw;
      padding-bottom: 3vw; }
  .International-student .s-list ul {
    flex-direction: column;
    padding: 0.7vw; }
    .International-student .s-list ul li {
      width: 100%;
      padding: 0.7vw; }
      .International-student .s-list ul li a {
        position: relative;
        background: #f8f9fb;
        background-size: 22px;
        display: flex; }
        .International-student .s-list ul li a figure {
          width: 30%;
          height: 20vw;
          overflow: hidden; }
          .International-student .s-list ul li a figure img {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            width: 100%; }
        .International-student .s-list ul li a figcaption {
          color: #000;
          position: static;
          width: 70%;
          height: 100%;
          padding: 3vw 10vw 2vw 4vw; }
          .International-student .s-list ul li a figcaption .region {
            top: auto;
            bottom: 1.5vw;
            left: 2vw;
            font-size: 6vw;
            color: #fff; }
          .International-student .s-list ul li a figcaption .name {
            position: static;
            font-size: 4vw;
            display: flex;
            flex-direction: column-reverse; }
            .International-student .s-list ul li a figcaption .name .department {
              font-size: 3vw;
              font-weight: bold;
              margin-bottom: 1vw; }
        .International-student .s-list ul li a::after {
          position: absolute;
          content: "";
          display: block;
          right: 3vw;
          top: 50%;
          margin-top: -11px;
          width: 22px;
          height: 22px;
          background: url("../img/icon.plus.bk.svg") 97% center no-repeat;
          transition: all 0.3s ease 0s; }
        .International-student .s-list ul li a.open::after {
          transform: rotate(45deg); }
        .International-student .s-list ul li a.open::before {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -1vw;
          border: 2vw solid transparent;
          border-top: 2vw solid #000; }

  .student {
    position: static;
    width: auto;
    height: auto;
    background: none; }
    .student .close {
      display: none; }
    .student .modal {
      position: static;
      transform: none;
      width: 100%;
      background: none;
      box-shadow: none;
      z-index: 1000; }
    .student .wrap {
      width: 100%;
      margin: 2vw 0 0 0;
      padding: 0; }
      .student .wrap header {
        display: none; }
      .student .wrap main {
        display: block;
        position: relative; }
        .student .wrap main figure {
          top: 0;
          height: 100%;
          width: 100%;
          overflow: hidden; }
          .student .wrap main figure img {
            width: 100%;
            height: auto; }
        .student .wrap main .body {
          position: relative;
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          color: #fff; }
          .student .wrap main .body .flex {
            padding: 4vw 4vw 0 4vw;
            border-bottom: dashed 3px #ddd; }
            .student .wrap main .body .flex .col1, .student .wrap main .body .flex .col2, .student .wrap main .body .flex .col3 {
              width: 100%;
              margin-bottom: 6vw; }
            .student .wrap main .body .flex h3 {
              font-size: 5vw;
              margin-bottom: 4vw; }
            .student .wrap main .body .flex p {
              font-size: 3.6vw;
              line-height: 1.8em; }
          .student .wrap main .body .career {
            padding: 4vw; }
            .student .wrap main .body .career h3 {
              margin-bottom: 4vw; } }
