/* CSS Document */
footer .footer-box {
  margin-top: -20rem; }
  @media screen and (max-width: 767px) {
    footer .footer-box {
      margin-top: 0; } }

.topslider {
  margin-top: 14rem;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .topslider {
      margin-top: 10rem; } }

.slick-slide img {
  width: 100%; }

#preface {
  background: #EBFBFD;
  position: relative;
  margin-top: -4rem; }
  @media screen and (max-width: 767px) {
    #preface {
      margin-top: -2rem; } }
  #preface::before {
    content: "";
    background: url(../img/preface-parts.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    top: -50%; }
    @media screen and (max-width: 1199px) {
      #preface::before {
        top: -35%; } }
    @media screen and (max-width: 991px) {
      #preface::before {
        top: -20%; } }
    @media screen and (max-width: 767px) {
      #preface::before {
        top: -10%; } }
  #preface .d-flex {
    position: relative; }
    @media screen and (max-width: 767px) {
      #preface .d-flex {
        flex-wrap: wrap; } }
    #preface .d-flex .order-1 {
      order: 2; }
      @media screen and (max-width: 767px) {
        #preface .d-flex .order-1 {
          order: 1;
          text-align: center; } }
    #preface .d-flex .order-2 {
      order: 1; }
      @media screen and (max-width: 767px) {
        #preface .d-flex .order-2 {
          order: 2; } }
    #preface .d-flex p {
      font-size: 20px;
      font-size: 2rem;
      color: #51C2D5;
      line-height: 2em; }
      @media screen and (max-width: 991px) {
        #preface .d-flex p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 575px) {
        #preface .d-flex p {
          font-size: 16px;
          font-size: 1.6rem; } }
    @media screen and (max-width: 991px) {
      #preface .d-flex figure {
        display: block;
        width: 100%;
        min-width: 235px; } }
    #preface .d-flex figure img {
      position: absolute;
      max-width: 260px;
      top: -50%;
      right: 0; }
      @media screen and (max-width: 1199px) {
        #preface .d-flex figure img {
          max-width: 230px; } }
      @media screen and (max-width: 991px) {
        #preface .d-flex figure img {
          top: -20%; } }
      @media screen and (max-width: 767px) {
        #preface .d-flex figure img {
          position: relative;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          max-width: 300px; } }

h2 {
  font-size: 4rem;
  font-size: 40px;
  color: #51C2D5;
  font-weight: normal; }
  h2 span {
    font-size: 1.6rem;
    font-size: 16px;
    color: #828282;
    padding-left: 0.7em; }

#news {
  background: #EBFBFD;
  padding: 2rem 0 6rem; }
  @media screen and (max-width: 575px) {
    #news {
      padding: 4rem 0; } }
  #news .d-flex {
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem; }
    #news .d-flex a {
      color: #3C3C3C; }
      #news .d-flex a:hover {
        color: #51C2D5; }
    #news .d-flex i {
      padding-left: 1em; }
  #news .trim {
    overflow: hidden;
    max-height: 200px;
    filter: drop-shadow(2px 2px 5px rgba(45, 175, 148, 0.4)); }
    @media screen and (max-width: 991px) {
      #news .trim {
        max-height: 155px; } }
    #news .trim a img {
      transition: 0.5s; }
      #news .trim a img:hover {
        transform: scale(1.1); }
  #news .blog-box {
    padding: 2rem; }
    #news .blog-box .blogdate {
      font-size: 1.4rem;
      font-size: 14px;
      margin-bottom: 0; }
    #news .blog-box .blogtitle {
      color: #51C2D5; }
    #news .blog-box .text {
      font-size: 1.4rem;
      font-size: 14px; }
  #news ul {
    padding: 0; }
    @media screen and (max-width: 575px) {
      #news ul li {
        padding: 0.5rem; } }
    #news ul li a {
      text-align: center;
      color: #FFFFFF;
      background: #51C2D5;
      margin: 2rem auto 0;
      padding: 1rem 7rem;
      position: relative;
      display: block;
      transition: all 0.3s ease-out;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        #news ul li a {
          padding: 1rem 3rem; } }
      @media screen and (max-width: 575px) {
        #news ul li a {
          margin: 0;
          padding: 1rem; } }
      #news ul li a:hover {
        filter: drop-shadow(2px 2px 5px rgba(45, 175, 148, 0.4)); }
      #news ul li a img {
        position: relative; }
      #news ul li a::before {
        content: '';
        background: linear-gradient(90deg, #51C2D5 0%, #4BE4C5 100%);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.3s ease-out;
        width: 100%; }
      #news ul li a:hover::before {
        opacity: 0; }

