@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- renewal_sec
- about_sec
- network-locations_sec
-------------------------*/
/*=======================================
　renewal_sec
=======================================*/
.renewal_sec {
  margin-bottom: 100px;
}
.renewal_sec .renewal_content {
  padding-top: 78.1px;
  padding-bottom: 69px;
  background-image: url(../img/company/renewal_img.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .renewal_sec .renewal_content {
    background-image: url(../img/company/renewal_img_sp.jpg);
  }
}
.renewal_sec .renewal_content .renewal_logo {
  width: 356px;
  margin: 0 auto 46.6px;
}
@media screen and (max-width: 768px) {
  .renewal_sec .renewal_content .renewal_logo {
    width: 227px;
    margin: 0 auto 22px;
  }
}
.renewal_sec .renewal_content .renewal_logo img {
  width: 100%;
}
.renewal_sec .renewal_content .renewal_txt {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .renewal_sec .renewal_content .renewal_txt {
    width: 79.48%;
    margin-inline: auto;
    margin-bottom: 45px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
}
.renewal_sec .renewal_content .renewal_btn {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .renewal_sec .renewal_content .renewal_btn {
    max-width: 283px;
  }
}

/*=======================================
　about_sec
=======================================*/
.about_sec {
  margin-bottom: 80px;
}/*# sourceMappingURL=company.css.map */