@charset "UTF-8";
/* CSS Document */
#map iframe {
  display: block;
  height: 485px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    #map iframe {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    #map iframe {
      height: 315px; } }

#news {
  background-color: #F7F7F7; }
  #news h2 {
    padding-top: 9rem; }
    @media screen and (max-width: 1199px) {
      #news h2 {
        padding-top: 7rem; } }
    @media screen and (max-width: 575px) {
      #news h2 {
        padding-top: 4rem; } }
  #news .news-area {
    position: relative; }
    #news .news-area::after {
      position: absolute;
      content: "";
      background: url("../img/news-deco1.png");
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 3;
      width: 154px;
      height: 143px;
      bottom: -175px;
      left: 4rem; }
      @media screen and (max-width: 991px) {
        #news .news-area::after {
          width: 111px; } }
      @media screen and (max-width: 575px) {
        #news .news-area::after {
          width: 95px;
          bottom: -198px;
          left: 0rem; } }
  #news .more-btn {
    margin-top: 3rem; }

#event {
  position: relative;
  background-image: linear-gradient(0deg, white, white 65%, #f7f7f7 65%, #f7f7f7);
  background-repeat: no-repeat;
  padding-top: 12rem;
  padding-bottom: 9rem; }
  @media screen and (max-width: 767px) {
    #event {
      padding-top: 5rem;
      padding-bottom: 7rem; } }
  @media screen and (max-width: 575px) {
    #event {
      background-image: linear-gradient(0deg, white, white 55%, #f7f7f7 55%, #f7f7f7);
      padding-bottom: 5rem; } }
  #event::before {
    position: absolute;
    content: "";
    background: url("../img/weve-gray-sita.svg") repeat-x top;
    background-size: auto 11px;
    height: 11px;
    width: 100%;
    display: block;
    top: 35%; }
    @media screen and (max-width: 575px) {
      #event::before {
        top: 45%; } }
  #event .event-flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      #event .event-flex {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    #event .event-flex .event-left {
      width: 29%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #event .event-flex .event-left h2 {
        padding-top: 6rem;
        margin-bottom: 0;
        z-index: 3; }
        @media screen and (max-width: 767px) {
          #event .event-flex .event-left h2 {
            margin-bottom: 4rem; } }
        #event .event-flex .event-left h2 .midashi::before {
          background-image: url("../img/top-icon_event.svg"); }
    #event .event-flex .event-right {
      width: 70%; }
      @media screen and (max-width: 767px) {
        #event .event-flex .event-right {
          width: 100%; } }
      #event .event-flex .event-right .news-area .news-box a {
        height: 360px;
        box-shadow: 6px 6px 0 #4170D9; }
        @media screen and (max-width: 1199px) {
          #event .event-flex .event-right .news-area .news-box a {
            height: 320px; } }
        @media screen and (max-width: 991px) {
          #event .event-flex .event-right .news-area .news-box a {
            height: 255px; } }
        @media screen and (max-width: 575px) {
          #event .event-flex .event-right .news-area .news-box a {
            height: 195px; } }
        #event .event-flex .event-right .news-area .news-box a:hover {
          box-shadow: 2px 2px 0 #4170D9; }
        #event .event-flex .event-right .news-area .news-box a:active {
          box-shadow: 0 0 0 #4170D9; }
        #event .event-flex .event-right .news-area .news-box a .news-list .news-img {
          height: 250px; }
          @media screen and (max-width: 1199px) {
            #event .event-flex .event-right .news-area .news-box a .news-list .news-img {
              height: 197px; } }
          @media screen and (max-width: 991px) {
            #event .event-flex .event-right .news-area .news-box a .news-list .news-img {
              height: 143px; } }
          @media screen and (max-width: 575px) {
            #event .event-flex .event-right .news-area .news-box a .news-list .news-img {
              height: 105px; } }
        #event .event-flex .event-right .news-area .news-box a .news-text .news-title {
          font-size: 18px;
          font-size: 1.8rem;
          color: #4170D9;
          width: 338px;
          /* 省略せずに表示するサイズを指定 */
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media screen and (max-width: 1199px) {
            #event .event-flex .event-right .news-area .news-box a .news-text .news-title {
              width: 282px; } }
          @media screen and (max-width: 991px) {
            #event .event-flex .event-right .news-area .news-box a .news-text .news-title {
              width: 203px; } }
          @media screen and (max-width: 767px) {
            #event .event-flex .event-right .news-area .news-box a .news-text .news-title {
              width: 216px; } }
          @media screen and (max-width: 575px) {
            #event .event-flex .event-right .news-area .news-box a .news-text .news-title {
              font-size: 14.5px;
              font-size: 1.45rem;
              width: 154px; } }
        #event .event-flex .event-right .news-area .news-box a .news-text .news-date {
          font-size: 14px;
          font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    #event .more-btn {
      margin: auto;
      margin-top: 3rem; } }
  #event .more-btn a {
    background-color: #4170D9;
    border: 2px solid #4170D9; }
    #event .more-btn a:hover {
      color: #4170D9; }

