@charset "UTF-8";

/*---------------------*/
/* トップ */
/* mv */
.mv-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .mv-pc {
  display: none;
  }
  .mv-sp {
  display: block;
  }
}

/* message */
#top-message {
 background-color: #E8F2FC;
}
#top-message .section-wrapper {
  padding: 80px 0;
}
#top-message h2 {
  background-color: #0C56A1;
  font-size: 34px;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px;
}
#top-message h2 br {
  display: none;
}
#top-message .text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
#top-message .text01{
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #top-message .section-wrapper {
  padding: 50px 0;
  }
  #top-message h2 {
    font-size: 26px;
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #top-message h2 br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #top-message h2 {
    font-size: 22px;
    padding: 10px;
    margin-bottom: 20px;
  }
    #top-message .text {
    margin-bottom: 20px;
  }
  #top-message .text p {
    text-align: left;
  }
}
@media screen and (max-width: 390px) {
  #top-message .section-wrapper {
    padding: 30px 0;
  }
  #top-message h2 {
    font-size: 16px;
  }
}

/* point */
#top-point ul li {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 600px;
  grid-template-areas: "content-img content-text";
}
#top-point ul li .content01 {
  grid-area: content-img;
}
#top-point ul li .content02 {
  grid-area: content-text;
}
#top-point .list02,#top-point .list04 {
  grid-template-areas: "content-text content-img";
}
#top-point .point-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#top-point .list01 .point-img {
  background-image: url(../images/top/point01.jpg)
}
#top-point .list02 .point-img {
  background-image: url(../images/top/point02.jpg)
}
#top-point .list03 .point-img {
  background-image: url(../images/top/point03.jpg)
}
#top-point .list04 .point-img {
  background-image: url(../images/top/point04.jpg)
}
#top-point .content02 {
  text-align: center;
  color: #fff;
  background-color: #739EC9;
  display: flex;
  flex-direction: column;
  padding: 50px;
}
#top-point .content02 .number {
  font-size: 60px;
  margin-bottom: 20px;
}
#top-point .content02 h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
#top-point .content02 .text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #top-point .content02 {
    padding: 30px;
  }
  #top-point ul li {
    min-height: 500px;
  }
  #top-point .content02 .number {
    font-size: 46px;
    margin-bottom: 0px;
  }
  #top-point .content02 h4 {
    font-size: 26px;
  }
  #top-point .content02 .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #top-point .content02 {
    padding: 20px;
  }
  #top-point ul li {
    min-height: 420px;
  }
  #top-point .content02 .number {
    font-size: 40px;
  }
  #top-point .content02 h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #top-point .content02 .text {
    line-height: 1.6;
}
}
@media screen and (max-width: 600px) {
  #top-point ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #top-point ul li .point-img {
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  #top-point .content02 {
    padding: 15px;
  }
}
@media screen and (max-width: 390px) {
    #top-point ul li .point-img {
    height: 260px;
  }
}

/* banner */
#top-banner ul li {
  margin-bottom: 40px;
}
#top-banner ul li a {
  transition: all .2s;
}
#top-banner ul li a:hover {
  opacity: .9;
}
#top-banner .banner01-sp {
  display: none;
}
#top-banner .banner02-sp {
  display: none;
}
@media screen and (max-width: 600px) {
#top-banner ul li {
    margin-bottom: 20px;
}
#top-banner .banner01-pc {
  display: none;
}
#top-banner .banner01-sp {
  display: block;
}
#top-banner .banner02-pc {
  display: none;
}
#top-banner .banner02-sp {
  display: block;
}
}
