*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  html {
    font-size: calc(16 / 768 * var(--inner-width) * 1px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .sp-only {
    display: none !important;
  }
}

[id] {
  scroll-margin-top: min(100px, 100 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  [id] {
    scroll-margin-top: calc(100 / 768 * var(--inner-width) * 1px);
  }
}

html,
body {
  background-color: #fff;
}

body header {
  background: #fff;
}

.header {
  width: 100%;
  height: min(100px, 100 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  padding: 0 min(30px, 30 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 47.9375em) {
  .header {
    height: calc(100 / 768 * var(--inner-width) * 1px);
    padding-left: calc(24 / 768 * var(--inner-width) * 1px);
    padding-right: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .header-logo {
  margin-right: min(150px, 150 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .header-logo {
    margin-right: 0;
  }
}
.header .header-logo a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .header-logo a {
    gap: calc(20 / 768 * var(--inner-width) * 1px);
    flex-direction: row;
    align-items: center;
  }
}
.header .header-logo img {
  width: min(170px, 170 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .header-logo img {
    width: calc(170 / 768 * var(--inner-width) * 1px);
  }
}
.header .header-logo span {
  font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
}
@media only screen and (max-width: 47.9375em) {
  .header .header-logo span {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
    line-height: 1.4;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-inner nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  row-gap: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  width: min(560px, 560 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .header-inner nav ul {
    display: none;
  }
}
.header .header-inner nav ul li a {
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(6px, 6 / 1280 * var(--inner-width) * 1px);
}
.header .nav-entry {
  width: min(123px, 123 / 1280 * var(--inner-width) * 1px);
  height: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  background: #005bac;
  color: #fff;
  font-size: min(15px, 15 / 1280 * var(--inner-width) * 1px);
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  transition: 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .header .nav-entry {
    width: calc(155 / 768 * var(--inner-width) * 1px);
    height: calc(64 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
.header .nav-entry + .nav-entry {
  margin-left: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .nav-entry + .nav-entry {
    margin-left: calc(12 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  .header .nav-entry:hover {
    background: #fff;
    border: 1px solid #005bac;
    color: #005bac;
  }
}
@media only screen and (min-width: 48em) {
  .header .page-menu {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header .page-menu {
    position: relative;
    width: calc(40 / 768 * var(--inner-width) * 1px);
    height: calc(40 / 768 * var(--inner-width) * 1px);
    margin-left: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
.header .page-menu span {
  width: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  height: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  transition: 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .header .page-menu span {
    width: calc(40 / 768 * var(--inner-width) * 1px);
    height: calc(6 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .header .page-menu span:nth-child(1) {
    top: calc(9 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .header .page-menu span:nth-child(2) {
    top: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
.header .page-menu.active span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
  top: min(15px, 15 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .page-menu.active span:nth-child(1) {
    top: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
.header .page-menu.active span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
  top: min(15px, 15 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .header .page-menu.active span:nth-child(2) {
    top: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
.header .nav-toggle a,
.header .nav-toggle a img {
  transition: 0.3s ease;
}
.header .nav-toggle.is-active > a {
  color: #005bac;
}
.header .nav-toggle.is-active > a img {
  transform: rotate(180deg);
}
.header .header-inner .nav-dropdown {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: min(100px, 100 / 1280 * var(--inner-width) * 1px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background: #fff;
  padding: min(43px, 43 / 1280 * var(--inner-width) * 1px) 0;
  border-radius: 0 0 min(10px, 10 / 1280 * var(--inner-width) * 1px) min(10px, 10 / 1280 * var(--inner-width) * 1px);
  border-top: 1px solid #b2b2b2;
}
.header .nav-dropdown.is-active {
  opacity: 1;
  visibility: visible;
}
.header .nav-dropdown-inner {
  width: min(1280px, 1280 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  padding-left: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
.header .header-inner .nav-dropdown-list {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.header .header-inner .nav-dropdown-list li a {
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 10 / 1280 * var(--inner-width) * 1px);
}
.header .header-inner .nav-dropdown-list li a img {
  width: min(22px, 22 / 1280 * var(--inner-width) * 1px);
}
.header .header-inner .nav-dropdown-list li.nav-title {
  border-right: 1px solid;
  padding-right: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  margin-right: min(39px, 39 / 1280 * var(--inner-width) * 1px);
}
.header .header-inner .nav-dropdown-list li.nav-title a {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
.header .header-inner nav ul.nav-dropdown-list.menu2 .nav-title {
  border-right: none;
  margin-right: 0;
}
.header .header-inner nav ul.nav-dropdown-list.menu2 .nav-dropdown-item-group {
  width: min(680px, 680 / 1280 * var(--inner-width) * 1px);
  border-left: 1px solid;
  padding-left: min(39px, 39 / 1280 * var(--inner-width) * 1px);
}
.header .header-inner nav ul.nav-dropdown-list.menu2 .nav-dropdown-item-group > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  width: auto;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(36, 36, 36, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 99;
}

.nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.nav-entry.nav-toggle a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-entry.nav-toggle.is-active {
  background: #fff;
  border: 1px solid #005bac;
  color: #005bac;
}

@media only screen and (max-width: 47.9375em) {
  .nav-entry.nav-toggle .nav-dropdown {
    top: calc(100 / 768 * var(--inner-width) * 1px);
    padding: calc(48 / 768 * var(--inner-width) * 1px) calc(40 / 768 * var(--inner-width) * 1px);
    border-radius: 0 0 calc(16 / 768 * var(--inner-width) * 1px) calc(16 / 768 * var(--inner-width) * 1px);
  }
}
.nav-entry.nav-toggle .nav-dropdown-inner.entry-inner {
  padding-left: 0;
  width: min(1032px, 1032 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .nav-entry.nav-toggle .nav-dropdown-inner.entry-inner {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(28 / 768 * var(--inner-width) * 1px);
  }
}
.nav-entry.nav-toggle .entry-link a {
  width: min(240px, 240 / 1280 * var(--inner-width) * 1px);
  height: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: min(15px, 15 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  transition: 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .nav-entry.nav-toggle .entry-link a {
    width: calc(330 / 768 * var(--inner-width) * 1px);
    height: calc(156 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    text-align: left;
    line-height: 1.5;
    justify-content: flex-start;
    padding-left: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
.nav-entry.nav-toggle .entry-link a:hover {
  opacity: 0.7;
}
.nav-entry.nav-toggle .entry-link:first-child a {
  background: #005bac;
}
.nav-entry.nav-toggle .entry-link:nth-child(2) a {
  background: #003360;
}
.nav-entry.nav-toggle .entry-link:nth-child(3) a {
  background: #958dad;
}
.nav-entry.nav-toggle .entry-link:nth-child(4) a {
  background: #e27d7f;
}

footer {
  background: #000;
  height: min(139px, 139 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  footer {
    height: calc(240 / 768 * var(--inner-width) * 1px);
  }
}
footer .footer-inner {
  padding-top: min(36px, 36 / 1280 * var(--inner-width) * 1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(18px, 18 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  footer .footer-inner {
    padding-top: calc(32 / 768 * var(--inner-width) * 1px);
    gap: calc(52 / 768 * var(--inner-width) * 1px);
  }
}
footer .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  footer .footer-nav ul {
    flex-wrap: wrap;
    gap: calc(100 / 768 * var(--inner-width) * 1px);
    row-gap: calc(20 / 768 * var(--inner-width) * 1px);
    padding: 0 calc(80 / 768 * var(--inner-width) * 1px);
  }
}
footer .footer-nav ul li a {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  footer .footer-nav ul li a {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
footer .copyright {
  text-align: center;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  footer .copyright {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
  }
}

.entry {
  background: #ededed;
  padding: min(112px, 112 / 1280 * var(--inner-width) * 1px) 0;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 47.9375em) {
  .entry {
    padding: calc(112 / 768 * var(--inner-width) * 1px) 0;
  }
}
.entry .portalsite-bn {
  width: min(1120px, 1120 / 1280 * var(--inner-width) * 1px);
  height: min(240px, 240 / 1280 * var(--inner-width) * 1px);
  border-radius: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  background: url(/professional/assets/images/common/site-bn.jpg) no-repeat center center/cover;
  margin: 0 auto min(96px, 96 / 1280 * var(--inner-width) * 1px);
  padding: min(29px, 29 / 1280 * var(--inner-width) * 1px) min(30px, 30 / 1280 * var(--inner-width) * 1px) min(22px, 22 / 1280 * var(--inner-width) * 1px) min(40px, 40 / 1280 * var(--inner-width) * 1px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 47.9375em) {
  .entry .portalsite-bn {
    width: calc(688 / 768 * var(--inner-width) * 1px);
    height: calc(397 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    background: url(/professional/assets/images/common/site-bn-sp.jpg) no-repeat center center/cover;
    padding: calc(40 / 768 * var(--inner-width) * 1px) 0 calc(29 / 768 * var(--inner-width) * 1px) calc(33 / 768 * var(--inner-width) * 1px);
    margin: 0 auto calc(96 / 768 * var(--inner-width) * 1px);
  }
}
.entry .portalsite-bn:hover {
  opacity: 0.7;
}
.entry .portalsite-bn p:first-child {
  color: #005bac;
  font-size: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .entry .portalsite-bn p:first-child {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
.entry .portalsite-bn p:nth-child(2) {
  color: #005bac;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .entry .portalsite-bn p:nth-child(2) {
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
    margin-left: 0;
    margin-right: auto;
  }
}
.entry .entry-title {
  text-align: center;
  font-size: min(96px, 96 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
}
@media only screen and (max-width: 47.9375em) {
  .entry .entry-title {
    font-size: calc(120 / 768 * var(--inner-width) * 1px);
  }
}
.entry .entry-text {
  text-align: center;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(48px, 48 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .entry .entry-text {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
.entry .entry-inner {
  background: url(/professional/assets/images/common/entry-bg.jpg) no-repeat center center/cover;
  padding: min(90px, 90 / 1280 * var(--inner-width) * 1px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .entry .entry-inner {
    background: url(/professional/assets/images/common/entry-bg-sp.jpg) no-repeat center center/cover;
    flex-direction: column;
    gap: calc(40 / 768 * var(--inner-width) * 1px);
    padding: calc(110 / 768 * var(--inner-width) * 1px) 0;
  }
}
.entry .entry-link {
  width: min(500px, 500 / 1280 * var(--inner-width) * 1px);
  height: min(188px, 188 / 1280 * var(--inner-width) * 1px);
  border-radius: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(65px, 65 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 47.9375em) {
  .entry .entry-link {
    width: calc(640 / 768 * var(--inner-width) * 1px);
    height: calc(150 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding: 0 calc(65 / 768 * var(--inner-width) * 1px);
  }
}
.entry .entry-link:hover {
  opacity: 0.7;
}
.entry .entry-link.kosen {
  background-color: #005bac;
}
.entry .entry-link.univ {
  background-color: #003360;
}
.entry .entry-link img {
  width: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  height: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .entry .entry-link img {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
.entry .entry-link span {
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .entry .entry-link span {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
  }
}

body {
  position: relative;
}

@media only screen and (min-width: 48em) {
  .l-inner {
    width: calc(1120 / 1280 * var(--inner-width) * 1px);
    margin-left: auto;
    margin-right: auto;
  }
}

.professional-breadcrumb {
  z-index: 10;
  position: absolute;
  top: min(140px, 140 / 1280 * var(--inner-width) * 1px);
  left: calc(80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .professional-breadcrumb {
    top: calc(740 / 768 * var(--inner-width) * 1px);
    left: calc(82 / 768 * var(--inner-width) * 1px);
  }
}
.professional-breadcrumb .professional-breadcrumb__path {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(5px, 5 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .professional-breadcrumb .professional-breadcrumb__path {
    gap: calc(12 / 768 * var(--inner-width) * 1px);
  }
}
.professional-breadcrumb .professional-breadcrumb__path li {
  color: #b2b2b2;
  font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .professional-breadcrumb .professional-breadcrumb__path li {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
.professional-breadcrumb .professional-breadcrumb__path li:not(:last-child) {
  display: flex;
  align-items: center;
}
.professional-breadcrumb .professional-breadcrumb__path li:not(:last-child)::after {
  display: block;
  content: "";
  background: url(/professional/assets/images/common/breadcrumb-arrow.svg) no-repeat center center/contain;
  width: min(6px, 6 / 1280 * var(--inner-width) * 1px);
  height: min(6px, 6 / 1280 * var(--inner-width) * 1px);
  margin-left: min(5px, 5 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .professional-breadcrumb .professional-breadcrumb__path li:not(:last-child)::after {
    width: calc(6 / 768 * var(--inner-width) * 1px);
    height: calc(6 / 768 * var(--inner-width) * 1px);
    margin-left: calc(12 / 768 * var(--inner-width) * 1px);
  }
}
.professional-breadcrumb .professional-breadcrumb__path li a {
  color: #fff;
  font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .professional-breadcrumb .professional-breadcrumb__path li a {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
  }
}

.page-kv {
  position: relative;
  padding-left: calc(80 / 1280 * var(--inner-width) * 1px);
  height: min(400px, 400 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .page-kv {
    height: calc(1017 / 768 * var(--inner-width) * 1px);
    padding-left: calc(82 / 768 * var(--inner-width) * 1px);
    padding-top: calc(787 / 768 * var(--inner-width) * 1px);
  }
}
.page-kv::before {
  display: block;
  content: "";
  width: 100%;
  height: min(324px, 324 / 1280 * var(--inner-width) * 1px);
  border-radius: 0 0 0 calc(30 / 1280 * var(--inner-width) * 1px);
  background: linear-gradient(to bottom, #003463 0%, #005bac 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .page-kv::before {
    height: 100%;
    border-radius: 0 0 0 calc(30 / 768 * var(--inner-width) * 1px);
  }
}
.page-kv .kv-title {
  height: min(324px, 324 / 1280 * var(--inner-width) * 1px);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page-kv .kv-title {
    height: auto;
    padding-bottom: 0;
  }
}
.page-kv .kv-title strong {
  font-size: min(48px, 48 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .page-kv .kv-title strong {
    font-size: calc(56 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
.page-kv .kv-title span {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .page-kv .kv-title span {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
  }
}
.page-kv .kv-bg {
  width: calc(640 / 1280 * var(--inner-width) * 1px);
  height: min(400px, 400 / 1280 * var(--inner-width) * 1px);
  border-radius: 0 0 0 calc(30 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .page-kv .kv-bg {
    width: calc(688 / 768 * var(--inner-width) * 1px);
    height: calc(600 / 768 * var(--inner-width) * 1px);
    border-radius: 0 0 0 calc(30 / 768 * var(--inner-width) * 1px);
  }
}
.page-kv .kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.professional-wrap {
  width: min(1280px, 1280 / 1280 * var(--inner-width) * 1px);
  padding-top: min(112px, 112 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(120px, 120 / 1280 * var(--inner-width) * 1px);
  padding-left: min(80px, 80 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .professional-wrap {
    width: 100%;
    padding-top: calc(112 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(126 / 768 * var(--inner-width) * 1px);
    padding-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  .side-nav {
    width: min(240px, 240 / 1280 * var(--inner-width) * 1px);
    position: -webkit-sticky;
    position: sticky;
    top: min(110px, 110 / 1280 * var(--inner-width) * 1px);
  }
  .side-nav ul {
    width: 100%;
  }
  .side-nav ul li {
    border-bottom: 1px solid;
  }
  .side-nav ul li + li {
    margin-top: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  }
  .side-nav ul li a {
    font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
    font-weight: 700;
    padding-left: min(24px, 24 / 1280 * var(--inner-width) * 1px);
    padding-right: min(15px, 15 / 1280 * var(--inner-width) * 1px);
    padding-bottom: min(20px, 20 / 1280 * var(--inner-width) * 1px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: color 0.3s;
    position: relative;
  }
  .side-nav ul li a.active {
    color: #005bac;
  }
  .side-nav ul li a.active::after {
    content: "";
    width: min(8px, 8 / 1280 * var(--inner-width) * 1px);
    height: min(8px, 8 / 1280 * var(--inner-width) * 1px);
    background: #005bac;
    border-radius: 50%;
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .side-nav {
    position: absolute;
    top: calc(-52 / 768 * var(--inner-width) * 1px);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side-nav ul {
    height: calc(104 / 768 * var(--inner-width) * 1px);
    border-radius: calc(56 / 768 * var(--inner-width) * 1px);
    background: #fff;
    border: calc(4 / 768 * var(--inner-width) * 1px) solid #005bac;
    padding-left: calc(114 / 768 * var(--inner-width) * 1px);
    padding-right: calc(38 / 768 * var(--inner-width) * 1px);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .side-nav ul li a {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    font-weight: 700;
    color: #005bac;
  }
  .side-nav ul li:not(:first-child) {
    display: none;
  }
  .side-nav ul::before {
    display: block;
    content: "";
    background: url(/professional/assets/images/common/mark.svg) no-repeat center center/contain;
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
    position: absolute;
    left: calc(32 / 768 * var(--inner-width) * 1px);
  }
}

.professional-inner {
  width: min(848px, 848 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .professional-inner {
    width: 100%;
    padding: 0 calc(40 / 768 * var(--inner-width) * 1px);
  }
}

.c-head {
  font-size: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  margin-bottom: min(30px, 30 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .c-head {
    font-size: calc(40 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(30 / 768 * var(--inner-width) * 1px);
  }
}

@media only screen and (min-width: 48em) {
  .page-menu-panel {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-menu-panel {
    background: #303030;
    margin-top: calc(100 / 768 * var(--inner-width) * 1px);
    position: fixed;
    inset: 0;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 99;
    padding: calc(80 / 768 * var(--inner-width) * 1px) calc(40 / 768 * var(--inner-width) * 1px) calc(80 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .page-menu-panel__inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 calc(200 / 768 * var(--inner-width) * 1px);
    height: 100dvh;
    height: calc(100vh - 100 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__inner {
    width: 100%;
  }
  .page-menu-panel .page-menu__item {
    border-bottom: 1px solid #fff;
  }
  .page-menu-panel .page-menu__item a,
  .page-menu-panel .menu-toggle {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    font-weight: 700;
    color: #fff;
    padding: calc(24 / 768 * var(--inner-width) * 1px) 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(24 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__sub {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
  .page-menu-panel .page-menu__sub .page-menu__item {
    border-bottom: none;
  }
  .page-menu-panel .page-menu__sub a {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    font-weight: 700;
    color: #fff;
  }
  .page-menu-panel .page-menu__item.sub.open .page-menu__sub {
    transform: scaleY(1);
    opacity: 1;
  }
  .page-menu-panel .menu-toggle img {
    width: calc(18 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__item a img {
    width: calc(15 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__entry {
    margin: calc(56 / 768 * var(--inner-width) * 1px) 0 calc(52 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__entry__head {
    text-align: center;
    color: #fff;
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    font-weight: 700;
    margin-bottom: calc(18 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__entry__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-menu-panel .page-menu__entry__link a {
    width: calc(330 / 768 * var(--inner-width) * 1px);
    height: calc(192 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(10 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__entry__link a p {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    font-weight: 700;
    color: #fff;
  }
  .page-menu-panel .page-menu__entry__link a img {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
  }
  .page-menu-panel .page-menu__entry__link a:first-child {
    background: #005bac;
  }
  .page-menu-panel .page-menu__entry__link a:nth-child(2) {
    background: #003360;
  }
}
.other-pages {
  padding-top: min(120px, 120 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(112px, 112 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages {
    padding-top: calc(96 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(96 / 768 * var(--inner-width) * 1px);
    width: calc(688 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages h2 {
  text-align: center;
  font-size: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(42px, 42 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .other-pages h2 {
    font-size: calc(40 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper {
    padding-left: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper .swiper-slide {
  width: min(256px, 256 / 1280 * var(--inner-width) * 1px) !important;
  height: min(555px, 555 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-slide {
    width: calc(332 / 768 * var(--inner-width) * 1px) !important;
    height: calc(708 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.other-pages .other-swiper .swiper-slide a {
  width: 100%;
  height: min(254px, 254 / 1280 * var(--inner-width) * 1px) !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  padding-left: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-slide a {
    height: calc(342 / 768 * var(--inner-width) * 1px) !important;
  }
}
.other-pages .other-swiper .swiper-slide a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  top: 0;
  left: 0;
}
.other-pages .other-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.other-pages .other-swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.other-pages .other-swiper .swiper-slide a .link-name {
  position: relative;
  z-index: 2;
}
.other-pages .other-swiper .swiper-slide a .division {
  color: #fff;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-slide a .division {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper .swiper-slide a .dept {
  color: #fff;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-slide a .dept {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper .swiper-button-prev,
.other-pages .other-swiper .swiper-button-next {
  width: min(50px, 50 / 1280 * var(--inner-width) * 1px);
  height: min(50px, 50 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-button-prev,
  .other-pages .other-swiper .swiper-button-next {
    width: calc(50 / 768 * var(--inner-width) * 1px);
    height: calc(50 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper .swiper-button-arrows {
  width: min(132px, 132 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: min(30px, 30 / 1280 * var(--inner-width) * 1px) auto 0;
}
@media only screen and (max-width: 47.9375em) {
  .other-pages .other-swiper .swiper-button-arrows {
    width: calc(132 / 768 * var(--inner-width) * 1px);
    margin-top: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
.other-pages .other-swiper .swiper-navigation-icon {
  display: none;
}/*# sourceMappingURL=common.css.map */