<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*========================================
  トップページ
========================================*/
.home-block {
  position: relative;
}

.home-block-wrap {
  position: absolute;
  z-index: 100;
}

.home-block-1 {
  left: 0;
  top: 13.75em;
}
@media screen and (max-width: 767px) {
  .home-block-1 {
    top: 24vw;
  }
}
.home-block-1 .home-block-col.is-1-3 {
  transform: translate(0.625em, -0.625em);
}
.home-block-1 .home-block-col.is-3-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-1 .home-block-col.is-3-4 {
  transform: translate(0, -0.625em);
}
.home-block-1 .home-block-col.is-4-2 {
  transform: translate(0, 0.625em);
}
.home-block-1 .home-block-col.is-4-4 {
  transform: translate(0.625em, 0.625em);
}

.home-block-2 {
  left: 6.25em;
  top: 26.25em;
}
@media screen and (max-width: 767px) {
  .home-block-2 {
    left: 25.3333333333vw;
    top: 40vw;
  }
}
.home-block-2 .home-block-col.is-1-2 {
  transform: translate(0.625em, -0.625em);
}
.home-block-2 .home-block-col.is-2-1 {
  transform: translate(-0.625em, 0);
}
.home-block-2 .home-block-col.is-3-1 {
  transform: translate(0, 0.625em);
}

.home-block-3 {
  width: 5.625em;
  right: 8.75em;
  bottom: 5.625em;
}
@media screen and (max-width: 767px) {
  .home-block-3 {
    right: 16vw;
    bottom: 60vw;
  }
}
.home-block-3 .home-block-col.is-2-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-3 .home-block-col.is-2-2 {
  transform: translate(0, 0.625em);
}
.home-block-3 .home-block-col.is-2-3 {
  transform: translate(0.625em, 0);
}

.home-block-4 {
  right: 0;
  bottom: -3.625em;
}
@media screen and (max-width: 767px) {
  .home-block-4 {
    bottom: 42.6666666667vw;
  }
}
.home-block-4 .home-block-col.is-1-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-4 .home-block-col.is-1-3 {
  transform: translate(0, -0.625em);
}
.home-block-4 .home-block-col.is-1-4 {
  transform: translate(0.625em, -0.625em);
}
.home-block-4 .home-block-col.is-2-2 {
  transform: translate(0, 0.625em);
}
.home-block-4 .home-block-col.is-2-3 {
  transform: translate(0, -0.625em);
}
.home-block-4 .home-block-col.is-3-3 {
  transform: translate(0, 0.625em);
}

.home-block-v {
  position: absolute;
  left: 50%;
  top: -3.125em;
}
@media screen and (min-width: 768px) {
  .home-block-v {
    transform: translateX(-36.25em);
  }
}
@media screen and (max-width: 767px) {
  .home-block-v {
    left: 2.6666666667vw;
    top: -10.6666666667vw;
  }
}
.home-block-v .home-block-col.is-1-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-v .home-block-col.is-3-3 {
  transform: translate(0, 0.625em);
}

.home-block-v2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .home-block-v2 {
    top: 23.5em;
    left: 50%;
    transform: translateX(30.625em);
  }
}
@media screen and (max-width: 767px) {
  .home-block-v2 {
    top: 53.3333333333vw;
    right: 0;
  }
}
.home-block-v2 .home-block-col.is-1-1 {
  transform: translate(-1.25em, -0.625em);
}
.home-block-v2 .home-block-col.is-1-2 {
  transform: translate(0, -1.25em);
}
.home-block-v2 .home-block-col.is-2-3 {
  transform: translate(0.625em, 0);
}
.home-block-v2 .home-block-col.is-3-2 {
  transform: translate(0, 0.625em);
}