#information {
  position: relative; }
  #information h2 {
    padding-top: 9rem; }
    @media screen and (max-width: 1199px) {
      #information h2 {
        padding-top: 8rem; } }
    @media screen and (max-width: 767px) {
      #information h2 {
        padding-top: 7rem; } }
    @media screen and (max-width: 575px) {
      #information h2 {
        padding-top: 6rem; } }
  #information h2 .midashi::before {
    background-image: url("../img/top-icon_info.svg"); }
  #information .event-flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      #information .event-flex {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    #information .event-flex .event-right {
      width: 30%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 13rem;
      padding: 0; }
      @media screen and (max-width: 991px) {
        #information .event-flex .event-right {
          margin-top: 10rem;
          margin-left: 3rem; } }
      @media screen and (max-width: 767px) {
        #information .event-flex .event-right {
          margin-top: 0;
          width: 100%;
          margin-left: 0; } }
      #information .event-flex .event-right p {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.5; }
        @media screen and (max-width: 575px) {
          #information .event-flex .event-right p {
            margin-bottom: 0; } }
      @media screen and (max-width: 767px) {
        #information .event-flex .event-right .more-btn {
          margin-bottom: 2rem; } }
      #information .event-flex .event-right .more-btn a {
        background-color: #00AE64;
        border: 2px solid #00AE64; }
        #information .event-flex .event-right .more-btn a:hover {
          color: #00AE64; }
    #information .event-flex .event-left {
      width: 70%; }
      @media screen and (max-width: 767px) {
        #information .event-flex .event-left {
          width: 100%; } }
      #information .event-flex .event-left .news-area {
        padding: 0;
        position: relative; }
        #information .event-flex .event-left .news-area::before {
          position: absolute;
          content: "";
          background: url("../img/topics.svg") no-repeat;
          height: 139px;
          width: 159px;
          z-index: 3;
          left: -1.5rem;
          top: -7rem; }
          @media screen and (max-width: 991px) {
            #information .event-flex .event-left .news-area::before {
              height: 100px; } }
          @media screen and (max-width: 767px) {
            #information .event-flex .event-left .news-area::before {
              height: 90px;
              top: -4rem; } }
          @media screen and (max-width: 575px) {
            #information .event-flex .event-left .news-area::before {
              height: 60px;
              left: 0.5rem;
              top: -2.5rem; } }
        #information .event-flex .event-left .news-area .news-box a {
          height: 450px;
          box-shadow: 6px 6px 0 #00AE64; }
          #information .event-flex .event-left .news-area .news-box a:hover {
            box-shadow: 2px 2px 0 #00AE64; }
          #information .event-flex .event-left .news-area .news-box a:active {
            box-shadow: 0 0 0 #00AE64; }
          @media screen and (max-width: 1199px) {
            #information .event-flex .event-left .news-area .news-box a {
              height: 415px; } }
          @media screen and (max-width: 991px) {
            #information .event-flex .event-left .news-area .news-box a {
              height: 340px; } }
          @media screen and (max-width: 575px) {
            #information .event-flex .event-left .news-area .news-box a {
              height: 300px; } }
          #information .event-flex .event-left .news-area .news-box a .news-list .news-img {
            height: 250px; }
            @media screen and (max-width: 1199px) {
              #information .event-flex .event-left .news-area .news-box a .news-list .news-img {
                height: 197px; } }
            @media screen and (max-width: 991px) {
              #information .event-flex .event-left .news-area .news-box a .news-list .news-img {
                height: 143px; } }
            @media screen and (max-width: 575px) {
              #information .event-flex .event-left .news-area .news-box a .news-list .news-img {
                height: 105px; } }
          #information .event-flex .event-left .news-area .news-box a .news-text .news-title {
            font-size: 18px;
            font-size: 1.8rem;
            color: #00AE64;
            width: 339px; }
            @media screen and (max-width: 1199px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-title {
                width: 282px; } }
            @media screen and (max-width: 991px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-title {
                width: 193px; } }
            @media screen and (max-width: 767px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-title {
                width: 216px; } }
            @media screen and (max-width: 575px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-title {
                font-size: 14.5px;
                font-size: 1.45rem;
                width: 154px; } }
          #information .event-flex .event-left .news-area .news-box a .news-text .news-date {
            font-size: 14px;
            font-size: 1.4rem; }
          #information .event-flex .event-left .news-area .news-box a .news-text .news-honbun {
            font-size: 15px;
            font-size: 1.5rem;
            margin-top: 0.7em;
            line-height: 1.6;
            color: #000;
            display: -webkit-box;
            /* Flexみたいなボックス表示にする */
            -webkit-box-orient: vertical;
            /* 縦方向にボックスを並べる */
            -webkit-line-clamp: 3;
            /* 最大3行まで表示 */
            overflow: hidden;
            /* はみ出した部分を隠す */
            text-overflow: ellipsis;
            /* 省略記号をつける */ }
            @media screen and (max-width: 1199px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-honbun {
                -webkit-line-clamp: 4; } }
            @media screen and (max-width: 991px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-honbun {
                width: 193px; } }
            @media screen and (max-width: 767px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-honbun {
                width: 216px; } }
            @media screen and (max-width: 575px) {
              #information .event-flex .event-left .news-area .news-box a .news-text .news-honbun {
                width: 154px;
                font-size: 14px;
                font-size: 1.4rem; } }
  #information .info-links {
    margin-top: 4rem;
    padding-bottom: 15rem;
    position: relative;
    display: block; }
    @media screen and (max-width: 1199px) {
      #information .info-links {
        padding-bottom: 13rem; } }
    @media screen and (max-width: 991px) {
      #information .info-links {
        margin-top: 2rem; } }
    @media screen and (max-width: 767px) {
      #information .info-links {
        padding-bottom: 9rem; } }
    @media screen and (max-width: 575px) {
      #information .info-links {
        padding-bottom: 6rem; } }
    #information .info-links ul {
      margin-bottom: 0;
      padding: 0 8px; }
      #information .info-links ul li {
        padding: 0 0.5rem; }
        @media screen and (max-width: 767px) {
          #information .info-links ul li {
            margin-bottom: 1rem; } }
        #information .info-links ul li a {
          position: relative;
          display: block; }
          #information .info-links ul li a::after {
            content: "";
            position: absolute;
            inset: 0;
            background: #fff;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none; }
          #information .info-links ul li a:hover::after {
            opacity: 0.4; }
  #information .wave-top {
    position: absolute;
    bottom: -1px; }
  #information .more-btn {
    margin-top: 2rem; }

