@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* html,body
――――――――――――――――――――――――――――――――――――――――――――――*/
* {
  min-height: 0;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  overflow-x: hidden;
}
body {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.875;
  min-height: 100vh;
  padding-top: 28px;
  color: #2C2C2C;
}

.l-bodyWrap {
  padding-top: 72px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-bodyWrap {
    padding-top: 60px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* デフォルトの設定
――――――――――――――――――――――――――――――――――――――――――――――*/
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-orientation: from-image;
  pointer-events: none;
}

svg {
  display: block;
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a.c-imgScale .c-img {
  transition: 0.5s;
}
a.c-imgScale:hover {
  opacity: 1;
}
a.c-imgScale:hover .c-img {
  transform: scale(1.1);
}
a circle,
a path,
a line,
a rect {
  transition: 0.3s;
}
a::before, a::after {
  transition: 0.3s;
}

input,
textarea {
  font-family: "hiragino-kaku-gothic-pron", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font-accent {
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

.relative {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** section ***/
.l-section {
  padding: 75px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 75px;
  position: relative;
}

.l-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-inner.--s {
  max-width: 1040px;
}
.l-inner.relative {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 余白調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-pd {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-left {
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-right {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd0-left {
  margin-left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

.l-pd0-right {
  margin-right: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

@media screen and (max-width: 768px) {
  .l-pd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-pd-left {
    padding-left: 20px;
  }
  .l-pd-right {
    padding-right: 20px;
  }
  .l-pd0-left {
    margin-left: -20px;
  }
  .l-pd0-right {
    margin-right: -20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 文字位置調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.text-center {
  text-align: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
.mt-0 {
  margin-top: 0 !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* font-wight
――――――――――――――――――――――――――――――――――――――――――――――*/
.f-bold {
  font-weight: bold;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* c-accent
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-accent {
  color: #095CE0;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* c-break 改行のタイミングを調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-break {
  display: none;
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  max-width: 406px;
  width: 100%;
  padding: 16px 90px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #095CE0;
  border: 2px solid #095CE0;
  color: #FFFFFF;
  transition: 0.3s;
  z-index: 10;
}
.c-btn::before {
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 67px;
  width: 7px;
  height: 12px;
  margin: auto;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
}
.c-btn:hover {
  background-color: #FFFFFF;
  color: #095CE0;
  opacity: 1;
}
.c-btn:hover::before {
  background-color: #095CE0;
}
.c-btn.--gray {
  background-color: #3B3B3B;
  border: 2px solid #3B3B3B;
}
.c-btn.--gray:hover {
  background-color: #FFFFFF;
  color: #3B3B3B;
  opacity: 1;
}
.c-btn.--gray:hover::before {
  background-color: #3B3B3B;
}
.c-btn.--ext {
  padding: 16px 50px;
}
.c-btn.--ext::before {
  top: 0;
  bottom: 0;
  right: 28px;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url(../img/common/ico_ext-link.svg);
  mask-image: url(../img/common/ico_ext-link.svg);
  content: "";
}
.c-btn.--s {
  font-size: 14px;
  max-width: 210px;
  padding: 10px 30px;
  border-radius: 7px;
}
.c-btn.--s::before {
  top: 1px;
  right: 15px;
  width: 5px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 16px;
    padding: 16px 35px;
  }
  .c-btn::before {
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 25px;
    width: 7px;
    height: 12px;
    margin: auto;
    background-color: #FFFFFF;
    -webkit-mask-image: url(../img/common/ico_arrow.svg);
    mask-image: url(../img/common/ico_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    content: "";
  }
  .c-topBtn {
    color: #2C2C2C;
    border: 1px solid #2C2C2C;
  }
  .c-topBtn span {
    position: relative;
    display: block;
    padding-right: 28px;
  }
  .c-topBtn span::before {
    background-color: #2C2C2C;
  }
  .c-topBtn:hover {
    background-color: #2C2C2C;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-topBtn:hover span:before {
    background-color: #FFFFFF;
  }
}
.c-secTtl {
  position: relative;
  text-align: center;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.c-secTtl.--orange .c-secTtl--en {
  color: #E09E09;
}
.c-secTtl.--orange .c-secTtl--ja.has-deco::before {
  background: url(../img/common/ico_cloud_before-orange.svg) no-repeat center/contain;
}
.c-secTtl.--orange .c-secTtl--ja.has-deco::after {
  background: url(../img/common/ico_cloud_after-orange.svg) no-repeat center/contain;
}

.c-secTtl--en {
  display: block;
  color: #095CE0;
}

.c-secTtl--ja {
  display: block;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 2.6px;
  text-align: center;
  margin-top: 5px;
  color: #000000;
}
.c-secTtl--ja.has-deco {
  letter-spacing: 1.5px;
  position: relative;
}
.c-secTtl--ja.has-deco::before, .c-secTtl--ja.has-deco::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.c-secTtl--ja.has-deco::before {
  left: -93px;
  width: 76px;
  height: 28px;
  margin: auto;
  background: url(../img/common/ico_cloud_before.svg) no-repeat center/contain;
}
.c-secTtl--ja.has-deco::after {
  right: -85px;
  width: 68px;
  height: 31px;
  margin: auto;
  background: url(../img/common/ico_cloud_after.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .c-secTtl--en {
    display: block;
    color: #095CE0;
  }
  .c-secTtl--ja {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 7px;
  }
  .c-secTtl--ja.has-deco::before {
    left: -68px;
    width: 56px;
    height: 19px;
  }
  .c-secTtl--ja.has-deco::after {
    right: -60px;
    width: 45px;
    height: 21px;
  }
}
.c-pageTtlArea {
  position: relative;
  padding-top: 147px;
  padding-bottom: 40px;
  z-index: 1;
}
.c-pageTtlArea .relative::before, .c-pageTtlArea .relative::after {
  display: block;
  position: absolute;
  margin: auto;
  content: "";
  z-index: -1;
}
.c-pageTtlArea .relative::before {
  bottom: -8px;
  left: 0;
  width: 28.27586207%;
  max-height: 359px;
  height: 30.94827586vw;
  background: url(../img/common/ico_pageTtl-before.svg) no-repeat center/contain;
}
.c-pageTtlArea .relative::after {
  bottom: 4px;
  right: 0;
  width: 24.31034483%;
  max-height: 341px;
  height: 29.39655172vw;
  background: url(../img/common/ico_pageTtl-after.svg) no-repeat center/contain;
}

.c-pageTtl {
  position: relative;
  text-align: center;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.c-pageTtl--en {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #095CE0;
}

.c-pageTtl--ja {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.888;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .c-pageTtlArea {
    position: relative;
    padding-top: 84px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .c-pageTtlArea .relative::before {
    bottom: 52px;
    left: -113px;
    max-width: 372px;
    max-height: 408px;
    width: 66.13333333vw;
    height: 72.53333333vw;
    background: url(../img/common/ico_pageTtl-before-sp.svg) no-repeat center/contain;
  }
  .c-pageTtlArea .relative::after {
    bottom: 53px;
    right: -111px;
    max-width: 320px;
    max-height: 387px;
    width: 56.8vw;
    height: 68.8vw;
    background: url(../img/common/ico_pageTtl-after-sp.svg) no-repeat center/contain;
  }
  .c-pageTtl {
    padding-top: 25px;
  }
  .c-pageTtl::before {
    width: 46px;
    height: 22px;
  }
  .c-pageTtl--en {
    font-size: 15px;
  }
  .c-pageTtl--ja {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 14px;
  }
}
.c-menuTtl {
  display: block;
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: clamp(38px, 38px + 6 * (100vw - 768px) / 512, 44px);
  line-height: 1.54;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #00BAB4;
}

@media screen and (max-width: 768px) {
  .c-menuTtl {
    font-size: 28px;
  }
}
.c-mainTxt {
  font-size: 18px;
  line-height: 1.77;
}

.c-linkTxt {
  position: relative;
  display: block;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 31px;
  margin: auto;
}
.c-linkTxt::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/common/ico_link.svg) no-repeat center/contain;
  content: "";
}
.c-linkTxt.--large {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  padding-left: clamp(30px, 30px + 17 * (100vw - 768px) / 512, 47px);
}
.c-linkTxt.--large::before {
  width: clamp(25px, 25px + 12 * (100vw - 768px) / 512, 37px);
  height: clamp(25px, 25px + 12 * (100vw - 768px) / 512, 37px);
}

.c-menuLinkTxt {
  position: relative;
  display: block;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 23px;
  margin: auto;
}
.c-menuLinkTxt::before {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../img/common/ico_link.svg) no-repeat center/contain;
  content: "";
}

.c-extLink {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 17px;
  text-decoration: underline;
}
.c-extLink::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url(../img/common/ico_extlink.svg) no-repeat center/contain;
  content: "";
}
.c-extLink:hover {
  text-decoration: none;
}

.c-dotTxt {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 13px;
  margin: auto;
}
.c-dotTxt::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background-color: #00BAB4;
  content: "";
}
.c-dotTxt + .c-dotTxt {
  margin-top: 3px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* kvArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.kvArea {
  width: 100%;
}

.kvBox {
  position: relative;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.kvImgList {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
.kvImgList .slick-dots {
  bottom: 32px;
  left: 0;
  right: 0;
  display: flex;
  gap: 0 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 2;
}
.kvImgList .slick-dots li {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  opacity: 0.5;
  transition: 0.3s;
}
.kvImgList .slick-dots li.slick-active {
  opacity: 1;
  transition: 0.3s;
}
.kvImgList .prev-arrow,
.kvImgList .next-arrow {
  position: absolute;
  top: 50.5%;
  width: 27px;
  height: 52px;
  cursor: pointer;
  z-index: 1;
}
.kvImgList .prev-arrow {
  left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}
.kvImgList .next-arrow {
  right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  transform: rotate(180deg);
}

.kvImg {
  width: 100%;
}

.kvTtl {
  position: absolute;
  top: 35.92219%;
  left: 14.0625vw;
  width: clamp(300px, 300px + 98 * (100vw - 768px) / 512, 398px);
}

.kvTxt {
  position: absolute;
  bottom: 8.213256484%;
  right: 14.0625vw;
  width: clamp(140px, 140px + 25 * (100vw - 768px) / 512, 165px);
}

@media screen and (max-width: 768px) {
  .kvArea {
    width: 100%;
  }
  .kvBox {
    position: relative;
    border-radius: 0 0 25px 25px;
  }
  .kvImgList .prev-arrow,
  .kvImgList .next-arrow {
    width: 20px;
    height: 41px;
  }
  .kvImgList .prev-arrow {
    left: 15px;
  }
  .kvImgList .next-arrow {
    right: 15px;
  }
  .kvTtl {
    position: absolute;
    top: 15.92219%;
    left: 30px;
    max-width: 400px;
    width: 62.66666667%;
  }
  .kvTxt {
    position: absolute;
    bottom: 13.213256%;
    right: 30px;
    max-width: 165px;
    width: 32%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topNav
――――――――――――――――――――――――――――――――――――――――――――――*/
.topNav {
  margin-top: 22px;
}

.topNavList {
  display: flex;
}

.topNavList__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 10px;
  border-left: 1px solid #DDDDDD;
}
.topNavList__item:last-of-type {
  border-right: 1px solid #DDDDDD;
}

.topNavList__link {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-top: 42px;
}
.topNavList__link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}
.topNavList__link.--leisure::before {
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_leisure.svg) no-repeat center/contain;
}
.topNavList__link.--shop::before {
  width: 31px;
  height: 31px;
  background: url(../img/common/ico_shop.svg) no-repeat center/contain;
}
.topNavList__link.--access::before {
  width: 33px;
  height: 33px;
  background: url(../img/common/ico_access.svg) no-repeat center/contain;
}
.topNavList__link.--faq::before {
  width: 31px;
  height: 32px;
  background: url(../img/common/ico_faq.svg) no-repeat center/contain;
}
.topNavList__link.has-subList .topNavList__cat {
  padding-right: 21px;
}
.topNavList__link.has-subList .topNavList__cat::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/common/ico_link.svg) no-repeat center/contain;
  content: "";
  transform: rotate(90deg);
  transition: 0.5s;
}
.topNavList__link.has-subList:hover .topNavList__cat::before {
  transform: rotate(270deg);
  transition: 0.5s;
}

.topNavList__cat {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2px;
}

/*** navListSub ***/
.navListSubBox {
  position: absolute;
  height: 0;
  z-index: 5;
}
.navListSubBox.js-active {
  height: auto;
  padding-bottom: 52px;
}
.navListSubBox.js-active .navListSub {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navListSubBox.--leisure {
  top: -372px;
  left: -1px;
}
.navListSubBox.--leisure .navListSub__iconBox::before {
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_leisure-white.svg) no-repeat center/contain;
}
.navListSubBox.--shop {
  top: -302px;
  left: 0;
}
.navListSubBox.--shop .navListSub__iconBox::before {
  width: 29px;
  height: 29px;
  background: url(../img/common/ico_shop-white.svg) no-repeat center/contain;
}

.navListSub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  width: clamp(542px, 542px + 20 * (100vw - 768px) / 512, 562px);
  padding: clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px);
  border-radius: 15px;
  background-color: #00BAB4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navListSub__item {
  width: calc((100% - 30px) / 2);
}

.navListSub__link {
  display: flex;
  align-items: center;
  gap: 0 13px;
}

.navListSub__iconBox {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #00BAB4;
  overflow: hidden;
}
.navListSub__iconBox::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

.navListSub__imgBox {
  width: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.navListSub__menu {
  position: relative;
  font-weight: bold;
  padding-left: 9px;
  color: #FFFFFF;
}
.navListSub__menu::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 8px;
  margin: auto;
  background: url(../img/common/ico_arrow-white.svg) no-repeat center/contain;
  content: "";
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* lowerNav
――――――――――――――――――――――――――――――――――――――――――――――*/
.lowerNav {
  position: absolute;
  top: -1px;
  right: -1px;
  max-width: 684px;
  z-index: 11;
}
.lowerNav::before, .lowerNav::after {
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  margin: auto;
  background: url(../img/common/bg_curve-gray.svg) no-repeat center/contain;
  content: "";
  transform: rotate(270deg);
}
.lowerNav::before {
  top: 0.5px;
  left: -18px;
}
.lowerNav::after {
  bottom: -18px;
  right: 0.5px;
}
.lowerNav .navListSubBox.js-active {
  padding-top: 40px;
  padding-bottom: 0;
}
.lowerNav .navListSubBox.--leisure {
  top: auto;
  bottom: -352px;
  left: 0;
  right: auto;
}
.lowerNav .navListSubBox.--shop {
  top: auto;
  bottom: -282px;
  left: auto;
  right: auto;
}

.lowerNavList {
  display: flex;
  padding: 0 0 clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px);
  border-radius: 0 0 0 15px;
  background-color: #F5FAFC;
}

.lowerNavList__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 clamp(8px, 8px + 14 * (100vw - 768px) / 512, 22px);
  border-left: 1px solid #DDDDDD;
}
.lowerNavList__item:first-of-type {
  border-left: none;
}

.lowerNavList__link {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 35px 0 0;
}
.lowerNavList__link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}
.lowerNavList__link.--leisure::before {
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_leisure.svg) no-repeat center/contain;
}
.lowerNavList__link.--shop::before {
  width: 26px;
  height: 26px;
  background: url(../img/common/ico_shop.svg) no-repeat center/contain;
}
.lowerNavList__link.--access::before {
  width: 27px;
  height: 27px;
  background: url(../img/common/ico_access.svg) no-repeat center/contain;
}
.lowerNavList__link.--faq::before {
  width: 25px;
  height: 26px;
  background: url(../img/common/ico_faq.svg) no-repeat center/contain;
}
.lowerNavList__link.has-subList .lowerNavList__cat {
  padding-right: 21px;
}
.lowerNavList__link.has-subList .lowerNavList__cat::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/common/ico_link.svg) no-repeat center/contain;
  content: "";
  transform: rotate(90deg);
  transition: 0.5s;
}
.lowerNavList__link.has-subList:hover .lowerNavList__cat::before {
  transform: rotate(270deg);
  transition: 0.5s;
}

.lowerNavList__cat {
  position: relative;
  display: inline-block;
  font-size: clamp(14px, 14px + 1 * (100vw - 768px) / 512, 15px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2px;
}

.c-breadcrumbsList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 37px;
}

.c-breadcrumbsListItem {
  position: relative;
  font-size: 15px;
  font-weight: 300;
}
.c-breadcrumbsListItem::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  width: 1px;
  height: 17px;
  margin: auto;
  background-color: #D3D3D3;
  transform: rotate(15deg);
  content: "";
}
.c-breadcrumbsListItem:last-of-type::before {
  display: none;
}

.c-breadcrumbsListItem__link {
  color: #095CE0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-breadcrumbsListItem__link.--current {
  color: #2C2C2C;
  text-decoration: none;
}
.c-breadcrumbsListItem__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbsList {
    margin-top: 53px;
  }
  .c-breadcrumbsListItem {
    position: relative;
    font-size: 14px;
  }
  .c-breadcrumbsListItem::before {
    right: -14px;
    height: 16px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/**
 * Swiper 7.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 31, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* header
――――――――――――――――――――――――――――――――――――――――――――――*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  background-color: #FFFFFF;
  border-radius: 0 0 50px 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 101;
}

.headerHead {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  line-height: 1;
  padding: 9px 0;
}
.headerHead::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  margin: auto calc(50% - 50vw);
  background-color: #DDDDDD;
  content: "";
}

.headerHead__ttl {
  letter-spacing: 0.53px;
}

.headerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  padding: 13px 0;
}

.headerLogo {
  max-width: 303px;
  width: clamp(220px, 220px + 83 * (100vw - 768px) / 512, 303px);
}

.headerLogo__link {
  display: block;
  width: 100%;
}

.headerNavList {
  display: flex;
  gap: 0 clamp(18px, 18px + 10 * (100vw - 768px) / 512, 28px);
}

.headerNavListItem {
  position: relative;
  font-size: clamp(13px, 13px + 1 * (100vw - 768px) / 512, 14px);
}
.headerNavListItem::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(-14.5px, -9.5px + -5 * (100vw - 768px) / (1280 - 768), -9.5px);
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #D1D1D1;
  transform: rotate(30deg);
  content: "";
}
.headerNavListItem:first-of-type::before {
  display: none;
}

.headerNavListItem__link {
  display: block;
  width: 100%;
}

/*** sp時 メニューボタン ***/
.spMenuBtn {
  position: relative;
  width: 40px;
  height: 40px;
}
.spMenuBtn .spMenuBtnItem {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  margin: auto;
  border-radius: 13px;
  transition: 0.3s;
}
.spMenuBtn .spMenuBtnItem:nth-of-type(1) {
  top: 33%;
}
.spMenuBtn .spMenuBtnItem:nth-of-type(2) {
  top: 46%;
}
.spMenuBtn .spMenuBtnItem:nth-of-type(3) {
  top: 59%;
}
.spMenuBtn.js-open .spMenuBtnItem {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  margin: auto;
  border-radius: 13px;
  transition: 0.3s;
}
.spMenuBtn.js-open .spMenuBtnItem:nth-of-type(1) {
  top: 48%;
  transform: rotate(45deg);
}
.spMenuBtn.js-open .spMenuBtnItem:nth-of-type(2) {
  display: none;
}
.spMenuBtn.js-open .spMenuBtnItem:nth-of-type(3) {
  top: 44%;
  transform: rotate(-45deg);
}

/*** sp時 メニュー ***/
.spMenuBox {
  position: fixed;
  top: 0;
  left: 0;
  padding: 122px 20px 40px;
  width: 100%;
  height: 100dvh;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
.spMenuBox.js-active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.spMenuWrap {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  height: 100%;
  overflow-y: scroll;
}

.spMenuNav {
  flex-shrink: 0;
}

.spMenuNavListItem {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
  color: #095CE0;
}

.spMenuNavListItem__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
}
.spMenuNavListItem__link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/common/ico_arrow-link.svg) no-repeat center/contain;
  content: "";
}

.spMenu__operation {
  flex-shrink: 0;
  font-size: 11px;
  text-align: center;
  margin: auto 0 20px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
    border-radius: 0 0 20px 20px;
  }
  .headerBottom {
    padding: 7px 0;
  }
  .headerLogo {
    max-width: 200px;
    width: 200px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footer
――――――――――――――――――――――――――――――――――――――――――――――*/
.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.footerMainBox {
  padding-bottom: 70px;
}

.affiliatedShopBox {
  max-width: 860px;
  width: 100%;
  margin: 32px auto 0;
}

.footerBtmBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 54px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  margin: auto calc(50% - 50vw);
  background-color: #000000;
}

.footerBtm__operation {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .footerMainBox {
    padding-bottom: 60px;
  }
  .footerBtmBox {
    padding: 30px 20px;
  }
  .footerBtm__operation {
    font-size: 12px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topFirstArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topFirstArea {
  padding-top: 83px;
  padding-bottom: 89px;
  color: #333333;
}

.topFirstWrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.topFirst__ttl {
  flex: 1 1 416px;
  font-size: clamp(32px, 32px + 6 * (100vw - 768px) / 512, 38px);
  line-height: 1.789;
  margin-top: -8px;
}

.topFirst__contBox {
  flex: 1 1 500px;
  max-width: 500px;
}

.topFirst__txt {
  font-weight: 400;
}
.topFirst__txt + .topFirst__txt {
  margin-top: 14px;
}

.topFirstMBF {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 15px clamp(15px, 15px + 17 * (100vw - 768px) / 512, 32px);
  margin-top: 23px;
  border-radius: 10px;
  background-color: #E2EFFF;
  overflow: hidden;
}

.topFirstMbf__imgBox {
  max-width: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.topFirstMbf__nameBox {
  line-height: 1.2;
}

.topFirstMbf__name--ja {
  font-size: 15px;
}

.topFirstMbf__name--en {
  font-size: 12px;
  margin-top: 5px;
}

.acronym {
  font-size: 19px;
}

.topFirst__link {
  position: relative;
  display: block;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  margin: 34px auto 0;
}
.topFirst__link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(../img/common/ico_arrow-link.svg) no-repeat center/contain;
  content: "";
}
.topFirst__link::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 1px;
  margin: auto;
  background-color: #333333;
  content: "";
}
.topFirst__link:hover::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .topFirstArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .topFirstWrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .topFirst__ttl {
    flex: 1 1 100%;
    font-size: 24px;
    margin-top: 0;
  }
  .topFirst__contBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topFirstMBF {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding: 15px clamp(15px, 15px + 17 * (100vw - 768px) / 512, 32px);
    margin-top: 30px;
    border-radius: 10px;
    background-color: #E2EFFF;
    overflow: hidden;
  }
  .topFirstMbf__imgBox {
    max-width: 56px;
    border-radius: 50%;
    overflow: hidden;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topIntroArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topIntroArea {
  padding-top: 100px;
  padding-bottom: 86px;
  border-radius: 50px;
  background-color: #E2EFFF;
  overflow: hidden;
}

.topIntroHowBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 763px;
  width: 100%;
  padding: 33px 30px 32px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.topIntroHowBox::before {
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 8px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  content: "";
}

.topIntroHow__txt {
  font-size: 26px;
  color: #333333;
}
.topIntroHow__txt .c-accent {
  font-size: 35px;
}

.topIntroTtl {
  font-size: 26px;
  line-height: 2.153;
  letter-spacing: 1.4px;
  text-align: center;
  margin: 32px auto 34px;
  color: #333333;
}
.topIntroTtl .c-accent {
  font-size: 35px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .topIntroArea {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px;
  }
  .topIntroHowBox {
    padding: 20px 15px;
    margin: 0 auto;
    border-radius: 15px;
  }
  .topIntroHowBox::before {
    bottom: -14px;
    width: 30px;
    height: 30px;
  }
  .topIntroHow__txt {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .topIntroHow__txt .c-accent {
    font-size: 28px;
  }
  .topIntroTtl {
    font-size: 20px;
    line-height: 1.6;
  }
  .topIntroTtl .c-accent {
    font-size: 28px;
  }
}
.topIntroListBox {
  padding: 35px 30px 0;
  margin-bottom: 35px;
  overflow: visible;
}
.topIntroListBox .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

.topIntroPagination {
  display: flex;
  gap: 0 clamp(10px, 10px + 13 * (100vw - 768px) / 512, 23px);
  padding: 0;
  color: #333333;
}
.topIntroPagination.--btm {
  padding: 35px 0 0 0;
}
.topIntroPagination.--btm .topIntroPaginationItem {
  flex-direction: column-reverse;
  padding: 33px 0 0 0;
}
.topIntroPagination.--btm .topIntroPaginationItem::before, .topIntroPagination.--btm .topIntroPaginationItem::after {
  transform: rotate(180deg);
}
.topIntroPagination.--btm .topIntroPaginationItem::before {
  display: block;
}
.topIntroPagination.--btm .topIntroPaginationItem::after {
  display: none;
}

.topIntroPaginationItem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  max-width: 154px;
  width: calc((100% - clamp(10px, 10px + 13 * (100vw - 768px) / 512, 23px) * 5) / 6);
  padding: 0 0 35px 0;
  margin: 0 auto;
  cursor: pointer;
}
.topIntroPaginationItem::before, .topIntroPaginationItem::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  background: url("../img/common/ico_slide-nav-gray.svg") no-repeat center/contain;
  transition: 0.3s;
  content: "";
}
.topIntroPaginationItem::before {
  display: none;
  top: 0;
}
.topIntroPaginationItem::after {
  bottom: 0;
}
.topIntroPaginationItem.active {
  color: #095CE0;
  transition: 0.3s;
}
.topIntroPaginationItem.active::before, .topIntroPaginationItem.active::after {
  background: url("../img/common/ico_slide-nav.svg") no-repeat center/contain;
  transition: 0.3s;
}

.topIntroPaginationItem__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.topIntroPaginationItem__ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 12px + 2 * (100vw - 768px) / 512, 14px);
  line-height: 1.5;
  text-align: center;
}

.topIntroPaginationItem__ttl--sub {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .topIntroListBox {
    padding: 35px 30px;
    overflow: visible;
  }
  .topIntroListBox .swiper-pagination {
    opacity: 0;
    visibility: hidden;
  }
  .topIntroPagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 20px;
    max-width: 502px;
    margin: auto;
  }
  .topIntroPaginationItem {
    width: calc((100% - 40px) / 3);
    margin: 0;
  }
  .topIntroPaginationItem__ttl {
    font-size: 12px;
  }
  .topIntroPaginationItem__ttl--sub {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .topIntroPagination {
    justify-content: center;
    flex-wrap: wrap;
  }
  .topIntroPaginationItem {
    width: calc((100% - 20px) / 2);
  }
}
.topIntroList {
  width: 100vw;
}

.topIntroListItem {
  max-width: 1040px;
  width: calc(100% - 60px);
  height: -moz-fit-content;
  height: fit-content;
  padding: 60px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  margin: 0 30px;
  border-radius: 30px;
  background-color: #FFFFFF;
}

.topIntroListItem__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.topIntroListItem__mainImgBox {
  flex: 1 1 455px;
  max-width: 455px;
  border-radius: 10px;
  overflow: hidden;
}

.topIntroListItem__mainContBox {
  flex: 1 1 415px;
  max-width: 415px;
}

.topIntroListItem__mainTtl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(22px, 22px + 2 * (100vw - 768px) / 512, 24px);
  line-height: 1.375;
  text-align: center;
  color: #095CE0;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 61px;
  padding: 0 clamp(30px, 30px + 11 * (100vw - 768px) / 512, 41px) 0 clamp(30px, 30px + 11 * (100vw - 768px) / 512, 41px);
  margin: 7px auto 0;
}
.topIntroListItem__mainTtl::before, .topIntroListItem__mainTtl::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 70px;
  margin: auto;
  border-radius: 8px;
  background-color: #095CE0;
  content: "";
}
.topIntroListItem__mainTtl::before {
  left: 0;
  transform: rotate(-16deg);
}
.topIntroListItem__mainTtl::after {
  right: 0;
  transform: rotate(16deg);
}

.topIntroListItem__mainTtl--sub {
  display: block;
  font-size: 18px;
  color: #000000;
  margin-top: 4px;
}

.topIntroListItem__mainTxt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .topIntroListItem {
    max-width: 1040px;
    width: calc(100% - 60px);
    padding: 40px 20px;
    margin: 0 10px;
    border-radius: 20px;
  }
  .topIntroListItem__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
  }
  .topIntroListItem__mainImgBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topIntroListItem__mainContBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topIntroListItem__mainTtl {
    font-size: 20px;
  }
  .topIntroListItem__mainTtl--sub {
    font-size: 16px;
  }
}
.topIntroOperatorBox {
  margin-top: 45px;
}

.topIntroOperatorTtl {
  position: relative;
  display: block;
  font-size: 22px;
  text-align: center;
  color: #095CE0;
}
.topIntroOperatorTtl::before, .topIntroOperatorTtl::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44.6%;
  height: 2px;
  margin: auto;
  background-color: #095CE0;
  content: "";
}
.topIntroOperatorTtl::before {
  left: 0;
}
.topIntroOperatorTtl::after {
  right: 0;
}

