@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
* input,button,textarea,selectにcolor: inherit;を追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ol,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 100%;
}

@media (max-width: 1650px) {
  html {
    font-size: 0.82051vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.13333vw;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 2.13333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}

main {
  background-color: #fff;
  z-index: 1;
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: inherit;
}

@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

.u-desktop {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.europe-c-header.leadgridCms-onlyInnerWorkspace {
  background-color: pink;
  position: initial;
}

.charge-box.leadgridCms-onlyInnerWorkspace {
  position: initial;
}

.europe-s-app.leadgridCms-onlyInnerWorkspace .s-app__wrap {
  display: block;
}

.europe-s-app.leadgridCms-onlyInnerWorkspace .s-app__img {
  margin-left: 0;
}

.europe-s-app.leadgridCms-onlyInnerWorkspace .s-app__img img {
  margin-left: 0;
}

.europe-s-app.leadgridCms-onlyInnerWorkspace .s-app__body {
  margin-left: 0;
}

.ccc-lp-c-btn1 {
  border: 0.25rem solid #00cdd7;
  background-color: #bbfcff;
  display: inline-block;
  font-weight: 700;
  font-size: 2.125rem;
  padding: 1.375rem 3.4375rem;
  border-radius: 3.75rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-btn1 {
    font-size: 2.5rem;
    border: 0.3125rem solid #00cdd7;
  }
}

.ccc-lp-c-footer {
  padding-top: 4.5625rem;
  padding-bottom: 2.5rem;
}

.ccc-lp-c-footer .c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.125rem;
  max-width: 73.125rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__wrap {
    display: block;
    max-width: 34.375rem;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ccc-lp-c-footer .c-footer__logo {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__logo {
    width: 11.25rem;
  }
}

.ccc-lp-c-footer .c-footer__logo svg {
  height: 3.5625rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-footer .c-footer__logoLink {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__logoLink {
    margin-top: 0;
  }
}

.ccc-lp-c-footer .c-footer__logoLink a {
  display: block;
  color: #1cbfe6;
  text-decoration: underline;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__logoLink a {
    font-size: 1.5625rem;
  }
}

.ccc-lp-c-footer .c-footer__sns {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__sns {
    margin-top: 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.ccc-lp-c-footer .c-footer__snsLink {
  display: block;
  width: 2rem;
  aspect-ratio: 1;
}

.ccc-lp-c-footer .c-footer__snsLink img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1;
}

.ccc-lp-c-footer .c-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__wrapper {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "link1 link2" " link3 link4" "      .    link5";
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .--sec1 {
    grid-area: link1;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .--sec2 {
    grid-area: link2;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .--sec3 {
    grid-area: link3;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .--sec4 {
    grid-area: link4;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .--sec5 {
    grid-area: link5;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__links {
    display: contents;
  }
}

.ccc-lp-c-footer .c-footer__linkItem + .c-footer__linkItem {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-footer .c-footer__linkItem + .c-footer__linkItem {
    margin-top: 0;
  }
}

.ccc-lp-c-footer .c-footer__linkTitle {
  color: #1cbfe6;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.ccc-lp-c-footer .c-footer__linkWrap {
  margin-top: 2rem;
}

.ccc-lp-c-footer .c-footer__linkList + .c-footer__linkList {
  margin-top: 0.5rem;
}

.ccc-lp-c-footer .c-footer__link {
  color: #999;
  font-size: 1.125rem;
}

.ccc-lp-c-footer .c-footer__copy {
  padding-top: 2.5rem;
  color: #333;
  opacity: 0.5;
  font-size: 1.125rem;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 1.875rem;
}

.ccc-lp-c-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 6.5625rem;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /* ──────────────────────────────────────
       スクロール後（ヒーローありページのみ）
       ──────────────────────────────────── */
  /* ───────────────────────
       インナーラッパー
       ─────────────────────── */
  /* ───────────────────────
       ロゴ
       ─────────────────────── */
  /* ───────────────────────
       ハンバーガーボタン（常時表示へ変更）
       ─────────────────────── */
  /* ───────────────────────
       “通常ナビ” （PC 横並び）※モバイルは非表示
       ─────────────────────── */
  /* ───────────────────────
       ▼▼ 新規：フルスクリーンドロワー ▼▼
       ─────────────────────── */
  /* ハンバーガーが開いている間だけドロワーを表示 */
}

.ccc-lp-c-header.is-scroll:not(.is-active) {
  background: #fff;
  /* ロゴ差し替え・リンク色などは従来のまま */
  /* ボタン（スクロール時の PC 配色） */
}

.ccc-lp-c-header.is-scroll:not(.is-active) .c-header__navItemLink {
  color: #1cbfe6;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header.is-scroll:not(.is-active) .c-header__navItemLink {
    color: #fff;
  }
}

.ccc-lp-c-header.is-scroll:not(.is-active) .c-header__logoImg--default {
  display: none;
}

.ccc-lp-c-header.is-scroll:not(.is-active) .c-header__logoImg--scroll {
  display: block;
}

.ccc-lp-c-header.is-scroll:not(.is-active) .ccc-lp-c-lang.--header .lang-switch__current {
  color: #1CBFE6;
  border: 1px solid #1CBFE6;
}

.ccc-lp-c-header.is-scroll:not(.is-active) .ccc-lp-c-lang.--header .lang-switch__current::after {
  background: #1CBFE6;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header.is-scroll:not(.is-active) .ccc-lp-c-lang.--header .lang-switch__current {
    background: transparent;
  }
}

.ccc-lp-c-header.is-scroll:not(.is-active) .c-header__btn {
  background: #1CBFE6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header.is-scroll:not(.is-active) .c-header__btn {
    background: #fff;
    color: #1CBFE6;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header.is-scroll:not(.is-active) .c-header__menuButton {
    border: 1px solid #1CBFE6;
  }
  .ccc-lp-c-header.is-scroll:not(.is-active) .c-header__menuButton::before {
    color: #1CBFE6;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header.is-scroll:not(.is-active) .c-header__menuButton.is-active {
    border: 1px solid #fff;
  }
}

.ccc-lp-c-header.is-active .c-header__logo svg {
  fill: #fff;
}

.ccc-lp-c-header .c-header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__inner {
    padding-inline: 1rem;
  }
}

.ccc-lp-c-header .c-header__logo {
  width: 11.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 110;
}

.ccc-lp-c-header .c-header__logoImg--scroll {
  display: none;
}

.ccc-lp-c-header .c-header__menuButton {
  position: relative;
  z-index: 110;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 1.5rem;
  min-width: 5.625rem;
  border: 1px solid #1cbfe6;
  color: #1cbfe6;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin-left: 3rem;
  /* ラベル */
  /* 開閉時アイコン差し替え */
}

.ccc-lp-c-header .c-header__menuButton::before {
  content: "MENU";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__menuButton {
    margin-left: auto;
  }
}

.ccc-lp-c-header .c-header__menuButton.is-active {
  border: 1px solid #fff;
}

.ccc-lp-c-header .c-header__menuButton.is-active::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/common/hum.webp) no-repeat center/contain;
}

.ccc-lp-c-header .c-header__nav {
  height: 100%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__nav {
    display: none;
    /* SP では隠す */
    position: fixed;
    inset: 0 0 auto 0;
    height: 100dvh;
    max-height: 100dvh;
    background: rgba(30, 193, 231, 0.9);
    padding-top: 3.8125rem;
  }
}

.ccc-lp-c-header .c-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__navWrap {
    display: block;
    overflow: auto;
    height: 100%;
    max-height: calc(100dvh - 3.8125rem);
    padding: 2rem 1rem 4rem;
    position: relative;
  }
}

.ccc-lp-c-header .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__navList {
    display: block;
    height: auto;
  }
}

.ccc-lp-c-header .c-header__navItem {
  height: 100%;
  position: relative;
}

.ccc-lp-c-header .c-header__navItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1cbfe6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__navItemLink {
    padding: 1rem 0;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ccc-lp-c-header .c-header__navItemLink:hover {
  opacity: 0.6;
}

.ccc-lp-c-header #js-header__menu1 {
  /* ★ ID セレクタ併用で確実に上書き */
  display: none;
  /* JS で fadeIn / fadeOut */
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(30, 193, 231, 0.9);
  padding-top: 6.5625rem;
  /* ヘッダー分オフセット */
  overflow-y: auto;
  z-index: 100;
  /* ヘッダー(1000)より下、ボタンより上 */
}

.ccc-lp-c-header #js-header__menu1 .c-header__menuWrap {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

.ccc-lp-c-header #js-header__menu1 .c-header__menuItemLink {
  display: block;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ccc-lp-c-header #js-header__menu1 .c-header__menuItemLink:hover {
  opacity: 0.6;
}

.ccc-lp-c-header.is-active #js-header__menu1 {
  display: block;
}

.ccc-lp-c-header .c-header__menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100dvh - 6.875rem);
}

.ccc-lp-c-header .c-header__bannerItems {
  margin-top: auto;
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__bannerItems {
    margin-top: 3.125rem;
  }
}

.ccc-lp-c-header .c-header__bannerItem {
  background: #d2f6ff;
  border: 2px solid #1cbfe6;
  border-radius: 1.5rem;
  color: #1cbfe6;
  font-weight: 700;
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-header .c-header__bannerItem {
    background-color: #fff;
  }
}

.ccc-lp-c-header .c-header__bannerWrap1 {
  display: grid;
  grid-template-columns: 3.4375rem 1fr;
  gap: 1.25rem;
}

.ccc-lp-c-header .c-header__bannerImg1 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-header .c-header__bannerHead1 {
  display: grid;
  grid-template-columns: 3.3125rem 1fr;
  gap: 0.375rem;
}

.ccc-lp-c-header .c-header__bannerIcon1 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.ccc-lp-c-header .c-header__bannerText1 {
  font-size: 1.125rem;
}

.ccc-lp-c-header .c-header__bannerText1 .--sm {
  display: block;
  font-size: 0.875rem;
}

.ccc-lp-c-header .c-header__bannerBottom1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.ccc-lp-c-header .c-header__bannerDownload {
  margin-top: 0.9375rem;
}

.ccc-lp-c-header .c-header__bannerDownload a {
  display: block;
  height: 2.5rem;
}

.ccc-lp-c-header .c-header__bannerDownload a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-header .c-header__bannerWrap2 {
  display: grid;
  grid-template-columns: 1fr 10.6875rem;
  gap: 1.25rem;
}

.ccc-lp-c-header .c-header__bannerTitle2 {
  font-size: 1.5rem;
  font-weight: 900;
}

.ccc-lp-c-header .c-header__bannerBtn2 {
  margin-top: 0.625rem;
}

.ccc-lp-c-header .c-header__bannerBtn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #1cbfe6;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  padding: 0.3125rem;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125rem;
}

