#PROFILE .profile-table {
  width: 100%;
}
#PROFILE .profile-table tr th,
#PROFILE .profile-table tr td {
  padding: 2%;
  border-bottom: #474c52 1px solid;
}
#PROFILE .profile-table tr th {
  width: 25%;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#PROFILE .gmap {
  height: 400px;
  margin-top: 4%;
}
#PROFILE .gmap iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  #PROFILE .profile-table tr {
    display: block;
  }
  #PROFILE .profile-table tr th,
  #PROFILE .profile-table tr td {
    display: block;
  }
  #PROFILE .profile-table tr th {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }
  #PROFILE .profile-table tr td {
    padding-top: 0;
  }
}

#PHILOSOFHY {
  background-color: #474c52;
  color: #efefef;
}
#PHILOSOFHY h2 {
  color: #efefef;
}
#PHILOSOFHY .ttl {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2%;
}
#PHILOSOFHY .policy-block {
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
}
#PHILOSOFHY .policy-block .block {
  width: 30%;
  margin: 0 1%;
  padding: 4% 1% 2%;
  border: #efefef 4px solid;
  border-radius: 16px;
  position: relative;
}
#PHILOSOFHY .policy-block .block h3 {
  background-color: #474c52;
  padding: 0 4%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#PHILOSOFHY .policy-block .block .img {
  width: 30%;
  height: auto;
  margin: 4% auto;
}
#PHILOSOFHY .policy-block .block ul li {
  margin-left: 8%;
  list-style: unset;
}
#PHILOSOFHY .policy-block .block p {
  text-align: center;
}
@media (max-width: 768px) {
  #PHILOSOFHY .policy-block {
    flex-direction: column;
  }
  #PHILOSOFHY .policy-block .block {
    width: 100%;
    margin: 6% auto;
  }
  #PHILOSOFHY .policy-block .block ul {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 500px) {
  #PHILOSOFHY .policy-block .block {
    width: 100%;
    margin: 6% auto;
    padding: 8% 1% 2%;
  }
  #PHILOSOFHY .policy-block .block ul {
    width: 100%;
  }
}

#HISTRY .block {
  background-color: #474c52;
  padding: 2%;
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  margin-bottom: 4%;
  display: flex;
  align-items: center;
  position: relative;
}
#HISTRY .block::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 40px solid transparent;
  border-top: 20px solid #474c52;
}
#HISTRY .block:last-child::before {
  display: none;
}
#HISTRY .block span {
  background-color: #efefef;
  padding: 2% 0;
  text-align: center;
  width: 20%;
  border-radius: 100px;
}
#HISTRY .block p {
  width: 76%;
  padding-left: 4%;
  color: #efefef;
}
#HISTRY .block p a {
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  #HISTRY .block span {
    width: 30%;
  }
  #HISTRY .block p {
    width: 66%;
  }
}
@media (max-width: 500px) {
  #HISTRY .block {
    margin-bottom: 8%;
  }
  #HISTRY .block span {
    width: 36%;
    font-size: 14px;
  }
  #HISTRY .block p {
    width: 58%;
    padding-left: 1%;
    font-size: 14px;
  }
}