/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
#main #s1 .support {
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    #main #s1 .support {
      /* sp */
      margin-bottom: 40px; } }
  #main #s1 .support area {
    border: none;
    outline: none; }
  #main #s1 .support figure {
    position: relative; }
  #main #s1 .support .clickmap div {
    position: absolute;
    text-indent: -999em;
    cursor: pointer; }
  #main #s1 .support #support-lecture {
    width: 12%;
    height: 27%;
    left: 53%;
    top: 0; }
  #main #s1 .support #support-dept {
    width: 12%;
    height: 27%;
    left: 61%;
    top: 36%; }
  #main #s1 .support #support-creative {
    width: 12%;
    height: 27%;
    left: 53.5%;
    top: 73%; }
  #main #s1 .support #support-social {
    width: 12%;
    height: 27%;
    left: 34%;
    top: 0; }
  #main #s1 .support #support-carrer {
    width: 12%;
    height: 27%;
    left: 27%;
    top: 36%; }
  #main #s1 .support #support-student {
    width: 12%;
    height: 27%;
    left: 34%;
    top: 73%; }
  @media screen and (max-width: 1139px) {
    #main #s1 .support {
      /* pc */ }
      #main #s1 .support #support-lecture {
        width: 14%; }
      #main #s1 .support #support-dept {
        width: 14%;
        left: 63%; }
      #main #s1 .support #support-creative {
        width: 14%; }
      #main #s1 .support #support-social {
        width: 14%;
        left: 33%; }
      #main #s1 .support #support-carrer {
        width: 14%;
        left: 24%; }
      #main #s1 .support #support-student {
        width: 14%;
        left: 33%; } }
#main #s1 .merit {
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    #main #s1 .merit {
      /* sp */
      margin-bottom: 40px; } }
  #main #s1 .merit .box5 {
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #main #s1 .merit .box5 {
        /* sp */
        margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    #main #s1 .merit {
      /* sp */ }
      #main #s1 .merit ul li {
        padding-bottom: 20px;
        border-bottom: solid 1px #e5e5e5;
        margin-bottom: 20px; } }
  @media screen and (min-width: 641px) {
    #main #s1 .merit {
      /* sp */ }
      #main #s1 .merit ul {
        background: url(/assets/images/common/line_dot_1px_vertical.png) left top repeat-y; }
        #main #s1 .merit ul li {
          float: left;
          width: 33%;
          background: url(/assets/images/common/line_dot_1px_vertical.png) right top repeat-y; }
          #main #s1 .merit ul li .container {
            padding: 0 15%; }
            #main #s1 .merit ul li .container p {
              text-align: left; } }
@media screen and (min-width: 1024px) {
  #main #s3 .lineup {
    /* pc */
    width: 840px;
    margin: 0 auto; } }
@media screen and (min-width: 640px) {
  #main #s3 .lineup {
    /* sp */ }
    #main #s3 .lineup ul li {
      border-bottom: solid 1px #e5e5e5;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      #main #s3 .lineup ul li:nth-child(7), #main #s3 .lineup ul li:nth-child(8), #main #s3 .lineup ul li:nth-child(9) {
        border: none;
        padding-bottom: 0px; } }
#main #s3 figure {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    #main #s3 figure {
      /* sp */
      margin-bottom: 20px; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    #main #s3 figure {
      /* tablet */
      max-width: 600px; } }
  @media screen and (min-width: 1024px) {
    #main #s3 figure {
      /* pc */
      max-width: 708px; } }
#main #topic1 figure {
  height: auto;
  margin: 0 auto; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    #main #topic1 figure {
      /* tablet */
      max-width: 540px; } }
  @media screen and (min-width: 1024px) {
    #main #topic1 figure {
      /* pc */
      max-width: 667px; } }

/* ---------------------------------------- */
#popup {
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300; }
  #popup .bg {
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 310;
    cursor: pointer; }
  #popup .box {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 320; }
    #popup .box .name {
      font-weight: bold;
      margin-bottom: 1em;
      font-size: 116%;
      display: inline-block;
      margin-right: 20px; }
    #popup .box .h {
      margin-bottom: 1em;
      line-height: 1.5; }
    #popup .box figure {
      margin: 0; }
  #popup .btn-close {
    position: absolute;
    cursor: pointer;
    top: -15px;
    right: -15px;
    text-indent: -999em;
    width: 30px;
    height: 30px;
    background: url(/assets/images/dept/feature/index/btn_close.png); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      #popup .btn-close {
        background: url(/assets/images/dept/feature/index/btn_close@2x.png);
        background-size: 30px 30px; } }
  #popup .center {
    text-align: center; }
  @media screen and (max-width: 640px) {
    #popup .btn-close2 {
      /* sp */
      display: inline-block;
      margin-top: 20px;
      background: #76b5d5;
      color: #fff;
      padding: 5px 10px;
      width: 60px;
      margin: 0 auto 20 auto;
      text-align: center; } }
  @media screen and (min-width: 641px) {
    #popup .btn-close2 {
      /* sp */
      display: none; } }
  @media screen and (max-width: 640px) {
    #popup {
      /* sp */ }
      #popup .box {
        position: absolute;
        width: 80%;
        left: 10%;
        top: 25px; }
        #popup .box .container {
          margin: 20px; }
          #popup .box .container .box5 {
            display: block;
            text-align: center; }
        #popup .box .detail .image {
          text-align: center;
          margin-bottom: 20px; }
        #popup .box .detail .text .h br {
          display: none; } }
  @media screen and (min-width: 641px) {
    #popup {
      /* pc */ }
      #popup .box {
        width: 640px;
        height: 440px;
        margin: -220px 0 0 -320px; }
        #popup .box .container {
          margin: 40px; }
        #popup .box .detail .image {
          float: left;
          width: 200px; }
        #popup .box .detail .text {
          float: right;
          width: 320px; } }
