.message {
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}
.message .message-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.message .message-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 40px;
}

.message .message-item {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.message .message-item-content {
  display: flex;
  flex-direction: column;
  width: 63%;
}

.message .message-item-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  margin-top: 0;
}

.message .message-item-text-ceo {
  color: #000;
  text-align: left;
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.07692;
  margin-top: 1em;
}

.message .message-item-image {
  width: 357px;
  aspect-ratio: 357/63;
  margin: 10px auto 20px;
}

.message .message-item-image-ceo {
  width: 355px;
  object-fit: cover;
  aspect-ratio: 355/462;
}

.message-bg {
  position: absolute;
  width: 988px;
  aspect-ratio: 988/870;
  background-image: url(../img/company/message-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.message-bg-left {
  top: -300px;
  left: calc(50% - 660px);
  transform: translateX(-50%);
}

.message .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .message .container {
    padding: 0 4vw;
  }
}

@media (max-width: 767px) {
  .message {
    padding: 0 0 5vw;
  }
  .message .container {
    padding: 0 5vw;
  }
  .message .message-title {
    font-size: 5.3vw;
    margin-bottom: 0;
  }
  .message .message-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
  .message .message-item-text-ceo {
    font-size: 4.2vw;
    margin-top: 2vw;
  }
  .message .message-item-text {
    font-size: 3.7vw;
    line-height: 1.7;
  }
  .message .message-item {
    flex-direction: column-reverse;
  }
  .message .message-item-content {
    width: 100%;
  }
  .message .message-item-image-ceo {
    width: 100%;
    aspect-ratio: unset;
  }
  .message-bg-left {
    top: 45vw;
    width: 111vw;
    left: calc(50% - 50vw);
    transform: translateX(-50%);
  }
  .message .message-item-image {
    width: 68vw;
    margin: 2vw auto 4vw;
  }
}

/* 会社概要 */
.info {
  padding: 35px 0 60px;
  background-color: #f0f4fa;
}
.info .info-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.info .info-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

.info .info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  padding: 30px 50px;
}

.info .info-table table {
  width: 100%;
}

.info .info-table tbody {
  width: 100%;
}

.info .info-table tr {
  border-bottom: 1px solid #4c88c4;
  display: flex;
  min-width: 100%;
}

.info .info-table th {
  color: #4c88c4;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: left;
  padding: 12px 0;
  width: 26.5%;
  vertical-align: top;
  padding-left: 1em;
}

.info .info-table td {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 0;
}

.info .info-table a {
  color: #4c88c4 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 1200px) {
  .info .container {
    padding: 0 4vw;
  }
}

@media (max-width: 767px) {
  .info {
    padding: 3vw 0 12vw;
  }
  .info .container {
    padding: 0 5vw;
  }
  .info .info-title {
    font-size: 5.3vw;
    margin-bottom: 0;
  }
  .info .info-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
  .info .info-table {
    padding: 4vw 3vw;
  }
  .info .info-table tr {
    border-bottom: 0.5vw solid #4c88c4;
    display: flex;
  }
  .info .info-table th {
    font-size: 4.2vw;
    padding-left: 0;
    padding: 3.5vw 1vw 3.5vw 2vw;
    min-width: 26vw;
  }
  .info .info-table td {
    font-size: 3.7vw;
    padding: 3.5vw 1vw;
  }
}

/* 事業内容 */
.topics {
  padding: 35px 0 110px;
  position: relative;
  overflow: hidden;
}

.topics::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1192/727;
  width: 1192px;
  background-image: url(../img/company/topics-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: clip-path 1s ease-out;
  z-index: 0;
}

.topics.visible::before {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.topics .container {
  position: relative;
  z-index: 1;
}
.topics .topics-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.topics .topics-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

.topics .topics-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.54167;
  margin-bottom: 30px;
}

.topics .topics-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 87%;
  margin: 0 auto;
}

.topics .topics-item {
  display: flex;
  position: relative;
  aspect-ratio: 465/478;
  width: 100%;
}

.topics .topics-item:hover .topics-item-content {
  background-color: rgba(104, 148, 209, 0.75);
  color: #fff !important;
}

@media (hover: hover) {
  .topics .topics-item:hover .topics-item-arrow {
    filter: brightness(0) invert(1);
    transform: translate(0.5em, -50%);
  }
}

