@charset "UTF-8";

@charset "UTF-8";

.sp{
display:none;
}

.bp211269{
padding-top:30px;
}
@media screen and (max-width: 768px) {
.bp211269{
padding-top:570px;
}
}





 /*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : auto;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
display: contents;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 12s ease infinite;
margin-top: 70px;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 4s }
.slide img:nth-of-type(3) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   16% { opacity: 1 }
  33% { opacity: 1 }
  49% { opacity: 0 }
 100% { opacity: 0 }
}


.slide{
display:none;
}
@media screen and (max-width: 768px) {
.slide{
display:contents;
}
}

.bp344655 a{
font-weight: normal !important;
}

.bp344196.composite_box01 .content_wrapper .wrapper_item .inner_item{
	width:50%;
}
.bp344196.composite_box01 .content_wrapper .wrapper_item .inner_item img{
	height:auto !important;
}
.bp344196.composite_box01 .content_wrapper .wrapper_item .inner_item:first-child,
.bp344196.composite_box01 .content_wrapper .wrapper_item .inner_item:last-child{
	width: 25%;
}

@media screen and (max-width: 768px) {
.bp344196.composite_box01 .content_wrapper .wrapper_item .inner_item{
	width:100%;
}
}


.bp392551.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
.bp392551.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
  display: none;
}
.bp392551.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2){
  width: 100%;
}
.bp392551.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) img{
  width: 50% !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
.bp392551.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) img{
width:100% !important;
}
.bp398218{
padding-top: 30px;
}
}

.bp398218  .wrapper_item a{
  font-weight: normal !important;
}