@charset "UTF-8";
a:hover {
  opacity: 0.6;
}

.c-container--oc-lg {
  max-width: 1024px !important;
  padding: 0 20px;
}
@media (min-width: 680px) {
  .c-container--oc-lg {
    max-width: 640px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .c-container--oc-lg {
    max-width: 740px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-container--oc-lg {
    max-width: 900px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .c-container--oc-lg {
    max-width: 1200px !important;
    padding: 0 20px;
  }
}

.c-container--oc {
  max-width: 1024px !important;
  padding: 0 20px;
}
@media (min-width: 680px) {
  .c-container--oc {
    max-width: 640px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .c-container--oc {
    max-width: 740px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-container--oc {
    max-width: 900px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .c-container--oc {
    max-width: 1024px !important;
    padding: 0 20px;
  }
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.pb-30 {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.d-tab-none {
  display: block;
}
@media (min-width: 680px) {
  .d-tab-none {
    display: none;
  }
}

.d-tab-block {
  display: none;
}
@media (min-width: 680px) {
  .d-tab-block {
    display: block;
  }
}

.d-pc-none {
  display: block;
}
@media (min-width: 1024px) {
  .d-pc-none {
    display: none;
  }
}

.d-pc-block {
  display: none;
}
@media (min-width: 1024px) {
  .d-pc-block {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.page-top {
  padding-top: 56px;
}
@media (min-width: 1024px) {
  .page-top {
    padding-top: 160px;
  }
}

.page-title {
  padding-top: 40px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .page-title {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    padding-top: 80px;
  }
}
.page-title img {
  height: auto;
}
.page-title .bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
}
.page-title p {
  font-size: 22px;
  font-weight: 900;
}
.page-title .special {
  margin-top: 24px;
  position: relative;
}
@media (min-width: 1024px) {
  .page-title .special {
    margin-top: 60px;
  }
}
.page-title .special h1 {
  font-size: 22px;
  font-weight: 900;
  margin-top: 8px;
}
@media (min-width: 680px) {
  .page-title .special h1 {
    font-size: 40px;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .page-title .special h1 {
    font-size: 44px;
    margin-top: 24px;
  }
}
.page-title .special img {
  max-width: 549px;
  width: 55vw;
  height: auto;
}

.page-img {
  margin: auto;
  padding: 0 20px;
  max-width: 1200px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-img {
    margin-bottom: 40px;
  }
}
.page-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .page-content--area {
    padding-top: 80px;
  }
}

.page-topics {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-topics {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.page-topics h2 img {
  max-width: 395px;
  width: 56vw;
  height: auto;
}
.page-topics .topics {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .page-topics .topics {
    margin-top: 40px;
  }
}
.page-topics .topics img {
  width: 100%;
  height: auto;
}
.page-topics .topics-other {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .page-topics .topics-other {
    margin-top: 48px;
  }
}

.page-department {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-department {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.page-department h2 img {
  max-width: 582px;
  width: 75vw;
  height: auto;
}
.page-department .department {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 48px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .page-department .department {
    margin-top: 40px;
    gap: 48px;
  }
}
.page-department .department .department-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-department .department .department-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
.page-department .department .department-list .title {
  margin-top: 16px;
  font-size: 16px;
  color: #ED6C00;
}
@media (min-width: 1024px) {
  .page-department .department .department-list .title {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .page-department .department .department-list .title {
    font-size: 24px;
    margin-top: 24px;
  }
}
.page-department .department .department-list .title02 {
  color: #22AC38;
}
.page-department .department .department-list .title03 {
  color: #187FC4;
}
.page-department .department .department-list .title04 {
  color: #AF4D8E;
}
.page-department .department .department-list .content {
  letter-spacing: -0.0075em;
  margin-top: 2px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-department .department .department-list .content {
    font-size: 16px;
    margin-top: 4px;
  }
}
.page-department .department .department-list .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 24px;
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .page-department .department .department-list .link {
    gap: 28px;
  }
}
.page-department .department .department-list .link .link-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-department .department .department-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .page-department .department .department-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
}
.page-department .department .department-list .link .link-list a {
  border: 2px solid #231815;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: block;
  width: 95%;
}
@media (min-width: 1024px) {
  .page-department .department .department-list .link .link-list a {
    width: 100%;
  }
}
.page-department .department .department-list .link .link-list a span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-department .department .department-list .link .link-list a span {
    font-size: 14px;
  }
}
.page-department .department .department-list .link .link-list a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-department .department .department-list .link .link-list a span::before {
    left: -14px;
  }
}
.page-department .faculty .link a {
  background-color: #C92F07;
  border: none;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .page-department .faculty .link a {
    width: 100%;
    margin-top: 48px;
  }
}
.page-department .faculty .link a span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-department .faculty .link a span {
    font-size: 14px;
  }
}
.page-department .faculty .link a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-department .faculty .link a span::before {
    left: -14px;
  }
}

.page-system {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-system {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.page-system h2 img {
  max-width: 651px;
  width: 79vw;
  height: auto;
}
.page-system .detail-none {
  font-size: 16px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-system .detail-none {
    font-size: 24px;
    margin-top: 40px;
  }
}
.page-system .system {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 32px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .page-system .system {
    margin-top: 40px;
    gap: 48px;
  }
}
.page-system .system .system-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-system .system .system-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-system .system .system-list {
    margin-top: 0px;
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
    min-width: 300px;
  }
}
.page-system .system .system-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 追加 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 追加 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #231815;
  border-radius: 24px;
  display: block;
}
.page-system .system .system-list a .title {
  color: #231815;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list a .title {
    font-size: 16px;
  }
}
.page-system .system .system-list a .limit {
  display: inline-block;
  background-color: #E6E6E6;
  border-radius: 12px;
  color: #231815;
  margin-top: 8px;
  font-size: 12px;
  width: 160px;
  margin: auto;
}
@media (min-width: 1024px) {
  .page-system .system .system-list a .limit {
    font-size: 14px;
    margin-top: 8px;
  }
}
.page-system .system .system-list a .content {
  color: #231815;
  margin-top: 8px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list a .content {
    font-size: 16px;
    margin-top: 8px;
  }
}
.page-system .system .system-list .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 24px;
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .page-system .system .system-list .link {
    gap: 28px;
  }
}
.page-system .system .system-list .link .link-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-system .system .system-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .page-system .system .system-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
}
.page-system .system .system-list .link .link-list a {
  border: 2px solid #231815;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: block;
  width: 95%;
}
@media (min-width: 1024px) {
  .page-system .system .system-list .link .link-list a {
    width: 100%;
  }
}
.page-system .system .system-list .link .link-list a span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list .link .link-list a span {
    font-size: 14px;
  }
}
.page-system .system .system-list .link .link-list a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list .link .link-list a span::before {
    left: -14px;
  }
}
.page-system .faculty .link a {
  background-color: #C92F07;
  border: none;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .page-system .faculty .link a {
    width: 100%;
    margin-top: 48px;
  }
}
.page-system .faculty .link a span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-system .faculty .link a span {
    font-size: 14px;
  }
}
.page-system .faculty .link a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-system .faculty .link a span::before {
    left: -14px;
  }
}

.page-notice {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-notice {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.page-notice h2 img {
  max-width: 939px;
  width: 95%;
}
@media (min-width: 1024px) {
  .page-notice h2 img {
    width: 65vw;
    height: auto;
  }
}
.page-notice .notice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 32px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .page-notice .notice {
    margin-top: 40px;
    gap: 48px;
  }
}
.page-notice .notice .notice-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-notice .notice .notice-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
.page-notice .notice .notice-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 追加 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 追加 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  text-align: center;
  display: block;
}
.page-notice .notice .notice-list a .title {
  color: #231815;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list a .title {
    font-size: 16px;
  }
}
.page-notice .notice .notice-list a .limit {
  display: inline-block;
  background-color: #E6E6E6;
  border-radius: 12px;
  color: #231815;
  margin-top: 8px;
  font-size: 12px;
  width: 160px;
  margin: auto;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list a .limit {
    font-size: 14px;
    margin-top: 8px;
  }
}
.page-notice .notice .notice-list a .content {
  color: #231815;
  margin-top: 8px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list a .content {
    font-size: 16px;
    margin-top: 8px;
  }
}
.page-notice .notice .notice-list .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 24px;
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .page-notice .notice .notice-list .link {
    gap: 28px;
  }
}
.page-notice .notice .notice-list .link .link-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .page-notice .notice .notice-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
}
.page-notice .notice .notice-list .link .link-list a {
  border: 2px solid #231815;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: block;
  width: 95%;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list a {
    width: 100%;
  }
}
.page-notice .notice .notice-list .link .link-list a span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list a span {
    font-size: 14px;
  }
}
.page-notice .notice .notice-list .link .link-list a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list a span::before {
    left: -14px;
  }
}
.page-notice .faculty .link a {
  background-color: #C92F07;
  border: none;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .page-notice .faculty .link a {
    width: 100%;
    margin-top: 48px;
  }
}
.page-notice .faculty .link a span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-notice .faculty .link a span {
    font-size: 14px;
  }
}
.page-notice .faculty .link a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-notice .faculty .link a span::before {
    left: -14px;
  }
}

.area-info {
  margin-top: 32px;
  padding-top: 32px;
  background-color: #DCDDDD;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .area-info {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}
.area-info .area-contact--area {
  background-color: #ffffff;
}
.area-info .area-contact .title {
  text-align: center;
}
.area-info .area-contact .title h2 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-contact .title h2 {
    font-size: 20px;
  }
}
.area-info .area-contact .area-address {
  padding: 12px 24px 40px;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 680px) {
  .area-info .area-contact .area-address {
    margin-top: 36px;
    padding: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.area-info .area-contact .area-address .address {
  text-align: left;
  margin: 24px auto;
  display: inline-block;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .address {
    margin: 0 48px;
  }
}
.area-info .area-contact .area-address .address .name {
  color: #C7000B;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .address .name {
    font-size: 15px;
  }
}
.area-info .area-contact .area-address .address .info {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .address .info {
    font-size: 14px;
  }
}
.area-info .area-contact .area-address .link-contact {
  margin: 0 48px;
  border: 1px solid;
  padding: 8px 12px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .link-contact {
    padding: 16px 24px;
  }
}
.area-info .area-contact .area-address .link-contact--area {
  text-align: center;
}