.ccc-lp-c-header .c-header__bannerBtn2 a::after {
  content: "";
  background: url(../img/common/icon_arrow.webp) no-repeat center center/contain;
  width: 1.125rem;
  height: 1.125rem;
}

.ccc-lp-c-header .c-header__bannerImg2 img {
  border-radius: 0.5rem;
  border: 1px solid #1cbfe6;
}

.ccc-lp-c-header .c-header__bannerBox {
  background-color: #dcf6fd;
  padding: 0.3125rem;
  border-radius: 0.5rem;
  margin-top: 0.75rem;
  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: 2.5rem;
}

.ccc-lp-c-header .c-header__bannerBoxIcon {
  width: 2.625rem;
}

.ccc-lp-c-header .c-header__bannerBoxIcon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-header .c-header__bannerBoxApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
}

.ccc-lp-c-header .c-header__bannerBoxImg a {
  display: block;
  height: 1.625rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-header .c-header__bannerBoxImg a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-modal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6875rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-c-modal {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.ccc-lp-c-modal .c-modal__item {
  background: #000;
  cursor: pointer;
}

.ccc-lp-c-modal .c-modal__item img {
  display: block;
  width: 17rem;
  margin-inline: auto;
  aspect-ratio: 272/483;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-c-modal .c-modal__title {
  font-family: "Staatliches", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  background: #bbfcff;
  text-align: center;
  display: block;
}

.ccc-lp-c-modalItem {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.ccc-lp-c-modalItem.is-active {
  display: block;
}

.ccc-lp-c-modalItem .c-modalItem__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.ccc-lp-c-modalItem .c-modalItem__dialog {
  position: relative;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 43.75rem;
  background: #fff;
  padding-block: 2.4375rem;
  border-radius: 8px;
  overflow-y: auto;
  max-height: 88vh;
}

.ccc-lp-c-modalItem .c-modalItem__bottom {
  text-align: right;
  padding-inline: 2.1875rem;
}

.ccc-lp-c-modalItem .c-modalItem__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ccc-lp-c-modalItem .c-modalItem__lead {
  text-align: center;
  font-size: 1.0625rem;
  font-family: "Staatliches", sans-serif;
  letter-spacing: 0.1em;
}

.ccc-lp-c-modalItem .c-modalItem__img {
  width: 18.75rem;
  margin-inline: auto;
}

.ccc-lp-c-modalItem .c-modalItem__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 300/533;
}

.ccc-lp-c-modalItem .c-modalItem__sub {
  background-color: rgba(0, 205, 215, 0.3);
  font-size: 1.4375rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Staatliches", sans-serif;
  padding-block: 0.3125rem;
}

.ccc-lp-c-modalItem .c-modalItem__info {
  padding-inline: 2.1875rem;
  font-size: 1.0625rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}

.ccc-lp-c-modalItem .c-modalItem__text {
  padding-inline: 2.1875rem;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 1.25rem;
}

.ccc-lp-c-title {
  text-align: center;
  z-index: 2;
  padding-bottom: 1rem;
}

.ccc-lp-c-title .c-title__wrap {
  position: relative;
  display: inline-block;
}

.ccc-lp-c-title .--text {
  position: relative;
  z-index: 2;
  background-color: #feef01;
  display: inline-block;
  padding: 0.5rem 2.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

.ccc-lp-c-title .--bg {
  background-color: #1cbfe6;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: 0;
}

.ccc-lp-l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100rem + 1.5625rem * 2);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-l-inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.ccc-lp-l-inner.--md {
  max-width: calc(60rem + 1.5625rem * 2);
}

.europe-c-bread {
  position: relative;
  z-index: 5;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.europe-c-bread::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.europe-c-bread li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 100%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .europe-c-bread li {
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
  }
}

.europe-c-bread li:not(:last-child) a {
  text-decoration: underline;
}

.europe-c-bread li + li {
  margin-left: 0.625rem;
}

@media screen and (max-width: 767px) {
  .europe-c-bread li + li {
    margin-left: 0.5rem;
  }
}

.europe-c-bread li + li::before {
  content: "/";
}

.europe-c-bread a {
  color: inherit;
}

.europe-c-btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.75rem;
  background-color: #1CBFE6;
  color: #fff;
  padding: 0.6875rem 1.5rem;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(28, 191, 230, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(28, 191, 230, 0.5);
}

@media screen and (max-width: 767px) {
  .europe-c-btn1 {
    padding: 0.6875rem 0.75rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.europe-c-btn1 .c-btn1__icon {
  width: 2.5rem;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .europe-c-btn1 .c-btn1__icon {
    width: 1.5rem;
  }
}

.europe-c-btn1 .c-btn1__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-c-btn1 .c-btn1__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .europe-c-btn1 .c-btn1__text {
    font-size: 1.125rem;
  }
}

.europe-c-btn1 .c-btn1__text .--sm {
  font-weight: 500;
}

.europe-c-btn1::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask: url(../img/common/icon_arrow.webp) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.webp) no-repeat center center/contain;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-btn1::after {
    width: 2rem;
    height: 2rem;
  }
}

@media (any-hover: hover) {
  .europe-c-btn1:hover {
    opacity: 1;
    padding: 0.8125rem 1.8125rem;
  }
}

.europe-c-btn1.--white {
  background-color: #fff;
  color: #1CBFE6;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(45, 178, 197, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(45, 178, 197, 0.2);
}

@media screen and (max-width: 767px) {
  .europe-c-btn1.--white {
    padding: 0.875rem 1.125rem;
    gap: 0.75rem;
  }
  .europe-c-btn1.--white .c-btn1__icon {
    width: 1.75rem;
  }
}

.europe-c-btn1.--white::after {
  background-color: #1CBFE6;
}

@media screen and (max-width: 767px) {
  .europe-c-btn1.--white::after {
    display: none;
  }
}

.europe-c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #1CBFE6;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(28, 191, 230, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(28, 191, 230, 0.5);
  color: #1CBFE6;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.375rem 1.25rem;
  min-width: 17.625rem;
}

.europe-c-btn2::after {
  content: "";
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icon_arrow.webp) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.webp) no-repeat center center/contain;
  background-color: #1CBFE6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .europe-c-btn2:hover {
    opacity: 1;
    padding: 0.5625rem 1.5625rem;
    min-width: 18.25rem;
  }
}

.europe-c-btn2.--blue {
  background-color: #1CBFE6;
  color: #fff;
  min-width: 13.9375rem;
  padding: 0.8125rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .europe-c-btn2.--blue {
    width: 100%;
    padding-block: 0.6875rem;
  }
}

@media (any-hover: hover) {
  .europe-c-btn2.--blue:hover {
    opacity: 1;
    padding: 1rem 1.5625rem;
    min-width: 14.3125rem;
  }
}

.europe-c-btn2.--blue::after {
  background-color: #fff;
}

.europe-c-btn2.--big {
  min-width: 20.875rem;
  font-size: 1.5rem;
  padding-block: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .europe-c-btn2.--big {
    min-width: 100%;
    font-size: 1.125rem;
    padding-block: 0.6875rem;
  }
}

@media (any-hover: hover) {
  .europe-c-btn2.--big:hover {
    opacity: 1;
    padding: 1rem 1.5625rem;
    min-width: 21.5rem;
  }
}

.europe-c-btn2.--page {
  min-width: 14.375rem;
  font-size: 1.5rem;
  padding: 0.6875rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-btn2.--page {
    min-width: 14.375rem;
    font-size: 1.125rem;
    width: initial;
  }
}

@media (any-hover: hover) {
  .europe-c-btn2.--page:hover {
    opacity: 1;
    padding: 1rem 1.875rem;
    min-width: 15.125rem;
  }
}

.europe-c-card1 .c-card1__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__head {
    gap: 1rem;
  }
}

.europe-c-card1 .c-card1__num {
  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;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FEEF01;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__num {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.europe-c-card1 .c-card1__num:before {
  content: counter(use);
  counter-increment: use;
  color: #1CBFE6;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__num:before {
    font-size: 1.5rem;
  }
}

.europe-c-card1 .c-card1__title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.33px;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__title {
    font-size: 1.25rem;
  }
}

.europe-c-card1 .c-card1__img {
  width: 10.625rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__img {
    width: 7.6875rem;
    margin-top: 1.5rem;
  }
}

.europe-c-card1 .c-card1__img img {
  -webkit-filter: drop-shadow(0px 7.306px 19.815px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 7.306px 19.815px rgba(0, 0, 0, 0.12));
  position: relative;
  z-index: 2;
}

.europe-c-card1 .c-card1__img::before {
  content: "";
  background: url(../img/top/use_bg1.webp) no-repeat center center/contain;
  width: 7.125rem;
  height: 7.125rem;
  position: absolute;
  top: 4.5rem;
  left: -3.75rem;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__img::before {
    top: 3.25rem;
    left: -2.6875rem;
    width: 5rem;
    height: 5rem;
  }
}

.europe-c-card1 .c-card1__img::after {
  content: "";
  background: url(../img/top/use_bg2.webp) no-repeat center center/contain;
  width: 5.875rem;
  height: 5.875rem;
  position: absolute;
  bottom: 2.8125rem;
  right: -3.1875rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-card1 .c-card1__img::after {
    bottom: 2rem;
    right: -2.3125rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}

.europe-c-faq {
  display: grid;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .europe-c-faq {
    gap: 0.5rem;
  }
}

.europe-c-faq .c-faq__item {
  border: 0.09375rem solid #1CBFE6;
  border-radius: 1.5rem;
  overflow: clip;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__item {
    border-radius: 0.75rem;
  }
}

.europe-c-faq .c-faq__item a {
  text-decoration: underline;
  color: #082D6D;
}

.europe-c-faq .c-faq__listBtn {
  width: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__listBtn {
    padding: 1rem;
  }
}

@media (any-hover: hover) {
  .europe-c-faq .c-faq__listBtn:hover {
    opacity: 1;
  }
  .europe-c-faq .c-faq__listBtn:hover .c-faq__listTitleText {
    color: #19CFE3;
  }
}

.europe-c-faq .c-faq__listBtn::before {
  content: "Q";
  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;
  width: 3rem;
  height: 3rem;
  border-radius: 100vmax;
  color: #1CBFE6;
  background-color: #FEEF01;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__listBtn::before {
    margin-right: 0.75rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}

.europe-c-faq .c-faq__listTitle {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
  display: block;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 3.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__listTitle {
    font-size: 1.125rem;
    margin-right: 0.75rem;
  }
}

.europe-c-faq .c-faq__listTitleText {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.europe-c-faq .c-faq__listIcon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100vmax;
  background-color: #1CBFE6;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__listIcon {
    width: 1rem;
    height: 1rem;
  }
}

