@charset "UTF-8";
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.page-company-2025 {
  background: #ffffff;
  overflow-x: hidden;
}
.page-company-2025 .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .page-company-2025 .container {
    padding: 0 20px;
  }
}

.section-label {
  display: inline-block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #c8a45c;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}
.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #c8a45c;
}
.section-label--light {
  color: rgba(255, 255, 255, 0.7);
}
.section-label--light::before {
  background: rgba(255, 255, 255, 0.5);
}

.section-title-lg {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-hero {
  position: relative;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page-hero {
    min-height: 60vh;
    padding-bottom: 44px;
  }
}
.page-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.page-hero .page-hero-overlay--company {
  background: -webkit-linear-gradient(315deg, rgba(8, 37, 85, 0.95) 0%, rgba(14, 52, 114, 0.85) 100%);
  background: linear-gradient(135deg, rgba(8, 37, 85, 0.95) 0%, rgba(14, 52, 114, 0.85) 100%);
}
.page-hero .page-hero-content {
  position: relative;
  z-index: 1;
}
.page-hero .page-hero-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease 0.2s forwards;
          animation: fadeInUp 0.6s ease 0.2s forwards;
}
.page-hero .page-hero-label .label-en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c8a45c;
}
.page-hero .page-hero-label .label-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.page-hero .page-hero-title {
  margin: 0 0 24px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease 0.4s forwards;
          animation: fadeInUp 0.6s ease 0.4s forwards;
}
.page-hero .page-hero-title .title-en {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .page-hero .page-hero-title .title-en {
    font-size: clamp(32px, 12vw, 56px);
    margin-bottom: -10px;
  }
}
.page-hero .page-hero-title .title-jp {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page-hero .page-hero-title .title-jp {
    font-size: clamp(24px, 7vw, 32px);
  }
}
.page-hero .page-hero-title--large .title-main {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-hero .page-hero-title--large .title-main {
    font-size: clamp(28px, 8vw, 40px);
  }
}
.page-hero .page-hero-title--large .title-sub {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-hero .page-hero-title--large .title-sub {
    font-size: clamp(16px, 4.5vw, 20px);
  }
}
.page-hero .page-hero-desc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 600px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease 0.6s forwards;
          animation: fadeInUp 0.6s ease 0.6s forwards;
}
@media (max-width: 768px) {
  .page-hero .page-hero-desc {
    font-size: 16px;
  }
}
.page-hero .page-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
}
.page-hero .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.page-hero .breadcrumb-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-hero .breadcrumb-list li::after {
  content: "/";
  color: rgba(255, 255, 255, 0.4);
}
.page-hero .breadcrumb-list li:last-child::after {
  display: none;
}
.page-hero .breadcrumb-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-hero .breadcrumb-list a:hover {
  color: #ffffff;
}
.page-hero .breadcrumb-list span[aria-current=page] {
  color: #ffffff;
}

.page-hero--company .page-hero-bg {
  background: #082555;
}
.page-hero--company .page-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 1px, transparent 1px), -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 80px 80px;
}

.company-message {
  padding: 120px 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .company-message {
    padding: 80px 0;
  }
}
.company-message__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  gap: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  .company-message__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.company-message__header {
  position: sticky;
  top: 120px;
}
@media (max-width: 1024px) {
  .company-message__header {
    position: static;
  }
}
.company-message__content {
  max-width: 800px;
}
.company-message__copy {
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 500;
  color: #0e3472;
  line-height: 1.5;
  margin: 0 0 48px;
  letter-spacing: 0.04em;
}
.company-message__text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 2.2;
  margin: 0 0 24px;
}
.company-message__text p:last-child {
  margin-bottom: 0;
}
.company-message__signature {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.company-message__signature-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  color: #5a5a5a;
}
.company-message__signature-name {
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  color: #0a0a0a;
  letter-spacing: 0.1em;
}

.company-philosophy {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.company-philosophy__bg {
  position: absolute;
  inset: 0;
  background: #082555;
}
.company-philosophy__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-radial-gradient(50% 0%, ellipse 100% 100%, rgba(14, 52, 114, 0.5) 0%, transparent 70%);
  background: radial-gradient(ellipse 100% 100% at 50% 0%, rgba(14, 52, 114, 0.5) 0%, transparent 70%);
}
.company-philosophy__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.company-philosophy__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.company-philosophy__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 48px;
  letter-spacing: 0.1em;
}
.company-philosophy__copy {
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 500;
  color: #c8a45c;
  margin: 0 0 24px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.company-philosophy__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 2;
  margin: 0;
}

.company-profile {
  padding: 120px 0;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .company-profile {
    padding: 80px 0;
  }
}
.company-profile__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .company-profile__header {
    margin-bottom: 48px;
  }
}

