@import url("global.css");
#bodyarea .block {
  max-width: 1300px;
  margin-inline: auto;
}
#bodyarea .inner {
  max-width: 800px;
  margin-inline: auto;
}
#bodyarea .introduction {
  background: url("../img/companybg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 900px;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
  align-content: center;
  padding: 80px 80px;
  margin-bottom: 100px;
}
#bodyarea .introduction .logomark {
  margin: 0 auto 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  line-height: 1;
}
#bodyarea .introduction .logomark span {
  display: block;
}
#bodyarea .introduction .logomark .mark {
  width: 82px;
}
#bodyarea .introduction .logomark .type {
  white-space: nowrap;
}
#bodyarea .introduction .logomark .type .text {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
  letter-spacing: .06em;
}
#bodyarea .introduction .logomark .type .logo {
  width: 310px;
  display: inline-block;
  vertical-align: bottom;
}
#bodyarea .sectitle {
  width: fit-content;
  margin-inline: auto;
  font-size: 15px;
  font-weight: 700;
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  border-bottom: #706D65 1px solid;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
#bodyarea .mission .catch {
  text-align: center;
  font-size: clamp(16px, 3vw, 25px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
#bodyarea .mission .text p + p {
  margin-top: 20px;
}
#bodyarea .overview table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  border-top: #c2c2c2 1px solid;
}
#bodyarea .overview table tr {
  border-bottom: #c2c2c2 1px solid;
}
#bodyarea .overview table th {
  padding: 20px 20px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  white-space: nowrap;
}
#bodyarea .overview table td {
  padding: 20px 10px;
}
#bodyarea .overview table td .br {
  padding-right: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea .introduction {
    padding: 80px 8vw;
    margin-bottom: 80px;
  }
  #bodyarea .introduction .logomark {
    scale: .8;
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .introduction {
    min-height: inherit;
    border-radius: 20px;
    padding: 60px 8vw 50px;
    margin-bottom: 50px;
  }
  #bodyarea .introduction .logomark {
    scale: 1;
    gap: 8px;
    margin-bottom: 30px;
  }
  #bodyarea .introduction .logomark .mark {
    width: 40px;
  }
  #bodyarea .introduction .logomark .type .text {
    font-size: 10px;
    margin-bottom: 6px;
    letter-spacing: .08em;
  }
  #bodyarea .introduction .logomark .type .logo {
    width: 150px;
  }
  #bodyarea .sectitle {
    font-size: 14px;
  }
  #bodyarea .mission .catch {
    margin-bottom: 20px;
  }
  #bodyarea .mission .text p + p {
    margin-top: 1em;
  }
  #bodyarea .overview table {
    margin-top: 30px;
    line-height: 1.5;
  }
  #bodyarea .overview table th {
    padding: 20px 15px;
  }
  #bodyarea .overview table td {
    padding: 20px 5px;
  }
  #bodyarea .overview table td .br {
    padding-right: 0;
    display: block;
  }
}

/*# sourceMappingURL=company.css.map */