.topics .topics-item-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 5.5% 28% 5.5% 8.5%;
  transition: all 0.3s ease;
  min-height: 32.6%;
}

.topics .topics-item-title {
  font-family: "Noto Serif JP";
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.topics .topics-item-text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0px;
}

.topics .topics-item-arrow {
  width: 18.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  width: 18.5%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease;
}

.topics .topics-item-image {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .topics .container {
    padding: 0 4vw;
  }
}

@media (max-width: 767px) {
  .topics {
    padding: 3vw 0 8vw;
  }
  .topics .container {
    padding: 0 5vw;
  }
  .topics .topics-title {
    font-size: 5.3vw;
    margin-bottom: 1vw;
  }
  .topics .topics-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
  .topics .topics-text {
    font-size: 3.7vw;
    line-height: 1.7;
  }
  .topics .topics-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    width: 100%;
    margin: 0 auto;
  }
  .topics .topics-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    aspect-ratio: unset;
    text-decoration: none !important;
  }
  .topics .topics-item-image {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .topics .topics-item-content {
    padding: 5.5% 5.5% 5.5% 5.5%;
    background-color: rgba(104, 148, 209, 0.75);
    position: relative;
    bottom: unset;
  }
  .topics .topics-item-title {
    font-size: 5.3vw;
    margin-bottom: 2vw;
    color: #fff;
    text-decoration: none !important;
  }
  .topics .topics-item-text {
    font-size: 3.7vw;
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
    line-height: 1.42;
  }
  .topics .topics-item-arrow {
    width: 20%;
    filter: brightness(0) invert(1);
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    margin-left: auto;
    margin-top: 3vw;
  }
  .topics::before {
    width: 158vw;
    top: 50vw;
  }
}

/* 営業方針 */
.houshin {
  padding: 35px 0 50px;
  background-image: url(../img/company/houshin-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.houshin .houshin-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.houshin .houshin-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0;
}
.houshin .houshin-list {
  display: flex;
  flex-direction: column;
  padding: 45px 60px 45px 45px;
  background-color: #fff;
  gap: 10px;
}

.houshin .houshin-list p {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  display: block;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: -3px;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #f0f4fa;
  position: relative;
  padding-left: 2em;
  text-indent: -1.1em;
}

.houshin .houshin-item-number {
  position: relative;
  z-index: 2;
}

.houshin .houshin-list p::before {
  content: "";
  position: absolute;
  left: 0.55em;
  top: calc(1.65em - 0.5px);
  transform: translateY(-100%);
  width: 1.5em;
  height: 0.5em;
  background-color: #f0f4fa;
  z-index: 1;
}

@media (max-width: 1200px) {
  .houshin .container {
    padding: 0 4vw;
  }
}

@media (max-width: 767px) {
  .houshin {
    padding: 6vw 0 8vw;
    background-image: url(../img/company/houshin-bg-sp.webp);
  }
  .houshin .container {
    padding: 0 5vw;
  }
  .houshin .houshin-title {
    font-size: 5.3vw;
    margin-bottom: 0;
  }
  .houshin .houshin-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
  .houshin .houshin-list {
    padding: 4vw 2vw;
    gap: 6vw;
  }
  .houshin .houshin-list p {
    font-size: 4.2vw;
    line-height: 1.7;
  }
  .houshin .houshin-item-number {
    font-size: 4.2vw;
  }
  .houshin .houshin-list p::before {
    width: 1.5em;
    height: 0.5em;
  }
}

/* 社内風景 */
.company-scene {
  padding: 35px 0 50px;
  position: relative;
  overflow: hidden;
}

.company-scene-bg {
  position: absolute;
  top: 100px;
  left: calc(50% + 300px);
  width: 843px;
  aspect-ratio: 843/720;
  background-image: url(../img/company/company-scene-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.company-scene .container {
  position: relative;
  z-index: 1;
}
.company-scene .company-scene-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.company-scene .company-scene-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

.company-scene .company-scene-list {
  display: flex;
  gap: 2.6%;
  margin: 0 auto;
  width: 100%;
}
.company-scene .company-scene-image {
  width: 31.6%;
  object-fit: contain;
}
/* 沿革 */
.company-scene .company-scene-history-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 100px;
}

.company-scene .company-scene-history-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

.company-scene .company-scene-history-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  margin-left: 16.5%;
  margin-top: -120px;
  transition: height 0.5s ease-in-out;
}

.company-scene .company-scene-history-list::after {
  content: "";
  position: absolute;
  left: max(19%, 150px);
  top: 34px;
  width: 1px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  height: calc(100% - 68px);
  transform: translateX(-50%);
}

.company-scene .company-scene-history-item {
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 3;
}

.company-scene .company-scene-history-item-year {
  color: #4c88c4;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: max(19%, 150px);
  margin: 0;
  margin-right: 5%;
  position: relative;
}

.company-scene .company-scene-history-item-year::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #4c88c4;
  border-radius: 50%;
  z-index: 1;
}

