@charset "UTF-8";

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

/*---------- main ----------*/
.md_visual_word .scroll {
  left: 4.6rem;
}
.fl_scroll .frame{
  position: relative;
  margin-bottom: 8rem;
  padding: 0 0 0 5rem;
}
.fl_scroll .heading_box {
  padding-top: 7rem;
  position: relative;
}
.fl_scroll .heading_box .heading_text{
  padding-left: 10rem;
  margin-bottom: 6rem;
  line-height: 2.5em;
  position: relative;
}
.fl_scroll .heading_box .heading_text::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw - 90rem);
  background-color: #000;
  position: absolute;
  top: 45%;
  left: 40rem;
}
.fl_scroll .heading_box .heading_text h2{
  line-height: 2em;
}
.fl_scroll .heading_box .heading_text h2 span{
  font-size: 1.1em;
}
.fl_scroll .heading_box .heading_item{
  display: flex;
  margin-bottom: 6rem;
}

.fl_scroll .scroll02 {
  position: absolute;
  top: 0%;
  height: 11rem;
  width: auto;
}
.fl_scroll .scroll_topic_box {
  background-color: #ffc108;
  padding: 5rem;
  text-align: justify;
}
.fl_scroll .scroll_topic_head {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 2rem;
}
.fl_scroll .scroll_topic_head .num {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  top: -2rem;
}
.fl_scroll .scroll_topic_head .heading {
  margin-left: 2rem;
}
.fl_scroll .scroll_topic_head .sub {
  font-size: 1.5rem;
  margin-top: 1rem; 
}
.fl_scroll .scroll_topic_slide {
  overflow: hidden; /* スライドが見切れた部分を隠す */
}

.fl_scroll .swiper-container {
  width: 100%; /* コンテナの幅を100%に設定 */
}

.fl_scroll .swiper-slide {
  width: 80%;
  margin: 0 3% 0 3%;
}

.fl_scroll .swiper-slide-active {
  opacity: 1; /* アクティブなスライドの透明度を1に設定 */
}
.swiper-controller {
  position: absolute;
  width: 200px;
  right: 0;
  top: 13rem;   
}
.fl_scroll .swiper-pagination {
  letter-spacing: 0;
}
.fl_scroll .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 23px;
  font-size: 23px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  font-family: 'Noto Nastaliq Urdu', serif;
  border-radius: 5px;
}
.fl_scroll .swiper-pagination-bullet-active {
  color: #fff;
  background: #f47a00;
}

/*---------- 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_scroll .heading_box .heading_text h2 {
  position: relative;
  top: -3rem; 
}
.fl_scroll .heading_box .heading_text {
  padding-left: 12rem;
}
.scroll_topic_box img {
  width: 80%;
}
.fl_scroll .frame {
  padding-left: 0;
}
.fl_scroll .scroll02 {
  left: 5rem;
}
.fl_scroll .scroll_topic_box {
  padding: 2rem;
}
.fl_scroll .swiper-controller {
  top: 19rem;
}

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



/*---------- レイアウト微調整 ----------*/
@media (max-width: 497px) {
.fl_scroll .swiper-controller {
    top: 24rem;
} 
}