.topIntroOperatorList {
  display: flex;
  justify-content: center;
  gap: 0 clamp(15px, 15px + 14 * (100vw - 768px) / 512, 29px);
  margin-top: 21px;
}

.topIntroOperatorListItem {
  max-width: 208px;
  width: calc((100% - clamp(15px, 15px + 14 * (100vw - 768px) / 512, 29px) * 3) / 4);
}

.topIntroOperatorListItem__link {
  display: block;
  width: 100%;
  height: 100%;
}
.topIntroOperatorListItem__link:hover .topIntroOperatorListItem__shop {
  text-decoration: none;
}

.topIntroOperatorListItem__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.topIntroOperatorListItem__shop {
  position: relative;
  display: block;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #095CE0;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 17px;
  margin: 9px auto 0;
}
.topIntroOperatorListItem__shop::before {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url(../img/common/ico_ext-link.svg) no-repeat center center/100%;
  content: "";
}

.topIntroOperatorListItem__btn {
  margin-top: 41px;
}

@media screen and (max-width: 768px) {
  .topIntroOperatorBox {
    margin-top: 35px;
  }
  .topIntroOperatorTtl {
    font-size: 20px;
  }
  .topIntroOperatorTtl::before, .topIntroOperatorTtl::after {
    width: 39%;
  }
  .topIntroOperatorList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 20px;
    max-width: 436px;
    margin: 21px auto 0;
  }
  .topIntroOperatorListItem {
    width: calc((100% - 20px) / 2);
  }
  .topIntroOperatorListItem__shop {
    position: relative;
    display: block;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #095CE0;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 17px;
    margin: 9px auto 0;
  }
  .topIntroOperatorListItem__shop::before {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background: url(../img/common/ico_ext-link.svg) no-repeat center center/100%;
    content: "";
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topOkinawaIntroArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topOkinawaIntroArea {
  padding-top: 122px;
  padding-bottom: 70px;
  overflow: hidden;
}

.topOkinawaIntroLead__ttlBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
}
.topOkinawaIntroLead__ttlBox::before {
  display: block;
  position: absolute;
  top: -69px;
  left: 0;
  right: 0;
  width: 82px;
  height: 43px;
  margin: auto;
  background: url(../img/common/ico_ttl-deco01.svg) no-repeat center/contain;
  content: "";
}

