@charset "UTF-8";
/* ==============================================================================

  base

============================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@media screen and (max-width: 767.98px) {
  html, body {
    min-height: 100%;
  }
}

html {
  font-size: 10px;
  font-size: 2.667vw;
  touch-action: manipulation;
  scroll-behavior: auto;
}

body {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: 320px;
  }
}
@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
    min-width: 100%;
  }
}

body * {
  box-sizing: border-box;
  word-break: break-all;
}

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

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px solid #333333;
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    color: inherit;
  }
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th, td {
  vertical-align: top;
  text-align: left;
}

input, select {
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 4px;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

img[src$=".svg"] {
  image-rendering: -webkit-optimize-contrast; /* Safari用のクッキリ表示 */
  image-rendering: crisp-edges;
}

/* PC⇔SP表示切替 */
@media screen and (max-width: 767.98px) {
  .hide--sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .hide--pc {
    display: none !important;
  }
}

/* tel screen⇔print表示切替 */
.tel--display {
  display: inline;
  opacity: 0;
  animation-name: fade-in-tel;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media print, screen and (min-width: 768px) {
  .tel--display {
    pointer-events: none;
  }
}
@media print {
  .tel--display {
    display: none;
  }
}

@keyframes fade-in-tel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tel--print {
  display: none;
}
@media print {
  .tel--print {
    display: inline-block;
  }
}

/* ==============================================================================

  pages

============================================================================== */
/* -----------------------------------------

  00. common

----------------------------------------- */
@media print, screen and (min-width: 768px) {
  .u-showPc {
    display: block !important;
  }
}
@media screen and (max-width: 767.98px) {
  .u-showPc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-showSp {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .u-showSp {
    display: block !important;
  }
}

.l-main {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    min-width: 1280px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-top: 0;
  }
}

.c-headingIcon {
  position: relative;
}
.c-headingIcon::before, .c-headingIcon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/pc/img_common_heading- decoration.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-headingIcon::before, .c-headingIcon::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-headingIcon::before {
  left: -25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-headingIcon::before {
    left: -5.3333333333vw;
  }
}
.c-headingIcon::after {
  right: -25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-headingIcon::after {
    right: -5.3333333333vw;
  }
}

/* -----------------------------------------

  01. s-header

----------------------------------------- */
.s-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  transition: 0.4s;
}
.s-header__inner {
  background-color: #231641;
  padding: 0 40px;
}
@media screen and (max-width: 767.98px) {
  .s-header__inner {
    padding: 0 5.3333333333vw;
  }
}
.s-header__nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .s-header__nav {
    height: 12vw;
  }
}
.s-header__logo {
  width: 127px;
  height: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-header__logo {
    width: 20.5333333333vw;
    height: 5.8666666667vw;
  }
}
.s-header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .s-header__list {
    display: none;
  }
}
.s-header__item {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.s-header__itemLink {
  color: #FFFFFF;
}

/* -----------------------------------------

  02. s-mv

----------------------------------------- */
.s-mv {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 665px;
  background-image: url("../images/pc/img_mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .s-mv {
    background-image: url("../images/sp/img_mv_bg.jpg");
    height: 100vh;
    min-height: 670px;
  }
}
.s-mv__inner {
  height: calc(95.5vh - 80px);
  min-height: 665px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 47px;
}
@media screen and (max-width: 767.98px) {
  .s-mv__inner {
    height: 91vh;
    min-height: 610px;
    padding-top: 12vw;
  }
}
@media screen and (max-width: 767.98px) {
  .s-mv__subHeading {
    width: 64.5333333333vw;
    height: 18.4vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.s-mv__logo {
  width: 340px;
  height: auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.98px) {
  .s-mv__logo {
    width: 24.5333333333vw;
    height: 62.9333333333vw;
  }
}
.s-mv__badgeWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
.s-mv__badge {
  width: 278px;
  height: 145px;
}
@media screen and (max-width: 767.98px) {
  .s-mv__badgeSet {
    width: 86.9333333333vw;
    height: 24.8vw;
  }
}
.s-mv__annotation {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .s-mv__annotation {
    width: 78.6666666667vw;
    margin: 0 auto;
    font-size: 2.6666666667vw;
    line-height: 1.4;
    text-align: left;
  }
}

/* -----------------------------------------

  03. s-about

----------------------------------------- */
.s-about__about {
  width: 100%;
  padding-top: 128px;
  padding-bottom: 200px;
  background-image: url("../images/pc/img_about_bg.jpg");
  background-color: #231641;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 112%;
}
@media screen and (max-width: 767.98px) {
  .s-about__about {
    padding-top: 20vw;
    padding-bottom: 42.6666666667vw;
    background-image: url("../images/sp/img_about_bg.jpg");
    background-position: center 105%;
  }
}
.s-about__inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .s-about__inner {
    width: 611px;
  }
}
.s-about__heading {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.1rem;
  padding-bottom: 10px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-about__heading {
    font-size: 6.4vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
    letter-spacing: 0.1rem;
  }
}
.s-about__heading::after {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px dashed #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-about__heading::after {
    width: 8vw;
    height: 0.2666666667vw;
  }
}
.s-about__heading--color {
  color: #E7C24B;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-about__heading--color {
    padding-top: 4.2666666667vw;
  }
}
.s-about__heading--furigana {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-about__heading--furigana {
    font-size: 2.6666666667vw;
    letter-spacing: 0.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .s-about__textWrap {
    position: relative;
  }
}
.s-about__text01 {
  width: 69px;
  height: 247px;
}
@media print, screen and (min-width: 768px) {
  .s-about__text01 {
    position: absolute;
    top: -10px;
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .s-about__text01 {
    width: 47.7333333333vw;
    height: 13.6vw;
    margin: 0 auto 12vw;
  }
}
.s-about__text02Wrap {
  width: 451px;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .s-about__text02Wrap {
    width: 78.6666666667vw;
    font-size: 3.7333333333vw;
    margin: 0 auto;
  }
}
.s-about__text02 {
  line-height: 1.8;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767.98px) {
  .s-about__text02 {
    letter-spacing: 0.1rem;
    line-height: 1.9;
  }
}
.s-about__text02 + .s-about__text02 {
  margin-top: 18px;
}
@media screen and (max-width: 767.98px) {
  .s-about__text02 + .s-about__text02 {
    margin-top: 4.2666666667vw;
  }
}
.s-about__question {
  width: 850px;
  margin: 80px auto 0;
  padding: 20px 40px 20px 172px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .s-about__question {
    display: flex;
    align-items: center;
    column-gap: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-about__question {
    width: auto;
    margin: 10.6666666667vw 10.6666666667vw 0;
    padding: 6.1333333333vw 5.3333333333vw;
    border-radius: 8px;
  }
}
.s-about__question::before {
  content: "";
  width: 126px;
  height: 136px;
  background-image: url("../images/pc/img_recommend_question.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  left: 10px;
}
@media print, screen and (min-width: 768px) {
  .s-about__question::before {
    bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .s-about__question::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-image: url("../images/sp/img_recommend_question.png");
    left: 9.3333333333vw;
    top: -2.6666666667vw;
  }
}
.s-about__questionHeading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .s-about__questionHeading {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: 0.15rem;
    margin-bottom: 2.6666666667vw;
  }
}
.s-about__questionHeading--color {
  color: #E7C24B;
}
.s-about__questionText {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}
@media print, screen and (min-width: 768px) {
  .s-about__questionText {
    width: 449px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-about__questionText {
    font-size: spVw14s();
    letter-spacing: 0.05rem;
    line-height: 1.7;
  }
}

/* -----------------------------------------

  04. s-recommend

----------------------------------------- */
.s-recommend {
  padding-top: 85px;
  padding-bottom: 120px;
  background-color: #231641;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .s-recommend {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
.s-recommend::after {
  content: "";
  width: 100%;
  height: 67px;
  height: 4.467vw;
  background-image: url("../images/pc/img_common_ellipse.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% bottom;
  position: absolute;
  top: -67px;
  top: -4.467vw;
  left: 0;
  z-index: -1;
}
@media (width < 1516px) {
  .s-recommend::after {
    height: 67px;
    top: -67px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-recommend::after {
    height: 5.0666666667vw;
    background-image: url("../images/sp/img_common_ellipse.svg");
    top: -5.0666666667vw;
  }
}
.s-recommend__inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .s-recommend__inner {
    width: 960px;
  }
}
.s-recommend__heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__heading {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
    letter-spacing: 0.4rem;
  }
}
.s-recommend__headingInner {
  position: relative;
  z-index: 0;
}
.s-recommend__headingInner::before, .s-recommend__headingInner::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__headingInner::before, .s-recommend__headingInner::after {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
    border-top: 0.2666666667vw solid #FFFFFF;
    bottom: 4vw;
  }
}
.s-recommend__headingInner::before {
  left: -35px;
  transform: rotate(60deg);
}
@media screen and (max-width: 767.98px) {
  .s-recommend__headingInner::before {
    left: -10.6666666667vw;
  }
}
.s-recommend__headingInner::after {
  right: -35px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767.98px) {
  .s-recommend__headingInner::after {
    right: -20vw;
  }
}
.s-recommend__listWrap {
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__listWrap {
    width: auto;
    border: 0.2666666667vw solid #FFFFFF;
    border-radius: 2.1333333333vw;
    margin: 0 5.3333333333vw;
  }
}
.s-recommend__listWrap {
  z-index: 0;
}
.s-recommend__listWrap::before, .s-recommend__listWrap::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 9px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__listWrap::before, .s-recommend__listWrap::after {
    content: none;
  }
}
.s-recommend__listWrap::before {
  left: -4px;
  transform: rotate(-45deg);
}
.s-recommend__listWrap::after {
  right: -4px;
  transform: rotate(45deg);
}
.s-recommend__list {
  padding: 50px 50px 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__list {
    padding: 10.6666666667vw 10.6666666667vw 9.3333333333vw;
    flex-direction: column;
  }
}
.s-recommend__list::before, .s-recommend__list::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 9px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__list::before, .s-recommend__list::after {
    content: none;
  }
}
.s-recommend__list::before {
  left: -4px;
  transform: rotate(45deg);
}
.s-recommend__list::after {
  right: -4px;
  transform: rotate(-45deg);
}
.s-recommend__item {
  width: 246px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__item {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .s-recommend__item + .s-recommend__item {
    margin-top: 6.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
.s-recommend__item + .s-recommend__item::before {
  content: "";
  width: 1px;
  height: 325px;
  border-left: 1px dashed #FFFFFF;
  position: absolute;
  top: 0;
  left: -29px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__item + .s-recommend__item::before {
    width: 100%;
    height: 0.2666666667vw;
    border-left: none;
    border-top: 1px dashed #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
  }
}
.s-recommend__itemNumber {
  width: 42px;
  height: 42px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__itemNumber {
    width: 9.6vw;
    height: 9.6vw;
    top: -4.8vw;
  }
  .s-recommend__item + .s-recommend__item .s-recommend__itemNumber {
    top: 5.3333333333vw;
  }
}
.s-recommend__itemImage {
  width: 100%;
  height: 140px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__itemImage {
    height: auto;
    margin-bottom: 4vw;
  }
}
.s-recommend__itemHeading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__itemHeading {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.18rem;
  }
}
.s-recommend__itemHeading--color {
  color: #E7C24B;
}
.s-recommend__itemText {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-recommend__itemText {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1rem;
    line-height: 1.6;
  }
}

/* -----------------------------------------

  05. s-merit

----------------------------------------- */
.s-merit {
  background-color: #EFEFEE;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit {
    padding-top: 12vw;
    margin-bottom: -1.3333333333vw;
  }
}
.s-merit::after {
  content: "";
  width: 100%;
  height: 50px;
  height: 3.334vw;
  background-image: url("../images/pc/img_common_wave.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit::after {
    height: 4.5333333333vw;
    background-image: url("../images/sp/img_common_wave.svg");
    background-size: cover;
    bottom: 1.0666666667vw;
  }
}
.s-merit__inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding-bottom: 115px;
}
@media screen and (max-width: 767.98px) {
  .s-merit__inner {
    width: 100%;
    padding-bottom: 10.6666666667vw;
  }
}
.s-merit__heading {
  color: #231641;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.13rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .s-merit__heading {
    font-size: 6.4vw;
    transform: translateX(-10.6666666667vw);
    letter-spacing: 0.2rem;
  }
}
.s-merit__heading--accent {
  font-size: 56px;
}
@media screen and (max-width: 767.98px) {
  .s-merit__heading--accent {
    font-size: 9.0666666667vw;
  }
}
.s-merit__headingLogo {
  width: 134px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .s-merit__headingLogo {
    width: 24.5333333333vw;
    height: 6.9333333333vw;
  }
}
.s-merit__headingLine02 {
  position: relative;
}
.s-merit__headingLine02::before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url("../images/pc/img_merit_heading-accent.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: -22px;
  left: -12px;
}
@media screen and (max-width: 767.98px) {
  .s-merit__headingLine02::before {
    width: 3.2vw;
    height: 2.9333333333vw;
    top: -3.7333333333vw;
    left: -2.6666666667vw;
  }
}
.s-merit__image {
  width: 166px;
  height: 221px;
  position: absolute;
  right: 33px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit__image {
    width: 25.3333333333vw;
    height: 32.8vw;
    right: 8vw;
  }
}

/* -----------------------------------------

  06. s-merit01

----------------------------------------- */
.s-merit01__about {
  background-image: linear-gradient(#0b0929 0%, #231641 50%);
  padding-top: 70px;
  padding-bottom: 150px;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__about {
    padding-top: 22.6666666667vw;
    padding-bottom: 32vw;
  }
}
.s-merit01__about::after {
  content: "";
  width: 100%;
  height: 50px;
  height: 3.334vw;
  background-image: url("../images/pc/img_common_wave.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__about::after {
    height: 4.5333333333vw;
    background-image: url("../images/sp/img_common_wave.svg");
    bottom: -0.2666666667vw;
  }
}
.s-merit01__subHeading {
  width: 183px;
  height: 50px;
  margin: 0 auto 7px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__subHeading {
    width: 37.8666666667vw;
    height: 10.4vw;
    margin: 0 auto 4vw;
  }
}
.s-merit01__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.06rem;
  padding-bottom: 13px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__heading {
    font-size: 5.8666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.2rem;
  }
}
.s-merit01__heading::after {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px dashed #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit01__heading::after {
    width: 8vw;
    height: 0.2666666667vw;
    border-top: 0.2666666667vw dashed #FFFFFF;
  }
}
.s-merit01__aboutBox01 {
  width: 960px;
  margin: 0 auto 75px;
}
@media print, screen and (min-width: 768px) {
  .s-merit01__aboutBox01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01 {
    width: auto;
    margin: 0 10.6666666667vw 36vw;
  }
}
.s-merit01__aboutBox01Image {
  width: 446px;
  height: 270px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Image {
    width: 100%;
    height: 47.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.s-merit01__aboutBox01TextWrap {
  width: 444px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01TextWrap {
    width: 100%;
  }
}
.s-merit01__aboutBox01NormalPrice {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    line-height: 2.1;
  }
}
.s-merit01__aboutBox01NormalPrice::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice::after {
    border-width: 2.1333333333vw 2.1333333333vw 0 2.1333333333vw;
    bottom: -1.0666666667vw;
  }
}
.s-merit01__aboutBox01NormalPrice--large {
  font-size: 22px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice--large {
    font-size: 4.8vw;
    letter-spacing: 0.1rem;
  }
}
.s-merit01__aboutBox01NormalPrice--number {
  font-size: 24px;
  position: relative;
  margin: 0 2px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice--number {
    font-size: 5.8666666667vw;
    margin: 0 0.5333333333vw;
  }
}
.s-merit01__aboutBox01NormalPrice--number::after {
  content: "";
  width: 216px;
  height: 2px;
  background-color: #FFFFFF;
  transform: rotate(4deg);
  position: absolute;
  bottom: 12px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice--number::after {
    width: 53.3333333333vw;
    height: 0.5333333333vw;
    transform: rotate(3deg);
  }
}
.s-merit01__aboutBox01NormalPrice--yen {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice--yen {
    padding-top: 4vw;
  }
}
.s-merit01__aboutBox01NormalPrice--tax {
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01NormalPrice--tax {
    font-size: 2.1333333333vw;
  }
}
.s-merit01__aboutBox01PriceWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: #E7C24B;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01PriceWrap {
    column-gap: 0.5333333333vw;
  }
}
.s-merit01__aboutBox01Discount {
  display: inline-block;
  padding: 5px 8px 3px;
  border: 1px solid #E7C24B;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Discount {
    padding: 1.3333333333vw 1.0666666667vw 0.8vw;
    border: 0.2666666667vw solid #E7C24B;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
.s-merit01__aboutBox01Discount--number {
  font-size: 33px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Discount--number {
    font-size: 4.8vw;
  }
}
.s-merit01__aboutBox01Price {
  font-size: 66px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Price {
    font-size: 11.2vw;
  }
}
.s-merit01__aboutBox01Price--yen {
  font-size: 40px;
  padding-top: 20px;
  position: relative;
  margin-left: 2px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Price--yen {
    font-size: 7.2vw;
    padding-top: 4.2666666667vw;
    margin-left: 0.5333333333vw;
  }
}
.s-merit01__aboutBox01Price--tax {
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 4px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Price--tax {
    font-size: 3.2vw;
    left: 0vw;
  }
}
.s-merit01__aboutBox01Price--asterisk {
  font-size: 12px;
  color: #FFFFFF;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Price--asterisk {
    font-size: 3.2vw;
  }
}
.s-merit01__aboutBox01Annotation {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 15px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox01Annotation {
    font-size: 2.6666666667vw;
    margin-top: 4.8vw;
    line-height: 1.2;
  }
}
.s-merit01__aboutSubHeading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutSubHeading {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}
.s-merit01__aboutSubHeadingInner {
  position: relative;
  right: -10px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutSubHeadingInner {
    right: 0;
  }
}
.s-merit01__aboutBalloon {
  display: inline-block;
  width: 68px;
  height: 64px;
  position: absolute;
  top: -35px;
  left: -72px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBalloon {
    width: 15.4666666667vw;
    height: 14.4vw;
    top: -12vw;
    left: -14.6666666667vw;
  }
}
.s-merit01__aboutBox02 {
  width: 850px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 25px 30px;
}
@media print, screen and (min-width: 768px) {
  .s-merit01__aboutBox02 {
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02 {
    width: auto;
    margin: 0 10.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    border-radius: 2.1333333333vw;
    border: 0.2666666667vw solid #FFFFFF;
  }
}
.s-merit01__aboutBox02Image {
  width: 275px;
  height: 193px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Image {
    width: auto;
    height: 47.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.s-merit01__aboutBox02TextWrap {
  width: 465px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02TextWrap {
    width: auto;
  }
}
.s-merit01__aboutBox02NormalPrice {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    line-height: 2;
  }
}
.s-merit01__aboutBox02NormalPrice::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice::after {
    border-width: 2.1333333333vw 2.1333333333vw 0 2.1333333333vw;
    bottom: -2.1333333333vw;
  }
}
.s-merit01__aboutBox02NormalPrice--large {
  font-size: 20px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice--large {
    font-size: 4.8vw;
    letter-spacing: 0.15rem;
  }
}
.s-merit01__aboutBox02NormalPrice--number {
  font-size: 24px;
  position: relative;
  margin: 0 2px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice--number {
    font-size: 5.8666666667vw;
    margin: 0;
  }
}
.s-merit01__aboutBox02NormalPrice--number::after {
  content: "";
  width: 98px;
  height: 2px;
  background-color: #FFFFFF;
  transform: rotate(10deg);
  position: absolute;
  bottom: 12px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice--number::after {
    width: 23.4666666667vw;
    height: 0.5333333333vw;
    transform: rotate(8deg);
    bottom: 2.6666666667vw;
  }
}
.s-merit01__aboutBox02NormalPrice--yen {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice--yen {
    padding-top: 3.7333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.s-merit01__aboutBox02NormalPrice--tax {
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02NormalPrice--tax {
    font-size: 2.1333333333vw;
  }
}
.s-merit01__aboutBox02PriceWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  color: #E7C24B;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02PriceWrap {
    column-gap: 2.1333333333vw;
  }
}
.s-merit01__aboutBox02Discount {
  display: inline-block;
  padding: 7px 8px 5px;
  border: 1px solid #E7C24B;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Discount {
    padding: 1.3333333333vw 1.3333333333vw 0.8vw;
    border: 0.2666666667vw solid #E7C24B;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.s-merit01__aboutBox02Discount--number {
  font-size: 28px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Discount--number {
    font-size: 4.8vw;
  }
}
.s-merit01__aboutBox02Price {
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Price {
    font-size: 9.6vw;
  }
}
.s-merit01__aboutBox02Price--yen {
  font-size: 36px;
  padding-top: 15px;
  position: relative;
  margin-left: 2px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Price--yen {
    font-size: 5.3333333333vw;
    padding-top: 4vw;
    margin-left: 0.5333333333vw;
  }
}
.s-merit01__aboutBox02Price--tax {
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: 0.02rem;
  position: absolute;
  top: 0;
  left: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Price--tax {
    font-size: 3.2vw;
    left: 0;
  }
}
.s-merit01__aboutBox02Text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02rem;
  margin-top: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__aboutBox02Text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    letter-spacing: 0.06rem;
  }
}
.s-merit01__priceTable {
  background-image: linear-gradient(#0b0929 0%, #231641 50%);
  padding-top: 85px;
  padding-bottom: 120px;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__priceTable {
    padding-top: 21.3333333333vw;
    padding-bottom: 34.6666666667vw;
  }
}
.s-merit01__priceTableHeading {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__priceTableHeading {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.s-merit01__priceTableImage {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__priceTableImage {
    width: 100%;
    margin: 0;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit01__priceTableImageInner {
    width: 149.3333333333vw;
    height: 102.9333333333vw;
    margin: 0 5.3333333333vw 1.3333333333vw;
  }
}
.s-merit01__priceTableAnnotation {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02rem;
  margin-top: 12px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__priceTableAnnotation {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    margin-bottom: 18.6666666667vw;
    margin-left: 10.6666666667vw;
    margin-right: 10.6666666667vw;
    text-align: left;
  }
}
.s-merit01__hall {
  margin-top: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__hall {
    margin-top: 0;
  }
}
.s-merit01__hallSlider {
  width: 1140px;
  position: relative;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__hallSlider {
    width: 100%;
  }
}
.s-merit01__hallItem {
  position: relative;
  z-index: 0;
}
.s-merit01__hallItemName {
  width: 100%;
  background-color: rgba(35, 22, 65, 0.6);
  padding: 13px 40px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__hallItemName {
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.1rem;
  }
}
.s-merit01__hallItemName--small {
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__hallItemName--small {
    font-size: 3.2vw;
  }
}
.s-merit01 .swiper-button-prev, .s-merit01 .swiper-button-next {
  width: 58px;
  height: 58px;
  background-color: #231641;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  .s-merit01 .swiper-button-prev, .s-merit01 .swiper-button-next {
    width: 9.6vw;
    height: 9.6vw;
    border: 0.2666666667vw solid #FFFFFF;
  }
}
.s-merit01 .swiper-button-prev::before, .s-merit01 .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 40%;
}
@media screen and (max-width: 767.98px) {
  .s-merit01 .swiper-button-prev::before, .s-merit01 .swiper-button-next::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border: 0.5333333333vw solid #FFFFFF;
    border-left: 0;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .s-merit01 .swiper-button-prev:hover, .s-merit01 .swiper-button-next:hover {
    background-color: #4A3B6C;
  }
}
.s-merit01 .swiper-button-prev {
  left: 235px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01 .swiper-button-prev {
    left: 2.6666666667vw;
  }
}
.s-merit01 .swiper-button-prev::before {
  left: 45%;
  transform: rotate(-135deg);
}
.s-merit01 .swiper-button-next {
  right: 235px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01 .swiper-button-next {
    right: 2.6666666667vw;
  }
}
.s-merit01 .swiper-button-next::before {
  right: 45%;
  transform: rotate(45deg);
}
.s-merit01 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01 .swiper-pagination {
    column-gap: 1.0666666667vw;
    margin-top: 4vw;
  }
}
.s-merit01 .swiper-pagination-bullet {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-merit01 .swiper-pagination-bullet {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.s-merit01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E7C24B;
}
.s-merit01__hallAnnotation {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02rem;
  margin-top: 12px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767.98px) {
  .s-merit01__hallAnnotation {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    margin-bottom: 0;
    margin-left: 10.6666666667vw;
    margin-right: 10.6666666667vw;
    text-align: left;
  }
}

/* -----------------------------------------

  07. s-contact

----------------------------------------- */
.s-contact {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url("../images/pc/img_contact_bg.png");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-contact {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.1333333333vw;
  }
}
.s-contact::after {
  content: "";
  width: 100%;
  height: 50px;
  height: 3.334vw;
  background-image: url("../images/pc/img_common_wave.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-contact::after {
    height: 4.5333333333vw;
    background-image: url("../images/sp/img_common_wave.svg");
    bottom: -0.2666666667vw;
  }
}
.s-contact__heading {
  width: 881px;
  height: 184px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-contact__heading {
    width: 89.3333333333vw;
    height: 32.5333333333vw;
    top: -13.3333333333vw;
  }
}
.s-contact__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #231641;
  letter-spacing: 0.03rem;
  margin-bottom: 37px;
}
@media screen and (max-width: 767.98px) {
  .s-contact__text {
    font-size: 4vw;
    margin-bottom: 4vw;
    letter-spacing: 0.1rem;
  }
}
.s-contact__list {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-contact__list {
    width: 100%;
  }
}
.s-contact__listSlider {
  width: 100%;
  overflow: hidden;
}
.s-contact__sliderItem {
  height: auto;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  .s-contact__sliderItem {
    border-radius: 2.1333333333vw;
    box-shadow: 0 0 1.0666666667vw rgba(0, 0, 0, 0.1);
    padding: 4vw 5.3333333333vw;
  }
}
.s-contact__sliderName {
  font-size: 22px;
  font-weight: bold;
  color: #231641;
  letter-spacing: 0.02rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 767.98px) {
  .s-contact__sliderName {
    font-size: 5.8666666667vw;
    margin-bottom: 0.8vw;
  }
}
.s-contact__sliderAddress {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #141230;
  flex-grow: 1;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-contact__sliderAddress {
    font-size: 3.2vw;
  }
}
.s-contact__sliderTelWrap {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #CCCCCC;
}
@media screen and (max-width: 767.98px) {
  .s-contact__sliderTelWrap {
    margin-top: 2.1333333333vw;
    padding-top: 2.1333333333vw;
  }
}
.s-contact__sliderTel {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #231641 !important;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-contact__sliderTel {
    font-size: 5.3333333333vw;
    padding-left: 7.4666666667vw;
  }
}
.s-contact__sliderTel::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/pc/img_contact_tel-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-contact__sliderTel::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.s-contact .swiper-button-prev, .s-contact .swiper-button-next {
  width: 58px;
  height: 58px;
  background-color: #231641;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  .s-contact .swiper-button-prev, .s-contact .swiper-button-next {
    width: 9.6vw;
    height: 9.6vw;
    border: 0.2666666667vw solid #FFFFFF;
  }
}
.s-contact .swiper-button-prev::before, .s-contact .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 40%;
}
@media screen and (max-width: 767.98px) {
  .s-contact .swiper-button-prev::before, .s-contact .swiper-button-next::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border: 0.5333333333vw solid #FFFFFF;
    border-left: 0;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contact .swiper-button-prev:hover, .s-contact .swiper-button-next:hover {
    background-color: #4A3B6C;
  }
}
.s-contact .swiper-button-prev {
  left: -70px;
}
@media screen and (max-width: 767.98px) {
  .s-contact .swiper-button-prev {
    left: 2.6666666667vw;
  }
}
.s-contact .swiper-button-prev::before {
  left: 45%;
  transform: rotate(-135deg);
}
.s-contact .swiper-button-next {
  right: -70px;
}
@media screen and (max-width: 767.98px) {
  .s-contact .swiper-button-next {
    right: 2.6666666667vw;
  }
}
.s-contact .swiper-button-next::before {
  right: 45%;
  transform: rotate(45deg);
}
.s-contact__annotation {
  width: 960px;
  margin: 12px auto 2px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #231641;
}
@media screen and (max-width: 767.98px) {
  .s-contact__annotation {
    width: auto;
    font-size: 2.6666666667vw;
    margin: 2.6666666667vw 10.6666666667vw 6.6666666667vw;
    letter-spacing: 0.04rem;
  }
}
.s-contact__buttonWrap {
  text-align: center;
}
.s-contact__button {
  display: inline-block;
  width: 313px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  background-color: #231641;
  box-shadow: 0 2px 0 #C2C1C0;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 22px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  text-align: left;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  .s-contact__button {
    width: 68vw;
    height: 13.8666666667vw;
    line-height: 13.8666666667vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 0 #C2C1C0;
    padding-left: 8vw;
    font-size: 4vw;
    letter-spacing: 0.1rem;
  }
}
.s-contact__button::after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("../images/pc/img_contact_download-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-contact__button::after {
    width: 2.6666666667vw;
    height: 4.2666666667vw;
    right: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contact__button:hover {
    box-shadow: none;
    transform: translateY(2px);
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767.98px) {
  .s-contact__button--text {
    display: none;
  }
}

/* -----------------------------------------

  08. s-merit02

----------------------------------------- */
.s-merit02__inner {
  background-image: linear-gradient(#0b0929 0%, #231641 50%);
  padding-top: 70px;
  padding-bottom: 120px;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__inner {
    background-image: linear-gradient(#0b0929 0%, #231641 10%);
    padding-top: 22.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.s-merit02__subHeading {
  width: 183px;
  height: 50px;
  margin: 0 auto 7px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__subHeading {
    width: 37.8666666667vw;
    height: 10.4vw;
    margin: 0 auto 4vw;
  }
}
.s-merit02__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.06rem;
  padding-bottom: 13px;
  margin-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__heading {
    font-size: 5.8666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.2rem;
  }
}
.s-merit02__heading::after {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px dashed #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit02__heading::after {
    width: 8vw;
    height: 0.2666666667vw;
    border-top: 0.2666666667vw dashed #FFFFFF;
  }
}
.s-merit02__text {
  width: 546px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03rem;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__text {
    width: auto;
    font-size: 4vw;
    margin: 0 10.6666666667vw 10.6666666667vw;
    letter-spacing: 0.1rem;
    text-align: left;
  }
}
.s-merit02__text--color {
  color: #E7C24B;
  font-weight: bold;
}
.s-merit02__flowHeading {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowHeading {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.s-merit02__flowList {
  width: 850px;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowList {
    width: auto;
    margin: 0 10.6666666667vw;
  }
}
.s-merit02__flowItem {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 20px 20px 20px 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .s-merit02__flowItem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowItem {
    border-radius: 2.1333333333vw;
    padding: 4.8vw 5.3333333333vw 5.3333333333vw;
  }
}
.s-merit02__flowItem--line01 {
  padding: 15px 20px 15px 40px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowItem--line01 {
    padding: 4.5333333333vw 5.3333333333vw;
  }
}
.s-merit02__flowItem + .s-merit02__flowItem {
  margin-top: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowItem + .s-merit02__flowItem {
    margin-top: 8vw;
  }
}
.s-merit02__flowItem::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: rgba(255, 255, 255, 0.15) transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowItem::after {
    border-width: 3.2vw 5.3333333333vw 0 5.3333333333vw;
    bottom: -5.3333333333vw;
  }
}
.s-merit02__flowItem--accent {
  border: 3px solid #E7C24B;
  padding: 17px 17px 17px 37px;
}
.s-merit02__flowItem--accent::after {
  bottom: -28px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowItem--accent::after {
    bottom: -6.6666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowItem--accent {
    border: 0.8vw solid #E7C24B;
    padding: 3.7333333333vw 4.5333333333vw 4.5333333333vw;
  }
}
.s-merit02__flowItem:last-of-type::after {
  content: none;
}
.s-merit02__flowTextWrap {
  width: 580px;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowTextWrap {
    width: auto;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
.s-merit02__flowImage {
  width: 182px;
  height: 114px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowImage {
    width: 100%;
    height: auto;
  }
}
.s-merit02__flowSubHeading {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowSubHeading {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 4vw;
  }
}
.s-merit02__flowItem--line01 .s-merit02__flowSubHeading {
  margin-bottom: 0;
}
.s-merit02__flowSubHeading::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E7C24B;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowSubHeading::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    left: 0;
  }
}
.s-merit02__flowSubHeading--small {
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowSubHeading--small {
    font-size: 3.7333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.s-merit02__flowText {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-merit02__flowText {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1rem;
    line-height: 1.7;
  }
}

/* -----------------------------------------

  09. s-merit03

----------------------------------------- */
.s-merit03__inner {
  background-color: #EFEFEE;
  padding-top: 120px;
  padding-bottom: 35px;
  padding-bottom: 2.334vw;
  color: #231641;
  overflow: hidden;
}
@media (width < 1516px) {
  .s-merit03__inner {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit03__inner {
    padding-top: 26.6666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
.s-merit03__subHeading {
  width: 183px;
  height: 50px;
  margin: 0 auto 7px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__subHeading {
    width: 37.8666666667vw;
    height: 10.4vw;
    margin: 0 auto 4vw;
  }
}
.s-merit03__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06rem;
  padding-bottom: 13px;
  margin-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__heading {
    font-size: 5.8666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.2rem;
  }
}
.s-merit03__heading::after {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px dashed #231641;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-merit03__heading::after {
    width: 8vw;
    height: 0.2666666667vw;
    border-top: 0.2666666667vw dashed #231641;
  }
}
.s-merit03__text {
  width: 501px;
  margin: 0 auto 35px;
  text-align: center;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03rem;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__text {
    width: auto;
    margin: 0 10.6666666667vw 8vw;
    font-size: 4vw;
    text-align: left;
    letter-spacing: 0.1rem;
  }
}
.s-merit03__text--color {
  color: #E7C24B;
  font-weight: bold;
}
.s-merit03__image {
  width: 648px;
  height: 304px;
  margin: 0 auto;
  transform: translateX(10px);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__image {
    width: 100%;
    height: 75.2vw;
    transform: none;
  }
}
.s-merit03__image::before {
  content: "";
  width: 1313px;
  height: 511px;
  background-image: url("../images/pc/img_merit03_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 10px;
  left: 48%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__image::before {
    content: none;
  }
}
.s-merit03__voice {
  background-color: #231641;
  padding-top: 45px;
  padding-bottom: 165px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voice {
    padding-top: 18.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.s-merit03__voice {
  z-index: 1;
}
.s-merit03__voice::before {
  content: "";
  width: 100%;
  height: 67px;
  height: 4.467vw;
  background-image: url("../images/pc/img_common_ellipse.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% bottom;
  position: absolute;
  top: -67px;
  top: -4.467vw;
  left: 0;
  z-index: -1;
}
@media (width < 1516px) {
  .s-merit03__voice::before {
    height: 67px;
    top: -67px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voice::before {
    height: 5.0666666667vw;
    background-image: url("../images/sp/img_common_ellipse.svg");
    top: -5.0666666667vw;
  }
}
.s-merit03__voice::after {
  content: "";
  width: 100%;
  height: 50px;
  height: 3.334vw;
  background-image: url("../images/pc/img_common_wave.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voice::after {
    height: 4.5333333333vw;
    background-image: url("../images/sp/img_common_wave.svg");
    bottom: -0.2666666667vw;
  }
}
.s-merit03__voiceHeading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voiceHeading {
    font-size: 4.8vw;
    letter-spacing: 0.2rem;
    margin-bottom: 6.6666666667vw;
    line-height: 1.4;
  }
}
.s-merit03__voiceHeadingInner {
  position: relative;
}
.s-merit03__voiceHeadingInner::before, .s-merit03__voiceHeadingInner::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voiceHeadingInner::before, .s-merit03__voiceHeadingInner::after {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
    bottom: 4vw;
  }
}
.s-merit03__voiceHeadingInner::before {
  left: -40px;
  transform: rotate(60deg);
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voiceHeadingInner::before {
    left: -10.6666666667vw;
  }
}
.s-merit03__voiceHeadingInner::after {
  right: -40px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voiceHeadingInner::after {
    right: -26.6666666667vw;
  }
}
.s-merit03__list {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__list {
    width: auto;
  }
}
.s-merit03__listSlider {
  width: 100%;
  overflow: hidden;
}
.s-merit03__sliderItem {
  height: auto;
  background-color: #EFEFEE;
  border-radius: 8px;
  padding: 53px 30px 35px;
  color: #231641;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__sliderItem {
    border-radius: 2.1333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 12vw;
  }
}
.s-merit03__sliderItem::before {
  content: "";
  width: 28px;
  height: 22px;
  background-image: url("../images/pc/img_merit03_voice-decoration.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__sliderItem::before {
    width: 7.4666666667vw;
    height: 5.8666666667vw;
    top: 5.3333333333vw;
    left: 3.7333333333vw;
  }
}
.s-merit03__sliderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__sliderTop {
    justify-content: center;
    column-gap: 3.2vw;
  }
}
.s-merit03__sliderImage {
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__sliderImage {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
}
.s-merit03__sliderHeading {
  width: 170px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__sliderHeading {
    width: 45.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.08rem;
  }
}
.s-merit03__sliderText {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__sliderText {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08rem;
  }
}
.s-merit03 .swiper-button-prev, .s-merit03 .swiper-button-next {
  width: 58px;
  height: 58px;
  background-color: #231641;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  .s-merit03 .swiper-button-prev, .s-merit03 .swiper-button-next {
    width: 9.6vw;
    height: 9.6vw;
    border: 0.2666666667vw solid #FFFFFF;
  }
}
.s-merit03 .swiper-button-prev::before, .s-merit03 .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 40%;
}
@media screen and (max-width: 767.98px) {
  .s-merit03 .swiper-button-prev::before, .s-merit03 .swiper-button-next::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border: 0.5333333333vw solid #FFFFFF;
    border-left: 0;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .s-merit03 .swiper-button-prev:hover, .s-merit03 .swiper-button-next:hover {
    background-color: #4A3B6C;
  }
}
.s-merit03 .swiper-button-prev {
  left: -70px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03 .swiper-button-prev {
    left: 2.6666666667vw;
  }
}
.s-merit03 .swiper-button-prev::before {
  left: 45%;
  transform: rotate(-135deg);
}
.s-merit03 .swiper-button-next {
  right: -70px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03 .swiper-button-next {
    right: 2.6666666667vw;
  }
}
.s-merit03 .swiper-button-next::before {
  right: 45%;
  transform: rotate(45deg);
}
.s-merit03 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03 .swiper-pagination {
    column-gap: 1.0666666667vw;
    margin-top: 4vw;
  }
}
.s-merit03 .swiper-pagination-bullet {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-merit03 .swiper-pagination-bullet {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.s-merit03 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E7C24B;
}
.s-merit03__voiceAnnotation {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 767.98px) {
  .s-merit03__voiceAnnotation {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}

/* -----------------------------------------

  10. s-faq

----------------------------------------- */
.s-faq__inner {
  background-image: linear-gradient(#0b0929 0%, #231641 50%);
  padding-top: 60px;
  padding-bottom: 170px;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-faq__inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 32vw;
  }
}
.s-faq__heading {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-bottom: 13px;
  margin-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-faq__heading {
    font-size: 6.4vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.2rem;
  }
}
.s-faq__heading::after {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px dashed #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-faq__heading::after {
    width: 8vw;
    height: 0.2666666667vw;
    border-top: 0.2666666667vw dashed #FFFFFF;
  }
}
.s-faq__text {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03rem;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .s-faq__text {
    margin: 0 10.6666666667vw 12vw;
    font-size: 4vw;
    text-align: left;
    letter-spacing: 0.08rem;
  }
}
.s-faq__accordion {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .s-faq__accordion {
    width: auto;
    margin: 0 10.6666666667vw;
  }
}
.s-faq__accordionItem {
  border-top: 1px solid #4F4B81;
}
@media screen and (max-width: 767.98px) {
  .s-faq__accordionItem {
    border-top: 0.2666666667vw solid #4F4B81;
  }
}
.s-faq__accordionItem:last-of-type {
  border-bottom: 1px solid #4F4B81;
}
@media screen and (max-width: 767.98px) {
  .s-faq__accordionItem:last-of-type {
    border-top: 0.2666666667vw solid #4F4B81;
  }
}
.s-faq__question {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  padding-left: 60px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-faq__question {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    padding-left: 9.8666666667vw;
    padding-right: 7.4666666667vw;
    font-size: 4vw;
    letter-spacing: 0.07rem;
    line-height: 1.6;
  }
}
.s-faq__question {
  z-index: 0;
}
.s-faq__question::before {
  content: "";
  width: 34px;
  height: 34px;
  background-color: #E7C24B;
  border-radius: 50%;
  position: absolute;
  top: 31px;
  left: 10px;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-faq__question::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: 6.1333333333vw;
    left: 0;
  }
}
.s-faq__question::after {
  content: "Q";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #231641;
  position: absolute;
  top: 38px;
  left: 19px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-faq__question::after {
    font-size: 4.2666666667vw;
    top: 7.7333333333vw;
    left: 2.1333333333vw;
  }
}
.s-faq__questionIcon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-faq__questionIcon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 0;
  }
}
.s-faq__questionIcon::before, .s-faq__questionIcon:after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
@media screen and (max-width: 767.98px) {
  .s-faq__questionIcon::before, .s-faq__questionIcon:after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}
.s-faq__questionIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .s-faq__questionIcon::after {
  transform: translate(-50%, -50%);
}
.s-faq__answer {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 35px;
  letter-spacing: 0.02rem;
  padding-left: 60px;
  padding-right: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .s-faq__answer {
    padding-bottom: 6.6666666667vw;
    padding-left: 9.8666666667vw;
    padding-right: 7.4666666667vw;
    letter-spacing: 0.05rem;
  }
}
.s-faq__answerText {
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .s-faq__answerText {
    font-size: 3.7333333333vw;
  }
}
.s-faq__answerText + .s-faq__answerText {
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .s-faq__answerText + .s-faq__answerText {
    margin-top: 3.2vw;
  }
}
.s-faq__answerAnnotation {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .s-faq__answerAnnotation {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

/* -----------------------------------------

  11. s-footer

----------------------------------------- */
.s-footer {
  background-image: linear-gradient(#0b0929 50%, #231641 100%);
  padding-top: 50px;
  padding-bottom: 110px;
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  .s-footer {
    min-width: 1280px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-footer {
    background-image: linear-gradient(#0b0929 0%, #231641 40%);
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
}
.s-footer__inner {
  width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .s-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .s-footer__inner {
    width: auto;
    margin: 0 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-footer__info {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    column-gap: 90px;
  }
}
.s-footer__logo {
  width: 127px;
  height: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-footer__logo {
    width: 31.4666666667vw;
    height: 8.8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.s-footer__listWrap {
  font-size: 16px;
  letter-spacing: 0.02rem;
}
@media print, screen and (min-width: 768px) {
  .s-footer__listWrap {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-footer__listWrap {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
    letter-spacing: 0.08rem;
  }
}
.s-footer__listWrap a {
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-footer__list + .s-footer__list {
    margin-top: 4vw;
  }
}
.s-footer__item + .s-footer__item {
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .s-footer__item + .s-footer__item {
    margin-top: 4vw;
  }
}
.s-footer__company {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-footer__company {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08rem;
  }
}
.s-footer__companyText + .s-footer__companyText {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .s-footer__companyText + .s-footer__companyText {
    margin-top: 4vw;
  }
}
.s-footer__copyright {
  width: 1100px;
  margin: 30px auto 0;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-footer__copyright {
    width: auto;
    margin: 13.3333333333vw 10.6666666667vw 0;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08rem;
  }
}

/* -----------------------------------------

  12. s-fixedContactButton

----------------------------------------- */
.s-fixedContactButton {
  position: fixed;
  top: 270px;
  left: 0;
  z-index: 6;
}
@media screen and (max-width: 767.98px) {
  .s-fixedContactButton {
    display: none;
  }
}
.s-fixedContactButton__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 75px;
  height: 290px;
  border-radius: 0 7px 7px 0;
  border: 1px solid #FFFFFF;
  background-color: #E7C24B;
  background-image: url("../images/pc/img_fixed-contact-button_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
  z-index: 0;
}
.s-fixedContactButton__text {
  writing-mode: vertical-rl;
  color: #231641;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  padding-top: 54px;
  position: relative;
  z-index: 0;
}
.s-fixedContactButton__text::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../images/pc/img_contact_tel-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.s-fixedContactButton__image {
  width: 54px;
  height: 77px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}