@charset "UTF-8";
/**
 * Variables
 */
/*
運営会社ページ
*/
/*===== vision =====*/
.vision {
  position: relative;
  padding: 170px 0 80px;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  /* ウォーターマーク */
}
@media (max-width: 768px) {
  .vision {
    padding: 60px 0;
  }
}
.vision__inner {
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.vision__content {
  max-width: 640px;
  position: relative;
  z-index: 2;
}
.vision__title {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  line-height: 1.05;
  color: #212028;
}
@media (max-width: 768px) {
  .vision__title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.vision__body p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 24px;
}
.vision::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
  height: 240px;
  pointer-events: none;
  z-index: 0;
  background-image: url("../images/company/vision_watermark.svg");
  background-repeat: no-repeat;
}
.vision::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  background-image: url("../images/company/vision_bg.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1024px) {
  .vision::after {
    width: 100%;
  }
}
.vision .marker-disc li::before {
  background: #595757;
}

/*===== profile =====*/
.profile {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .profile {
    padding: 60px 0 40px;
  }
}

/* Company overview table */
.company-overview__table {
  display: block;
  width: 95%;
}
.company-overview__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 2px solid #EBEBEB;
}
@media (max-width: 576px) {
  .company-overview__row {
    grid-template-columns: 70px 1fr;
    gap: 30px;
  }
}
.company-overview__row:last-child {
  border-bottom: none;
}
.company-overview__term {
  font-weight: 700;
  color: #595757;
}
.company-overview__desc {
  color: #333;
  line-height: 1.9;
}
.company-overview__desc p {
  margin-top: 20px;
}
.company-overview__desc p:first-of-type {
  margin-top: 0;
}

/*===== access =====*/
.access {
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .access {
    padding: 40px 0;
  }
}

.company-access__inner {
  display: flex;
  gap: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .company-access__inner {
    flex-direction: column;
    gap: 0;
  }
}
.company-access__info {
  flex: 1;
}
.company-access__section {
  margin-bottom: 40px;
}
.company-access__section p {
  line-height: 1.8;
}
.company-access__heading {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 14px;
  border-bottom: 2px solid #EBEBEB;
  line-height: 2.2;
}
.company-access__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #FF9300;
  border-radius: 50%;
}
.company-access__map {
  width: 50%;
}
@media (max-width: 768px) {
  .company-access__map {
    width: 100%;
  }
}
.company-access__iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

/*===== history-greeting =====*/
.history-greeting {
  background-color: rgba(225, 147, 0, 0.1490196078);
  padding-top: 120px;
}
@media (max-width: 768px) {
  .history-greeting {
    padding-top: 60px;
  }
}
.history-greeting .l-inner {
  position: relative;
  z-index: 2;
}
.history-greeting__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 90px;
  align-items: start;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .history-greeting__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.history-greeting .hg-left {
  position: relative;
  width: 100%;
}
.history-greeting .hg-card {
  background: #FF9300;
  color: #fff;
  padding: 42px;
}
@media (max-width: 576px) {
  .history-greeting .hg-card {
    padding: 30px 20px;
  }
}
.history-greeting .hg-card__figure {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
}
.history-greeting .hg-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.history-greeting .hg-card__label {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.history-greeting .hg-card__text {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 48px;
  color: #fff;
}
.history-greeting .hg-card__meta {
  margin-bottom: 25px;
}
.history-greeting .hg-card__meta h4 {
  font-size: 1rem;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.history-greeting .hg-card__meta ul {
  margin: 10px 0;
}
.history-greeting .hg-card__meta .marker-disc li::before {
  background: #fff;
}
.history-greeting .hg-card__meta p {
  margin-bottom: 0.5rem;
}
.history-greeting .hg-card__sns {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 20px;
}
.history-greeting .hg-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.history-greeting .hg-right .hg-timeline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
  height: 100%;
}
.history-greeting .hg-right .hg-timeline__grid {
  position: relative;
  height: 100%;
}
.history-greeting .hg-right .hg-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.history-greeting .hg-right .hg-timeline__list > li {
  display: grid;
  grid-template-columns: 35% 32px 1fr;
  gap: 42px;
  align-items: start;
  padding: 8px 0;
}
@media (max-width: 576px) {
  .history-greeting .hg-right .hg-timeline__list > li {
    grid-template-columns: 32% 32px 1fr;
    gap: 10px;
  }
}
.history-greeting .hg-right .hg-timeline__year {
  grid-column: 1/2;
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
}
@media (max-width: 576px) {
  .history-greeting .hg-right .hg-timeline__year {
    flex-direction: column;
    gap: 0;
  }
}
.history-greeting .hg-right .hg-timeline__year-number {
  font-size: 2rem;
  font-weight: 900;
  color: #FF9300;
  line-height: 1;
}
.history-greeting .hg-right .hg-timeline__year-sub {
  font-size: 1rem;
  color: #595757;
  margin-top: 6px;
}
.history-greeting .hg-right .hg-timeline__marker {
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-greeting .hg-right .hg-timeline__dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #FF9300;
  border-radius: 50%;
  margin-top: 14px;
}
.history-greeting .hg-right .hg-timeline__content {
  grid-column: 3/4;
}
.history-greeting .hg-right .hg-timeline__content::before {
  content: "";
  position: absolute;
  left: calc(35% + 57px);
  top: 24px;
  bottom: 54px;
  width: 2px;
  background: #FF9300;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .history-greeting .hg-right .hg-timeline__content::before {
    left: calc(32% + 25px);
    bottom: 85px;
  }
}
.history-greeting .hg-right .hg-timeline__content p {
  color: #595757;
  line-height: 2rem;
  margin-top: 6px;
  min-height: 64px;
}
.history-greeting .hg-right .hg-timeline__image img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=company.css.map */