.company-scene .company-scene-history-item-year span {
  color: #4c88c4;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.company-scene .company-scene-history-item-text {
  display: flex;
  padding: 13.5px;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.company-scene .company-scene-history-item.close {
  display: none;
}

.company-scene .company-scene-history-item.close.show {
  display: flex;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  animation: slideDown 0.5s ease-in-out forwards;
}

@keyframes slideDown {
  to {
    max-height: 200px;
    opacity: 1;
  }
}

.company-scene .company-scene-history-item-button {
  margin-top: 10px;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}

.company-scene .company-scene-history-item-button span {
  position: relative;
  z-index: 2;
  font-size: 26px;
  color: #4c88c4;
  font-family: "Noto Serif JP";
}

.company-scene .company-scene-history-item-button::after {
  content: "";
  position: absolute;
  right: 2em;
  top: 45%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #4c88c4;
  border-right: 2px solid #4c88c4;
  transform: translate(0, -50%) rotate(135deg);
  z-index: 1;
}

.company-scene .company-scene-history-item-button::before {
  content: "";
  width: 103%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #4c88c4;
  position: absolute;
  top: 0;
  left: -3%;
  z-index: 0;
}

@media (max-width: 1200px) {
  .company-scene .container {
    padding: 0 4vw;
  }
}



/* 主要取引先 */
.client {
  padding: 35px 0 60px;
  background-color: #f0f4fa;
}
.client .client-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.client .client-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

.client .client-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  padding: 30px 50px;
}

.client .client-table table {
  width: 100%;
}

.client .client-table tbody {
  width: 100%;
}

.client .client-table tr {
  border-bottom: 1px solid #4c88c4;
  display: flex;
  min-width: 100%;
}

.client .client-table th {
  color: #4c88c4;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: left;
  padding: 12px 0;
  width: 26.5%;
  vertical-align: top;
  padding-left: 1em;
}

.client .client-table td {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 0;
  white-space: nowrap;
}

.client .client-table a {
  color: #4c88c4 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 1200px) {
  .client .container {
    padding: 0 4vw;
  }
}

/* 地図・アクセス */
.map {
  padding: 35px 0 60px;
  position: relative;
  overflow: hidden;
}