#setori {
  background-color: #77B0F0;
  background-image: url("../img/setori-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 8.7rem; }
  @media screen and (max-width: 767px) {
    #setori {
      padding-top: 5rem; } }
  #setori .catch {
    position: relative;
    color: #fff;
    font-size: 33px;
    font-size: 3.3rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.4rem;
    margin-bottom: 8rem; }
    @media screen and (max-width: 767px) {
      #setori .catch {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 6rem; } }
    @media screen and (max-width: 575px) {
      #setori .catch {
        font-size: 20px;
        font-size: 2rem; } }
    #setori .catch span {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Cabin", sans-serif;
      font-style: italic;
      letter-spacing: 0.5rem;
      display: inline-flex;
      align-items: center;
      gap: 16px; }
      @media screen and (max-width: 575px) {
        #setori .catch span {
          font-size: 12px;
          font-size: 1.2rem; } }
      #setori .catch span::before, #setori .catch span::after {
        background-color: #fff;
        display: block;
        content: "";
        height: 1px;
        /* 横線の高さ */
        width: 60px;
        /* 横線の長さ */ }
        @media screen and (max-width: 575px) {
          #setori .catch span::before, #setori .catch span::after {
            width: 40px;
            /* 横線の長さ */ } }
    #setori .catch::after {
      position: absolute;
      right: 0;
      left: 0;
      top: 13rem;
      bottom: 0;
      margin: auto;
      content: "";
      background-image: url("../img/setori-chizu.svg");
      background-repeat: no-repeat;
      display: block;
      height: 362px;
      width: 470px; }
      @media screen and (max-width: 767px) {
        #setori .catch::after {
          height: 273px;
          width: 330px; } }
      @media screen and (max-width: 575px) {
        #setori .catch::after {
          width: 100%; } }
  #setori .setori-box {
    position: relative;
    margin-top: 5rem;
    padding-bottom: 17rem; }
    @media screen and (max-width: 1199px) {
      #setori .setori-box {
        padding-bottom: 12rem; } }
    @media screen and (max-width: 767px) {
      #setori .setori-box {
        padding-bottom: 7rem; } }
    #setori .setori-box h2 {
      position: absolute;
      left: 0;
      right: 0;
      top: -3.5rem;
      margin: auto;
      width: 400px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      color: #4170D9;
      text-align: center;
      background-color: #fff;
      border: 1px solid #000;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 4px 4px 0px 0px #1da9da;
      padding: 2rem 0rem;
      letter-spacing: 0.3rem; }
      @media screen and (max-width: 767px) {
        #setori .setori-box h2 {
          width: 350px; } }
      @media screen and (max-width: 575px) {
        #setori .setori-box h2 {
          width: 275px;
          padding: 1.5rem 0rem; } }
      #setori .setori-box h2 span {
        font-size: 28px;
        font-size: 2.8rem; }
        @media screen and (max-width: 575px) {
          #setori .setori-box h2 span {
            font-size: 23px;
            font-size: 2.3rem; } }
    #setori .setori-box .setori-content {
      background-color: #fff;
      border: 2px solid #4170D9;
      padding: 8rem 4rem 4.5rem 4rem; }
      @media screen and (max-width: 767px) {
        #setori .setori-box .setori-content {
          padding: 6rem 2.5rem 3rem 2.5rem; } }
      @media screen and (max-width: 575px) {
        #setori .setori-box .setori-content {
          padding: 4rem 2.5rem 3rem 2.5rem; } }
      #setori .setori-box .setori-content ul {
        margin-right: -5px;
        margin-left: -5px; }
        #setori .setori-box .setori-content ul li {
          padding-right: 5px;
          padding-left: 5px; }
          @media screen and (max-width: 575px) {
            #setori .setori-box .setori-content ul li {
              padding-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
        #setori .setori-box .setori-content .more-btn {
          margin-top: 2rem; } }
      @media screen and (max-width: 575px) {
        #setori .setori-box .setori-content .more-btn {
          margin-top: 1rem; } }
      #setori .setori-box .setori-content .more-btn a {
        background-color: #4170D9;
        border: 2px solid #4170D9; }
        #setori .setori-box .setori-content .more-btn a:hover {
          color: #4170D9; }