.home-block-c {
  top: 6.875em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-block-c {
    top: 10.6666666667vw;
  }
}
.home-block-c .home-block-col.is-1-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-c .home-block-col.is-1-3 {
  transform: translate(0, -0.625em);
}
.home-block-c .home-block-col.is-1-4 {
  transform: translate(0.625em, -0.625em);
}
.home-block-c .home-block-col.is-2-2 {
  transform: translate(0, 0.625em);
}
.home-block-c .home-block-col.is-2-3 {
  transform: translate(0, -0.625em);
}
.home-block-c .home-block-col.is-3-3 {
  transform: translate(0, 0.625em);
}

.home-block-c2 {
  top: 30.3125em;
}
@media screen and (min-width: 768px) {
  .home-block-c2 {
    left: 5em;
  }
}
@media screen and (max-width: 767px) {
  .home-block-c2 {
    right: 0;
    top: 45.3333333333vw;
  }
}
.home-block-c2 .home-block-col.is-1-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-c2 .home-block-col.is-1-3 {
  transform: translate(0, -1.25em);
}
.home-block-c2 .home-block-col.is-2-3 {
  transform: translate(0.625em, 0);
}
.home-block-c2 .home-block-col.is-3-2 {
  transform: translate(0, 0.625em);
}

@media screen and (min-width: 768px) {
  .home-block-c3 {
    top: -1.875em;
    left: calc(50% + 1.25em);
  }
}
@media screen and (max-width: 767px) {
  .home-block-c3 {
    top: -5.8666666667vw;
    left: 8vw;
  }
}
.home-block-c3 .home-block-col.is-1-1 {
  transform: translate(-0.625em, -0.625em);
}
.home-block-c3 .home-block-col.is-3-3 {
  transform: translate(0, 0.625em);
}

.home-block-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-block-col {
  width: 1.875em;
  height: 1.875em;
  transition: 0.25s transform;
}
@media screen and (max-width: 767px) {
  .home-block-col {
    width: 4vw;
    height: 4vw;
  }
}
.home-block-col.is-colspan {
  width: 3.75em;
}
@media screen and (max-width: 767px) {
  .home-block-col.is-colspan {
    width: 8vw;
  }
}
.home-block-col img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  font-size: 1px;
}

.is-all .department-list__keywords,
.is-all .department-filterd-ttl,
.is-all .department-wclear {
  display: none;
}

.department-content {
  padding-bottom: 10.625em;
}
@media screen and (max-width: 767px) {
  .department-content {
    padding-bottom: 26.6666666667vw;
  }
}

