@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */



@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
   
}

/*20240913 css移植*/
.page_title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg {
  margin-left: calc(((100vw - 100%) / 2)* -1) !important;
  margin-right: calc(((100vw - 100%) / 2)* -1) !important;
}
.contact_wrap a{text-decoration: none;}
.home_title h1, .home_title h2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
.contact_title h2 span {
  margin-left: 0;
}

.contact_title h2 span::before {
  display: none;
}
.home_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 110px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_wrap01::before {
  content: "";
  background-image: url(../images/contents/air.jpg);
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90vw;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 125px;
  right: 0;
}

@media screen and (max-width: 834px) {
  .home_wrap01::before {
    width: 100vw;
    height: 600px;
    top: 170px;
  }
}

.home_wrap01 .home_left01 {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_left01 {
    width: 60%;
    padding-right: 0;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .home_left01 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_left01 img {
    display: block;
    text-align: center;
    margin: auto;
  }
}

.home_wrap01 .home_right01 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_right01 {
    width: 100%;
  }
}

.home_title h1, .home_title h2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .home_title h1, .home_title h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_title h1, .home_title h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .home_title h1, .home_title h2 {
    font-size: 2.4rem;
  }
}

.home_title h1 span, .home_title h2 span {
  font-size: 1.3rem;
  color: #103290;
  display: block;
  margin-left: 50px;
  position: relative;
  margin-top: 20px;
}

.home_title h1 span::before, .home_title h2 span::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #103290;
  position: absolute;
  top: 50%;
  left: -50px;
  
  display: none;
}
.home_wrap05 {
  background-image: url(../images/contents/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-top: 100px;
}
.inner2 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .inner2 {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .inner2 {
    padding: 30px 20px;
  }
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1000px) {
  .contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .contact_wrap .home_icon {
    width: 30%;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 1000px) {
  .contact_wrap .home_icon {
    width: 300px;
    margin: 0 auto 20px auto;
  }
}

.contact_wrap .home_icon .box {
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .contact_wrap .home_icon .box {
    padding: 10px;
  }
}

.contact_wrap .home_icon .box div {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contact_wrap .home_icon .box div {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .contact_wrap .contact {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .contact_wrap .contact {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact tr {
    display: block !important;
  }
}

.contact_wrap .contact td {
  border: none !important;
}

@media screen and (max-width: 1000px) {
  .contact_wrap .contact td {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap .contact td {
    text-align: inherit !important;
  }
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact td {
    display: block !important;
  }
}

.contact_wrap .contact .tel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_wrap .contact .tel > div {
  border: 2px solid #3a3a3a;
  margin: 10px auto;
  font-size: 1.4rem;
  padding: 7px 0;
  width: 290px;
  height: 80px;
}

@media screen and (max-width: 834px) {
  .contact_wrap .contact .tel > div {
    width: 100%;
    text-align: center !important;
  }
}

.contact_wrap .contact .tel a {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact .tel a {
    font-size: 1.6rem;
  }
}

.contact_wrap .contact .tel:hover {
  color: #f3a535;
}

.contact_wrap .contact .tel:hover > div {
  border: 2px solid #f3a535;
}

.contact_wrap .contact .tel:hover a {
  color: #f3a535;
}

.contact_wrap .contact .mail div {
  background-color: #103290;
  font-size: 2rem;
  width: 290px;
  height: 80px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .contact_wrap .contact .mail div {
    width: 100%;
    font-size: 1.6rem;
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact .mail div {
    font-size: 1.4rem;
  }
}

.contact_wrap .contact .mail div a {
  color: white;
  display: block;
  padding-top: 18px;
}

@media screen and (max-width: 834px) {
  .contact_wrap .contact .mail div a {
    padding-top: 23px;
  }
}

.contact_wrap .contact .mail:hover div {
  background-color: #f3a535;
}

/*  事業内容　　*/
.page_title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .page_title {
    padding: 130px 0 70px 0 !important;
  }
}

.page_title h1 {
  font-size: 3rem;
  color: white;
  text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 834px) {
  .page_title h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2.4rem;
  }
}

.page_title div span {
  font-size: 1.5rem;
  display: block;
  color: white;
}

.service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .service_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service_wrap .service_image {
  width: 40%;
  padding-right: 40px;
}

@media screen and (max-width: 834px) {
  .service_wrap .service_image {
    width: 80%;
    margin: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .service_wrap .service_image img {
    display: block;
    margin: auto;
    text-align: center;
    float: none !important;
  }
}

.service_wrap .service_text {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .service_wrap .service_text {
    width: 100%;
    margin-top: 30px;
  }
}

.service_wrap .service_text h2 {
  position: relative;
  padding-left: 25px;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .service_wrap .service_text h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .service_wrap .service_text h2 {
    font-size: 2.2rem;
  }
}

.service_wrap .service_text h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #103290;
}

.service_wrap .service_text h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #103290;
}

.service_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .service_wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service_wrap02 .service_text {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .service_wrap02 .service_text {
    width: 100%;
    margin-top: 30px;
  }
}

.service_wrap02 .service_text h2 {
  position: relative;
  padding-left: 25px;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.service_wrap02 .service_text h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #f3a535;
}

.service_wrap02 .service_text h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #f3a535;
}

.service_wrap02 .service_image {
  width: 40%;
  padding-left: 40px;
}

@media screen and (max-width: 834px) {
  .service_wrap02 .service_image {
    width: 80%;
    margin: auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .service_wrap02 .service_image img {
    display: block;
    margin: auto;
    text-align: center;
    float: none !important;
  }
}

.color h2:before {
  border-bottom: solid 15px #f3a535 !important;
}

.color h2:after {
  border-bottom: solid 3px #f3a535 !important;
}

/*   施工実績　　*/
.works {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.works .box {
  width: 33.333%;
  padding: 30px 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .works .box {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .works .box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.works .box h3 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin: 5px auto;
  color: #103290;
}

.works .box img {
  border: 5px solid #ccc;
}

/*   会社概要　　*/
.company_title h3 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #004da1;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index: 1;
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  .company_title h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .company_title h3 {
    font-size: 2rem;
  }
}

.company_title h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -2;
}

@media screen and (max-width: 640px) {
  .company_list dt, .company_list dd {
    font-size: 1.5rem;
  }
}

.company_list dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}