.europe-c-faq .c-faq__listIcon::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  background-color: #fff;
  translate: 0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.europe-c-faq .c-faq__listIcon::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  background-color: #fff;
  rotate: 90deg;
  translate: -0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.europe-c-faq .c-faq__listBtn.open .c-faq__listIcon::before {
  opacity: 0;
  rotate: 90deg;
}

.europe-c-faq .c-faq__answer {
  display: none;
  padding-inline: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__answer {
    padding-inline: 1rem;
  }
}

.europe-c-faq .c-faq__listText {
  padding-block: 1.5rem;
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  border-top: 0.0625rem solid #ccc;
  padding-left: 4.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__listText {
    padding-block: 1rem;
    font-size: 1rem;
    padding-left: 2.75rem;
  }
}

.europe-c-faq .c-faq__listText::before {
  content: "A";
  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;
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100vmax;
  color: #fff;
  background-color: #1CBFE6;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-faq .c-faq__listText::before {
    margin-right: 0.75rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
    top: 1rem;
  }
}

.europe-c-faq.--wysiwyg .c-faq__listBtn::before {
  display: none;
}

.europe-c-faq.--wysiwyg .c-faq__listText::before {
  display: none;
}

.europe-c-faq.--wysiwyg .c-faq__listText {
  padding-left: 0;
}

.europe-c-footer {
  padding-top: 6.25rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer {
    padding-top: 3.75rem;
    padding-bottom: 2rem;
  }
}

.europe-c-footer .c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__wrap {
    display: block;
  }
}

.europe-c-footer .c-footer__logoLink {
  display: block;
  width: 11.25rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__logoLink {
    width: 7.5rem;
  }
}

.europe-c-footer .c-footer__logoLink img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.europe-c-footer .c-footer__logoText {
  margin-top: 1rem;
  color: #999;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__logoText {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}

.europe-c-footer .c-footer__btn {
  min-height: 4.625rem;
  padding-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__btn {
    padding-right: 0;
    width: 100%;
    margin-top: 2rem;
    min-height: initial;
  }
}

.europe-c-footer .c-footer__nav {
  text-align: right;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__nav {
    text-align: left;
  }
}

.europe-c-footer .c-footer__navList + .c-footer__navList {
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__navList + .c-footer__navList {
    margin-top: 1rem;
  }
}

.europe-c-footer .c-footer__navLink {
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
  color: #1CBFE6;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__navLink {
    font-size: 1.125rem;
  }
}

.europe-c-footer .c-footer__bottom {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__bottom {
    display: block;
    margin-top: 2.5rem;
    padding-bottom: 2.5625rem;
  }
}

.europe-c-footer .c-footer__bottomNav {
  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: 1.25rem;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__bottomNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.europe-c-footer .c-footer__bottomLink {
  font-size: 1.125rem;
  color: #1CBFE6;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
  display: block;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__bottomLink {
    font-size: 0.75rem;
  }
}

.europe-c-footer .c-footer__copy {
  color: #999;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__copy {
    font-size: 0.875rem;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .europe-c-footer .c-footer__lang {
    margin-top: 1.5rem;
  }
}

.europe-c-form {
  /* エラー文があるときに input の border を赤くする */
  /* ========================================================
  # ラベル+入力欄
  ======================================================== */
  /* ========================================================
  # ラベル
  ======================================================== */
  /* ========================================================
  # 任意マーク
  ======================================================== */
  /* ========================================================
  # 必須マーク
  ======================================================== */
  /* ========================================================
  # 入力欄の共通スタイル
  ======================================================== */
  /* ========================================================
  # セレクトボックス
  ======================================================== */
  /* ========================================================
  # ラジオボタン
  ======================================================== */
  /* ========================================================
  # チェックボックス
  ======================================================== */
  /* ========================================================
  # ファイル選択
  ======================================================== */
  /* ========================================================
  # プライバシーポリシー同意
  ======================================================== */
  /* ========================================================
  # 送信ボタン
  ======================================================== */
}

.europe-c-form .leadgrid-form__ctrlWrap:has(.leadgrid-form__error:not(:empty)) .leadgrid-form__input {
  border: 2px solid #d35645;
}

.europe-c-form .leadgrid-form__ctrlWrap:has(.leadgrid-form__error:not(:empty)) .leadgrid-form__file label {
  border: 2px solid #d35645;
}

.europe-c-form .leadgrid-form__ctrlWrap:has(.leadgrid-form__error:not(:empty)) .leadgrid-form__textarea {
  border: 2px solid #d35645;
}

.europe-c-form .leadgrid-form__row {
  margin-top: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__row {
    margin-top: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.europe-c-form .leadgrid-form__label {
  width: 22.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__label {
    width: 100%;
  }
}

.europe-c-form .leadgrid-form__label {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1rem;
  padding-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__label {
    font-size: 1.125rem;
  }
}

.europe-c-form .leadgrid-form__label::before {
  border: none;
  font-size: 1rem;
  font-weight: 600;
  height: initial;
  border-radius: 1.875rem;
  background-color: #999;
  color: #fff;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  margin-right: 0.625rem;
  margin-top: 0.0625rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__label::before {
    font-size: 0.75rem;
  }
}

.europe-c-form .leadgrid-form__label.-required::before {
  color: #fff;
  font-weight: bold;
  background-color: #1CBFE6;
}

.europe-c-form .leadgrid-form__ctrlWrap {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__ctrlWrap {
    width: 100%;
  }
}

.europe-c-form .leadgrid-form__input,
.europe-c-form .leadgrid-form__textarea,
.europe-c-form .leadgrid-form__select > select {
  background-color: #fff;
  font-size: 1.25rem;
  border-radius: 0.75rem;
  border: 2px solid #1CBFE6;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__input,
  .europe-c-form .leadgrid-form__textarea,
  .europe-c-form .leadgrid-form__select > select {
    font-size: 1.125rem;
    border-radius: 0.5rem;
  }
}

.europe-c-form .leadgrid-form__input,
.europe-c-form .leadgrid-form__select > select {
  height: 4rem;
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__input,
  .europe-c-form .leadgrid-form__select > select {
    height: 3rem;
  }
}

.europe-c-form .leadgrid-form__textarea {
  padding: 1rem;
  min-height: 20rem;
  border-radius: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__textarea {
    border-radius: 0.5rem;
  }
}

.europe-c-form .leadgrid-form__select::before {
  display: none;
}

.europe-c-form .leadgrid-form__select::after {
  border: none;
  background: url(../img/common/select.svg) no-repeat center center/contain;
  width: 0.625rem;
  height: 0.8125rem;
  right: 1.5rem;
  -webkit-transform: none;
  transform: none;
}

.europe-c-form .leadgrid-form__radio label input {
  width: 0;
  margin: 0;
}

.europe-c-form .leadgrid-form__radio label span {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__radio label span {
    font-size: 1.125rem;
  }
}

.europe-c-form .leadgrid-form__radio label span::before {
  border-color: #1CBFE6;
  border-width: 0.125rem;
  background-color: #fff;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
}

.europe-c-form .leadgrid-form__radio label input[type="radio"]:checked + span::before {
  background-color: #1CBFE6;
  border-color: #1CBFE6;
}

.europe-c-form .leadgrid-form__radio label input[type="radio"]:checked + span::after {
  background-color: #fff;
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.europe-c-form .leadgrid-form__checkbox input {
  width: 0;
  margin: 0;
}

.europe-c-form .leadgrid-form__checkbox label span {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__checkbox label span {
    font-size: 1.125rem;
  }
}

.europe-c-form .leadgrid-form__checkbox label span::before {
  border-color: #1CBFE6;
  background-color: #fff;
  border-width: 0.125rem;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  border-radius: 0.25rem;
}

.europe-c-form .leadgrid-form__checkbox label input[type="checkbox"]:checked + span::before {
  background-color: #1CBFE6;
}

.europe-c-form .leadgrid-form__checkbox label input[type="checkbox"]:checked + span::after {
  border-radius: 0;
  width: 0.5rem;
  height: 0.875rem;
  border-bottom: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  left: 0.5625rem;
  -webkit-transform: translateY(-55%) rotate(45deg);
  transform: translateY(-55%) rotate(45deg);
  margin-top: -0.125rem;
}

.europe-c-form .leadgrid-form__file label {
  border-radius: 0.75rem;
  border: 2px solid #1CBFE6;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(28, 191, 230, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(28, 191, 230, 0.5);
  background-color: #fff;
  color: #1CBFE6;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  padding: 1.25rem 1.5rem;
  height: initial;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__file label {
    font-size: 1.125rem;
  }
}

.europe-c-form .leadgrid-form__file label img {
  display: none;
}

.europe-c-form .leadgrid-form__file label::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/file.svg) no-repeat center center/contain;
}

.europe-c-form .leadgrid-form__agree {
  text-align: left;
}

.europe-c-form .c-form__agreeText_not_scroll {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 100%;
  /* 20px */
}

@media screen and (max-width: 767px) {
  .europe-c-form .c-form__agreeText_not_scroll {
    font-size: 1.125rem;
    line-height: 140%;
  }
}

.europe-c-form .c-form__agreeText_not_scroll a {
  color: #1CBFE6;
  text-decoration: underline;
}

.europe-c-form .c-form__agreeText_not_scroll a strong {
  font-weight: 500 !important;
}

.europe-c-form .c-form__checkbox {
  margin-top: 1.5rem;
}

.europe-c-form .c-form__checkbox label input {
  display: none;
}

.europe-c-form .c-form__checkbox label span {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 100%;
  padding-left: 2.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-c-form .c-form__checkbox label span {
    font-size: 1.125rem;
  }
}

.europe-c-form .c-form__checkbox label span::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border: 1px solid #1CBFE6;
  border-radius: 0.25rem;
  position: absolute;
  margin-right: 0;
  left: 0;
  border-radius: 0.3125rem;
  background-color: #fff;
}

.europe-c-form .c-form__checkbox label input[type="checkbox"]:checked + span::before {
  border-color: #1CBFE6;
  background-color: #1CBFE6;
}

.europe-c-form .c-form__checkbox label input[type="checkbox"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.4375rem;
  height: 0.75rem;
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  min-width: 0.4375rem;
  margin-top: 0.25rem;
  left: 0.5625rem;
  border-radius: 0;
  rotate: 45deg;
}

.europe-c-form .leadgrid-form__agree .privacy {
  color: #999;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin-top: 1.875rem;
  max-width: 50rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .europe-c-form .leadgrid-form__agree .privacy {
    margin-top: 0.1875rem;
    font-size: 0.875rem;
  }
}

.europe-c-form .leadgrid-form__agree .privacy a strong {
  font-weight: 500;
}

.europe-c-form .c-form__action {
  margin-top: 2rem;
  max-width: 50rem;
  margin-left: auto;
}

.europe-c-form .c-form__action .leadgrid-c-button {
  background-color: #1CBFE6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  border-radius: 0.75rem;
  padding: 0.6875rem 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .europe-c-form .c-form__action .leadgrid-c-button {
    border-radius: 0.5rem;
  }
}

.europe-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .europe-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle {
    font-size: 1.125rem;
  }
}

