.overview .overview-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .overview .overview-unit {
    display: block;
  }
}

.overview .overview-unit .overview-vsl {
  position: relative;
}

@media screen and (max-width: 768px) {
  .overview .overview-unit .overview-vsl {
    max-width: 190px;
    margin: 0 auto;
  }
}

.overview .overview-unit .overview-vsl img {
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 960px) {
  .overview .overview-unit .overview-vsl img {
    max-width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview-unit .overview-vsl img {
    margin: 0 auto 16px auto;
    max-width: 190px;
  }
}

.overview .overview-unit .overview-vsl .chairman-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 4px 12px;
  background-color: #fefefe;
  border-radius: 2px;
  right: 8px;
  bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .overview .overview-unit .overview-vsl .chairman-name {
    font-size: 1.8rem;
  }
}

.overview .overview-unit .overview-vsl .chairman-name span {
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .overview .overview-unit .overview-vsl .chairman-name span {
    font-size: 1.4rem;
  }
}

.overview .overview-unit .overview-dtl {
  width: calc(100% - 264px);
}

@media screen and (max-width: 960px) {
  .overview .overview-unit .overview-dtl {
    width: calc(100% - 216px);
  }
}

@media screen and (max-width: 768px) {
  .overview .overview-unit .overview-dtl {
    width: 100%;
  }
}

.philosophy .philosophy-dtl p {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .philosophy .philosophy-dtl p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .philosophy .philosophy-dtl p {
    font-size: 1.6rem;
  }
}

.philosophy .philosophy-dtl p span {
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(252, 233, 0, 0.16) 60%);
}

@media screen and (max-width: 960px) {
  .philosophy .philosophy-dtl p span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .philosophy .philosophy-dtl p span {
    font-size: 1.8rem;
  }
}

.access .access-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .access .access-unit {
    display: block;
  }
}

.access .access-unit .tbl {
  width: 56%;
}

@media screen and (max-width: 960px) {
  .access .access-unit .tbl {
    width: 100%;
    margin-bottom: 16px;
  }
}

.access .access-unit .tbl table tbody tr:nth-of-type(1) td {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .access .access-unit .tbl table tbody tr:nth-of-type(1) td {
    display: block;
  }
}

.access .access-unit .tbl table tbody tr:nth-of-type(1) td span {
  margin-left: 24px;
}

.access .access-unit .tbl table tbody tr:nth-of-type(1) td span a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 36px;
  line-height: 36px;
  width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005aa6;
  text-decoration: none;
  border: 1px solid #005aa6;
  border-radius: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1280px) {
  .access .access-unit .tbl table tbody tr:nth-of-type(1) td span a {
    margin-top: 8px;
  }
}

.access .access-unit .tbl table tbody tr:nth-of-type(1) td span a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #005aa6;
  border-right: 0;
  right: 12px;
}

.access .access-unit .tbl table tbody tr:nth-of-type(1) td span a:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.access .access-unit img {
  width: 41%;
}

@media screen and (max-width: 960px) {
  .access .access-unit img {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 520px) {
  .access .access-unit img {
    width: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/overview.css.map */