.department-filter {
  background: linear-gradient(to right, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
  padding: 3.75em 0;
}
.department-filter__lead {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 212.5%;
  padding-bottom: 0.1em;
  margin-bottom: 0.7352941176em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .department-filter__lead {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}
.department-filter__lead strong {
  position: relative;
  display: inline-block;
}
.department-filter__lead strong::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #f73f9e 0%, #846cff 48.28%, #00a8f7 100%);
}
.department-filter__toggle {
  width: 100%;
  list-style: none;
  cursor: pointer;
}
.department-filter__toggle::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .department-filter__toggle {
    font-size: 4.2666666667vw;
  }
}
.department-filter__toggle .p-icon-toggle {
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%);
}
.department-filter__params {
  background: #fff;
  padding: 2.5em;
  border-radius: 0 0 0.625em 0.625em;
}
@media screen and (max-width: 767px) {
  .department-filter__params {
    padding: 5.3333333333vw;
  }
}
.department-filter__txt {
  margin-bottom: 1.25em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .department-filter__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .department-filter__range {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .department-filter__range label {
    margin: 0 0.3125em 0.625em 0.3125em;
  }
}
@media screen and (max-width: 767px) {
  .department-filter__range label {
    margin-bottom: 2.6666666667vw;
    display: block;
  }
}
.department-filter__range label input[type=checkbox] {
  display: none;
}
.department-filter__range label span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 0.625em;
  min-height: 4em;
  width: 16.25em;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .department-filter__range label span {
    width: 100%;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.department-filter__range label input:checked + span {
  position: relative;
  border-radius: 10px;
  background: #E3607C;
  color: #fff;
  border-color: transparent;
}
.department-filter__range label input:checked + span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #003b57 0%, #fff 100%);
  opacity: 0.1;
}
.department-filter__range label input:checked + span.is-child {
  background: #67B1C1;
}
.department-filter__range label input:checked + span.is-arch {
  background: #9ABF62;
}
.department-filter__range label input:checked + span.is-engi {
  background: #E9A366;
}
.department-filter__range label input:checked + span.is-air {
  background: #EC6D65;
}
.department-filter__range label input:checked + span.is-inter {
  background: #EC6D65;
}
.department-filter__range label input:checked + span.is-hotel {
  background: #EC6D65;
}
.department-filter__range label input:checked + span.is-other {
  background-color: #67B1C1;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.department-unit {
  position: relative;
  padding-top: 5em;
  padding-bottom: 6.875em;
}
@media screen and (max-width: 767px) {
  .department-unit {
    padding-top: 17.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
}
.department-unit::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 25em;
  background: linear-gradient(#e3607c 0%, rgba(227, 96, 124, 0) 100%);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .department-unit::before {
    height: 100%;
  }
}
.department-unit.is-child::before {
  background: linear-gradient(#67b1c1 0%, #f0f2f5 100%);
}
.department-unit.is-child .department-loop__inner {
  width: 236.625em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-child .department-loop__inner img {
    width: 157.75em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-child .department-loop__inner img {
    width: 378.1333333333vw;
  }
}
.department-unit.is-child .department-list::before {
  background: #67B1C1;
}
.department-unit.is-child .department-list__ttl {
  background: #67B1C1;
}
.department-unit.is-arch::before {
  background: linear-gradient(#9abf62 0%, #f0f2f5 100%);
}
.department-unit.is-arch .department-loop__inner {
  width: 208.6875em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-arch .department-loop__inner img {
    width: 278.25em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-arch .department-loop__inner img {
    width: 666.9333333333vw;
  }
}
.department-unit.is-arch .department-list::before {
  background: #9ABF62;
}
.department-unit.is-arch .department-list__ttl {
  background: #9ABF62;
}
.department-unit.is-low::before {
  background: linear-gradient(#e9a366 0%, #f0f2f5 100%);
}
.department-unit.is-low .department-loop__inner {
  width: 189.1875em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-low .department-loop__inner img {
    width: 252.25em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-low .department-loop__inner img {
    width: 605.6vw;
  }
}
.department-unit.is-low .department-list::before {
  background: #E9A366;
}
.department-unit.is-low .department-list__ttl {
  background: #E9A366;
}
.department-unit.is-air::before {
  background: linear-gradient(#ec6d65 0%, #f0f2f5 100%);
}
.department-unit.is-air .department-loop__inner {
  width: 228.75em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-air .department-loop__inner img {
    width: 305em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-air .department-loop__inner img {
    width: 365.6vw;
  }
}
.department-unit.is-air .department-list::before {
  background: #EC6D65;
}
.department-unit.is-air .department-list__ttl {
  background: #EC6D65;
}
.department-unit.is-inter::before {
  background: linear-gradient(#ec6d65 0%, #f0f2f5 100%);
}
.department-unit.is-inter .department-loop__inner {
  width: 186.375em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-inter .department-loop__inner img {
    width: 248.5em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-inter .department-loop__inner img {
    width: 595.7333333333vw;
  }
}
.department-unit.is-inter .department-list::before {
  background: #EC6D65;
}
.department-unit.is-inter .department-list__ttl {
  background: #EC6D65;
}
.department-unit.is-hotel::before {
  background: linear-gradient(#ec6d65 0%, #f0f2f5 100%);
}
.department-unit.is-hotel .department-loop__inner {
  width: 227.125em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-hotel .department-loop__inner img {
    width: 151.4166666667em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-hotel .department-loop__inner img {
    width: 363.4666666667vw;
  }
}
.department-unit.is-hotel .department-list::before {
  background: #EC6D65;
}
.department-unit.is-hotel .department-list__ttl {
  background: #EC6D65;
}
.department-unit.is-other::before {
  background: linear-gradient(#67B1C1 0%, #f0f2f5 100%);
}
.department-unit.is-other .department-loop__inner {
  width: 235.25em;
}
@media screen and (min-width: 768px) {
  .department-unit.is-other .department-loop__inner img {
    width: 156.8333333333em;
  }
}
@media screen and (max-width: 767px) {
  .department-unit.is-other .department-loop__inner img {
    width: 512vw;
  }
}
.department-unit.is-other .department-list::before {
  background: #67B1C1;
}
.department-unit.is-other .department-list__ttl {
  background: #67B1C1;
}

.department-loop {
  overflow: hidden;
  width: 100%;
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .department-loop {
    margin-bottom: 6.6666666667vw;
  }
}
.department-loop__inner {
  width: 340.125em;
  display: flex;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.department-loop__inner img {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .department-loop__inner img {
    width: 226.75em;
  }
}
@media screen and (max-width: 767px) {
  .department-loop__inner img {
    width: 543.7333333333vw;
  }
}

.department-filterd-ttl {
  margin-top: 3.125em;
  margin-bottom: -1.875em;
}
@media screen and (max-width: 767px) {
  .department-filterd-ttl {
    margin-top: 5.3333333333vw;
    margin-bottom: -8vw;
  }
}

.department-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .department-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .department-list {
    margin: 12vw 10.6666666667vw 0 10.6666666667vw;
  }
}
.department-list::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 1.875em;
  position: absolute;
  left: 50%;
  top: -1.875em;
  background: #E3607C;
}
@media screen and (max-width: 767px) {
  .department-list::before {
    top: -10.6666666667vw;
    height: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .department-list__item {
    margin-top: 1.875em;
    width: 31.724137931%;
  }
  .department-list__item:not(:nth-child(3n)) {
    margin-right: 2.4137931034%;
  }
}
@media screen and (max-width: 767px) {
  .department-list__item {
    margin-top: 5.3333333333vw;
  }
}
.department-list__cont {
  position: relative;
  display: block;
  height: 12.9375em;
}
@media screen and (max-width: 767px) {
  .department-list__cont {
    height: 44vw;
  }
}
.department-list__cont::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left top, #f73f9e 0%, #846cff 51.7%, rgba(0, 168, 247, 0) 100%);
  opacity: 0;
  transition: 0.25s opacity;
}
@media (hover: hover) {
  .department-list__cont:hover {
    filter: brightness(140%);
  }
  .department-list__cont:hover::before {
    opacity: 0.5;
  }
  .department-list__cont:hover .department-list__ttl {
    padding: 1em 1em 1.625em 1em;
  }
}
.department-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.department-list__ttl {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em;
  background: #E3607C;
  color: #fff;
  font-weight: bold;
  transition: 0.25s padding;
}
@media screen and (max-width: 767px) {
  .department-list__ttl {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.department-list__ttl::before, .department-list__ttl::after {
  position: absolute;
  content: "";
  display: block;
}
.department-list__ttl::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #003b57 0%, #fff 100%);
  opacity: 0.1;
  left: 0;
  top: 0;
}
.department-list__ttl::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .department-list__ttl::after {
    border-width: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.department-list__ttl-small {
  font-size: 0.8em;
}
.department-list__keywords {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1.2;
  margin-top: 0.625em;
}
.department-list__keywords Li {
  font-size: 87.5%;
  background: #fff;
  border-radius: 6.25em;
  padding: 0.8em 1.4em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .department-list__keywords Li {
    padding: 0.7em 1.2em;
    font-size: 3.2vw;
  }
}

.department-wclear {
  text-align: center;
  margin-bottom: 3.125em;
}

.department-clear {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.625em;
  width: 30em;
  height: 6.25em;
  font-weight: bold;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .department-clear {
    width: 78.6666666667vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.department-clear .c-icon {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .department-clear .c-icon {
    margin-right: 0.5em;
  }
}

.department-container {
  padding: 5em 3.75em;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-top: -9.375em;
  border-radius: 2rem;
  margin-bottom: 12.5em;
}
@media screen and (min-width: 768px) {
  .department-container {
    width: 62.5em;
  }
}
@media screen and (max-width: 1320px) and (min-width: 767px) {
  .department-container {
    width: 75.7575757576%;
  }
}
@media screen and (max-width: 767px) {
  .department-container {
    width: 93.3333333333vw;
    padding: 10.6666666667vw 8vw;
    margin-top: -12.5em;
    margin-bottom: 15em;
  }
}
.department-grad {
  position: relative;
}
.department-grad::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 20em;
}
.department-grad__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .department-grad__inner {
    padding-bottom: 26.6666666667vw;
  }
}
.department-mv {
  position: relative;
  background: linear-gradient(to right, #E7EEF7, #DEE7F5, #EBDFF2, #E8EDE8, #E9EEF7);
  height: 18.75em;
}
.department-hdr__ttl {
  color: #003B57;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .department-hdr__ttl {
    font-size: 7.4666666667vw;
  }
}
.department-eng {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .department-eng {
    margin-bottom: 30.6666666667vw;
  }
}
.department-air {
  margin-bottom: 4.25rem;
}
@media screen and (max-width: 767px) {
  .department-air {
    margin-bottom: 17.3333333333vw;
  }
}
.department-subject__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .department-subject__ttl {
    font-size: 6.4vw;
    margin-top: -5.3333333333vw;
  }
}
.department-subject__info {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .department-subject__info {
    font-size: 6.4vw;
  }
}
.department-subject__syllabus {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .department-subject__syllabus {
    font-size: 6.4vw;
    margin-top: 12vw;
  }
}
.department-subject__txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .department-subject__txt {
    margin-top: 6.6666666667vw;
  }
}
.department-subject__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .department-subject__inner:first-child {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .department-subject__inner {
    font-size: 3.7333333333vw;
  }
}
.department-subject__inner:has(.department-subject__btn) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .department-subject__inner:has(.department-subject__btn) {
    grid-template-columns: 100%;
  }
}
.department-subject__btn {
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1120px) and (min-width: 767px) {
  .department-subject__btn {
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .department-subject__btn {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.department-subject__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.department-subject__item {
  min-width: 24%;
  max-width: 24%;
  flex: 1;
  height: 10rem;
  background-color: #F0F2F5;
  display: flex;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
.department-subject__item:not(:nth-child(4n)) {
  margin-right: 1%;
}
@media screen and (max-width: 1120px) and (min-width: 767px) {
  .department-subject__item {
    min-width: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .department-subject__item {
    flex: inherit;
    width: 100%;
    min-width: none;
    max-width: none;
    height: 26.6666666667vw;
    margin-top: 4vw;
  }
}
.department-subject__document {
  flex: 1;
  height: 10rem;
  background-color: #F0F2F5;
  display: flex;
  border-radius: 1rem;
  margin-top: 1.5rem;
  margin-right: 1%;
}
@media screen and (max-width: 1120px) and (min-width: 767px) {
  .department-subject__document {
    width: 49%;
    flex: inherit;
  }
}
@media screen and (max-width: 767px) {
  .department-subject__document {
    width: 100%;
    flex: inherit;
    height: 26.6666666667vw;
    margin-top: 4vw;
  }
}
.department-subject__pdf {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 1320px) and (min-width: 767px) {
  .department-subject__pdf {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .department-subject__pdf {
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .department-subject__pdf:hover {
    opacity: 0.6;
  }
}
.department-subject__sentence {
  display: inline-block;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s;
  padding-right: 2rem;
  padding-left: 2rem;
}
.department-txt {
  color: #3A3E40;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .department-txt {
    font-size: 3.7333333333vw;
  }
}
.department-opc {
  position: relative;
  z-index: 10;
  margin-top: 16rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .department-opc {
    margin-top: 26.6666666667vw;
    padding-bottom: 37.3333333333vw;
  }
}
.department-intro {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .department-intro {
    font-size: 4.2666666667vw;
  }
}
.department-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .department-list {
    margin-top: 16vw;
  }
}
.department-item:not(:first-child) {
  margin-top: 5rem;
}
.department-item__ttl {
  font-size: 3.4rem;
  font-family: var(--en-sans);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .department-item__ttl {
    font-size: 9.0666666667vw;
  }
}
.department-param {
  font-size: 1.6rem;
  color: #3A3E40;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .department-param {
    font-size: 4.2666666667vw;
    margin-top: -5.3333333333vw;
  }
}
.department-outerlink {
  color: #003B57;
  text-decoration: underline;
  cursor: pointer;
}
.department-check__item {
  width: 50%;
  height: 10rem;
  background-color: #F0F2F5;
  display: flex;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .department-check__item {
    width: 100%;
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .department-check__item:nth-child(n+4) {
    margin-top: 1.4rem;
  }
}
.department-check__pdf {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .department-check__pdf {
    font-size: 3.7333333333vw;
  }
}
.department-check__txt {
  display: inline-block;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s;
  padding-right: 2rem;
  padding-left: 2rem;
}
.department-document {
  color: #003B57;
  background-color: #F0F2F5;
  padding: 4rem;
  margin-top: 4.25rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1320px) and (min-width: 767px) {
  .department-document {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .department-document {
    padding: 10.6666666667vw 8vw;
  }
}
.department-document__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .department-document__ttl {
    font-size: 6.4vw;
  }
}
.department-document__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .department-document__list {
    margin-top: 2.9333333333vw;
  }
}
.department-document__item {
  width: 32%;
  height: 10rem;
  background-color: #fff;
  display: flex;
  border-radius: 1rem;
}
.department-document__item:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 1320px) and (min-width: 767px) {
  .department-document__item {
    height: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .department-document__item {
    height: 26.6666666667vw;
    width: 100%;
    margin-top: 3.7333333333vw;
  }
  .department-document__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .department-document__item:nth-child(n+4) {
    margin-top: 1.4rem;
  }
}
.department-document__pdf {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 1320px) and (min-width: 767px) {
  .department-document__pdf {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .department-document__pdf {
    font-size: 3.7333333333vw;
    height: 26.6666666667vw;
  }
}
.department-document__txt {
  display: inline-block;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1320px) and (min-width: 767px) {
  .department-document__txt {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.department-eng .p-btn-e {
  color: #00A8F7;
  border: 1px solid #00A8F7;
  border-radius: 1rem;
}
@media (hover: hover) {
  .department-eng .p-btn-e:hover {
    color: #fff;
    background: #00A8F7;
  }
}

.department-air .p-btn-e {
  color: #F73F9E;
  border: 1px solid #F73F9E;
  border-radius: 1rem;
}
@media (hover: hover) {
  .department-air .p-btn-e:hover {
    color: #fff;
    background: #F73F9E;
  }
}

.p-btn-e {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  height: 4.625em;
  border-radius: 0.625em;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: -0.8px;
  position: relative;
}
.p-btn-e::after {
  position: absolute;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 0.75em;
  background-image: url("assets/img/icon/external-link-fill.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-btn-e {
    width: 100%;
    height: 16vw;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .p-btn-e.is-low {
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-btn-e__txt {
  overflow: hidden;
  width: 100%;
  height: 2.2em;
  text-align: center;
}
.p-btn-e__label {
  display: inline-block;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-btn-e:hover {
    background: linear-gradient(to left, #f73f9e 0%, #846cff 50%, #00a8f7 100%);
  }
  .p-btn-e:hover .p-btn-e__label {
    transform: translateY(-100%);
  }
}
.p-btn-e .p-icon-outer-w {
  position: absolute;
  transition: 0.25s transform;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375em;
  height: 0.9375em;
}

.department-syllabus__opc {
  padding-top: 2.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .department-syllabus__opc {
    padding-top: 10.6666666667vw;
  }
}</pre></body></html>