:root {
  --color01: #3190ba;
  --color02: #71c78e;
  --gradient00: linear-gradient(to right, #5DC681 0%, #5FB8DB 100%);
  --gradient01: linear-gradient(to right, #3190ba 0%, #71c78e 100%);
}

.c_box01__cards .item_content .heading_en {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c_box01__cards .item_content .heading_en {
    font-size: 0.6875rem;
  }
}

.c_box01__ttlen {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c_box01__ttlen {
    font-size: 0.9375rem;
  }
}

.c_heading01__en {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_heading01__en {
    font-size: 1.25rem;
  }
}

.c_heading01__jp {
  font-size: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .c_heading01__jp {
    font-size: clamp(1.8125rem, 1.6369047619vw + 1.0267857143rem, 2.5rem);
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: #eeedea;
  line-height: 1.8;
  font-size: 1rem;
  color: #474747;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .u_d_sp_none {
    display: none !important;
  }
  .u_d_sp_inline {
    display: inline !important;
  }
  .u_d_sp_inline_block {
    display: inline-block !important;
  }
  .u_d_sp_block {
    display: block !important;
  }
  .u_d_sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .u_d_ld_none {
    display: none !important;
  }
  .u_d_ld_inline {
    display: inline !important;
  }
  .u_d_ld_inline_block {
    display: inline-block !important;
  }
  .u_d_ld_block {
    display: block !important;
  }
  .u_d_ld_flex {
    display: flex !important;
  }
}
.u_fw_300 {
  font-weight: 300 !important;
}

.u_fw_400 {
  font-weight: 400 !important;
}

.u_fw_500 {
  font-weight: 500 !important;
}

.u_fw_600 {
  font-weight: 600 !important;
}

.u_fw_700 {
  font-weight: 700 !important;
}

.u_fw_800 {
  font-weight: 800 !important;
}

.u_fw_900 {
  font-weight: 900 !important;
}

.c_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c_header {
    padding: 20px 0;
  }
}
.c_header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(1.25rem, 2.4038461538vw + -0.2884615385rem, 1.875rem);
}
.c_header__logoarea .link {
  display: flex;
  flex-direction: column;
  gap: 7px 15px;
}
@media screen and (min-width: 1024px) {
  .c_header__logoarea .link {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 15px;
    transition: 0.4s all ease-in-out;
  }
  .c_header__logoarea .link:hover {
    opacity: 0.7;
  }
}
.c_header__logoarea_img {
  width: 124px;
}
@media screen and (min-width: 1024px) {
  .c_header__logoarea_img {
    width: 121px;
  }
}
.c_header__logoarea_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.625rem;
}
.c_header__navarea {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  z-index: 200;
  padding: 60px 54px 60px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #EEEDEA;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
}
@media screen and (min-width: 1024px) {
  .c_header__navarea {
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    background-color: transparent;
    padding: 0;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1024px) {
  .c_header__navarea .inner {
    display: flex;
  }
}
.c_header__navarea_btn {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  margin-top: 41px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .c_header__navarea_btn {
    margin-top: 0;
    width: clamp(9.375rem, 7.2115384615vw + 4.7596153846rem, 11.25rem);
    height: 62px;
    max-width: 100%;
    margin-inline: unset;
  }
}
.c_header__navarea_btn .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #5DC681 10%, #5FB8DB 120%);
  background-color: transparent;
  gap: 2px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .c_header__navarea_btn .link {
    gap: 8px;
    border-radius: 0 5px 5px 0;
  }
  .c_header__navarea_btn .link:hover .txt {
    color: #FFFFFF;
  }
  .c_header__navarea_btn .link:hover::after {
    opacity: 1;
  }
}
.c_header__navarea_btn .link::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--gradient01);
  transition: all 0.3s ease-out;
  border-radius: 0 5px 5px 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .c_header__navarea_btn .link::after {
    display: block;
  }
}
.c_header__navarea_btn .txt {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .c_header__navarea_btn .txt {
    font-size: clamp(0.875rem, 0.4807692308vw + 0.5673076923rem, 1rem);
  }
}
.c_header__navarea_btn .iconarea {
  display: inline-flex;
  width: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .c_header__navarea_btn .iconarea {
    width: clamp(1rem, 1.4423076923vw + 0.0769230769rem, 1.375rem);
  }
}
.c_header__hamburger {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 201;
}
@media screen and (min-width: 1024px) {
  .c_header__hamburger {
    display: none;
  }
}
.c_header__hamburger.active .line:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.c_header__hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.c_header__hamburger.active .line:nth-child(3) {
  top: 50%;
  rotate: 135deg;
}
.c_header__hamburger .inner {
  width: 18px;
  height: 11px;
  position: relative;
}
.c_header__hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #24292F;
  border-radius: 99px;
  transition: all 0.5s;
}
.c_header__hamburger .line:nth-child(1) {
  position: absolute;
  top: -1px;
  left: 0;
}
.c_header__hamburger .line:nth-child(2) {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.c_header__hamburger .line:nth-child(3) {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
}
.c_header.fixed {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .c_header.fixed {
    border-radius: 0 0 30px 30px;
  }
}

.overflow .c_header__navarea {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

.c_footer {
  padding-top: 80px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .c_footer {
    padding-bottom: 37px;
    padding-left: 33px;
    padding-right: 37px;
    padding-top: 120px;
  }
}
.c_footer__inner {
  background-color: #EEEDEA;
  border-radius: 8px 8px 0 0;
  padding: 10px 11px 32px;
}
@media screen and (min-width: 768px) {
  .c_footer__inner {
    border-radius: 8px;
    padding: 0 0 56px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer .banner {
    padding: 26px 24px;
  }
}
.c_footer .banner_inner {
  position: relative;
}
.c_footer .banner_slider {
  border-radius: 8px;
}
.c_footer .banner_slider .item {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
}
.c_footer .banner_slider .item.swiper-slide[class*=-active] .figarea img {
  transition-delay: 0s;
  transform: scale(1.15);
}
.c_footer .banner_slider .item .figarea {
  width: 100%;
  aspect-ratio: 354/240;
}
@media screen and (min-width: 768px) {
  .c_footer .banner_slider .item .figarea {
    aspect-ratio: unset;
  }
}
.c_footer .banner_slider .item .figarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: 10s 1s ease-out;
}
.c_footer .banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 220px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_footer .banner_content {
    max-width: 306px;
    gap: 32px;
  }
}
.c_footer .banner_content__btn {
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c_footer .banner_content__btn {
    height: 74px;
  }
}
.c_footer .banner_content__btn .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
  border-radius: 5px;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_footer .banner_content__btn .link:hover {
    transform: translateY(-10px);
  }
  .c_footer .banner_content__btn .link:hover::after {
    opacity: 1;
  }
}
.c_footer .banner_content__btn .link::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--gradient00);
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.c_footer .banner_content__btn .link .txt {
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_footer .banner_content__btn .link .txt {
    font-size: 1.25rem;
  }
}
.c_footer .banner_content__btn .link .icon {
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  mask-image: url(../images/common-part/icon_blank01.svg);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.c_footer .block02 {
  margin-top: 37px;
  padding: 0 14px;
}
@media screen and (min-width: 768px) {
  .c_footer .block02 {
    margin-top: 30px;
    padding: 0px clamp(1.5rem, 7.7380952381vw + -2.2142857143rem, 4.75rem);
  }
}
.c_footer .block02_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .c_footer .block02_flex {
    align-items: center;
    gap: 30px;
    flex-direction: row;
  }
}
.c_footer .block02_flex__logo {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .c_footer .block02_flex__logo {
    width: clamp(7.375rem, 9.375vw + 2.875rem, 11.3125rem);
    transition: 0.4s all ease-in-out;
  }
  .c_footer .block02_flex__logo:hover {
    opacity: 0.7;
  }
}
.c_footer .block02_copyright {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 2.5714285714;
  letter-spacing: 0.05em;
  color: #474747;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c_footer .block02_copyright {
    font-size: clamp(0.75rem, 0.2976190476vw + 0.6071428571rem, 0.875rem);
    margin-top: clamp(1.875rem, 5.505952381vw + -0.7678571429rem, 4.1875rem);
    padding-left: 5px;
  }
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js_inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js_inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.5s;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

