html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  overflow: auto;
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00000080;
}
html * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #232230;
  --header-height: 154px;
  --header-padding: 40px;
  --header-height-collapsed: 114px;
}
@media (max-width: 1024px) {
  body {
    --header-height: 80px;
    --header-height-collapsed: 80px;
    --header-padding: 24px;
  }
}
@media (max-width: 767px) {
  body {
    --header-height: 75px;
    --header-padding: 16px;
    --header-height-collapsed: 75px;
  }
}
main {
  overflow-x: hidden;
}
.container {
  width: min(1120px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: min(1120px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container {
    width: min(1120px, 100% - 32px);
  }
}
.container--800 {
  width: min(800px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--800 {
    width: min(800px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--800 {
    width: min(800px, 100% - 32px);
  }
}
.container--fluid {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(0, 1120px) minmax(160px, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 1024px) {
  .container--fluid {
    grid-template-columns: minmax(80px, 1fr) minmax(0, 1120px) minmax(80px, 1fr);
  }
}
@media (max-width: 767px) {
  .container--fluid {
    grid-template-columns: 16px auto 16px;
  }
}
.container--fluid div:first-of-type {
  grid-column: 2/4;
}
@media (max-width: 767px) {
  .container--fluid div:first-of-type {
    grid-column: 2;
  }
}
.container--1120 {
  width: min(1120px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--1120 {
    width: min(1120px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--1120 {
    width: min(1120px, 100% - 32px);
  }
}
.container--980 {
  width: min(980px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--980 {
    width: min(980px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--980 {
    width: min(980px, 100% - 32px);
  }
}
.container--928 {
  width: min(928px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--928 {
    width: min(928px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--928 {
    width: min(928px, 100% - 32px);
  }
}
.container--784 {
  width: min(784px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--784 {
    width: min(784px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--784 {
    width: min(784px, 100% - 32px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--header-padding);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header {
    background-color: transparent;
  }
}
.header.is-collapsed {
  height: var(--header-height-collapsed);
}
.header .header__logo {
  display: block;
  width: 94px;
  height: 64px;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .header .header__logo {
    width: 74px;
    height: 51px;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    width: 64px;
    height: 43px;
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .header .nav {
    padding: 16px 24px;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 48px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: #ffffff75;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 1024px) {
  .header .nav {
    position: fixed;
    width: 100vw;
    height: calc(100vh - var(--header-height));
    height: 100vh;
    top: 0;
    left: 0;
    padding-top: var(--header-height);
    padding-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 48px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    background: #f5f5f5;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
  .header .nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1024px) {
  .header .nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
  }
}
.header .nav .nav__list a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c285f;
}
@media (min-width: 1025px) {
  .header .nav .nav__list a {
    position: relative;
  }
  .header .nav .nav__list a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #2c285f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .nav .nav__list a:hover {
    opacity: 1;
  }
  .header .nav .nav__list a:hover:after {
    width: 20px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1024px) {
  .header .nav .nav__list a {
    font-size: 1.6rem;
  }
}
.header .nav .nav__button {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #00c89b;
  color: #fff;
  padding: 9px 16px;
  border-radius: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .header .nav .nav__button {
    width: min(240px, 100%);
    font-size: 1.6rem;
    padding: 16px 20px;
  }
}
.header .nav .nav__button:hover {
  opacity: 1;
}
.header .nav .nav__button:hover span {
  -webkit-animation: headerButton 1s ease;
  animation: headerButton 1s ease;
}
.header .nav .nav__button span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../../assets/images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@-webkit-keyframes headerButton {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 70% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 70% 50%;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes headerButton {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 70% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 70% 50%;
  }
  to {
    background-position: 50% 50%;
  }
}
.header .hamburger {
  position: relative;
  width: 24px;
  height: 12px;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger.is-open span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  scale: 1;
}
.header .hamburger.is-open span:before {
  width: 0;
}
.header .hamburger span {
  background-color: #2c285f;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 2px;
  width: 24px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 99px;
}
.header .hamburger span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #2c285f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 99px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.footer {
  padding: 80px 0 24px;
  background-color: #343065;
  color: #fff;
  border-radius: 32px 32px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .footer {
    border-radius: 16px 16px 0 0;
    padding: 40px 0 8px;
  }
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../../assets/images/common/footer_logo_bg.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer:before {
    height: 90%;
    top: 10%;
    background: url(../../assets/images/common/footer_logo_bg_sp.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
  }
}
.footer .footer__wrap {
  display: grid;
  grid-template-columns: 40% auto;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 767px) {
  .footer .footer__wrap {
    grid-template-columns: 100%;
  }
}
.footer .footer__content {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .footer .footer__content {
    padding-right: 0;
    margin-top: 62px;
  }
}
.footer .footer__logo {
  display: block;
  width: 94px;
  height: 64px;
}
.footer .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer .footer__company {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .footer .footer__company {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.footer .footer__info {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer .footer__info {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.footer .footer__license {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 24px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .footer .footer__license {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.footer .footer__license span {
  font-weight: 500;
}
.footer .footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: min(106px, 7.4vw);
  -moz-column-gap: min(106px, 7.4vw);
  column-gap: min(106px, 7.4vw);
  margin-left: auto;
  grid-row: 1/4;
  grid-column: 2;
}
@media (max-width: 1200px) {
  .footer .footer__navs {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer .footer__navs {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer .footer__navs {
    margin-left: unset;
    grid-row: 2;
    grid-column: unset;
    margin-top: 30px;
    width: min(450px, 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav {
    width: 100%;
  }
}
.footer .footer__list {
  display: grid;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer .footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
}
.footer .footer__list li {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer .footer__list li:nth-last-of-type(2n) {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer__list li {
    font-size: 1.4rem;
  }
}
.footer .footer__list li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .footer .footer__list li span {
    font-size: 1rem;
  }
}
.footer .footer__copyright {
  margin-top: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 0.8rem;
    margin-top: 38px;
    margin-left: unset;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}
.is-lock {
  overflow: hidden;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: min(240px, 100%);
  padding: 14px 32px;
  border-radius: 40px;
  background: #00c89b;
}
.button:hover {
  opacity: 1;
}
.button:hover .button__icon:before {
  opacity: 1;
  visibility: visible;
}
.button .button__text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .button .button__text {
    font-size: 1.6rem;
  }
}
.button .button__icon {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
.button .button__icon:before {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 99px;
  z-index: 1;
  width: 14px;
  height: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button--loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.button--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  transform: translateY(-50%);
}
@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.section__head .section__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2c285f;
}
@media (max-width: 1024px) {
  .section__head .section__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section__head .section__title {
    font-size: 2.4rem;
  }
}
.section__head .section__title--en {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .section__head .section__title--en {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section__head .section__title--en {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.section__head--lg .section__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2c285f;
}
@media (max-width: 1024px) {
  .section__head--lg .section__title {
    font-size: 3.6rem;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .section__head--lg .section__title {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.section__head--lg .section__title--en {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 16px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .section__head--lg .section__title--en {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section__head--lg .section__title--en {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.page-head {
  display: grid;
  grid-template-columns: auto 75%;
  height: 600px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-head {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-head {
    height: 51.2vw;
    margin-top: var(--header-height);
    grid-template-columns: 100%;
    padding: 0 16px;
    border-radius: 8px;
  }
}
.page-head .page-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: translate(14px, 3px);
  transform: translate(14px, 3px);
  z-index: 9;
}
@media (max-width: 767px) {
  .page-head .page-head__title {
    position: absolute;
    bottom: -35px;
    left: 0;
    background-color: #f5f5f5;
    z-index: 2;
    width: 47.5%;
    border-radius: 0 8px 8px 0;
    padding: 16px 12px 16px 15px;
  }
}
.page-head .page-head__title--ja {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .page-head .page-head__title--ja {
    font-size: 1.2rem;
  }
}
.page-head .page-head__title--en {
  font-size: 4.8rem;
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .page-head .page-head__title--en {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: -2px;
  }
}
.page-head .page-head__img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 0 0 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-head .page-head__img {
    border-radius: 8px;
  }
}
.page-head .page-head__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 81%;
  background-color: #f5f5f5;
  border-radius: 0 0 16px;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-head .page-head__img:before {
    display: none;
  }
}
.page-head .page-head__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 16px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c285f),
    to(#5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f, #5b53c5);
  background: linear-gradient(to bottom, #2c285f, #5b53c5);
  opacity: 0.16;
  z-index: 1;
}
.page-head .page-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.parallax__container {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-breadcrumb {
  margin-left: auto;
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 35px;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-breadcrumb ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
}
.c-breadcrumb li {
  position: relative;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .c-breadcrumb li {
    text-align: right;
  }
}
.c-breadcrumb li:after {
  content: "-";
  padding: 0 10px;
}
.c-breadcrumb li:last-of-type:after {
  display: none;
}
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pagination ul .prev,
.c-pagination ul .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #2c285f;
  color: #fff;
}
.c-pagination ul .prev img,
.c-pagination ul .next img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 6px;
}
.c-pagination ul .prev:hover img,
.c-pagination ul .next:hover img {
  -webkit-transform: translateX(-2px);
  transform: translate(-2px);
  -webkit-filter: unset;
  filter: unset;
}
.c-pagination ul .next:hover img {
  -webkit-transform: translateX(2px);
  transform: translate(2px);
}
.c-pagination ul li {
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .c-pagination ul li {
    margin-right: 12px;
  }
}
.c-pagination ul li span,
.c-pagination ul li a {
  border: 1px solid #2c285f;
  background-color: #2c285f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 1px;
}
.c-pagination ul li span:hover,
.c-pagination ul li a:hover,
.c-pagination ul li span.current,
.c-pagination ul li a.current {
  background-color: #fff;
  color: #2c285f;
}
.c-pagination ul .dots {
  color: #2c285f;
  background-color: transparent;
  border-color: transparent;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  margin: 0 -8px;
}
.c-info {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .c-info {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .c-info {
    margin-bottom: 64px;
  }
}
.c-info .info__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media (max-width: 1024px) {
  .c-info .info__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .c-info .info__inner {
    grid-template-columns: 100%;
    gap: 16px;
  }
}
.c-info .info-card {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.c-info .info-card:hover > * {
  opacity: 1;
}
.c-info .info-card:hover .info-card__button {
  background-color: #2c285f;
  border-color: #2c285f;
}
.c-info .info-card:hover .info-card__button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-info .info-card__link {
  height: 100%;
  padding: 82px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .c-info .info-card__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .c-info .info-card__link {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .c-info .info-card__link {
    padding: 24px;
  }
}
.c-info .section__head {
  text-align: center;
}
@media (max-width: 1300px) {
  .c-info .section__head {
    text-align: left;
  }
}
.c-info .info-card__button {
  width: 64px;
  height: 64px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-info .info-card__button img {
    width: 4px;
  }
}
@media (max-width: 1300px) {
  .c-info .info-card__button {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
@media (max-width: 1024px) {
  .c-info .info-card__button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .c-info .info-card__button {
    width: 40px;
    height: 40px;
  }
}
.c-no-post {
  padding: 100px 0;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-no-post {
    padding: 80px 0;
    font-size: 1.4rem;
  }
}
.c-news-sidebar {
  padding: 40px 28px;
}
@media (max-width: 1024px) {
  .c-news-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .c-news-sidebar {
    display: block;
  }
}
.c-news-sidebar .news-sidebar-box + .news-sidebar-box {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .c-news-sidebar .news-sidebar-box + .news-sidebar-box {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .c-news-sidebar .news-sidebar-box + .news-sidebar-box {
    margin-top: 45px;
  }
}
.c-news-sidebar .news-sidebar-box__title {
  font-size: 1.8rem;
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-news-sidebar .news-sidebar-box__list {
  margin-top: 16px;
}
.c-news-sidebar .news-sidebar-box__item + .news-sidebar-box__item {
  margin-top: 12px;
}
.c-news-sidebar .news-sidebar-box__link {
  font-size: 1.4rem;
  position: relative;
  display: block;
  text-transform: uppercase;
  padding-left: 14px;
  color: #000;
}
.c-news-sidebar .news-sidebar-box__link:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.c-blog-list {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
}
@media (max-width: 767px) {
  .c-blog-list {
    padding: 24px 16px;
  }
}
.c-blog-list .c-blog-list__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #232230;
  text-align: center;
}
@media (max-width: 767px) {
  .c-blog-list .c-blog-list__title {
    font-size: 1.6rem;
  }
}
.c-blog-list .c-blog-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .c-blog-list .c-blog-list__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .c-blog-list .c-blog-list__list {
    margin-top: 24px;
    gap: 12px;
  }
}
.c-blog-list .c-blog-list-item > * {
  opacity: 1;
}
.c-blog-list .c-blog-list-item:hover .c-blog-list-item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-blog-list .c-blog-list-item__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 272/175;
}
@media (max-width: 767px) {
  .c-blog-list .c-blog-list-item__img {
    aspect-ratio: 150/86;
  }
}
.c-blog-list .c-blog-list-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-blog-list .c-blog-list-item__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.c-blog-list .c-blog-list-item__category {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2c285f;
  padding: 1px 5px;
  border: 1px solid #2c285f;
  border-radius: 1px;
  display: block;
}
@media (max-width: 767px) {
  .c-blog-list .c-blog-list-item__category {
    font-size: 1rem;
  }
}
.c-blog-list .c-blog-list-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #232230;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-blog-list .c-blog-list-item__title {
    font-size: 1.3rem;
  }
}
.c-blog-list .c-blog-list-item__date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #bfbfbf;
}
.c-blog-list .c-blog-list__no-post {
  padding: 40px 0 0;
  text-align: center;
}
.c-blog-list .button {
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .c-blog-list .button {
    margin: 24px auto 0;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s;
}
.fade-in.active {
  opacity: 1;
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .fade-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translate(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 767px) {
  .fade-left {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translate(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 767px) {
  .fade-right {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.mv-animation {
  -webkit-animation: mvFadeIn 1.2s ease-in;
  animation: mvFadeIn 1.2s ease-in;
}
@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