article {
  background: url("../img/back.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  padding-bottom: 45rem;
  position: relative; }
  article .left-bubble {
    position: absolute;
    max-width: 150px;
    left: 0;
    top: 25%;
    filter: drop-shadow(5px 5px 5px rgba(45, 175, 148, 0.3)); }
    @media screen and (max-width: 575px) {
      article .left-bubble {
        display: none; } }
  article .right-bubble {
    position: absolute;
    max-width: 150px;
    top: 25%;
    right: 0;
    filter: drop-shadow(5px 5px 5px rgba(45, 175, 148, 0.3)); }
    @media screen and (max-width: 575px) {
      article .right-bubble {
        display: none; } }

#access {
  padding: 4rem 0; }
  #access div.container {
    position: relative;
    z-index: 1; }
    #access div.container .google-map {
      display: block;
      height: 330px;
      margin: 2rem 0 5rem; }
      #access div.container .google-map iframe {
        border: 0;
        width: 100%;
        height: 100%; }
    #access div.container dl {
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 575px) {
        #access div.container dl {
          display: block !important; } }
      #access div.container dl dt {
        display: block;
        min-width: 250px; }
        @media screen and (max-width: 575px) {
          #access div.container dl dt {
            width: 90%;
            margin: auto; } }
      #access div.container dl dd {
        margin-left: 4rem; }
        @media screen and (max-width: 575px) {
          #access div.container dl dd {
            margin-left: 0;
            margin-top: 2rem; } }
        #access div.container dl dd hr {
          border: 1px solid #BBF1FA;
          margin-bottom: 1.5rem; }
        #access div.container dl dd .title {
          display: inline-block;
          background: #51C2D5;
          color: white;
          padding: 0.5rem 2rem 0.5rem 4rem;
          position: relative;
          overflow: hidden;
          margin-bottom: 0; }
          #access div.container dl dd .title::before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 35px;
            border-style: solid;
            border-width: 20px 0 20px 30px;
            border-color: transparent transparent transparent #bbf1fa; }

#information {
  margin-top: 5rem; }
  #information div.container {
    position: relative;
    z-index: 1; }
    #information div.container .d-flex {
      margin-top: 3rem;
      justify-content: center; }
    @media screen and (max-width: 767px) {
      #information div.container h2 + .d-flex {
        display: block !important; } }
    #information div.container table {
      width: 490px; }
      @media screen and (max-width: 767px) {
        #information div.container table {
          background: #F4FBF9; } }
      @media screen and (max-width: 575px) {
        #information div.container table {
          width: 100%; } }
      #information div.container table tr {
        border-bottom: 1px solid #2DAF94; }
        #information div.container table tr th {
          border-left: 1px solid #2DAF94;
          text-align: center;
          font-size: 1.8rem;
          font-size: 18px;
          font-weight: normal;
          color: #2DAF94;
          padding: 0 1rem; }
          @media screen and (max-width: 767px) {
            #information div.container table tr th {
              padding: 1rem; } }
          @media screen and (max-width: 575px) {
            #information div.container table tr th {
              padding: 0.5rem; } }
        #information div.container table tr th:first-child {
          border-left: none; }
        @media screen and (max-width: 575px) {
          #information div.container table tr th:last-child {
            width: 20%; } }
        #information div.container table tr td {
          border-left: 1px solid #2DAF94;
          text-align: center;
          color: #2DAF94;
          padding: 0 1rem; }
          #information div.container table tr td span {
            font-size: 12px;
            font-size: 1.2rem; }
          @media screen and (max-width: 767px) {
            #information div.container table tr td {
              padding: 1rem; } }
          @media screen and (max-width: 575px) {
            #information div.container table tr td {
              padding: 0.5rem; } }
        #information div.container table tr td:first-child {
          border-left: none;
          color: #3C3C3C;
          letter-spacing: 2px; }
      #information div.container table tr:first-child {
        border-top: 2px solid #2DAF94;
        background: #C8F6ED; }
      #information div.container table tr:last-child {
        border-bottom: 2px solid #2DAF94; }
        #information div.container table tr:last-child td {
          line-height: 2rem; }
    #information div.container dl {
      margin-left: 4rem; }
      @media screen and (max-width: 767px) {
        #information div.container dl {
          margin-left: 0;
          margin-top: 2rem; } }
      #information div.container dl dt {
        color: #2DAF94; }
      #information div.container dl dd + dt {
        margin-top: 3rem; }
        @media screen and (max-width: 767px) {
          #information div.container dl dd + dt {
            margin-top: 1rem; } }
    #information div.container a {
      display: inline-block;
      border-radius: 5rem;
      background: white;
      border: 2px solid #2DAF94;
      padding: 1rem 8rem;
      margin-top: 4rem; }
      @media screen and (max-width: 767px) {
        #information div.container a {
          padding: 1rem 5rem;
          margin-top: 1rem; } }
      @media screen and (max-width: 767px) {
        #information div.container a {
          padding: 1rem 2rem;
          margin-top: 2rem;
          display: block;
          border-radius: 2rem; } }
      #information div.container a:hover {
        border: 2px solid #DD828F; }
      #information div.container a:hover p {
        color: #DD828F; }
      #information div.container a div {
        margin-top: 0 !important;
        justify-content: space-between !important;
        align-items: center; }
        #information div.container a div p {
          font-size: 2rem;
          font-size: 20px;
          color: #2DAF94;
          margin: 0 4rem 0 0; }
          @media screen and (max-width: 767px) {
            #information div.container a div p {
              font-size: 1.8rem;
              font-size: 18px;
              margin: 0; } }
          #information div.container a div p i {
            padding-left: 2rem; }
            @media screen and (max-width: 767px) {
              #information div.container a div p i {
                padding-left: 1rem; } }
        @media screen and (max-width: 767px) {
          #information div.container a div img {
            width: 45%; } }