.europe-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon_arrow.webp) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .europe-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle::after {
    width: 2rem;
    height: 2rem;
  }
}

.europe-c-form .c-form__action .leadgrid-c-button .icon-circle-arrow {
  display: contents;
}

.europe-c-lang {
  position: relative;
  display: inline-block;
}

.europe-c-lang .lang-switch__current {
  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;
  border-radius: 0.5rem;
  border: 1px solid #1CBFE6;
  color: #1CBFE6;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  padding: 0.75rem 1.4375rem;
  background-color: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .europe-c-lang .lang-switch__current {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}

.europe-c-lang .lang-switch__current:hover {
  opacity: 1;
}

.europe-c-lang .lang-switch__current::after {
  content: "";
  -webkit-mask: url(../img/common/lang_arrow.webp) no-repeat center center/contain;
  mask: url(../img/common/lang_arrow.webp) no-repeat center center/contain;
  background-color: #1CBFE6;
  width: 0.5625rem;
  height: 0.8125rem;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.europe-c-lang.is-open .lang-switch__current::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.europe-c-lang .lang-switch__list {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 7.5rem;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.25rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  pointer-events: none;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  border-radius: 0.5rem;
  border: 1px solid #1CBFE6;
  background: #fff;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
  box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
}

@media screen and (max-width: 767px) {
  .europe-c-lang .lang-switch__list {
    width: 5.75rem;
  }
}

.europe-c-lang.is-open .lang-switch__list {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.europe-c-lang .lang-switch__list a {
  display: block;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #1CBFE6;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .europe-c-lang .lang-switch__list a {
    font-size: 0.875rem;
    padding: 0.5rem;
    text-align: left;
  }
}

.europe-c-lang .lang-switch__list a:hover {
  background: #e8f8fc;
  opacity: 1;
}

.europe-c-lang.--header .lang-switch__current {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.europe-c-lang.--header .lang-switch__current::after {
  background-color: #fff;
}

.europe-c-title1 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #1CBFE6;
  text-align: center;
  padding-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-c-title1 {
    font-size: 1.625rem;
    line-height: 140%;
    padding-bottom: 0.625rem;
  }
}

.europe-c-title1::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 0.375rem;
  background-color: #FEEF01;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.1875rem;
}

@media screen and (max-width: 767px) {
  .europe-c-title1::after {
    width: 2rem;
    height: 0.25rem;
  }
}

.europe-c-title1 .--sm {
  font-weight: 400;
}

.europe-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}

.europe-c-wysiwyg > *:first-child {
  margin-top: 0;
}

.europe-c-wysiwyg h2 {
  color: #1CBFE6;
  font-size: 1.5rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg h2 {
    font-size: 1.25rem;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.europe-c-wysiwyg h2::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #FEEF01;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg h2::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.europe-c-wysiwyg h3 {
  margin-top: 2rem;
}

.europe-c-wysiwyg p {
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  /* 30px */
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.europe-c-wysiwyg p a {
  text-decoration: underline;
  color: #1CBFE6;
}

.europe-c-wysiwyg ul,
.europe-c-wysiwyg ol {
  margin-top: 2.5rem;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg ul,
  .europe-c-wysiwyg ol {
    margin-top: 1rem;
  }
}

.europe-c-wysiwyg ul li,
.europe-c-wysiwyg ol li {
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  /* 30px */
  position: relative;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg ul li,
  .europe-c-wysiwyg ol li {
    font-size: 1rem;
  }
}

.europe-c-wysiwyg ol {
  counter-reset: n;
}

.europe-c-wysiwyg ol li {
  padding-left: 2.125rem;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg ol li {
    padding-left: 1.75rem;
  }
}

.europe-c-wysiwyg ol li:before {
  content: counter(n, decimal-leading-zero);
  counter-increment: n;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  color: #1CBFE6;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg ol li:before {
    font-size: 0.875rem;
  }
}

.europe-c-wysiwyg ol li ol {
  margin-top: 0;
}

.europe-c-wysiwyg ol li ul {
  margin-top: 0;
}

.europe-c-wysiwyg ul li {
  padding-left: 0.8125rem;
}

.europe-c-wysiwyg ul li::before {
  content: "";
  display: block;
  width: 0.375rem;
  aspect-ratio: 1;
  background-color: rgba(28, 191, 230, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0.8125rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .europe-c-wysiwyg ul li::before {
    top: 0.5rem;
  }
}

.europe-c-wysiwyg ul li ul {
  margin-top: 0;
}

.europe-c-wysiwyg ul li a {
  color: #082D6D;
  text-decoration: underline;
}

.europe-c-wysiwyg a {
  word-wrap: break-word;
}

.europe-c-wysiwyg strong {
  font-weight: 700;
}

.europe-l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100rem + 1.5625rem * 2);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .europe-l-inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.europe-l-inner.--md {
  max-width: calc(60rem + 1.5625rem * 2);
}

.kakuta-c-form {
  /* ========================================================
  # ラベル+入力欄
  ======================================================== */
  /* ========================================================
  # ラベル
  ======================================================== */
  /* ========================================================
  # 任意マーク
  ======================================================== */
  /* ========================================================
  # 必須マーク
  ======================================================== */
  /* ========================================================
  # 入力欄の共通スタイル
  ======================================================== */
  /* ========================================================
  # セレクトボックス
  ======================================================== */
  /* ========================================================
  # ラジオボタン
  ======================================================== */
  /* ========================================================
  # チェックボックス
  ======================================================== */
  /* ========================================================
  # ファイル選択
  ======================================================== */
  /* ========================================================
  # プライバシーポリシー同意
  ======================================================== */
  /* ========================================================
  # 送信ボタン
  ======================================================== */
}

.kakuta-c-form .leadgrid-form__row {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__row {
    margin-top: 1.5rem;
  }
}

.kakuta-c-form .leadgrid-form__label {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__label {
    font-size: 0.9375rem;
  }
}

.kakuta-c-form .leadgrid-form__label::before {
  border: none;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  height: initial;
  border-radius: 0;
  border: 0.0625rem solid #082D6D;
  border-radius: 0.25rem;
  color: #082D6D;
  background-color: transparent;
  padding: 0.1875rem 0.4375rem 0.25rem;
  display: inline-block;
  margin-right: 0.625rem;
  margin-top: 0.0625rem;
}

.kakuta-c-form .leadgrid-form__label.-required::before {
  color: #fff;
  font-weight: bold;
  background-color: #082D6D;
}

.kakuta-c-form .leadgrid-form__input,
.kakuta-c-form .leadgrid-form__textarea,
.kakuta-c-form .leadgrid-form__select > select {
  background-color: #f5f5f5;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  border: none;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__input,
  .kakuta-c-form .leadgrid-form__textarea,
  .kakuta-c-form .leadgrid-form__select > select {
    font-size: 0.8125rem;
  }
}

.kakuta-c-form .leadgrid-form__input,
.kakuta-c-form .leadgrid-form__select > select {
  height: 3.125rem;
  padding: 0 1rem;
}

.kakuta-c-form .leadgrid-form__textarea {
  padding: 1rem;
  min-height: 15rem;
  border-radius: 0.25rem;
}

.kakuta-c-form .leadgrid-form__radio label input {
  width: 0;
  margin: 0;
}

.kakuta-c-form .leadgrid-form__radio label span {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__radio label span {
    font-size: 0.875rem;
  }
}

.kakuta-c-form .leadgrid-form__radio label span::before {
  border-color: #DDDDDD;
  border-width: 0.0625rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__radio label span::before {
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
  }
}

.kakuta-c-form .leadgrid-form__radio label input[type="radio"]:checked + span {
  font-weight: bold;
  color: #082D6D;
}

.kakuta-c-form .leadgrid-form__radio label input[type="radio"]:checked + span::before {
  background-color: #082D6D;
  border-color: #082D6D;
}

.kakuta-c-form .leadgrid-form__radio label input[type="radio"]:checked + span::after {
  background-color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  left: 0.4375rem;
  margin-top: -0.25rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__radio label input[type="radio"]:checked + span::after {
    left: 0.375rem;
  }
}

.kakuta-c-form .leadgrid-form__checkbox input {
  width: 0;
  margin: 0;
}

.kakuta-c-form .leadgrid-form__checkbox label span {
  font-size: 1rem;
  font-weight: 400;
}

.kakuta-c-form .leadgrid-form__checkbox label span::before {
  border-color: #DDDDDD;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__checkbox label span::before {
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
  }
}

.kakuta-c-form .leadgrid-form__checkbox label input[type="checkbox"]:checked + span::after {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__checkbox label input[type="checkbox"]:checked + span::after {
    width: 0.375rem;
    height: 0.625rem;
    margin-top: -0.4375rem;
    left: 0.375rem;
    border-color: #082D6D;
    border-width: 0.125rem;
  }
}

.kakuta-c-form .leadgrid-form__agree {
  text-align: center;
}

.kakuta-c-form .c-form__agreeText_not_scroll {
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.kakuta-c-form .c-form__agreeText_not_scroll a {
  color: #082D6D;
}

.kakuta-c-form .c-form__agreeText_not_scroll a strong {
  font-weight: 500 !important;
}

.kakuta-c-form .c-form__checkbox {
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .c-form__checkbox {
    text-align: center;
  }
}

.kakuta-c-form .c-form__checkbox label input {
  display: none;
}

.kakuta-c-form .c-form__checkbox label span {
  font-size: 0.9375rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
  padding-left: 2.25rem;
  position: relative;
  font-weight: 400;
}

.kakuta-c-form .c-form__checkbox label span::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.25rem;
  position: absolute;
  margin-top: 0.125rem;
  margin-right: 0;
  left: 0;
  border-radius: 0.3125rem;
  background-color: #fff;
}

.kakuta-c-form .c-form__checkbox label input[type="checkbox"]:checked + span::before {
  border-color: #082D6D;
}

.kakuta-c-form .c-form__checkbox label input[type="checkbox"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.4375rem;
  height: 0.75rem;
  border-bottom: 0.125rem solid #082D6D;
  border-right: 0.125rem solid #082D6D;
  min-width: 0.4375rem;
  margin-top: 0.375rem;
  left: 0.5625rem;
  border-radius: 0;
  rotate: 45deg;
}

.kakuta-c-form .leadgrid-form__agree .privacy {
  color: #999;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .leadgrid-form__agree .privacy {
    margin-top: 0.1875rem;
  }
}