.topOkinawaIntroLead__ttl {
  position: relative;
  font-size: 46px;
  line-height: 0.89;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 90px;
}
.topOkinawaIntroLead__ttl .c-accent {
  font-size: 68px;
}
.topOkinawaIntroLead__ttl::before, .topOkinawaIntroLead__ttl::after {
  display: block;
  position: absolute;
  margin: auto;
  content: "";
}
.topOkinawaIntroLead__ttl::before {
  bottom: -20px;
  left: 0;
  width: 116px;
  height: 87px;
  background: url(../img/common/ico_ttl-deco02.svg) no-repeat center/contain;
}
.topOkinawaIntroLead__ttl::after {
  top: -19px;
  right: 0;
  width: 183px;
  height: 82px;
  background: url(../img/common/ico_ttl-deco03.svg) no-repeat center/contain;
}

.topOkinawaIntroLead__txt {
  font-weight: 300;
  line-height: 1.875;
  max-width: 415px;
  margin: 36px 0 0 clamp(20px, 20px + 21 * (100vw - 768px) / 512, 41px);
}

.topOkinawaIntroLead__imgBox {
  width: 100%;
  margin: clamp(-295px, -200px + -95 * (100vw - 768px) / (1280 - 768), -200px) auto 0;
}

.topOkinawaIntro__areaTtl {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  padding-top: 65px;
  margin: 49px auto 29px;
  border-top: 2px solid #E6E6E6;
}

