@charset "UTF-8";
/*=====*/
/* top */
/*=====*/
/* メインスライド
-----------------------------------*/
body.top .main-area {
  padding-bottom: 4px;
  background-color: #FFF;
}
body.top .main-area .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.top .main-area .wrap {
    display: block;
  }
}
body.top .main-area .wrap .slide-area {
  position: relative;
  width: 68.75%; /* 1320/1920 */
}
@media (max-width: 767px) {
  body.top .main-area .wrap .slide-area {
    width: 100%;
    text-align: center;
  }
}
body.top .main-area .wrap .slide-area .slider {
  margin-bottom: 0 !important;
}
body.top .main-area .wrap .slide-area .slide-dots {
  position: absolute;
  right: 40px;
  bottom: 62px;
  width: 10px;
  z-index: 2;
}
@media (max-width: 767px) {
  body.top .main-area .wrap .slide-area .slide-dots {
    right: 20px;
    bottom: 20px;
  }
}
body.top .main-area .wrap .slide-area .slide-dots li {
  line-height: 1;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  body.top .main-area .wrap .slide-area .slide-dots li {
    margin-top: 4px;
  }
}
body.top .main-area .wrap .slide-area .slide-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.top .main-area .wrap .slide-area .slide-dots li button {
    width: 6px;
    height: 6px;
  }
}
body.top .main-area .wrap .slide-area .slide-dots li button:hover {
  background-color: #FFF;
}
body.top .main-area .wrap .slide-area .slide-dots li.slick-active button {
  background-color: #FFF;
}
body.top .main-area .wrap .slide-area .logo {
  position: absolute;
  top: 0;
  left: 8.93%; /* 118/1320 */
  width: 33.1%; /* 437/1320 */
  z-index: 1;
}
@media (max-width: 767px) {
  body.top .main-area .wrap .slide-area .logo {
    left: 0;
    right: 0;
    width: 58.4%; /* 438/750 */
    margin: 0 auto;
  }
}
body.top .main-area .wrap .img-area {
  width: 30.9375%; /* 594/1920 */
}
@media (max-width: 767px) {
  body.top .main-area .wrap .img-area {
    width: 100%;
    text-align: center;
  }
}

/* メニュー
-----------------------------------*/
@media (max-width: 767px) {
  body.top .menu-area {
    padding-top: 40px;
  }
}
body.top .menu-area .tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 514px;
  margin: -40px auto 32px;
  padding: 8px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body.top .menu-area .tab {
    padding: 4px;
    margin: 0 auto 24px;
  }
}
body.top .menu-area .tab li {
  width: 48%;
}
body.top .menu-area .tab li button {
  display: block;
  width: 100%;
  padding: 18px 8px;
  background-color: #FFF;
  border-radius: 8px;
  outline: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  body.top .menu-area .tab li button {
    padding: 12px 4px;
    font-size: 14px;
  }
}
body.top .menu-area .tab li.current button, body.top .menu-area .tab li:hover button {
  background-color: #00A7DB;
  color: #FFF;
}
body.top .menu-area .tab-cts {
  display: none;
}
body.top .menu-area .tab-cts.active {
  display: block;
}

/* ニュースエリア
-----------------------------------*/
body.top .sec-news {
  padding-top: 114px;
}
@media (max-width: 767px) {
  body.top .sec-news {
    padding-top: 80px;
    background: url(/assets/images/top/news_bg01.svg) no-repeat;
    background-position: 0 0;
    background-size: 60% auto;
  }
}
body.top .sec-news .list-news {
  background: rgba(255, 255, 255, 0.8);
}
body.top .sec-news .list-news li {
  border-bottom: 1px solid #E7EFF2;
}
body.top .sec-news .list-news li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.top .sec-news .list-news li a {
    padding: 16px 0;
  }
}
body.top .sec-news .list-news li a .date {
  width: 85px;
  color: #777;
  line-height: 1.3;
}
body.top .sec-news .list-news li a .title {
  width: calc(100% - 124px);
  word-wrap: break-word;
  font-weight: bold;
}
body.top .sec-news .list-news li a:hover {
  color: #00A7DB;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  body.top .sec-news .list-news li a .title {
    width: 100%;
    margin-top: 8px;
  }
}

/* 背景イラスト
-----------------------------------*/
body.top .bg-il01 {
  background: url(/assets/images/top/news_bg01.svg) no-repeat;
  background-position: 0 80%;
  background-size: 44.16% auto; /* 848/1920 */
}
@media (max-width: 767px) {
  body.top .bg-il01 {
    background: none;
  }
}