.kakuta-c-form .leadgrid-form__agree .privacy a {
  color: #082D6D;
  text-decoration: underline;
}

.kakuta-c-form .leadgrid-form__agree .privacy a strong {
  font-weight: 500;
}

.kakuta-c-form .c-form__action {
  text-align: center;
  margin-top: 3.5rem;
}

.kakuta-c-form .c-form__action .leadgrid-c-button {
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.25rem;
  background-color: #575756;
  border-radius: 100vmax;
  color: #fff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
  min-width: 25rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .c-form__action .leadgrid-c-button {
    min-width: 17.125rem;
    padding: 0.75rem 1.25rem;
  }
}

.kakuta-c-form .c-form__action .leadgrid-c-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #19CFE3;
  border-radius: 100vmax;
  scale: 0 1;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.kakuta-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .kakuta-c-form .c-form__action .leadgrid-c-button .c-button__jaTitle {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-left: 1.875rem;
  }
}

.kakuta-c-form .c-form__action .leadgrid-c-button .icon-circle-arrow {
  display: contents;
}

.kakuta-c-form .c-form__action .leadgrid-c-button .path1,
.kakuta-c-form .c-form__action .leadgrid-c-button .path2 {
  --icon-size: 1.25rem;
  --icon-margin: 1rem;
  width: var(--icon-size);
  height: auto;
  border-radius: 50%;
  background-color: #575756;
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
  display: block;
  margin-left: var(--icon-margin);
  clip-path: inset(-10% -10% -10% 0%);
  -webkit-transition: width 0.3s, margin 0.3s, clip-path 0.3s, background-color 0.3s;
  transition: width 0.3s, margin 0.3s, clip-path 0.3s, background-color 0.3s;
}

.kakuta-c-form .c-form__action .leadgrid-c-button .path1::before,
.kakuta-c-form .c-form__action .leadgrid-c-button .path2::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: background-color 0.3s, clip-path 0.3s;
  transition: background-color 0.3s, clip-path 0.3s;
  clip-path: inset(0 0% 0 0%);
  will-change: width, margin;
}

.kakuta-c-form .c-form__action .leadgrid-c-button .path2 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 0;
  margin: 0;
}

