@charset "utf-8";

.heading{
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom:40px;
}
.heading span{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2d8dd7;
  margin-top:15px;
  letter-spacing: 3px;
}
@media screen and (max-width: 600px) {
  .heading{
    margin-bottom:30px;
  }
}
/* ------------------------------------- */
/*mv*/
/* ------------------------------------- */
.swiper-container{
  height:660px;
  padding-bottom: 0;
}
.swiper-slide.slide1{
  background: url(../img/top/slide1.jpg) no-repeat;
  background-position:center;
  background-size: cover;
}
.swiper-slide.slide2{
  background: url(../img/top/slide2.jpg) no-repeat;
  background-position:center;
  background-size: cover;
}
.swiper-pagination {
  display: none !important;
}
.swiper-slide a{
  display: block;
  width:100%;
  height:100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 20px;
}
.swiper-pagination-bullet{
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width:15px;
  height:15px;
}
.swiper-pagination-bullet-active{
  background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
@media screen and (max-width: 600px) {
  .swiper-container{
    height:auto;
  }
  .swiper-slide.slide1{
    background: none;
  }
  .swiper-slide.slide2{
    background: none;
  }
}
/* ------------------------------------- */
/*新着情報*/
/* ------------------------------------- */
.news .sec-inner{
  display: flex;
  justify-content:space-between;
}
.news .heading{
  margin-top:20px;
}
.news-wrap{
  display: flex;
  flex-wrap: wrap;
  width:86%;
  height:270px;
  overflow-y: scroll;
  overflow-x: auto;
}
.news-wrap dl{
  width:100%;
}
.news-wrap .box{
  width:100%;
}
.news-wrap .box a{
  display: flex;
  align-items: center;
  padding:20px 20px 20px 70px;
  transition: 0.3s;
}
.news-wrap .box a.new{
  position: relative;
}
.news-wrap .box a.new::before{
  content: "NEW";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  background: #f2ba1c;
  padding:5px 10px;
  border-radius: 4px;

}
.news-wrap .box a:hover{
  background:#ececec ;
}
.news-wrap .box dt{
  width:35%;
}
.news-wrap .date{
  display: inline-block;
  margin-right:20px;
  font-size: 1.2rem;
}
.news-wrap .box a .ttl{
  width:65%;
  line-height:1.3;
}
@media screen and (max-width: 600px) {
  .news .sec-inner{
    display: block;
  }
  .news-wrap{
    width:100%;
    height:475px;
  }
  .news-wrap .box a{
    display: block;
    padding:15px 4% 15px 0;
  }
  .news-wrap .box a.new::before{
    top: 15px;
    right: 4%;
    left:auto;
    transform: translateY(0%);
  }
  .news-wrap .box dt,
  .news-wrap .box a .ttl{
    width:100%;
  }
  .news-wrap .box dt{
    margin-bottom:5px;
  }
}
/* ------------------------------------- */
/*事業案内*/
/* ------------------------------------- */
.business .category-wrap .flex-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business .category-wrap .flex-box:first-of-type{
  margin-bottom:25px;
}
.business .category-wrap figure{
  margin-right:30px;
  position: relative;
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.business .category-wrap figure:last-of-type{
  margin-right:0;
}
.business .category-wrap figure.half{
  width: calc(50% - 15px);
}
.business .category-wrap figure.one-third{
  /* width: calc(33.33% - 20px); */
  width: calc(50% - 15px);
  height: 235px;
  background: #f7f6f6;
}
.business .category-wrap figure a{
  display: block;
}
.business .category-wrap figure img{
  transition: 0.3s;
}
.business .category-wrap figure.one-third img{
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.business .category-wrap figure.one-third.contain img{
  object-fit: contain;
}
.business .category-wrap figure:hover img{
  transform: scale(1.2);
  opacity: 0.5;
}
.business .category-wrap figure figcaption{
  position: absolute;
  bottom:0;
  left:0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  padding:15px 20px;
  background: rgba(45,141,215,0.9);
  border-radius: 0 10px 0 0 ;
  min-width: 360px;
}
.business .category-wrap figure.one-third figcaption {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .business .category-wrap .flex-box{
    display: block;
  }
  .business .category-wrap .flex-box:first-of-type{
    margin-bottom:20px;
  }
  .business .category-wrap figure{
    margin-right:0;
  }
  .business .category-wrap figure:not(:last-of-type){
    margin-bottom:20px;
  }
  .business .category-wrap figure.half,
  .business .category-wrap figure.one-third{
    width:100%;
  }
  
  .business .category-wrap figure.one-third{
    height: auto;
    aspect-ratio: 345 / 150;
  }

  .business .category-wrap figure figcaption {
    font-size: 1.8rem;
    min-width: 300px;
  }
  .business .category-wrap figure.one-third figcaption {
    font-size: 1.6rem;
  }
  
}
/* ------------------------------------- */
/*協会案内*/
/* ------------------------------------- */
.guide a{
  display: block;
  background: url(../img/top/guide_photo1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 2% 13%;
  border-radius: 10px;
  transition: 0.3s;
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.guide a:hover{
  opacity: 0.5;
}
.guide a .inner{
  max-width:750px;
  margin:0 auto;
}
.guide a h3{
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  margin-bottom:30px;
}
.guide a p{
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .guide a{
    display: block;
    background: url(../img/top/guide_photo1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding:10% 4% 31%;
  }
  .guide a h3{
    line-height: 1.3;
  }
}