.company-stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .company-stats {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .company-stats {
    gap: 16px;
    margin-bottom: 48px;
  }
}
.company-stats__item {
  background: #ffffff;
  padding: 48px 24px;
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(224, 224, 224, 0.5);
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.company-stats__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: #c8a45c;
}
.company-stats__number {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  color: #0e3472;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.company-stats__number small {
  font-size: 0.5em;
  color: #5a5a5a;
  font-weight: 400;
}
.company-stats__label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  color: #5a5a5a;
  letter-spacing: 0.05em;
}

.company-table-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.company-table tr:last-child {
  border-bottom: none;
}
.company-table th, .company-table td {
  padding: 20px 28px;
  text-align: left;
  vertical-align: top;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .company-table th, .company-table td {
    padding: 16px 20px;
    font-size: 14px;
    display: block;
  }
}
.company-table th {
  width: 180px;
  background: rgba(14, 52, 114, 0.03);
  color: #0a0a0a;
  font-weight: 600;
}
@media (max-width: 768px) {
  .company-table th {
    width: 100%;
    background: rgba(14, 52, 114, 0.06);
    padding: 12px 20px;
  }
}
.company-table__th-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.company-table__th-inner::before {
  content: "";
  width: 3px;
  height: 14px;
  background: #c8a45c;
  border-radius: 2px;
}
.company-table td {
  color: #1a1a1a;
}
.company-table td a {
  color: #0e3472;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.company-table td a:hover {
  color: #c8a45c;
  text-decoration: underline;
}
.company-table__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.company-table__address {
  display: block;
}

.company-history {
  padding: 120px 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .company-history {
    padding: 80px 0;
  }
}
.company-history__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .company-history__header {
    margin-bottom: 48px;
  }
}

.company-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 120px;
}
@media (max-width: 768px) {
  .company-timeline {
    padding-left: 70px;
  }
}
.company-timeline__line {
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8a45c), to(rgba(200, 164, 92, 0.2)));
  background: -webkit-linear-gradient(top, #c8a45c, rgba(200, 164, 92, 0.2));
  background: linear-gradient(to bottom, #c8a45c, rgba(200, 164, 92, 0.2));
}
@media (max-width: 768px) {
  .company-timeline__line {
    left: 50px;
  }
}
.company-timeline__item {
  position: relative;
  padding: 24px 0;
  padding-left: 48px;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-timeline__item::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 32px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 3px solid #c8a45c;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .company-timeline__item::before {
    left: -25px;
    width: 10px;
    height: 10px;
  }
}
.company-timeline__item--highlight::before {
  background: #c8a45c;
  width: 16px;
  height: 16px;
  left: -31px;
  -webkit-box-shadow: 0 0 0 6px rgba(200, 164, 92, 0.2);
          box-shadow: 0 0 0 6px rgba(200, 164, 92, 0.2);
}
@media (max-width: 768px) {
  .company-timeline__item--highlight::before {
    width: 14px;
    height: 14px;
    left: -27px;
  }
}
.company-timeline__item--highlight .company-timeline__content {
  background: rgba(200, 164, 92, 0.08);
  border-color: #c8a45c;
}
.company-timeline__year {
  position: absolute;
  left: -120px;
  top: 24px;
  width: 80px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  color: #0e3472;
  text-align: right;
}
@media (max-width: 768px) {
  .company-timeline__year {
    left: -78px;
    width: 38px;
    font-size: 12px;
    top: 30px;
  }
}
.company-timeline__content {
  background: #f8f8f8;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.company-timeline__content:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.company-timeline__date {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  color: #5a5a5a;
  background: rgba(14, 52, 114, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.company-timeline__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .company-timeline__text {
    font-size: 14px;
  }
}

.company-access {
  padding: 120px 0;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .company-access {
    padding: 80px 0;
  }
}
.company-access__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .company-access__header {
    margin-bottom: 48px;
  }
}
.company-access__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  .company-access__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.company-access__card {
  background: #ffffff;
  padding: 48px;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(224, 224, 224, 0.5);
}
.company-access__name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #c8a45c;
}
.company-access__address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 0 0 24px;
}
.company-access__contact {
  margin-bottom: 24px;
}
.company-access__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0e3472;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.company-access__tel svg {
  color: #c8a45c;
}
.company-access__tel:hover {
  color: #c8a45c;
}
.company-access__directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.company-access__direction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
}
.company-access__direction-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #c8a45c;
  margin-top: 2px;
}
.company-access__map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16/10;
}
@media (max-width: 1024px) {
  .company-access__map {
    aspect-ratio: 16/9;
  }
}
.company-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.company-access__map::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  pointer-events: none;
}