@media screen and (max-width: 768px) {
  .topOkinawaIntroArea {
    padding-top: 110px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  .topOkinawaIntroLead__ttlBox {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
  .topOkinawaIntroLead__ttlBox::before {
    display: block;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    width: 62px;
    height: 32px;
    margin: auto;
    background: url(../img/common/ico_ttl-deco01.svg) no-repeat center/contain;
    content: "";
  }
  .topOkinawaIntroLead__ttl {
    position: relative;
    font-size: 24px;
    line-height: 0.89;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 55px;
  }
  .topOkinawaIntroLead__ttl .c-accent {
    font-size: 35px;
  }
  .topOkinawaIntroLead__ttl::before, .topOkinawaIntroLead__ttl::after {
    display: block;
    position: absolute;
    margin: auto;
    content: "";
  }
  .topOkinawaIntroLead__ttl::before {
    bottom: -15px;
    left: -13px;
    width: 77px;
    height: 58px;
  }
  .topOkinawaIntroLead__ttl::after {
    top: -14px;
    right: -20px;
    width: 122px;
    height: 55px;
  }
  .topOkinawaIntroLead__txt {
    font-weight: 300;
    line-height: 1.875;
    max-width: 415px;
    margin: 36px auto 0;
  }
  .topOkinawaIntroLead__imgBox {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
  .topOkinawaIntro__areaTtl {
    font-size: 24px;
    padding-top: 55px;
    margin: 49px auto 29px;
  }
}
.topOkinawaIntroAreaListBox {
  padding: 35px 30px 0;
  margin-bottom: 35px;
  overflow: visible;
}
.topOkinawaIntroAreaListBox .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

.topIntroListBox,
.topOkinawaIntroAreaListBox {
  transition: height 0.3s ease;
}

.topOkinawaIntroAreaPagination {
  display: flex;
  gap: 0 clamp(10px, 10px + 6 * (100vw - 768px) / 512, 16px);
  padding: 0;
}
.topOkinawaIntroAreaPagination.--btm {
  padding: 35px 0 0 0;
}
.topOkinawaIntroAreaPagination.--btm .topOkinawaIntroAreaPaginationItem {
  flex-direction: column-reverse;
  padding: 31px 0 0 0;
}
.topOkinawaIntroAreaPagination.--btm .topOkinawaIntroAreaPaginationItem::before, .topOkinawaIntroAreaPagination.--btm .topOkinawaIntroAreaPaginationItem::after {
  transform: rotate(180deg);
}
.topOkinawaIntroAreaPagination.--btm .topOkinawaIntroAreaPaginationItem::before {
  display: block;
}
.topOkinawaIntroAreaPagination.--btm .topOkinawaIntroAreaPaginationItem::after {
  display: none;
}

.topOkinawaIntroAreaPaginationItem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 17px 0;
  max-width: 195px;
  width: calc((100% - clamp(10px, 10px + 6 * (100vw - 768px) / 512, 16px) * 4) / 5);
  padding: 0 0 32px 0;
  margin: 0 auto;
  cursor: pointer;
}
.topOkinawaIntroAreaPaginationItem::before, .topOkinawaIntroAreaPaginationItem::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  background: url("../img/common/ico_slide-nav-gray.svg") no-repeat center/contain;
  transition: 0.3s;
  content: "";
}
.topOkinawaIntroAreaPaginationItem::before {
  display: none;
  top: 0;
}
.topOkinawaIntroAreaPaginationItem::after {
  bottom: 0;
}
.topOkinawaIntroAreaPaginationItem.active {
  color: #095CE0;
  transition: 0.3s;
}
.topOkinawaIntroAreaPaginationItem.active::before, .topOkinawaIntroAreaPaginationItem.active::after {
  background: url("../img/common/ico_slide-nav.svg") no-repeat center/contain;
  transition: 0.3s;
}
.topOkinawaIntroAreaPaginationItem.active .topOkinawaIntroAreaPaginationItem__imgBox {
  background-color: #FFFFFF;
  transition: 0.3s;
}
.topOkinawaIntroAreaPaginationItem.active .topOkinawaIntroAreaPaginationItem__ttl {
  color: #095CE0;
  transition: 0.3s;
}

.topOkinawaIntroAreaPaginationItem__imgBox {
  border-radius: 50%;
  background-color: #F5F7F8;
  overflow: hidden;
  transition: 0.3s;
}

.topOkinawaIntroAreaPaginationItem__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  line-height: 1.19;
  text-align: center;
  color: #C3C3C3;
  transition: 0.3s;
}

