/*!
 * IC Theme Stylesheet
 * Compiled from SCSS
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A43;
  letter-spacing: -0.02em;
  background-color: #F7F9FA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin: 0;
}

a {
  color: #0066CC;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

html {
  scroll-padding-top: calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: calc(100 / 1280 * 100vw);
  }
}

.page-content {
  padding: calc(64 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .page-content {
    padding: calc(64 / 1280 * 100vw) 0;
  }
}
.page-content__container {
  margin: 0 auto;
  padding: 0 calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-content__container {
    max-width: calc(1280 / 1280 * 100vw);
    padding: 0 calc(24 / 1280 * 100vw);
  }
}

.onlyPc {
  display: none !important;
}
@media (min-width: 768px) {
  .onlyPc {
    display: inline !important;
  }
}

.onlySp {
  display: inline !important;
}
@media (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}

.page-nav {
  position: relative;
  z-index: 1;
  padding: calc(8 / 375 * 100vw) calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-nav {
    padding: 0 calc(40 / 1280 * 100vw) calc(64 / 1280 * 100vw);
  }
}
.page-nav__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-nav__container {
    max-width: calc(1066 / 1280 * 100vw);
    grid-template-columns: repeat(4, 1fr);
    gap: calc(14 / 1280 * 100vw) calc(32 / 1280 * 100vw);
  }
}
.page-nav__container--3col {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-nav__container--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-nav__container--2col {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-nav__container--2col {
    grid-template-columns: repeat(2, 1fr);
    max-width: calc(700 / 1280 * 100vw);
  }
}
.page-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(16 / 375 * 100vw) 0 calc(14 / 375 * 100vw);
  border-bottom: 1px solid #A4A4AE;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .page-nav__item {
    padding: calc(15 / 1280 * 100vw) 0;
  }
}
.page-nav__item:hover {
  opacity: 0.7;
}
.page-nav__item::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  background-color: #005CC3;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: calc(14 / 375 * 100vw) calc(14 / 375 * 100vw);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .page-nav__item::after {
    width: calc(24 / 1280 * 100vw);
    height: calc(24 / 1280 * 100vw);
    background-size: calc(16 / 1280 * 100vw) calc(16 / 1280 * 100vw);
  }
}
.page-nav__item-text {
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.2;
  color: #000069;
}
@media (min-width: 768px) {
  .page-nav__item-text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.header {
  width: 100%;
  background-color: transparent;
  border-bottom: none;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header--subpage .header__logo-link {
  background-color: #ffffff;
}
.header.is-scrolled .header__logo-link {
  background-color: #ffffff;
}
.header__container {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(12 / 375 * 100vw) 0 0;
  gap: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__container {
    width: calc(1280 / 1280 * 100vw);
    padding: 0 calc(40 / 1280 * 100vw) 0 0;
    gap: calc(16 / 1280 * 100vw);
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding: calc(6 / 375 * 100vw) calc(14 / 375 * 100vw) calc(7 / 375 * 100vw) calc(12 / 375 * 100vw);
  border-radius: 0 0 calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .header__logo-link {
    padding: calc(9 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(9 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    border-radius: 0 0 calc(24 / 1280 * 100vw) 0;
  }
}
.header__logo-link:hover {
  opacity: 0.8;
}
.header__logo-image {
  width: auto;
  display: block;
  height: calc(60 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__logo-image {
    height: calc(78 / 1280 * 100vw);
  }
}
.header__nav {
  display: none;
  align-items: center;
  margin-left: auto;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    gap: calc(16 / 1280 * 100vw);
  }
}
.header__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: calc(50 / 375 * 100vw);
  background-color: #000069;
  color: #F7F9FA;
  transition: opacity 0.3s ease;
  padding: calc(13 / 375 * 100vw) calc(32 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .header__nav-btn {
    padding: calc(13 / 1280 * 100vw) calc(44 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    border-radius: calc(50 / 1280 * 100vw);
  }
}
.header__nav-btn:hover {
  opacity: 0.8;
}
.header__nav-btn:active {
  transform: translateY(0);
}
.header__nav-btn--primary {
  background-color: #00A3F7;
  color: #000069;
}
.header__nav-btn--secondary {
  background-color: #000069;
  color: #F7F9FA;
}
.header__toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #000069;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, transform 0.15s ease;
  position: relative;
  width: calc(56 / 375 * 100vw);
  height: calc(56 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle {
    margin-left: 0;
    width: calc(72 / 1280 * 100vw);
    height: calc(72 / 1280 * 100vw);
  }
}
.header__toggle:hover {
  background-color: #000050;
  transform: scale(1.05);
}
.header__toggle:active {
  transform: scale(0.98);
}
.header__toggle-line {
  position: absolute;
  background-color: #F7F9FA;
  transition: transform 0.3s ease, opacity 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  border-radius: calc(2 / 375 * 100vw);
  width: calc(20 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle-line {
    border-radius: calc(2 / 1280 * 100vw);
    width: calc(24 / 1280 * 100vw);
    height: calc(3 / 1280 * 100vw);
  }
}
.header__toggle-line:nth-child(1) {
  top: calc(19 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle-line:nth-child(1) {
    top: calc(28 / 1280 * 100vw);
  }
}
.header__toggle-line:nth-child(2) {
  top: calc(27 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle-line:nth-child(2) {
    top: calc(36 / 1280 * 100vw);
  }
}
.header__toggle-line:nth-child(3) {
  top: calc(35 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle-line:nth-child(3) {
    top: calc(44 / 1280 * 100vw);
  }
}
.header__toggle[aria-expanded=true] .header__toggle-line:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
  top: calc(27 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle[aria-expanded=true] .header__toggle-line:nth-child(1) {
    top: calc(36 / 1280 * 100vw);
  }
}
.header__toggle[aria-expanded=true] .header__toggle-line:nth-child(2) {
  opacity: 0;
}
.header__toggle[aria-expanded=true] .header__toggle-line:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
  top: calc(27 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__toggle[aria-expanded=true] .header__toggle-line:nth-child(3) {
    top: calc(36 / 1280 * 100vw);
  }
}
.header__mobile-menu {
  position: absolute;
  top: calc(8 / 375 * 100vw);
  right: calc(12 / 375 * 100vw);
  background-color: #F7F9FA;
  overflow-y: auto;
  border: 1px solid #E0E0E0;
  border-radius: calc(16 / 375 * 100vw);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transform-origin: top right;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  width: calc(100% - 24 / 375 * 100vw);
  max-height: calc(100vh - 16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu {
    top: calc(12 / 1280 * 100vw);
    right: calc(40 / 1280 * 100vw);
    width: calc(400 / 1280 * 100vw);
    border-radius: calc(16 / 1280 * 100vw);
    max-height: calc(100vh - 24 / 1280 * 100vw);
  }
}
.header__mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header__mobile-menu-close {
  position: absolute;
  top: calc(4 / 375 * 100vw);
  right: calc(4 / 375 * 100vw);
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000069;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media (min-width: 768px) {
  .header__mobile-menu-close {
    top: calc(12 / 1280 * 100vw);
    right: calc(12 / 1280 * 100vw);
    width: calc(48 / 1280 * 100vw);
    height: calc(48 / 1280 * 100vw);
  }
}
.header__mobile-menu-close:hover {
  opacity: 0.7;
}
.header__mobile-menu-close svg {
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu-close svg {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.header__mobile-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: calc(63 / 375 * 100vw) calc(24 / 375 * 100vw) calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu-inner {
    padding: calc(80 / 1280 * 100vw) calc(47 / 1280 * 100vw) calc(48 / 1280 * 100vw);
  }
}
.header__mobile-menu-nav {
  display: flex;
  flex-direction: column;
}
.header__mobile-menu-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000069;
  font-weight: 700;
  text-decoration: none;
  border-top: 1px solid #E0E0E0;
  transition: opacity 0.3s ease;
  padding: calc(14 / 375 * 100vw) calc(0 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .header__mobile-menu-nav a {
    padding: calc(13 / 1280 * 100vw) 0;
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.header__mobile-menu-nav a:hover {
  opacity: 0.8;
}
.header__mobile-menu-nav a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(4 / 375 * 100vw);
  height: calc(4 / 375 * 100vw);
  border-radius: 50%;
  background-color: #0066CC;
  margin-right: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu-nav a::before {
    width: calc(4 / 1280 * 100vw);
    height: calc(4 / 1280 * 100vw);
    margin-right: calc(8 / 1280 * 100vw);
  }
}
.header__mobile-menu-nav a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: calc(30 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  background-image: url(../images/arrow-nav.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__mobile-menu-nav a::after {
    width: calc(30 / 1280 * 100vw);
    height: calc(30 / 1280 * 100vw);
  }
}
.header__mobile-menu-text {
  flex: 1;
}
.header__mobile-menu-arrow {
  flex-shrink: 0;
  color: #E0E0E0;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu-arrow {
    width: calc(24 / 1280 * 100vw);
    height: calc(24 / 1280 * 100vw);
  }
}
.header__mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: calc(22 / 375 * 100vw);
  margin-top: calc(22 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu-buttons {
    gap: calc(12 / 1280 * 100vw);
    margin-top: calc(25 / 1280 * 100vw);
  }
}
.header__mobile-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(50 / 375 * 100vw);
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
  padding: calc(13 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header__mobile-menu-btn {
    padding: calc(13 / 1280 * 100vw) calc(32 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    gap: calc(12 / 1280 * 100vw);
    border-radius: calc(50 / 1280 * 100vw);
  }
}
.header__mobile-menu-btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-image: url("../images/arrow-radiusbtn.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__mobile-menu-btn::after {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.header__mobile-menu-btn:hover {
  opacity: 0.8;
}
.header__mobile-menu-btn--primary {
  background-color: #00A3F7;
  color: #000069;
}
.header__mobile-menu-btn--primary::after {
  background-image: url("../images/arrow-footer-1.svg");
}
.header__mobile-menu-btn--secondary {
  background-color: #0066CC;
  color: #F7F9FA;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  padding: calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer {
    padding: calc(20 / 1280 * 100vw);
    margin-top: calc(10 / 1280 * 100vw);
  }
}
.footer__container {
  margin: 0 auto;
  background-color: #1A1A43;
  border-radius: calc(24 / 375 * 100vw);
  position: relative;
  padding: calc(125 / 375 * 100vw) calc(24 / 375 * 100vw) calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__container {
    width: calc(1240 / 1280 * 100vw);
    padding: calc(72 / 1280 * 100vw) calc(80 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.footer__logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: calc(12 / 375 * 100vw) 0 calc(12 / 375 * 100vw) 0;
  padding: calc(8 / 375 * 100vw) calc(26 / 375 * 100vw) calc(8 / 375 * 100vw) calc(22 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__logo {
    border-radius: calc(24 / 1280 * 100vw) 0 calc(24 / 1280 * 100vw) 0;
    padding: calc(16 / 1280 * 100vw) calc(32 / 1280 * 100vw);
  }
}
.footer__logo-link {
  display: block;
  text-decoration: none;
}
.footer__logo-image {
  width: calc(120 / 375 * 100vw);
  display: block;
}
@media (min-width: 768px) {
  .footer__logo-image {
    width: calc(182 / 1280 * 100vw);
  }
}
.footer__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(66 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__item-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    gap: calc(173 / 1280 * 100vw);
  }
}
.footer__nav-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__nav-wrapper {
    gap: calc(132 / 1280 * 100vw);
    padding-top: calc(3 / 1280 * 100vw);
  }
}
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(39 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__menu {
    gap: calc(22 / 1280 * 100vw);
  }
}
.footer__menu li {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(6 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__menu li {
    gap: calc(7 / 1280 * 100vw);
  }
}
.footer__menu li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(4 / 375 * 100vw);
  height: calc(4 / 375 * 100vw);
  border-radius: 50%;
  background-color: #F7F9FA;
}
@media (min-width: 768px) {
  .footer__menu li::before {
    width: calc(4 / 1280 * 100vw);
    height: calc(4 / 1280 * 100vw);
  }
}
.footer__menu a {
  color: #F7F9FA;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
  display: inline-block;
  font-size: min(13 / 375 * 100vw, 13px);
}
@media (min-width: 768px) {
  .footer__menu a {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.footer__menu a:hover {
  opacity: 0.7;
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__buttons {
    gap: calc(12 / 1280 * 100vw);
    width: calc(240 / 1280 * 100vw);
  }
}
.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(50 / 375 * 100vw);
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: calc(14 / 375 * 100vw) calc(28 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .footer__btn {
    padding: calc(13 / 1280 * 100vw) 0;
    font-size: min(14 / 1280 * 100vw, 14px);
    border-radius: calc(50 / 1280 * 100vw);
  }
}
.footer__btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-image: url("../images/arrow-radiusbtn.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .footer__btn::after {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.footer__btn:hover {
  opacity: 0.8;
}
.footer__btn--primary {
  background-color: #00A3F7;
  color: #000069;
}
.footer__btn--primary::after {
  background-image: url("../images/arrow-footer-1.svg");
}
.footer__btn--secondary {
  background-color: #0066CC;
  color: #F7F9FA;
}
.footer__btn--company {
  margin-top: calc(32 / 375 * 100vw);
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer__btn--company {
    margin-top: calc(36 / 1280 * 100vw);
  }
}
.footer__btn--company::after {
  background-image: url("../images/arrow-footer-2.svg");
}
.footer__bottom {
  text-align: center;
  padding-top: calc(62 / 375 * 100vw);
}
@media (min-width: 768px) {
  .footer__bottom {
    text-align: right;
    padding-top: calc(68 / 1280 * 100vw);
  }
}
.footer__copyright {
  color: #CDCDDC;
  margin: 0;
  font-weight: 300;
  font-size: min(10 / 375 * 100vw, 10px);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: min(10 / 1280 * 100vw, 10px);
  }
}
.footer__page-top {
  position: fixed;
  bottom: calc(24 / 375 * 100vw);
  right: calc(16 / 375 * 100vw);
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background-color: #F7F9FA;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.3s ease;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: unset;
}
@media (min-width: 768px) {
  .footer__page-top {
    bottom: calc(40 / 1280 * 100vw);
    right: calc(40 / 1280 * 100vw);
    width: calc(72 / 1280 * 100vw);
    height: calc(72 / 1280 * 100vw);
  }
}
.footer__page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .footer__page-top:hover {
    opacity: 0.8;
  }
}
.footer__page-top img {
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .container {
    max-width: calc(1280 / 1280 * 100vw);
    padding: 0 calc(24 / 1280 * 100vw);
  }
}

.container-fluid {
  width: 100%;
  padding: 0 calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 calc(24 / 1280 * 100vw);
  }
}

.button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  border-radius: calc(8 / 375 * 100vw);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
  font-size: min(16 / 375 * 100vw, 16px);
}
@media (min-width: 768px) {
  .button {
    padding: calc(16 / 1280 * 100vw) calc(32 / 1280 * 100vw);
    font-size: min(16 / 1280 * 100vw, 16px);
    border-radius: calc(8 / 1280 * 100vw);
  }
}
.button--primary {
  background-color: #0066CC;
  color: #FFFFFF;
  border-color: #0066CC;
}
.button--primary:hover {
  background-color: rgb(0, 76.5, 153);
  border-color: rgb(0, 76.5, 153);
  color: #FFFFFF;
}
.button--secondary {
  background-color: #000069;
  color: #FFFFFF;
  border-color: #000069;
}
.button--secondary:hover {
  background-color: #000050;
  border-color: #000050;
  color: #FFFFFF;
}
.button--outline {
  background-color: transparent;
  color: #0066CC;
  border-color: #0066CC;
}
.button--outline:hover {
  background-color: #0066CC;
  color: #FFFFFF;
}
.button--large {
  padding: calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
  font-size: min(18 / 375 * 100vw, 18px);
}
@media (min-width: 768px) {
  .button--large {
    padding: calc(24 / 1280 * 100vw) calc(48 / 1280 * 100vw);
    font-size: min(18 / 1280 * 100vw, 18px);
  }
}

.btn-radius {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000069;
  color: #F7F9FA;
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  text-decoration: none;
  padding: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
  border-radius: calc(40 / 375 * 100vw);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 100%;
  height: calc(65 / 375 * 100vw);
  cursor: pointer;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .btn-radius {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(18 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    border-radius: calc(40 / 1280 * 100vw);
    width: calc(405 / 1280 * 100vw);
    height: calc(65 / 1280 * 100vw);
  }
}
.btn-radius:hover {
  background-color: #000050;
}
.btn-radius::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(12 / 375 * 100vw);
  transform: translateY(-50%);
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-image: url("../images/arrow-radiusBtn.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .btn-radius::after {
    right: calc(12 / 1280 * 100vw);
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.btn-radius--small {
  width: calc(240 / 375 * 100vw);
  height: calc(49 / 375 * 100vw);
}
@media (min-width: 768px) {
  .btn-radius--small {
    width: calc(240 / 1280 * 100vw);
    height: calc(49 / 1280 * 100vw);
  }
}
.btn-radius--lg {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: min(16 / 375 * 100vw, 16px);
  padding: calc(16 / 375 * 100vw) calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .btn-radius--lg {
    font-size: min(18 / 1280 * 100vw, 18px);
    padding: calc(18 / 1280 * 100vw) calc(64 / 1280 * 100vw);
  }
}
.btn-radius--center {
  margin-left: auto;
  margin-right: auto;
}
.btn-radius--back::after {
  display: none;
}
.btn-radius--back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(12 / 375 * 100vw);
  transform: translateY(-50%);
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-image: url("../images/arrow-radiusBtn-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .btn-radius--back::before {
    left: calc(12 / 1280 * 100vw);
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}

.card {
  background-color: #F7F9FA;
  border-radius: calc(12 / 375 * 100vw);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .card {
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.card__image {
  width: 100%;
  object-fit: cover;
  height: calc(200 / 375 * 100vw);
}
@media (min-width: 768px) {
  .card__image {
    height: calc(200 / 1280 * 100vw);
  }
}
.card__content {
  padding: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .card__content {
    padding: calc(32 / 1280 * 100vw);
  }
}
.card__title {
  font-size: min(24 / 375 * 100vw, 24px);
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .card__title {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.card__text {
  color: #666666;
}

.form__group {
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .form__group {
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.form__label {
  display: block;
  font-weight: 600;
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .form__label {
    margin-bottom: calc(8 / 1280 * 100vw);
  }
}
.form__input, .form__textarea, .form__select {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: calc(4 / 375 * 100vw);
  transition: border-color 0.3s ease;
  padding: calc(16 / 375 * 100vw);
  font-size: min(16 / 375 * 100vw, 16px);
}
@media (min-width: 768px) {
  .form__input, .form__textarea, .form__select {
    padding: calc(16 / 1280 * 100vw);
    font-size: min(16 / 1280 * 100vw, 16px);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.form__input:focus, .form__textarea:focus, .form__select:focus {
  outline: none;
  border-color: #0066CC;
}
.form__textarea {
  resize: vertical;
  min-height: calc(150 / 375 * 100vw);
}
@media (min-width: 768px) {
  .form__textarea {
    min-height: calc(150 / 1280 * 100vw);
  }
}
.form__required {
  color: #FF6B6B;
  margin-left: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .form__required {
    margin-left: calc(4 / 1280 * 100vw);
  }
}

.enHead {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #0066CC;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: min(16 / 375 * 100vw, 16px);
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .enHead {
    font-size: min(24 / 1280 * 100vw, 24px);
    gap: calc(8 / 1280 * 100vw);
  }
}
.enHead::before {
  content: "";
  display: block;
  background-image: url("../images/icn-enHead.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .enHead::before {
    width: calc(30 / 1280 * 100vw);
    height: calc(30 / 1280 * 100vw);
  }
}
.enHead--center {
  justify-content: center;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  padding: calc(124 / 375 * 100vw) 0 0 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: calc(122 / 1280 * 100vw) calc(40 / 1280 * 100vw) 0;
  }
}
.breadcrumb__nav {
  overflow-x: auto;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
  color: #686873;
}
@media (min-width: 768px) {
  .breadcrumb__list {
    max-width: calc(1066 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 calc(8 / 375 * 100vw);
  color: #686873;
}
@media (min-width: 768px) {
  .breadcrumb__item:not(:last-child)::after {
    margin: 0 calc(8 / 1280 * 100vw);
  }
}
.breadcrumb__item:first-of-type::before {
  content: "";
  display: block;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .breadcrumb__item:first-of-type::before {
    display: none;
  }
}
.breadcrumb__item:last-of-type::after {
  content: "";
  display: block;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .breadcrumb__item:last-of-type::after {
    display: none;
  }
}
.breadcrumb__item a {
  color: #686873;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb__item a:hover {
  color: #00A3F7;
}
.breadcrumb__item--current {
  overflow: hidden;
  min-width: 0;
}
.breadcrumb__item--current span {
  color: #00A3F7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.page-header {
  position: relative;
  z-index: 1;
  padding: calc(52 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-header {
    padding: calc(65 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
.page-header__container {
  margin: 0 auto;
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-header__container {
    max-width: calc(1066 / 1280 * 100vw);
    padding: 0;
  }
}

.page-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8 / 375 * 100vw);
  margin: 0;
}
@media (min-width: 768px) {
  .page-heading {
    gap: calc(14 / 1280 * 100vw);
    margin-bottom: 0;
  }
}
.page-heading__en {
  display: flex;
  gap: calc(12 / 375 * 100vw);
  font-family: "Poppins", sans-serif;
  font-weight: 275;
  font-size: min(48 / 375 * 100vw, 48px);
  line-height: 1.2;
  color: #0066CC;
}
@media (min-width: 768px) {
  .page-heading__en {
    align-items: center;
    gap: calc(12 / 1280 * 100vw);
    font-size: min(80 / 1280 * 100vw, 80px);
  }
}
.page-heading__en::before {
  content: "";
  display: block;
  background-image: url("../images/icn-enHead.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: calc(30 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .page-heading__en::before {
    transform: unset;
    width: calc(30 / 1280 * 100vw);
    height: calc(30 / 1280 * 100vw);
  }
}
.page-heading__ja {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: min(24 / 375 * 100vw, 24px);
  color: #1A1A43;
  letter-spacing: 0.06em;
  margin-top: calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-heading__ja {
    font-size: min(24 / 1280 * 100vw, 24px);
    letter-spacing: 0.06em;
    margin-top: calc(10 / 1280 * 100vw);
  }
}
.page-heading--single .page-heading__ja {
  display: flex;
  align-items: center;
  gap: calc(12 / 375 * 100vw);
  width: auto;
  margin-top: 0;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-heading--single .page-heading__ja {
    gap: calc(16 / 1280 * 100vw);
    font-size: min(32 / 1280 * 100vw, 32px);
  }
}
.page-heading--single .page-heading__ja::before {
  content: "";
  display: block;
  background-image: url("../images/icn-enHead.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .page-heading--single .page-heading__ja::before {
    width: calc(30 / 1280 * 100vw);
    height: calc(30 / 1280 * 100vw);
  }
}

.page-lead {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  margin: calc(38 / 375 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .page-lead {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-top: calc(85 / 1280 * 100vw);
  }
}
.page-lead__br--pc {
  display: none;
}
@media (min-width: 768px) {
  .page-lead__br--pc {
    display: inline;
  }
}

.page-caution {
  font-size: min(12 / 375 * 100vw, 12px);
  font-weight: 400;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .page-caution {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}

.navigation__list {
  display: flex;
  list-style: none;
  gap: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .navigation__list {
    gap: calc(24 / 1280 * 100vw);
  }
}
.navigation__item a {
  color: #1A1A43;
  font-weight: 500;
  transition: color 0.3s ease;
}
.navigation__item a:hover {
  color: #0066CC;
}
.navigation__item.current-menu-item a {
  color: #0066CC;
}

.recruiting-section-title {
  font-size: min(24 / 375 * 100vw, 24px);
  margin: 0 0 calc(48 / 375 * 100vw) 0;
  color: #1A1A43;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .recruiting-section-title {
    font-size: min(40 / 1280 * 100vw, 40px);
    margin-bottom: calc(40 / 1280 * 100vw);
  }
}

.recruiting-entry {
  position: relative;
  z-index: 1;
  padding: calc(75 / 375 * 100vw) calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .recruiting-entry {
    padding: calc(96 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
.recruiting-entry__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recruiting-entry__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.recruiting-entry__card {
  position: relative;
  border-radius: calc(24 / 375 * 100vw);
  padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw);
  text-align: center;
  background: #005CC3;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 768px) {
  .recruiting-entry__card {
    width: calc(788 / 1280 * 100vw);
    margin-inline: auto;
    border-radius: calc(24 / 1280 * 100vw);
    padding: calc(32 / 1280 * 100vw) 0;
  }
}
.recruiting-entry__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-entry.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .recruiting-entry__card::before {
    width: calc(411 / 1280 * 100vw);
  }
}
.recruiting-entry__card--new-graduate-recruiting {
  color: #1A1A43;
  background: linear-gradient(136.56deg, rgba(229, 240, 246, 0.2) -25.17%, rgba(109, 205, 255, 0.8) 27.78%, #00A3F7 100%);
}
.recruiting-entry__card--new-graduate-recruiting::before {
  background-image: url("../images/bg-new-graduate-recruiting.png");
}
.recruiting-entry__cardInner {
  position: relative;
  z-index: 2;
}
.recruiting-entry__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  margin: 0 0 calc(18 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .recruiting-entry__text {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.recruiting-table {
  border-top: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .recruiting-table {
    width: calc(786 / 1280 * 100vw);
    margin-inline: auto;
    margin-top: calc(62 / 1280 * 100vw);
  }
}
.recruiting-table__row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E0E0E0;
  padding: calc(15 / 375 * 100vw);
}
@media (min-width: 768px) {
  .recruiting-table__row {
    padding: calc(9 / 1280 * 100vw) calc(24 / 1280 * 100vw);
    flex-direction: row;
    gap: calc(164 / 1280 * 100vw);
  }
}
.recruiting-table__header {
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  color: #000069;
  line-height: 2;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .recruiting-table__header {
    width: calc(120 / 1280 * 100vw);
    font-size: min(20 / 1280 * 100vw, 20px);
  }
}
.recruiting-table__cell {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .recruiting-table__cell {
    flex: 1;
    font-size: min(14 / 1280 * 100vw, 14px);
    padding-top: calc(6 / 1280 * 100vw);
  }
}
.recruiting-table__cell h3 {
  font-weight: bold;
}
.recruiting-table__cell .small {
  font-size: min(12 / 375 * 100vw, 12px);
}
@media (min-width: 768px) {
  .recruiting-table__cell .small {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.recruiting-table__cell .bold {
  font-weight: 700;
}

.recruiting-faq-cta {
  display: flex;
  justify-content: center;
  margin-top: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .recruiting-faq-cta {
    margin-top: calc(64 / 1280 * 100vw);
  }
}

.recruiting-footer-cta {
  position: relative;
  z-index: 1;
  padding: calc(48 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .recruiting-footer-cta {
    padding: calc(64 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.recruiting-footer-cta__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recruiting-footer-cta__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.recruiting-footer-cta__card {
  background: linear-gradient(135deg, #C9E6F1 0%, #B5DEE8 50%, #A3D4E0 100%);
  border-radius: calc(16 / 375 * 100vw);
  padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .recruiting-footer-cta__card {
    border-radius: calc(20 / 1280 * 100vw);
    padding: calc(48 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
.recruiting-footer-cta__text {
  font-weight: 400;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
  color: #000069;
  margin: 0 0 calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .recruiting-footer-cta__text {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}

.top-page {
  background-position: center calc(1000 / 375 * 100vw);
  background-size: 100% auto;
  background-image: url("../images/bg-front-page-sp.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top-page {
    background-position: center calc(1200 / 1280 * 100vw);
    background-image: url("../images/bg-front-page.svg");
  }
}

.top-hero {
  position: relative;
  overflow: hidden;
}
.top-hero__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: calc(667 / 375 * 100vw);
  min-height: 100svh;
  margin-inline: auto;
  padding: calc(93 / 375 * 100vw) calc(24 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-hero__inner {
    height: 100%;
    min-height: auto;
    align-items: center;
    width: calc(1280 / 1280 * 100vw);
    padding: calc(193 / 1280 * 100vw) 0 calc(260 / 1280 * 100vw) calc(108 / 1280 * 100vw);
  }
}
.top-hero__inner::before {
  content: "";
  position: absolute;
  background-image: url("../images/before-hero-sp.png");
  background-size: 100% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0;
  right: 0;
  width: calc(375 / 375 * 100vw);
  height: calc(667 / 375 * 100vw);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-hero__inner::before {
    background-position: top right;
    background-image: url("../images/before-hero.png");
    top: 0;
    right: 0;
    width: calc(883 / 1280 * 100vw);
    height: calc(915 / 1280 * 100vw);
  }
}
.top-hero__inner::after {
  content: "";
  position: absolute;
  background-image: url("../images/after-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  top: calc(60 / 375 * 100vw);
  left: calc(-80 / 375 * 100vw);
  width: calc(160 / 375 * 100vw);
  height: calc(160 / 375 * 100vw);
  display: none;
  transform: translateX(-50%) translateY(var(--parallax-hero-after, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-hero__inner::after {
    display: block;
    top: calc(102 / 1280 * 100vw);
    left: calc(3 / 1280 * 100vw);
    width: calc(280 / 1280 * 100vw);
    height: calc(280 / 1280 * 100vw);
  }
}
.top-hero__container {
  position: relative;
  max-width: unset;
  margin: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.top-hero__head {
  position: relative;
  z-index: 1;
}
.top-hero__scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  bottom: calc(7 / 375 * 100vw);
  left: calc(23 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-hero__scroll {
    bottom: calc(90 / 1280 * 100vw);
    left: calc(106 / 1280 * 100vw);
  }
}
.top-hero__scroll-text {
  font-weight: 500;
  color: #000069;
  font-size: min(12 / 375 * 100vw, 12px);
}
@media (min-width: 768px) {
  .top-hero__scroll-text {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.top-hero__scroll-text::after {
  content: "";
  display: block;
  background-color: #000069;
  animation: scrollLine 2s infinite;
  width: calc(1 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-hero__scroll-text::after {
    width: calc(1 / 1280 * 100vw);
    height: calc(120 / 1280 * 100vw);
  }
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0) translateX(16px) translateY(8px);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1) translateX(16px) translateY(8px);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1) translateX(16px) translateY(8px);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0) translateX(16px) translateY(8px);
    transform-origin: bottom;
  }
}
.topHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  margin-bottom: 0;
}
.topHead__en {
  font-weight: 300;
  line-height: 1.6;
  background: linear-gradient(135deg, #00A3F7 0%, #00BEB5 60%, #008EBC 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: min(18 / 375 * 100vw, 18px);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .topHead__en {
    font-size: min(32 / 1280 * 100vw, 32px);
  }
}
.topHead__ja {
  font-weight: 500;
  line-height: 1.6;
  color: #000069;
  font-size: min(39 / 375 * 100vw, 39px);
}
@media (min-width: 768px) {
  .topHead__ja {
    margin-top: calc(6 / 1280 * 100vw);
    font-size: min(62.04 / 1280 * 100vw, 62.04px);
    line-height: 1.6;
  }
}

.top-message {
  position: relative;
  padding: calc(290 / 375 * 100vw) 0 calc(200 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-message {
    padding: calc(120 / 1280 * 100vw) 0 calc(120 / 1280 * 100vw);
  }
}
.top-message__decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.top-message__container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  padding: 0 calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-message__container {
    padding: 0 calc(20 / 1280 * 100vw);
    width: calc(1280 / 1280 * 100vw);
  }
}
.top-message__container::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../images/thumb-message-before-sp.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(-253 / 375 * 100vw);
  left: calc(-30 / 375 * 100vw);
  width: calc(210 / 375 * 100vw);
  height: calc(210 / 375 * 100vw);
  transform: translateY(var(--parallax-y, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-message__container::before {
    background-image: url("../images/thumb-message-before.png");
    top: calc(-50 / 1280 * 100vw);
    left: calc(-73 / 1280 * 100vw);
    width: calc(348 / 1280 * 100vw);
    height: calc(748 / 1280 * 100vw);
  }
}
.top-message__container::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../images/thumb-message-after-sp.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  bottom: calc(-305 / 375 * 100vw);
  right: calc(0 / 375 * 100vw);
  width: calc(375 / 375 * 100vw);
  height: calc(319 / 375 * 100vw);
  transform: translateY(var(--parallax-message-after, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-message__container::after {
    z-index: 1;
    background-image: url("../images/thumb-message-after.png");
    bottom: calc(-306 / 1280 * 100vw);
    right: calc(0 / 1280 * 100vw);
    width: calc(446 / 1280 * 100vw);
    height: calc(736 / 1280 * 100vw);
  }
}
.top-message__content {
  padding-top: calc(50 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-message__content {
    padding-top: calc(51 / 1280 * 100vw);
  }
}
.top-message__text {
  font-weight: 500;
  color: #000069;
  line-height: 2.4;
  font-size: min(18 / 375 * 100vw, 18px);
  margin-top: calc(42 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-message__text {
    font-size: min(18 / 1280 * 100vw, 18px);
    margin-top: calc(42 / 1280 * 100vw);
    line-height: 2.4;
  }
}
.top-message__text:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .top-message__text br {
    display: inline;
  }
}
.top-message__cta {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-message__cta {
    margin-top: calc(50 / 1280 * 100vw);
  }
}
.top-message__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000069;
  color: #F7F9FA;
  font-weight: 700;
  text-decoration: none;
  border-radius: calc(50 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw) 0;
  font-size: min(14 / 375 * 100vw, 14px);
  width: 100%;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .top-message__btn {
    gap: calc(12 / 1280 * 100vw);
    padding: calc(20 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    width: calc(400 / 1280 * 100vw);
    border-radius: calc(50 / 1280 * 100vw);
  }
}
.top-message__btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-image: url("../images/arrow-radiusbtn.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top-message__btn::after {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.top-message__btn:hover {
  opacity: 0.8;
}
.top-message__btn:active {
  transform: translateY(0);
}
.top-message__btn-icon {
  flex-shrink: 0;
}

.top-section {
  padding: calc(80 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .top-section {
    padding: calc(120 / 1280 * 100vw) 0;
  }
}
.top-section--number, .top-section--benefits {
  background-color: #F5F5F5;
}
.top-section--work, .top-section--education {
  background-color: #F7F9FA;
}
.top-section__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(32 / 375 * 100vw);
  padding: 0 calc(20 / 375 * 100vw);
  align-items: center;
}
@media (min-width: 768px) {
  .top-section__container {
    max-width: calc(1280 / 1280 * 100vw);
    grid-template-columns: 1fr 1fr;
    gap: calc(80 / 1280 * 100vw);
    padding: 0 calc(20 / 1280 * 100vw);
  }
}
.top-section--image-right .top-section__image {
  order: 1;
}
@media (min-width: 768px) {
  .top-section--image-right .top-section__image {
    order: 2;
  }
}
.top-section--image-right .top-section__content {
  order: 2;
}
@media (min-width: 768px) {
  .top-section--image-right .top-section__content {
    order: 1;
  }
}
.top-section--image-left .top-section__image {
  order: 1;
}
.top-section--image-left .top-section__content {
  order: 2;
}
.top-section__text {
  line-height: 1.7;
  font-size: min(14 / 375 * 100vw, 14px);
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-section__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    line-height: 1.8;
    margin-bottom: calc(48 / 1280 * 100vw);
  }
}
.top-section__btn {
  display: inline-flex;
  align-items: center;
  background-color: #000069;
  color: #F7F9FA;
  font-weight: 700;
  text-decoration: none;
  border-radius: calc(50 / 375 * 100vw);
  transition: background-color 0.3s ease, transform 0.15s ease;
  gap: calc(10 / 375 * 100vw);
  padding: calc(14 / 375 * 100vw) calc(28 / 375 * 100vw);
  font-size: min(15 / 375 * 100vw, 15px);
}
@media (min-width: 768px) {
  .top-section__btn {
    gap: calc(12 / 1280 * 100vw);
    padding: calc(16 / 1280 * 100vw) calc(36 / 1280 * 100vw);
    font-size: min(16 / 1280 * 100vw, 16px);
    border-radius: calc(50 / 1280 * 100vw);
  }
}
.top-section__btn:hover {
  background-color: #000050;
  transform: translateY(-2px);
}
.top-section__btn:active {
  transform: translateY(0);
}
.top-section__btn-icon {
  flex-shrink: 0;
}
.top-section__image img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-section__image img {
    border-radius: calc(16 / 1280 * 100vw);
  }
}

.top-number {
  position: relative;
  z-index: 10;
  padding: calc(285 / 375 * 100vw) 0 calc(87 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-number {
    padding: calc(65 / 1280 * 100vw) 0;
  }
}
.top-number__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #F7F9FA;
  border-radius: calc(24 / 375 * 100vw);
  gap: calc(40 / 375 * 100vw);
  padding: 0 calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-number__container {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: calc(84 / 1280 * 100vw) calc(67 / 1280 * 100vw) calc(84 / 1280 * 100vw) 0;
    width: calc(1133 / 1280 * 100vw);
    transform: translateX(calc(33 / 1280 * 100vw));
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.top-number__image {
  order: 1;
  width: 100%;
  transform: translateY(calc(-137 / 375 * 100vw));
  margin-bottom: calc(-137 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-number__image {
    order: 1;
    width: calc(600 / 1280 * 100vw);
    transform: translateX(calc(-67 / 1280 * 100vw));
    margin-bottom: 0;
  }
}
.top-number__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-number__image img {
    border-radius: calc(16 / 1280 * 100vw);
  }
}
.top-number__content {
  order: 2;
  flex: 1;
}
@media (min-width: 768px) {
  .top-number__content {
    order: 2;
    max-width: calc(500 / 1280 * 100vw);
  }
}
.top-number__title {
  font-weight: 400;
  color: #000069;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: min(40 / 375 * 100vw, 40px);
  margin-top: calc(11 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-number__title {
    font-size: min(56 / 1280 * 100vw, 56px);
    margin-top: calc(4 / 1280 * 100vw);
    line-height: 1.6;
  }
}
.top-number__text {
  line-height: 2.4;
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  margin-top: calc(15 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-number__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-top: calc(12 / 1280 * 100vw);
    line-height: 2.4;
  }
}
.top-number__btn {
  margin-top: calc(37 / 375 * 100vw);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-number__btn {
    margin-top: calc(40 / 1280 * 100vw);
    margin-inline: unset;
  }
}

.top-work {
  position: relative;
  padding: calc(32 / 375 * 100vw) 0 calc(460 / 375 * 100vw);
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-work {
    overflow: unset;
    padding: calc(48 / 1280 * 100vw) 0 calc(120 / 1280 * 100vw);
  }
}
.top-work__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-work__container {
    padding: 0 calc(33 / 1280 * 100vw);
    width: calc(1133 / 1280 * 100vw);
  }
}
.top-work__container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../images/thumb-work-sp.png");
  background-size: 100% auto;
  background-position: right center;
  background-repeat: no-repeat;
  bottom: calc(-460 / 375 * 100vw);
  right: 0;
  width: calc(375 / 375 * 100vw);
  height: calc(540 / 375 * 100vw);
  transform: translateY(var(--parallax-work-after, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-work__container::after {
    background-image: url("../images/thumb-work.png");
    bottom: unset;
    top: calc(-230 / 1280 * 100vw);
    right: calc(-73 / 1280 * 100vw);
    width: calc(720 / 1280 * 100vw);
    height: calc(815 / 1280 * 100vw);
  }
}
.top-work__container::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/thumb-work-after-sp.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(155 / 375 * 100vw);
  height: calc(200 / 375 * 100vw);
  transform: translateY(var(--parallax-work-before, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-work__container::before {
    background-image: url("../images/thumb-work-after.png");
    top: unset;
    right: unset;
    bottom: calc(-238 / 1280 * 100vw);
    left: calc(-90 / 1280 * 100vw);
    width: calc(160 / 1280 * 100vw);
    height: calc(160 / 1280 * 100vw);
  }
}
.top-work__content {
  flex: 1;
  order: 1;
}
@media (min-width: 768px) {
  .top-work__content {
    order: 1;
    width: calc(533 / 1280 * 100vw);
  }
}
.top-work__title {
  font-weight: 400;
  color: #000069;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: min(40 / 375 * 100vw, 40px);
  margin-top: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-work__title {
    font-size: min(56 / 1280 * 100vw, 56px);
    margin-top: calc(4 / 1280 * 100vw);
    line-height: 1.6;
  }
}
.top-work__text {
  line-height: 2.4;
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  margin-top: calc(15 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-work__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-top: calc(12 / 1280 * 100vw);
    line-height: 2.4;
  }
}
.top-work__btn {
  margin-top: calc(36 / 375 * 100vw);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-work__btn {
    margin-top: calc(40 / 1280 * 100vw);
    margin-inline: unset;
  }
}
.top-work__image {
  position: relative;
  order: 2;
  width: 100%;
  max-width: none;
  margin: 0;
}
@media (min-width: 768px) {
  .top-work__image {
    order: 2;
    flex: 1;
    max-width: calc(600 / 1280 * 100vw);
    width: 100%;
    margin: 0;
  }
}
.top-work__image::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0, 163, 247, 0.6) 0%, rgba(0, 102, 204, 0.4) 100%);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 0;
  padding-bottom: 95%;
}
@media (min-width: 768px) {
  .top-work__image::before {
    width: 100%;
    padding-bottom: 100%;
  }
}
.top-work__image img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.top-benefits-education {
  position: relative;
  padding: calc(120 / 375 * 100vw) 0 calc(75 / 375 * 100vw);
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-benefits-education {
    padding: calc(100 / 1280 * 100vw) 0 calc(45 / 1280 * 100vw);
  }
}
.top-benefits-education__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(65 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__container {
    grid-template-columns: 1fr 1fr;
    gap: calc(60 / 1280 * 100vw);
    padding: 0 calc(40 / 1280 * 100vw);
    width: calc(1135 / 1280 * 100vw);
  }
}
.top-benefits-education__container::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(-80 / 375 * 100vw);
  right: calc(-10 / 375 * 100vw);
  width: calc(120 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-image: url("../images/before-benefits-education.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateY(var(--parallax-benefits-before, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-benefits-education__container::before {
    top: calc(-38 / 1280 * 100vw);
    right: calc(-46 / 1280 * 100vw);
    width: calc(240 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.top-benefits-education__container::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: calc(-50 / 375 * 100vw);
  left: calc(0 / 375 * 100vw);
  width: calc(80 / 375 * 100vw);
  height: calc(80 / 375 * 100vw);
  background-image: url("../images/after-benefits-education.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateY(var(--parallax-benefits-after, 0));
  will-change: transform;
}
@media (min-width: 768px) {
  .top-benefits-education__container::after {
    bottom: calc(-77 / 1280 * 100vw);
    left: calc(-16 / 1280 * 100vw);
    width: calc(160 / 1280 * 100vw);
    height: calc(160 / 1280 * 100vw);
  }
}
.top-benefits-education__card {
  display: flex;
  flex-direction: column;
}
.top-benefits-education__card .top-benefits-education__image {
  padding-right: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__card .top-benefits-education__image {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .top-benefits-education__card:nth-child(2) {
    margin-top: calc(120 / 1280 * 100vw);
  }
}
.top-benefits-education__card:nth-child(2) .top-benefits-education__image {
  padding-right: 0;
  padding-left: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__card:nth-child(2) .top-benefits-education__image {
    padding-left: 0;
  }
}
.top-benefits-education__card:nth-child(2) .top-benefits-education__image img {
  border-radius: calc(12 / 375 * 100vw) 0 0 calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__card:nth-child(2) .top-benefits-education__image img {
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.top-benefits-education__image {
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__image {
    margin-bottom: calc(37 / 1280 * 100vw);
  }
}
.top-benefits-education__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .top-benefits-education__image img {
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.top-benefits-education__content {
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__content {
    padding: 0;
  }
}
.top-benefits-education__content .enHead {
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__content .enHead {
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.top-benefits-education__title {
  font-weight: 400;
  color: #000069;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: min(40 / 375 * 100vw, 40px);
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__title {
    font-size: min(56 / 1280 * 100vw, 56px);
    margin-bottom: calc(16 / 1280 * 100vw);
    white-space: nowrap;
  }
}
.top-benefits-education__text {
  line-height: 2.4;
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  margin-bottom: calc(38 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-benefits-education__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(38 / 1280 * 100vw);
    line-height: 2.4;
  }
}
.top-benefits-education__btn {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-benefits-education__btn {
    margin-inline: unset;
  }
}

.top-human {
  position: relative;
  z-index: 10;
  padding: calc(120 / 375 * 100vw) 0 calc(68 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-human {
    padding: calc(235 / 1280 * 100vw) 0 calc(90 / 1280 * 100vw);
  }
}
.top-human::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: calc(600 / 375 * 100vw);
  background-color: #F7F9FA;
  border-radius: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-human::before {
    width: calc(100% - 40 / 1280 * 100vw);
    height: calc(630 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.top-human__container {
  position: relative;
  margin: 0 auto;
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-human__container {
    padding: 0 calc(40 / 1280 * 100vw);
    width: calc(1148 / 1280 * 100vw);
  }
}
.top-human__header {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(23 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-human__header {
    margin-bottom: calc(38 / 1280 * 100vw);
  }
}
.top-human__header-left {
  flex-shrink: 0;
}
.top-human__header-left .enHead {
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-human__header-left .enHead {
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.top-human__title {
  font-weight: 400;
  color: #000069;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: min(40 / 375 * 100vw, 40px);
}
@media (min-width: 768px) {
  .top-human__title {
    font-size: min(56 / 1280 * 100vw, 56px);
  }
}
.top-human__text {
  line-height: 2.4;
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
}
@media (min-width: 768px) {
  .top-human__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    width: calc(533 / 1280 * 100vw);
    line-height: 2.4;
    margin-top: calc(12 / 1280 * 100vw);
  }
}
.top-human__cards-wrapper {
  margin: 0 calc(-24 / 375 * 100vw);
  padding: 0 calc(24 / 375 * 100vw);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}
.top-human__cards-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .top-human__cards-wrapper {
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
}
.top-human__cards {
  display: flex;
  gap: calc(16 / 375 * 100vw);
  margin-bottom: calc(38 / 375 * 100vw);
  width: max-content;
}
@media (min-width: 768px) {
  .top-human__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(30 / 1280 * 100vw);
    margin-bottom: calc(40 / 1280 * 100vw);
    width: auto;
  }
}
.top-human__pagination {
  display: flex;
  justify-content: center;
  gap: calc(8 / 375 * 100vw);
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-human__pagination {
    display: none;
  }
}
.top-human__pagination-dot {
  width: calc(24 / 375 * 100vw);
  height: calc(4 / 375 * 100vw);
  border-radius: calc(2 / 375 * 100vw);
  background-color: #E0E0E0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.top-human__pagination-dot.is-active {
  background-color: #005CC3;
}
.top-human__cta {
  display: flex;
  justify-content: center;
}

.employee-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(303 / 375 * 100vw);
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .employee-card {
    width: auto;
    scroll-snap-align: none;
  }
}
@media (min-width: 768px) {
  .employee-card:nth-child(2) {
    margin-top: calc(64 / 1280 * 100vw);
  }
}
.employee-card__image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: calc(24 / 375 * 100vw);
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .employee-card__image-wrapper {
    border-radius: calc(24 / 1280 * 100vw);
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.employee-card__image-wrapper:hover .employee-card__image {
  transform: scale(1.05);
}
.employee-card__image-wrapper:hover .employee-card__arrow {
  background-color: #000050;
}
.employee-card__image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(233 / 375 * 100vw);
  height: calc(82 / 375 * 100vw);
  background: linear-gradient(159deg, rgba(229, 240, 246, 0) 39%, rgba(0, 163, 247, 0.3) 61.29%, rgba(0, 190, 181, 0.5) 85.07%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .employee-card__image-wrapper::after {
    width: calc(334 / 1280 * 100vw);
    height: calc(164 / 1280 * 100vw);
  }
}
.employee-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .employee-card__image {
    aspect-ratio: 3/4;
  }
}
.employee-card__arrow {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000069;
  color: #F7F9FA;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  bottom: calc(12 / 375 * 100vw);
  right: calc(12 / 375 * 100vw);
  width: calc(36 / 375 * 100vw);
  height: calc(36 / 375 * 100vw);
}
@media (min-width: 768px) {
  .employee-card__arrow {
    bottom: calc(20 / 1280 * 100vw);
    right: calc(20 / 1280 * 100vw);
    width: calc(48 / 1280 * 100vw);
    height: calc(48 / 1280 * 100vw);
  }
}
.employee-card__arrow svg {
  width: calc(14 / 375 * 100vw);
  height: calc(14 / 375 * 100vw);
}
@media (min-width: 768px) {
  .employee-card__arrow svg {
    width: calc(20 / 1280 * 100vw);
    height: calc(20 / 1280 * 100vw);
  }
}
.employee-card__year {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .employee-card__year {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(7 / 1280 * 100vw);
  }
}
.employee-card__department {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  margin-bottom: calc(8 / 375 * 100vw);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .employee-card__department {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(10 / 1280 * 100vw);
  }
}
.employee-card__position {
  display: inline-block;
  background-color: #CDCDDC;
  font-weight: 500;
  border-radius: calc(4 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(3 / 375 * 100vw) calc(8 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .employee-card__position {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(2 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    margin-bottom: calc(7 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.employee-card__name {
  font-weight: 700;
  color: #000069;
  font-size: min(20 / 375 * 100vw, 20px);
}
@media (min-width: 768px) {
  .employee-card__name {
    font-size: min(20 / 1280 * 100vw, 20px);
  }
}

.top-news {
  padding: calc(48 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .top-news {
    padding: calc(0 / 1280 * 100vw) 0;
  }
}
.top-news__container {
  margin: 0 auto;
  padding: calc(45 / 375 * 100vw) calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
  background-color: #ffffff;
  border-radius: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-news__container {
    display: flex;
    align-items: flex-start;
    gap: calc(180 / 1280 * 100vw);
    padding: calc(65 / 1280 * 100vw) calc(68 / 1280 * 100vw);
    width: calc(1200 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.top-news__header {
  flex-shrink: 0;
  margin-bottom: calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-news__header {
    margin-bottom: 0;
  }
}
.top-news__header .enHead {
  font-size: min(48 / 375 * 100vw, 48px);
}
@media (min-width: 768px) {
  .top-news__header .enHead {
    font-size: min(48 / 1280 * 100vw, 48px);
  }
}
.top-news__main {
  flex: 1;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-news__list {
    gap: calc(24 / 1280 * 100vw);
  }
}
.top-news__empty {
  text-align: center;
  color: #666666;
  font-size: min(13 / 375 * 100vw, 13px);
  padding: calc(36 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .top-news__empty {
    font-size: min(16 / 1280 * 100vw, 16px);
    padding: calc(64 / 1280 * 100vw) 0;
  }
}
.top-news__cta {
  display: flex;
  justify-content: center;
  margin-top: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-news__cta {
    justify-content: flex-end;
    margin-top: calc(48 / 1280 * 100vw);
  }
}
.top-news__cta .btn-radius {
  padding: calc(17 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .top-news__cta .btn-radius {
    padding: calc(13 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: calc(26 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-item {
    flex-direction: row;
    gap: calc(20 / 1280 * 100vw);
  }
}
.news-item:hover {
  opacity: 0.8;
}
.news-item__image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .news-item__image-wrapper {
    width: calc(210 / 1280 * 100vw);
  }
}
.news-item__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 206/137;
  object-fit: cover;
  border-radius: calc(12 / 375 * 100vw);
  display: block;
  border: 1px solid #CDCDDC;
}
@media (min-width: 768px) {
  .news-item__thumbnail {
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.news-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}
@media (min-width: 768px) {
  .news-item__content {
    padding-top: calc(3 / 1280 * 100vw);
  }
}
.news-item__meta {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  margin-bottom: calc(5 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-item__meta {
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(4 / 1280 * 100vw);
  }
}
.news-item__category {
  display: inline-block;
  background-color: #CDCDDC;
  color: #000069;
  font-weight: 700;
  border-radius: calc(4 / 375 * 100vw);
  padding: calc(2 / 375 * 100vw) calc(5 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .news-item__category {
    padding: calc(2 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.news-item__date {
  font-weight: 300;
  font-size: min(16 / 375 * 100vw, 16px);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .news-item__date {
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}
.news-item__title {
  font-weight: 500;
  line-height: 2;
  margin: 0;
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .news-item__title {
    font-size: min(14 / 1280 * 100vw, 14px);
    line-height: 2;
  }
}
.news-item__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-item__title a:hover {
  color: #0066CC;
}

.top-faq {
  padding: calc(73 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .top-faq {
    padding: calc(100 / 1280 * 100vw) 0;
  }
}
.top-faq__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(12 / 375 * 100vw);
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-faq__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(115 / 1280 * 100vw);
    padding: 0 calc(120 / 1280 * 100vw);
    width: calc(1280 / 1280 * 100vw);
  }
}
.top-faq__header {
  flex-shrink: 0;
}
.top-faq__header .enHead {
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-faq__header .enHead {
    margin-bottom: calc(14 / 1280 * 100vw);
  }
}
.top-faq__title {
  font-weight: 400;
  color: #000069;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: min(40 / 375 * 100vw, 40px);
}
@media (min-width: 768px) {
  .top-faq__title {
    font-size: min(56 / 1280 * 100vw, 56px);
  }
}
.top-faq__content {
  flex: 1;
}
@media (min-width: 768px) {
  .top-faq__content {
    max-width: calc(600 / 1280 * 100vw);
  }
}
.top-faq__text {
  line-height: 2.4;
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-faq__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(30 / 1280 * 100vw);
    line-height: 2.4;
  }
}
.top-faq__btn {
  padding: calc(17 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .top-faq__btn {
    padding: calc(13 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.top-recruitment {
  padding: calc(46 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-recruitment {
    padding: calc(0 / 1280 * 100vw) 0;
  }
}
.top-recruitment__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 calc(12 / 375 * 100vw);
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-recruitment__container {
    grid-template-columns: 1fr 1fr;
    padding: 0 calc(20 / 1280 * 100vw);
    gap: calc(20 / 1280 * 100vw);
    width: calc(1280 / 1280 * 100vw);
  }
}
.top-recruitment__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  padding: calc(28 / 375 * 100vw) calc(24 / 375 * 100vw) calc(22 / 375 * 100vw);
  border-radius: calc(16 / 375 * 100vw);
  transition: opacity 0.3s ease;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .top-recruitment__card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: calc(67 / 1280 * 100vw) calc(48 / 1280 * 100vw) calc(62 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.top-recruitment__card:hover {
  opacity: 0.8;
}
.top-recruitment__card:active {
  transform: translateY(-4px);
}
.top-recruitment__card--primary {
  background-image: url("../images/bg-recruitment1.png");
}
.top-recruitment__card--primary .top-recruitment__card-title,
.top-recruitment__card--primary .top-recruitment__card-text,
.top-recruitment__card--primary .top-recruitment__card-icon {
  color: #000069;
}
.top-recruitment__card--primary .top-recruitment__card-title::after {
  background-image: url("../images/arrow-recruitment.svg");
}
.top-recruitment__card--secondary {
  background-image: url("../images/bg-recruitment2.png");
}
.top-recruitment__card--secondary .top-recruitment__card-title,
.top-recruitment__card--secondary .top-recruitment__card-text,
.top-recruitment__card--secondary .top-recruitment__card-icon {
  color: #F7F9FA;
}
.top-recruitment__card--secondary .top-recruitment__card-title::after {
  background-image: url("../images/arrow-recruitment-w.svg");
}
.top-recruitment__card-header {
  display: flex;
  align-items: center;
  gap: calc(12 / 375 * 100vw);
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .top-recruitment__card-header {
    display: contents;
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.top-recruitment__card-content {
  flex: 1;
}
.top-recruitment__card-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.3;
  font-size: min(24 / 375 * 100vw, 24px);
  gap: calc(10 / 375 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .top-recruitment__card-title {
    gap: calc(5 / 1280 * 100vw);
    font-size: min(40 / 1280 * 100vw, 40px);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.top-recruitment__card-title::after {
  content: "";
  display: block;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top-recruitment__card-title::after {
    width: calc(48 / 1280 * 100vw);
    height: calc(48 / 1280 * 100vw);
  }
}
.top-recruitment__card-text {
  display: block;
  line-height: 2;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-recruitment__card-text {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-top: calc(12 / 1280 * 100vw);
    width: calc(400 / 1280 * 100vw);
    line-height: 2;
  }
}
.top-recruitment__card--secondary .top-recruitment__card-icon {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .top-recruitment__card--secondary .top-recruitment__card-icon {
    background-color: transparent;
  }
}

.about-page {
  position: relative;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
}
.about-page::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: calc(1200 / 375 * 100vw);
  background: linear-gradient(180deg, rgba(229, 240, 246, 0) 0%, rgba(201, 230, 241, 0.5) 25.85%, rgba(181, 222, 238, 0.5) 43.09%);
}
@media (min-width: 768px) {
  .about-page::after {
    background: linear-gradient(180deg, rgba(229, 240, 246, 0) 0%, rgba(201, 230, 241, 0.5) 25.85%, rgba(181, 222, 238, 0.5) 43.09%);
    height: calc(990 / 1280 * 100vw);
  }
}

.about-message {
  position: relative;
  z-index: 1;
  padding: calc(105 / 375 * 100vw) calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-message {
    padding: calc(185 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw);
  }
}
.about-message::after {
  position: absolute;
  bottom: calc(-60 / 375 * 100vw);
  right: 0;
  content: "";
  display: block;
  width: calc(143 / 375 * 100vw);
  height: calc(197 / 375 * 100vw);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/balloon-right-l.png);
}
@media (min-width: 768px) {
  .about-message::after {
    bottom: calc(-100 / 1280 * 100vw);
    width: calc(287 / 1280 * 100vw);
    height: calc(394 / 1280 * 100vw);
    transform: translateY(var(--parallax-about-message-deco, 0));
  }
}
.about-message__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  gap: calc(42 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-message__container {
    max-width: calc(1066 / 1280 * 100vw);
    flex-direction: row;
    gap: calc(60 / 1280 * 100vw);
    align-items: flex-start;
  }
}
.about-message__content {
  flex: 1;
  order: 1;
}
@media (min-width: 768px) {
  .about-message__content {
    order: 0;
    padding-top: 0;
  }
}
.about-message__label {
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-message__label {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(14 / 1280 * 100vw);
  }
}
.about-message__title {
  font-weight: 500;
  color: #000069;
  font-size: min(40 / 375 * 100vw, 40px);
  letter-spacing: 0;
  margin: 0 0 calc(50 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-message__title {
    font-size: min(56 / 1280 * 100vw, 56px);
    margin-bottom: calc(140 / 1280 * 100vw);
  }
}
.about-message__catchphrase {
  font-weight: 400;
  background: linear-gradient(135deg, #00A3F7 0%, #00BEB5 50%, #005CC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(22 / 375 * 100vw, 22px);
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 calc(28 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-message__catchphrase {
    font-size: min(40 / 1280 * 100vw, 40px);
    letter-spacing: 0.03em;
    margin-bottom: calc(26 / 1280 * 100vw);
  }
}
.about-message__author {
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 768px) {
  .about-message__author {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.about-message__author-title {
  font-weight: 400;
}
.about-message__author-name {
  font-weight: 500;
  font-size: min(20 / 375 * 100vw, 20px);
}
@media (min-width: 768px) {
  .about-message__author-name {
    font-size: min(20 / 1280 * 100vw, 20px);
  }
}
.about-message__image {
  position: relative;
  z-index: 5;
  width: 100%;
  order: 0;
}
@media (min-width: 768px) {
  .about-message__image {
    width: calc(412 / 1280 * 100vw);
    flex-shrink: 0;
    order: 1;
  }
}
.about-message__image img {
  width: 100%;
  height: auto;
  border-radius: calc(24 / 375 * 100vw);
  object-fit: cover;
}
@media (min-width: 768px) {
  .about-message__image img {
    border-radius: calc(24 / 1280 * 100vw);
  }
}

.about-message-body {
  position: relative;
  z-index: 1;
  padding: calc(72 / 375 * 100vw) calc(24 / 375 * 100vw) calc(64 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-message-body {
    padding: calc(82 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(100 / 1280 * 100vw) calc(108 / 1280 * 100vw);
  }
}
.about-message-body__container {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-message-body__container {
    width: calc(824 / 1280 * 100vw);
    gap: calc(117 / 1280 * 100vw);
  }
}
.about-message-body__heading {
  font-weight: 700;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 calc(22 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-message-body__heading {
    font-size: min(24 / 1280 * 100vw, 24px);
    letter-spacing: 0.015em;
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.about-message-body__text {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  letter-spacing: -0.01em;
  margin: 0 0 calc(35 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-message-body__text {
    font-size: min(16 / 1280 * 100vw, 16px);
    line-height: 2.4;
    margin-bottom: calc(40 / 1280 * 100vw);
  }
}
.about-message-body__text:last-child {
  margin-bottom: 0;
}

.about-vision {
  position: relative;
  z-index: 1;
  padding: calc(54 / 375 * 100vw) calc(14 / 375 * 100vw) calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-vision {
    padding: calc(50 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(100 / 1280 * 100vw);
  }
}
.about-vision::before {
  position: absolute;
  top: calc(115 / 375 * 100vw);
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98.5 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/balloon-left.png);
  transform: translateY(var(--parallax-about-vision-deco, 0));
}
@media (min-width: 768px) {
  .about-vision::before {
    top: calc(50 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.about-vision__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-vision__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.about-vision__label {
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-vision__label {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(8 / 1280 * 100vw);
  }
}
.about-vision__title {
  font-weight: 500;
  font-size: min(40 / 375 * 100vw, 40px);
  letter-spacing: -0.04em;
  margin: 0 0 calc(55 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-vision__title {
    font-size: min(56 / 1280 * 100vw, 56px);
    letter-spacing: 0;
    margin-bottom: calc(80 / 1280 * 100vw);
  }
}
.about-vision__philosophy {
  margin-bottom: calc(48 / 375 * 100vw);
  padding: 0 calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-vision__philosophy {
    padding: 0;
    margin-bottom: calc(80 / 1280 * 100vw);
  }
}
.about-vision__philosophy-title {
  font-weight: 400;
  font-size: min(24 / 375 * 100vw, 24px);
  background: linear-gradient(135deg, #00A3F7 0%, #00BEB5 50%, #005CC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 calc(15 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-vision__philosophy-title {
    font-size: min(40 / 1280 * 100vw, 40px);
    margin-bottom: calc(15 / 1280 * 100vw);
  }
}
.about-vision__philosophy-diagram {
  display: flex;
  justify-content: center;
}
.about-vision__philosophy-diagram img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .about-vision__philosophy-diagram img {
    max-width: calc(548 / 1280 * 100vw);
  }
}
.about-vision__long-term-title {
  font-weight: 400;
  background: linear-gradient(135deg, #00A3F7 0%, #00BEB5 50%, #005CC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .about-vision__long-term-title {
    font-size: min(40 / 1280 * 100vw, 40px);
  }
}
.about-vision__long-term-title span {
  font-family: "Poppins", sans-serif;
}
.about-vision__items {
  margin-inline: auto;
  margin-top: calc(-16 / 375 * 100vw);
  padding: 0 calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-vision__items {
    padding: 0;
    margin-top: calc(-16 / 1280 * 100vw);
    max-width: calc(789 / 1280 * 100vw);
  }
}
.about-vision__items-inner {
  background: #F7F9FA;
  border-radius: calc(15 / 375 * 100vw);
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-vision__items-inner {
    border-radius: calc(23 / 1280 * 100vw);
  }
}
.about-vision__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-vision__item {
    flex-direction: row;
  }
}
.about-vision__item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.about-vision__item-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: calc(4 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
  background: linear-gradient(90deg, #D4EEF5 0%, #E8F6FA 60%, #F5FBFD 100%);
}
@media (min-width: 768px) {
  .about-vision__item-header {
    width: calc(200 / 1280 * 100vw);
    flex-shrink: 0;
    padding: calc(32 / 1280 * 100vw) calc(28 / 1280 * 100vw);
    gap: calc(6 / 1280 * 100vw);
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .about-vision__item:first-child .about-vision__item-header {
    border-top-left-radius: calc(23 / 1280 * 100vw);
  }
}
@media (min-width: 768px) {
  .about-vision__item:last-child .about-vision__item-header {
    border-bottom-left-radius: calc(23 / 1280 * 100vw);
  }
}
.about-vision__item-label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #00A3F7;
  font-size: min(32 / 375 * 100vw, 32px);
  line-height: 1.1;
}
@media (min-width: 768px) {
  .about-vision__item-label {
    font-size: min(40 / 1280 * 100vw, 40px);
  }
}
.about-vision__item-sublabel {
  font-weight: 500;
  color: #00A3F7;
  font-size: min(11 / 375 * 100vw, 11px);
}
@media (min-width: 768px) {
  .about-vision__item-sublabel {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.about-vision__item-content {
  flex: 1;
  padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F7F9FA;
}
@media (min-width: 768px) {
  .about-vision__item-content {
    padding: calc(28 / 1280 * 100vw) calc(36 / 1280 * 100vw);
  }
}
.about-vision__item-main {
  font-weight: 700;
  color: #000069;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.6;
  margin: 0 0 calc(4 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .about-vision__item-main {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(6 / 1280 * 100vw);
  }
}
.about-vision__item-sub {
  font-weight: 400;
  color: #000069;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .about-vision__item-sub {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.about-vision__value-list {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-vision__value-list {
    gap: calc(12 / 1280 * 100vw);
  }
}
.about-vision__value-item {
  display: flex;
  align-items: center;
  gap: calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-vision__value-item {
    gap: calc(14 / 1280 * 100vw);
  }
}
.about-vision__value-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #F7F9FA;
  font-size: min(12 / 375 * 100vw, 12px);
  padding: calc(5 / 375 * 100vw) calc(14 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  flex-shrink: 0;
  min-width: calc(52 / 375 * 100vw);
  background-color: #0066CC;
}
@media (min-width: 768px) {
  .about-vision__value-tag {
    font-size: min(12 / 1280 * 100vw, 12px);
    padding: calc(6 / 1280 * 100vw) calc(16 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
    min-width: calc(56 / 1280 * 100vw);
  }
}
.about-vision__value-text {
  font-weight: 400;
  color: #000069;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .about-vision__value-text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.about-faq-cta {
  position: relative;
  z-index: 1;
  padding: calc(32 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .about-faq-cta {
    padding: calc(48 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.about-faq-cta__container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .about-faq-cta__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}

.benefits-page {
  position: relative;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
  padding-bottom: calc(120 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-page {
    padding-bottom: calc(160 / 1280 * 100vw);
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.benefits-section {
  position: relative;
  z-index: 1;
  padding: calc(0 / 375 * 100vw) calc(24 / 375 * 100vw);
  margin-top: calc(120 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-section {
    padding: calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    margin-top: calc(160 / 1280 * 100vw);
  }
}
.benefits-section#skillup {
  margin-top: calc(72 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-section#skillup {
    margin-top: calc(94 / 1280 * 100vw);
  }
}
.benefits-section--activity {
  position: relative;
}
.benefits-section--activity::before {
  position: absolute;
  top: calc(-40 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-image: url(../images/balloon-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-benefits-deco, 0));
}
@media (min-width: 768px) {
  .benefits-section--activity::before {
    top: calc(-130 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.benefits-section__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .benefits-section__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.benefits-section__title {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-size: min(24 / 375 * 100vw, 24px);
  color: #000069;
  margin: 0 0 calc(32 / 375 * 100vw) 0;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .benefits-section__title {
    gap: calc(8 / 1280 * 100vw);
    font-size: min(40 / 1280 * 100vw, 40px);
    margin-bottom: calc(33 / 1280 * 100vw);
  }
}
.benefits-section__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  color: #00A3F7;
}
@media (min-width: 768px) {
  .benefits-section__title-icon {
    width: calc(40 / 1280 * 100vw);
    height: calc(40 / 1280 * 100vw);
  }
}
.benefits-section__title-icon svg {
  width: 100%;
  height: 100%;
}
.benefits-section__cta {
  display: flex;
  justify-content: center;
  margin-top: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-section__cta {
    margin-top: calc(32 / 1280 * 100vw);
  }
}

.benefits-cards {
  display: grid;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-cards {
    gap: calc(12 / 1280 * 100vw);
  }
}
.benefits-cards--two-col {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .benefits-cards--two-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.benefits-cards--three-col {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .benefits-cards--three-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.benefits-cards--money {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .benefits-cards--money {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefits-card {
  background: rgba(198, 226, 241, 0.5);
  border-radius: calc(12 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .benefits-card {
    border-radius: calc(12 / 1280 * 100vw);
    padding: calc(20 / 1280 * 100vw);
  }
}
.benefits-card--bordered {
  background-color: #F7F9FA;
  border: 1px solid #E0E0E0;
}
.benefits-card--horizontal {
  text-align: left;
  padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-card--horizontal {
    padding: calc(20 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  }
}
.benefits-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  margin: 0 0 calc(12 / 375 * 100vw) 0;
  color: #0066CC;
}
@media (min-width: 768px) {
  .benefits-card__title {
    font-size: min(18 / 1280 * 100vw, 18px);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.benefits-card__title--icon-1, .benefits-card__title--icon-2, .benefits-card__title--icon-3, .benefits-card__title--icon-4, .benefits-card__title--icon-5, .benefits-card__title--icon-6, .benefits-card__title--icon-7, .benefits-card__title--icon-8 {
  gap: calc(8 / 375 * 100vw);
  color: #0066CC;
  font-size: min(20 / 375 * 100vw, 20px);
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .benefits-card__title--icon-1, .benefits-card__title--icon-2, .benefits-card__title--icon-3, .benefits-card__title--icon-4, .benefits-card__title--icon-5, .benefits-card__title--icon-6, .benefits-card__title--icon-7, .benefits-card__title--icon-8 {
    gap: calc(10 / 1280 * 100vw);
    font-size: min(20 / 1280 * 100vw, 20px);
  }
}
.benefits-card__title--icon-1::before, .benefits-card__title--icon-2::before, .benefits-card__title--icon-3::before, .benefits-card__title--icon-4::before, .benefits-card__title--icon-5::before, .benefits-card__title--icon-6::before, .benefits-card__title--icon-7::before, .benefits-card__title--icon-8::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .benefits-card__title--icon-1::before, .benefits-card__title--icon-2::before, .benefits-card__title--icon-3::before, .benefits-card__title--icon-4::before, .benefits-card__title--icon-5::before, .benefits-card__title--icon-6::before, .benefits-card__title--icon-7::before, .benefits-card__title--icon-8::before {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.benefits-card__title--icon-1::before {
  background-image: url("../images/icn-benefits1.svg");
}
.benefits-card__title--icon-2::before {
  background-image: url("../images/icn-benefits2.svg");
}
.benefits-card__title--icon-3::before {
  background-image: url("../images/icn-benefits3.svg");
}
.benefits-card__title--icon-4::before {
  background-image: url("../images/icn-benefits4.svg");
}
.benefits-card__title--icon-5::before {
  background-image: url("../images/icn-benefits5.svg");
}
.benefits-card__title--icon-6::before {
  background-image: url("../images/icn-benefits6.svg");
}
.benefits-card__title--icon-7::before {
  background-image: url("../images/icn-benefits7.svg");
}
.benefits-card__title--icon-8::before {
  background-image: url("../images/icn-benefits8.svg");
}
.benefits-card__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
  margin: 0;
  text-align: left;
  margin-top: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-card__text {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-top: calc(12 / 1280 * 100vw);
  }
}
.benefits-card__note {
  font-weight: 400;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
  color: #000069;
  line-height: 2;
}
@media (min-width: 768px) {
  .benefits-card__note {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}

.benefits-money-grid__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-money-grid__top {
    grid-template-columns: 1fr 1fr;
    gap: calc(12 / 1280 * 100vw);
  }
}
.benefits-money-grid__bottom {
  margin-top: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-money-grid__bottom {
    margin-top: calc(12 / 1280 * 100vw);
  }
}

.benefits-card--full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-card--full-height {
    flex-direction: row;
    align-items: center;
    padding: calc(36 / 1280 * 100vw) calc(20 / 1280 * 100vw);
    gap: calc(32 / 1280 * 100vw);
  }
}
@media (min-width: 768px) {
  .benefits-card--full-height .benefits-card__title {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: calc(257 / 1280 * 100vw);
  }
}

.benefits-tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / 375 * 100vw);
  margin-top: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-tags {
    gap: calc(12 / 1280 * 100vw);
    margin-top: calc(32 / 1280 * 100vw);
  }
}
.benefits-tags--bordered {
  margin-top: 0;
}

.benefits-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F4FA;
  color: #000069;
  font-weight: 500;
  font-size: min(12 / 375 * 100vw, 12px);
  padding: calc(10 / 375 * 100vw) calc(16 / 375 * 100vw);
  border-radius: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-tag {
    font-size: min(13 / 1280 * 100vw, 13px);
    padding: calc(12 / 1280 * 100vw) calc(20 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.benefits-tag--bordered {
  background-color: #F7F9FA;
  border: 1px solid #E0E0E0;
  padding: calc(14 / 375 * 100vw) calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-tag--bordered {
    padding: calc(16 / 1280 * 100vw) calc(24 / 1280 * 100vw);
  }
}

.benefits-vacation-tags {
  margin-top: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-vacation-tags {
    margin-top: calc(12 / 1280 * 100vw);
  }
}
.benefits-vacation-tags__row {
  display: grid;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-vacation-tags__row {
    gap: calc(16 / 1280 * 100vw);
  }
}
.benefits-vacation-tags__row--first {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-vacation-tags__row--first {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.benefits-vacation-tags__row--second {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .benefits-vacation-tags__row--second {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefits-vacation-tag {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(198, 226, 241, 0.5);
  color: #005CC3;
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  padding: calc(20 / 375 * 100vw) calc(0 / 375 * 100vw);
  border-radius: calc(12 / 375 * 100vw);
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .benefits-vacation-tag {
    font-size: min(20 / 1280 * 100vw, 20px);
    padding: calc(20 / 1280 * 100vw) calc(16 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.benefits-vacation-tag--full-sp {
  display: flex;
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-vacation-tag--full-sp {
    display: none;
  }
}
.benefits-vacation-tag--pc-only {
  display: none;
}
@media (min-width: 768px) {
  .benefits-vacation-tag--pc-only {
    display: flex;
  }
}
.benefits-vacation-tag__small {
  font-weight: normal;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
}
@media (min-width: 768px) {
  .benefits-vacation-tag__small {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.benefits-vacation-tag--col {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .benefits-vacation-tag--col {
    flex-direction: row;
  }
}

.benefits-allowance-tags {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-allowance-tags {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(16 / 1280 * 100vw);
  }
}

.benefits-allowance-tag {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(198, 226, 241, 0.5);
  color: #005CC3;
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  padding: calc(20 / 375 * 100vw);
  border-radius: calc(12 / 375 * 100vw);
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .benefits-allowance-tag {
    font-size: min(20 / 1280 * 100vw, 20px);
    padding: calc(20 / 1280 * 100vw) calc(16 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.benefits-allowance-tag__small {
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
}
@media (min-width: 768px) {
  .benefits-allowance-tag__small {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}

.benefits-health-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #005CC3;
  background-color: #fff;
  border-radius: calc(12 / 375 * 100vw);
  margin-bottom: calc(12 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw) calc(12 / 375 * 100vw) calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-health-card {
    padding: calc(20 / 1280 * 100vw);
    flex-direction: row;
    align-items: center;
    gap: calc(32 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.benefits-health-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .benefits-health-card__image {
    width: calc(320 / 1280 * 100vw);
    flex-shrink: 0;
    aspect-ratio: auto;
  }
}
.benefits-health-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-health-card__image img {
    border-radius: calc(16 / 1280 * 100vw);
  }
}
.benefits-health-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(30 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-health-card__content {
    padding-top: 0;
  }
}
.benefits-health-card__title {
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  color: #0066CC;
  margin: 0 0 calc(12 / 375 * 100vw) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .benefits-health-card__title {
    text-align: left;
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.benefits-health-card__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
}
@media (min-width: 768px) {
  .benefits-health-card__text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.benefits-health-card__logo {
  margin-top: calc(12 / 375 * 100vw);
  width: calc(240 / 375 * 100vw);
  margin-inline: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .benefits-health-card__logo {
    margin-top: calc(12 / 1280 * 100vw);
    width: calc(240 / 1280 * 100vw);
    margin-inline: unset;
  }
}
.benefits-health-card__logo img {
  width: 100%;
  height: auto;
}

.benefits-health-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-health-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(12 / 1280 * 100vw);
  }
}

.benefits-health-item {
  background-color: rgba(198, 226, 241, 0.5);
  border-radius: calc(12 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw) calc(0 / 375 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .benefits-health-item {
    border-radius: calc(12 / 1280 * 100vw);
    padding: calc(20 / 1280 * 100vw);
  }
}
.benefits-health-item__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  color: #0066CC;
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .benefits-health-item__title {
    gap: calc(10 / 1280 * 100vw);
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.benefits-health-item__title--icon-1::before, .benefits-health-item__title--icon-2::before, .benefits-health-item__title--icon-3::before, .benefits-health-item__title--icon-4::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .benefits-health-item__title--icon-1::before, .benefits-health-item__title--icon-2::before, .benefits-health-item__title--icon-3::before, .benefits-health-item__title--icon-4::before {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.benefits-health-item__title--icon-1::before {
  background-image: url("../images/icn-benefits-health1.svg");
}
.benefits-health-item__title--icon-2::before {
  background-image: url("../images/icn-benefits-health2.svg");
}
.benefits-health-item__title--icon-3 {
  gap: 0;
}
.benefits-health-item__title--icon-3::before {
  background-image: url("../images/icn-benefits-health3.svg");
  margin-right: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-health-item__title--icon-3::before {
    margin-right: calc(10 / 1280 * 100vw);
  }
}
.benefits-health-item__title--icon-4::before {
  background-image: url("../images/icn-benefits-health4.svg");
}
.benefits-health-item__title-small {
  font-size: min(12 / 375 * 100vw, 12px);
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .benefits-health-item__title-small {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.benefits-health-item__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
  margin: 0;
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-health-item__text {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: 0;
  }
}
.benefits-health-item__title:last-child {
  margin-bottom: 0;
}

.benefits-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-icons {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(24 / 1280 * 100vw);
  }
}
.benefits-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #F7F9FA;
  border: 1px solid #E0E0E0;
  border-radius: calc(12 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-icons__item {
    border-radius: calc(16 / 1280 * 100vw);
    padding: calc(28 / 1280 * 100vw);
  }
}
.benefits-icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 / 375 * 100vw);
  height: calc(40 / 375 * 100vw);
  margin-bottom: calc(12 / 375 * 100vw);
  color: #00A3F7;
}
@media (min-width: 768px) {
  .benefits-icons__icon {
    width: calc(48 / 1280 * 100vw);
    height: calc(48 / 1280 * 100vw);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.benefits-icons__icon svg {
  width: 100%;
  height: 100%;
}
.benefits-icons__title {
  font-weight: 700;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 1.5;
  color: #000069;
  margin: 0 0 calc(8 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .benefits-icons__title {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(10 / 1280 * 100vw);
  }
}
.benefits-icons__text {
  font-weight: 400;
  font-size: min(11 / 375 * 100vw, 11px);
  line-height: 1.6;
  color: #686873;
  margin: 0;
}
@media (min-width: 768px) {
  .benefits-icons__text {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}

.benefits-activities {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .benefits-activities {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(62 / 1280 * 100vw);
  }
}

.benefits-activity__image {
  position: relative;
  width: 100%;
  border-radius: calc(24 / 375 * 100vw);
}
.benefits-activity__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(24 / 1280 * 100vw);
}
.benefits-activity__title {
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  color: #000069;
  padding: calc(20 / 375 * 100vw) calc(0 / 375 * 100vw) calc(12 / 375 * 100vw);
  margin: 0;
}
@media (min-width: 768px) {
  .benefits-activity__title {
    font-size: min(20 / 1280 * 100vw, 20px);
    padding: calc(21 / 1280 * 100vw) calc(0 / 1280 * 100vw) calc(12 / 1280 * 100vw);
  }
}
.benefits-activity__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
  margin: 0;
}
@media (min-width: 768px) {
  .benefits-activity__text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

body.number-page {
  background: linear-gradient(180deg, rgba(201, 230, 241, 0.6) 0%, rgba(201, 230, 241, 0.7) 8.62%, rgba(181, 222, 238, 0.9) 34.47%, rgba(0, 163, 247, 0.9) 68.94%);
}

.numbers-main {
  position: relative;
  min-height: 100vh;
}

.number-content {
  position: relative;
  z-index: 1;
  padding: calc(84 / 375 * 100vw) calc(24 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-content {
    padding: calc(126 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
.number-content__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .number-content__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}

.number-grid {
  display: grid;
  gap: calc(8 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-grid {
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(8 / 1280 * 100vw);
  }
}
.number-grid--row1 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .number-grid--row1 {
    grid-template-columns: 1fr 1fr;
  }
}
.number-grid--row2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .number-grid--row2 {
    grid-template-columns: 1fr 1fr;
  }
}
.number-grid--row3 {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .number-grid--row3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.number-grid--row4 {
  margin-top: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-grid--row4 {
    margin-top: calc(8 / 1280 * 100vw);
  }
}
.number-grid__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-grid__right {
    gap: calc(8 / 1280 * 100vw);
  }
}
.number-grid__right--onlyPc {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .number-grid__right--onlyPc {
    grid-template-columns: repeat(2, 1fr);
  }
}

.number-card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: calc(16 / 375 * 100vw);
  padding: calc(12 / 375 * 100vw) calc(20 / 375 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .number-card {
    border-radius: calc(16 / 1280 * 100vw);
    padding: calc(22 / 1280 * 100vw) calc(0 / 1280 * 100vw);
  }
}
.number-card--spRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card--spRow {
    display: block;
  }
}
.number-card--spRow .number-card__note {
  width: 100%;
}
.number-card--parental .number-card__label {
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card--parental .number-card__label {
    margin-bottom: 0;
  }
}
.number-card--parental .number-card__number {
  line-height: 1;
}
@media (min-width: 768px) {
  .number-card--parental .number-card__number {
    line-height: 1.6;
  }
}
.number-card--large {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .number-card--large {
    grid-column: auto;
  }
}
.number-card--large .number-card__label {
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card--large .number-card__label {
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.number-card--small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card--small {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(24 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  }
}
.number-card__label {
  display: inline-block;
  background-color: #000069;
  color: #ffffff;
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(0 / 375 * 100vw) calc(12 / 375 * 100vw);
  border-radius: calc(20 / 375 * 100vw);
  line-height: 2;
}
@media (min-width: 768px) {
  .number-card__label {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(0 / 1280 * 100vw) calc(12 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.number-card__label span {
  font-size: min(12 / 375 * 100vw, 12px);
}
@media (min-width: 768px) {
  .number-card__label span {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.number-card__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card__value {
    gap: calc(4 / 1280 * 100vw);
  }
}
.number-card__value--graph {
  margin: 0;
}
.number-card__value--graph::before {
  content: "";
  display: block;
  width: calc(65 / 375 * 100vw);
  height: calc(65 / 375 * 100vw);
  transform: translateY(20%);
  margin-right: calc(4 / 375 * 100vw);
  background-image: url(../images/icn-graph.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .number-card__value--graph::before {
    width: calc(65 / 1280 * 100vw);
    height: calc(65 / 1280 * 100vw);
    margin-right: calc(20 / 1280 * 100vw);
  }
}
.number-card__value--vacation {
  margin: 0;
}
.number-card__value--vacation::before {
  content: "";
  display: block;
  width: calc(65 / 375 * 100vw);
  height: calc(65 / 375 * 100vw);
  transform: translateY(15%);
  background-image: url(../images/icn-vacation.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .number-card__value--vacation::before {
    width: calc(65 / 1280 * 100vw);
    height: calc(65 / 1280 * 100vw);
  }
}
.number-card__value--parental {
  align-items: center;
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card__value--parental {
    gap: calc(8 / 1280 * 100vw);
  }
}
.number-card__value--parental::before {
  content: "";
  display: block;
  width: calc(65 / 375 * 100vw);
  height: calc(65 / 375 * 100vw);
  background-image: url(../images/icn-parental.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .number-card__value--parental::before {
    width: calc(65 / 1280 * 100vw);
    height: calc(65 / 1280 * 100vw);
  }
}
.number-card__value--time {
  align-items: center;
}
.number-card__number {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: min(48 / 375 * 100vw, 48px);
  line-height: 1.6;
  color: #000069;
}
@media (min-width: 768px) {
  .number-card__number {
    font-size: min(64 / 1280 * 100vw, 64px);
  }
}
.number-card__number--large {
  font-size: min(56 / 375 * 100vw, 56px);
}
@media (min-width: 768px) {
  .number-card__number--large {
    font-size: min(80 / 1280 * 100vw, 80px);
  }
}
.number-card__unit {
  font-weight: 500;
  font-size: min(20 / 375 * 100vw, 20px);
  line-height: 2.4;
  color: #000069;
}
@media (min-width: 768px) {
  .number-card__unit {
    font-size: min(32 / 1280 * 100vw, 32px);
  }
}
.number-card__unit-small {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  color: #000069;
}
@media (min-width: 768px) {
  .number-card__unit-small {
    font-size: min(20 / 1280 * 100vw, 20px);
  }
}
.number-card__unit-vertical {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.2;
  color: #000069;
  text-align: left;
}
@media (min-width: 768px) {
  .number-card__unit-vertical {
    font-size: min(24 / 1280 * 100vw, 24px);
  }
}
.number-card__chart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card__chart-wrapper {
    gap: calc(32 / 1280 * 100vw);
    margin-bottom: calc(24 / 1280 * 100vw);
  }
}
.number-card__chart {
  width: calc(120 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media (min-width: 768px) {
  .number-card__chart {
    width: calc(160 / 1280 * 100vw);
    height: calc(160 / 1280 * 100vw);
  }
}
.number-card__chart.is-animated {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.number-card__pie {
  width: 100%;
  height: 100%;
}
.number-card__pie circle:nth-child(2) {
  stroke-dasharray: 0 314.16;
  transition: stroke-dasharray 1.5s ease-out;
}
.number-card__pie.is-animated circle:nth-child(2) {
  stroke-dasharray: 276.46 37.7;
}
.number-card__note {
  font-weight: 400;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
  margin: 0;
}
@media (min-width: 768px) {
  .number-card__note {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.number-card__note--highlight {
  color: #0066CC;
  font-weight: 500;
}
@media (min-width: 768px) {
  .number-card__note--highlight {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.number-card__parental-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .number-card__parental-group {
    flex-direction: row;
    gap: calc(24 / 1280 * 100vw);
  }
}
.number-card__parental-item {
  display: flex;
  align-items: baseline;
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .number-card__parental-item {
    gap: calc(8 / 1280 * 100vw);
  }
}
.number-card__parental-label {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .number-card__parental-label {
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}

.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-in--delay-1 {
  transition-delay: 0.1s;
}
.js-fade-in--delay-2 {
  transition-delay: 0.2s;
}
.js-fade-in--delay-3 {
  transition-delay: 0.3s;
}
.js-fade-in--delay-4 {
  transition-delay: 0.4s;
}
.js-fade-in--delay-5 {
  transition-delay: 0.5s;
}
.js-fade-in--delay-6 {
  transition-delay: 0.6s;
}
.js-fade-in--delay-7 {
  transition-delay: 0.7s;
}
.js-fade-in--delay-8 {
  transition-delay: 0.8s;
}
.js-fade-in--delay-9 {
  transition-delay: 0.9s;
}
.js-fade-in--delay-10 {
  transition-delay: 1s;
}

body.work-page {
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(201, 230, 241, 0.5) 10%, rgba(247, 249, 250, 0.5) 20%, rgb(247, 249, 250) 100%);
}

.work-main {
  position: relative;
  min-height: 100vh;
}

.work-intro {
  position: relative;
  z-index: 1;
  padding: calc(25 / 375 * 100vw) 0 calc(0 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-intro {
    padding: calc(64 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw);
  }
}
.work-intro__leadWrapper {
  padding: calc(48 / 375 * 100vw) calc(24 / 375 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .work-intro__leadWrapper {
    border-radius: calc(24 / 1280 * 100vw);
    padding: calc(70 / 1280 * 100vw) calc(67 / 1280 * 100vw);
  }
}
.work-intro__lead {
  font-weight: 400;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  background: linear-gradient(135deg, #00A3F7 0%, #00BEB5 50%, #005CC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 0 calc(40 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .work-intro__lead {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(38 / 1280 * 100vw);
  }
}
.work-intro__br--pc {
  display: none;
}
@media (min-width: 768px) {
  .work-intro__br--pc {
    display: inline;
  }
}
.work-intro__summary {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
}
@media (min-width: 768px) {
  .work-intro__summary {
    font-size: min(14 / 1280 * 100vw, 14px);
    text-align: center;
  }
}
.work-intro__diagram {
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-intro__diagram {
    margin-bottom: calc(40 / 1280 * 100vw);
  }
}
.work-intro__diagram-image {
  width: 100%;
  height: auto;
  display: block;
}
.work-intro__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(20 / 375 * 100vw);
  padding: calc(64 / 375 * 100vw) calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-intro__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 1280 * 100vw);
    margin-top: calc(80 / 1280 * 100vw);
    padding: 0 calc(67 / 1280 * 100vw);
  }
}
.work-intro__card {
  display: flex;
  flex-direction: column;
  border-radius: calc(24 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
  text-decoration: none;
}
@media (min-width: 768px) {
  .work-intro__card {
    border-radius: calc(24 / 1280 * 100vw);
    padding: calc(32 / 1280 * 100vw) calc(48 / 1280 * 100vw);
  }
}
.work-intro__card--solution {
  background: linear-gradient(132.76deg, rgba(229, 240, 246, 0) 5.51%, rgba(0, 190, 181, 0.3) 44.63%);
}
.work-intro__card--service {
  background: linear-gradient(132.76deg, rgba(229, 240, 246, 0) 5.51%, rgba(0, 163, 247, 0.3) 44.63%);
}
.work-intro__card-title {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  color: #1A1A43;
  font-weight: 400;
  font-size: min(24 / 375 * 100vw, 24px);
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .work-intro__card-title {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(12 / 1280 * 100vw);
    gap: calc(12 / 1280 * 100vw);
  }
}
.work-intro__card-title::after {
  content: "";
  flex-shrink: 0;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  background-image: url("../images/arrow-recruitment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .work-intro__card-title::after {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.work-intro__card-text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #1A1A43;
}
@media (min-width: 768px) {
  .work-intro__card-text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

#it-solution .work-section__container {
  padding-top: calc(67 / 375 * 100vw);
}
@media (min-width: 768px) {
  #it-solution .work-section__container {
    border-top: 1px solid #A4A4AE;
    padding-top: calc(80 / 1280 * 100vw);
  }
}
#it-solution .work-section__container::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100% - 48 / 375 * 100vw);
  height: 1px;
  background-color: #A4A4AE;
}
@media (min-width: 768px) {
  #it-solution .work-section__container::before {
    content: unset;
    display: none;
  }
}

.work-section {
  position: relative;
}
@media (min-width: 768px) {
  .work-section {
    padding: 0 calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
.work-section::before {
  position: absolute;
  top: calc(400 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(143 / 375 * 100vw);
  height: calc(197 / 375 * 100vw);
  background-image: url(../images/balloon-right-l.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-work-section-deco, 0));
}
@media (min-width: 768px) {
  .work-section::before {
    top: calc(150 / 1280 * 100vw);
    width: calc(287 / 1280 * 100vw);
    height: calc(394 / 1280 * 100vw);
  }
}
.work-section--itService {
  background-color: #F7F9FA;
  padding-bottom: calc(120 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section--itService {
    padding-bottom: calc(160 / 1280 * 100vw);
  }
}
.work-section--itService .work-section__container {
  padding-top: calc(120 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section--itService .work-section__container {
    padding-top: calc(122 / 1280 * 100vw);
  }
}
.work-section__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .work-section__container {
    padding-top: calc(80 / 1280 * 100vw);
    width: calc(1066 / 1280 * 100vw);
  }
}
.work-section__enHead {
  display: flex;
  align-items: center;
  color: #1A1A43;
  gap: calc(10 / 375 * 100vw);
  font-weight: 400;
  font-size: min(24 / 375 * 100vw, 24px);
  margin-bottom: calc(14 / 375 * 100vw);
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section__enHead {
    gap: calc(12 / 1280 * 100vw);
    font-size: min(40 / 1280 * 100vw, 40px);
    padding: 0;
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.work-section__subtitle {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  color: #005CC3;
  margin: 0 0 calc(32 / 375 * 100vw) 0;
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section__subtitle {
    font-size: min(16 / 1280 * 100vw, 16px);
    padding: 0;
    margin-bottom: calc(38 / 1280 * 100vw);
  }
}
.work-section__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .work-section__row {
    flex-direction: row;
    align-items: center;
    gap: calc(32 / 1280 * 100vw);
    margin-bottom: calc(56 / 1280 * 100vw);
  }
}
.work-section__hero {
  margin-bottom: calc(32 / 375 * 100vw);
  overflow: hidden;
  padding-right: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section__hero {
    width: calc(478 / 1280 * 100vw);
    padding-right: 0;
    margin-bottom: 0;
  }
}
.work-section__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .work-section__hero-image {
    border-radius: calc(16 / 1280 * 100vw);
  }
}
.work-section__content {
  margin-bottom: calc(40 / 375 * 100vw);
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section__content {
    flex: 1;
    padding: 0;
    margin-bottom: 0;
  }
}
.work-section__lead {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
  margin: 0 0 calc(16 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .work-section__lead {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.work-section__lead:last-child {
  margin-bottom: 0;
}
.work-section__cta {
  display: flex;
  justify-content: center;
  margin-top: calc(40 / 375 * 100vw);
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section__cta {
    padding: 0;
    margin-top: calc(40 / 1280 * 100vw);
  }
}
.work-section__cta-btn {
  height: calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-section__cta-btn {
    height: calc(80 / 1280 * 100vw);
  }
}

.work-services {
  display: flex;
  flex-direction: column;
  gap: calc(32 / 375 * 100vw);
  background-color: #ffffff;
  border-radius: calc(24 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-services {
    border-radius: calc(24 / 1280 * 100vw);
  }
}
@media (min-width: 768px) {
  .work-services {
    gap: calc(40 / 1280 * 100vw);
    padding: calc(50 / 1280 * 100vw) calc(67 / 1280 * 100vw) calc(67 / 1280 * 100vw);
  }
}

.work-service {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-service {
    flex-direction: row;
    align-items: center;
    gap: calc(32 / 1280 * 100vw);
  }
}
.work-service__image {
  flex-shrink: 0;
  border-radius: calc(12 / 375 * 100vw);
  overflow: hidden;
}
@media (min-width: 768px) {
  .work-service__image {
    width: calc(320 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.work-service__image img {
  width: 100%;
  height: auto;
  display: block;
}
.work-service__content {
  flex: 1;
}
.work-service__title {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 700;
  font-size: min(24 / 375 * 100vw, 24px);
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .work-service__title {
    gap: calc(8 / 1280 * 100vw);
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.work-service__title::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
  background-color: #005CC3;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .work-service__title::before {
    width: calc(16 / 1280 * 100vw);
    height: calc(16 / 1280 * 100vw);
  }
}
.work-service__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
  margin: 0;
}
@media (min-width: 768px) {
  .work-service__text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.work-products {
  display: flex;
  flex-direction: column;
  gap: calc(32 / 375 * 100vw);
  background-color: #ffffff;
  border-radius: calc(24 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-products {
    padding: 0;
    border-radius: calc(24 / 1280 * 100vw);
    gap: calc(40 / 1280 * 100vw);
    padding: calc(50 / 1280 * 100vw) calc(67 / 1280 * 100vw) calc(67 / 1280 * 100vw);
  }
}

.work-product {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-product {
    flex-direction: row;
    align-items: center;
    gap: calc(32 / 1280 * 100vw);
  }
}
.work-product__image {
  flex-shrink: 0;
  border-radius: calc(12 / 375 * 100vw);
  overflow: hidden;
}
@media (min-width: 768px) {
  .work-product__image {
    width: calc(320 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
  }
}
.work-product__image img {
  width: 100%;
  height: auto;
  display: block;
}
.work-product__content {
  flex: 1;
}
.work-product__label {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  margin-bottom: calc(6 / 375 * 100vw);
}
@media (min-width: 768px) {
  .work-product__label {
    gap: calc(8 / 1280 * 100vw);
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(6 / 1280 * 100vw);
  }
}
.work-product__label::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
  background-color: #005CC3;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .work-product__label::before {
    width: calc(16 / 1280 * 100vw);
    height: calc(16 / 1280 * 100vw);
  }
}
.work-product__title {
  font-weight: 700;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  margin: 0 0 calc(12 / 375 * 100vw) 0;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .work-product__title {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.work-product__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  letter-spacing: -0.02em;
  color: #000069;
  margin: 0;
}
@media (min-width: 768px) {
  .work-product__text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.work-page .js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.work-page .js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.work-page .js-fade-in--delay-1 {
  transition-delay: 0.1s;
}
.work-page .js-fade-in--delay-2 {
  transition-delay: 0.2s;
}
.work-page .js-fade-in--delay-3 {
  transition-delay: 0.3s;
}
.work-page .js-fade-in--delay-4 {
  transition-delay: 0.4s;
}
.work-page .js-fade-in--delay-5 {
  transition-delay: 0.5s;
}
.work-page .js-fade-in--delay-6 {
  transition-delay: 0.6s;
}
.work-page .js-fade-in--delay-7 {
  transition-delay: 0.7s;
}
.work-page .js-fade-in--delay-8 {
  transition-delay: 0.8s;
}
.work-page .js-fade-in--delay-9 {
  transition-delay: 0.9s;
}
.work-page .js-fade-in--delay-10 {
  transition-delay: 1s;
}

.news-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 10%, rgba(229, 240, 246, 0) 15%);
}
.news-page__filter {
  padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-page__filter {
    padding: calc(37 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw);
  }
}
.news-page__filter-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-page__filter-container {
    width: calc(774 / 1280 * 100vw);
  }
}
.news-page__content {
  padding: calc(35 / 375 * 100vw) calc(24 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-page__content {
    padding: 0 calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.news-page__content-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-page__content-container {
    width: calc(788 / 1280 * 100vw);
  }
}
.news-page__empty {
  text-align: center;
  padding: calc(60 / 375 * 100vw) 0;
  color: #686873;
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .news-page__empty {
    padding: calc(80 / 1280 * 100vw) 0;
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}

.news-filter {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-filter {
    flex-direction: row;
    gap: calc(20 / 1280 * 100vw);
  }
}
.news-filter__group {
  flex: 1;
}
.news-filter__label {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 500;
  color: #000069;
  font-size: min(14 / 375 * 100vw, 14px);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-filter__label {
    font-size: min(14 / 1280 * 100vw, 14px);
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(10 / 1280 * 100vw);
  }
}
.news-filter__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #005CC3;
  color: #F7F9FA;
  font-size: min(10 / 375 * 100vw, 10px);
  font-weight: 700;
  padding: calc(2 / 375 * 100vw) calc(6 / 375 * 100vw);
  border-radius: calc(2 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-filter__required {
    font-size: min(10 / 1280 * 100vw, 10px);
    padding: calc(2 / 1280 * 100vw) calc(6 / 1280 * 100vw);
    border-radius: calc(2 / 1280 * 100vw);
  }
}
.news-filter__select-wrapper {
  position: relative;
}
.news-filter__select {
  width: 100%;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: calc(8 / 375 * 100vw);
  padding: calc(12 / 375 * 100vw) calc(40 / 375 * 100vw) calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  color: #000069;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .news-filter__select {
    border-radius: calc(8 / 1280 * 100vw);
    padding: calc(12 / 1280 * 100vw) calc(48 / 1280 * 100vw) calc(12 / 1280 * 100vw) calc(16 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.news-filter__select:focus {
  outline: none;
  border-color: #0066CC;
}
.news-filter__select:hover {
  border-color: #686873;
}
.news-filter__select-icon {
  position: absolute;
  right: calc(12 / 375 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  color: #686873;
  pointer-events: none;
}
@media (min-width: 768px) {
  .news-filter__select-icon {
    right: calc(16 / 1280 * 100vw);
    width: calc(24 / 1280 * 100vw);
    height: calc(24 / 1280 * 100vw);
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-list {
    gap: calc(24 / 1280 * 100vw);
  }
}

.news-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-card__link {
    flex-direction: row;
  }
}
.news-card__thumbnail {
  position: relative;
  width: 100%;
  height: calc(217 / 375 * 100vw);
  overflow: hidden;
  border: 1px solid #CDCDDC;
  border-radius: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-card__thumbnail {
    width: calc(206 / 1280 * 100vw);
    height: calc(136 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
    flex-shrink: 0;
  }
}
.news-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(80 / 375 * 100vw);
  height: auto;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .news-card__placeholder {
    width: calc(100 / 1280 * 100vw);
  }
}
.news-card__content {
  flex: 1;
  padding: calc(24 / 375 * 100vw) calc(0 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .news-card__content {
    padding: 0 0 0 calc(25 / 1280 * 100vw);
  }
}
.news-card__meta {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  margin-bottom: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-card__meta {
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(4 / 1280 * 100vw);
  }
}
.news-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CDCDDC;
  color: #1A1A43;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
  padding: calc(0 / 375 * 100vw) calc(5 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  line-height: 2;
}
@media (min-width: 768px) {
  .news-card__category {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(0 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.news-card__date {
  font-size: min(16 / 375 * 100vw, 16px);
  font-weight: 400;
  color: #1A1A43;
}
@media (min-width: 768px) {
  .news-card__date {
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}
.news-card__title {
  color: #000069;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .news-card__title {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 375 * 100vw);
  margin-top: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-pagination {
    gap: calc(12 / 1280 * 100vw);
    margin-top: calc(64 / 1280 * 100vw);
  }
}
.news-pagination a,
.news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(40 / 375 * 100vw);
  height: calc(40 / 375 * 100vw);
  padding: 0 calc(12 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
  text-decoration: none;
  border-radius: calc(8 / 375 * 100vw);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .news-pagination a,
  .news-pagination span {
    min-width: calc(48 / 1280 * 100vw);
    height: calc(48 / 1280 * 100vw);
    padding: 0 calc(16 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    border-radius: calc(8 / 1280 * 100vw);
  }
}
.news-pagination a {
  color: #000069;
  background-color: #F5F5F5;
}
.news-pagination a:hover {
  background-color: #E0E0E0;
}
.news-pagination span.current {
  color: #F7F9FA;
  background-color: #000069;
}
.news-pagination .prev,
.news-pagination .next {
  background-color: transparent;
  border: 1px solid #E0E0E0;
}
.news-pagination .prev svg,
.news-pagination .next svg {
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-pagination .prev svg,
  .news-pagination .next svg {
    width: calc(20 / 1280 * 100vw);
    height: calc(20 / 1280 * 100vw);
  }
}
.news-pagination .prev:hover,
.news-pagination .next:hover {
  background-color: #F5F5F5;
  border-color: #686873;
}
.news-pagination .dots {
  background-color: transparent;
  color: #686873;
  min-width: auto;
  padding: 0;
}

.single-news {
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
}

.news-single__header {
  padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw) calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-single__header {
    padding: calc(48 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(32 / 1280 * 100vw);
  }
}
.news-single__header-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-single__header-container {
    max-width: calc(788 / 1280 * 100vw);
  }
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: calc(12 / 375 * 100vw);
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-single__meta {
    gap: calc(16 / 1280 * 100vw);
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.news-single__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CDCDDC;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
  padding: calc(0 / 375 * 100vw) calc(5 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  line-height: 2;
}
@media (min-width: 768px) {
  .news-single__category {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(0 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.news-single__date {
  font-size: min(16 / 375 * 100vw, 16px);
  font-weight: 400;
}
@media (min-width: 768px) {
  .news-single__date {
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}
.news-single__title {
  font-weight: 700;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  color: #000069;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .news-single__title {
    font-size: min(24 / 1280 * 100vw, 24px);
  }
}
.news-single__thumbnail {
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-single__thumbnail {
    padding: 0 calc(40 / 1280 * 100vw);
  }
}
.news-single__thumbnail-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-single__thumbnail-container {
    max-width: calc(788 / 1280 * 100vw);
  }
}
.news-single__thumbnail-container img {
  width: 100%;
  height: auto;
  border-radius: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-single__thumbnail-container img {
    border-radius: calc(16 / 1280 * 100vw);
  }
}
.news-single__content {
  padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw) calc(64 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-single__content {
    padding: calc(48 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(96 / 1280 * 100vw);
  }
}
.news-single__content-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-single__content-container {
    max-width: calc(788 / 1280 * 100vw);
  }
}
.news-single__content p {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  margin-bottom: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-single__content p {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.news-single__content p:last-child {
  margin-bottom: 0;
}
.news-single__content a {
  color: #0066CC;
  text-decoration: underline;
}
.news-single__content a:hover {
  text-decoration: none;
}
.news-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: calc(12 / 375 * 100vw);
  margin: calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .news-single__content img {
    border-radius: calc(16 / 1280 * 100vw);
    margin: calc(32 / 1280 * 100vw) 0;
  }
}
.news-single__content figcaption,
.news-single__content .wp-caption-text {
  font-size: min(12 / 375 * 100vw, 12px);
  color: #686873;
  margin-top: calc(8 / 375 * 100vw);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .news-single__content figcaption,
  .news-single__content .wp-caption-text {
    font-size: min(12 / 1280 * 100vw, 12px);
    margin-top: calc(12 / 1280 * 100vw);
  }
}

.news-related {
  padding: calc(64 / 375 * 100vw) calc(24 / 375 * 100vw) calc(80 / 375 * 100vw);
  border-top: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .news-related {
    padding: calc(96 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.news-related__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-related__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.news-related__title {
  font-size: min(24 / 375 * 100vw, 24px);
  color: #000069;
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-related__title {
    font-size: min(32 / 1280 * 100vw, 32px);
    margin-bottom: calc(48 / 1280 * 100vw);
  }
}
.news-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-related__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(32 / 1280 * 100vw);
  }
}
.news-related__back {
  display: flex;
  justify-content: center;
  margin-top: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-related__back {
    margin-top: calc(64 / 1280 * 100vw);
  }
}

.news-related-card__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news-related-card__link:hover {
  opacity: 0.8;
}
.news-related-card__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid #CDCDDC;
  border-radius: calc(12 / 375 * 100vw);
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-related-card__thumbnail {
    border-radius: calc(12 / 1280 * 100vw);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.news-related-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-related-card__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(80 / 375 * 100vw);
  height: auto;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .news-related-card__placeholder {
    width: calc(100 / 1280 * 100vw);
  }
}
.news-related-card__meta {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .news-related-card__meta {
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(8 / 1280 * 100vw);
  }
}
.news-related-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CDCDDC;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
  padding: calc(0 / 375 * 100vw) calc(5 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  line-height: 2;
}
@media (min-width: 768px) {
  .news-related-card__category {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(0 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.news-related-card__date {
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 400;
}
@media (min-width: 768px) {
  .news-related-card__date {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.news-related-card__title {
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #000069;
}
@media (min-width: 768px) {
  .news-related-card__title {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.btn-back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000069;
  color: #F7F9FA;
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  text-decoration: none;
  padding: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
  border-radius: calc(40 / 375 * 100vw);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 100%;
  height: calc(65 / 375 * 100vw);
}
@media (min-width: 768px) {
  .btn-back {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(18 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    border-radius: calc(40 / 1280 * 100vw);
    width: calc(405 / 1280 * 100vw);
    height: calc(65 / 1280 * 100vw);
  }
}
.btn-back:hover {
  background-color: #000050;
  transform: translateY(-2px);
}
.btn-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(12 / 375 * 100vw);
  transform: translateY(-50%);
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-image: url("../images/arrow-radiusBtn-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .btn-back::before {
    left: calc(12 / 1280 * 100vw);
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 10%, rgba(229, 240, 246, 0) 15%);
  padding: calc(100 / 375 * 100vw) calc(20 / 375 * 100vw) calc(60 / 375 * 100vw);
}
@media (min-width: 768px) {
  .error-page {
    padding: calc(150 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(100 / 1280 * 100vw);
  }
}
.error-page__container {
  width: 100%;
  max-width: calc(335 / 375 * 100vw);
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .error-page__container {
    max-width: calc(600 / 1280 * 100vw);
  }
}
.error-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page__number {
  font-family: "Poppins", sans-serif;
  font-weight: 275;
  line-height: 1;
  letter-spacing: 0;
  color: #0066CC;
  font-size: min(88 / 375 * 100vw, 88px);
}
@media (min-width: 768px) {
  .error-page__number {
    font-size: min(88 / 1280 * 100vw, 88px);
  }
}
.error-page__title-wrapper {
  margin-bottom: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .error-page__title-wrapper {
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.error-page__message {
  font-weight: 700;
  color: #000069;
  margin-bottom: calc(8 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
}
@media (min-width: 768px) {
  .error-page__message {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(8 / 1280 * 100vw);
  }
}
.error-page__submessage {
  font-weight: 500;
  margin-bottom: calc(32 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
}
@media (min-width: 768px) {
  .error-page__submessage {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(48 / 1280 * 100vw);
  }
}
.error-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 375 * 100vw);
  background-color: #000069;
  color: #F7F9FA;
  font-weight: 700;
  text-decoration: none;
  border-radius: calc(50 / 375 * 100vw);
  transition: opacity 0.3s ease;
  padding: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .error-page__btn {
    padding: calc(18 / 1280 * 100vw) calc(48 / 1280 * 100vw);
    font-size: min(16 / 1280 * 100vw, 16px);
    gap: calc(12 / 1280 * 100vw);
    border-radius: calc(50 / 1280 * 100vw);
  }
}
.error-page__btn:hover {
  opacity: 0.8;
}
.error-page__btn-icon {
  flex-shrink: 0;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .error-page__btn-icon {
    width: calc(24 / 1280 * 100vw);
    height: calc(24 / 1280 * 100vw);
  }
}

.faq-page {
  position: relative;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
  padding-bottom: calc(60 / 375 * 100vw);
}
@media (min-width: 768px) {
  .faq-page {
    padding-bottom: calc(80 / 1280 * 100vw);
  }
}
.faq-page__content {
  position: relative;
}

.faq-section {
  position: relative;
  padding: calc(60 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .faq-section {
    padding: calc(80 / 1280 * 100vw) 0;
  }
}
.faq-section:nth-child(odd)::before {
  position: absolute;
  top: calc(115 / 375 * 100vw);
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98.5 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/balloon-left.png);
  transform: translateY(var(--parallax-faq-deco, 0));
}
@media (min-width: 768px) {
  .faq-section:nth-child(odd)::before {
    top: calc(-50 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.faq-section:nth-child(even)::before {
  position: absolute;
  top: calc(400 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(143 / 375 * 100vw);
  height: calc(197 / 375 * 100vw);
  background-image: url(../images/balloon-right-l.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-faq-even-deco, 0));
}
@media (min-width: 768px) {
  .faq-section:nth-child(even)::before {
    top: calc(0 / 1280 * 100vw);
    width: calc(287 / 1280 * 100vw);
    height: calc(394 / 1280 * 100vw);
  }
}
.faq-section__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .faq-section__container {
    max-width: calc(1066 / 1280 * 100vw);
    padding: 0 calc(40 / 1280 * 100vw);
  }
}
.faq-section__title {
  display: flex;
  gap: calc(8 / 375 * 100vw);
  font-weight: 400;
  color: #000069;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .faq-section__title {
    font-size: min(40 / 1280 * 100vw, 40px);
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(48 / 1280 * 100vw);
  }
}
.faq-section__title::before {
  content: "";
  display: block;
  background-image: url("../images/icn-enHead.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .faq-section__title::before {
    width: calc(30 / 1280 * 100vw);
    height: calc(30 / 1280 * 100vw);
  }
}
.faq-section__empty {
  text-align: center;
  color: #686873;
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(40 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .faq-section__empty {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(60 / 1280 * 100vw) 0;
  }
}
.faq-section__decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.faq-section__decoration--top {
  top: calc(-20 / 375 * 100vw);
  right: calc(-60 / 375 * 100vw);
  width: calc(200 / 375 * 100vw);
  height: calc(200 / 375 * 100vw);
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.6) 0%, rgba(203, 230, 242, 0.3) 100%);
}
@media (min-width: 768px) {
  .faq-section__decoration--top {
    top: calc(-40 / 1280 * 100vw);
    right: calc(-80 / 1280 * 100vw);
    width: calc(400 / 1280 * 100vw);
    height: calc(400 / 1280 * 100vw);
  }
}
.faq-section__decoration--middle {
  top: calc(100 / 375 * 100vw);
  right: calc(-100 / 375 * 100vw);
  width: calc(250 / 375 * 100vw);
  height: calc(250 / 375 * 100vw);
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.2) 100%);
}
@media (min-width: 768px) {
  .faq-section__decoration--middle {
    top: calc(100 / 1280 * 100vw);
    right: calc(-150 / 1280 * 100vw);
    width: calc(500 / 1280 * 100vw);
    height: calc(500 / 1280 * 100vw);
  }
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .faq-accordion {
    align-items: center;
    gap: calc(20 / 1280 * 100vw);
  }
}
.faq-accordion__item {
  width: 100%;
  background-color: #fff;
  border-radius: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .faq-accordion__item {
    border-radius: calc(12 / 1280 * 100vw);
    max-width: calc(860 / 1280 * 100vw);
  }
}
.faq-accordion__item.is-open .faq-accordion__toggle::before {
  opacity: 0;
}
.faq-accordion__item.is-open .faq-accordion__answer {
  max-height: none;
  padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
  margin-top: 0;
}
@media (min-width: 768px) {
  .faq-accordion__item.is-open .faq-accordion__answer {
    padding: calc(32 / 1280 * 100vw) calc(37 / 1280 * 100vw);
    margin-top: 0;
  }
}
.faq-accordion__question {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  background-color: #C6E2F1;
  border: none;
  border-radius: calc(8 / 375 * 100vw);
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .faq-accordion__question {
    align-items: center;
    padding: calc(20 / 1280 * 100vw) calc(24 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(28 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
    gap: calc(16 / 1280 * 100vw);
  }
}
.faq-accordion__question:hover {
  background-color: #B5D8EB;
}
.faq-accordion__icon {
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #005CC3;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1;
}
@media (min-width: 768px) {
  .faq-accordion__icon {
    font-size: min(24 / 1280 * 100vw, 24px);
  }
}
.faq-accordion__question-text {
  flex: 1;
  font-weight: 700;
  color: #000069;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .faq-accordion__question-text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.faq-accordion__toggle {
  position: relative;
  flex-shrink: 0;
  width: calc(28 / 375 * 100vw);
  height: calc(28 / 375 * 100vw);
  border-radius: 50%;
  background-color: #000069;
}
@media (min-width: 768px) {
  .faq-accordion__toggle {
    width: calc(36 / 1280 * 100vw);
    height: calc(36 / 1280 * 100vw);
  }
}
.faq-accordion__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(12 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
  background-color: #F7F9FA;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .faq-accordion__toggle::after {
    width: calc(16 / 1280 * 100vw);
    height: calc(2 / 1280 * 100vw);
  }
}
.faq-accordion__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(2 / 375 * 100vw);
  height: calc(12 / 375 * 100vw);
  background-color: #F7F9FA;
  border-radius: 1px;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .faq-accordion__toggle::before {
    width: calc(2 / 1280 * 100vw);
    height: calc(16 / 1280 * 100vw);
  }
}
.faq-accordion__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
  padding: 0 calc(20 / 375 * 100vw);
  margin-top: 0;
}
@media (min-width: 768px) {
  .faq-accordion__answer {
    padding: 0 calc(37 / 1280 * 100vw);
  }
}
.faq-accordion__answer-text {
  font-weight: 500;
  color: #000069;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
}
@media (min-width: 768px) {
  .faq-accordion__answer-text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

body.education-career-page {
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 50%, rgba(229, 240, 246, 0) 55%);
}

.education-career-main {
  position: relative;
  min-height: 100vh;
}
.education-career-main .page-heading__en {
  font-size: min(38 / 375 * 100vw, 38px);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .education-career-main .page-heading__en {
    font-size: min(80 / 1280 * 100vw, 80px);
  }
}

.education-career-section {
  position: relative;
  padding: calc(64 / 375 * 100vw) calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .education-career-section {
    padding: calc(95 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(65 / 1280 * 100vw);
  }
}
.education-career-section__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .education-career-section__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.education-career-section__head {
  color: #000069;
  margin-bottom: calc(32 / 375 * 100vw);
  font-size: min(24 / 375 * 100vw, 24px);
}
@media (min-width: 768px) {
  .education-career-section__head {
    font-size: min(40 / 1280 * 100vw, 40px);
    margin-bottom: calc(68 / 1280 * 100vw);
  }
}

.skill-category {
  margin-bottom: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .skill-category {
    margin-bottom: calc(64 / 1280 * 100vw);
  }
}
.skill-category:last-child {
  margin-bottom: 0;
}
.skill-category__title {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  line-height: 1.6;
  color: #000069;
  margin: 0 0 calc(10 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .skill-category__title {
    gap: calc(8 / 1280 * 100vw);
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(10 / 1280 * 100vw);
  }
}
.skill-category__title::before {
  content: "";
  display: block;
  background-color: #005CC3;
  border-radius: 50%;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .skill-category__title::before {
    width: calc(16 / 1280 * 100vw);
    height: calc(16 / 1280 * 100vw);
  }
}
.skill-category__lead {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  color: #000069;
  letter-spacing: -0.02em;
  margin: 0 0 calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .skill-category__lead {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(26 / 1280 * 100vw);
  }
}

.skill-cards {
  display: grid;
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .skill-cards {
    gap: calc(8 / 1280 * 100vw);
  }
}
.skill-cards--three {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .skill-cards--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
.skill-cards--grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .skill-cards--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.skill-card {
  display: flex;
  align-items: center;
  gap: calc(16 / 375 * 100vw);
  background-color: #fff;
  border-radius: calc(12 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .skill-card {
    gap: calc(16 / 1280 * 100vw);
    border-radius: calc(16 / 1280 * 100vw);
    padding: calc(14 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  }
}
.skill-card::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .skill-card::before {
    width: calc(64 / 1280 * 100vw);
    height: calc(64 / 1280 * 100vw);
  }
}
.skill-card--icon1::before {
  background-image: url("../images/icn-skill1.svg");
}
.skill-card--icon2::before {
  background-image: url("../images/icn-skill2.svg");
}
.skill-card--icon3::before {
  background-image: url("../images/icn-skill3.svg");
}
.skill-card--icon4::before {
  background-image: url("../images/icn-skill4.svg");
}
.skill-card--icon5::before {
  background-image: url("../images/icn-skill5.svg");
}
.skill-card--icon6::before {
  background-image: url("../images/icn-skill6.svg");
}
.skill-card--icon7::before {
  background-image: url("../images/icn-skill7.svg");
}
.skill-card--icon8::before {
  background-image: url("../images/icn-skill8.svg");
}
.skill-card--icon9::before {
  background-image: url("../images/icn-skill9.svg");
}
.skill-card--icon10::before {
  background-image: url("../images/icn-skill10.svg");
}
.skill-card--icon11::before {
  background-image: url("../images/icn-skill11.svg");
}
.skill-card--icon12::before {
  background-image: url("../images/icn-skill12.svg");
}
.skill-card--icon13::before {
  background-image: url("../images/icn-skill13.svg");
}
.skill-card--icon14::before {
  background-image: url("../images/icn-skill14.svg");
}
.skill-card--more {
  background: unset;
  border: 1px solid #00A3F7;
}
.skill-card--more::before {
  display: none;
}
.skill-card__inner {
  flex: 1;
}
.skill-card__title {
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  color: #000069;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .skill-card__title {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(4 / 1280 * 100vw);
  }
}
.skill-card__title--more {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: min(24 / 375 * 100vw, 24px);
}
@media (min-width: 768px) {
  .skill-card__title--more {
    font-size: min(24 / 1280 * 100vw, 24px);
  }
}
.skill-card__small {
  font-weight: 400;
  font-size: min(12 / 375 * 100vw, 12px);
  color: #000069;
  margin-left: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .skill-card__small {
    font-size: min(12 / 1280 * 100vw, 12px);
    margin-left: calc(4 / 1280 * 100vw);
  }
}
.skill-card__text {
  font-weight: 400;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
  color: #000069;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .skill-card__text {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}

.training-category {
  margin-bottom: calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-category {
    margin-bottom: calc(64 / 1280 * 100vw);
  }
}
.training-category:last-child {
  margin-bottom: 0;
}
.training-category__title {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  color: #000069;
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .training-category__title {
    gap: calc(8 / 1280 * 100vw);
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.training-category__title::before {
  content: "";
  display: block;
  background-color: #005CC3;
  border-radius: 50%;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-category__title::before {
    width: calc(16 / 1280 * 100vw);
    height: calc(16 / 1280 * 100vw);
  }
}
.training-category__lead {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  color: #000069;
  margin: 0 0 calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .training-category__lead {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}

.training-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(64 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(64 / 1280 * 100vw);
  }
}

.training-card {
  border-radius: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-card {
    border-radius: calc(16 / 1280 * 100vw);
  }
}
.training-card__image {
  width: 100%;
  height: calc(217 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-card__image {
    height: calc(330 / 1280 * 100vw);
  }
}
.training-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-card__image img {
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.training-card__content {
  padding: calc(20 / 375 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .training-card__content {
    padding: calc(20 / 1280 * 100vw) 0 0;
  }
}
.training-card__title {
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  color: #000069;
  line-height: 1.6;
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .training-card__title {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.training-card__text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
}
@media (min-width: 768px) {
  .training-card__text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.training-external {
  background-color: #F7F9FA;
  border: 1px solid #E0E0E0;
  border-radius: calc(12 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .training-external {
    border-radius: calc(16 / 1280 * 100vw);
    padding: calc(40 / 1280 * 100vw) calc(32 / 1280 * 100vw);
  }
}
.training-external__title {
  display: inline-flex;
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  color: #0066CC;
  margin: 0 0 calc(12 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .training-external__title {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.training-external__text {
  font-weight: 400;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
  color: #000069;
  margin: 0;
}
@media (min-width: 768px) {
  .training-external__text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.education-career-page .js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.education-career-page .js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.education-career-page .js-fade-in--delay-1 {
  transition-delay: 0.1s;
}
.education-career-page .js-fade-in--delay-2 {
  transition-delay: 0.2s;
}
.education-career-page .js-fade-in--delay-3 {
  transition-delay: 0.3s;
}
.education-career-page .js-fade-in--delay-4 {
  transition-delay: 0.4s;
}
.education-career-page .js-fade-in--delay-5 {
  transition-delay: 0.5s;
}
.education-career-page .js-fade-in--delay-6 {
  transition-delay: 0.6s;
}
.education-career-page .js-fade-in--delay-7 {
  transition-delay: 0.7s;
}
.education-career-page .js-fade-in--delay-8 {
  transition-delay: 0.8s;
}
.education-career-page .js-fade-in--delay-9 {
  transition-delay: 0.9s;
}
.education-career-page .js-fade-in--delay-10 {
  transition-delay: 1s;
}

.new-graduate-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
}
.new-graduate-page .page-heading__en {
  font-size: min(38 / 375 * 100vw, 38px);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .new-graduate-page .page-heading__en {
    font-size: min(80 / 1280 * 100vw, 80px);
  }
}

.newgraduate-positions {
  position: relative;
  z-index: 1;
  padding: calc(46 / 375 * 100vw) calc(24 / 375 * 100vw) calc(64 / 375 * 100vw);
}
@media (min-width: 768px) {
  .newgraduate-positions {
    padding: calc(64 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw);
  }
}
.newgraduate-positions::before {
  position: absolute;
  top: calc(-20 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-image: url(../images/balloon-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-newgrad-deco, 0));
}
@media (min-width: 768px) {
  .newgraduate-positions::before {
    top: calc(-80 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.newgraduate-positions__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newgraduate-positions__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.newgraduate-positions__empty {
  text-align: center;
  color: #686873;
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(40 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .newgraduate-positions__empty {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(60 / 1280 * 100vw) 0;
  }
}

.mid-career-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
}
.mid-career-page .page-heading__en {
  font-size: min(38 / 375 * 100vw, 38px);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .mid-career-page .page-heading__en {
    font-size: min(80 / 1280 * 100vw, 80px);
  }
}

.midcareer-positions {
  position: relative;
  z-index: 1;
  padding: calc(48 / 375 * 100vw) calc(24 / 375 * 100vw) calc(64 / 375 * 100vw);
}
@media (min-width: 768px) {
  .midcareer-positions {
    padding: calc(64 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw);
  }
}
.midcareer-positions::before {
  position: absolute;
  top: calc(-20 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-image: url(../images/balloon-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-midcareer-deco, 0));
}
@media (min-width: 768px) {
  .midcareer-positions::before {
    top: calc(-80 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.midcareer-positions__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .midcareer-positions__container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.midcareer-positions__empty {
  text-align: center;
  color: #686873;
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(40 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .midcareer-positions__empty {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(60 / 1280 * 100vw) 0;
  }
}

.position-accordion {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .position-accordion {
    gap: calc(20 / 1280 * 100vw);
    width: calc(860 / 1280 * 100vw);
    margin-inline: auto;
  }
}
.position-accordion__item {
  background-color: #F7F9FA;
}
.position-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc(16 / 375 * 100vw);
  background-color: #C6E2F1;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
  border-radius: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .position-accordion__header {
    border-radius: calc(8 / 1280 * 100vw);
    padding: calc(16 / 1280 * 100vw) calc(24 / 1280 * 100vw);
  }
}
.position-accordion__header:hover {
  background-color: #B5D8EB;
}
.position-accordion__header[aria-expanded=true] .position-accordion__icon::after {
  opacity: 0;
}
.position-accordion__title {
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  color: #000069;
}
@media (min-width: 768px) {
  .position-accordion__title {
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}
.position-accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  background-color: #000069;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .position-accordion__icon {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
  }
}
.position-accordion__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(14 / 375 * 100vw);
  height: 2px;
  background-color: #F7F9FA;
}
@media (min-width: 768px) {
  .position-accordion__icon::before {
    width: calc(16 / 1280 * 100vw);
  }
}
.position-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(14 / 375 * 100vw);
  background-color: #F7F9FA;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .position-accordion__icon::after {
    height: calc(16 / 1280 * 100vw);
  }
}
.position-accordion__content {
  display: none;
  background-color: #F7F9FA;
  border-radius: 0 0 calc(8 / 375 * 100vw) calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .position-accordion__content {
    border-radius: 0 0 calc(8 / 1280 * 100vw) calc(8 / 1280 * 100vw);
  }
}
.position-accordion__content.is-open {
  display: block;
}
.position-accordion__inner {
  background-color: #fff;
  padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  .position-accordion__inner {
    padding: calc(32 / 1280 * 100vw) calc(32 / 1280 * 100vw);
  }
}
.position-accordion__inner .recruiting-table {
  margin-top: 0;
  border-top: none;
}
.position-accordion__inner .recruiting-table__header {
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .position-accordion__inner .recruiting-table__header {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}

.entry-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 7%);
}
.entry-page .page-heading__ja {
  color: #1A1A43;
  font-size: min(24 / 375 * 100vw, 24px);
}
@media (min-width: 768px) {
  .entry-page .page-heading__ja {
    font-size: min(40 / 1280 * 100vw, 40px);
  }
}

.entry-form {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media (min-width: 768px) {
  .entry-form {
    padding: calc(48 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.entry-form__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .entry-form__container {
    max-width: calc(787 / 1280 * 100vw);
  }
}
.entry-form__card {
  background-color: #fff;
  border-radius: calc(24 / 375 * 100vw);
  padding: calc(48 / 375 * 100vw) calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form__card {
    border-radius: calc(24 / 1280 * 100vw);
    padding: calc(67 / 1280 * 100vw) calc(103 / 1280 * 100vw);
  }
}
.entry-form__privacy {
  margin: 0 auto;
  padding: calc(48 / 375 * 100vw) calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .entry-form__privacy {
    max-width: calc(787 / 1280 * 100vw);
    padding: calc(64 / 1280 * 100vw) calc(103 / 1280 * 100vw) 0;
  }
}
.entry-form__privacy p {
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .entry-form__privacy p {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.entry-form__privacy h1, .entry-form__privacy h2, .entry-form__privacy h3, .entry-form__privacy h4, .entry-form__privacy h5, .entry-form__privacy h6 {
  margin-top: 1em;
  font-weight: bold;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .entry-form__privacy h1, .entry-form__privacy h2, .entry-form__privacy h3, .entry-form__privacy h4, .entry-form__privacy h5, .entry-form__privacy h6 {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}

.entry-form .wpcf7-form p {
  margin: 0;
}
.entry-form .form-group {
  margin-bottom: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group {
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.entry-form .form-group:last-of-type {
  margin-bottom: 0;
}
.entry-form .form-group > p > br,
.entry-form .form-group .form-label + br {
  display: none;
}
.entry-form .form-group--border-bottom {
  padding-bottom: calc(24 / 375 * 100vw);
  border-bottom: 1px solid #CDCDDC;
}
@media (min-width: 768px) {
  .entry-form .form-group--border-bottom {
    padding-bottom: calc(32 / 1280 * 100vw);
  }
}
.entry-form .form-label {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-label {
    gap: calc(8 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(4 / 1280 * 100vw);
  }
}
.entry-form .form-label__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #005CC3;
  color: #fff;
  font-weight: 700;
  font-size: min(10 / 375 * 100vw, 10px);
  padding: calc(2 / 375 * 100vw) calc(8 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-label__required {
    font-size: min(10 / 1280 * 100vw, 10px);
    padding: calc(2 / 1280 * 100vw) calc(8 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-form-control.wpcf7-text,
.entry-form .wpcf7-form-control.wpcf7-email,
.entry-form .wpcf7-form-control.wpcf7-tel,
.entry-form .wpcf7-form-control.wpcf7-textarea,
.entry-form .wpcf7-form-control.wpcf7-select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-radius: calc(8 / 375 * 100vw);
  padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 400;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 768px) {
  .entry-form .wpcf7-form-control.wpcf7-text,
  .entry-form .wpcf7-form-control.wpcf7-email,
  .entry-form .wpcf7-form-control.wpcf7-tel,
  .entry-form .wpcf7-form-control.wpcf7-textarea,
  .entry-form .wpcf7-form-control.wpcf7-select {
    border-radius: calc(8 / 1280 * 100vw);
    padding: calc(12 / 1280 * 100vw) calc(20 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .wpcf7-form-control.wpcf7-text::placeholder,
.entry-form .wpcf7-form-control.wpcf7-email::placeholder,
.entry-form .wpcf7-form-control.wpcf7-tel::placeholder,
.entry-form .wpcf7-form-control.wpcf7-textarea::placeholder,
.entry-form .wpcf7-form-control.wpcf7-select::placeholder {
  color: #A0A0A0;
}
.entry-form .wpcf7-form-control.wpcf7-text:focus,
.entry-form .wpcf7-form-control.wpcf7-email:focus,
.entry-form .wpcf7-form-control.wpcf7-tel:focus,
.entry-form .wpcf7-form-control.wpcf7-textarea:focus,
.entry-form .wpcf7-form-control.wpcf7-select:focus {
  outline: none;
  border-color: #0066CC;
}
.entry-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.entry-form .wpcf7-form-control.wpcf7-email.wpcf7-not-valid,
.entry-form .wpcf7-form-control.wpcf7-tel.wpcf7-not-valid,
.entry-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid,
.entry-form .wpcf7-form-control.wpcf7-select.wpcf7-not-valid {
  border-color: #FF5252;
  background-color: rgba(255, 82, 82, 0.05);
  color: #FF5252;
}
.entry-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid::placeholder,
.entry-form .wpcf7-form-control.wpcf7-email.wpcf7-not-valid::placeholder,
.entry-form .wpcf7-form-control.wpcf7-tel.wpcf7-not-valid::placeholder,
.entry-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid::placeholder,
.entry-form .wpcf7-form-control.wpcf7-select.wpcf7-not-valid::placeholder {
  color: #FF5252;
}
.entry-form .form-group--standard .wpcf7-form-control.wpcf7-text,
.entry-form .form-group--standard .wpcf7-form-control.wpcf7-email,
.entry-form .form-group--standard .wpcf7-form-control.wpcf7-tel,
.entry-form .form-group--standard .wpcf7-form-control.wpcf7-select {
  width: 100%;
}
@media (min-width: 768px) {
  .entry-form .form-group--standard .wpcf7-form-control.wpcf7-text,
  .entry-form .form-group--standard .wpcf7-form-control.wpcf7-email,
  .entry-form .form-group--standard .wpcf7-form-control.wpcf7-tel,
  .entry-form .form-group--standard .wpcf7-form-control.wpcf7-select {
    width: calc(377 / 1280 * 100vw);
  }
}
.entry-form .form-group--postal .wpcf7-form-control.wpcf7-text {
  width: 100%;
}
@media (min-width: 768px) {
  .entry-form .form-group--postal .wpcf7-form-control.wpcf7-text {
    width: calc(169 / 1280 * 100vw);
  }
}
.entry-form .form-group--prefecture .wpcf7-form-control.wpcf7-select {
  width: 100%;
}
@media (min-width: 768px) {
  .entry-form .form-group--prefecture .wpcf7-form-control.wpcf7-select {
    width: calc(272 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-form-control.wpcf7-textarea {
  height: calc(208 / 375 * 100vw);
  resize: vertical;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .entry-form .wpcf7-form-control.wpcf7-textarea {
    height: calc(208 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-form-control.wpcf7-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23686873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(12 / 375 * 100vw) center;
  background-size: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  padding-right: calc(44 / 375 * 100vw);
  cursor: pointer;
}
@media (min-width: 768px) {
  .entry-form .wpcf7-form-control.wpcf7-select {
    background-position: right calc(16 / 1280 * 100vw) center;
    background-size: calc(20 / 1280 * 100vw) calc(20 / 1280 * 100vw);
    padding-right: calc(48 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-radio {
  display: flex;
  gap: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .wpcf7-radio {
    gap: calc(32 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item input[type=radio] {
  border-color: #FF5252;
}
.entry-form .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.entry-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
  cursor: pointer;
}
@media (min-width: 768px) {
  .entry-form .wpcf7-list-item label {
    gap: calc(10 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-list-item input[type=radio] {
  appearance: none;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  border: 2px solid #C0C0C0;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .entry-form .wpcf7-list-item input[type=radio] {
    width: calc(22 / 1280 * 100vw);
    height: calc(22 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-list-item input[type=radio]:checked {
  border-color: #0066CC;
  background: radial-gradient(circle, #0066CC 40%, transparent 40%);
}
.entry-form .wpcf7-list-item input[type=radio]:focus {
  outline: none;
  border-color: #0066CC;
}
.entry-form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 400;
}
@media (min-width: 768px) {
  .entry-form .wpcf7-list-item .wpcf7-list-item-label {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .form-group--birthdate .birthdate-wrapper {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--birthdate .birthdate-wrapper {
    gap: calc(12 / 1280 * 100vw);
  }
}
.entry-form .form-group--birthdate .birthdate-field {
  display: flex;
  align-items: center;
  gap: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--birthdate .birthdate-field {
    gap: calc(8 / 1280 * 100vw);
  }
}
.entry-form .form-group--birthdate .birthdate-field p {
  display: flex;
  align-items: center;
  gap: calc(4 / 375 * 100vw);
  margin: 0;
}
@media (min-width: 768px) {
  .entry-form .form-group--birthdate .birthdate-field p {
    gap: calc(8 / 1280 * 100vw);
  }
}
.entry-form .form-group--birthdate .birthdate-field p br {
  display: none;
}
.entry-form .form-group--birthdate .birthdate-field .wpcf7-form-control.wpcf7-select {
  max-width: none;
}
.entry-form .form-group--birthdate .birthdate-field--year .wpcf7-form-control {
  width: calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--birthdate .birthdate-field--year .wpcf7-form-control {
    width: calc(120 / 1280 * 100vw);
  }
}
.entry-form .form-group--birthdate .birthdate-field--month .wpcf7-form-control, .entry-form .form-group--birthdate .birthdate-field--day .wpcf7-form-control {
  width: calc(82 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--birthdate .birthdate-field--month .wpcf7-form-control, .entry-form .form-group--birthdate .birthdate-field--day .wpcf7-form-control {
    width: calc(90 / 1280 * 100vw);
  }
}
.entry-form .form-group--birthdate .birthdate-unit {
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 400;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .entry-form .form-group--birthdate .birthdate-unit {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .form-group--file .file-upload-description {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  margin: 0 0 calc(8 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .entry-form .form-group--file .file-upload-description {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(12 / 1280 * 100vw);
  }
}
.entry-form .form-group--file .file-upload-note {
  font-weight: 500;
  font-size: min(12 / 375 * 100vw, 12px);
  line-height: 2;
  margin: 0 0 calc(16 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .entry-form .form-group--file .file-upload-note {
    font-size: min(12 / 1280 * 100vw, 12px);
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.entry-form .file-upload-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #005CC3;
  border-radius: calc(8 / 375 * 100vw);
  padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  gap: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .file-upload-box {
    flex-direction: row;
    border-radius: calc(8 / 1280 * 100vw);
    padding: calc(20 / 1280 * 100vw) calc(24 / 1280 * 100vw);
    gap: calc(24 / 1280 * 100vw);
  }
}
.entry-form .file-upload-box br:not(.onlySp) {
  display: none;
}
.entry-form .file-upload-box__text {
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  font-weight: 500;
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-form .file-upload-box__text {
    text-align: left;
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .file-upload-box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000066;
  color: #fff;
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(12 / 375 * 100vw) calc(24 / 375 * 100vw);
  border-radius: calc(40 / 375 * 100vw);
  cursor: pointer;
  line-height: 1.2;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .entry-form .file-upload-box__button {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(14 / 1280 * 100vw) calc(32 / 1280 * 100vw);
    border-radius: calc(40 / 1280 * 100vw);
  }
}
.entry-form .file-upload-box__button br {
  display: none;
}
.entry-form .file-upload-box__button:hover {
  background-color: #000050;
}
.entry-form .file-upload-box__button input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.entry-form .wpcf7-form-control-wrap[data-name=your-files] {
  display: block;
}
.entry-form .file-upload-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.entry-form .file-upload-list {
  margin-top: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .file-upload-list {
    margin-top: calc(20 / 1280 * 100vw);
  }
}
.entry-form .file-upload-list:empty {
  display: none;
}
.entry-form .file-upload-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  background-color: #F7F9FA;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .entry-form .file-upload-item {
    padding: calc(20 / 1280 * 100vw) calc(24 / 1280 * 100vw);
  }
}
.entry-form .file-upload-item:first-child {
  border-radius: calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .entry-form .file-upload-item:first-child {
    border-radius: calc(8 / 1280 * 100vw) calc(8 / 1280 * 100vw) 0 0;
  }
}
.entry-form .file-upload-item:last-child {
  border-bottom: none;
  border-radius: 0 0 calc(8 / 375 * 100vw) calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .file-upload-item:last-child {
    border-radius: 0 0 calc(8 / 1280 * 100vw) calc(8 / 1280 * 100vw);
  }
}
.entry-form .file-upload-item:only-child {
  border-radius: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .file-upload-item:only-child {
    border-radius: calc(8 / 1280 * 100vw);
  }
}
.entry-form .file-upload-item__info {
  flex: 1;
  padding-right: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .file-upload-item__info {
    padding-right: calc(24 / 1280 * 100vw);
  }
}
.entry-form .file-upload-item__name {
  display: block;
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 400;
  line-height: 1.8;
  color: #1A1A43;
  word-break: break-all;
}
@media (min-width: 768px) {
  .entry-form .file-upload-item__name {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .file-upload-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .entry-form .file-upload-item__remove {
    width: calc(24 / 1280 * 100vw);
    height: calc(24 / 1280 * 100vw);
  }
}
.entry-form .file-upload-item__remove:hover {
  opacity: 1;
}
.entry-form .file-upload-item__remove::before, .entry-form .file-upload-item__remove::after {
  content: "";
  position: absolute;
  width: calc(16 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
  background-color: #333;
}
@media (min-width: 768px) {
  .entry-form .file-upload-item__remove::before, .entry-form .file-upload-item__remove::after {
    width: calc(16 / 1280 * 100vw);
    height: calc(2 / 1280 * 100vw);
  }
}
.entry-form .file-upload-item__remove::before {
  transform: rotate(45deg);
}
.entry-form .file-upload-item__remove::after {
  transform: rotate(-45deg);
}
.entry-form .form-group--privacy {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-form .form-group--privacy .privacy-lead {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-lead {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(40 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-box {
  background-color: #fff;
  border: 1px solid #CDCDDC;
  border-radius: calc(8 / 375 * 100vw);
  padding: calc(16 / 375 * 100vw);
  height: calc(200 / 375 * 100vw);
  margin-bottom: calc(40 / 375 * 100vw);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-box {
    height: calc(208 / 1280 * 100vw);
    border-radius: calc(12 / 1280 * 100vw);
    padding: calc(16 / 1280 * 100vw);
    margin-bottom: calc(40 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-box__title {
  font-size: min(12 / 375 * 100vw, 12px);
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-box__title {
    font-size: min(12 / 1280 * 100vw, 12px);
  }
}
.entry-form .form-group--privacy .privacy-box__text {
  font-size: min(12 / 375 * 100vw, 12px);
  font-weight: 400;
  line-height: 2;
  margin: 0 0 calc(16 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-box__text {
    font-size: min(12 / 1280 * 100vw, 12px);
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-box__text:last-child {
  margin-bottom: 0;
}
.entry-form .form-group--privacy .privacy-checkbox p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-checkbox p {
    gap: calc(12 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-checkbox br {
  display: none;
}
.entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: calc(10 / 375 * 100vw);
  cursor: pointer;
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item label {
    gap: calc(12 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  border: 1px solid #C0C0C0;
  background-color: #fff;
  border-radius: calc(4 / 375 * 100vw);
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    width: calc(20 / 1280 * 100vw);
    height: calc(20 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  border-color: #0066CC;
  background-color: #0066CC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(14 / 375 * 100vw) calc(14 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
    background-size: calc(14 / 1280 * 100vw) calc(14 / 1280 * 100vw);
  }
}
.entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus {
  outline: none;
  border-color: #0066CC;
}
.entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: min(14 / 375 * 100vw, 14px);
  font-weight: 500;
}
@media (min-width: 768px) {
  .entry-form .form-group--privacy .privacy-checkbox .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .form-submit {
  display: flex;
  justify-content: center;
  margin-top: calc(32 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .form-submit {
    margin-top: calc(48 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-submit {
  border: none;
}
.entry-form .wpcf7-not-valid-tip {
  display: block;
  font-size: min(12 / 375 * 100vw, 12px);
  font-weight: 400;
  color: #FF5252;
  margin-top: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .wpcf7-not-valid-tip {
    font-size: min(12 / 1280 * 100vw, 12px);
    margin-top: calc(8 / 1280 * 100vw);
  }
}
.entry-form .wpcf7-response-output {
  border-radius: calc(8 / 375 * 100vw);
  padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  margin: calc(24 / 375 * 100vw) 0 0;
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .entry-form .wpcf7-response-output {
    border-radius: calc(8 / 1280 * 100vw);
    padding: calc(16 / 1280 * 100vw) calc(24 / 1280 * 100vw);
    margin: calc(32 / 1280 * 100vw) 0 0;
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.entry-form .wpcf7-validation-errors {
  border-color: #FF5252;
  background-color: rgba(255, 82, 82, 0.1);
  color: #FF5252;
}
.entry-form .wpcf7-mail-sent-ok {
  border-color: #4CAF50;
  background-color: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
}
.entry-form .wpcf7-spinner {
  display: inline-block;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  margin-left: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-form .wpcf7-spinner {
    width: calc(24 / 1280 * 100vw);
    height: calc(24 / 1280 * 100vw);
    margin-left: calc(16 / 1280 * 100vw);
  }
}

.entry-thanks-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #F7F9FA 0%, #EBF5F8 100%);
  min-height: calc(100vh - 80px);
}

.entry-thanks {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
  padding: calc(120 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-thanks {
    padding: calc(160 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.entry-thanks__container {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-thanks__container {
    max-width: calc(860 / 1280 * 100vw);
  }
}
.entry-thanks__label {
  margin-bottom: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-thanks__label {
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.entry-thanks__title {
  font-weight: 400;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  color: #0066CC;
  letter-spacing: 0.06em;
  margin: 0 0 calc(24 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .entry-thanks__title {
    font-size: min(40 / 1280 * 100vw, 40px);
    margin-bottom: calc(32 / 1280 * 100vw);
  }
}
.entry-thanks__message {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #1A1A43;
  margin: 0 0 calc(40 / 375 * 100vw) 0;
}
@media (min-width: 768px) {
  .entry-thanks__message {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(56 / 1280 * 100vw);
  }
}
.entry-thanks__button {
  min-width: calc(240 / 375 * 100vw);
}
@media (min-width: 768px) {
  .entry-thanks__button {
    min-width: calc(280 / 1280 * 100vw);
  }
}

.human-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(181, 222, 238, 0.5) 0%, rgba(203, 230, 242, 0.5) 5%, rgba(229, 240, 246, 0) 10%);
}
.human-page__decoration-circle {
  width: calc(200 / 375 * 100vw);
  height: calc(200 / 375 * 100vw);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(0, 163, 247, 0.3) 0%, rgba(0, 184, 212, 0.2) 50%, rgba(0, 184, 212, 0) 100%);
}
@media (min-width: 768px) {
  .human-page__decoration-circle {
    width: calc(300 / 1280 * 100vw);
    height: calc(300 / 1280 * 100vw);
  }
}
.human-page__header {
  position: relative;
  z-index: 1;
  padding: calc(50 / 375 * 100vw) calc(24 / 375 * 100vw) calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-page__header {
    padding: calc(65 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(74 / 1280 * 100vw);
  }
}
.human-page__header-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .human-page__header-container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.human-page__lead {
  margin-top: calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-page__lead {
    margin-top: calc(88 / 1280 * 100vw);
  }
}
.human-page__content {
  position: relative;
  z-index: 1;
  padding: calc(20 / 375 * 100vw) calc(24 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-page__content {
    padding: 0 calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  }
}
.human-page__content-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .human-page__content-container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.human-page__content::before {
  position: absolute;
  top: calc(-80 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-image: url(../images/balloon-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-human-list-deco, 0));
}
@media (min-width: 768px) {
  .human-page__content::before {
    top: calc(-160 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.human-page__empty {
  text-align: center;
  padding: calc(60 / 375 * 100vw) 0;
  color: #686873;
  font-size: min(14 / 375 * 100vw, 14px);
}
@media (min-width: 768px) {
  .human-page__empty {
    padding: calc(80 / 1280 * 100vw) 0;
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}
.human-page__category-title {
  margin-bottom: calc(24 / 375 * 100vw);
  padding-bottom: calc(12 / 375 * 100vw);
  color: #1A1A43;
}
@media (min-width: 768px) {
  .human-page__category-title {
    margin-bottom: calc(32 / 1280 * 100vw);
    padding-bottom: calc(16 / 1280 * 100vw);
  }
}
.human-page__category-title + .human-list {
  margin-bottom: calc(60 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-page__category-title + .human-list {
    margin-bottom: calc(80 / 1280 * 100vw);
  }
}

.human-list {
  display: flex;
  flex-direction: column;
  gap: calc(64 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-list {
    gap: calc(120 / 1280 * 100vw);
  }
}

.human-card {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-card {
    flex-direction: row;
    align-items: flex-end;
    gap: calc(32 / 1280 * 100vw);
    padding-right: calc(100 / 1280 * 100vw);
  }
}
@media (min-width: 768px) {
  .human-card--reverse {
    padding-right: 0;
    padding-left: calc(100 / 1280 * 100vw);
  }
}
.human-card__image {
  position: relative;
  width: 100%;
  height: calc(245 / 375 * 100vw);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .human-card__image {
    width: calc(498 / 1280 * 100vw);
    height: calc(373 / 1280 * 100vw);
  }
}
.human-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-card__image img {
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.human-card__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E0E0E0;
}
.human-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.human-card__lead {
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  line-height: 1.6;
  color: #000069;
  margin: 0 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-card__lead {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-bottom: calc(24 / 1280 * 100vw);
  }
}
.human-card__info {
  margin-bottom: calc(25 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-card__info {
    margin-bottom: calc(20 / 1280 * 100vw);
  }
}
.human-card__year {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
  margin: 0 0 calc(1 / 375 * 100vw);
}
@media (min-width: 768px) {
  .human-card__year {
    font-size: min(14 / 1280 * 100vw, 14px);
    margin-bottom: calc(1 / 1280 * 100vw);
  }
}
.human-card__department {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
}
@media (min-width: 768px) {
  .human-card__department {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.human-card__position {
  display: inline-block;
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
  color: #000069;
  background-color: #CDCDDC;
  padding: calc(0 / 375 * 100vw) calc(5 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  margin: calc(8 / 375 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .human-card__position {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(0 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
    margin: calc(8 / 1280 * 100vw) 0 0;
  }
}
.human-card__name {
  font-weight: 700;
  font-size: min(18 / 375 * 100vw, 18px);
  line-height: 1.5;
  color: #000069;
  margin: calc(11 / 375 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .human-card__name {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-top: calc(11 / 1280 * 100vw);
  }
}
.human-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(240 / 375 * 100vw);
  background-color: #000069;
  color: #F7F9FA;
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  text-decoration: none;
  border-radius: calc(50 / 375 * 100vw);
  padding: calc(14 / 375 * 100vw) calc(24 / 375 * 100vw);
  transition: opacity 0.3s ease;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .human-card__button {
    width: calc(240 / 1280 * 100vw);
    font-size: min(14 / 1280 * 100vw, 14px);
    border-radius: calc(50 / 1280 * 100vw);
    padding: calc(14 / 1280 * 100vw) calc(24 / 1280 * 100vw);
    margin-inline: 0;
  }
}
.human-card__button:hover {
  opacity: 0.8;
}
.human-card__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(16 / 375 * 100vw);
  transform: translateY(-50%);
  display: block;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L7 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .human-card__button::after {
    right: calc(16 / 1280 * 100vw);
    width: calc(20 / 1280 * 100vw);
    height: calc(20 / 1280 * 100vw);
  }
}

.single-human {
  position: relative;
}
.single-human__hero {
  position: relative;
  padding: calc(58 / 375 * 100vw) 0 calc(48 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__hero {
    padding: calc(105 / 1280 * 100vw) 0 calc(40 / 1280 * 100vw);
  }
}
.single-human__hero-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-human__hero-container {
    width: calc(1280 / 1280 * 100vw);
    margin-inline: auto;
  }
}
.single-human__hero-image {
  position: relative;
  height: calc(263 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__hero-image {
    height: calc(480 / 1280 * 100vw);
  }
}
.single-human__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-human__hero-placeholder {
  width: 100%;
  padding-top: 75%;
  background-color: #E0E0E0;
}
.single-human__hero-content {
  position: relative;
  background-color: #ffffff;
  margin-left: auto;
  border-radius: calc(24 / 1280 * 100vw) 0 0 calc(24 / 1280 * 100vw);
  padding: calc(24 / 375 * 100vw);
  margin-top: calc(-32 / 375 * 100vw);
  width: calc(100% - 24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__hero-content {
    padding: calc(40 / 1280 * 100vw) calc(132 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    margin-top: calc(-240 / 1280 * 100vw);
    width: calc(640 / 1280 * 100vw);
  }
}
.single-human__lead {
  font-weight: 700;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #000069;
  margin: 0 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__lead {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(25 / 1280 * 100vw);
  }
}
.single-human__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__info {
    gap: calc(4 / 1280 * 100vw);
  }
}
.single-human__year {
  font-weight: 400;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
  color: #000069;
  margin: 0;
}
@media (min-width: 768px) {
  .single-human__year {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.single-human__department {
  font-weight: 400;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.8;
  color: #000069;
  margin: 0;
}
@media (min-width: 768px) {
  .single-human__department {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.single-human__position {
  display: inline-block;
  background-color: #CDCDDC;
  font-weight: 500;
  border-radius: calc(4 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(3 / 375 * 100vw) calc(8 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__position {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(2 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    margin-top: calc(3 / 1280 * 100vw);
    margin-bottom: calc(7 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.single-human__name {
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  line-height: 1.5;
  color: #000069;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .single-human__name {
    font-size: min(20 / 1280 * 100vw, 20px);
  }
}
.single-human__content {
  position: relative;
  padding: calc(72 / 375 * 100vw) calc(24 / 375 * 100vw) calc(316 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__content {
    padding: calc(40 / 1280 * 100vw) calc(107 / 1280 * 100vw) calc(274 / 1280 * 100vw);
  }
}
.single-human__content::before {
  position: absolute;
  top: calc(-60 / 375 * 100vw);
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(98 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
  background-image: url(../images/balloon-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(var(--parallax-human-deco, 0));
}
@media (min-width: 768px) {
  .single-human__content::before {
    top: calc(46 / 1280 * 100vw);
    width: calc(197 / 1280 * 100vw);
    height: calc(240 / 1280 * 100vw);
  }
}
.single-human__content::after {
  position: absolute;
  bottom: calc(1200 / 375 * 100vw);
  left: 0;
  content: "";
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(3200 / 375 * 100vw);
  transform: translateY(100%);
  background: linear-gradient(180deg, rgba(229, 240, 246, 0) 0%, rgba(201, 230, 241, 0.5) 25.85%, rgba(181, 222, 238, 0.9) 43.09%, rgba(203, 230, 242, 0.5) 60.32%, rgba(229, 240, 246, 0) 86.18%);
}
@media (min-width: 768px) {
  .single-human__content::after {
    bottom: calc(600 / 1280 * 100vw);
    height: calc(2400 / 1280 * 100vw);
  }
}
.single-human__content-container {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single-human__content-container {
    max-width: calc(1066 / 1280 * 100vw);
    margin-inline: auto;
  }
}
.single-human__bubble {
  position: absolute;
  z-index: 1;
}
.single-human__bubble img {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.single-human__bubble--left {
  width: calc(144 / 375 * 100vw);
  height: calc(210 / 375 * 100vw);
  left: 0;
  bottom: calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__bubble--left {
    bottom: calc(98 / 1280 * 100vw);
    width: calc(288 / 1280 * 100vw);
    height: calc(421 / 1280 * 100vw);
  }
}
.single-human__bubble--left::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: calc(42 / 375 * 100vw);
  height: calc(42 / 375 * 100vw);
  transform: translateX(0%) translateY(100%);
  background-image: url(../images/bubble-single-human-left.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .single-human__bubble--left::after {
    transform: translateX(0%) translateY(100%);
    width: calc(84 / 1280 * 100vw);
    height: calc(84 / 1280 * 100vw);
  }
}
.single-human__bubble--right {
  width: calc(138 / 375 * 100vw);
  height: calc(160 / 375 * 100vw);
  right: 0;
  bottom: calc(-40 / 375 * 100vw);
  z-index: 1;
}
@media (min-width: 768px) {
  .single-human__bubble--right {
    bottom: calc(-95 / 1280 * 100vw);
    width: calc(277 / 1280 * 100vw);
    height: calc(320 / 1280 * 100vw);
  }
}
.single-human__body {
  position: relative;
  z-index: 2;
}
.single-human__body h2 {
  font-weight: 700;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: calc(80 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__body h2 {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin: calc(120 / 1280 * 100vw) 0 calc(25 / 1280 * 100vw);
  }
}
.single-human__body h2:first-child {
  margin-top: 0;
}
.single-human__body h3 {
  font-weight: 700;
  font-size: min(18 / 375 * 100vw, 18px);
  line-height: 1.6;
  color: #000069;
  margin: calc(32 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__body h3 {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin: calc(48 / 1280 * 100vw) 0 calc(24 / 1280 * 100vw);
  }
}
.single-human__body p {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
}
@media (min-width: 768px) {
  .single-human__body p {
    padding-right: calc(242 / 1280 * 100vw);
    font-size: min(16 / 1280 * 100vw, 16px);
  }
}
.single-human__body .wp-block-image {
  margin: 0;
}
.single-human__body .wp-block-image .aligncenter {
  display: block;
}
.single-human__body .wp-block-image img {
  display: block;
  width: 100vw !important;
  height: auto !important;
  margin: calc(74 / 375 * 100vw) 0 0;
  max-width: unset;
  transform: translateX(calc(-24 / 375 * 100vw));
}
@media (min-width: 768px) {
  .single-human__body .wp-block-image img {
    width: 100% !important;
    transform: unset;
    border-radius: calc(24 / 1280 * 100vw);
    margin: calc(120 / 1280 * 100vw) 0 0;
  }
}
.single-human__body .has-text-align-right {
  text-align: left;
}
@media (min-width: 768px) {
  .single-human__body .has-text-align-right {
    padding-right: 0;
    padding-left: calc(242 / 1280 * 100vw);
  }
}
.single-human__section-title {
  text-align: center;
  margin: 0 0 calc(30 / 375 * 100vw);
  font-size: min(24 / 375 * 100vw, 24px);
  color: #1A1A43;
}
@media (min-width: 768px) {
  .single-human__section-title {
    margin-bottom: calc(28 / 1280 * 100vw);
    font-size: min(40 / 1280 * 100vw, 40px);
  }
}
.single-human__schedule {
  position: relative;
  z-index: 2;
  padding: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(56 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__schedule {
    padding: calc(0 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw);
  }
}
.single-human__schedule-container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: calc(48 / 375 * 100vw) calc(24 / 375 * 100vw);
  border-radius: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__schedule-container {
    padding: calc(67 / 1280 * 100vw);
    max-width: calc(1066 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
  }
}
.single-human__schedule-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__schedule-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(32 / 1280 * 100vw);
  }
}
.single-human__schedule-column {
  display: flex;
  flex-direction: column;
}
.single-human__schedule-column:nth-child(2) .single-human__schedule-item:last-child::before {
  display: none;
}
.single-human__schedule-item {
  display: flex;
  align-items: flex-start;
  gap: calc(8 / 375 * 100vw);
  position: relative;
  padding-bottom: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__schedule-item {
    gap: calc(8 / 1280 * 100vw);
    padding-bottom: calc(24 / 1280 * 100vw);
  }
}
.single-human__schedule-item:last-child {
  padding-bottom: 0;
}
.single-human__schedule-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(39 / 375 * 100vw);
  left: calc(15 / 375 * 100vw);
  width: calc(2 / 375 * 100vw);
  height: calc(100% - 45 / 375 * 100vw);
  background-color: #E0E0E0;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .single-human__schedule-item:not(:last-child)::before {
    top: calc(39 / 1280 * 100vw);
    left: calc(15 / 1280 * 100vw);
    width: calc(2 / 1280 * 100vw);
    height: calc(100% - 45 / 1280 * 100vw);
  }
}
.single-human__schedule-item:last-child::before {
  content: "";
  position: absolute;
  top: calc(39 / 375 * 100vw);
  left: calc(15 / 375 * 100vw);
  width: calc(2 / 375 * 100vw);
  height: calc(100% - 32 / 375 * 100vw);
  background-color: #E0E0E0;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .single-human__schedule-item:last-child::before {
    display: none;
  }
}
.single-human__schedule-time {
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  border: calc(2 / 375 * 100vw) solid #00A3F7;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .single-human__schedule-time {
    width: calc(32 / 1280 * 100vw);
    height: calc(32 / 1280 * 100vw);
    border: calc(2 / 1280 * 100vw) solid #00A3F7;
  }
}
.single-human__schedule-time::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #005CC3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%) rotate(var(--hour-angle, 0deg));
  transform-origin: bottom center;
}
.single-human__schedule-time::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #005CC3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%) rotate(0);
  transform-origin: bottom center;
}
.single-human__schedule-time.m5::after {
  transform: translate(-50%, -100%) rotate(30deg);
}
.single-human__schedule-time.m10::after {
  transform: translate(-50%, -100%) rotate(60deg);
}
.single-human__schedule-time.m15::after {
  transform: translate(-50%, -100%) rotate(90deg);
}
.single-human__schedule-time.m20::after {
  transform: translate(-50%, -100%) rotate(120deg);
}
.single-human__schedule-time.m25::after {
  transform: translate(-50%, -100%) rotate(150deg);
}
.single-human__schedule-time.m30::after {
  transform: translate(-50%, -100%) rotate(180deg);
}
.single-human__schedule-time.m35::after {
  transform: translate(-50%, -100%) rotate(210deg);
}
.single-human__schedule-time.m40::after {
  transform: translate(-50%, -100%) rotate(240deg);
}
.single-human__schedule-time.m45::after {
  transform: translate(-50%, -100%) rotate(270deg);
}
.single-human__schedule-time.m50::after {
  transform: translate(-50%, -100%) rotate(300deg);
}
.single-human__schedule-time.m55::after {
  transform: translate(-50%, -100%) rotate(330deg);
}
.single-human__schedule-content {
  display: flex;
  gap: calc(24 / 375 * 100vw);
  flex: 1;
}
@media (min-width: 768px) {
  .single-human__schedule-content {
    gap: calc(21 / 1280 * 100vw);
  }
}
.single-human__schedule-time-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: min(24 / 375 * 100vw, 24px);
  line-height: 1.6;
  color: #000069;
  margin: 0 0 calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__schedule-time-text {
    font-size: min(24 / 1280 * 100vw, 24px);
    margin-bottom: calc(8 / 1280 * 100vw);
  }
}
.single-human__schedule-title {
  font-weight: 700;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
}
@media (min-width: 768px) {
  .single-human__schedule-title {
    font-size: min(16 / 1280 * 100vw, 16px);
    margin-bottom: calc(6 / 1280 * 100vw);
  }
}
.single-human__schedule-text {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  margin: 0;
}
@media (min-width: 768px) {
  .single-human__schedule-text {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.single-human__message {
  border-top: 1px solid #CDCDDC;
  background-color: #ffffff;
  padding: calc(34 / 375 * 100vw) 0 0;
  margin-top: calc(44 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__message {
    padding: calc(35 / 1280 * 100vw) 0 0;
    margin-top: calc(44 / 1280 * 100vw);
  }
}
.single-human__message-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single-human__message-container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.single-human__message-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-human__message-content {
    flex-direction: row;
    align-items: flex-start;
    gap: calc(24 / 1280 * 100vw);
  }
}
.single-human__message-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: calc(12 / 375 * 100vw);
  padding: 0 calc(25 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__message-header {
    padding: 0;
    display: block;
  }
}
.single-human__message-header .enHead {
  display: flex;
}
@media (min-width: 768px) {
  .single-human__message-header .enHead {
    display: none;
  }
}
.single-human__message-image {
  flex-shrink: 0;
  width: calc(120 / 375 * 100vw);
  height: calc(120 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__message-image {
    display: block;
    width: calc(200 / 1280 * 100vw);
    height: calc(200 / 1280 * 100vw);
  }
}
.single-human__message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__message-image img {
    border-radius: calc(16 / 1280 * 100vw);
  }
}
.single-human__message-body {
  flex: 1;
}
.single-human__message-body .enHead {
  display: none;
}
@media (min-width: 768px) {
  .single-human__message-body .enHead {
    display: flex;
  }
}
.single-human__message-title {
  font-size: min(24 / 375 * 100vw, 24px);
}
@media (min-width: 768px) {
  .single-human__message-title {
    font-size: min(24 / 1280 * 100vw, 24px);
  }
}
.single-human__message-text {
  margin-top: 1em;
}
.single-human__message-text p {
  font-weight: 500;
  font-size: min(16 / 375 * 100vw, 16px);
  line-height: 2.4;
  color: #1A1A43;
  margin: 0;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .single-human__message-text p {
    font-size: min(16 / 1280 * 100vw, 16px);
    line-height: 2.3;
  }
}
.single-human__others {
  padding: calc(64 / 375 * 100vw) calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others {
    padding: calc(100 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
.single-human__others-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single-human__others-container {
    max-width: calc(1066 / 1280 * 100vw);
  }
}
.single-human__others-list {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: calc(16 / 375 * 100vw);
  margin-bottom: calc(48 / 375 * 100vw);
  margin-left: calc(-24 / 375 * 100vw);
  margin-right: calc(-24 / 375 * 100vw);
  padding-left: calc(24 / 375 * 100vw);
  padding-right: calc(24 / 375 * 100vw);
  -webkit-overflow-scrolling: touch;
}
.single-human__others-list::-webkit-scrollbar {
  display: none;
}
.single-human__others-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .single-human__others-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(32 / 1280 * 100vw);
    margin-bottom: calc(64 / 1280 * 100vw);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: visible;
    scroll-snap-type: none;
  }
}
.single-human__others-pagination {
  display: flex;
  justify-content: center;
  gap: calc(8 / 375 * 100vw);
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others-pagination {
    display: none;
  }
}
.single-human__others-pagination-dot {
  width: calc(24 / 375 * 100vw);
  height: calc(4 / 375 * 100vw);
  border-radius: calc(2 / 375 * 100vw);
  background-color: #E0E0E0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-human__others-pagination-dot.is-active {
  background-color: #005CC3;
}
.single-human__others-card {
  flex-shrink: 0;
  width: calc(326 / 375 * 100vw);
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .single-human__others-card {
    width: auto;
    scroll-snap-align: none;
  }
}
.single-human__others-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.single-human__others-card a:hover {
  opacity: 0.8;
}
.single-human__others-card a:hover .single-human__others-card-arrow {
  background-color: #000050;
}
.single-human__others-card-image {
  position: relative;
  width: 100%;
  height: calc(245 / 375 * 100vw);
  border-radius: calc(24 / 375 * 100vw);
  overflow: hidden;
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others-card-image {
    height: calc(373 / 1280 * 100vw);
    border-radius: calc(24 / 1280 * 100vw);
    margin-bottom: calc(24 / 1280 * 100vw);
  }
}
.single-human__others-card-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(137 / 375 * 100vw);
  background: linear-gradient(169deg, rgba(229, 240, 246, 0) 34.59%, rgba(0, 163, 247, 0.3) 61.29%, rgba(0, 190, 181, 0.5) 85.07%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .single-human__others-card-image::after {
    height: calc(164 / 1280 * 100vw);
  }
}
.single-human__others-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-human__others-card-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000069;
  color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  bottom: calc(12 / 375 * 100vw);
  right: calc(12 / 375 * 100vw);
  width: calc(36 / 375 * 100vw);
  height: calc(36 / 375 * 100vw);
  z-index: 1;
}
@media (min-width: 768px) {
  .single-human__others-card-arrow {
    bottom: calc(16 / 1280 * 100vw);
    right: calc(16 / 1280 * 100vw);
    width: calc(48 / 1280 * 100vw);
    height: calc(48 / 1280 * 100vw);
  }
}
.single-human__others-card-arrow svg {
  width: calc(14 / 375 * 100vw);
  height: calc(14 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others-card-arrow svg {
    width: calc(14 / 1280 * 100vw);
    height: calc(14 / 1280 * 100vw);
  }
}
.single-human__others-card-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E0E0E0;
}
.single-human__others-card-content {
  padding: 0 calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others-card-content {
    padding: 0;
  }
}
.single-human__others-card-lead {
  font-weight: 700;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 1.6;
  color: #000069;
  margin: 0 0 calc(12 / 375 * 100vw);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-human__others-card-lead {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-bottom: calc(24 / 1280 * 100vw);
  }
}
.single-human__others-card-info {
  display: flex;
  flex-direction: column;
  gap: calc(4 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others-card-info {
    gap: calc(4 / 1280 * 100vw);
  }
}
.single-human__others-card-department {
  font-weight: 500;
  font-size: min(14 / 375 * 100vw, 14px);
  line-height: 2;
  color: #1A1A43;
  margin: 0;
}
@media (min-width: 768px) {
  .single-human__others-card-department {
    font-size: min(14 / 1280 * 100vw, 14px);
  }
}
.single-human__others-card-position {
  display: inline-block;
  width: fit-content;
  background-color: #CDCDDC;
  font-weight: 500;
  border-radius: calc(4 / 375 * 100vw);
  font-size: min(14 / 375 * 100vw, 14px);
  padding: calc(3 / 375 * 100vw) calc(8 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 768px) {
  .single-human__others-card-position {
    font-size: min(14 / 1280 * 100vw, 14px);
    padding: calc(2 / 1280 * 100vw) calc(5 / 1280 * 100vw);
    margin-bottom: calc(7 / 1280 * 100vw);
    border-radius: calc(4 / 1280 * 100vw);
  }
}
.single-human__others-card-name {
  font-weight: 700;
  font-size: min(20 / 375 * 100vw, 20px);
  line-height: 1.6;
  margin: calc(4 / 375 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .single-human__others-card-name {
    font-size: min(20 / 1280 * 100vw, 20px);
    margin-top: calc(8 / 1280 * 100vw);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 48px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 48px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 48px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 48px;
}

/*# sourceMappingURL=main.css.map */
