@charset "utf-8";

/* ----------- mv ----------- */
.mv {
  overflow: hidden;
  position: relative;
}

.mv_imgBox img {
  display: block;
  width: 100%;
}

/* ----------- product ----------- */
.product {
  background: url("../img/top_productBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 100px 0 250px;
  padding: 5% 0 13%;
}

.top_title h2 img {
  display: block;
  margin: 0 auto;
}

.product_list {
  margin-top: 140px;
}

.product_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -25px;
}

.product_list ul li {
  width: 32.08%;
  margin-right: 1.88%;
  margin-bottom: 25px;
}

.product_list ul li:nth-child(3n) {
  margin-right: 0%;
}

.product_list ul li img {
  display: block;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.76);
}

/* ----------- company ----------- */
.company {
  padding: 198px 0 0;
  padding: 10% 0 0;
}

.company_text {
  font-size: 2.4rem;
  color: #2d2d2d;
  margin-top: 54px;
  line-height: 1.8;
  text-align: justify;
}

.company_img {
  margin-top: 130px;
}

.company_img img {
  display: block;
  margin: 0 auto;
}

.company_list {
  margin-top: 245px;
  margin-top: 13%;
}

.company_list {
  position: relative;
  padding-bottom: 180px;
  padding-bottom: 9.375%;
}

