.main .location__item-btn a, .main .onestop__text .is-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

@-webkit-keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.main .message {
  padding: 1.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .message {
    padding: 1rem 0 0;
  }
}
.main .message:before, .main .message:after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  content: "";
}
.main .message:before {
  width: 0.8rem;
  top: 2.5rem;
  left: calc(50% + 6rem);
  background: radial-gradient(#E3E3E3 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
}
@media screen and (max-width: 750px) {
  .main .message:before {
    top: 1rem;
    left: auto;
    right: 0.4rem;
  }
}
.main .message:after {
  width: 0.8rem;
  top: 9.3rem;
  left: calc(50% + 7.2rem);
  background: radial-gradient(#D0002A 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
}
@media screen and (max-width: 750px) {
  .main .message:after {
    width: 0.7rem;
    top: 3rem;
    left: 0.2rem;
  }
}
.main .message .wrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .message .wrap {
    display: grid;
    grid-template-columns: 4rem auto;
    gap: 0 0.8rem;
  }
}
.main .message .wrap:before {
  width: 2.6rem;
  aspect-ratio: 1;
  position: absolute;
  left: calc(50% - 9.8rem);
  top: 3.5rem;
  background: #F6F9FB;
  display: block;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .message .wrap:before {
    top: 6rem;
    left: auto;
    right: 0.2rem;
    z-index: -1;
  }
}
.main .message .sectitle {
  grid-column: 1/3;
  text-align: center;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .message__image {
    width: 4.6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .message__text {
    margin-top: 0.7rem;
  }
}
.main .message__text-title {
  line-height: 1.6;
  font-weight: 700;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .message__text-title {
    font-size: 0.34rem;
  }
}
.main .message__text p {
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .main .message__text p {
    font-size: 0.16rem;
  }
}
.main .message__text p + p {
  margin-top: 0.3rem;
}
.main .message__update {
  text-align: right;
  margin-top: 0.3rem;
}
.main .message__president {
  text-align: right;
  margin-top: 0.1rem;
  line-height: 1.8;
}
.main .message__president-name {
  margin-top: 0.2rem;
}
.main .message__president-name img {
  width: auto;
  height: 0.3rem;
}
.main .onestop {
  background: #F6F9FB;
  margin-top: 1.5rem;
  padding: 0.8rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .onestop {
    margin-top: 1rem;
    padding: 0.5rem 0 0.8rem;
  }
}
.main .onestop:before, .main .onestop:after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
}
.main .onestop:before {
  width: 7rem;
  right: calc(50% - 11rem);
  top: -4rem;
  background: #F6F9FB;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .main .onestop:before {
    width: 4rem;
    right: -2rem;
    top: -2.5rem;
  }
}
.main .onestop:after {
  width: 3rem;
  left: calc(50% - 9rem);
  bottom: -1.5rem;
  border: 2px solid #CDCDCD;
}
@media screen and (max-width: 750px) {
  .main .onestop:after {
    width: 3rem;
    left: -1.5rem;
    bottom: -2rem;
  }
}
.main .onestop .wrap:before {
  width: 0.8rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 3rem;
  left: calc(50% - 7rem);
  background: radial-gradient(#D0002A 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .onestop .wrap:before {
    width: 0.7rem;
    top: 2rem;
    left: 0.5rem;
  }
}
.main .onestop .wrap:after {
  width: 0.4rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  left: calc(50% - 9rem);
  top: 8rem;
  border: 2px solid #D0002A;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .onestop .wrap:after {
    width: 0.3rem;
    top: 2.8rem;
    left: 0.1rem;
  }
}
@media screen and (min-width: 751px) {
  .main .onestop__image {
    width: 9.6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .onestop__image {
    margin: 0 -0.6rem;
  }
}
.main .onestop__text {
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 0.34rem;
}
.main .onestop__text:before {
  width: 1.3rem;
  aspect-ratio: 133/40;
  display: block;
  margin: -0.4rem auto 0.5rem;
  background: linear-gradient(180deg, rgba(208, 0, 42, 0) 0%, #D0002A 102.46%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media screen and (max-width: 750px) {
  .main .onestop__text:before {
    margin-top: -0.2rem;
  }
}
.main .onestop__text .is-color {
  color: #D0002A;
}
.main .onestop__text .is-large {
  font-size: 122%;
}
.main .onestop__text .is-en {
  font-weight: 700;
  position: relative;
  font-size: 0.48rem;
  bottom: -0.03rem;
  margin-right: 0.03rem;
}
.main .outline {
  padding: 1.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .outline {
    padding: 1rem 0 0;
  }
}
.main .outline:before {
  width: 1.8rem;
  aspect-ratio: 180/120;
  display: block;
  position: absolute;
  right: calc(50% - 7.5rem);
  bottom: 0;
  background: url(../../imgs/company-overview/img_outline01.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .outline:before {
    right: 0.2rem;
    bottom: -1rem;
  }
}
.main .outline .sectitle {
  text-align: center;
}
.main .outline__table {
  width: 9.6rem;
  margin: 0.7rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .outline__table {
    width: 100%;
  }
}
.main .outline__table th,
.main .outline__table td {
  line-height: 2;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 0.3rem 0;
  letter-spacing: 0.05em;
}
.main .outline__table th {
  font-weight: 700;
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  .main .outline__table th {
    width: 2rem;
  }
}
.main .outline__table td {
  width: calc(100% - 2.4rem);
}
@media screen and (max-width: 750px) {
  .main .outline__table td {
    width: calc(100% - 2rem);
  }
}
.main .history {
  background: #F6F9FB;
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .main .history {
    margin-top: 1rem;
    padding: 1rem 0;
  }
}
.main .history:before {
  width: 2.6rem;
  aspect-ratio: 1;
  position: absolute;
  left: calc(50% - 9.8rem);
  top: 3.5rem;
  background: #F6F9FB;
  display: block;
  border-radius: 50%;
  mix-blend-mode: multiply;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .history:before {
    width: 4rem;
    top: 9rem;
    left: -1.5rem;
    z-index: -1;
  }
}
.main .history:after {
  width: 0.8rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 2.2rem;
  left: calc(50% + 6.5rem);
  background: radial-gradient(#E3E3E3 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .history:after {
    top: 0.6rem;
    left: auto;
    right: 0.4rem;
  }
}
.main .history .sectitle {
  text-align: center;
}
.main .history__item {
  background: #FFF;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 3.5rem auto;
  gap: 0 0.5rem;
}
.main .history__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .history__item {
    display: block;
  }
}
.main .history__item--end {
  background: #D0002A;
  color: #FFF;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1rem;
  margin-top: 0.7rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .history__item--end {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.15rem;
  }
}
.main .history__item--end:before {
  width: 1.3rem;
  aspect-ratio: 133/40;
  display: block;
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(208, 0, 42, 0) 0%, #D0002A 102.46%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media screen and (max-width: 750px) {
  .main .history__item--end:before {
    top: -0.6rem;
  }
}
.main .history__title {
  text-align: center;
  color: #D0002A;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.26rem;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .history__title {
    font-size: 0.32rem;
  }
}
.main .history__title .is-small {
  font-size: 85%;
}
.main .history__title-icon {
  width: 0.9rem;
  border: 0.06rem solid #D0002A;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto 0.2rem;
}
.main .history__timeline {
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .history__timeline {
    margin-top: 0.5rem;
  }
}
.main .history__timeline-line {
  padding-bottom: 0.3rem;
  align-items: baseline;
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .history__timeline-line {
    display: grid;
    grid-template-columns: 1.4rem auto;
    gap: 0 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .main .history__timeline-line {
    padding-bottom: 0.5rem;
  }
}
.main .history__timeline-line:before {
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: -1px;
  background: rgba(208, 0, 42, 0.3);
  content: "";
}
.main .history__timeline-line:last-child {
  padding: 0;
}
.main .history__timeline-line:last-child:before {
  display: none;
}
.main .history__timeline-date {
  color: #D0002A;
  letter-spacing: 0.01em;
  padding-left: 0.3rem;
  position: relative;
  line-height: 1;
}
.main .history__timeline-date:before {
  width: 0.1rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.05rem;
  left: 0;
  transform: translateX(-50%);
  background: #D0002A;
  border-radius: 50%;
  content: "";
}
.main .history__timeline-text {
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .history__timeline-text {
    padding-left: 0.3rem;
    margin-top: 0.1rem;
    letter-spacing: 0.1em;
  }
}
.main .history__timeline-text--end {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .main .history__timeline-text--end {
    font-size: 0.24rem;
  }
}
.main .history__timeline-text--end .is-large {
  font-size: 115%;
}
.main .location {
  background: linear-gradient(#F6F9FB 1px, transparent 1px), linear-gradient(90deg, #F6F9FB 1px, transparent 1px);
  background-size: 0.4rem 0.4rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .location {
    padding: 1rem 0 0.6rem;
  }
}
.main .location .sectitle {
  text-align: center;
}
.main .location__item {
  box-shadow: 0 0 0.3rem #F6F9FB;
  padding: 0.3rem;
  background: #FFF;
  border-radius: 0.1rem;
  display: grid;
  align-items: center;
  gap: 0.2rem;
  grid-template-columns: 1.8rem auto 1.5rem;
}
.main .location__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  width: 9.6rem;
  margin: 0.7rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .location__items {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .main .location__item {
    grid-template-columns: auto 1.9rem;
  }
}
.main .location__item-area {
  font-weight: 700;
  color: #D0002A;
  line-height: 1.6;
  font-size: 0.22rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .location__item-area {
    font-size: 0.28rem;
    text-align: left;
    grid-column: 1/3;
  }
}
.main .location__item-address {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .location__item-address {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 750px) {
  .main .location__item-btn {
    grid-column: 2/3;
  }
}
.main .location__item-btn a {
  border: 1px solid #D0002A;
  color: #D0002A;
  display: block;
  border-radius: 3rem;
  height: 0.5rem;
  place-content: center;
  text-align: center;
  font-size: 0.16rem;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main .location__item-btn a {
    height: 0.7rem;
    font-size: 0.22rem;
  }
}
.main .location__item-btn a:after {
  width: 0.15rem;
  aspect-ratio: 1/1.2;
  display: inline-block;
  margin: 0 0 -0.02rem 0.05rem;
  background: url(../../imgs/common/ico-map01.svg) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .location__item-btn a:after {
    width: 0.2rem;
    margin-bottom: -0.03rem;
  }
}/*# sourceMappingURL=unique.css.map */