@charset "utf-8";
/* ===============================================
# cmn_sec_head※上書き
=============================================== */

.cmn_sec_head::after {
  background: url(../../about/img/bg_common_top.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width :835px){
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next[role="button"],
  .swiper-button-prev[role="button"] {
    display: block;
  }
}
@media screen and (max-width :834px){
  .cmn_sec_head {
    background: url(../../about/img/bg_common_top.jpg) no-repeat center center;
    background-size: cover;
  }
}


/* ===============================================
# swiper※上書き
=============================================== */
.swiper-slide {
  transition-property: all;
  height: auto;
}
.swiper-pagination {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #e6e6e6;
  opacity: 1;
  margin: 0 6px;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #555971;
  opacity: 1;
}

@media screen and (min-width: 835px) {
  .swiper-button-next {
    right: -23px;
  }
  .swiper-button-prev {
    left: -23px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px;
    padding: 13px 15px;
    background: #555971;
    color: #fff;
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-next ,
  .swiper-button-prev {
    display: none;
  }
}
/* ===============================================
# area_slider_promo
=============================================== */
.area_slider_promo {
  position: relative;
  margin-bottom: 25px;
}
.slider_promo{
  overflow:hidden;
  text-align: center;
}

.area_slider_promo .slider_promo .swiper-slide {
  height: auto;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* ===============================================
# cmn_sec_contents.bg_ltgry
=============================================== */
.cmn_sec_contents.bg_ltgry,
.cmn_sec_contents.bg_ltgry .inner,
.cmn_sec_contents.bg_ltgry .inner .wrapper_contents {
  background-color: #f8f8f8;
}

/* ===============================================
# area_list_case
=============================================== */
.area_list_case {
  position: relative;
  margin-top: 30px;
}
.slider_case {
  overflow: hidden;
}
.area_list_case .item_post {
  width: 330px;
  margin-right: 45px;
}
.area_list_case .item_post article{
  position: relative;
}
.area_list_case .item_post article figure{
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.area_list_case .item_post article figure img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.area_list_case .item_post article .cate{
  margin-top: 18px;
  font-weight: bold;
  float: left;
  color: #555971;
}
.area_list_case .item_post article .cate::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  vertical-align: middle;
  margin-right: 0.5em;
}
.area_list_case .item_post article .ttl{
  clear: both;
  padding-top: 5px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media print,screen and (min-width : 1218px){
  .area_list_case .swiper-button-next,
  .area_list_case .swiper-button-prev {
    top:calc((1120px * .86) / 3 * .375);
  }
}
@media print,screen and (max-width :1217px) and (min-width : 835px){
  .area_list_case .swiper-button-next,
  .area_list_case .swiper-button-prev {
    top:calc((92vw * .86) / 3 * .375);
  }
}
@media screen and (max-width :834px){
  .slider_case {
    overflow: visible;
  }
  .area_list_case .item_post {
    width: 293px;
    margin-right: 0;
  }
  .area_list_case .item_post article .cate{
    margin-top: 0;
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .area_list_case .item_post article .ttl{
    font-size: 16px;
    font-size: 1.6rem;
    padding-top:7px;
    line-height: 1.4;
  }
}
