@charset "utf-8";
.title-container {
  position: relative;
  text-align: center;
  z-index: 1;
}
.bg-english {
  font-size: 101px;
  font-size: 10.1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #F5F7F9;
  line-height: 1;
  margin: 0;
  letter-spacing: 2px;
  user-select: none;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.main-title {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  color: #125692;
  letter-spacing: 0.25em;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 890px) {
	.main-title {
    font-size: 34px;
    font-size: 3.4rem;
	}
}
@media (max-width: 768px) {
  .bg-english {
    font-size: 68px;
        font-size: 6.8rem;
        top: -24px;
	  letter-spacing: 0;
  }
  .main-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
  }
}
#company-philosophy {
  padding: 60px 0 95px;
  ;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
#company-philosophy .message-frame {
  border: 2px solid #125692;
  border-radius: 30px 0 30px 0;
  padding: 40px;
  background-color: #ffffff;
}
#company-philosophy .message-text {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 49px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 890px) {
	#company-philosophy .message-text {
    font-size: 21px;
    font-size: 2.1rem;
	}
}
@media (max-width: 768px) {
  #company-philosophy {
    padding: 30px 0 60px
  }
  #company-philosophy .message-frame {
    border-radius: 20px 0 20px 0;
    padding: 20px;
    border-width: 1.5px;
  }
  #company-philosophy .message-text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }
}
#company-vision {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
#company-vision .main-title {
  letter-spacing: 0.2rem;
}
#company-vision .bg-english {
  color: #E6EAED;
}
#company-vision .vision-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
#company-vision .vision-card {
  background-color: #ffffff;
  padding: 35px 20px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
#company-vision .vision-sub-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #125692;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
#company-vision .vision-sub-title::before, #company-vision .vision-sub-title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #125692;
  margin: 0 16px;
  vertical-align: middle;
}
#company-vision .vision-desc {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #company-vision {
    padding: 50px 0;
  }
  #company-vision .vision-list {
    gap: 16px;
  }
  #company-vision .vision-card {
    padding: 24px 16px;
  }
  #company-vision .vision-sub-title {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 12px;
  }
  #company-vision .vision-sub-title::before, #company-vision .vision-sub-title::after {
    width: 16px;
    margin: 0 10px;
  }
  #company-vision .vision-desc {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
    word-break: break-all;
  }
}
#company-profile {
  padding: 100px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#company-profile .bg-english {
  letter-spacing: 0;
}
#company-profile .main-title {
  letter-spacing: 0.2em;
}
#company-profile .table-container {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 80px;
}
#company-profile .profile-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#company-profile .profile-table tr {
  border-top: 1px solid #D8DEE3;
}
#company-profile .profile-table tr:last-child {
  border-bottom: 1px solid #D8DEE3;
}
#company-profile .profile-table th, #company-profile .profile-table td {
  padding: 15px 16px;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
#company-profile .profile-table th {
  width: 180px;
  font-weight: bold;
  color: #155084;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
#company-profile .profile-table td {
  box-sizing: border-box;
}
#company-profile .sub-title {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #125692;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
#company-profile .sub-title::before, #company-profile .sub-title::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #125692;
  margin: 0 16px;
  vertical-align: middle;
}
#company-profile .access-grid {
  display: flex;
  gap: 40px;
  box-sizing: border-box;
}
#company-profile .office-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#company-profile .office-name {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #125692;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
#company-profile .office-name::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #00D1D2;
  border-radius: 50%;
}
#company-profile .office-info {
  line-height: 1.8;
  margin: 0 0 25px 0;
}
#company-profile .map-placeholder {
  aspect-ratio: 470 / 315;
}
#company-profile .map-placeholder iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #company-profile {
    padding: 80px 0 90px;
  }
  #company-profile .table-container {
    margin-bottom: 80px;
  }
  #company-profile .profile-table, #company-profile .profile-table tbody, #company-profile .profile-table tr, #company-profile .profile-table th, #company-profile .profile-table td {
    display: block;
    width: 100%;
  }
  #company-profile .profile-table tr {
    padding: 16px 0;
  }
  #company-profile .profile-table th {
    padding: 0 0 6px 0;
  }
  #company-profile .profile-table td {
    padding: 0;
    line-height: 1.6;
  }
  #company-profile .sub-block {
    margin-top: 8px;
    font-size: 13px;
  }
  #company-profile .sub-title {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
  #company-profile .sub-title::before, #company-profile .sub-title::after {
    width: 16px;
    margin: 0 10px;
  }
  #company-profile .access-grid {
    flex-direction: column;
    gap: 40px;
  }
  #company-profile .office-info {
    margin-bottom: 12px;
  }
}
#company-history {
  padding: 100px 0 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
#company-history .bg-english {
  color: #E6EAED;
}
#company-history .history-row {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #A6C6E2;
  align-items: flex-start;
  box-sizing: border-box;
  align-items: center;
}
#company-history .history-row:first-child {
  border-top: 1px solid #A6C6E2;
}
#company-history .year-block {
  width: 160px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#company-history .year-ad {
  font-size: 43px;
  font-size: 4.3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 4px 0;
  letter-spacing: 0.05em;
}
#company-history .year-era {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#company-history .desc-block {
  flex-grow: 1;
  padding-left: 24px;
  box-sizing: border-box;
}
#company-history .history-desc {
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  #company-history {
    padding: 70px 0 95px;
  }
  #company-history .history-row {
    flex-direction: column;
    padding: 20px 0;
  }
  #company-history .year-block {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  #company-history .year-ad {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 0;
  }
  #company-history .desc-block {
    width: 100%;
    padding-left: 0;
  }
  #company-history .history-desc {
    line-height: 1.6;
  }
}