@charset "UTF-8";
@import url("base.css");
#floating_bnr {
  position: fixed;
  right: 110px;
  bottom: 5%;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    #floating_bnr {
      right: 5vw;
      width: 30%;
      height: 30vw;
      bottom: 50vw; } }
  #floating_bnr .bnr span.close {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    z-index: 2;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    @media screen and (max-width: 767px) {
      #floating_bnr .bnr span.close {
        width: 15px;
        height: 15px; } }
    #floating_bnr .bnr span.close::before {
      content: "×"; }
    #floating_bnr .bnr span.close::after {
      content: "CLOSE";
      position: absolute;
      top: -1px;
      left: 0px;
      display: none;
      background-color: #333;
      font-size: 0.6rem;
      line-height: 1;
      border-radius: 100px;
      padding: 10px 10px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    #floating_bnr .bnr span.close:hover {
      background-color: #333;
      color: #fff; }
      #floating_bnr .bnr span.close:hover::after {
        display: block; }
  #floating_bnr .bnr a {
    display: block;
    position: relative;
    z-index: 1; }
    #floating_bnr .bnr a img {
      transition: 0.2s;
      -webkit-transition: 0.2s; }
    #floating_bnr .bnr a:hover img:hover {
      transform: scale(1.07); }

.col_grp {
  position: relative;
  margin-top: 8rem; }
  @media screen and (max-width: 767px) {
    .col_grp {
      margin-top: 2rem; } }
  .col_grp::before {
    content: "";
    background-color: var(--main_color_yellow);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50vw;
    height: 300px; }
    @media screen and (max-width: 767px) {
      .col_grp::before {
        width: 70vw;
        height: 150px;
        top: 5rem; } }
  .col_grp .inner {
    display: grid;
    grid-template-columns: 1fr 440px;
    grid-gap: 50px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .col_grp .inner {
        justify-items: flex-start;
        align-items: flex-start;
        grid-template-columns: 1fr;
        grid-gap: 30px; } }
    @media screen and (max-width: 767px) {
      .col_grp .inner .img {
        padding-top: 3rem; } }
    .col_grp .inner .img > img {
      margin-top: 4rem; }
    .col_grp .inner .txt {
      position: relative;
      padding-top: 180px; }
      @media screen and (max-width: 767px) {
        .col_grp .inner .txt {
          position: static;
          padding-top: 0; } }
      .col_grp .inner .txt h2 {
        position: absolute;
        top: 0;
        left: 0; }
        .col_grp .inner .txt h2 p {
          margin-top: 1rem;
          font-size: 1.2rem;
          letter-spacing: 10px; }
          @media screen and (max-width: 767px) {
            .col_grp .inner .txt h2 p {
              font-size: 0.8rem;
              letter-spacing: 4px; } }
        @media screen and (max-width: 767px) {
          .col_grp .inner .txt h2 img {
            max-height: 10vw; } }
      .col_grp .inner .txt span {
        display: block;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 767px) {
          .col_grp .inner .txt span {
            font-size: 1.4rem; } }
      .col_grp .inner .txt .btn {
        margin-top: 1.5rem; }
  .col_grp.rev::before {
    left: auto;
    right: 0; }
  .col_grp.rev .inner {
    grid-template-columns: 440px 1fr; }
    @media screen and (max-width: 767px) {
      .col_grp.rev .inner {
        grid-template-columns: 1fr; } }
    .col_grp.rev .inner .img {
      order: 2;
      position: relative; }
      @media screen and (max-width: 767px) {
        .col_grp.rev .inner .img {
          order: 1; } }
    .col_grp.rev .inner .txt {
      order: 1; }
      @media screen and (max-width: 767px) {
        .col_grp.rev .inner .txt {
          order: 2; } }

