@charset "UTF-8";

/* ========================================
  greeting
======================================== */
#greeting {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#greeting .inr {
  align-items: center;
  gap: 32px;
}
#greeting .txt {
  width: calc(60% - 16px);
  color: var(--color-white);
  padding-bottom: 140px;
}

#greeting .txt.bg-left-full::before {
  background-color: var(--color-blue-1);
  right: -120px;
  width: calc(100vw + 120px);
}

#greeting .txt .ttl {
  font-family: var(--ft-shippori);
  font-size: var(--fs-34);
  letter-spacing: 0.15em;
}

#greeting .txt .body p {
  font-size: var(--fs-18);
  letter-spacing: 0.04em;
  line-height: 2;
}

#greeting .img {
  width: calc(40% - 16px);
  text-align: right;
}

#greeting .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 433 / 520;
  max-width: 433px;
  border-radius: 15px;
}

#greeting .img .caption {
  text-align: right;
}

#greeting .img .caption p {
  font-size: var(--fs-17);
}

#greeting .img .caption .name {
  font-size: var(--fs-19);
}
@media screen and (max-width: 960px) {
  #greeting .inr {
    flex-direction: column;
    gap: 0;
  }
  #greeting .txt.bg-left-full::before {
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 40px);
  }
  #greeting .txt {
    width: 100%;
    padding-bottom: 40px;
  }
  #greeting .img {
    width: fit-content;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #greeting .img {
    text-align: center;
    width: 80%;
  }
  #greeting .img img {
    border-radius: 10px;
  }
  #greeting .img .caption {
    margin-right: 0;
    margin-left: auto;
  }
}

/* ========================================
  vision
======================================== */
#vision {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#vision .bg-img {
  position: absolute;
  background-image: url(../../img/page/company/vision-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 200px);
  height: 100%;
  z-index: -1;
}

#vision .cards {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

#vision .card {
  gap: 32px;
  align-items: center;
}

#vision .card-img {
  position: relative;
}

#vision .card-img .num {
  position: absolute;
  top: 0;
  left: 4px;
  transform: translateY(-50%);
  color: var(--color-text-3);
  font-family: var(--ft-roboto);
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.05em;
}
#vision .card-img img {
  width: 100%;
  max-width: 462px;
  height: 100%;
  object-fit: contain;
  border: 10px solid var(--color-white);
  border-radius: 30px 0 30px 0;
}
#vision .card-img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
  font-size: var(--fs-24);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--color-white);
  text-align: center;
}

#vision .card-txt {
  flex: 1;
}
#vision .card-txt p {
  font-size: var(--fs-20);
  letter-spacing: 0.04em;
  line-height: 2.5;
}

#vision .card-txt .txt-strong {
  color: var(--color-cyan);
  font-size: var(--fs-40);
  font-weight: 600;
  line-height: 1;
}

#vision .card-txt .txt-highlight {
  color: var(--color-blue-2);
  border-bottom: 1px solid var(--color-cyan);
  font-weight: 600;
  padding-bottom: 4px;
}

@media screen and (max-width: 960px) {
  #vision .card {
    flex-direction: column;
  }

  #vision .card:nth-child(even) {
    flex-direction: column-reverse;
  }
}
/* ========================================
  overview
======================================== */
#overview .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 22px;
  border: 1px solid var(--color-cyan);
  padding: 40px 80px;
}
#overview .table th,
#overview .table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
#overview .table th {
  line-height: 1.2;
  width: 175px;
  background-color: var(--color-blue-7);
}
#overview .table th span {
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3em;
}
#overview .table td {
  font-size: var(--fs-20);
  letter-spacing: 0.04em;
  line-height: 2.5;
  border-bottom: 0.75px solid var(--color-blue-8);
}
#overview .table td p {
  padding-left: 1rem;
}
#overview .table td.list-td ol::first-child {
  width: calc(40% - 1rem);
}
#overview .table td.list-td ol::last-child {
  width: calc(60% - 1rem);
}
#overview .table td ol {
  padding-left: 1rem;
  font-size: var(--fs-16);
}

#overview .table .solid td {
  border-top: 1px solid var(--color-cyan);
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
#overview .table02-ttl {
  padding-bottom: 16px;
}

#overview .table02-ttl .contents-ttl-solid {
  font-size: var(--fs-24);
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* table02 */
#overview .table02-inr {
  gap: 40px;
  border: 1px solid var(--color-cyan);
  padding: 40px 80px;
}
#overview .table02-inr .table02 {
  width: calc(50% - 20px);
  border: none;
}
#overview .table02-inr .table02.left {
  padding: 0;
}
#overview .table02-inr .table02.right {
  border: 0.75px solid var(--color-blue-8);
  padding: 10px 10px 0 10px;
  height: min-content;
}