@media (any-hover: hover) {
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover {
    opacity: 1;
    background-color: #19CFE3;
  }
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover::after {
    scale: 1 1;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path1,
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path2 {
    background-color: #fff;
  }
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path1::before,
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path2::before {
    background-color: #19CFE3;
  }
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path2 {
    width: var(--icon-size);
    margin-right: var(--icon-margin);
  }
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path1 {
    width: 0;
    margin: 0;
  }
  .kakuta-c-form .c-form__action .leadgrid-c-button:hover .path1::before {
    clip-path: inset(0 0% 0 100%);
  }
}

.ccc-lp-s-challenge {
  padding-bottom: 6.5625rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-challenge {
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-challenge .s-challenge__inner {
    padding-inline: 3.5rem;
  }
}

.ccc-lp-s-challenge .s-challenge__head {
  background-color: #001aff;
  color: #fff;
  font-family: "Staatliches", sans-serif;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 400;
  padding-block: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-challenge .s-challenge__head {
    font-size: 2.875rem;
  }
}

.ccc-lp-s-challenge .s-challenge__img {
  margin-top: 4.875rem;
  max-width: 70%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-challenge .s-challenge__img {
    margin-top: 3.375rem;
    max-width: 100%;
  }
}

.ccc-lp-s-challenge .s-challenge__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-s-challenge .s-challenge__btn {
  margin-top: 4.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-challenge .s-challenge__btn {
    margin-top: 3.375rem;
  }
}

.ccc-lp-s-club .s-club__title {
  border: 0.1875rem solid #000;
  padding-block: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ccc-lp-s-club .s-club__title img {
  height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-s-club .s-club__title .--text {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
}

.ccc-lp-s-club .s-club__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00cdd7;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-club .s-club__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ccc-lp-s-club .s-club__img {
  width: 100%;
}

.ccc-lp-s-club .s-club__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 960/1025;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-club .s-club__img img {
    aspect-ratio: 750/800;
  }
}

.ccc-lp-s-club .s-club__body {
  height: 100%;
  padding-top: 7.0625rem;
  padding-inline: 3.4375rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-club .s-club__body {
    padding-top: 3.875rem;
    padding-inline: 3.3125rem;
  }
}

.ccc-lp-s-club .s-club__bodyText {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 160%;
}

.ccc-lp-s-club .--sm {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-top: 2.9375rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-club .--sm {
    margin-top: 1rem;
  }
}

.ccc-lp-s-colection {
  padding-block: 7.5rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection {
    padding-block: 5rem;
  }
}

.ccc-lp-s-colection .s-colection__wrap {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 73.125rem;
  margin-inline: auto;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 4rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 35.1875rem;
  }
}

.ccc-lp-s-colection .s-colection__item {
  width: calc(50% - 2rem * 1 / 2);
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__item {
    width: 100%;
  }
}

.ccc-lp-s-colection .s-colection__link {
  display: block;
  width: 100%;
}

.ccc-lp-s-colection .s-colection__img {
  width: 100%;
}

.ccc-lp-s-colection .s-colection__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 563/294;
}

.ccc-lp-s-colection .s-colection__text {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 2rem;
}

.ccc-lp-s-colection .s-colection__lead {
  margin-top: 7.5rem;
}

.ccc-lp-s-colection .s-colection__box {
  margin-top: 6.25rem;
  max-width: 73.125rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__box {
    max-width: 40rem;
  }
}

.ccc-lp-s-colection .s-colection__boxItem {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxItem {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ccc-lp-s-colection .s-colection__boxItem + .s-colection__boxItem {
  margin-top: 5rem;
}

.ccc-lp-s-colection .s-colection__boxItem:nth-child(even) {
  grid-template-columns: 1fr 25rem;
  grid-template-areas: "body img";
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxItem:nth-child(even) {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: none;
  }
}

.ccc-lp-s-colection .s-colection__boxItem:nth-child(even) .s-colection__boxImg {
  grid-area: img;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxItem:nth-child(even) .s-colection__boxImg {
    grid-area: initial;
  }
}

.ccc-lp-s-colection .s-colection__boxItem:nth-child(even) .s-colection__boxBody {
  grid-area: body;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxItem:nth-child(even) .s-colection__boxBody {
    grid-area: initial;
  }
}

.ccc-lp-s-colection .s-colection__boxImg {
  width: 100%;
}

.ccc-lp-s-colection .s-colection__boxImg img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 400/320;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxImg img {
    width: 80%;
    margin-inline: auto;
  }
}

.ccc-lp-s-colection .s-colection__boxTitle {
  font-size: 2.25rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxTitle {
    text-align: center;
  }
}

.ccc-lp-s-colection .s-colection__boxText {
  font-size: 1rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-colection .s-colection__boxText {
    text-align: center;
  }
}

/* ===== ギャラリー ===== */
.ccc-lp-s-modal {
  padding-bottom: 2.5625rem;
}

.ccc-lp-s-modal .s-modal__title {
  background-color: #00ffcf;
  text-align: center;
  padding-block: 1.8125rem;
  font-size: 2.25rem;
  font-weight: 700;
}

.ccc-lp-s-mv {
  background-color: #01cdd8;
  padding-block: 1.875rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-mv {
    padding-bottom: 4.25rem;
  }
}

.ccc-lp-s-mv .s-mv__wrap {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 60% 1fr;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-mv .s-mv__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.ccc-lp-s-mv .s-mv__img {
  width: 100%;
}

.ccc-lp-s-mv .s-mv__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-s-mv .s-mv__body {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}

.ccc-lp-s-season .s-season__title {
  background-color: #bbfcff;
  padding-block: 1.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-season .s-season__title {
    font-size: 2.0625rem;
  }
}

.ccc-lp-s-season .s-season__wrap {
  padding-top: 4.75rem;
  padding-bottom: 5.75rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-season .s-season__wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.ccc-lp-s-season .s-season__img {
  max-width: 81%;
  margin-inline: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-season .s-season__img {
    max-width: 90%;
  }
}

.ccc-lp-s-season .s-season__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccc-lp-s-story .s-story__title {
  background-color: #ffe500;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding-block: 1.8125rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-story .s-story__title {
    font-size: 2.0625rem;
  }
}

.ccc-lp-s-story .s-story__body {
  background-color: #000;
  padding-top: 5.5rem;
  padding-bottom: 4.0625rem;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-story .s-story__body {
    padding-top: 3.4375rem;
    padding-bottom: 3.3125rem;
  }
}

.ccc-lp-s-story .s-story__text {
  color: #00cdd7;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 160%;
}

.ccc-lp-s-story .s-story__lead {
  color: #8C8C8C;
  margin-top: 5.4375rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ccc-lp-s-story .s-story__lead {
    margin-top: 4.125rem;
    font-size: 1rem;
  }
}

.europe-s-app {
  background-color: #1CBFE6;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .europe-s-app {
    padding-bottom: 3rem;
  }
}

.europe-s-app .s-app_bg {
  width: 100%;
  height: 100%;
}

.europe-s-app .s-app_bgImg1 {
  width: 23.0625rem;
  height: 11rem;
  background: url(../img/common/bg2.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app_bgImg1 {
    background: url(../img/common/bg4.svg) no-repeat center center/contain;
    width: 6.25rem;
    height: 6.25rem;
    top: initial;
    bottom: 0;
    left: initial;
    right: 4.25rem;
  }
}

.europe-s-app .s-app_bgImg2 {
  width: 35.125rem;
  height: 11rem;
  background: url(../img/common/bg3.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app_bgImg2 {
    width: 6.25rem;
    height: 6.25rem;
    top: 3.1875rem;
    left: 2.1875rem;
    bottom: initial;
    right: initial;
    background: url(../img/common/bg-white.svg) no-repeat center center/contain;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__inner {
    padding-inline: 1rem;
  }
}

.europe-s-app .s-app__wrap {
  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;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__wrap {
    display: block;
  }
}

.europe-s-app .s-app__wrap::after {
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../img/common/bg-white.svg) no-repeat center center/contain;
  position: absolute;
  top: -0.9375rem;
  right: 8.375rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__wrap::after {
    background: url(../img/common/bg5.svg) no-repeat center center/contain;
    width: 13.125rem;
    height: 13.125rem;
    top: 11.875rem;
    right: 0;
  }
}

.europe-s-app .s-app__wrap::before {
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../img/common/bg-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-130%, -50%);
  transform: translate(-130%, -50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__wrap::before {
    display: none;
  }
}

.europe-s-app .s-app__img {
  width: 62.25rem;
  height: 51.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -10rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}

.europe-s-app .s-app__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: -8.125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__img img {
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.europe-s-app .s-app__body {
  padding-inline: 1.5625rem;
  padding-block: 3.125rem;
  padding-left: 3.125rem;
  margin-left: -7.5rem;
  width: 37.5rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__body {
    margin-left: 0;
    padding-inline: 0.5rem;
    padding-block: 0;
    margin-top: 1.375rem;
    width: 100%;
  }
}

.europe-s-app .s-app__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__title {
    font-size: 0.75rem;
    text-align: center;
  }
}

.europe-s-app .s-app__head {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__head {
    font-size: 1.625rem;
    gap: 1rem;
    margin-top: 0.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .europe-s-app .s-app__head::before {
    content: '';
    position: absolute;
    background: url(../img/common/bg6.svg) no-repeat center center/contain;
    height: 6.25rem;
    width: 13.0625rem;
    left: -0.625rem;
    top: 0.625rem;
    z-index: 0;
  }
}

.europe-s-app .s-app__icon {
  width: 6.875rem;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__icon {
    width: 5rem;
    position: relative;
    z-index: 2;
  }
}

.europe-s-app .s-app__icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__iconText {
    position: relative;
    z-index: 2;
  }
}

.europe-s-app .s-app__text {
  margin-top: 3.375rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__text {
    margin-top: 1rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.europe-s-app .s-app__links {
  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.9375rem;
  margin-top: 1.625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.europe-s-app .s-app__link {
  display: block;
  height: 3.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-app .s-app__link {
    height: 2.9375rem;
  }
}

.europe-s-app .s-app__link img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.charge-box {
  position: fixed;
  right: 2.0625rem;
  bottom: 1.75rem;
  z-index: 100;
  max-width: 15.3125rem;
  background-color: #fff;
  padding: 2.5rem 1.25rem 1.25rem;
  border-radius: 1.5rem;
  border: 1.5px solid #1cbfe6;
  /* dropshadow */
  -webkit-box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
  box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
  /* 見た目の装飾はご自由に */
}

@media screen and (max-width: 767px) {
  .charge-box {
    max-width: calc(100% - 4rem);
    width: 100%;
    padding: 1.25rem;
  }
}

.charge-box.is-visible {
  display: block;
}

.charge-box.is-closed {
  display: none;
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.charge-box .s-banner__img {
  width: 12.5rem;
  margin-inline: auto;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__img {
    width: 7.0625rem;
    margin-top: 0;
  }
}

.charge-box .s-banner__img img {
  aspect-ratio: 200/120;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__img img {
    aspect-ratio: 113/68;
  }
}

.charge-box .s-banner__text {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__text {
    margin-top: 0;
    font-size: 0.9375rem;
    text-align: left;
  }
}

.charge-box .s-banner__btn {
  margin-top: 1.25rem;
  text-align: center;
  min-height: 3.25rem;
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__btn {
    margin-top: 0.5rem;
    min-height: initial;
    text-align: left;
  }
}

.charge-box .s-banner__btn .europe-c-btn2.--blue {
  min-width: 12.6875rem;
  max-width: 12.6875rem;
}

@media screen and (max-width: 767px) {
  .charge-box .s-banner__btn .europe-c-btn2.--blue {
    min-width: 8rem;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    max-width: 8rem;
    gap: 0.25rem;
  }
  .charge-box .s-banner__btn .europe-c-btn2.--blue::after {
    width: 1rem;
    height: 1rem;
  }
}

.charge-box .charge-box__close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: url(../img/common/banner_close.webp) no-repeat center center/contain;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .charge-box .charge-box__close {
    top: -0.125rem;
    right: -0.125rem;
  }
}

/* 初期は非表示にしておく */
.charge-box {
  display: none;
}

.europe-s-btn {
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-btn {
    padding-bottom: 3.75rem;
  }
}

.europe-s-btn .s-btn__wrap {
  text-align: center;
  min-height: 4.375rem;
}

.europe-s-compatibility .s-compatibility__inner {
  position: relative;
  padding-top: 5.625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__inner {
    padding-top: 3.75rem;
  }
}

.europe-s-compatibility .s-compatibility__inner::before {
  content: "";
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  position: absolute;
  top: 1.25rem;
  right: 6.125rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__inner::before {
    display: none;
  }
}

.europe-s-compatibility .s-compatibility__inner::after {
  content: "";
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  position: absolute;
  top: 1.25rem;
  right: 18.1875rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__inner::after {
    display: none;
  }
}

.europe-s-compatibility .s-compatibility__wrapper {
  position: relative;
}

.europe-s-compatibility .s-compatibility__wrapper::before {
  content: "";
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  position: absolute;
  top: -4.5625rem;
  left: 7.8125rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__wrapper::before {
    display: none;
  }
}

.europe-s-compatibility .s-compatibility__wrap {
  margin-top: 3.25rem;
  border-radius: 1.5rem;
  border: 1.5px solid #1CBFE6;
  background: #fff;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 25.75rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__wrap {
    margin-top: 1.5rem;
    display: block;
    padding: 1rem;
    border-radius: 0.75rem;
  }
}

.europe-s-compatibility .s-compatibility__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__img {
    display: none;
  }
}

.europe-s-compatibility .s-compatibility__img img {
  aspect-ratio: 412/229;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}

.europe-s-compatibility .s-compatibility__text {
  color: #1CBFE6;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__text {
    text-align: center;
    font-size: 1.25rem;
    line-height: 140%;
  }
}

.europe-s-compatibility .s-compatibility__icons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__icons {
    margin-top: 1rem;
    gap: 1.5625rem;
  }
}

.europe-s-compatibility .s-compatibility__iconItem {
  width: 6.5625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__iconItem {
    width: 4.5rem;
  }
}

.europe-s-compatibility .s-compatibility__icon {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #FEEF01;
  border-radius: 50%;
  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;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__icon {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.europe-s-compatibility .s-compatibility__icon img {
  width: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__icon img {
    width: 2.625rem;
  }
}

.europe-s-compatibility .s-compatibility__iconText {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__iconText {
    font-size: 0.875rem;
    line-height: 22.826px;
    margin-top: 0.375rem;
  }
}

.europe-s-compatibility .s-compatibility__boxItem {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1.5px solid #1CBFE6;
  background: #fff;
  position: relative;
  margin-top: 3.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxItem {
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 1.5rem;
  }
}

.europe-s-compatibility .s-compatibility__boxItem + .s-compatibility__boxItem {
  margin-top: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxItem + .s-compatibility__boxItem {
    margin-top: 2.5rem;
  }
}

.europe-s-compatibility .s-compatibility__boxItemWrap {
  display: grid;
  grid-template-columns: 25.75rem 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxItemWrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxItem:nth-child(2) .s-compatibility__boxItemWrap::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    right: 0.625rem;
    top: -5.625rem;
    z-index: -1;
  }
  .europe-s-compatibility .s-compatibility__boxItem:nth-child(2) .s-compatibility__boxItemWrap::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    left: -1.5625rem;
    top: -0.3125rem;
    z-index: -1;
  }
}

.europe-s-compatibility .s-compatibility__boxImg {
  width: 100%;
}

.europe-s-compatibility .s-compatibility__boxImg img {
  aspect-ratio: 412/229;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxImg img {
    border-radius: 0.75rem;
  }
}

.europe-s-compatibility .s-compatibility__boxTitle {
  color: #1CBFE6;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxTitle {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 140%;
  }
}

.europe-s-compatibility .s-compatibility__boxText {
  margin-top: 1.5rem;
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-compatibility .s-compatibility__boxText {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.europe-s-contact {
  padding-block: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-contact {
    padding-block: 3.75rem;
  }
}

.europe-s-contact .s-contact__text {
  max-width: 65.625rem;
  color: #999;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-contact .s-contact__text {
    font-size: 1rem;
    text-align: left;
  }
}

.europe-s-contact .s-contact__form {
  padding-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-contact .s-contact__form {
    padding-top: 3.75rem;
  }
}

.europe-s-cta {
  margin-top: 8.625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta {
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__inner {
    display: contents;
  }
}

.europe-s-cta .s-cta__wrap {
  background-color: #e8f9fc;
  border-radius: 1.5rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5rem 4.0625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    padding: 2.875rem 0;
  }
}

.europe-s-cta .s-cta__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/cta_bg.webp) no-repeat center center/contain;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__wrap::before {
    display: none;
  }
}

.europe-s-cta .s-cta__wrap::after {
  content: "";
  right: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#e8f9fc), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #e8f9fc 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__wrap::after {
    display: none;
  }
}

