@charset "UTF-8";
/* ==========================================================
 TOP
========================================================== */
/* section
--------------------------------------------------------- */
.sec-top-primary {
  position: relative;
  padding: 50px 0 25px;
}

@media all and (min-width: 960px) {
  .sec-top-primary {
    padding: 90px 0 90px;
  }
}

.sec-top-primary__in {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

@media all and (min-width: 960px) {
  .sec-top-primary__in {
    max-width: 1200px;
  }
}

.sec-top-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56vw 56vw 0 0;
  border-color: #F6F6F6 transparent transparent transparent;
  z-index: -1;
}

@media all and (min-width: 960px) {
  .sec-top-primary::before {
    border-width: 580px 580px 0 0;
  }
}

@media all and (min-width: 960px) {
  .sec-top-primary::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F6F6F6 transparent;
    z-index: -1;
    border-width: 0 0 580px 580px;
  }
}

.sec-top-news {
  position: relative;
  padding: 45px 0 50px;
}

@media all and (min-width: 960px) {
  .sec-top-news {
    padding: 80px 0 90px;
  }
}

@media all and (min-width: 960px) {
  .sec-top-news::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F6F6F6 transparent;
    z-index: -1;
    border-width: 0 0 580px 580px;
  }
}

/* hero
--------------------------------------------------------- */
.hero-top {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .hero-top {
    margin-top: 60px;
  }
}

@media all and (min-width: 960px) {
  .hero-top {
    margin-top: 0;
  }
}

.hero-top-slogan {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-top-slogan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47vw 47vw 0 0;
  border-color: rgba(2, 165, 206, 0.9) transparent transparent transparent;
  z-index: 1;
}

.hero-top-slogan__in {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 15px;
}

@media all and (min-width: 960px) {
  .hero-top-slogan__in {
    max-width: 1200px;
  }
}

.hero-top-slogan__title {
  position: relative;
  width: 60%;
  margin: 10.6% 0 0 0;
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .hero-top-slogan__title {
    width: 26.875%;
    margin: 5% 0 0 0;
  }
}

@media all and (min-width: 960px) {
  .hero-top-slogan__title {
    position: relative;
    width: 36.8%;
    max-width: 430px;
    margin-top: 120px;
  }
}

.hero-top-slogan__title svg {
  width: 100%;
  height: auto;
}

.hero-top-slogan__text {
  margin-top: 0.75em;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

@media all and (min-width: 960px) {
  .hero-top-slogan__text {
    font-size: 1.7rem;
  }
}

.hero-top-slogan__button {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.75em;
  padding: 12px 30px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

@media all and (min-width: 960px) {
  .hero-top-slogan__button {
    margin-top: 1.8em;
    min-width: 160px;
  }
}

.hero-top-slogan__button:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hero-top-slogan__button .inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}

.hero-top-slogan__button .inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/img/common/ico_arrow_white_r_01@2x.png) top left no-repeat;
  background-size: 12px 12px;
}

/* IE11ではmain要素が非対応なので、ie11hackを行う */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .hero-top-slogan__title svg {
    width: 370px;
    height: 158px;
  }
}

@media all and (min-width: 1170px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .hero-top-slogan__title svg {
    width: 430px;
    height: 184px;
  }
}

.hero-top-images__in {
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .hero-top-images__in {
    min-width: 1450px;
    min-height: 520px;
  }
}

.hero-top-images__in.slick-dotted.slick-slider {
  position: initial;
  margin-bottom: 0;
}

.hero-top-images__item {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .hero-top-images__item .sp {
    display: none;
  }
}

.hero-top-images__item .pc {
  display: none;
}

@media all and (min-width: 768px) {
  .hero-top-images__item .pc {
    display: block;
  }
}

.hero-top-images__item img {
  -webkit-transition: all 8s linear;
  transition: all 8s linear;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hero-top-images-dots {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .hero-top-images-dots {
    padding: 0 20px;
  }
}

.hero-top-images-dots li {
  float: left;
  margin-right: 2px;
}

@media all and (min-width: 768px) {
  .hero-top-images-dots li {
    margin-right: 3px;
  }
}

.hero-top-images-dots li button {
  width: 25px;
  height: 2px;
  background-color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .hero-top-images-dots li button {
    width: 50px;
  }
}

.hero-top-images-dots li.slick-active button {
  background-color: #02A5CE;
}

.hero-top-images__item.is-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* card
--------------------------------------------------------- */
.card-top-guide {
  position: relative;
  padding-bottom: 67%;
}

@media all and (min-width: 768px) {
  .card-top-guide {
    padding-bottom: 25.6%;
  }
}

.card-top-guide__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

@media all and (min-width: 960px) {
  .card-top-guide__in {
    padding: 0 6.25%;
  }
}

.card-top-guide__title {
  margin-bottom: 0.5em;
  color: #333;
  font-size: 2.0rem;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .card-top-guide__title {
    font-size: 3.0rem;
  }
}

.card-top-guide__title img {
  width: 235px;
  height: auto;
}

@media all and (min-width: 960px) {
  .card-top-guide__title img {
    width: 285px;
  }
}

.card-top-guide__description {
  min-height: 4.5em;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .card-top-guide__description {
    min-height: auto;
    font-size: 1.7rem;
  }
}

.card-top-guide__button {
  width: 150px;
  margin-top: 2.0em;
}

@media all and (min-width: 960px) {
  .card-top-guide__button {
    margin-top: 3.0em;
  }
}

.card-top-guide__button .btn-basic,
.card-top-guide__button .btn-border {
  width: 100%;
  text-align: center;
}

.card-top-guide__button .btn-border {
  border: none;
  -webkit-box-shadow: 0 2px 0 #007C9B;
          box-shadow: 0 2px 0 #007C9B;
}

.area-top-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  .area-top-cards {
    overflow: hidden;
    display: block;
  }
}

