/* ==================================
	utility    
===================================*/

.mobile-only

.mt-50 {
	margin-top: 25px;
}

@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px;
  }
}
.mt-100 {
	margin-top: 100px;
}


.custom-section {
  margin: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-section {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .custom-section {
    margin: 50px 0;
  }
}

/* ==================================
  header    
===================================*/

.custom-header {
	justify-content: flex-end!important;
  color:white;
}

.zirox-header-3__navbar-logo h1 {
  font-size: 50px;
  line-height: 1;
}

/* ==================================
  hero    
===================================*/

.hero-sectioin__container {
  width: 100vw;
  max-height: 600px;
}

.zirox-hero-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==================================
	about value    
===================================*/

.zirox-about {
  padding-bottom: 0!important;
}

.zirox-about--home-3 .row {
  align-items: center;
}

.custom_h2 {
  font-size: 35px!important;
  color: darkred;
}

@media (max-width: 767px) {
  .custom_h2 {
    font-size: 25px!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_h2 {
    font-size: 20px;
  }
}



/* ==================================
	事業内容
===================================*/

@media (max-width: 767px) {
  .how-it-works__custom .zirox-how-it-work-item {
    margin-bottom: 0;
  }
}

/* ==================================
	会社概要    
===================================*/

@media (max-width: 767px) {
  .zirox-section__info {
    padding-top: 100px;
  }
}

.company-info {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.company-info th,
.company-info td {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: left;
}

.company-info th {
  background-color: #f2f2f2;
  font-weight: bold;
  width: 30%;
}

.company-info td {
  width: 70%;
  color: #7b7981;
}

@media screen and (max-width: 600px) {
  .company-info th,
  .company-info td {
    display: block;
    width: 100%;
  }
  
  .company-info th {
    text-align: center;
  }

  .company-info td {
    font-size: 14px;
  }
}


/* ==================================
	contact 社長挨拶    
===================================*/

.zirox-contact {
  background: url(../img/home-3/hero/hero-bg.png) center center / cover no-repeat;
}

@media (min-width: 768px) {
  .zirox-contact {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .zirox-contact p {
    font-size: 14px;
  }
}

.zirox-contact .row {
  align-items: center!important;
}

.zirox-contact button {
  margin-top: 30px;
}

/* ==================================
	footer
===================================*/

.zirox-footer .row {
  align-items: center;
}

@media (min-width: 768px) {
  .zirox-footer__explore ul {
    display: flex;
    gap: 20px;
  }
}

.zirox-footer .zirox-button {
  max-width: 200px;
  text-align: center;
}
