@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
main {
  background-color: #fff9e6;
}
.fl_contact_topic {
  background-color: #fff;
}



.fl_heading {
  padding: 5rem 0;
  background-image: url(../images/top-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  margin: 5rem;
  border-radius: 1rem;
}
.fl_heading::before {
/*background: #000;*/
background: #ffc108;
  opacity: 0.8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border-radius: 1rem;
}
.fl_heading .heading_box .heading_text .title {
  color: #000;
}



.fl_case_topic {
    padding: 7rem 0;
    background-color: #fff9e6;
}
.fl_case_topic .works_topic_slide {
	margin-top: 0;
}
.fl_case_topic .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}
.fl_case_topic .works_topic_box {
  width: calc(33.333% - 2rem);
  margin: 0 0 4rem;
}
.works_topic_slide.case .swiper-slide {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
}
.works_topic_slide.case .works_topic_box {
	width: 30%;
	margin: 3rem 0;
}
.works_topic_slide.case .swiper-slide::after{
  content:"";
  display: block;
  width:30%;
}

.fl_case_topic  .swiper-button-prev,
.fl_case_topic  .swiper-button-next {
  display: flex; /* 子要素を中央揃えするために使用 */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  color: #2589d0;
  width: 2em;
  height: 2em;
  border-radius: 2rem;
  background-color: #fff9e6;
  border: solid 1px #2589d0;
  z-index: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}
.fl_case_topic .swiper-button-prev:after,
.fl_case_topic .swiper-button-next:after {
  font-size: 1.8rem;
}

.fl_case_topic .swiper-button-next.disabled,
.fl_case_topic .swiper-button-prev.disabled {
  border: solid 1px #333;
}

.fl_case_topic .swiper-button-next.disabled,
.fl_case_topic .swiper-button-next.disabled:after,
.fl_case_topic .swiper-button-prev.disabled,
.fl_case_topic .swiper-button-prev.disabled:after {
  pointer-events: none; /* クリック動作を無効化 */
  opacity: 0.5;
  color: #333;
}

.fl_case_topic .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 16px;
  list-style-type: none;
  padding: 0 5rem 6rem 5rem;
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
.fl_case_topic .pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  color: #2589d0;
}
.fl_case_topic .pagination span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
}
.fl_case_topic .pagination a:not(:hover) {
  text-decoration: none;
}
.fl_case_topic .pagination a.disabled {
  color: #ccc; /* 無効化したときの色 */
  pointer-events: none; /* クリックできないようにする */
  cursor: default; /* カーソルを通常の矢印に */
}
.fl_case_topic .pagination a.current,
.fl_case_topic .pagination .current span {
  pointer-events: none;
  color: #333;
  cursor: default;
}


/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
  padding: 2rem 0;
  margin: 5rem 2rem;
}

.fl_case_topic .works_topic_box {
  width: 100%;
}

/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
.fl_case_topic {
    padding: 4rem 0;
} 
.works_topic_slide.case {
	padding: 0 2rem;
}
.works_topic_slide.case .works_topic_box {
    width: 48%;
    margin: 1rem 0;
}
}