.topOkinawaIntroAreaPaginationItem__ttl--sub {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .topOkinawaIntroAreaListBox {
    padding: 35px 30px;
    overflow: visible;
  }
  .topOkinawaIntroAreaListBox .swiper-pagination {
    opacity: 0;
    visibility: hidden;
  }
  .topOkinawaIntroAreaPagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .topOkinawaIntroAreaPaginationItem {
    width: calc((100% - 40px) / 3);
    padding: 0 0 32px 0;
    margin: 0;
  }
  .topOkinawaIntroAreaPaginationItem__ttl {
    font-size: 18px;
  }
}
.topOkinawaIntroAreaList {
  width: 100vw;
}

.topOkinawaIntroAreaListItem {
  max-width: 1040px;
  width: calc(100% - 60px);
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0 60px 0;
  margin: 0 30px;
  border-radius: 30px;
  background-color: #EDF5FF;
  overflow: hidden;
}

.topOkinawaIntroListImgBox {
  position: relative;
  width: 100%;
}
.topOkinawaIntroListImgBox::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  margin: auto;
  background: url(../img/common/bg_wave.png) repeat-x bottom left/100%;
  content: "";
}

.topOkinawaIntroListContBox {
  display: flex;
  justify-content: space-between;
  gap: 0 clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
  padding: 60px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 0;
}