.fadeupright {
  transform: translate3d(100%, -100%, 0);
}

.fadeleft {
  transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
  transform: translate3d(-100%, -100%, 0);
}

.fadein {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slideinright {
  transform: translateX(180px);
  opacity: 0;
}

.slideinright.is_show {
  animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes ani_bgradient1 {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-30%, 5%);
  }
  66% {
    transform: translate(30%, 2%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ani_bgradient2 {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-38%, -20.5%);
  }
  66% {
    transform: translate(-33%, 4.5%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ani_bgradient3 {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-10%, -6%);
  }
  66% {
    transform: translate(-16%, 0.5%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ani_bgradient4 {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(25%, 4%);
  }
  66% {
    transform: translate(-30%, -8%);
  }
  100% {
    transform: translate(0);
  }
}
.ani_bgradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.ani_bgradient__item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ani_bgradient__item.i01 {
  mix-blend-mode: darken;
  -webkit-mix-blend-mode: darken;
  width: 63.5%;
  left: -37.4%;
  top: -1%;
  filter: blur(80px);
  -webkit-filter: blur(80px);
  animation: ani_bgradient1 4s infinite ease-in-out;
}
@media screen and (min-width: 768px) {
  .ani_bgradient__item.i01 {
    filter: blur(200px);
    -webkit-filter: blur(200px);
    width: 35.1388888889%;
    left: 10.8%;
    top: -8.3%;
    animation: ani_bgradient1 6s infinite ease-in-out;
  }
}
.ani_bgradient__item.i02 {
  width: 98.2%;
  left: -52%;
  top: 4%;
  animation: ani_bgradient2 4s infinite ease-in-out;
  filter: blur(130px);
  -webkit-filter: blur(130px);
}
@media screen and (min-width: 768px) {
  .ani_bgradient__item.i02 {
    width: 53.3333333333%;
    left: 3.8%;
    top: 27.14%;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    animation: ani_bgradient2 6s infinite ease-in-out;
  }
}
.ani_bgradient__item.i03 {
  width: 37.9%;
  left: 37.4%;
  top: 0.9%;
  animation: ani_bgradient3 4s infinite ease-in-out;
  filter: blur(70px);
  -webkit-filter: blur(70px);
}
@media screen and (min-width: 768px) {
  .ani_bgradient__item.i03 {
    width: 21.875%;
    left: 52.7%;
    top: 9.26%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    animation: ani_bgradient3 6s infinite ease-in-out;
  }
}
.ani_bgradient__item.i04 {
  width: 60.2%;
  left: 43.2%;
  top: 0.29%;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  animation: ani_bgradient4 4s infinite ease-in-out;
}
@media screen and (min-width: 768px) {
  .ani_bgradient__item.i04 {
    width: 35.1736111111%;
    left: 56%;
    top: 6.19%;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    animation: ani_bgradient4 6s infinite ease-in-out;
  }
}

.is_show.js_inview {
  opacity: 1;
}

html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #eeedea;
  opacity: 0;
  transition: opacity 100ms linear 2.5s;
}

@keyframes openinglogo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openingline {
  0% {
    transform: scaleX(0);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
.loading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loading__logo {
  width: 100%;
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .loading__logo {
    max-width: 350.89px;
  }
}
.loading__logo img {
  animation: openinglogo 2s infinite;
}
.loading__line {
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background-image: linear-gradient(to right, #a3efbd 0%, #7ecfef 66%);
  height: 8px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .loading__line {
    height: 13px;
    margin-top: 65px;
  }
}

@media screen and (min-width: 1024px) {
  .c_nav {
    display: flex;
    align-items: center;
    gap: clamp(0.9375rem, 3.6057692308vw + -1.3701923077rem, 1.875rem);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px 0 0 5px;
    padding: 0 clamp(0.9375rem, 3.6057692308vw + -1.3701923077rem, 1.875rem);
  }
}
.c_nav__item .link {
  display: block;
  padding: 12px 40px 13px 0;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .c_nav__item .link {
    font-size: clamp(0.75rem, 0.7211538462vw + 0.2884615385rem, 0.9375rem);
    color: #474747;
    display: inline-block;
    padding: 0;
  }
  .c_nav__item .link:hover .c_nav__item_txt {
    opacity: 0;
  }
  .c_nav__item .link:hover::after {
    opacity: 1;
  }
}
.c_nav__item .link::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/common-part/icon_linksp.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 7px;
  translate: 0 -50%;
}
@media screen and (min-width: 1024px) {
  .c_nav__item .link::before {
    display: none;
  }
}
.c_nav__item .link::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c_nav__item .link::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: clamp(0.75rem, 0.7211538462vw + 0.2884615385rem, 0.9375rem);
    font-weight: 500;
    letter-spacing: 0;
    background: linear-gradient(to right, #a3efbd 0%, #7ecfef 95%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
.c_nav__item_txt {
  transition: opacity 0.5s ease;
}

.c_nav02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 40px;
}
@media screen and (min-width: 768px) {
  .c_nav02 {
    gap: clamp(1rem, 5.3571428571vw + -1.5714285714rem, 3.25rem);
    flex-wrap: nowrap;
  }
}
.c_nav02__item {
  min-width: 140px;
}
@media screen and (min-width: 768px) {
  .c_nav02__item {
    min-width: unset;
  }
}
.c_nav02__item_link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2678571429;
  letter-spacing: 0;
  color: #000000;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_nav02__item_link {
    font-size: clamp(0.875rem, 0.4166666667vw + 0.675rem, 1.05rem);
  }
  .c_nav02__item_link:hover::after {
    opacity: 1;
  }
  .c_nav02__item_link:hover .txt {
    opacity: 0;
  }
}
.c_nav02__item_link .txt {
  transition: opacity 0.5s ease;
}
.c_nav02__item_link::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #a3efbd 0%, #7ecfef 95%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.c_btn01 {
  width: 100%;
  max-width: 123px;
  height: 26px;
}
.c_btn01__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
  border-radius: 35px;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}
.c_btn01__link::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--gradient00);
  transition: all 0.3s ease-out;
  border-radius: 35px;
}
.c_btn01__txt {
  position: relative;
  z-index: 1;
}
.c_btn01__icon {
  display: block;
  width: 9.6px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  mask-image: url(../images/common-part/icon_btn01_arrow.svg);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.c_btnarrow01 {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #1F1F1F;
  position: relative;
  transition: 0.3s all ease-out;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_btnarrow01 {
    width: clamp(3.4375rem, 2.7276785714vw + 2.1282142857rem, 4.583125rem);
  }
  .c_btnarrow01:hover {
    border-color: #FFFFFF;
  }
  .c_btnarrow01:hover::before {
    opacity: 1;
  }
  .c_btnarrow01:hover::after {
    background-color: #FFFFFF;
  }
}
.c_btnarrow01::after {
  content: "";
  width: 7px;
  height: 12px;
  background-color: #1F1F1F;
  mask-image: url(../images/common-part/icon_arrow02.svg);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  transition: 0.3s all ease-out;
}
.c_btnarrow01::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background-image: var(--gradient01);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease-out;
}
.c_btnarrow01.next::after {
  rotate: 180deg;
}

