@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* company */
/* ============================================ */
.company-about {
  margin-top: 80px;
  padding-bottom: 140px;
}
@media all and (max-width: 896px) {
  .company-about {
    margin-top: 48px;
    padding-bottom: 80px;
  }
}
.company-about__list {
  margin-top: 40px;
  font-size: clamp(1.0625rem, 0.9896rem + 0.3109vw, 1.25rem);
}
.company-about__txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.company-about__item {
  display: flex;
  gap: 0 16px;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .company-about__item {
    flex-direction: column;
    margin-top: 0;
  }
}
.company-about__item:first-of-type {
  margin-top: 0;
}
.company-about__item dt {
  flex-shrink: 0;
  padding: 1.2em;
  width: 20%;
  font-weight: 700;
  background: #1D2088;
  border-radius: 16px 0;
  color: #fff;
}
@media all and (max-width: 896px) {
  .company-about__item dt {
    padding: 14px 20px;
    width: 100%;
    border-radius: 12px 0;
  }
}
.company-about__item dd {
  flex-grow: 1;
  padding: 1.2em;
  border-bottom: 1px solid #1D2088;
}
@media all and (max-width: 896px) {
  .company-about__item dd {
    padding: 20px;
    border-bottom: none;
  }
}
.company-about__txt {
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  letter-spacing: 0.1em;
}
.company-about__map {
  margin-top: 20px;
}
.company-about__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.company-history {
  padding: 64px 0 150px;
  background: #dcdeed;
}
@media all and (max-width: 896px) {
  .company-history {
    padding: 40px 0 80px;
  }
}
.company-history__wrapper {
  container-type: inline-size;
}
.company-history__container {
  margin-top: 48px;
}
.company-history__list {
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
}
.company-history__item {
  display: flex;
  gap: 16px 4.8cqw;
  padding-top: 48px;
  padding-left: 2em;
  position: relative;
}
@media all and (max-width: 896px) {
  .company-history__item {
    padding-top: 32px;
  }
}
@media all and (max-width: 480px) {
  .company-history__item {
    flex-direction: column;
  }
}
.company-history__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #1D2088;
  position: absolute;
  top: 0;
  left: calc(0.3em - 0.5px);
}
.company-history__item::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #1D2088;
  border-radius: 50%;
  position: absolute;
  top: calc(48px + 1em);
  left: 0;
}
@media all and (max-width: 896px) {
  .company-history__item::after {
    top: calc(32px + 1em);
  }
}
.company-history__item:first-of-type {
  padding-top: 0;
}
.company-history__item:first-of-type::before {
  height: calc(100% - 1em);
  top: 1em;
}
.company-history__item:first-of-type::after {
  top: 1em;
}
.company-history__item:last-of-type::before {
  height: calc(48px + 1em);
}
@media all and (max-width: 896px) {
  .company-history__item:last-of-type::before {
    height: calc(32px + 1em);
  }
}
.company-history__item dt {
  width: 4em;
  flex-shrink: 0;
  font-weight: 700;
  color: #1D2088;
  padding-top: 0.4em;
}
.company-history__item dd {
  flex-grow: 1;
}
.company-history__contents {
  padding: 0.6em 1em;
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 2px 20px 0px rgba(29, 32, 136, 0.15);
}
@media all and (max-width: 896px) {
  .company-history__contents {
    border-radius: 10px;
  }
}
.company-history__contents + .company-history__contents {
  margin-top: 20px;
}
.company-history__block {
  display: flex;
  gap: 3cqw;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
}
.company-history__month {
  flex-shrink: 0;
  width: 2.8em;
  color: #1D2088;
  font-weight: 500;
}
.company-history__txt {
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.1em;
}