#overview .table02-inr .table02.right th,
#overview .table02-inr .table02.right td {
  display: block;
  width: 100%;
}

#overview .table02-inr .table02.right td {
  border-bottom: none;
}
#overview .table02-inr .table02.right td ul li {
  font-size: var(--fs-16);
}
#overview .table02-inr .table02.right td ul li::before {
  content: "・";
}

@media screen and (max-width: 960px) {
  #overview .table {
    width: 100%;
    border-spacing: 0;
    padding: 40px;
  }
  #overview .table th,
  #overview .table td {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #overview .table th span {
    text-align: left;
    padding-left: 1em;
  }
  #overview .table td {
    border-bottom: 0;
  }
  #overview .table02-inr {
    padding: 40px;
    flex-direction: column;
    gap: 24px;
  }
  #overview .table02-inr .table02 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #overview .table,
  #overview .table02-inr {
    padding: 16px;
  }
}

/* ========================================
  history
======================================== */
#history .inr {
  align-items: center;
}

#history .inr .ttl-wrap {
  width: 40%;
}
#history .inr .his-body {
  width: 60%;
}
#history .sec-ttl-line-en,
#history .sec-ttl-line-ja {
  color: var(--color-white);
}
#history .sec-ttl-line-en::after {
  background-color: var(--color-white);
}
#history .his-body {
  gap: 100px;
}
#history .his-body ol li {
  display: flex;
  gap: 48px;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 順次表示アニメーション完了時のスタイル */
#history .his-body ol li.sequential-active {
  opacity: 1;
  transform: translateY(0);
}

#history .his-body ol li .year {
  position: relative;
  font-family: var(--ft-roboto);
  font-size: var(--fs-36);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-bottom: 40px;
}
#history .his-body ol li .year::before {
  content: "";
  position: absolute;
  left: calc(100% + 24px);
  transform: translateX(-50%);
  top: 30px;
  width: 1px;
  height: 100%;
  background-color: var(--color-blue-6);
}

#history .his-body ol li:last-child .year::before {
  height: 50%;
}

#history .his-body ol li .year::after {
  content: "";
  position: absolute;
  left: calc(100% + 24px - 7.5px);
  top: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--color-blue-6);
  border-radius: 50%;
  border: 2px solid var(--color-blue-1);
}
#history .his-body ol li .content {
  display: flex;
  gap: 24px;
  font-size: var(--fs-20);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
}

#history .his-body ol li .content .txt {
  text-align: justify;
}

@media screen and (max-width: 1100px) {
  #history .inr .ttl-wrap {
    width: 30%;
  }
  #history .inr .his-body {
    width: 70%;
  }
}

@media screen and (max-width: 960px) {
  #history .inr {
    flex-direction: column;
  }
  #history .inr .ttl-wrap,
  #history .inr .his-body {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #history .his-body ol li {
    position: relative;
    flex-direction: column;
    gap: 0;
    padding-bottom: 16px;
    padding-left: 30px;
  }
  #history .his-body ol li:last-of-type {
    padding-bottom: 0;
  }
  #history .his-body ol li::before {
    content: "";
    position: absolute;
    left: 7.5px;
    transform: translateX(-50%);
    top: 15px;
    width: 1px;
    height: 100%;
    background-color: var(--color-blue-6);
  }

  #history .his-body ol li:last-of-type::before {
    height: 80%;
  }

  #history .his-body ol li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: var(--color-blue-6);
    border-radius: 50%;
    border: 2px solid var(--color-blue-1);
  }
  #history .his-body ol li .year::before,
  #history .his-body ol li .year::after {
    display: none;
  }
  #history .his-body ol li .year {
    padding-bottom: 0;
  }
  #history .his-body ol li .content {
    gap: 16px;
  }
  #history .his-body ol li .content .txt {
    flex: 1;
  }
}

/* ========================================
  statistics
======================================== */
#statistics .desc-txt {
  font-size: var(--fs-18);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 2;
}
#statistics .stat-content {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

#statistics .stat-content .stat-item {
  position: relative;
  background-color: var(--color-white);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 56px 72px;
}

#statistics .stat-content .stat-item::before,
#statistics .stat-content .stat-item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--color-cyan);
}
#statistics .stat-content .stat-item::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#statistics .stat-content .stat-item::after {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

#statistics .stat-content .stat-item:nth-of-type(even)::before,
#statistics .stat-content .stat-item:nth-of-type(even)::after {
  background-color: var(--color-blue-1);
}

#statistics .stat-content .stat-item .contents-ttl-arrow {
  font-size: var(--fs-24);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--color-cyan);
}