.europe-s-cta .s-cta__img {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__img {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    height: 17.8125rem;
    background: url(../img/common/cta_bg-sp.webp) no-repeat center center/cover;
    padding-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.europe-s-cta .s-cta__img img {
  width: 28.625rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__img img {
    width: 16.5625rem;
    margin-left: auto;
    margin-top: auto;
  }
}

.europe-s-cta .s-cta__body {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__body {
    display: contents;
  }
}

.europe-s-cta .s-cta__logo {
  width: 11.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.europe-s-cta .s-cta__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-s-cta .s-cta__title {
  margin-top: 0.8125rem;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 90%;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__title {
    font-size: 1.625rem;
    line-height: 80%;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-inline: 2.875rem;
  }
}

.europe-s-cta .s-cta__num {
  display: inline-block;
  color: #1CBFE6;
  font-size: 5.375rem;
  font-weight: 600;
  line-height: 56px;
  text-transform: lowercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #FEEF01));
  background: linear-gradient(transparent 70%, #FEEF01 50%);
  margin-top: 1.625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__num {
    font-size: 3.125rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: 1.25rem;
  }
}

.europe-s-cta .s-cta__num .--sm {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__num .--sm {
    font-size: 2rem;
  }
}

.europe-s-cta .s-cta__btn {
  margin-top: 2.5rem;
  min-height: 4.125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__btn {
    min-height: initial;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding-inline: 2.875rem;
    width: 100%;
  }
}

.europe-s-cta .s-cta__lead {
  margin-top: 1rem;
  color: #999;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-cta .s-cta__lead {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    text-align: left;
    padding-inline: 2.875rem;
  }
}

.europe-s-faq {
  padding: 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .europe-s-faq {
    padding: 3.75rem 0;
  }
}

.europe-s-faq .s-faq__items {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .europe-s-faq .s-faq__items {
    margin-top: 2.5rem;
  }
}

.europe-s-faq .s-faq__wrap + .s-faq__wrap {
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-faq .s-faq__wrap + .s-faq__wrap {
    margin-top: 3.75rem;
  }
}

.europe-s-find .s-find__inner {
  padding-top: 7.0625rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__inner {
    padding-top: 3.75rem;
  }
}

.europe-s-find .s-find__inner::before {
  content: "";
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  top: 3.625rem;
  left: 1.5625rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__inner::before {
    display: none;
  }
}

.europe-s-find .s-find__inner::after {
  content: "";
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  top: 3.625rem;
  left: 13.625rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__inner::after {
    display: none;
  }
}

.europe-s-find .s-find__wrap {
  display: grid;
  grid-template-columns: 30.375rem 1fr;
  gap: 1.25rem;
  margin-top: 4rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
  box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__wrap {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 1rem;
    border-radius: 0.75rem;
  }
}

.europe-s-find .s-find__body {
  padding-top: 1.6875rem;
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__body {
    padding-top: 0;
  }
}

.europe-s-find .s-find__text {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__text {
    font-size: 1.25rem;
    line-height: 140%;
    text-align: center;
  }
}

.europe-s-find .s-find__btn {
  margin-top: 1.5rem;
}

.europe-s-find .s-find__img {
  width: 100%;
}

.europe-s-find .s-find__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 1.5rem;
  aspect-ratio: 600/272;
}

@media screen and (max-width: 767px) {
  .europe-s-find .s-find__img img {
    border-radius: 0.75rem;
  }
}

.europe-s-help {
  overflow: hidden;
}

.europe-s-help .s-help__inner {
  padding-top: 11.875rem;
  padding-bottom: 9.6875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.europe-s-help .s-help__inner::after {
  content: "";
  position: absolute;
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  top: -1rem;
  left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__inner::after {
    width: 5rem;
    height: 5rem;
    left: 0;
  }
}

.europe-s-help .s-help__inner::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
  bottom: -0.75rem;
  left: 16.75rem;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__inner::before {
    width: 5rem;
    height: 5rem;
    left: initial;
    right: 0;
    bottom: initial;
    top: 2.5rem;
  }
}

.europe-s-help .s-help__wrap {
  position: relative;
}

.europe-s-help .s-help__img {
  width: 24.375rem;
  position: absolute;
  z-index: 5;
  top: -5.3125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__img {
    position: relative;
    width: 15rem;
    margin-inline: auto;
    top: initial;
  }
  .europe-s-help .s-help__img::after {
    content: "";
    position: absolute;
    background: url(../img/top/help_bg.webp) no-repeat center center/cover;
    width: 200vw;
    height: 10.375rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.europe-s-help .s-help__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__img img {
    aspect-ratio: 240/256;
    position: relative;
    z-index: 2;
  }
}

.europe-s-help .s-help__body {
  position: relative;
  padding-block: 2.5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: url(../img/top/help_bg.webp) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__body {
    background: none;
    display: contents;
  }
}

.europe-s-help .s-help__item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100rem + 1.5625rem * 2);
  padding-right: 6.125rem;
  padding-left: 1.5625rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__item {
    padding-right: 0;
    padding-left: 0;
  }
}

.europe-s-help .s-help__item::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  bottom: -13.125rem;
  left: 28.8125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__item::after {
    width: 5rem;
    height: 5rem;
    left: 0;
    bottom: -6.875rem;
  }
}

.europe-s-help .s-help__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 56px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  max-width: 40.875rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__title {
    color: #1CBFE6;
    font-size: 1.625rem;
    line-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #1CBFE6;
    margin-top: 1.5625rem;
    margin-inline: 2.1875rem;
  }
}

.europe-s-help .s-help__icon {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.5rem;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__icon {
    width: 2rem;
  }
}

.europe-s-help .s-help__icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-s-help .s-help__text {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
  max-width: 40.875rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .europe-s-help .s-help__text {
    color: #999;
    margin-top: 1.5rem;
    font-size: 1rem;
    text-align: center;
  }
}

.europe-s-imgText {
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-imgText {
    padding-top: 3.75rem;
  }
}

.europe-s-imgText .s-imgText__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .europe-s-imgText .s-imgText__item {
    display: block;
  }
}

.europe-s-imgText .s-imgText__item + .s-imgText__item {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-imgText .s-imgText__item + .s-imgText__item {
    margin-top: 3.75rem;
  }
}

.europe-s-imgText .s-imgText__img {
  width: 25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-imgText .s-imgText__img {
    width: 100%;
  }
}

.europe-s-imgText .s-imgText__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.75rem;
  aspect-ratio: 400/320;
  background: rgba(28, 191, 230, 0.1);
}

@media screen and (max-width: 767px) {
  .europe-s-imgText .s-imgText__img img {
    aspect-ratio: 311/236;
  }
}

.europe-s-imgText .s-imgText__title {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: 0.33px;
}

@media screen and (max-width: 767px) {
  .europe-s-imgText .s-imgText__title {
    font-size: 1.375rem;
    line-height: 140%;
    text-align: center;
    margin-top: 1.5rem;
  }
}

.europe-s-imgText .s-imgText__text {
  margin-top: 2.5rem;
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-imgText .s-imgText__text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
  }
}

.europe-s-incorect {
  padding-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect {
    padding-top: 3.75rem;
  }
}

.europe-s-incorect .s-incorect__text {
  margin-top: 4rem;
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
  }
}

.europe-s-incorect .s-incorect__box {
  margin-top: 1.875rem;
  border-radius: 0.75rem;
  background: #e7f8fc;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__box {
    padding: 2.625rem 2rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }
}

.europe-s-incorect .s-incorect__boxTitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.europe-s-incorect .s-incorect__boxImgs {
  margin-top: 1.25rem;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxImgs {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
}

.europe-s-incorect .s-incorect__boxImg {
  width: 100%;
}

.europe-s-incorect .s-incorect__boxImg img {
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 347/316;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxImg img {
    aspect-ratio: 311/282;
    border-radius: 0.75rem;
  }
}

.europe-s-incorect .s-incorect__boxItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.8125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxItems {
    -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;
    gap: 0;
  }
}

.europe-s-incorect .s-incorect__boxItem {
  width: 18rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxItem {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxItem + .s-incorect__boxItem {
    padding-top: 4.5rem;
  }
}

.europe-s-incorect .s-incorect__boxItem + .s-incorect__boxItem::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 1.875rem;
  background-color: #1CBFE6;
  -webkit-mask: url(../img/common/icon_arrow1.webp) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow1.webp) no-repeat center center/contain;
  top: 5.9375rem;
  left: -3.75rem;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxItem + .s-incorect__boxItem::before {
    top: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

.europe-s-incorect .s-incorect__boxItemImg {
  width: 12.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxItemImg {
    width: 15rem;
  }
}

.europe-s-incorect .s-incorect__boxItemImg img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #fff;
}

.europe-s-incorect .s-incorect__boxItemText {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.33px;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .europe-s-incorect .s-incorect__boxItemText {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
  }
}

.europe-s-inquire {
  padding-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-inquire {
    padding-top: 3.75rem;
  }
}

.europe-s-inquire .s-inquire__wrap {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .europe-s-inquire .s-inquire__wrap {
    display: block;
  }
}

.europe-s-inquire .s-inquire__img {
  border-radius: 0.75rem;
  background: rgba(27, 191, 230, 0.1);
  width: 100%;
}

.europe-s-inquire .s-inquire__img img {
  aspect-ratio: 400/320;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-s-inquire .s-inquire__img img {
    aspect-ratio: 311/219;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-inquire .s-inquire__body {
    margin-top: 1.5rem;
  }
}

.europe-s-inquire .s-inquire__text {
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-inquire .s-inquire__text {
    font-size: 1rem;
    text-align: center;
  }
}

.europe-s-inquire .s-inquire__lead {
  margin-top: 1rem;
  color: #1CBFE6;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-inquire .s-inquire__lead {
    font-size: 1rem;
    text-align: center;
  }
}

.europe-s-learn {
  margin-top: 3.8125rem;
  background-color: #fffde5;
}

@media screen and (max-width: 767px) {
  .europe-s-learn {
    background-color: #fffccc;
    position: relative;
    overflow-x: hidden;
  }
  .europe-s-learn::before {
    content: "";
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 2.375rem;
    right: -0.625rem;
    z-index: 0;
  }
  .europe-s-learn::after {
    content: "";
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 7.8125rem;
    right: -0.625rem;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__inner {
    position: relative;
  }
  .europe-s-learn .s-learn__inner::before {
    content: "";
    position: absolute;
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    width: 5rem;
    height: 5rem;
    top: 7.8125rem;
    left: 3rem;
  }
}

.europe-s-learn .s-learn__wrap {
  padding: 1.5rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 25.75rem 1fr;
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__wrap {
    display: block;
    padding: 2rem 0.6875rem;
    position: relative;
    z-index: 1;
  }
}

.europe-s-learn .s-learn__img {
  width: 100%;
}

.europe-s-learn .s-learn__img img {
  aspect-ratio: 412/192;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__img img {
    border-radius: 0.75rem;
    aspect-ratio: 279/130;
  }
}

.europe-s-learn .s-learn__body {
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__body {
    padding-top: 1.0625rem;
  }
}

.europe-s-learn .s-learn__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  color: #1CBFE6;
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__title {
    font-size: 1.25rem;
    line-height: 140%;
    text-align: center;
  }
}

.europe-s-learn .s-learn__text {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  color: #999;
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
  }
}

.europe-s-learn .s-learn__btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-learn .s-learn__btn {
    margin-top: 2rem;
    text-align: center;
  }
}

.europe-s-links {
  padding-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-links {
    padding-top: 3.75rem;
  }
}

.europe-s-links .s-links__wrap {
  border-radius: 0.75rem;
  background: #fff;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
  box-shadow: 0px 16px 48px 0px rgba(0, 22, 57, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-links .s-links__wrap {
    display: block;
    padding-inline: 1rem;
  }
}

.europe-s-links .s-links__item + .s-links__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-links .s-links__item + .s-links__item {
    border-top: 1px solid #ccc;
  }
}

.europe-s-links .s-links__item + .s-links__item::before {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1px;
  background-color: #ccc;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .europe-s-links .s-links__item + .s-links__item::before {
    display: none;
  }
}

.europe-s-links .s-links__link {
  display: block;
  padding-block: 1.5rem;
  color: #1CBFE6;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  padding-inline: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .europe-s-links .s-links__link {
    padding-block: 0.5rem;
    padding-inline: 0;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.europe-s-links .s-links__link .--arrow {
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icon_arrow2.webp) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow2.webp) no-repeat center center/contain;
  background-color: #1CBFE6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.europe-s-mv {
  background: url(../img/top/mv_bg.webp) no-repeat center center/cover;
  padding-top: 11.9375rem;
  padding-bottom: 10.4375rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .europe-s-mv {
    padding-top: 5.125rem;
    padding-bottom: 3.5625rem;
  }
}

.europe-s-mv .s-mv__inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 31.25rem;
  }
}