.map-bg {
  position: absolute;
  bottom: -910px;
  left: calc(50% - 960px);
  width: 1504px;
  transform: translateX(-50%);
  aspect-ratio: 1504/1387;
  background-image: url(../img/company/map-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.map .container {
  position: relative;
  z-index: 1;
}
.map .map-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.map .map-subtitle {
  color: #6894d1;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

.map .map-item {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f4fa;
  margin-bottom: 60px;
}

.map .map-item-content {
  display: flex;
  flex-direction: column;
  padding: 45px 40px;
  position: relative;
  z-index: 3;
}

.map .map-item-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1.42;
}

.map .map-item-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  margin: 0;
  margin-top: 10px;
}

.map .map-item-iframe {
  width: 60%;
  aspect-ratio: 660/370;
  border: 0;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1200px) {
  .map .container {
    padding: 0 4vw;
  }
}

@media (max-width: 767px) {
  .company-scene {
    padding: 6vw 0 8vw;
  }
  .company-scene .container {
    padding: 0 5vw;
  }
  .company-scene .company-scene-title {
    font-size: 5.3vw;
    margin-bottom: 0;
  }
  .company-scene .company-scene-history-title {
    font-size: 5.3vw;
    margin-bottom: 0;
    margin-top: 12vw;
  }
  .company-scene .company-scene-history-subtitle {
    font-size: 4.2vw;
    margin-bottom: 6vw;
  }
  .company-scene .company-scene-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
  .company-scene .company-scene-image {
    width: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.11);
    margin: 5vw auto;
  }
  .company-scene-bg {
    top: 5vw;
    left: calc(50% + 56vw);
    width: 131vw;
    transform: translateX(-50%);
  }
  .company-scene .company-scene-history-list {
    margin-left: 0;
    margin-top: 0;
    gap: 8.5vw;
  }
  .company-scene .company-scene-history-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    z-index: 3;
  }
  .company-scene .company-scene-history-item-year {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5vw;
    font-size: 5.5vw;
    padding-left: 10.5vw;
    display: flex;
    align-items: flex-end;
    gap: 4vw;
  }
  .company-scene .company-scene-history-item-year span {
    font-size: 3.7vw;
    padding-bottom: 1vw;
  }
  .company-scene .company-scene-history-item-text {
    padding: 0;
    font-size: 3.7vw;
    line-height: 1.7;
    padding-left: 10.5vw;
  }
  .company-scene .company-scene-history-item-button {
    margin-top: 0vw;
    text-align: center;
    border: 0.5vw solid #4c88c4;
    padding: 6vw 0 6vw 8vw;
    text-align: left;
    background-color: #fff;
  }
  .company-scene .company-scene-history-item-button span {
    font-size: 5.5vw;
    position: relative;
    padding-right: 4vw;
    display: inline-block;
  }
  .company-scene .company-scene-history-item-button::after {
    width: 4vw;
    height: 4vw;
    right: 10vw;
    border-top: 0.5vw solid #4c88c4;
    border-right: 0.5vw solid #4c88c4;
    transform: translateY(-60%) rotate(135deg) ;
  }
  .company-scene .company-scene-history-item-button::before {
    display: none;
  }
  .company-scene .company-scene-history-item-year::before {
    width: 4vw;
    height: 4vw;
    top: 50%;
    transform: translateY(-50%);
    left: 2.5vw;
    right: unset;
  }
  .company-scene .company-scene-history-list::after {
    left: 4.5vw;
    top: 2vw;
    height: calc(100% - 2vw);
    transform: translateX(-50%);
    border-right: 0.5vw dashed #b3b3b3;
    border-left: none;
    border-top: none;
    border-bottom: none;
    width: 0;
  }

  /* Client Section */
  .client {
    padding: 5vw 0 12vw;
  }
  .client .container {
    padding: 0 5vw;
  }
  .client .client-title {
    font-size: 5.3vw;
    margin-bottom: 0;
  }
  .client .client-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
  .client .client-table {
    padding: 0 4vw;
  }
  .client .client-table tr {
    padding: 4vw 0;
    border-bottom: 0.5vw solid #4c88c4;
  }
  .client .client-table tr:last-child {
    border-bottom: none;
  }
  .client .client-table th {
    width: 25vw;
    padding: 0;
    padding-left: 0;
    margin-bottom: 1vw;
    font-size: 4.2vw;
  }
  .client .client-table td {
    padding: 0;
    font-size: 3.7vw;
    line-height: 1.8;
  }

  /* Map Section */
  .map {
    padding: 10vw 0 12vw;
  }
  .map .container {
    padding: 0;
  }
  .map .map-title {
    font-size: 5.3vw;
    margin-bottom: 0;
    padding: 0 5vw;
  }
  .map .map-subtitle {
    font-size: 4.2vw;
    margin-bottom: 4vw;
    padding: 0 5vw;
  }
  .map-bg {
    width: 186vw;
    left: 0;
    top: unset;
    bottom: -110vw;
    transform: translateX(-60%);
  }
  .map .map-item {
    flex-direction: column-reverse;
    margin-bottom: 6vw;
    gap: 0;
    background-color: transparent;
  }
  .map .map-item:last-child {
    margin-bottom: 0;
  }
  .map .map-item-content {
    padding: 8vw 5vw 6vw;
  }
  .map .map-item-title {
    font-size: 4.8vw;
    font-weight: 500;
  }
  .map .map-item-text {
    font-size: 3.7vw;
    margin-top: 3.5vw;
  }
  .map .map-item-iframe {
    width: 100%;
    height: 60vw;
  }
}