@charset "utf-8";
@import url("base.css");

@media screen and (max-width: 1024px) { }
@media screen and (max-width: 896px) { }
@media screen and (max-width: 480px) { }

/*=================================
======メインビジュアル================
=================================*/
.mainvisual{
  background: #ada;
  height: 600px;
  background-image: url(../img/header_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.mainvisual .catch_copy{
  font-size: 75px;
  position: absolute;
  bottom: 0;
  left:40px;
  color: #fafafa;
}
/*=================================
======トップページ===================
=================================*/

/*================================
========メインコピー================
=================================*/
#top_page .main_copy{
  position: relative;
}
#top_page .main_copy .txt_box{
  max-width: 600px;
  width:100%;
  margin:auto;
  font-size: 17px;
  color: #004e85;
  line-height: 3;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  #top_page .main_copy .txt_box{
    line-height: 2;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

#top_page .main_copy .catch_copy{
  font-size: 75px;
  position: absolute;
  left: 40px;
  color: #004e85;
}
@media screen and (max-width: 480px) {
  #top_page .main_copy .catch_copy{
    font-size: 60px;
    position: relative;
    left: auto;
    text-align: center;

  }
}

/*================================
========トピックス================
=================================*/
#top_page .topics{
}
#top_page .topics h2{
  text-align: center;
  padding: 20px;
  font-size: 24px;
  color: #004e85;
  font-weight: bold;
}
#top_page .topics ul{
  display: flex;

  flex-wrap: wrap;
}
#top_page .topics ul li{
width: 25%;
}
@media screen and (max-width: 480px) {
  #top_page .topics ul li{
  width: 50%;
  }
}
#top_page .topics ul li .img_box img{
  width: 100%;
}
#top_page .topics ul li .txt_box{
  padding: 10px;
  font-size: 12px;
}
#top_page .topics ul li .txt_box h3 a{
  display: block;
  padding-top: 10px;
  font-size: 17px;
  color: #004e85;
}
/*================================
========プロダクト================
=================================*/

#top_page .product{
  background: linear-gradient(0deg, #e9eef2 0, #edf4f1 30%, #fafafa 100%);
}
#top_page .product .inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 480px) {

}

#top_page .product .inner .img_box{
  width: 50%;
  text-align: right;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #top_page .product .inner .img_box{
    width: 100%;
  }
}
#top_page .product .inner .img_box img{
  width: 100%;
}
#top_page .product .inner .img_box:before{
content: "NEW";
display: block;
width: 50px;
height: 50px;
background: #004e85;
color: #fafafa;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
position: absolute;
right: 10px;
top:80px;
font-weight: bold;
font-size: 14px;
}
#top_page .product .inner .img_box h2{
  text-align: left;
  color: #004e85;
  font-size: 30px;
  margin-bottom: 40px;
  position: relative;
}
#top_page .product .inner .img_box h2:before{
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #004e85;
  position: absolute;
  bottom: -10px;
}
#top_page .product .inner .txt_box{
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #top_page .product .inner .txt_box{
    width: 100%;
}
}
#top_page .product .inner .txt_box p{
  color: #004e85;
  line-height: 2;
}
/*================================
========アバウト===================
=================================*/
#top_page .about{
  background-image: url(../img/header_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color:#fafafa;
  padding: 80px 120px 60px;
}
@media screen and (max-width: 480px) {
  #top_page .about{
    padding: 60px 20px 40px;
  }
  }
#top_page .about .inner{
  max-width: 600px;
  width: 100%;
}
#top_page .about  .inner h2{
  font-size: 30px;
  margin-bottom: 20px;
}
#top_page .about  .inner p{
  line-height: 2;
}

#top_page .about  .inner .link_btn1 a{
  border: solid 3px #fafafa;
  color:#fafafa;
}
#top_page .about  .inner .link_btn1 a:hover{
  background: #fafafa;
  color: #004e85;
}

#about_page{

}