#menu {
  -webkit-clip-path: circle(120vh at 50% 121vh);
  clip-path: ellipse(145vh 120vh at 50% 120vh);
  background: #51c2d5;
  background: linear-gradient(90deg, #51c2d5 0%, #4be4c5 100%);
  margin-top: -35rem;
  padding: 8rem 0; }
  @media screen and (max-width: 767px) {
    #menu {
      padding: 6rem 0; } }
  #menu h2 {
    color: white;
    margin-bottom: 3rem; }
  #menu h2 + p {
    color: white;
    text-align: center;
    margin-bottom: 4rem; }
    @media screen and (max-width: 991px) {
      #menu h2 + p {
        text-align: justify; } }
    @media screen and (max-width: 575px) {
      #menu h2 + p {
        margin-bottom: 2rem; } }
  @media screen and (max-width: 575px) {
    #menu div.row {
      padding: 0; } }
  #menu div.row + div a {
    color: #2DAF94;
    font-size: 20px;
    font-size: 2rem;
    background: white;
    display: inline-block;
    border-radius: 5rem;
    padding: 2rem 10rem;
    border: 1px solid #2DAF94; }
    @media screen and (max-width: 575px) {
      #menu div.row + div a {
        border-radius: 2rem;
        padding: 2rem 6rem;
        margin-top: 3rem; } }
    #menu div.row + div a:hover {
      background: #2DAF94;
      color: white; }
    #menu div.row + div a i {
      margin-left: 1rem; }
  #menu dl {
    margin-bottom: 4rem; }
    @media screen and (max-width: 575px) {
      #menu dl {
        padding: 0.5rem;
        margin-bottom: 1rem; } }
    #menu dl ul.ddmenu {
      margin: 0px;
      padding: 0px 0px 0px 15px;
      background: #c8f6ed;
      background: linear-gradient(90deg, #c8f6ed 0%, #bbf1fa 100%);
      padding: 0; }
      #menu dl ul.ddmenu li {
        width: 100%;
        display: inline-block;
        list-style-type: none;
        position: relative; }
        #menu dl ul.ddmenu li p {
          background: #BBF1FA;
          color: #3C3C3C;
          line-height: 40px;
          text-align: center;
          text-decoration: none;
          display: block;
          font-size: 2rem;
          font-size: 20px;
          margin: 0;
          padding: 1rem; }
          @media screen and (max-width: 991px) {
            #menu dl ul.ddmenu li p {
              font-size: 1.7rem;
              font-size: 17px; } }
          @media screen and (max-width: 575px) {
            #menu dl ul.ddmenu li p {
              font-size: 1.5rem;
              font-size: 15px;
              padding: 1rem 0.5rem;
              line-height: 25px; } }
          #menu dl ul.ddmenu li p::after {
            font-family: "Font Awesome 5 Free";
            content: "\f13a";
            font-weight: 900;
            padding-left: 1rem;
            color: #2DAF94; }
          #menu dl ul.ddmenu li p:hover {
            background: #2DAF94;
            color: white; }
          #menu dl ul.ddmenu li p:hover::after {
            color: white; }
        #menu dl ul.ddmenu li p.open::after {
          font-family: "Font Awesome 5 Free";
          content: "\f139";
          font-weight: 900;
          padding-left: 1rem;
          color: #2DAF94; }
        #menu dl ul.ddmenu li p.open:hover::after {
          color: white; }
        #menu dl ul.ddmenu li ul {
          margin: 0px;
          padding: 0px;
          display: none; }
          #menu dl ul.ddmenu li ul li {
            width: 100%;
            border-bottom: 1px solid #4BE4C5; }
            #menu dl ul.ddmenu li ul li a {
              display: block;
              padding: 1rem;
              background: white;
              color: #2DAF94;
              text-align: center; }
              #menu dl ul.ddmenu li ul li a::after {
                font-family: "Font Awesome 5 Free";
                content: "\f35d";
                font-weight: 900;
                padding-left: 1rem;
                color: #2DAF94; }
              #menu dl ul.ddmenu li ul li a:hover {
                background: #E3FAF6; }

.footerslider {
  padding: 0; }

.footerslider .slick-slide {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden; }
  .footerslider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
