@charset "utf-8";
/* business
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(90%, 1140px);
  margin: 0 auto;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
/* Page Title
----------------------------------------------------------------------------------------------------*/
.page-title {
  width: 100%;
  height: 10rem;
  background-color: #0081BB;
  margin-bottom: 8rem;
}
.page-title h3 {
  display: flex;
  align-items: center;
  width: 41.2rem;
  height: 10rem;
  background-color: #FFF;
  border: 1px solid #0081BB;
  padding-left: 3rem;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
}
.page-body__copy {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 600;
}
.page-body__text {
  font-size: 1.8rem;
  line-height: 1.75;
}
.page-body__text p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .page-title h3 {
    width: 100%;
    padding-left: 3rem;
    font-size: 2.6rem;
  }
}
/* Page Headline
----------------------------------------------------------------------------------------------------*/
.business__headline {
  margin-bottom: 6.5rem;
}
.page-body__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.page-body__text {
  font-size: 2rem;
}
/* Page SubTitle
----------------------------------------------------------------------------------------------------*/
.page-subtitle {
  width: 100%;
  background-color: #0081BB;
  margin-bottom: 5rem;
}
.page-subtitle h4 {
  padding: 2rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-subtitle h4 {
    padding: 1rem;
    font-size: 2rem;
  }
}
/* business nav
----------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth !important;
}
.business-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 10rem;
}
.business-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0083c4;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  width: 30rem;
  height: 8rem;
  border-radius: 4px;
  position: relative;
}
.business-nav a::after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.business-nav a:hover {
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .business-nav {
    flex-direction: column;
  }
  .business-nav a {
    width: 100%;
  }
}
/* Page Body
----------------------------------------------------------------------------------------------------*/
.business__body {
  margin-bottom: 5rem;
}
.business__body__redbox {
  padding: 2rem;
  margin-top: 1rem;
  border: 1px solid #ED1C24;
  color: #ED1C24;
  font-size: 1.8rem;
  text-align: center;
}
/* business Box
----------------------------------------------------------------------------------------------------*/
.businessBox, .businessBox4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.businessBox p {
  font-size: 2rem;
  line-height: 1.75;
}
.businessBox .business__left, .businessBox .business__right {
  width: calc(100% / 2 - 15px);
  margin-bottom: 2rem;
}
.businessBox__item {
  display: flex;
  justify-content: space-between;
}
.businessBox__item figure {
  position: relative;
  width: 26.7rem;
  margin-bottom: 3rem;
}
.caption-before, .caption-after {
  color: #fff;
  background: #0081BB;
  padding: 2px 7px;
  font-size: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.caption-after {
  color: #FCEE21;
}
.business-works__title {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 6rem;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: 2.4rem;
  text-align: center;
}
.business__col4 {
  width: calc(100% / 4 - 15px);
}
.business__col4 img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .businessBox, .businessBox .business__left, .businessBox .business__right {
    width: 100%;
  }
  .businessBox__item figure {
    position: relative;
    width: 16.5rem;
    margin-bottom: 3rem;
  }
  .caption-before, .caption-after {
    font-size: 1.4rem;
  }
  .business__col4 {
    width: calc(100% / 2 - 15px);
  }
}
/* business List
----------------------------------------------------------------------------------------------------*/
ul.business__body__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.business__body__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 5 - 2.1rem);
  height: 17.4rem;
  margin-right: 2.6rem;
  margin-bottom: 2.6rem;
  background-color: #F1F7FF;
  border: 1px solid #B3B3B3;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.business__body__list li:nth-of-type(5), .business__body__list li:nth-of-type(10) {
  margin-right: 0;
}
.business__body__list li small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  ul.business__body__list {
    justify-content: space-between;
  }
  .business__body__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 2 - 1.3rem);
    height: 17.4rem;
    margin-right: 2.6rem;
    margin-bottom: 2.6rem;
    background-color: #F1F7FF;
    border: 1px solid #B3B3B3;
    font-size: 2rem;
    font-weight: 700;
  }
  .business__body__list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .business__body__list li:nth-of-type(5) {
    margin-right: 2.6rem;
  }
}
/* Dots List
----------------------------------------------------------------------------------------------------*/
.machine-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.machine-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.4rem;
}
.machine-name {
  white-space: nowrap;
}
.dots {
  flex: 1;
  border-bottom: 4px dotted black;
  margin: 0 8px;
  height: 1rem;
  line-height: 0.5rem;
}
.count {
  white-space: nowrap;
  display: inline-block;
  min-width: 3ch;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .machine-list li {
    font-size: 1.6rem;
  }
}
/*-----------------------------------------
昭和建設株式会社
-----------------------------------------*/
.main section {
  margin-bottom: 10rem;
}
.main section:last-of-type {
  margin-bottom: 0;
}
.page-body {
  margin-bottom: 5rem;
}
.business__body__list.industrial002 li {
  flex-direction: column;
  width: calc(100% / 3 - 2.1rem);
  margin-right: 2.1rem;
}
.business__body__list.rc001 li {
  flex-direction: column;
  width: calc(100% / 3 - 2.1rem);
  margin-right: 2.1rem;
}
@media screen and (max-width: 767px) {
  .business__body__list li {
    height: 10rem;
  }
  .business__body__list.industrial002 li {
    width: 100%;
  }
  .business__body__list.rc001 li {
    width: 100%;
  }
}
.business-nav a {
  background-color: #8fc42f;
}
.business-nav a:hover {
  background-color: #2b7f21;
}
.page-title {
  background-color: #8fc42f;
  margin-bottom: 5rem;
}
.page-title h3 {
  border: 1px solid #8fc42f;
}
.page-subtitle {
  background-color: #8fc42f;
}
.business__headline {
  margin-bottom: 4rem;
}