.c_btnclose {
  width: 32px;
  height: 32px;
  background-color: #EEEDEA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  transition: background-image 0.3s ease-out;
}
.c_btnclose__inner::after {
  content: "";
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #474747;
  mask-image: url(../images/common-part/icon_close.svg);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c_btnclose:hover {
    background-image: var(--gradient01);
  }
  .c_btnclose:hover .c_btnclose__inner::after {
    background-color: #FFFFFF;
  }
}

#to_top {
  position: fixed;
  cursor: pointer;
  width: 45px;
  height: 45px;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  border: solid 1px #fff;
  background-image: var(--gradient00);
}
@media screen and (min-width: 768px) {
  #to_top {
    border: solid 2px #fff;
    transition: all 0.5s;
    width: 60px;
    height: 60px;
  }
  #to_top:hover::before {
    opacity: 1;
  }
}
#to_top::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: var(--gradient01);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
#to_top::after {
  position: absolute;
  content: "";
  top: 59%;
  padding: 5px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #to_top::after {
    padding: 7px;
    top: 59%;
  }
}

.c_fixedbtn {
  position: fixed;
  left: 50%;
  bottom: 16px;
  width: 100%;
  max-width: 220px;
  height: 42px;
  border-radius: 5px;
  translate: -50% 0;
  display: none;
  z-index: 10;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c_fixedbtn {
    display: none;
  }
}
.c_fixedbtn .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #5DC681 10%, #5FB8DB 120%);
  background-color: transparent;
  gap: 4px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out;
}
.c_fixedbtn .txt {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.c_fixedbtn .iconarea {
  display: inline-flex;
  width: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .c_fixedbtn .iconarea {
    width: clamp(1rem, 1.4423076923vw + 0.0769230769rem, 1.375rem);
  }
}

.c_heading01__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 5%, #5FB8DB 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.c_heading01__jp {
  font-family: "sicnewsnexus", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #474747;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .c_heading01__jp {
    margin-top: 8px;
  }
}
.c_heading01.ps_center {
  text-align: center;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c_box01 {
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c_box01 {
    margin-top: 11px;
  }
}
.c_box01__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 0;
  padding: 16px 21px 13px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_box01__inner {
    padding: 12px 24px 56px;
  }
}
.c_box01__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(14px);
  border-radius: 20px 0 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.c_box01__ttlen {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 5%, #5FB8DB 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.c_box01__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .c_box01__heading {
    gap: 8px;
    margin-top: -8px;
  }
}
.c_box01__heading_icon {
  width: 38px;
}
.c_box01__heading_txt {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #474747;
}
.c_box01__inputarea {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  border-radius: 8px;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 16px 17px;
  margin-top: 20px;
  margin-bottom: 11px;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_box01__inputarea {
    padding: 17px 16px 17px;
    margin-top: 34px;
    margin-bottom: 0;
  }
  .c_box01__inputarea:hover {
    opacity: 0.7;
  }
}
.c_box01__inputarea::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  inset: 1px;
  border-radius: 8px;
  z-index: -1;
}
.c_box01__inputarea .placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0.04em;
  color: #AFB0A8;
}
@media screen and (min-width: 768px) {
  .c_box01__inputarea .placeholder {
    font-size: 1.0625rem;
  }
}
.c_box01__inputarea .icon {
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/common-part/icon_plus.svg) center/cover no-repeat;
}
.c_box01__searcharea {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  border-radius: 8px;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 21px;
  margin-bottom: 11px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_box01__searcharea {
    margin-bottom: 0;
    margin-top: 34px;
  }
}
.c_box01__searcharea::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  inset: 1px;
  border-radius: 8px;
  z-index: -1;
}
.c_box01__searcharea_input {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  padding: 17px 45px 17px 16px;
  width: 100%;
  height: 100%;
  outline: none;
}
@media screen and (min-width: 768px) {
  .c_box01__searcharea_input {
    padding: 18px 45px 18px 16px;
  }
}
.c_box01__searcharea_input::placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0.04em;
  color: #AFB0A8;
}
@media screen and (min-width: 768px) {
  .c_box01__searcharea_input::placeholder {
    font-size: 1.0625rem;
  }
}
.c_box01__searcharea .icon {
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/common-part/icon_search.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
.c_box01__cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 0 7px;
}
@media screen and (min-width: 768px) {
  .c_box01__cards {
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    margin-top: 35px;
    padding: 0;
  }
}
.c_box01__cards .item {
  width: 100%;
  max-width: 385px;
}
@media screen and (min-width: 768px) {
  .c_box01__cards .item:hover .item_fig img {
    scale: 1.1;
  }
}
.c_box01__cards .item_fig {
  border-radius: 8px;
  overflow: hidden;
}
.c_box01__cards .item_fig img {
  transition: all 0.3s ease-out;
}
.c_box01__cards .item_content {
  margin-top: 1px;
}
.c_box01__cards .item_content .heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c_box01__cards .item_content .heading_jp {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #474747;
  display: inline-block;
}
.c_box01__cards .item_content .heading_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 5%, #5FB8DB 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 2px;
}