.topOkinawaIntroListCont__txtWrap {
  flex: 1 1 470px;
}

.topOkinawaIntroListCont__ttlBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 15px;
  border: 3px solid #095CE0;
  border-radius: 15px;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 1;
}
.topOkinawaIntroListCont__ttlBox::before, .topOkinawaIntroListCont__ttlBox::after {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}
.topOkinawaIntroListCont__ttlBox::before {
  bottom: -18px;
  width: 36px;
  height: 27px;
  background: url(../img/common/ico_triangle.svg) no-repeat center/contain;
}
.topOkinawaIntroListCont__ttlBox::after {
  bottom: 0;
  width: 40px;
  height: 12px;
  background-color: #FFFFFF;
}

.topOkinawaIntroListCont__ttl {
  font-size: 23px;
  line-height: 1.695;
  text-align: center;
}

.topOkinawaIntroListCont__ttl--sub {
  display: block;
  font-size: 18px;
  margin-top: -2px;
}

.topOkinawaIntroListCont__txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  margin-top: 29px;
  color: #000000;
}

.topOkinawaIntroListCont__pointWrap {
  flex: 1 1 400px;
}

.topOkinawaIntroListCont__pointTtl {
  position: relative;
  font-size: 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 31px;
  margin: -9px auto 0;
  color: #363636;
}
.topOkinawaIntroListCont__pointTtl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 19px;
  height: 29px;
  margin: auto;
  background: url(../img/common/ico_pin.svg) no-repeat center/contain;
  content: "";
}

