@charset "UTF-8";

/* ---------------------------
トップページ FV 
-------------------------------*/
.fv-wrap{
  padding: 0;
  position: relative;
}
.fv-wrap section{
  position: relative;
}

/* FV スライダー SP -------------*/
.fv-ph{
  width: 100%;
  position: static;
}
.fv-ph .container {
  position: relative;
  width: 100%;
  height: auto;
}

/* FV 画像指定 SP ---------- */
.fv-bg{
  height: 60rem;
}
.fv-bg01{
  background: url(../img/fv/fv-01_sp.jpg) no-repeat 15% top;
  background-size: auto;
}
.fv-bg02{
  background: url(../img/fv/fv-02_sp.jpg) no-repeat center top;
  background-size: auto;
}
.fv-bg03{
  background: url(../img/fv/fv-03_sp.jpg) no-repeat 60% top;
  background-size: auto;  
}
.fv-bg04{
  background: url(../img/fv/fv-04_sp.jpg) no-repeat 60% top;
  background-size: auto;
}

/* FV テキスト SP -------------- */
.fv-bg p{
  padding: 25rem 0 0 8%;
  line-height: 1.8;
  letter-spacing: 0.075em;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
/* 初期状態 */
.fv-bg p {
  opacity: 0;
  transform: translateX(-60px);
  filter: blur(10px);
  transition: 
    opacity 2s ease,
    transform 2s ease,
    filter 2s ease;
}
/* 動かす用クラス */
.fv-bg p.is-show {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
  color: #fff;
}
.fv-bg p br{
  display: block;
}
.fv-bg p.fv-ttl-03 br:nth-child(2){display: none;}

.fv-ph .slick-prev {
  left: 0;
  z-index: 1;
}
.fv-ph .slick-next {
  right: 0;
}

/* FV スライダーNo SP ----------------*/
.fv-ph .container .slick-num {
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #fff;
  line-height: 2;
  position: absolute;
  left: 8%;
  bottom: 5%;
  z-index: 10;
}
.fv-ph .container span.now-count{
  font-size: 2.8rem;
  color: #fe0408;
}
.fv-ph .container span.all-count{
  font-size: 2.4rem;
}

.slick-line{
  width: 20rem;
  border-top: 1px solid #7c90a2;
  position: absolute;
  left: 30%;
  bottom: 5%;
  z-index: 10;  
}

@media screen and (min-width:750px) {

  /* FV テキスト 750------------- */
  .fv-bg p{
    padding: 20rem 0 0 8%;
    line-height: 1.8;
    letter-spacing: 0.075em;
    font-size: 5rem;
    font-weight: 700;
  }

  /* FV 画像指定 750 ------------ */
  .fv-bg01{
    background: url(../img/fv/fv-01.jpg) no-repeat 40% 20%;
  }
  .fv-bg02{
    background: url(../img/fv/fv-02.jpg) no-repeat center top;
  }
  .fv-bg03{
    background: url(../img/fv/fv-03_sp.jpg) no-repeat 60% top;
  }
  .fv-bg04{
    background: url(../img/fv/fv-04.jpg) no-repeat 60% top;
  }
  .slick-line{
    width: 40rem;
    left: 18%;
    bottom: 4%;
  }

} 

@media screen and (min-width:1000px) {

  /* FV 画像指定 1000 ------------ */
  .fv-bg02{
    background: url(../img/fv/fv-02.jpg) no-repeat center top;
    background-size: 140rem;
  }

}

@media screen and (min-width:1200px) {

  /* FV 画像指定 1200 ------- */
  .fv-bg03{
    background: url(../img/fv/fv-03.jpg) no-repeat 60% top;
    background-size: 140rem;
  }

}

@media screen and (min-width:1400px) {

  /* FV テキスト 1400 ------------------- */
  .fv-bg p{
    padding: 20rem 0 0 8%;
    font-size: 6rem;
  }

  /* FV テキスト 1400 -------------- */
  .fv-bg p.fv-ttl-01 br:last-child{
    display: none;
  }
  .fv-bg p.fv-ttl-02 br:first-child{
    display: none;
  }
  .fv-bg p.fv-ttl-03 br{display: none;}
  .fv-bg p.fv-ttl-03 br:nth-child(2){display: block;}

  .fv-bg p.fv-ttl-04 br:last-child{
    display: none;
  }
  
  /* FV スライダーNo 1400 -----------*/
  .fv-ph .container .slick-num {
    left: 8%;
    bottom: 15%;
  }
  .slick-line{
    width: 44rem;
    left: 12%;
    bottom: 15%;
    z-index: 10;  
  }

}

@media screen and (min-width:1600px) {

  .fv-bg{
    height: 96rem;
  }

  /* FV 画像指定 1600 ---------- */
  .fv-bg02{
    background: url(../img/fv/fv-02.jpg) no-repeat center top;
    background-size: auto;
  }
  .fv-bg03{
    background: url(../img/fv/fv-03.jpg) no-repeat 60% top;
    background-size: auto;
  }

  /* FV テキスト 1600 ------------ */
  .fv-bg p{
    padding: 30rem 0 0 8%;
    font-size: 10rem;
    font-weight: 700;
  }

}

/* ---------------------------
トップページ 共通見出し 
-------------------------------*/

/* SP------ */
h2.top-note-h2 {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.2rem;
  font-weight: 700;
}
.top-note-h2-col-bl{
  color: var(--blue);
}
.top-note-h2-col-wh{
  color: #fff;
}

/* 見出し-日本語とアイコン SP ---------- */
h2.top-note-h2 span{
  display: block;
  width: 12rem;
  margin: 0 auto;
  padding: 1.5rem 0 1.5rem 2.2rem;
  letter-spacing: 0;
  background: url(../img/logo-mark.png) no-repeat left 1.2rem;
  background-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.top-note-h2-col-bl span{
  color: #000;
}
.top-note-h2-col-wh span{
  color: #fff;
}
h2.top-note-h2 span::after{
  display: none;
}

@media screen and (min-width:1000px) {

  h2.top-note-h2 {
    text-align: left;   
  }
  h2.top-note-h2 span{
    width: auto;
    margin: 0;
    padding: 1.5rem 0 1.5rem 3.6rem;
    font-size: 1.8rem;
  }
  h2.top-note-h2 span::after{
    display: block;
    content: "";
    width: 55%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 25px;
    left: 15rem;
  }

  /* カレンダー/株主優待 h2 テキストサイズ 1000 ------- */
  .top-block h2.top-note-h2 {
    font-size: 3rem;
  }
  .top-block h2.top-note-h2 span{
    font-size: 1.8rem;
  }

}

@media screen and (min-width:1200px) {
  
  h2.top-note-h2 {
  line-height: 1;  
  }

  .top-recruit h2.top-note-h2,
  .top-topics h2.top-note-h2{
    font-size: 8rem;
  }

  .top-recruit h2.top-note-h2 span,
  .top-topics h2.top-note-h2 span{
    width: auto;
    margin: 0;
    padding: 1.5rem 0 1.5rem 4.2rem;
    font-size: 2rem;
    background: url(../img/logo-mark.png) no-repeat left 1rem;
    background-size: 3rem;
  }

}

@media screen and (min-width:1600px){
  
  /* リクルート h2 テキストサイズ 1600 ---------- */
  .top-recruit h2.top-note-h2,
  .top-topics h2.top-note-h2{
    font-size: 10rem;
  }
  .top-recruit h2.top-note-h2 span,
  .top-topics h2.top-note-h2 span{
    font-size: 2.4rem;
  }

  /* カレンダー/株主優待 h2 テキストサイズ 1600 ------- */
  .top-block h2.top-note-h2 {
    font-size: 5rem;
  }
  .top-block h2.top-note-h2 span{
    font-size: 2.1rem;
  }

} 

/* ---------------------------
会社概要（ボタン） 
-------------------------------*/

/* SP -------------------- */
.top-company-btn{
  position: relative;
}
.top-company-btn h2 a{
  display: block;
  width: 12rem;
  height: 12rem;
  padding: 4.5rem 0 0;
  line-height: 1.6;
  letter-spacing: 0.05em;  
  text-align: center;  
  border-radius: 50%;
  color: #fff;
  background: var(--blue) url(../img/common-ar-white.svg) no-repeat center 3rem;
  background-size: 1.5rem;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 2rem;
  top: -10rem;
  z-index: 10;
}
.top-company-btn h2 a:hover{
  color: var(--blue);
  background: #fff url(../img/common-ar-blue.svg) no-repeat center 3rem; 
  background-size: 1.5rem;
}
.top-company-btn h2 a span{
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

@media screen and (min-width:750px) {

  /* 会社概要 TB ------------ */
  .top-company-btn h2 a{
    width: 16rem;
    height: 16rem;
    padding: 6rem 0 0;
    background: var(--blue) url(../img/common-ar-white.svg) no-repeat center 4rem;
    background-size: 1.5rem;
  }
  .top-company-btn h2 a:hover{
    background: #fff url(../img/common-ar-blue.svg) no-repeat center 4rem; 
    background-size: 1.5rem;
  }

}

@media screen and (min-width:1000px) {

  /* 会社概要ボタン 1000 -----------*/
  .top-company-btn h2 a{
    top: -18rem;
  }

}

@media screen and (min-width:1400px) {

  /* 会社概要ボタン 1400 ------------*/
  .top-company-btn h2 a{
    width: 23rem;
    height: 23rem;
    padding: 9.2rem 0 0;
    font-size: 2.8rem;
    background: var(--blue) url(../img/common-ar-white.svg) no-repeat center 7rem;
    background-size: 1.8rem;       
    position: absolute;
    top: -30rem;
  }
  .top-company-btn h2 a:hover{
    background: #fff url(../img/common-ar-blue.svg) no-repeat center 7rem; 
    background-size: 1.8rem;
  }
  .top-company-btn h2 a span{
    font-size: 1.8rem;
  } 

}

/* ---------------------------
リクルート
-------------------------------*/

/* SP -------------------- */
.top-recruit{
  padding: 5rem 3rem;
  background: url(../img/top-recruit-bg.jpg) no-repeat center bottom;
}
.top-recruit-in{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  background: rgba(255, 255, 255, 0.6);
}

.top-recruit-ttl{
  width: auto;
  margin: 0;
  padding: 0;
}
.top-recruit-ttl h2 + p{
  padding: 3.5rem 0 2.5rem;
  font-size: 1.6rem;
}
.top-recruit-ttl ol{
  display: flex;
  justify-content: space-between;
  width: 24rem;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}
.top-recruit-ttl ol li{
  width: 48.5%;
  padding: 0;
  text-align: center;
  color: var(--blue);
  border: 1px solid #b8cbda;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-recruit-ttl ol li::before{
  content: "● ";
}

/* リクルート 写真 ------------ */
.top-recruit-ph{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
}
.top-recruit-ph picture{
  display: block;
  width: auto;
  padding: 0 0 1rem;
}

/* リクルート ボタン SP ------------ */
.top-recruit-btn-sp{
  display: block;
  width: 18rem;
  padding: 3rem 0 5rem;
}
.top-recruit-btn-sp .button-text{
  display: block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-recruit-btn-pc{
  display: none;
}



@media screen and (min-width:750px) {

  .top-recruit{
    padding: 5rem 6rem;
  } 

  /* リクルート ボタン TB ------------ */
  .top-recruit-btn-sp{
    width: 30rem; 
  }

}

@media screen and (min-width:1000px) {

  /* リクルート 1000 ----------------*/
  .top-recruit{
    padding: 10rem 6rem;
  }
  .top-recruit-in{
    flex-direction: row;
    max-width: 180rem;
    padding: 2rem 2rem 2rem 5rem;
  }

  .top-recruit-ttl{
    width: 30%;
    padding: 2rem 0 0;
  }
  .top-recruit-ttl h2 + p{
    padding: 3.5rem 0 2.5rem;
  }
  .top-recruit-ttl ol{
    width: 24rem;
    margin: 0;
    padding: 0;
  }

  /* リクルート 写真 1000 ------------ */
  .top-recruit-ph{
    flex-direction: row;
    width: 62%;
  }
  .top-recruit-ph picture{
    width: 24.5%;
    padding: 0;
  }

  /* リクルート ボタン 1000 ------------ */
  .top-recruit-btn-sp{
    display: none;
  }
  .top-recruit-btn-pc{
    display: block;
    width: 18rem;
    padding: 3rem 0;
  }
  .top-recruit-btn-pc .button-text {
    display: block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

}

@media screen and (min-width:1200px) {

  .top-recruit-ttl ol{
    width: 30rem;
    padding: 0;
  }
  .top-recruit-ttl ol li{
    font-size: 1.8rem;
  }

  /* リクルート ボタン 1200 ------------ */
  .top-recruit-btn-pc{
    width: 30rem;
  }
  .top-recruit-btn-pc .button-text {
    padding: 2rem 3.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.15em;
  }

}

@media screen and (min-width:1400px) {

  /* リクルート 1400 ------------------*/
  .top-recruit-in{
    padding: 2rem 2rem 2rem 15rem;
  }
  .top-recruit-ttl{
    width: 25%;
    padding: 2.5rem 0 0;
  }
  .top-recruit-ttl h2 + p{
    padding: 6rem 0 3rem;
    font-size: 2rem;
  }
  /* リクルート 写真 1400 ------------ */
  .top-recruit-ph{
    flex-direction: row;
    width: 65%;
  }

}

@media screen and (min-width:1600px) {

  /* リクルート 1600  -----------------*/
  .top-recruit{
    padding: 10rem 0;
  }
  .top-recruit-ttl h2 + p{
    font-size: 2.4rem;
  }

  /* リクルート ボタン 1600 ------------ */
  .top-recruit-btn-pc{
    padding: 20% 0 0;
  }

}

/* ---------------------------
カレンダー / 株主優待
-------------------------------*/
.top-block{
  display: flex;
  flex-direction: column;
}
.top-calender,.top-sb{
  width: auto;
  margin: 0;
  padding: 5rem 3rem;
}
.top-calender{
  padding: 5rem 3rem 0;
}
.top-calender{
  background: url(../img/top-calendar-bg.jpg) no-repeat center top;
  background-size: cover;
}
.top-sb{
  background: url(../img/top-sb-bg.jpg) no-repeat center top;
  background-size: cover;
}
.top-calender section,.top-sb section{
  width: auto;
  margin: 0;
}

.top-calender-in,.top-sb-in{
  max-width: 60rem;
  margin: 0 auto;
}

/* ---------------------------
カレンダー
-------------------------------*/

/* SP ------------- */
.top-calender-space{
  width: 31rem;
  margin: 0 auto;
}
.top-calender-img{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem 0 1rem;
}
.top-calender-img p{
  padding: 0;
}
.top-calender-img p:last-child{
  display: none;
}
ol.top-calender-day{
  display: flex;
  width: 16rem;
  margin: 0 0 3rem;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  background: #fff;
}
ol.top-calender-day li{
  font-size: 1.2rem;
  font-weight: 500;
}
ol.top-calender-day li:first-child{
  margin: 0 1rem 0 0;
  padding: 0 1rem 0 0;
  border-right: 1px solid #ccc;
}
ol.top-calender-day li:first-child::before{
  content: "● ";
  color: var(--red);
}
ol.top-calender-day li:last-child::before{
  content: "● ";
  color: var(--blue);
}

/* 今月の旬 SP ----------------- */
.top-calender-in article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border-top: none;  
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-calender-in article h3{
  width: auto;
  padding: 0 0 0.5rem;
  writing-mode: horizontal-tb;
  color: #ff0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.top-calender-in article h3 span{
  padding: 0 0 0 2rem;
  letter-spacing: 0.05em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
}

/* 今月の旬 SP ------------ */
.top-calender-season{
  width: auto;
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
  color: #fff;
}
.top-calender-season ol{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 2rem;
}
.top-calender-season ol li{
  width: 50%;
  padding: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width:400px) {
  .top-calender-season ol li{
    width: auto;  
  }  
}
.top-calender-season h4{
  padding: 0 0 1rem;
  font-size: 1.6rem;
}
.top-calender-season h4 + p{
  font-size: 1.4rem;
}




/* ---------------------------
株主優待  
-------------------------------*/
.top-sb-slick{
  padding: 5rem 0 0;
}

/* メイン画像 SP ----------- */
.slick-img{
  border-radius: 0.5rem;
  overflow: hidden;  
}

/* サムネイル画像 SP ----------- */
.thumbnail{
  display: flex;
  padding: 1rem 0;
}
.thumbnail-img{
  border-radius: 0.5rem;
  overflow: hidden;
}
.thumbnail-img{
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}
.thumbnail-img:last-child{
  margin: 0;
}

.top-sb-ttl{
  padding: 3rem 0;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #fff;
}

/* 株主優待 ボタン SP ------------ */
.top-sb-btn{
  width: 18rem;
  margin: 0 0 0 auto;
}
.top-sb-btn .button-text-trans{
  display: block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}


@media screen and (min-width:750px) {

   .top-calender,.top-sb{
    width: auto;
    padding: 5rem 6rem;
  } 

  /* カレンダー TB ------------ */
  .top-calender-space{
    width: auto;
  } 
  .top-calender-img{
    flex-direction: row;
    padding: 5rem 0 2rem;
  }
  .top-calender-img p{
    width: 49%;
  }
  .top-calender-img p:last-child{
    display: block;
  }

  /* 株主優待 ボタン 750 ------------ */
  .top-sb-btn{
    width: 30rem; 
  }

}

@media screen and (min-width:1000px) {

  /* ---------------------------
  カレンダー / 株主優待
  -------------------------------*/
  .top-block{
    flex-direction: row;
  }
  .top-calender,.top-sb{
    width: 50%;    
    padding: 10rem 0 0;
  } 
  .top-calender section,.top-sb section{
    width: auto;  
    margin: 0 10%;
  }  
  .top-calender-in,.top-sb-in{
    max-width: 100%;
    margin: 0;
    padding: 3rem 0 0;
  }
  .top-calender-season h4{
    padding: 0 0 1rem;
    font-size: 1.8rem;
  }
  .top-calender-season h4 + p{
    font-size: 1.6rem;
  }

  .top-sb-slick{
    padding: 0;
  }

  .top-sb-ttl{
    padding: 1rem 0 4rem;
    font-size: 1.6rem;
  }

}

@media screen and (min-width:1200px) {

  /* 株主優待 ボタン 1200 ------------ */
  .top-sb-btn .button-text-trans{
    padding: 2rem 3.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.15em;
  }

}

@media screen and (min-width:1400px) {

  /* 今月の旬 1400 ----------------- */
  .top-calender-in article {
    flex-direction: row;
    padding: 4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .top-calender-in article h3{
    width: 13%;
    padding: 0 3rem 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    writing-mode: vertical-rl;
  }
  .top-calender-in article h3 span{
    padding: 2rem 0 0;
  }

  .top-calender-season{
    width: 87%;
    padding: 0 0 0 3rem;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .top-calender-season ol li{
    padding: 0 1rem 1rem 0;
  }




  /* サムネイル画像 1400 ----------- */
  .thumbnail{
    padding: 3rem 0;
  } 
  .thumbnail-img{
    margin: 0 1rem 0 0;
  }



}

@media screen and (min-width:1600px) {

  .top-calender section{
    width: auto;  
    margin: 0 10% 0 20%;
  }  
  .top-sb section{
    width: auto;  
    margin: 0 20% 0 10%;
  }  

}

/* ---------------------------
トピックス
-------------------------------*/
.top-topics-bg{
  padding: 5rem 0 20rem;
  background: var(--lgray);
}
.top-topics{
  display: flex;
  flex-direction: column;
  position: relative;
}
.top-topics-note{
  width: auto;
}
.top-topics-news{
  width: auto;
  padding: 4rem 0 3rem;
}
.top-topics-news dl{
  display: flex;  
  padding: 3rem 0;
  border-bottom: 1px solid #ccc;
}
.top-topics-news dl:first-child{
  border-top: 1px solid #ccc;  
}
.top-topics-news dl dt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 7rem;
  color: var(--blue);
}
.top-topics-news dl dt span{  
  display: block;
}
.top-topics-news dl dt span:first-child{
  padding: 0 1rem 0 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: bold;
}
.top-topics-news dl dt span:last-child{
  display: block;
  width: 5.6rem;
  text-align: center;  
  border: 1px solid var(--blue);
  border-radius: 3rem;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  font-weight: 500  ;
}
.top-topics-news dl dd{
  width: calc(100% - 7rem);
  margin: 0;
  padding: 0 0 0 3rem;
  font-size: 1.4rem;
}
.top-topics-news dl dd a {
  display: block;
  position: relative;
}
.top-topics-news dl dd a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/btn-ar-bl-bg-bl.svg) no-repeat;
  position: absolute;
  top: 0.3rem;
  right: 0;
  transition: .5s;
}
.top-topics-news dl dd a:hover {
  color: var(--blue);
}
.top-topics-news dl dd a:hover::after {
  background: url(../img/btn-ar-wh-bg-bl.svg) no-repeat;
}

/* トピックス ボタン SP ------------ */
.top-topics-btn-sp{
  display: block;
  width: 20rem;
}
.top-topics-btn-sp .button-text{
  display: block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-topics-btn-pc{
  display: none;
}

/* トピックス下情報 SP ------------ */
.top-another-info {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.top-another-info dl {
  margin-bottom: 1rem;
}
.top-another-info dt {
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}
.top-another-info dt::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.top-another-info dd {
  color: var(--blue);
}
.top-another-info dd a {
  color: var(--blue);
  text-decoration: underline;
}
.top-another-info dd span.pdf-icon {
  display: inline-block;
  width: 1.2rem;
  margin-left: 0.3rem;
}
.top-another-info dd span.pdf-icon img {
  vertical-align: baseline;
}



@media screen and (min-width:750px) {

  .top-topics-bg{
    padding: 5rem 0 15rem;
  }
  .top-topics-news dl dt{
    flex-direction: row;
    width: auto;
  }
  .top-topics-news dl dt span:first-child{
    width: 10rem;    
    font-size: 1.8rem;
  }
  .top-topics-news dl dt span:last-child{
    width: 12rem;
    margin: 0.5rem 0 0 2rem;
    font-size: 1.4rem;
  }
  .top-topics-news dl dd{
    width: calc(100% - 22rem);
    padding: 0 3rem;
    font-size: 1.6rem;
  }

  /* トピックス ボタン 750 ------------ */
  .top-topics-btn-sp{
    width: 30rem;
  }

}

@media screen and (min-width:1000px) {

  .top-topics-bg{
    padding: 10rem 0 35rem;
  }

  .top-topics{
    flex-direction: row;
    position: relative;
  }
  .top-topics-note{
    width: 34%;
  }
  .top-topics-news{
    width: 66%;
    padding: 1rem 0 0;
  }
  .top-topics-news dl dd{
    padding: 0 6rem 0 3rem;
    font-size: 1.8rem;
  }
  .top-topics-news dl dd a::after {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.7rem;
    right: -5rem;
  }


  /* トピックス ボタン 1000 ------------ */
  .top-topics-btn-pc{
    display: block;
    width: 20rem;
    padding: 7rem 0 0;   
  }
  .top-topics-btn-pc .button-text{
    display: block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .top-topics-btn-sp{
    display: none;
  }

  /* トピックス下情報 SP ------------ */
  .top-another-info {
    position: absolute;
    top: 23rem;
    left: 6.5rem;
  }

}

@media screen and (min-width:1200px) {

  .top-topics-bg{
    padding: 10rem 0 42rem;
  }

 .top-topics-btn-pc{
    width: 30rem;
  }
  .top-topics-btn-pc .button-text{
    padding: 2rem 3.6rem;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 0.15em;
  }

  /* トピックス下情報 SP ------------ */
  .top-another-info {
    font-size: 1.8rem;
    top: 30rem;
  }
  .top-another-info dl {
    margin-bottom: 2rem;
  }
  .top-another-info dt::before {
    top: 1.2rem;
  }

}

@media screen and (min-width:1400px) {

  .top-topics-note{
    width: 32%;
  }
  .top-topics-news{
    width: 68%;
  }

  .top-topics-news dl dd{
    font-size: 2.1rem;
  }
  .top-topics-news dl dd a::after {
    width: 2.8rem;
    height: 2.8rem;
    top: 0.5rem;
    right: -2rem;
  }
  .top-another-info dd span.pdf-icon {
    width: 1.4rem;
  }

}