@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-down:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90a";
}

.icon-free:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

/* ==================================================
	MV
================================================== */
.home .nav_menu .home a {
  background: #BDE2FF;
  color: #005CA6;
}

.mv {
  margin: 0 auto;
}
.mv .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 10px;
}
.mv .slick-dots li button:before {
  background: none;
  border: 1px solid #fff;
}
.mv .slick-dots li.slick-active button:before {
  background: #fff;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mv {
    margin-top: 60px;
    width: 100%;
  }
  .mv .slick-dots {
    display: flex;
    justify-content: center;
    bottom: -30px;
  }
  .mv .slick-dots li button:before {
    background: none;
    border: 1px solid #005CA6;
    width: 10px;
    height: 10px;
  }
  .mv .slick-dots li.slick-active button:before {
    background: #005CA6;
  }
}
/* ========== end △ */
.top01 {
  display: flex;
  justify-content: space-between;
}
.top01 .order1 {
  order: 1;
}
.top01 .order2 {
  order: 2;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .top01 {
    display: block;
  }
}
/* ========== end △ */
#banner {
  width: 230px;
}
#banner a {
  display: block;
}
#banner a:nth-child(n+2) {
  margin-top: 20px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  #banner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    margin-top: 50px;
  }
  #banner a {
    margin: 0 !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #banner {
    gap: 10px;
    margin-top: 30px;
  }
}
/* ========== end △ */
#infoarea {
  width: calc(100% - 260px);
}
#infoarea .ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
#infoarea .news-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}
#infoarea .news-date {
  font-size: 1.2rem;
  width: 100px;
}
#infoarea .news-cate {
  margin-left: 10px;
}
#infoarea .news-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  width: calc(100% - 200px);
}
#infoarea .news .category {
  font-size: 1.0rem;
  display: inline-block;
  width: 80px;
  padding: 3px 0;
  text-align: center;
}
#infoarea .news .category1 {
  background: #234872;
  color: #fff;
}
#infoarea .news .category2 {
  background: #71ce92;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #infoarea .news-post {
    flex-wrap: wrap;
  }
  #infoarea .news-date {
    width: auto;
  }
  #infoarea .news-ttl {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  #infoarea {
    width: 100%;
    margin-top: 30px;
  }
}
/* ========== end △ */
.blog_layout .blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
.blog_layout .blog-post {
  position: relative;
}
.blog_layout .blog-term {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0rem;
  background: #005CA6;
  color: #fff;
  display: block;
  width: 80px;
  padding: 3px 0;
  text-align: center;
}
.blog_layout .blog-eye img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog_layout .blog-time {
  font-size: 1.2rem;
  margin-top: 10px;
}
.blog_layout .blog-ttl {
  color: #005CA6;
  margin: 5px 0 10px;
}
.blog_layout .blog-txt {
  font-size: 1.2rem;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .blog_layout .blog {
    grid-template-columns: 1fr 1fr;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .blog_layout .blog {
    grid-template-columns: 1fr;
  }
  .blog_layout .blog-eye img {
    height: 100px;
  }
}
/* ========== end △ */