.topOkinawaIntroPointList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px);
  margin-top: 16px;
}

.topOkinawaIntroPointListItem {
  max-width: 190px;
  width: calc((100% - clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px)) / 2);
  padding: 13px 13px 7px;
  border-radius: 15px;
  background-color: #FFFFFF;
}

.topOkinawaIntroPointListItem__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.topOkinawaIntroPointListItem__point {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  color: #095CE0;
}

.topOkinawaIntroListItem__btn {
  margin-top: 34px;
}

.topOkinawaIntroListItem__btn--comingSoon {
  border: 1px solid #C3C3C3;
  background-color: #C3C3C3;
  pointer-events: none;
}
.topOkinawaIntroListItem__btn--comingSoon::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .topOkinawaIntroAreaListItem {
    width: calc(100% - 60px);
    padding: 0 0 40px 0;
    margin: 0 10px;
    border-radius: 20px;
  }
  .topOkinawaIntroListContBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px 0;
  }
  .topOkinawaIntroListCont__txtWrap {
    flex: 1 1 100%;
  }
  .topOkinawaIntroListCont__ttlBox {
    padding: 12px 20px 13px;
    border: 3px solid #095CE0;
  }
  .topOkinawaIntroListCont__ttl {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .topOkinawaIntroListCont__ttl--sub {
    display: block;
    font-size: 17px;
    margin-top: -2px;
  }
  .topOkinawaIntroListCont__txt {
    margin-top: 34px;
  }
  .topOkinawaIntroListCont__pointWrap {
    flex: 1 1 100%;
  }
  .topOkinawaIntroListCont__pointTtl {
    font-size: 19px;
    margin: 0 auto;
  }
  .topOkinawaIntroPointList {
    gap: 20px;
    max-width: 400px;
    margin: 20px auto 0;
  }
  .topOkinawaIntroPointListItem {
    width: calc((100% - 20px) / 2);
  }
  .topOkinawaIntroPointListItem__point {
    font-size: 14px;
    line-height: 1.5;
  }
  .topOkinawaIntroListItem__btn {
    max-width: calc(100% - 40px);
    margin-top: 34px;
  }
}
@media (max-width: 550px) {
  .topOkinawaIntroListCont__ttl .c-break {
    display: block;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topTopicsArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topTopicsArea {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #EDF5FF;
}

.topicsList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px);
  margin-top: 33px;
}

.topicsListItem {
  max-width: 330px;
  width: calc((100% - clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px) * 2) / 3);
}

.topicsListItem__link {
  display: block;
  width: 100%;
}

.topicsListItem__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.topicsListItem__ttl {
  position: relative;
  font-size: 18px;
  line-height: 1.66;
  padding-left: 35px;
  margin-top: 18px;
}
.topicsListItem__ttl::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/common/ico_arrow-link.svg) no-repeat center/contain;
  content: "";
}

@media screen and (max-width: 768px) {
  .topTopicsArea {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .topicsList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
    margin-top: 40px;
  }
  .topicsListItem {
    width: 100%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topActivityArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topActivityArea {
  padding-top: 64px;
  padding-bottom: 91px;
  background-color: #FFF9ED;
}

.topActivityList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px);
  margin-top: 33px;
}

.topActivityListItem {
  max-width: 330px;
  width: calc((100% - clamp(15px, 15px + 10 * (100vw - 768px) / 512, 25px) * 2) / 3);
}

.topActivityListItem__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.topActivityListItem__contBox {
  margin-top: 17px;
}

.topActivityListItem__ttl {
  font-size: 20px;
  line-height: 1.3;
}

.topActivityTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 17px;
  margin-top: 7px;
}

.topActivityTagListItem {
  position: relative;
  font-size: 12px;
}
.topActivityTagListItem::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8.5px;
  width: 1px;
  height: 12px;
  margin: auto;
  background-color: #C9C9C9;
  transform: rotate(30deg);
  content: "";
}
.topActivityTagListItem:first-of-type::before {
  display: none;
}

.topActivityListItem__shop {
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 18px;
  margin-top: 4px;
}
.topActivityListItem__shop::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 13px;
  margin: auto;
  background: url(../img/common/ico_shop.svg) no-repeat center/contain;
  content: "";
}