.c_postcard01__inner {
  padding: 24px 19px 17px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.c_postcard01__inner .index {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c_postcard01__inner .index_number {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 110%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  flex-shrink: 0;
}
.c_postcard01__inner .index_line {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
}
.c_postcard01__inner .maincontent {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c_postcard01__inner .maincontent {
    margin-top: 32px;
  }
}
.c_postcard01__inner .maincontent .fig {
  width: 70px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c_postcard01__inner .maincontent .fig {
    width: 80px;
  }
}
.c_postcard01__inner .maincontent .ttl {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #474747;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c_postcard01__inner .maincontent .ttl {
    margin-top: 32px;
  }
}
.c_postcard01__inner .maincontent .desc {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 17px;
  color: #474747;
}

.c_card01 {
  position: relative;
  border-radius: 8px;
  z-index: 1;
}
.c_card01::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(24px);
  border-radius: 8px;
  background-color: rgba(230, 230, 227, 0.4);
  z-index: -1;
}
.c_card01__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 19px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c_card01__link {
    padding: clamp(0.625rem, 1.4880952381vw + -0.0892857143rem, 1.25rem);
  }
}
@media screen and (min-width: 768px) {
  .c_card01__link:hover .fig img {
    scale: 1.15;
  }
  .c_card01__link:hover .c_btn01__link:after {
    opacity: 1;
  }
}
.c_card01__link .fig {
  width: 100%;
  aspect-ratio: 280/320;
  overflow: hidden;
  border-radius: 7px;
}
.c_card01__link .fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.c_card01__link .content_heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_card01__link .content_heading {
    margin-top: 11px;
  }
}
.c_card01__link .content_heading__index {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 5%, #5FB8DB 115%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.c_card01__link .content_heading__txt {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #474747;
}
.c_card01__link .content_ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #474747;
  margin-top: 4px;
}
.c_card01__link .content_btn {
  margin-top: 7px;
  margin-left: auto;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.l_container {
  width: 100%;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l_container {
    width: 100;
    max-width: 1080px;
    padding: 0 40px;
  }
}

#wrapper {
  overflow: clip;
  width: 100%;
}

@media screen and (min-width: 768px) {
  html {
    scrollbar-color: #3190ba #eee;
    scrollbar-width: thin;
  }
}

body.overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: scroll;
}

body {
  display: none;
}
@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
    z-index: 1;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #3190ba;
  }
}

a,
a *,
div,
div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*# sourceMappingURL=part-common.css.map */
