@charset "utf-8";

#index #gHeader {
  margin-bottom: 0;
}
#index .mainVisual {
  padding-bottom: 25px;
  position: relative;
  height: 767px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url("/img/index/TOP_slide_pc.png") no-repeat center top;
  box-sizing: border-box;
}
/* ブラウザが WebP をサポートしている場合は上書き */
@supports (background-image: url("test.webp")) {
  #index .mainVisual {
    background: url("/img/index/TOP_slide_pc.webp") no-repeat center top;
  }
}

#index .mainVisual:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
  content: "";
}
#index .mainVisual .content {
  margin: 0;
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
#index .mainVisual h2 {
  margin-bottom: 27px;
  font-size: 3.1rem;
  text-shadow: 2px 2px 3px #FFF;
}
#index .mainVisual .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#index .mainVisual .linkList li {
  margin: 28px 20px 0;
  display: inline-block;
  padding: 1px 30px 5px;
  color: #fff;
  font-size: 2.3rem;
  background-color: #666;
  border-radius: 18px;
}
#index #main > .content {
  max-width: 1032px;
}
#index .topTxtBox {
  margin: 60px auto 38px;
  max-width: 880px;
}
#index .topTxtBox h2 {
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
#index .topTxtBox p {
  margin-bottom: 27px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: justify;
}
#index .topTxtBox .small {
  margin: -23px 20px 12px 0;
  font-size: 1.5rem;
  text-align: right;
}
#index .headLine01 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  text-align: left;
}
#index .headLine01 span {
  padding: 0 20px 5px;
  min-width: 230px;
  box-sizing: border-box;
  text-align: right;
  border-width: 1px;
}
#index .headLine01 span:before {
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 9999px;
  height: 1px;
  background-color: #BD272D;
  content: "";
}
#index .headLine01 span:after {
  height: 25px;
  right: -9px;
  bottom: -3px;
  width: 1px;
}
#index .service .listUl {
  margin: -20px -120px 80px -17px;
  display: flex;
}
#index .service .listUl li {
  margin: 20px 17px 0;
  width: 240px;
}
#index .service .listUl li img {
  width: 213px;
}
#index .service .listUl .ttl {
  font-size: 1.8rem;
  margin: 10px 0;
}
#index .service .listUl p {
  font-size: 1.5rem;
}
#index .service .listUl p a {
  border-bottom: 1px solid #FF4A4A;
}
#index .service .listUl p a:hover {
  opacity: 0.7;
}
#index .service .comBtn a {
  width: 330px;
}
#index .service {
  margin-bottom: 35px;
  max-width: inherit;
}
#index .case {
  margin-bottom: 45px;
}
#index .case h2 {
  margin-bottom: 70px;
}
#index .case .listUl {
  margin: 0 auto 40px;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}
#index .case .listUl li {
  width: 46.5%;
}
#index .case .listUl li .ttl {
  margin: 15px 0 10px;
  font-size: 2.2rem;
}
#index .case .listUl li p {
  font-size: 1.5rem;
  line-height: 1.4;
}
#index .case .comBtn a {
  width: 330px;
}
#index .newsBox h2 {
  margin-bottom: 70px;
}
#index .newsBox .newsDl {
  margin: 0 auto;
  max-width: 850px;
}
#index .newsBox .newsDl dd {
  padding-bottom: 23px;
}
#index .newsBox .link {
  margin: -12px auto 0;
  max-width: 890px;
  font-size: 1.5rem;
  text-align: right;
}
#index .comContact {
  margin-top: 30px;
  padding-bottom: 50px;
}
#index .service .overview {
  margin: 0 auto 40px;
  max-width: 960px;
  display: flex;
  justify-content: center;
}
#index .service .overview p {
  padding: 10px;
  background: #eee;
  text-align: center;
  font-size: 15px;
}
#index .service .overview .btn_around {
  padding: 40px 50px 30px;
}
#index .orders_received {
  margin: 0 auto;
  width: 1920px;
}
#index .orders_received h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
#index .orders_received_block {
  display: flex;
  justify-content: center;
  background: #000;
}
#index .orders_received_block_card {
  width: auto;
  padding: 10px 40px 0;
  color: #fff;
}
#index .orders_received_block_card:nth-child(2) {
  border-left: none;
  border-right: none;
}
#index .orders_received_block_card_text_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#index .orders_received_block_card_text_area_total {
  display: flex;
  align-items: center;
  gap: 10px;
}
#index .orders_received_block_card_text_area_lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
#index .orders_received_block_card_text_area_img {
  width: 30px;
}
#index .orders_received_block_card_text_area_number {
  font-size: 18px;
}
.orders_received_block_card_text_area_number #count-replace, .orders_received_block_card_text_area_number #count-repair, .orders_received_block_card_text_area_number #count-total {
  font-size: 40px;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------------------------
NEWS
------------------------------------------------------------*/
.newsDl {
  margin-bottom: 35px;
}
.newsDl dt {
  float: left;
  font-size: 1.5rem;
}
.tag {
  min-width: 44px;
  margin-left: 15px;
  display: inline-block;
  color: #BD272D;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #BD272D;
  border-radius: 2px;
  box-sizing: border-box;
}
.tag.blue {
  color: #3F5AFF;
  border-color: #3F5AFF;
}
.newsDl dd {
  padding: 0 0 29px 10.7em;
  font-size: 1.5rem;
}

/*------------------------------------------------------------
CONTACT US
------------------------------------------------------------*/
/* comContact */
.comContact {
  margin-top: 100px;
  padding: 60px 0 1px;
  background-color: #EEE;
}
.comContact .content {
  max-width: 793px;
}
.comContact h2 {
  margin-bottom: 30px;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
}
.comContact .bgBox {
  margin-bottom: 45px;
  padding: 10px 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.comContact .bgBox p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.comContact .comBtn a {
  width: 329px;
}
.comContact #pagePath {
  margin-top: 12px;
}

/* comBtn */
.comBtn:not(:last-child) {
  margin-bottom: 35px;
}
.comBtn a {
  margin: 0 auto;
  padding: 15px;
  position: relative;
  width: 215px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
.comBtn a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 18px 18px 0;
  border-style: solid;
  transform: rotate(90deg);
  border-color: transparent #000 transparent;
  content: '';
}
.comBtn a:hover {
  opacity: 0.7;
}