.archiveTtlArea {
  padding: 0 0 3.75em;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .archiveTtlArea {
    padding: 5.5455em 0 0;
    background: linear-gradient(180deg, #F0F0F0 80%, #fff 80%);
  }
}
@media screen and (min-width: 1440px) {
  .archiveTtlArea {
    background: linear-gradient(180deg, #F0F0F0 60%, #fff 60%);
  }
}
.archiveTtlArea__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .archiveTtlArea__inner {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.archiveTtlArea__txtWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .archiveTtlArea__txtWrap {
    width: 50%;
    display: block;
  }
}
.archiveTtlArea__ttl {
  width: 123.7623762376%;
  margin: 0 -11.8811881188% 1.875em;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.archiveTtlArea__ttl .jp {
  margin-top: -1.3636em;
  color: #CE1177;
  font-size: 137.5%;
  font-weight: 500;
  --ls: 0.05em;
  text-align: center;
  align-self: center;
  position: relative;
  z-index: 1;
  transform: translateX(-50px);
  transition: 1s;
  opacity: 0;
}
.archiveTtlArea__ttl .en {
  margin-left: -0.0714em;
  color: #fff;
  font-size: 437.5%;
  font-weight: 900;
  --ls: 0;
  line-height: 1.4286;
  transform: translateX(50px);
  transition: 1s;
  opacity: 0;
}
.archiveTtlArea__ttl.visibled .jp {
  transform: translateX(0);
  opacity: 1;
}
.archiveTtlArea__ttl.visibled .en {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .archiveTtlArea__ttl {
    width: 132%;
    padding-bottom: 1.5909em;
    margin-left: 9.6%;
    position: relative;
    align-items: flex-end;
  }
  .archiveTtlArea__ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CE1177;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right;
    transform: scaleX(0);
    animation: arc_ttl_line 1s 0.5s linear forwards;
  }
  .archiveTtlArea__ttl .jp {
    margin-top: -1.4286em;
    margin-left: 0.881em;
    font-size: 190.91%;
    align-self: flex-start;
  }
  .archiveTtlArea__ttl .en {
    margin-right: 0.9333em;
    font-size: 681.82%;
  }
  @keyframes arc_ttl_line {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
}
@media screen and (min-width: 1024px) {
  .archiveTtlArea__ttl {
    margin-left: 10.4%;
  }
}
.archiveTtlArea__img {
  width: 107%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .archiveTtlArea__img {
    width: 57%;
    max-width: 770px;
    margin: -1.1818em 0 0 -7%;
    align-self: flex-end;
  }
}

.secCompany {
  padding: 3.75em 0 2.5em;
}
@media screen and (min-width: 768px) {
  .secCompany {
    padding: 6.8182em 0 9.0909em;
  }
}
@media screen and (max-width: 767px) {
  .secCompany__inner {
    width: 100%;
  }
}
.secCompany__table {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.secCompany__table th, .secCompany__table td {
  padding-left: 14.4%;
  padding-right: 14.4%;
  display: block;
}
.secCompany__table th {
  padding-top: 2.6429em;
  padding-bottom: 0.5em;
  border-top: 1px solid #E6E6E6;
  font-size: 87.5%;
  --ls: 0.05em;
  line-height: 1.7857;
}
.secCompany__table td {
  padding-bottom: 2.5em;
  line-height: 1.5625;
}
.secCompany__table td.map {
  padding: 0 0 2.5em;
  margin-top: -0.625em;
}
.secCompany__table td .mapWrap {
  width: 100%;
  padding-top: min(66.6666%, 300px);
}
@media screen and (min-width: 768px) {
  .secCompany__table th, .secCompany__table td {
    display: table-cell;
  }
  .secCompany__table th {
    width: 15em;
    padding: 2.3333em 1.6667em 2.0833em;
    font-size: 109.09%;
    --ls: 0;
    line-height: 1.8333;
  }
  .secCompany__table td {
    padding: 2.1538em 1.1538em 1.9231em;
    border-top: 1px solid #E6E6E6;
    font-size: 118.18%;
    --ls: 0;
    line-height: 1.7308;
  }
  .secCompany__table td.map {
    padding: 0.3846em 0 2.3077em;
    margin-top: 0;
  }
  .secCompany__table td .mapWrap {
    width: 100%;
    padding-top: 30.8823%;
  }
  .secCompany__table td .mapWrap iframe {
    border: 0;
  }
}