.company_list::after {
  content: "";
  display: block;
  width: 100%;
  height: 683px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/top_companyBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.company_list>ul {
  display: flex;
  position: relative;
  z-index: 2;
}

.company_list>ul>li {
  width: 28.57%;
  margin-right: 4.765%;

  border: 1px solid rgb(32, 32, 32);
  background-color: #ffffff;
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 25px 25px 30px;
}

.company_list>ul>li:nth-child(2n) {
  width: 33.33%;
}

.company_list>ul>li:nth-child(3n) {
  margin-right: 0;
}

.company_lImg {
  height: 280px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.company_lText {
  font-size: 2.4rem;
  color: #242424;
  line-height: 1.7;
  margin-top: 25px;
}

/* ----------- news ----------- */
.news {
  padding: 220px 0 160px;
  padding: 11.45% 0 8%;
}

.news_list {
  margin-top: 150px;
}

.news_list>ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.news_list>ul>li {
  width: 48.1%;
  margin-right: 3.8%;
  margin-bottom: 40px;
}

.news_list>ul>li:nth-child(2n) {
  margin-right: 0;
}

.news_IT {
  position: relative;
}

.news_img {
  position: relative;
}

.news_img img {
  display: block;
  width: 100%;
}

.news_img>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.news_time {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.news_time span {
  display: inline-block;
  min-width: 305px;

  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  background-color: #02306e;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 40px;
}

.news_TM {
  margin-top: 55px;
}

.news_TM a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_title {
  font-size: 3.0rem;
  color: #2c2c2c;
  line-height: 1;
  padding-right: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* display: block\0;
	height: 30rem\0; */
}

.news_more {
  font-size: 2.4rem;
  color: #504f4f;
  line-height: 1;
  white-space: nowrap;
}

.news_TM a:hover .news_title,
.news_TM a:hover .news_more {
  color: #02306e;
}

.news_synopsis {
  margin-top: 35px;
  border-top: 2px solid #777777;
  padding-top: 30px;
  font-size: 2.4rem;
  color: #504f4f;
  text-align: justify;
  line-height: 1.7;
}


@media only screen and (max-width: 1620px) {

  /* ----------- common ----------- */
  .top_title h2 img {
    width: 1000px;
  }

  /* ----------- company ----------- */
  .company_text {
    font-size: 2.0rem;
  }

  .company_text img {
    width: 36px;
  }

  .company_lText {
    font-size: 2.0rem;
  }

  /* ----------- news ----------- */
  .news_time span {
    min-width: 280px;
    font-size: 2.0rem;
    padding: 20px 30px;
  }

  .news_title {
    font-size: 2.6rem;
  }

  .news_more {
    font-size: 2.0rem;
  }

  .news_synopsis {
    font-size: 2.0rem;
    margin-top: 30px;
    padding-top: 25px;
  }

}

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

  /* ----------- common ----------- */
  .top_title h2 img {
    width: 800px;
  }

  /* ----------- product ----------- */
  .product {
    padding: 100px 0 150px;
  }

  .product_list {
    margin-top: 80px;
  }

  /* ----------- company ----------- */
  .company {
    padding: 100px 0 0;
  }

  .company_text {
    margin-top: 30px;
  }

  .company_img {
    margin-top: 100px;
  }

  .company_list {
    padding-bottom: 100px;
    margin-top: 100px;
  }

  .company_lImg {
    height: 220px;
  }

  /* ----------- news ----------- */
  .news {
    padding: 100px 0 100px;
  }

  .news_list {
    margin-top: 80px;
  }

  .news_TM {
    margin-top: 40px;
  }

}

@media only screen and (max-width: 1024px) {

  /* ----------- common ----------- */
  .top_title h2 img {
    width: 660px;
  }

  /* ----------- product ----------- */
  .product {
    padding: 80px 0 100px;
  }

  .product_list {
    margin-top: 60px;
  }

  /* ----------- company ----------- */
  .company {
    padding: 80px 0 0;
  }

  .company_text {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .company_text img {
    width: 32px;
  }

  .company_img {
    margin-top: 80px;
  }

  .company_list {
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .company_list>ul>li {
    width: 30.5%;
    margin-right: 2%;
    padding: 25px 20px 30px;
  }

  .company_list>ul>li:nth-child(2n) {
    width: 35%;
  }

  .company_lText {
    font-size: 1.8rem;
  }

  .company_lImg {
    height: 200px;
  }

  .company_list::after {
    height: 600px;
  }

  /* ----------- news ----------- */
  .news {
    padding: 80px 0 80px;
  }

  .news_list {
    margin-top: 60px;
  }

  .news_time span {
    min-width: 200px;
    font-size: 1.8rem;
    padding: 15px 20px;
  }

  .news_title {
    font-size: 2.4rem;
  }

  .news_more {
    font-size: 1.8rem;
  }

  .news_synopsis {
    font-size: 1.8rem;
    margin-top: 25px;
    padding-top: 20px;
  }

  .news_TM {
    margin-top: 30px;
  }

}

@media only screen and (max-width: 768px) {

  /* ----------- common ----------- */
  .top_title h2 img {
    width: 500px;
  }

  /* ----------- product ----------- */
  .product {
    padding: 60px 0 80px;
  }

  .product_list {
    margin-top: 40px;
  }

  /* ----------- company ----------- */
  .company {
    padding: 60px 0 0;
  }

  .company_text {
    font-size: 1.6rem;
  }

  .company_text img {
    width: 28px;
  }

  .company_img {
    margin-top: 60px;
  }

  .company_list {
    padding-bottom: 80px;
    margin-top: 60px;
  }

  .company_list>ul {
    display: block;
  }

  .company_list>ul>li {
    width: auto;
    margin-right: 0%;
    padding: 25px 20px 30px;
    display: flex;
    margin-bottom: 30px;
  }

  .company_list>ul>li:last-child {
    margin-bottom: 0;
  }

  .company_list>ul>li:nth-child(2n) {
    width: auto;
  }

  .company_lImg {
    height: 200px;
    width: 300px;
  }

  .company_lText {
    width: calc(100% - 300px);
    margin-top: 0;
    padding-left: 20px;
    font-size: 1.6rem;
  }

  .company_list::after {
    height: 400px;
  }

  /* ----------- news ----------- */
  .news {
    padding: 60px 0 60px;
  }

  .news_list {
    margin-top: 40px;
  }

  .news_list>ul>li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
  }

  .news_time span {
    min-width: 160px;
    font-size: 1.6rem;
    padding: 10px 10px;
  }

  .news_title {
    font-size: 2.2rem;
  }

  .news_more {
    font-size: 1.6rem;
  }

  .news_synopsis {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-top: 15px;
  }

}

@media only screen and (max-width: 600px) {

  /* ----------- product ----------- */
  .product_list ul li {
    width: 49%;
    margin-right: 2%;
  }

  .product_list ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .product_list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .company_list>ul>li {
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .company_lText {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    font-size: 1.6rem;
  }

  .company_lImg {
    width: 100%;
  }

}

@media only screen and (max-width: 480px) {

  /* ----------- mv ----------- */
  /* ----------- product ----------- */
  .product {
    padding: 50px 0 60px;
  }

  .company {
    padding: 50px 0 0;
  }

  .company_text {
    font-size: 1.4rem;
  }

  .company_text img {
    width: 24px;
  }

  .company_img {
    margin-top: 40px;
  }

  .company_list {
    padding-bottom: 50px;
    margin-top: 50px;
    padding-top: 50px;
  }

  .company_list>ul>li {
    padding: 20px 15px 30px;
  }

  .company_img.main {
    max-width: 100%;
  }

  .company_list::after {
    height: 100%;
  }

  /* ----------- news ----------- */
  .news {
    padding: 50px 0 50px;
  }

  .news_list>ul {
    margin-bottom: -40px;
  }

  .news_list>ul>li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .news_title {
    font-size: 2.0rem;
  }

  .news_more {
    font-size: 1.4rem;
  }

  .news_synopsis {
    font-size: 1.4rem;
    margin-top: 15px;
    padding-top: 10px;
  }

  .news_TM {
    margin-top: 20px;
  }

}