@media (min-width: 1024px) {
  .g-header {
    height: 100px;
  }

  .header-logo {
    width: 6rem;
    min-width: 5.2rem;
    height: 8rem;
  }
}

.concept {
  margin-bottom: 30rem;
  padding-top: 0 !important;
}

@media (min-width: 1024px) {
  .concept {
    margin-bottom: 50rem;
  }
}

.tb-bg__red {
  background-color: #FFC0CB;
}

.tb-bg__brown {
  background-color: #DAA520;
}

.tb-bg__yellow {
  background-color: #F0E68C;
}

.component-timeTable {
  margin-top: 30px;
  border-collapse: collapse;
  font-size: 2.5vw;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  table-layout: fixed;
}

@media (max-width: 1023px) {
  .table-wrapper {
    overflow: auto;
  }

  .component-timeTable {
    width: 800px;
  }
}


.component-timeTable th {
  text-align: center;
}

.component-timeTable thead th,
.component-timeTable tbody tr {
  border: 1px solid #d8d8d8;
}

.component-timeTable thead th {
  padding: 10px 0;
  font-weight: 600;
}

/* .component-timeTable thead th:first-child {
  background-color: #ececec;
  width: 10vw;
} */

/* .component-timeTable thead th:last-child {
  width: 5vw;
} */

/* .component-timeTable th+th {
  background-color: #ececec;
  width: 5vw;
} */

.component-timeTable tbody th {
  background-color: #ececec;
  padding: 10px 0;
}

.component-timeTable tbody td,
.component-timeTable tbody th {
  border: 1px solid #d8d8d8;
  padding: 2vw 1vw;
  font-weight: 600;
}

.component-timeTable tbody td {
  position: relative;
}

.component-timeTable tbody tr:last-child td,
.component-timeTable tbody tr:last-child th {
  padding: 2vw 1vw;
}

.component-timeTable__open,
.component-timeTable__close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 16px;
  width: 16px;
}

.component-timeTable__open:before,
.component-timeTable__close:before {
  background-color: #856d47;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 3vw;
}

.component-timeTable__open:before {
  height: 3vw;
  width: 3vw;
  border-radius: 50px;
}

.component-timeTable__note {
  margin-top: 10px;
  font-weight: 600;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .component-timeTable {
    font-size: 18px;
  }


  .component-timeTable__open:before,
  .component-timeTable__close:before {
    height: 1px;
    width: 16px;
  }

  .component-timeTable__open:before {
    height: 14px;
    width: 14px;
  }

  .component-timeTable tbody td,
  .component-timeTable tbody th {
    padding: 15px 0;
  }

  .component-timeTable tbody tr:last-child td,
  .component-timeTable tbody tr:last-child th {
    padding: 15px 0;
  }

  /* .component-timeTable thead th:first-child {
    width: 150px;
  } */

  /* .component-timeTable th+th {
    width: 38px;
  } */

  /* .component-timeTable thead th:last-child {
    width: 65px;
  } */
}

#flow {
  padding-top: 1rem;
}

.before {
  margin-top: 15rem;
}

.after {
  margin-top: 15rem;
}

@media (min-width: 1024px) {
  .after {
    margin-top: 50rem;
  }
}

.shape-reset {
  background: none;
}

.shape-reset::before,
.shape-reset::after {
  display: none;
}

.menu {
  padding-top: 15rem;
  padding-bottom: 19rem;
}

@media (min-width: 1024px) {
  .menu {
    padding-top: 15rem;
    padding-bottom: 19rem;
  }
}

.menu-section .c-head-wrap {
  margin-bottom: 0 !important;
}

.menu-list.--layout-1 {
  grid-template-columns: repeat(2, 1fr);
}

.menu--bottom {
  padding-top: 0;
}


@media screen and (min-width: 768px) {
  .before .specialities-list li:nth-child(odd) .speciality-item {
    padding-right: calc(540 / 1200 * 100%);
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .before .specialities-list li:nth-child(odd) .speciality-item::after {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .after .specialities-list li:nth-child(odd) .speciality-item {
    padding-right: calc(540 / 1200 * 100%);
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .after .specialities-list li:nth-child(odd) .speciality-item::after {
    left: auto;
    right: 0;
  }
}

.speciality-data {
  width: 100%;
}

.access {
  margin-top: 10rem;
  padding-bottom: 10rem;
}

@media (min-width: 1024px) {
  .access {
    margin-top: 25rem;
  }
}


.access-contents__logo img {
  width: 100%;
  height: 10rem !important;
}

@media (min-width: 1024px) {
  .access-contents__logo {
    margin-top: 9rem;
    margin-bottom: 0;
  }

  .access-contents__logo img {
    width: 30%;
    height: 3.75rem;
  }
}