@charset "utf-8";

/*====================================
	
----------------------------------
  Color
----------------------------------
メイン    : #000
アクセント : 

----------------------------------
  Structure
----------------------------------
1. トップ
2. 自社工場・設備
3. お客様の声
4. ご依頼の流れ
5.　News & Topics
====================================*/

/*----------------------------------
	1. トップ
------------------------------------*/

/* メインイメージ --------------------*/
.main-image {
  background: url(../../images/mainimage-top.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .main-image {
    background: url(../../images/main-img2_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.main-image__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.main-image__inner::before {
  content: "";
  display: block;
  padding-top: 92%;
}

.main-image__title {
  position: absolute;
  left: 0;
  top: 27%;
  font-size: 2.1rem;
  line-height: 1.4em;
  color: #000;
}
.main-image__title h2 {
  font-size: 4.5rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
  .main-image__title {
    font-size: 2.5rem;
    right: 3%;
  }
  .main-image__title h2 {
    font-size: 4.0rem;
  }
}
@media screen and (max-width: 800px) {
  .main-image__title {
    display: none;
  }    
}
@media screen and (max-width: 680px) {
  .main-image__title {
    font-size: 2.0rem;
  }
  .main-image__title h2 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 480px) {
  .main-image__title {
    font-size: 1.6rem;
    top: 10%;
  }
  .main-image__title h2 {
    font-size: 2.4rem;
  }
}




/*----------------------------------
	2. 自社工場・設備
------------------------------------*/
.bg-factory01 {
  background: url(../../images/bg-roop.png) no-repeat left 70%;
}
@media screen and (max-width: 768px) {
  .bg-factory01 {
    background: none;
  }
  .bg-factory01 .bg-factory01--sp {
    background: url(../../images/bg-roop.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 25px;
  }
}


/*----------------------------------
	3. お客様の声
------------------------------------*/
.voice-fukidasi {
  /* background: url(../../images/voice-fukidasi-bottom.png) no-repeat bottom center; */
  background-size: 350px auto;
  background-position: bottom 22px center;
  padding-bottom: 60px;
  max-width: 480px;
  margin: 0 auto 0px;
  position:relative;
}
@media screen and (max-width: 420px) {
  .voice-fukidasi {
    padding: 80px 0 90px;
  }
}
.voice-fukidasi .inner {
  padding: 5% 7% 90px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 1.7em;
  background-color: #dcdcdc;
}

.voice-fukidasi .inner + div {
  position: absolute;
  width: 180px;
  bottom: 10px;
  left: 10px;
}
.voice-fukidasi img {
  width: 80px;
  height: auto;
}


/*----------------------------------
	4. ご依頼の流れ
------------------------------------*/
.flow-list .flow-list__inner a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #033573;
}


/*----------------------------------
	5. News & Topics
------------------------------------*/
.news_header {
  text-align: center;
  margin: 40px 0 40px;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 15px;
}
main > article .news_header #contentTitle {
    background: none;
    font-size: 3rem;
    padding: 0px 0 5px;
    margin-bottom: 15px;
}
.news_footer {
  text-align: center;
  margin: 40px 0 40px;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 15px 0 15px;
}
@media screen and (max-width: 480px) {
  .news_list .pageListItemBlock-type01 li.pageListItemList p.pageListTitle span.pageListDate {
    display: block;
  }
  .news_list  {
    padding: 0 2%;
  }
}
