*,
*::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;
  }
}

#professional-top {
  padding-top: min(100px, 100 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top {
    padding-top: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top::before {
  display: block;
  content: "";
  width: calc(1240 / 1280 * var(--inner-width) * 1px);
  height: calc(960 / 1280 * var(--inner-width) * 1px);
  background: linear-gradient(to bottom, #003463 0%, #005bac 100%);
  border-radius: 0 0 0 min(30px, 30 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  top: min(50px, 50 / 1280 * var(--inner-width) * 1px);
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top::before {
    width: calc(744 / 768 * var(--inner-width) * 1px);
    height: calc(1422 / 768 * var(--inner-width) * 1px);
    border-radius: 0 0 0 calc(30 / 768 * var(--inner-width) * 1px);
    top: calc(100 / 768 * var(--inner-width) * 1px);
    background: linear-gradient(to bottom, #003463 0%, #005bac 100%);
  }
}
#professional-top .kv {
  position: relative;
  min-height: calc(776 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv {
    min-height: unset;
    height: calc(1322 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .kv-inner {
  width: calc(1120 / 1280 * var(--inner-width) * 1px);
  height: calc(776 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  padding-top: min(210px, 210 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-inner {
    width: 100%;
    height: auto;
    padding-top: calc(812 / 768 * var(--inner-width) * 1px);
    padding-left: calc(48 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .kv-title {
  width: calc(310 / 1280 * var(--inner-width) * 1px);
  margin-left: calc(-18 / 1280 * var(--inner-width) * 1px);
}
#professional-top .kv .kv-title img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-title {
    width: calc(403 / 768 * var(--inner-width) * 1px);
    margin-left: 0;
  }
}
#professional-top .kv .kv-text {
  color: #fff;
  font-weight: 700;
  font-size: calc(120 / 1280 * var(--inner-width) * 1px);
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: calc(5 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-text {
    font-size: calc(120 / 768 * var(--inner-width) * 1px);
    left: calc(-55 / 768 * var(--inner-width) * 1px);
    position: relative;
  }
}
#professional-top .kv .kv-en {
  background: url(/professional/assets/images/top/kv-ttl-en.svg) repeat-x center center/cover;
  width: 100%;
  height: calc(95 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  bottom: 0;
  left: 0;
  animation: bgLoop 30s linear infinite;
  pointer-events: none;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-en {
    height: calc(139 / 768 * var(--inner-width) * 1px);
    animation: bgLoop 10s linear infinite;
    bottom: 0;
    background-size: auto 100%;
  }
}
@keyframes bgLoop {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: max(-1595px, -1595 / 1280 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .kv-slider-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(820 / 1280 * var(--inner-width) * 1px);
  height: calc(600 / 1280 * var(--inner-width) * 1px);
  max-height: 80vh;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-slider-wrap {
    width: calc(688 / 768 * var(--inner-width) * 1px);
    height: calc(700 / 768 * var(--inner-width) * 1px);
    max-height: unset;
  }
}
#professional-top .kv .kv-slider {
  height: 100%;
  border-radius: 0 0 0 calc(30 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-slider {
    border-radius: 0 0 0 calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}
#professional-top .kv .swiper-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40 / 1280 * var(--inner-width) * 1px);
  width: auto;
  left: calc(-380 / 1280 * var(--inner-width) * 1px);
  bottom: calc(55 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  z-index: 101;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .swiper-pagination-wrap {
    gap: calc(42 / 768 * var(--inner-width) * 1px);
    bottom: unset;
    top: calc(724 / 768 * var(--inner-width) * 1px);
    left: unset;
    right: calc(64 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(28 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .swiper-pagination {
    gap: calc(42 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .swiper-pagination-bullet {
  display: block;
  width: calc(10 / 1280 * var(--inner-width) * 1px);
  height: calc(10 / 1280 * var(--inner-width) * 1px);
  background: #b2b2b2;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .swiper-pagination-bullet {
    width: calc(15 / 768 * var(--inner-width) * 1px);
    height: calc(15 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .swiper-pagination-bullet:hover {
  background: #fff;
}
#professional-top .kv .swiper-pagination-bullet-active {
  background: #fff;
  position: relative;
}
#professional-top .kv .swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  width: calc(28 / 1280 * var(--inner-width) * 1px);
  height: calc(28 / 1280 * var(--inner-width) * 1px);
  border-radius: 50%;
  border: 1px solid #fff;
  pointer-events: none;
  position: absolute;
  top: calc(-9 / 1280 * var(--inner-width) * 1px);
  left: calc(-9 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .swiper-pagination-bullet-active::after {
    width: calc(42 / 768 * var(--inner-width) * 1px);
    height: calc(42 / 768 * var(--inner-width) * 1px);
    top: calc(-13 / 768 * var(--inner-width) * 1px);
    left: calc(-13 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .kv-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
#professional-top .kv .kv-control .kv-pause {
  width: calc(14 / 1280 * var(--inner-width) * 1px);
  height: calc(14 / 1280 * var(--inner-width) * 1px);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}
#professional-top .kv .kv-control .kv-pause:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .kv .kv-control .kv-pause {
    width: calc(18 / 768 * var(--inner-width) * 1px);
    height: calc(18 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .kv .kv-control .kv-pause img {
  max-width: unset;
  width: auto;
  height: 100%;
}
#professional-top .contents-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#professional-top .contents-title .en {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .contents-title .en {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .contents-title .en.bl {
  color: #005bac;
}
#professional-top .contents-title .ttl {
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .contents-title .ttl {
    font-size: calc(48 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company {
  background: #242424;
  padding-top: calc(188 / 1280 * var(--inner-width) * 1px);
  padding-bottom: calc(138 / 1280 * var(--inner-width) * 1px);
  border-radius: 0 0 calc(30 / 1280 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company {
    padding-top: calc(209 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(144 / 768 * var(--inner-width) * 1px);
    border-radius: 0 0 calc(30 / 768 * var(--inner-width) * 1px) 0;
  }
}
#professional-top .top-company .contents-title {
  color: #fff;
  margin-bottom: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .contents-title {
    margin-bottom: calc(56 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(46 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__inner {
  margin-left: calc(80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__inner {
    margin-left: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__list {
  width: calc(1120 / 1280 * var(--inner-width) * 1px);
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__list {
    width: 100%;
  }
}
#professional-top .top-company .top-company__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: calc(56 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__items {
    flex-wrap: wrap;
    align-items: center;
    gap: calc(80 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(80 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__item {
  width: calc(536 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__item {
    width: calc(687 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__item .top-company__img {
  width: 100%;
  height: calc(248 / 1280 * var(--inner-width) * 1px);
  border-radius: calc(10 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__item .top-company__img {
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
    height: calc(386 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__item img {
  width: 100%;
  transition: 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#professional-top .top-company .top-company__item:hover .top-company__img img {
  transform: scale(1.03);
}
#professional-top .top-company .top-company__item .top-company__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #fff;
  margin-top: calc(16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__item .top-company__link {
    font-size: calc(48 / 768 * var(--inner-width) * 1px);
    line-height: 1.2;
    margin-top: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__item .top-company__link img {
  width: calc(40 / 1280 * var(--inner-width) * 1px);
  height: calc(40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__item .top-company__link img {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-company .top-company__item .top-company__text {
  color: #fff;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  margin-top: min(10px, 10 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-company .top-company__item .top-company__text {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    margin-top: calc(22 / 768 * var(--inner-width) * 1px);
    line-height: 1.6;
  }
}
#professional-top .top-projects {
  position: relative;
  padding: calc(160 / 1280 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects {
    padding: calc(160 / 768 * var(--inner-width) * 1px) 0;
  }
}
#professional-top .top-projects .contents-title {
  padding-left: calc(80 / 1280 * var(--inner-width) * 1px);
  margin-bottom: calc(24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .contents-title {
    padding-left: calc(40 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap {
  padding-top: calc(56 / 1280 * var(--inner-width) * 1px);
  border-top: 1px solid #000;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap {
    padding: calc(56 / 768 * var(--inner-width) * 1px) calc(76 / 768 * var(--inner-width) * 1px) 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 48em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide {
    width: calc(280 / 1280 * var(--inner-width) * 1px) !important;
    height: calc(280 / 1280 * var(--inner-width) * 1px) !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide {
    height: calc(280 / 768 * var(--inner-width) * 1px) !important;
    height: calc(280 / 768 * var(--inner-width) * 1px) !important;
  }
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: calc(10 / 1280 * var(--inner-width) * 1px);
  padding-bottom: calc(20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-link {
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .thumbnail::after {
  display: block;
  content: "";
  background: url(/professional/assets/images/top/discover-link-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-link:hover .thumbnail img {
  transform: scale(1.03);
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-category {
  width: calc(112 / 1280 * var(--inner-width) * 1px);
  height: calc(34 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #fff;
  border-radius: calc(10 / 1280 * var(--inner-width) * 1px) 0 calc(3.5 / 1280 * var(--inner-width) * 1px) 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-category {
    width: auto;
    height: calc(40 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px) 0 calc(3.5 / 768 * var(--inner-width) * 1px) 0;
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    padding: 0 calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-category.project {
  background: #61a6e3;
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-category.people {
  background: #005bac;
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-title {
  width: 100%;
  padding: 0 calc(16 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-title {
    padding: 0 calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-title p {
  color: #fff;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-title p {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-title img {
  width: min(28px, 28 / 1280 * var(--inner-width) * 1px);
  height: min(28px, 28 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .discover-slide .swiper-slide .discover-title img {
    display: none;
  }
}
#professional-top .top-projects .discover-slide-wrap .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  width: calc(104 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  top: calc(-70 / 1280 * var(--inner-width) * 1px);
  left: calc(50% + 440 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .nav-wrap {
    width: auto;
    position: static;
    top: unset;
    left: unset;
  }
}
#professional-top .top-projects .discover-slide-wrap .swiper-button-prev,
#professional-top .top-projects .discover-slide-wrap .swiper-button-next {
  width: calc(40 / 1280 * var(--inner-width) * 1px);
  height: calc(40 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .swiper-button-prev,
  #professional-top .top-projects .discover-slide-wrap .swiper-button-next {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
    position: absolute;
    top: calc(348 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap .swiper-button-prev img,
#professional-top .top-projects .discover-slide-wrap .swiper-button-next img {
  max-width: unset;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-projects .discover-slide-wrap .swiper-button-prev {
    left: calc(8 / 768 * var(--inner-width) * 1px);
  }
  #professional-top .top-projects .discover-slide-wrap .swiper-button-next {
    right: calc(8 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-projects .discover-slide-wrap .swiper-navigation-icon {
  display: none;
}
#professional-top .top-projects .discover-slide-wrap .swiper-button-prev .btn-img,
#professional-top .top-projects .discover-slide-wrap .swiper-button-next .btn-img {
  transition: opacity 0.2s;
  opacity: 1;
}
#professional-top .top-projects .discover-slide-wrap .swiper-button-prev:hover .btn-img,
#professional-top .top-projects .discover-slide-wrap .swiper-button-next:hover .btn-img {
  opacity: 0;
}
#professional-top .top-projects .discover-slide-wrap .swiper-button-prev .btn-hover,
#professional-top .top-projects .discover-slide-wrap .swiper-button-next .btn-hover {
  transition: opacity 0.2s;
  position: absolute;
  inset: 0;
  opacity: 0;
}
#professional-top .top-projects .discover-slide-wrap .swiper-button-prev:hover .btn-hover,
#professional-top .top-projects .discover-slide-wrap .swiper-button-next:hover .btn-hover {
  opacity: 1;
}
#professional-top .top-benefits {
  background: url(/professional/assets/images/top/benefits-bg.jpg) no-repeat center center/cover;
  padding-top: calc(80 / 1280 * var(--inner-width) * 1px);
  padding-bottom: calc(220 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-benefits {
    background: url(/professional/assets/images/top/benefits-bg-sp.jpg) no-repeat center center/cover;
    padding: calc(80 / 768 * var(--inner-width) * 1px) calc(64 / 768 * var(--inner-width) * 1px) calc(220 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-benefits .top-benefits__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-benefits .top-benefits__inner {
    flex-direction: column;
  }
}
#professional-top .top-benefits .top-benefits__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-benefits .top-benefits__contents {
    margin-top: calc(64 / 768 * var(--inner-width) * 1px);
    gap: calc(32 / 768 * var(--inner-width) * 1px);
    width: 100%;
  }
  #professional-top .top-benefits .top-benefits__contents li {
    width: 100%;
  }
}
#professional-top .top-benefits .top-benefits__item {
  width: calc(536 / 1280 * var(--inner-width) * 1px);
  height: calc(128 / 1280 * var(--inner-width) * 1px);
  border-radius: calc(10 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  padding: calc(24 / 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) {
  #professional-top .top-benefits .top-benefits__item {
    width: 100%;
    height: calc(200 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding: calc(48 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-benefits .top-benefits__item img {
  width: calc(40 / 1280 * var(--inner-width) * 1px);
  height: calc(40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-benefits .top-benefits__item img {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-benefits .top-benefits__item:hover {
  opacity: 0.7;
}
#professional-top .top-benefits .top-benefits__title {
  font-size: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-benefits .top-benefits__title {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-benefits .top-benefits__text {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-benefits .top-benefits__text {
    font-size: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview {
  position: relative;
  margin-top: calc(-50 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview {
    margin-top: calc(-50 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__title {
  border-radius: calc(30 / 1280 * var(--inner-width) * 1px) 0 0 0;
  background: linear-gradient(to bottom right, #003463 27%, #005bac 100%);
  padding: calc(64 / 1280 * var(--inner-width) * 1px) calc(80 / 1280 * var(--inner-width) * 1px) calc(80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__title {
    border-radius: calc(30 / 768 * var(--inner-width) * 1px) 0 0 0;
    padding: calc(64 / 768 * var(--inner-width) * 1px) calc(36 / 768 * var(--inner-width) * 1px) calc(80 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__title h2 {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__title h2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
#professional-top .top-overview .top-overview__title h2 strong {
  font-size: min(96px, 96 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__title h2 strong {
    font-size: calc(112 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__title h2 span {
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  position: relative;
  top: calc(-20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__title h2 span {
    font-size: calc(48 / 768 * var(--inner-width) * 1px);
    top: unset;
  }
}
#professional-top .top-overview .top-overview__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__nav {
    flex-direction: column;
    border: none;
  }
}
#professional-top .top-overview .top-overview__nav li:first-child .top-overview__link {
  background: #61a6e3;
}
#professional-top .top-overview .top-overview__nav li {
  border-right: 1px solid #b2b2b2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__nav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b2b2b2;
  }
}
#professional-top .top-overview .top-overview__nav li:last-child {
  border-right: none;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__nav li:last-child {
    border-bottom: 1px solid #b2b2b2;
  }
}
#professional-top .top-overview .top-overview__link {
  width: calc(426 / 1280 * var(--inner-width) * 1px);
  height: calc(400 / 1280 * var(--inner-width) * 1px);
  background: #005bac;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(70 / 1280 * var(--inner-width) * 1px);
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__link {
    width: 100%;
    height: calc(400 / 768 * var(--inner-width) * 1px);
    padding-top: calc(98 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__link img {
  width: calc(40 / 1280 * var(--inner-width) * 1px);
  height: calc(40 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__link img {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__link:hover {
  opacity: 0.7;
}
#professional-top .top-overview .top-overview__link__title {
  color: #fff;
  text-align: center;
  font-size: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  height: calc(100 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__link__title {
    font-size: calc(48 / 768 * var(--inner-width) * 1px);
    height: auto;
  }
}
#professional-top .top-overview .top-overview__link__text {
  color: #fff;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  text-align: center;
  margin-bottom: calc(30 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__link__text {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__images {
  position: relative;
  height: calc(820 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__images {
    height: calc(1123 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__images img {
  position: absolute;
  display: block;
}
#professional-top .top-overview .top-overview__images img:first-child {
  width: calc(206 / 1280 * var(--inner-width) * 1px);
  top: calc(80 / 1280 * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__images img:first-child {
    width: calc(206 / 768 * var(--inner-width) * 1px);
    height: calc(227 / 768 * var(--inner-width) * 1px);
    -o-object-fit: cover;
       object-fit: cover;
    top: calc(832 / 768 * var(--inner-width) * 1px);
  }
}
#professional-top .top-overview .top-overview__images img:nth-child(2) {
  width: calc(300 / 1280 * var(--inner-width) * 1px);
  top: calc(225 / 1280 * var(--inner-width) * 1px);
  left: calc(275 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__images img:nth-child(2) {
    width: calc(300 / 768 * var(--inner-width) * 1px);
    height: calc(435 / 768 * var(--inner-width) * 1px);
    -o-object-fit: cover;
       object-fit: cover;
    top: calc(576 / 768 * var(--inner-width) * 1px);
    right: calc(84 / 768 * var(--inner-width) * 1px);
    left: unset;
  }
}
#professional-top .top-overview .top-overview__images img:nth-child(3) {
  width: calc(640 / 1280 * var(--inner-width) * 1px);
  top: calc(80 / 1280 * var(--inner-width) * 1px);
  right: 0;
}
@media only screen and (max-width: 47.9375em) {
  #professional-top .top-overview .top-overview__images img:nth-child(3) {
    top: 0;
    width: 100%;
    height: calc(480 / 768 * var(--inner-width) * 1px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.entry {
  padding-top: calc(65 / 1280 * var(--inner-width) * 1px);
  margin-bottom: calc(47 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .entry {
    padding-top: calc(112 / 768 * var(--inner-width) * 1px);
    margin-left: 0;
    margin-bottom: 0;
  }
}
.entry .portalsite-bn {
  display: none;
}
.entry .entry-text {
  display: none;
}/*# sourceMappingURL=top.css.map */