.topActivityListItem__btn {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .topActivityArea {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .topActivityList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    margin-top: 40px;
  }
  .topActivityListItem {
    width: 100%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topSafetyArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topSafetyArea {
  padding-top: 63px;
  padding-bottom: 70px;
}

.topSafetyTtl .c-secTtl--ja {
  letter-spacing: 1.5px;
}

.topSafetyTxt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
  max-width: 784px;
  margin: 32px auto 0;
}

.topSafetyImgBox {
  max-width: 701px;
  width: 100%;
  margin: 63px auto 0;
}

.topSafetyBtn {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .topSafetyImgBox {
    margin: 40px auto 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* safetyArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.safetyArea {
  padding-top: 32px;
  padding-bottom: 79px;
}

.safetyLead__imgBox {
  max-width: 701px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.safetyLead__ttl {
  font-size: 26px;
  line-height: 1.615;
  width: -moz-fit-content;
  width: fit-content;
  margin: 63px auto 0;
}

.safetyLead__txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
  max-width: 784px;
  margin: 26px auto 0;
}

@media screen and (max-width: 768px) {
  .safetyLead__ttl {
    font-size: 22px;
    text-align: center;
    margin: 45px auto 0;
  }
  .safetyLead__txt {
    font-size: 16px;
    margin: 22px auto 0;
  }
}
.safetyList {
  margin-top: 73px;
}

.safetyListItem {
  display: flex;
  align-items: center;
  gap: 0 clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
  margin-left: 10px;
}
.safetyListItem + .safetyListItem {
  padding-top: 29px;
  margin-top: 30px;
  border-top: 1px solid #CBCBCB;
}
.safetyListItem.--anshin .safetyListItem__imgBox:before {
  background: url(../img/common/ico_safety01.svg) no-repeat center/contain;
}
.safetyListItem.--anshin .safetyListItem__ttl {
  color: #E6A81B;
}
.safetyListItem.--anzen .safetyListItem__imgBox:before {
  background: url(../img/common/ico_safety02.svg) no-repeat center/contain;
}
.safetyListItem.--anzen .safetyListItem__ttl {
  color: #7FC948;
}
.safetyListItem.--kaiteki .safetyListItem__imgBox:before {
  background: url(../img/common/ico_safety03.svg) no-repeat center/contain;
}
.safetyListItem.--kaiteki .safetyListItem__ttl {
  color: #F863A2;
}
.safetyListItem.--kankyo .safetyListItem__imgBox:before {
  background: url(../img/common/ico_safety04.svg) no-repeat center/contain;
}
.safetyListItem.--kankyo .safetyListItem__ttl {
  color: #095CE0;
}

.safetyListItem__imgBox {
  position: relative;
  flex: 1 1 340px;
}
.safetyListItem__imgBox::before {
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 78px;
  height: 78px;
  margin: auto;
  content: "";
}

.safetyListItem__img {
  border-radius: 10px;
}

.safetyListItem__contBox {
  flex: 1 1 640px;
}

.safetyListItem__ttl {
  font-size: 32px;
}

.safetyListItem__ttl--sub {
  font-size: 16px;
  margin-left: 14px;
}

.safetyListItem__txt {
  font-weight: 400;
  line-height: 1.875;
  margin-top: 14px;
}

.safety__btn {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .safetyList {
    margin-top: 60px;
  }
  .safetyListItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-left: 0;
  }
  .safetyListItem + .safetyListItem {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #CBCBCB;
  }
  .safetyListItem__imgBox {
    position: relative;
    flex: 1 1 100%;
  }
  .safetyListItem__contBox {
    flex: 1 1 100%;
  }
  .safetyListItem__ttl {
    font-size: 24px;
  }
  .safetyListItem__ttl--sub {
    font-size: 16px;
    margin-left: 14px;
  }
  .safetyListItem__txt {
    margin-top: 3px;
  }
  .safety__btn {
    margin-top: 55px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* guidelineArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.guidelineArea {
  padding-top: 69px;
  padding-bottom: 80px;
  background-color: #F5F7F8;
}

.guidelineTtl {
  font-size: 26px;
  text-align: center;
}

.guidelineTxt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
  max-width: 788px;
  margin: 22px auto 0;
}

.guidelineList {
  padding: 24px 30px;
  margin-top: 43px;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.guidelineListItem {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  padding-left: 13px;
}
.guidelineListItem::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #095CE0;
  content: "";
}
.guidelineListItem + .guidelineListItem {
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  .guidelineTtl {
    font-size: 22px;
    text-align: center;
  }
  .guidelineTxt {
    font-size: 16px;
  }
  .guidelineList {
    padding: 24px;
    margin-top: 35px;
  }
  .guidelineListItem + .guidelineListItem {
    margin-top: 5px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* z-index
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z4 {
  z-index: 4;
}

.u-z5 {
  z-index: 5;
}

.u-z6 {
  z-index: 6;
}

.u-z7 {
  z-index: 7;
}

.u-z8 {
  z-index: 8;
}

.u-z9 {
  z-index: 9;
}

.u-z10 {
  z-index: 10;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* potition
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-por {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* flex
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-mt5-pc {
    margin-top: 5px;
  }
  .u-mt10-pc {
    margin-top: 10px;
  }
  .u-mt15-pc {
    margin-top: 15px;
  }
  .u-mt20-pc {
    margin-top: 20px;
  }
  .u-mt25-pc {
    margin-top: 25px;
  }
  .u-mt30-pc {
    margin-top: 30px;
  }
  .u-mt35-pc {
    margin-top: 35px;
  }
  .u-mt40-pc {
    margin-top: 40px;
  }
  .u-mt45-pc {
    margin-top: 45px;
  }
  .u-mt50-pc {
    margin-top: 50px;
  }
  .u-mt55-pc {
    margin-top: 55px;
  }
  .u-mt60-pc {
    margin-top: 60px;
  }
  .u-mt65-pc {
    margin-top: 65px;
  }
  .u-mt70-pc {
    margin-top: 70px;
  }
  .u-mt75-pc {
    margin-top: 75px;
  }
  .u-mt80-pc {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt5-sp {
    margin-top: 5px;
  }
  .u-mt10-sp {
    margin-top: 10px;
  }
  .u-mt15-sp {
    margin-top: 15px;
  }
  .u-mt20-sp {
    margin-top: 20px;
  }
  .u-mt25-sp {
    margin-top: 25px;
  }
  .u-mt30-sp {
    margin-top: 30px;
  }
  .u-mt35-sp {
    margin-top: 35px;
  }
  .u-mt40-sp {
    margin-top: 40px;
  }
  .u-mt45-sp {
    margin-top: 45px;
  }
  .u-mt50-sp {
    margin-top: 50px;
  }
  .u-mt55-sp {
    margin-top: 55px;
  }
  .u-mt60-sp {
    margin-top: 60px;
  }
  .u-mt65-sp {
    margin-top: 65px;
  }
  .u-mt70-sp {
    margin-top: 70px;
  }
  .u-mt75-sp {
    margin-top: 75px;
  }
  .u-mt80-sp {
    margin-top: 80px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font-size
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-fz10-pc {
    font-size: 10px;
  }
  .u-fz11-pc {
    font-size: 11px;
  }
  .u-fz12-pc {
    font-size: 12px;
  }
  .u-fz13-pc {
    font-size: 13px;
  }
  .u-fz14-pc {
    font-size: 14px;
  }
  .u-fz15-pc {
    font-size: 15px;
  }
  .u-fz16-pc {
    font-size: 16px;
  }
  .u-fz17-pc {
    font-size: 17px;
  }
  .u-fz18-pc {
    font-size: 18px;
  }
  .u-fz19-pc {
    font-size: 19px;
  }
  .u-fz20-pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-fz10-sp {
    font-size: 10px;
  }
  .u-fz11-sp {
    font-size: 11px;
  }
  .u-fz12-sp {
    font-size: 12px;
  }
  .u-fz13-sp {
    font-size: 13px;
  }
  .u-fz14-sp {
    font-size: 14px;
  }
  .u-fz15-sp {
    font-size: 15px;
  }
  .u-fz16-sp {
    font-size: 16px;
  }
  .u-fz17-sp {
    font-size: 17px;
  }
  .u-fz18-sp {
    font-size: 18px;
  }
  .u-fz19-sp {
    font-size: 19px;
  }
  .u-fz20-sp {
    font-size: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-fw600 {
  font-weight: 600;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 特殊
――――――――――――――――――――――――――――――――――――――――――――――*/