@charset "UTF-8";
/* CSS Document */

.main-visual{
  position: relative;
}
.main-visual h2{
  position: absolute;
  top: 70px;
  left: 13%;
  z-index: 1;
}
.main-visual .pc{
  display: block;
  width: 1920px;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: calc(1920px / 2 * -1);
}
.main-visual .sp{
  display: none;
}

/*-------------------------------------------------------
  #company
-------------------------------------------------------*/
#company{
  /* width: 74%;
  padding: 40px 0 100px;
  margin: 0 auto; */
  padding-top: 100px;
}
.company-message {
  display: flex;
  gap: 50px;
}
.company-message-image {
  width: 294px;
  height: 340px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}
.company-message-name {
  margin-top: 25px;
  text-align: right;
}
.company-message-name .name {
  margin-left: 40px;
}
/* #company table{
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
}
#company th,
#company td{
  border-bottom: 1px solid #a0a0a0;
}
#company th{
  padding: 1.25rem 1.5rem 1.25rem 1rem;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
#company td{
  padding: 1.25rem 1rem 1.25rem 1.5rem;  
}
#company ol{
  list-style: decimal;
  padding-left: 1.25rem;
}
#company li{
  padding-left: 0.25rem;
}

#company .business-content li:not(:first-of-type){
  padding-top: 1rem;
}
#company .width50-parent{
  display: flex;
}
#company .width50{
  width: 48%;
  max-width: 300px;
}
#company .catalog{
  width: 60%;
  min-width: 280px;
  text-align: center;
  padding: 2rem;
  margin: 40px auto;
  background-color: #fff;
  box-shadow: 2px 4px 6px rgba(160, 160, 160, 0.6);
}
#company .catalog img{
  display: block;
  width: 70%;
  min-width: 200px;
  margin: 0 auto;
}
#company .catalog p{
  display: inline-block;
  margin-top: 1.25rem;
  position: relative;
}
#company .catalog p:before{
  width: 1rem;
  height: 1rem;
  content: '';
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  background-image: url("../img/icon_download.svg");
  background-repeat: no-repeat;
}
#company .parent-company-text{
  width: 80%;
  padding: 40px 5%;
  background-color: rgba(64, 64, 64, 0.2);
  margin: 60px auto 0;
}
#company .parent-company-text h4{
  padding-bottom: 1rem;
} */

/*-------------------------------------------------------
  #overview
-------------------------------------------------------*/
#overview {
  padding: 130px 0 180px;
}
.overview-row {
  display: flex;
}
.overview-row dt {
  font-size: 18px;
  color: #777;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  width: 185px;
  flex-shrink: 0;
}
.overview-row dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  margin-top: 2px;
  line-height: 28px;
}
.overview-row dd p {
  line-height: 28px;
}
.overview-row dd ol {
  list-style: number;
  line-height: 28px;
  margin-left: 20px;
}
/*-------------------------------------------------------
  1023px以下で適用する内容.
-------------------------------------------------------*/
@media screen and (max-width:1023px){
  #company {
    margin-top: 57px;
  }
  .main-visual{
    margin-top: 70px;
  }
}
  
/*-------------------------------------------------------
  767px以下で適用する内容.
-------------------------------------------------------*/
@media screen and (max-width:767px){
  #company {
    margin-top: 36px;
  }
  .main-visual h2 {
    top: 30px;
    left: 6%;
  }
  .main-visual .pc{
    display: none;
  }
  .main-visual .sp{
    display: block;
    width: 100%;
    position: relative;
  }
  
  #company{
    font-size: 0.875rem;
  }
  .company-message {
    display: block;
  }
  .company-message-image {
    margin: 30px auto 0;
    display: block;
  }
  #company table{
    width: 100%;
  }
  #company th,
  #company td{
    display: block;
    border-bottom: none;
  }
  #company th{
    text-align: left;
    background-color: rgba(64, 64, 64, 0.1);
    padding: 0.25rem 1rem;
  }
  #company td{
    padding: 1rem 1rem 1.25rem;
  }
  .overview-row {
    display: block;
  }
  .overview-row dt {
    font-size: 16px;
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 0;
    border-bottom: unset;
  }
}