.va {
  display: block;
  margin-left: auto;
  padding-right: 55px;
  position: relative;
  text-decoration: none;
  padding-top: 0.5rem;
  font-weight: bold;
  width: 200px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  @media screen and (max-width: 767px) {
    .va {
      width: 100%;
      text-align: right;
      padding-top: 0;
      padding-right: 0; } }
  .va::before {
    content: "";
    background-image: url(../img/common/icon_arrow_bk_right.webp);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .va::before {
        width: 25px;
        height: 25px;
        background-size: 60%; } }
  .va:hover {
    padding-left: 2rem; }
    .va:hover::before {
      background-color: #fff;
      background-image: url(../img/common/icon_arrow_wt_right.webp);
      background-size: 45%; }

#mv {
  margin-top: -30px;
  padding-bottom: 5vw;
  background-color: #eee; }
  @media screen and (max-width: 767px) {
    #mv {
      margin-top: 0;
      padding-bottom: 30vw; } }
  #mv .inner {
    max-width: 100%;
    position: relative; }
    #mv .inner .img {
      width: 70%;
      margin-left: auto; }
      #mv .inner .img img {
        width: 100%; }
    #mv .inner .txt {
      width: 30%;
      position: absolute;
      top: 10%;
      left: 10vw;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        #mv .inner .txt {
          width: 60%;
          top: 0;
          left: 6vw; } }
      #mv .inner .txt .logo {
        margin-bottom: 2rem; }
        @media screen and (max-width: 767px) {
          #mv .inner .txt .logo {
            margin-bottom: 4.5rem; } }
        #mv .inner .txt .logo > img {
          margin-bottom: 2rem;
          width: 28%;
          height: auto; }
          @media screen and (max-width: 767px) {
            #mv .inner .txt .logo > img {
              width: 30%;
              margin-bottom: 1rem; } }
        @media screen and (max-width: 767px) {
          #mv .inner .txt .logo .sub {
            line-height: 1; } }
        #mv .inner .txt .logo .sub > img {
          width: 50%;
          margin-bottom: 1rem; }
          @media screen and (max-width: 767px) {
            #mv .inner .txt .logo .sub > img {
              margin-bottom: 0.2rem; } }
      #mv .inner .txt .cc img {
        width: 80%;
        height: auto; }
        @media screen and (max-width: 767px) {
          #mv .inner .txt .cc img {
            width: 90%; } }
        #mv .inner .txt .cc img:nth-of-type(1) {
          margin-bottom: 1.5rem; }
          @media screen and (max-width: 767px) {
            #mv .inner .txt .cc img:nth-of-type(1) {
              width: 100%;
              margin-bottom: 0.8rem; } }
    #mv .inner .line {
      content: "";
      background-color: var(--main_color_yellow);
      opacity: 0;
      position: absolute;
      display: block;
      width: 20vw;
      height: 3vw;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #mv .inner .line {
          display: none; } }
      #mv .inner .line.left {
        top: 6vw;
        left: 24vw; }
      #mv .inner .line.right {
        bottom: 0;
        right: 0; }

#bnr {
  background-color: #fff;
  padding: 2rem 0 4rem 0; }
  @media screen and (max-width: 767px) {
    #bnr {
      padding: 1rem 0 2rem 0; } }
  #bnr .inner {
    max-width: 1200px; }
    @media screen and (max-width: 767px) {
      #bnr .inner {
        max-width: 90%; } }
    #bnr .inner .col {
      padding-right: 20px; }
    #bnr .inner .slick-list {
      overflow: visible; }

#instagram-feed {
  padding: 4rem 0; }
  #instagram-feed h2 {
    width: auto;
    height: auto;
    margin-bottom: 30px; }
    #instagram-feed h2 img {
      display: block; }
    #instagram-feed h2 span {
      display: block;
      margin-top: 0.5rem; }
  #instagram-feed .sb_instagram_header {
    display: none; }
  #instagram-feed #sb_instagram #sbi_images {
    display: flex;
    justify-content: space-between; }
    #instagram-feed #sb_instagram #sbi_images .sbi_item {
      aspect-ratio: 3 / 4;
      width: 100%; }
  #instagram-feed #sb_instagram .sbi_photo img {
    object-fit: contain; }
  #instagram-feed #sbi_load {
    display: none; }

@media screen and (max-width: 767px) {
  #instagram-feed {
    padding: 4rem 0 0; }
    #instagram-feed #sb_instagram #sbi_images {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #instagram-feed #sb_instagram #sbi_images .sbi_item {
        overflow: visible; }
    #instagram-feed #sb_instagram .sbi_photo img {
      height: 80%; } }
#news {
  margin-top: 4rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    #news {
      margin-top: 2rem; } }
  #news::before {
    content: "";
    background-color: var(--main_color_yellow);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50vw;
    height: 300px; }
    @media screen and (max-width: 767px) {
      #news::before {
        right: auto;
        top: 5rem;
        left: 0;
        width: 75vw;
        height: 150px; } }
  #news .inner {
    position: relative;
    z-index: 1; }
    #news .inner .title {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
      margin-bottom: 6rem;
      max-width: 45%; }
      @media screen and (max-width: 767px) {
        #news .inner .title {
          display: flex;
          align-items: center;
          margin-bottom: 2rem;
          max-width: 100%; } }
      #news .inner .title h2 span {
        display: block;
        margin-top: 0.5rem; }
      #news .inner .title .btn {
        width: 100%;
        text-align: right; }
        #news .inner .title .btn a {
          text-align: center; }
    #news .inner .row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 54px; }
      @media screen and (max-width: 767px) {
        #news .inner .row {
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 20px; } }
      #news .inner .row .col {
        position: relative; }
        @media screen and (max-width: 767px) {
          #news .inner .row .col:nth-of-type(n + 5) {
            display: none; } }
        #news .inner .row .col .date {
          margin-bottom: 0.5rem; }
        #news .inner .row .col .img {
          position: relative;
          overflow: hidden; }
          #news .inner .row .col .img img {
            width: 100%;
            transition: 0.3s;
            -webkit-transition: 0.3s; }
          #news .inner .row .col .img span {
            display: inline-block;
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: var(--main_color_yellow);
            line-height: 1;
            padding: 3px 10px; }
        #news .inner .row .col h3 {
          margin-top: 1rem;
          line-height: 1.6; }
        #news .inner .row .col a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        #news .inner .row .col:hover .img img {
          transform: scale(1.1); }