#calendar h2 {
  padding-top: 10rem; }
  @media screen and (max-width: 991px) {
    #calendar h2 {
      padding-top: 8rem; } }
  @media screen and (max-width: 575px) {
    #calendar h2 {
      padding-top: 6rem; } }
#calendar h2 .midashi::before {
  background-image: url("../img/top-icon_calendar.svg"); }
#calendar .calendar-bg {
  background-image: url("../img/calendar-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    #calendar .calendar-bg {
      padding-bottom: 8rem; } }
  #calendar .calendar-bg .calendar-box {
    text-align: center; }
    #calendar .calendar-bg .calendar-box iframe {
      border: solid 8px #fff !important;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #calendar .calendar-bg .calendar-box iframe {
          height: 450px; } }
    #calendar .calendar-bg .calendar-box p {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: left; }
  #calendar .calendar-bg .pdf-btn {
    display: flex;
    justify-content: center;
    margin-top: 4rem; }
    @media screen and (max-width: 575px) {
      #calendar .calendar-bg .pdf-btn {
        margin-top: 3rem; } }

#department {
  padding-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #department {
      padding-bottom: 6rem; } }
  #department h2 {
    padding-top: 10rem; }
    @media screen and (max-width: 767px) {
      #department h2 {
        padding-top: 7rem; } }
  #department h2 .midashi::before {
    background-image: url("../img/top-icon_department.svg"); }
  #department .department-box {
    display: flex;
    gap: 2px; }
    @media screen and (max-width: 767px) {
      #department .department-box {
        flex-direction: column; } }
    #department .department-box a.department-list {
      flex: 1;
      text-decoration: none;
      display: block;
      padding: 3rem; }
      #department .department-box a.department-list.normal {
        background-image: repeating-linear-gradient(315deg, #00ae64, #00ae64 5px, #4cc692 5px, #4cc692 7px); }
      #department .department-box a.department-list.business {
        background-image: repeating-linear-gradient(315deg, #1da9da, #1da9da 5px, #60c3e5 5px, #60c3e5 7px); }
      #department .department-box a.department-list .department-inner {
        height: 100%;
        border-radius: 8px;
        overflow: hidden; }
        #department .department-box a.department-list .department-inner .department-img {
          object-fit: cover;
          background-color: #fff;
          overflow: hidden; }
          #department .department-box a.department-list .department-inner .department-img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            transition: transform 0.4s ease, opacity 0.4s ease; }
        #department .department-box a.department-list .department-inner .department-white {
          background: #fff;
          padding: 2.5rem 0 3rem 0;
          object-fit: cover;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media screen and (max-width: 575px) {
            #department .department-box a.department-list .department-inner .department-white {
              padding: 1.8rem 0 2rem 0; } }
          #department .department-box a.department-list .department-inner .department-white .title {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.7rem; }
            @media screen and (max-width: 575px) {
              #department .department-box a.department-list .department-inner .department-white .title {
                margin-bottom: 0.5rem; } }
            #department .department-box a.department-list .department-inner .department-white .title h4 {
              font-size: 28px;
              font-size: 2.8rem;
              font-weight: bold;
              margin: 0;
              color: #1BB47C;
              letter-spacing: 0.2rem; }
              @media screen and (max-width: 575px) {
                #department .department-box a.department-list .department-inner .department-white .title h4 {
                  font-size: 22px;
                  font-size: 2.2rem; } }
            #department .department-box a.department-list .department-inner .department-white .title .department__arrow {
              margin-left: 0.5em;
              width: 42px;
              height: 42px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              transition: transform 0.3s ease; }
              @media screen and (max-width: 575px) {
                #department .department-box a.department-list .department-inner .department-white .title .department__arrow {
                  width: 35px;
                  height: 35px;
                  margin-left: 0; } }
              #department .department-box a.department-list .department-inner .department-white .title .department__arrow img {
                width: 100%;
                height: auto;
                display: block; }
          #department .department-box a.department-list .department-inner .department-white .course {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.8;
            position: relative;
            padding-left: 0;
            color: #000;
            text-align: center; }
            @media screen and (max-width: 991px) {
              #department .department-box a.department-list .department-inner .department-white .course {
                font-size: 14px;
                font-size: 1.4rem; } }
            #department .department-box a.department-list .department-inner .department-white .course span {
              color: #8DD9BD;
              padding-right: 0.5rem; }
        #department .department-box a.department-list .department-inner:hover .department__arrow {
          transform: translateX(6px); }
        #department .department-box a.department-list .department-inner:hover .department-img img {
          transform: scale(1.06);
          opacity: 0.8; }
    #department .department-box .business .department-white .title h4 {
      color: #1DA9DA !important; }
    #department .department-box .business .department-white .course span {
      color: #8ED4EC !important; }