@media all and (min-width: 768px) {
  .area-top-cards .card-top-guide {
    float: left;
    width: 50%;
  }
}

.card-top-guide--01,
.card-top-guide--02,
.card-top-guide--03,
.card-top-guide--04 {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}

@media all and (min-width: 768px) {
  .card-top-guide--01,
  .card-top-guide--02,
  .card-top-guide--03,
  .card-top-guide--04 {
    background-size: 102%;
  }
}

.card-top-guide--01 {
  background-image: url("/img/top/img_top_card_01_sp.jpg");
}

@media all and (min-width: 768px) {
  .card-top-guide--01 {
    background-image: url("/img/top/img_top_card_01_pc.jpg");
  }
}

.card-top-guide--02 {
  background-image: url("/img/top/img_top_card_02_sp.jpg");
}

@media all and (min-width: 768px) {
  .card-top-guide--02 {
    background-image: url("/img/top/img_top_card_02_pc.jpg");
  }
}

.card-top-guide--02 .card-top-guide__title,
.card-top-guide--02 .card-top-guide__description {
  color: #fff;
}

.card-top-guide--03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background-image: url("/img/top/img_top_card_04_sp.jpg");
}

@media all and (min-width: 768px) {
  .card-top-guide--03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background-image: url("/img/top/img_top_card_04_pc.jpg");
  }
}

.card-top-guide--03 .card-top-guide__title,
.card-top-guide--03 .card-top-guide__description {
  color: #fff;
}

.card-top-guide--04 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url("/img/top/img_top_card_03_sp.jpg");
}

@media all and (min-width: 768px) {
  .card-top-guide--04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    background-image: url("/img/top/img_top_card_03_pc.jpg");
  }
}

/* top news
--------------------------------------------------------- */
.list-top-news__item {
  padding: 15px 15px;
  background-color: #fff;
}

.list-top-news__item:nth-child(odd) {
  background-color: #F6F6F6;
}

@media all and (min-width: 960px) {
  .list-top-news__item {
    padding: 0;
  }
}

.mod-top-news {
  margin: 0 auto;
}

@media all and (min-width: 960px) {
  .mod-top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 15px;
    max-width: 1200px;
  }
}

.mod-top-news-heading {
  display: table;
  width: 100%;
  margin-bottom: 0.5em;
}

@media all and (min-width: 960px) {
  .mod-top-news-heading {
    width: 240px;
    margin-bottom: 0;
  }
}

.mod-top-news-heading__tag, .mod-top-news-heading__date {
  display: table-cell;
  vertical-align: middle;
}

.mod-top-news-heading__tag {
  width: 75px;
}

@media all and (min-width: 960px) {
  .mod-top-news-heading__tag {
    width: 80px;
  }
}

.mod-top-news-heading__tag .tag {
  width: 100%;
  margin: 0;
}

.mod-top-news-heading__date {
  padding-left: 12px;
  font-weight: bold;
  font-size: 1.2rem;
}

@media all and (min-width: 960px) {
  .mod-top-news-heading__date {
    padding-left: 20px;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 960px) {
  .mod-top-news-details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }
}

.mod-top-news-details__link {
  display: block;
  color: #333;
}

.mod-top-news-more {
  margin-top: 25px;
  padding: 0 15px;
  text-align: right;
}

@media all and (min-width: 960px) {
  .mod-top-news-more {
    margin: 30px auto 0;
    max-width: 1200px;
  }
}

/* top banner
--------------------------------------------------------- */
.area-top-banner {
  padding: 25px 15px;
  background: url("/img/top/bg_top_gradation_01_sp.png") top left;
  background-repeat: repeat-x;
  background-size: cover;
}

@media all and (min-width: 768px) {
  .area-top-banner {
    padding: 70px 15px;
    background-image: url("/img/top/bg_top_gradation_01_pc.png");
  }
}

@media all and (min-width: 768px) {
  .list-top-banner {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
  }
}

.list-top-banner__item {
  margin-bottom: 15px;
}

.list-top-banner__item:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .list-top-banner__item {
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin: 0;
  }
  .list-top-banner__item:nth-child(3n-1) {
    width: 33.4%;
  }
}

.card-top-banner {
  position: relative;
  display: block;
}

.card-top-banner:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.card-top-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 2;
}

.card-top-banner__title .subtitle {
  display: block;
  margin-top: 0.5em;
  font-size: 1.1rem;
}

.card-top-banner__image {
  width: 100%;
  height: auto;
}

.card-top-banner--03 .card-top-banner__title {
  color: #02A5CE;
}

/*# sourceMappingURL=../../_maps/top.css.map */