#department {
  margin-top: 6rem;
  position: relative; }
  #department::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 440px;
    bottom: 100px;
    left: 0; }
  #department .inner .title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      #department .inner .title {
        grid-template-columns: 1fr;
        grid-gap: 20px; } }
    #department .inner .title h2 p {
      margin-top: 1rem;
      font-size: 1.2rem;
      letter-spacing: 10px; }
      @media screen and (max-width: 767px) {
        #department .inner .title h2 p {
          font-size: 0.8rem; } }
    #department .inner .title .txt {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        #department .inner .title .txt {
          font-size: 0.9rem; }
          #department .inner .title .txt br {
            display: none; } }
  #department .inner .row .col {
    width: 570px;
    height: 570px;
    border-radius: 600px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
    flex-direction: column;
    color: #fff;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    @media screen and (max-width: 767px) {
      #department .inner .row .col {
        width: 100vw;
        height: 90vw;
        padding: 5vw; } }
    #department .inner .row .col:hover img {
      width: 85%; }
      @media screen and (max-width: 767px) {
        #department .inner .row .col:hover img {
          width: 90%; } }
    #department .inner .row .col h3 {
      font-size: 2rem;
      margin-top: 3rem; }
      @media screen and (max-width: 767px) {
        #department .inner .row .col h3 {
          font-size: 1.4rem;
          margin-top: 2vw; } }
    #department .inner .row .col > img {
      width: 90%;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      @media screen and (max-width: 767px) {
        #department .inner .row .col > img {
          width: 100%; } }
    #department .inner .row .col p {
      font-size: 1.4rem;
      margin-top: 1rem; }
      @media screen and (max-width: 767px) {
        #department .inner .row .col p {
          font-size: 0.8rem;
          margin-top: 0.5rem; } }
    #department .inner .row .col .btn {
      text-align: center;
      position: relative;
      z-index: 1; }
      #department .inner .row .col .btn span {
        display: block;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 100px;
        margin: auto;
        width: 40px;
        height: 40px;
        cursor: pointer;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block; }
        @media screen and (max-width: 767px) {
          #department .inner .row .col .btn span {
            width: 30px;
            height: 30px; } }
    #department .inner .row .col a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    #department .inner .row .col.bl {
      background-color: #59ccff; }
      @media screen and (max-width: 767px) {
        #department .inner .row .col.bl {
          margin-bottom: 2rem; } }
      #department .inner .row .col.bl::before {
        content: "";
        display: block;
        background-image: url(../img/index/department_ptd_txt.webp);
        background-repeat: no-repeat;
        background-position: top right;
        position: absolute;
        top: -40px;
        left: -10px;
        width: 570px;
        height: 570px; }
        @media screen and (max-width: 767px) {
          #department .inner .row .col.bl::before {
            width: 100vw;
            height: 100vw;
            top: -20px;
            left: auto;
            right: 0;
            background-size: 40vw auto; } }
      #department .inner .row .col.bl .btn span {
        background-image: url(../img/common/icon_arrow_bl.webp); }
      #department .inner .row .col.bl:hover {
        background-color: #1d8cfa; }
    #department .inner .row .col.pk {
      background-color: #f27c96; }
      #department .inner .row .col.pk::before {
        content: "";
        display: block;
        background-image: url(../img/index/department_otd_txt.webp);
        background-repeat: no-repeat;
        background-position: top right;
        position: absolute;
        top: -40px;
        left: 10px;
        width: 570px;
        height: 570px; }
        @media screen and (max-width: 767px) {
          #department .inner .row .col.pk::before {
            width: 100vw;
            height: 100vw;
            top: -20px;
            left: auto;
            right: 0;
            background-size: 40vw auto; } }
      #department .inner .row .col.pk .btn span {
        background-image: url(../img/common/icon_arrow_pk.webp); }
      #department .inner .row .col.pk:hover {
        background-color: #f64f73; }

#campus_life .inner .txt {
  padding-top: 240px; }
  @media screen and (max-width: 767px) {
    #campus_life .inner .txt {
      padding-top: 0px; } }

#access .map {
  margin-top: 4rem;
  display: none; }
  #access .map iframe {
    width: 100% !important;
    display: block; }