.europe-s-mv .s-mv__body {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__body {
    display: contents;
  }
}

.europe-s-mv .s-mv__text1 {
  margin-left: 4.4375rem;
  width: 37.6875rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__text1 {
    width: 17.0625rem;
    margin-left: 0;
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.europe-s-mv .s-mv__text1 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-s-mv .s-mv__text2 {
  width: 55.1875rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__text2 {
    width: 14.4375rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -10.0625rem;
    z-index: 3;
    margin-left: auto;
  }
}

.europe-s-mv .s-mv__text2 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-s-mv .s-mv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.4375rem;
  margin-top: 2.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__link {
    display: block;
    padding-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 5.625rem;
  }
}

.europe-s-mv .s-mv__linkIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__linkIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.europe-s-mv .s-mv__linkIconImg {
  width: 3.125rem;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__linkIconImg {
    width: 2.5rem;
  }
}

.europe-s-mv .s-mv__linkIconImg img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-s-mv .s-mv__linkIconText {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__linkIconText {
    font-size: 1rem;
  }
}

.europe-s-mv .s-mv__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
  margin-left: 3.125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__app {
    gap: 0.9375rem;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.6875rem;
  }
}

.europe-s-mv .s-mv__appLink {
  display: block;
  height: 3.125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__appLink {
    height: 2.9375rem;
  }
}

.europe-s-mv .s-mv__appLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.europe-s-mv .s-mv__btn {
  padding-left: 4.4375rem;
  margin-top: 2.1875rem;
  min-height: 4.125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__btn {
    margin-top: 2rem;
    padding-left: 0;
    min-height: initial;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.europe-s-mv .s-mv__img {
  position: absolute;
  top: -4.375rem;
  right: -1.25rem;
  width: 32.4375rem;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-mv .s-mv__img {
    position: initial;
    width: 16.5rem;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.9375rem;
  }
}

.europe-s-mv .s-mv__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 519/778;
}

.europe-s-page .s-page__inner {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-page .s-page__inner {
    padding-top: 7.625rem;
    padding-bottom: 3.75rem;
  }
}

.europe-s-page .s-page__inner::before {
  content: "";
  position: absolute;
  height: 11rem;
  width: 23.0625rem;
  background: url(../img/common/bg9.svg) no-repeat center center/contain;
  left: 0;
  top: 9.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-page .s-page__inner::before {
    display: none;
  }
}

.europe-s-page .s-page__inner::after {
  content: "";
  position: absolute;
  height: 23.0625rem;
  width: 11rem;
  background: url(../img/common/bg10.svg) no-repeat center center/contain;
  right: 0;
  top: 17.875rem;
}

@media screen and (max-width: 767px) {
  .europe-s-page .s-page__inner::after {
    display: none;
  }
}

.europe-s-page .s-page__title {
  margin-top: 4rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .europe-s-page .s-page__title {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 140%;
  }
}

.europe-s-page .s-page__text {
  margin-top: 1.5rem;
  color: #999;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-page .s-page__text {
    font-size: 1rem;
    text-align: left;
    line-height: 140%;
  }
}

.europe-s-page .s-page__btn {
  margin-top: 3rem;
  text-align: center;
  min-height: 4.375rem;
}

@media screen and (max-width: 767px) {
  .europe-s-page .s-page__btn {
    margin-top: 2rem;
  }
}

.europe-s-privacy {
  padding-block: 6.25rem;
}

@media screen and (max-width: 767px) {
  .europe-s-privacy {
    padding-block: 3.75rem;
  }
}

.europe-s-prohibited {
  margin-top: 6.25rem;
  background-color: #e8f8fc;
  padding-block: 5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-prohibited {
    margin-top: 3.75rem;
    padding-block: 3.75rem;
  }
}

.europe-s-prohibited .s-prohibited__wrap {
  margin-top: 4rem;
  padding: 4rem;
  background-color: #fff;
  border-radius: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-s-prohibited .s-prohibited__wrap {
    margin-top: 2.5rem;
    padding: 1rem;
    border-radius: 0;
  }
}

.europe-s-prohibited .s-prohibited__item + .s-prohibited__item {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .europe-s-prohibited .s-prohibited__item + .s-prohibited__item {
    margin-top: 2.5rem;
  }
}

.europe-s-prohibited .s-prohibited__title {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: 0.33px;
}

@media screen and (max-width: 767px) {
  .europe-s-prohibited .s-prohibited__title {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.33px;
    text-align: center;
  }
}

.europe-s-prohibited .s-prohibited__text {
  margin-top: 2.5rem;
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-prohibited .s-prohibited__text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
  }
}

.europe-s-prohibited .s-prohibited__lead {
  margin-top: 1rem;
  color: #1CBFE6;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-prohibited .s-prohibited__lead {
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
  }
}

.europe-s-subMv {
  background: url(../img/common/subMv_bg.webp) no-repeat center center/cover;
  padding-top: 9.5625rem;
  padding-bottom: 1.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-subMv {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}

.europe-s-subMv::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg8.svg) no-repeat center center/contain;
  height: 3.5rem;
  width: 23rem;
  left: -3.125rem;
  top: 7.75rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-subMv::before {
    display: none;
  }
}

.europe-s-subMv::after {
  content: "";
  position: absolute;
  background: url(../img/common/bg8.svg) no-repeat center center/contain;
  height: 3.5rem;
  width: 23rem;
  right: 0;
  bottom: 6rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-subMv::after {
    display: none;
  }
}

.europe-s-subMv .s-subMv__title {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-subMv .s-subMv__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
  }
}

.europe-s-subMv .s-subMv__bread {
  margin-top: 5.1875rem;
}

@media screen and (max-width: 767px) {
  .europe-s-subMv .s-subMv__bread {
    margin-top: 2.5rem;
  }
}

.europe-s-use {
  overflow: hidden;
  /* ========================================================
  # スライダー
  ======================================================== */
  /* ========================================================
  # スライド停止
  ======================================================== */
  /* ▽使えない矢印は丸ごと消す */
}

.europe-s-use .s-use__inner {
  padding-top: 6.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__inner {
    padding-top: 2.5rem;
  }
}

.europe-s-use .s-use__inner::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  top: 1.5625rem;
  left: 3.4375rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__inner::before {
    width: 5rem;
    height: 5rem;
    left: 0;
    top: 21.25rem;
  }
}

.europe-s-use .s-use__inner::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  top: 13.625rem;
  left: 3.4375rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__inner::after {
    width: 5rem;
    height: 5rem;
    top: 21.25rem;
    left: 5.5rem;
  }
}

.europe-s-use .s-use__container {
  margin-top: 3.125rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__container {
    margin-top: 2.5rem;
  }
}

.europe-s-use .s-use__container::before {
  content: "";
  position: absolute;
  bottom: -5.625rem;
  left: 9.375rem;
  background: url(../img/common/bg.svg) no-repeat center center/contain;
  width: 11rem;
  height: 11rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__container::before {
    display: none;
  }
}

.europe-s-use .s-use__list {
  counter-reset: use;
}

.europe-s-use .s-use__track {
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__track {
    padding-bottom: 2.5rem;
    position: relative;
  }
}

.europe-s-use .s-use__box {
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__box {
    padding-top: 7.3125rem;
  }
}

.europe-s-use .s-use__box::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 23.0625rem;
  background: url(../img/common/bg7.svg) no-repeat center center/contain;
  right: -5.625rem;
  top: 8.75rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__box::before {
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    width: 5rem;
    height: 5rem;
    right: 3.125rem;
    top: 1.875rem;
  }
}

.europe-s-use .s-use__boxItem {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1.5px solid #1CBFE6;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__boxItem {
    border-radius: 0.75rem;
    padding: 1rem;
  }
}

.europe-s-use .s-use__boxItem + .s-use__boxItem {
  margin-top: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__boxItem + .s-use__boxItem {
    margin-top: 2.5rem;
  }
}

.europe-s-use .s-use__boxItemWrap {
  display: grid;
  grid-template-columns: 25.75rem 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__boxItemWrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__boxItem:nth-child(2) .s-use__boxItemWrap::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    right: 0.625rem;
    top: -5.625rem;
    z-index: -1;
  }
  .europe-s-use .s-use__boxItem:nth-child(2) .s-use__boxItemWrap::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    background: url(../img/common/bg.svg) no-repeat center center/contain;
    left: -1.5625rem;
    top: -0.3125rem;
    z-index: -1;
  }
}

.europe-s-use .s-use__boxImg {
  width: 100%;
}

.europe-s-use .s-use__boxImg img {
  aspect-ratio: 412/229;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__boxImg img {
    border-radius: 0.75rem;
  }
}

.europe-s-use .s-use__title {
  color: #1CBFE6;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__title {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 140%;
  }
}

.europe-s-use .s-use__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.europe-s-use .s-use__card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 0.625rem * 2) / 3);
    flex: 0 0 calc((100% - 0.625rem * 2) / 3);
  }
}

.europe-s-use .s-use__card img {
  width: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__card img {
    width: 4.375rem;
  }
}

.europe-s-use .s-use__text {
  margin-top: 1.5rem;
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.europe-s-use .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.europe-s-use .splide__arrows .splide__arrow {
  position: static;
  -webkit-transform: initial;
  transform: initial;
  background: url(../img/top/slide_arrow.webp) no-repeat center center/contain;
  opacity: 1;
  width: 1.8125rem;
  height: 1.8125rem;
}

.europe-s-use .splide__arrows .splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.europe-s-use .splide__pagination {
  position: static;
  -webkit-transform: initial;
  transform: initial;
}

.europe-s-use .splide__pagination .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  background-color: #d9d9d9;
  margin: 0.25rem;
}

.europe-s-use .splide__pagination .splide__pagination__page.is-active {
  background-color: #1CBFE6;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__container.--slide-stop {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.europe-s-use .s-use__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-use__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__list {
    grid-template-columns: 1fr;
  }
}

.europe-s-use .s-use__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__arrows {
  display: none;
}

.europe-s-use .splide__arrow:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.europe-s-use .s-compatibility__icons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-compatibility__icons {
    margin-top: 1rem;
    gap: 1.5625rem;
  }
}

.europe-s-use .s-compatibility__iconItem {
  width: 6.5625rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-compatibility__iconItem {
    width: 4.5rem;
  }
}

.europe-s-use .s-compatibility__icon {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #FEEF01;
  border-radius: 50%;
  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;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-compatibility__icon {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.europe-s-use .s-compatibility__icon img {
  width: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-compatibility__icon img {
    width: 2.625rem;
  }
}

.europe-s-use .s-compatibility__iconText {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .europe-s-use .s-compatibility__iconText {
    font-size: 0.875rem;
    line-height: 22.826px;
    margin-top: 0.375rem;
  }
}
