/*--------------------
greetings
--------------------*/
#greetings .inner {
  max-width: 1920px;
  padding-bottom: 120px;
}
#greetings .content {
  display: flex;
  justify-content: center;
  position: relative;
}
#greetings .left {
  position: absolute;
  width: 73.125%;
  z-index: 1;
  top: 20px;
  left: 3.5416%;
}
#greetings .right {
  box-sizing: border-box;
  width: 56.25%;
  background-color: rgba(var(--darkBlue-rgb), 0.3);
  padding: 48px;
  margin-top: 125px;
  margin-top: 8%;
}
#greetings .right .name {
  text-align: right;
}
#greetings .d-sp {
  display: none;
}
@media screen and (min-width: 1440px) {
  #greetings .left {
    width: 73.125%;
  }
}
@media screen and (max-width: 900px) {
  #greetings .left {
    margin-left: auto;
    margin-right: auto;
  }
  #greetings .right {
    width: 87.2%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  #greetings .inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #greetings .left {
    width: 249px;
    top: 75px;
    left: 6.4%;
  }
  #greetings .right {
    margin-top: 244px;
    padding: 120px 20px 32px;
  }
  #greetings .d-pc {
    display: none;
  }
  #greetings .d-sp {
    display: block;
  }
}



/*--------------------
about-company
--------------------*/
#about-company .d-sp {
  display: none;
}
#about-company .inner {
  padding-bottom: 198px;
}
#about-company table {
  margin-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
}
#about-company th,
#about-company td {
  line-height: 1.6;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #fff;
}
#about-company tr:first-child th,
#about-company tr:first-child td {
  padding-top: 0;
}
#about-company th {
  width: 152px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
#about-company td li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  #about-company .d-pc {
    display: none;
  }
  #about-company .d-sp {
    display: block;
  }
  #about-company .inner {
    padding-bottom: 0;
  }
  #about-company .h2-wrapper h2::before {
    display: none;
  }
  #about-company .h2-wrapper .before {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    font-family: "Federo", sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
  }
  #about-company table {
    width: 87.2%;
    margin-top: 48.5px;
  }
  #about-company tr,
  #about-company td {
    display: block;
  }
  #about-company th {
    font-weight: 600;
    border-bottom: none;
    padding-top: 32px;
    padding-bottom: 20px;
  }
  #about-company tr:first-child th {
    padding-top: 0;
  }
  #about-company td {
    padding-top: 0;
    padding-bottom: 32px;
  }
  #about-company td li:not(:first-child) {
    margin-top: 16px;
  }
}



/*--------------------
history
--------------------*/
#history .inner {
  padding-bottom: 46px;
}
#history .timeline {
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 59px;
}
#history .timeline ul {
  display: flex;
}
#history .timeline .date {
  position: relative;
  font-family: "Federo", sans-serif;
  width: 109px;
  font-size: 2.625rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: right;
  border-right: 1px solid var(--darkBlue);
  padding-right: 15px;
  padding-bottom: 58px;
  flex-shrink: 0;
}
#history .timeline .date::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--darkBlue);
  left: calc(100% - 4px);
  top: 22.797px;
}
#history .timeline .content {
  margin-left: 22px;
  padding-top: 8px;
  padding-bottom: 58px;
}
#history .timeline .last .date,
#history .timeline .last .content {
  padding-bottom: 10px;
}
#history .timeline .description {
  padding-top: 94px;
  padding-left: 13px;
} 
#history .year {
  font-family: "Federo", sans-serif;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #history .inner {
    padding-bottom: 0;
  }
  #history .timeline {
    width: 82.93333%;
    margin-top: 48px;
  }
  #history .timeline ul {
    display: block;
    padding-left: 15px;
    padding-bottom: 53.5px;
    margin-left: 3.7333%;
    border-left: 1px solid var(--darkBlue);
  }
  #history .timeline ul:last-child {
    padding-bottom: 0;
  }
  #history .timeline .date {
    text-align: left;
    border-right: none;
    padding-bottom: 0;
    margin-bottom: 18px;
  }
  #history .timeline .date::after {
    left: -20px;
  }
  #history .timeline ul:last-child .date {
    margin-bottom: 0;
  }
  #history .timeline .content {
    margin-left: 0;
    padding-left: 5px;
    padding-bottom: 0;
  }
  #history .timeline .content p:not(:first-child) {
    padding-top: 22px;
  }
}



/*--------------------
equipment
--------------------*/
#equipment .inner {
  margin-bottom: 180.5px;
}
#equipment table {
  max-width: 746px;
  width: 87.2%;
  margin-top: 64.5px;
}
#equipment th,
#equipment td {
  line-height: 2;
  letter-spacing: 0.08em;
  border-bottom: 1px dashed #fff;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
#equipment th {
  width: 82%;
  text-align: left;
  padding-left: 2.5469%;
}
#equipment td {
  width: calc(38px + 10%);
  text-align: center;
  padding-right: 9.3833%;
}
#equipment tr:first-child th,
#equipment tr:first-child td {
  font-size: 1.125rem;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  #equipment .inner {
    margin-bottom: 143.5px;
  }
  #equipment table {
    margin-top: 32px;
  }
  #equipment th,
  #equipment td {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
  }
  #equipment th {
    padding-left: 4px;
  }
  #equipment td {
    padding-right: 10px;
    text-align: right;
  }
}