#statistics .stat-content .stat-item .body {
  padding-top: 56px;
  font-weight: 600;
}
#statistics .stat-content .stat-item .body-inr li {
  border-bottom: 1px solid var(--color-gray-7);
  padding-left: 16px;
  padding-right: 16px;
}

#statistics .stat-content .stat-item .body-inr .name {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

#statistics .stat-content .stat-item:nth-of-type(2) .body-inr .name,
#statistics .stat-content .stat-item:nth-of-type(3) .body-inr .name,
#statistics .stat-content .stat-item:nth-of-type(4) .body-inr .name {
  text-indent: -1em;
  padding-left: 1em;
}

#statistics .stat-content .stat-item .body-inr .num {
  color: var(--color-cyan);
}

#statistics .stat-content .stat-item .note {
  text-align: right;
  font-weight: 600;
  font-size: var(--fs-14);
  padding-top: 16px;
}
#statistics .stat-content .stat-item.item2 .body-inr,
#statistics .stat-content .stat-item.item3 .body-inr {
  gap: 32px;
}

#statistics .stat-content .stat-item.item2 .body-inr ul {
  width: calc(50% - 16px);
}

#statistics .stat-content .stat-item.num-has .body-inr ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#statistics .stat-content .stat-item.item3 .body-inr ul {
  width: calc(33.33% - 32px);
}
#statistics
  .stat-item.item2.item2-2
  .body
  > .sub-ttl:first-of-type
  + .body-inr {
  padding-bottom: 40px;
}
#statistics .stat-content .stat-item.item2.item2-2 .sub-ttl {
  position: relative;
}
#statistics .stat-content .stat-item.item2.item2-2 .sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: calc(100% + 40px);
  height: 1px;
  background-color: var(--color-blue-1);
}
#statistics .stat-content .stat-item.item2.item2-2 .sub-ttl h4 {
  position: relative;
  font-size: var(--fs-18);
  color: var(--color-white);
  letter-spacing: 0.1em;
  background-color: var(--color-blue-1);
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #statistics .stat-content .stat-item {
    padding: 32px 40px;
  }
  #statistics .stat-content .stat-item .body {
    padding-top: 32px;
  }
  #statistics .stat-content .stat-item.item2 .body-inr,
  #statistics .stat-content .stat-item.item3 .body-inr {
    gap: 0;
    flex-direction: column;
  }

  #statistics .stat-content .stat-item.item2 .body-inr ul,
  #statistics .stat-content .stat-item.item3 .body-inr ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #statistics .stat-content .stat-item {
    padding: 24px 16px;
  }
  #statistics .stat-content .stat-item .body-inr li {
    padding: 0 4px;
  }
  #statistics .stat-content .stat-item .body-inr .name {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #statistics .stat-content .stat-item.num-has:nth-of-type(2) .body-inr ul li {
    flex-direction: column-reverse;
    gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #statistics
    .stat-content
    .stat-item.num-has:nth-of-type(2)
    .body-inr
    ul
    li
    .name {
    padding-top: 0;
    padding-bottom: 0;
  }
  #statistics .stat-content .stat-item.item2.item2-2 .sub-ttl h4 {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 600px) {
  #statistics .stat-content .stat-item.item2.item2-2 .sub-ttl::before {
    width: 100%;
    left: 0;
  }
}
/* ========================================
  access
======================================== */
#access {
  overflow: hidden;
}
#access .inr {
  gap: 120px;
  align-items: stretch;
  flex-wrap: nowrap;
}
#access .access-txt {
  flex-shrink: 0;
}
#access .access-txt,
#access .access-map {
  width: calc(50% - 60px);
}
#access .body .item {
  color: var(--color-white);
  font-weight: 600;
}
#access .body .item .item-ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-18);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
#access .body .item .item-ttl img {
  width: auto;
  height: 32px;
}
#access .body .item .item-txt p {
  line-height: 2;
  font-size: var(--fs-14);
  letter-spacing: 0.04em;
}
#access .body .item .item-txt .emp {
  color: var(--color-blue-1);
  text-align: center;
  font-size: var(--fs-15);
  font-weight: 600;
  background-color: var(--color-white);
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#access .access-map {
  flex: 1 1 auto;
  display: flex;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
#access .access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1100px) {
  #access .inr {
    gap: 64px;
  }
  #access .access-txt,
  #access .access-map {
    width: calc(50% - 32px);
  }
}

@media screen and (max-width: 960px) {
  #access {
    padding-bottom: 0;
  }
  #access .inr {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #access .access-txt,
  #access .access-map {
    width: 100%;
  }
  #access .access-txt {
    padding-bottom: 0;
  }
  #access .body .item .item-txt .emp {
    width: fit-content;
    padding: 12px 40px;
  }
  #access .access-map {
    height: 400px;
    width: 100vw;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #access .access-map {
    height: 320px;
  }
}
