@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

/* base_style.scss */
html {
  font-size: 62.5%;
  font-weight: 600;
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #565554;
}

img {
  max-width: 100%;
  display: block;
}

main {
  padding-top: 12.4rem;
  overflow: hidden;
}

.bgColor {
  position: relative;
}
.bgColor::after, .bgColor::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100vw;
}

.inner {
  width: 123rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.secTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.secTitle--white {
  color: #fff;
}
.secTitle h1 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  text-transform: capitalize;
}
.secTitle p {
  font-size: 1.8rem;
  margin-left: 2rem;
}

.secLead {
  margin-top: 3rem;
  font-size: 2.4rem;
  padding: 0.5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  line-height: 1;
  color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.secDesc {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8333333333;
}

.swiperWrap { /* swiper共通 */ }
.swiperWrap .swiper-button-next:after,
.swiperWrap .swiper-button-prev:after {
  content: "";
}
.swiperWrap .swiper-button-prev,
.swiperWrap .swiper-button-next {
  top: -15rem;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  background-size: 6rem;
}
.swiperWrap .swiper-button-prev {
  left: auto;
  right: 30rem;
}
.swiperWrap .swiper-button-next {
  right: 21rem;
}

@media screen and (max-width: 1920px) {
  .inner {
    width: 1230px;
    width: 64.0625vw;
    padding-top: 50px;
    padding-top: 2.6041666667vw;
  }
  .secTitle h1 {
    font-size: 60px;
    font-size: 3.125vw;
  }
  .secTitle p {
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .secLead {
    margin-top: 30px;
    margin-top: 1.5625vw;
    font-size: 24px;
    font-size: 1.25vw;
    padding: 5px;
    padding: 0.2604166667vw;
    padding-left: 10px;
    padding-left: 0.5208333333vw;
    padding-right: 10px;
    padding-right: 0.5208333333vw;
  }
  .secDesc {
    margin-top: 35px;
    margin-top: 1.8229166667vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .swiperWrap .swiper-button-prev, .swiperWrap .swiper-button-next {
    top: -150px;
    top: -7.8125vw;
    width: 60px;
    width: 3.125vw;
    height: 60px;
    height: 3.125vw;
    background-size: 60px;
    background-size: 3.125vw;
  }
  .swiperWrap .swiper-button-prev {
    right: 300px;
    right: 15.625vw;
  }
  .swiperWrap .swiper-button-next {
    right: 210px;
    right: 10.9375vw;
  }
}
/* _header.scss */
.header {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 12.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.header_logo {
  width: 21.4rem;
}

.header__nav {
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}
.header__nav ul li {
  margin-right: 5rem;
  color: #000;
}

.header__contact {
  height: 100%;
  width: 16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAED56;
}
.header__contact div {
  margin: auto;
  width: 4rem;
}
.header__contact p {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .header__nav ul li {
    margin-right: 50px;
    margin-right: 2.6041666667vw;
  }
}
/* _mainVisual.scss */
.mainVisual {
  position: relative;
  margin-top: 8.6rem;
}

.mainVisual__yellow {
  background-color: #FAED56;
  border-radius: 0 4rem 4rem 0;
  width: 57.2916666667%;
  height: 70rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainVisual__yellow p {
  margin-left: 24.5454545455%;
  font-size: 10rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.mainVisual__yellow p:last-child {
  margin-top: 2rem;
}
.mainVisual__yellow p span {
  vertical-align: middle;
  font-size: 2.1rem;
  color: #333;
  margin-left: 1rem;
}

.mainVisual__img {
  position: absolute;
  z-index: 10;
  width: 31.5rem;
  top: 2rem;
  left: 37.2395833333%;
}

.mainVisual__darkGray {
  position: absolute;
  top: -8.6rem;
  right: 0;
  height: 70rem;
  background-color: #565554;
  border-radius: 4rem 0 0 4rem;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
  width: 53.125%;
}
.mainVisual__darkGray .mainVisual__cont {
  padding-top: 19.6rem;
  margin-left: 14.7058823529%;
  color: #fff;
}
.mainVisual__darkGray .mainVisual__cont h2 {
  margin-left: 15rem;
  font-size: 2rem;
  line-height: 1;
}
.mainVisual__darkGray .mainVisual__cont div {
  margin-top: 2rem;
  width: 60rem;
}
.mainVisual__darkGray .mainVisual__cont p {
  margin-top: 2rem;
  margin-left: 15rem;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 400;
}

@media screen and (max-width: 1920px) {
  .mainVisual {
    margin-top: 86px;
    margin-top: 4.4791666667vw;
  }
  .mainVisual__yellow {
    height: 700px;
    height: 36.4583333333vw;
  }
  .mainVisual__yellow p {
    font-size: 100px;
    font-size: 5.2083333333vw;
  }
  .mainVisual__yellow p:last-child {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
  }
  .mainVisual__yellow p span {
    font-size: 21px;
    font-size: 1.09375vw;
    margin-left: 10px;
    margin-left: 0.5208333333vw;
  }
  .mainVisual__img {
    width: 315px;
    width: 16.40625vw;
    top: 20px;
    top: 1.0416666667vw;
  }
  .mainVisual__darkGray {
    height: 700px;
    height: 36.4583333333vw;
    top: -86px;
    top: -4.4791666667vw;
  }
  .mainVisual__darkGray .mainVisual__cont {
    padding-top: 196px;
    padding-top: 10.2083333333vw;
  }
  .mainVisual__darkGray .mainVisual__cont h2 {
    margin-left: 150px;
    margin-left: 7.8125vw;
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
  .mainVisual__darkGray .mainVisual__cont div {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    width: 600px;
    width: 31.25vw;
  }
  .mainVisual__darkGray .mainVisual__cont p {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    margin-left: 150px;
    margin-left: 7.8125vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
}
/* _what.scss */
.what {
  margin-top: 17rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.what__inner {
  padding-bottom: 5.9rem;
}
.what .bgColor::before {
  z-index: -100;
  right: 0;
  display: block;
  background-color: #E4E4E4;
  border-radius: 0 4rem 4rem 0;
  height: 57.4rem;
  margin-right: 34.5rem;
}
.what .bgColor::after {
  z-index: -1;
  left: 0;
  display: block;
  background-color: #565554;
  border-radius: 4rem 0 0 4rem;
  top: auto;
  bottom: 0;
  height: 57.4rem;
  margin-left: 100rem;
}
.what__body {
  margin-top: 3rem;
  padding: 5rem 7rem 6rem;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
}
.what__body .secLead {
  margin-top: 0;
}
.what__img {
  margin-top: 3.2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what__img img {
  width: 104rem;
}

@media screen and (max-width: 1920px) {
  .what {
    margin-top: 170px;
    margin-top: 8.8541666667vw;
  }
  .what__inner {
    padding-bottom: 59px;
    padding-bottom: 3.0729166667vw;
  }
  .what .bgColor::before {
    height: 574px;
    height: 29.8958333333vw;
    margin-right: 345px;
    margin-right: 17.96875vw;
  }
  .what .bgColor::after {
    height: 574px;
    height: 29.8958333333vw;
    margin-left: 1000px;
    margin-left: 52.0833333333vw;
  }
  .what__body {
    margin-top: 30px;
    margin-top: 1.5625vw;
    padding: 70px;
    padding: 3.6458333333vw;
    padding-top: 50px;
    padding-top: 2.6041666667vw;
    padding-bottom: 60px;
    padding-bottom: 3.125vw;
  }
  .what__img {
    margin-top: 32px;
    margin-top: 1.6666666667vw;
  }
  .what__img img {
    width: 1040px;
    width: 54.1666666667vw;
  }
}
/* _card.scss */
.card {
  margin-top: 10rem;
  color: #333;
}
.card .bgColor::before {
  display: block;
  right: 0;
  background-color: #FAED56;
  border-radius: 0 4rem 4rem 0;
  height: 80rem;
  margin-right: -18.5rem;
}

.card__swiperWrap {
  margin-top: 6rem;
  position: relative;
}
.card__swiperWrap .swiper-button-prev {
  background-image: url(../img/card/icon_prev.svg);
}
.card__swiperWrap .swiper-button-next {
  background-image: url(../img/card/icon_next.svg);
}

.card__slideUnit {
  width: 123rem;
  min-height: 59rem;
  margin-bottom: 10rem;
  padding: 4rem 5rem;
  background-color: #fff;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
}

.card__slideHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8rem;
}
.card__slideHead .card__label {
  padding: 1.5rem 2rem;
  font-size: 2.5rem;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 1rem 1rem 0;
  background-color: #565554;
  color: #FAED56;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.card__slideHead .card__title {
  margin-left: 2rem;
  color: #333;
}
.card__slideHead .card__title h2 {
  font-size: 3rem;
}
.card__slideHead .card__title p {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.card__slideBody {
  width: 100%;
  height: 46rem;
  margin-top: 4rem;
  font-size: 1.4rem;
}
.card__slideBody h3 {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.card__leadBg {
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.card__point1 .card__slideBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__point1 .card__img {
  margin-top: auto;
  width: 101.8rem;
}

.card__point2 .card__table tbody {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto 1fr;
  row-gap: 1.5rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.card__point2 .card__table th {
  margin-right: 1rem;
  width: 9.3rem;
  display: inline-block;
  text-align: center;
}
.card__point2 .card__table td {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8571428571;
}
.card__point2 .card__data {
  width: 100%;
  margin-top: 3rem;
  border-spacing: 0 1rem;
}
.card__point2 .card__data th {
  margin-right: 1rem;
}
.card__point2 .card__data thead th {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 5rem;
}
.card__point2 .card__data thead th:nth-child(even) {
  line-height: 1.4;
  background-color: #000;
}
.card__point2 .card__data tbody {
  font-size: 1.4rem;
}
.card__point2 .card__data tbody th {
  position: relative;
  padding-right: 3rem;
  font-weight: 400;
  vertical-align: middle;
}
.card__point2 .card__data tbody th:first-child {
  width: 13.6363636364%;
}
.card__point2 .card__data tbody th::after {
  position: absolute;
  display: block;
  z-index: 1;
  width: 3rem;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../img/card/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
}
.card__point2 .card__data tbody td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1rem;
  line-height: 1.8;
}
.card__point2 .card__data tbody td span {
  border-radius: 0.5rem;
  width: 10.8rem;
  display: inline-block;
  text-align: center;
}
.card__point2 .card__data tbody td span.colspan2 {
  width: 22.6rem;
}
.card__point2 .card__data tbody td:nth-child(2) span {
  background-color: #FAED56;
  color: #565554;
}
.card__point2 .card__data tbody td:nth-child(4) span {
  color: #fff;
  background-color: #707070;
}

.card__point3 .card__contWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.card__point3 .card__cont:first-child {
  width: 69.1rem;
}
.card__point3 .card__cont .card__leadBg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.card__point3 .card__cont .card__leadBg + p {
  margin-top: 2rem;
  font-weight: 400;
  line-height: 2.0714285714;
}
.card__point3 .card__img {
  margin-top: 3rem;
}

@media screen and (max-width: 1920px) {
  .card {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
  }
  .card .bgColor::before {
    height: 800px;
    height: 41.6666666667vw;
    margin-right: -185px;
    margin-right: -9.6354166667vw;
  }
  .card__swiperWrap {
    margin-top: 60px;
    margin-top: 3.125vw;
  }
  .card__slideUnit {
    width: 1230px;
    width: 64.0625vw;
    margin-bottom: 100px;
    margin-bottom: 5.2083333333vw;
    padding: 50px;
    padding: 2.6041666667vw;
    padding-top: 40px;
    padding-top: 2.0833333333vw;
    padding-bottom: 40px;
    padding-bottom: 2.0833333333vw;
  }
  .card__slideHead {
    margin-left: -80px;
    margin-left: -4.1666666667vw;
  }
  .card__slideHead .card__label {
    padding: 20px;
    padding: 1.0416666667vw;
    padding-top: 15px;
    padding-top: 0.78125vw;
    padding-bottom: 15px;
    padding-bottom: 0.78125vw;
    font-size: 25px;
    font-size: 1.3020833333vw;
  }
  .card__slideHead .card__title {
    margin-left: 20px;
    margin-left: 1.0416666667vw;
  }
  .card__slideHead .card__title h2 {
    font-size: 30px;
    font-size: 1.5625vw;
  }
  .card__slideHead .card__title p {
    margin-top: 10px;
    margin-top: 0.5208333333vw;
    font-size: 15px;
    font-size: 0.78125vw;
  }
  .card__slideBody {
    height: 460px;
    height: 23.9583333333vw;
    margin-top: 40px;
    margin-top: 2.0833333333vw;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .card__slideBody h3 {
    margin-right: 15px;
    margin-right: 0.78125vw;
    margin-bottom: 15px;
    margin-bottom: 0.78125vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .card__leadBg {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .card__point1 .card__img {
    width: 1018px;
    width: 53.0208333333vw;
  }
  .card__point2 .card__table tbody {
    row-gap: 15px;
    row-gap: 0.78125vw;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-column-gap: 1.5625vw;
       -moz-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }
  .card__point2 .card__table th {
    margin-right: 10px;
    margin-right: 0.5208333333vw;
    width: 93px;
    width: 4.84375vw;
  }
  .card__point2 .card__table td {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .card__point2 .card__data {
    margin-top: 30px;
    margin-top: 1.5625vw;
  }
  .card__point2 .card__data th {
    margin-right: 10px;
    margin-right: 0.5208333333vw;
  }
  .card__point2 .card__data thead th {
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .card__point2 .card__data tbody {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .card__point2 .card__data tbody th {
    padding-right: 30px;
    padding-right: 1.5625vw;
  }
  .card__point2 .card__data tbody th::after {
    width: 30px;
    width: 1.5625vw;
    background-size: 18px;
    background-size: 0.9375vw;
  }
  .card__point2 .card__data tbody td {
    gap: 10px;
    gap: 0.5208333333vw;
  }
  .card__point2 .card__data tbody td span {
    width: 108px;
    width: 5.625vw;
  }
  .card__point2 .card__data tbody td span.colspan2 {
    width: 226px;
    width: 11.7708333333vw;
  }
  .card__point3 {
    gap: 50px;
    gap: 2.6041666667vw;
  }
  .card__point3 .card__cont:first-child {
    width: 691px;
    width: 35.9895833333vw;
  }
  .card__point3 .card__cont .card__leadBg {
    padding: 5px;
    padding: 0.2604166667vw;
    padding-left: 10px;
    padding-left: 0.5208333333vw;
    padding-right: 10px;
    padding-right: 0.5208333333vw;
  }
  .card__point3 .card__cont .card__leadBg + p {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
  }
  .card__point3 .card__img {
    margin-top: 30px;
    margin-top: 1.5625vw;
  }
}
/* _promo.scss */
.promo {
  margin-top: 10rem;
  padding-bottom: 5rem;
  color: #fff;
}
.promo .bgColor::after {
  height: 46rem;
  margin-left: -17.5rem;
  left: 0;
  display: block;
  background-color: #565554;
  border-radius: 4rem 0 0 4rem;
}
.promo .bgColor::before {
  top: 49rem;
  height: 46rem;
  margin-right: -18.5rem;
  display: block;
  right: 0;
  background-color: #FAED56;
  border-radius: 0 4rem 4rem 0;
}

.promo__exLabel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2.5rem;
  margin-left: -18.5rem;
  padding: 1.5rem 2rem;
  font-size: 2.5rem;
  line-height: 1;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 0 1rem 1rem 0;
  background-color: #FAED56;
  color: #000;
}

.promo__swiperWrap {
  margin-top: 6.1rem;
  position: relative;
}
.promo__swiperWrap .swiper {
  overflow: visible;
}
.promo__swiperWrap .swiper--wrapper {
  width: 100%;
}
.promo__swiperWrap .swiper-button-prev {
  background-image: url(../img/promo/icon_prev.svg);
}
.promo__swiperWrap .swiper-button-next {
  background-image: url(../img/promo/icon_next.svg);
}
.promo__swiperWrap .swiper-slide {
  -webkit-transform: translate(-30%, 0) !important;
          transform: translate(-30%, 0) !important;
}

.promo__slideUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 2rem;
  max-width: 53rem;
  min-height: 54rem;
  padding: 3rem 3.5rem;
  background-color: #fff;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
}

.promo__img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  height: 21rem;
}

.promo__title {
  padding: 3rem 0;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.promo__txt {
  padding-top: 3rem;
  border-top: 1px solid #F7F7F7;
  line-height: 1.5;
}
.promo__txt p {
  color: #565554;
}
.promo__txt p:first-child {
  font-size: 2rem;
  text-align: center;
}
.promo__txt p:last-child {
  font-weight: 400;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
.promo__txt p:last-child span {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 1920px) {
  .promo {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
    padding-bottom: 50px;
    padding-bottom: 2.6041666667vw;
  }
  .promo .bgColor::after {
    height: 460px;
    height: 23.9583333333vw;
    margin-left: -175px;
    margin-left: -9.1145833333vw;
  }
  .promo .bgColor::before {
    top: 490px;
    top: 25.5208333333vw;
    height: 460px;
    height: 23.9583333333vw;
    margin-right: -185px;
    margin-right: -9.6354166667vw;
  }
  .promo__exLabel {
    margin-top: -25px;
    margin-top: -1.3020833333vw;
    margin-left: -185px;
    margin-left: -9.6354166667vw;
    padding: 15px;
    padding: 0.78125vw;
    padding-left: 20px;
    padding-left: 1.0416666667vw;
    padding-right: 20px;
    padding-right: 1.0416666667vw;
    font-size: 25px;
    font-size: 1.3020833333vw;
  }
  .promo__swiperWrap {
    margin-top: 61px;
    margin-top: 3.1770833333vw;
  }
  .promo__slideUnit {
    margin-right: 20px;
    margin-right: 1.0416666667vw;
    max-width: 530px;
    max-width: 27.6041666667vw;
    min-height: 540px;
    min-height: 28.125vw;
    padding: 30px;
    padding: 1.5625vw;
    padding-left: 35px;
    padding-left: 1.8229166667vw;
    padding-right: 35px;
    padding-right: 1.8229166667vw;
  }
  .promo__img {
    height: 210px;
    height: 10.9375vw;
  }
  .promo__title {
    padding-top: 30px;
    padding-top: 1.5625vw;
    padding-bottom: 30px;
    padding-bottom: 1.5625vw;
    font-size: 24px;
    font-size: 1.25vw;
  }
  .promo__txt {
    padding-top: 30px;
    padding-top: 1.5625vw;
  }
  .promo__txt p:first-child {
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
  .promo__txt p:last-child {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .promo__txt p:last-child span {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
/* _library.scss */
.library {
  margin-top: 10rem;
  padding-bottom: 9.5rem;
  color: #fff;
}
.library__inner {
  padding-bottom: 9.8rem;
}
.library .bgColor::after {
  margin-left: -7.5rem;
  left: 0;
  display: block;
  background-color: #565554;
  border-radius: 4rem 0 0 4rem;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
}

.library__body {
  margin-top: 5rem;
}

.library__cont:not(:last-child) {
  margin-bottom: 7rem;
}
.library__cont h2 {
  font-size: 3.2rem;
}
.library__cont h2 + p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.library__cont table {
  margin-top: 3rem;
  table-layout: auto;
  width: 100%;
  border: 1px solid #565554;
}
.library__cont table thead {
  background-color: #333;
}
.library__cont table th {
  padding: 1rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.library__cont table td {
  height: 13.4rem;
  padding: 0 4rem;
  font-size: 2rem;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff;
  color: #000;
}
.library__cont table td:first-of-type {
  background-color: #FAED56;
}
.library__cont table td:not(:first-of-type) {
  font-weight: 400;
}
.library__cont table td:nth-child(odd) {
  text-align: center;
}
.library__cont table td:nth-child(3) {
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.library__cont table td:nth-child(4) {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}

.library__note {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.library__unitWrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.library__unit {
  width: 48.7804878049%;
  padding: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

.library__img {
  width: 30.612244898%;
  margin-right: 3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.library__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.library__txt h3 {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.5;
}
.library__txt p {
  margin: 2rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: #565554;
}
.library__txt p span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
.library__txt a {
  margin-top: auto;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
  background-color: #FAED56;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}
.library__txt a span {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}
.library__txt a span::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/library/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}

@media screen and (max-width: 1920px) {
  .library {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
    padding-bottom: 95px;
    padding-bottom: 4.9479166667vw;
  }
  .library__inner {
    padding-bottom: 98px;
    padding-bottom: 5.1041666667vw;
  }
  .library .bgColor::after {
    margin-left: -75px;
    margin-left: -3.90625vw;
  }
  .library__body {
    margin-top: 50px;
    margin-top: 2.6041666667vw;
  }
  .library__cont:not(:last-child) {
    margin-bottom: 70px;
    margin-bottom: 3.6458333333vw;
  }
  .library__cont h2 {
    font-size: 32px;
    font-size: 1.6666666667vw;
  }
  .library__cont h2 + p {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .library__cont table {
    margin-top: 30px;
    margin-top: 1.5625vw;
  }
  .library__cont table th {
    padding: 10px;
    padding: 0.5208333333vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .library__cont table td {
    padding-left: 40px;
    padding-left: 2.0833333333vw;
    padding-right: 40px;
    padding-right: 2.0833333333vw;
    height: 134px;
    height: 6.9791666667vw;
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
  .library__cont table td:nth-child(3) {
    font-size: 22px;
    font-size: 1.1458333333vw;
  }
  .library__cont table td:nth-child(4) {
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .library__note {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .library__unitWrap {
    margin-top: 30px;
    margin-top: 1.5625vw;
    gap: 30px;
    gap: 1.5625vw;
  }
  .library__unit {
    padding: 30px;
    padding: 1.5625vw;
  }
  .library__img {
    margin-right: 30px;
    margin-right: 1.5625vw;
  }
  .library__txt h3 {
    font-size: 24px;
    font-size: 1.25vw;
  }
  .library__txt p {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    margin-bottom: 20px;
    margin-bottom: 1.0416666667vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .library__txt p span {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .library__txt a {
    padding: 15px;
    padding: 0.78125vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .library__txt a span {
    width: 16px;
    width: 0.8333333333vw;
    height: 16px;
    height: 0.8333333333vw;
    margin-right: 10px;
    margin-right: 0.5208333333vw;
  }
  .library__txt a span::before {
    width: 16px;
    width: 0.8333333333vw;
    height: 16px;
    height: 0.8333333333vw;
    background-size: 16px;
    background-size: 0.8333333333vw;
  }
}
/* _case.scss */
.case {
  margin-top: 10rem;
}
.case .lead {
  margin-top: 2.4rem;
}
.case__inner {
  padding-top: 6rem;
}
.case .bgColor::before {
  display: block;
  right: 0;
  background-color: #FAED56;
  border-radius: 0 4rem 4rem 0;
  height: 65rem;
  margin-right: -7.5rem;
}
.case .bgColor::after {
  z-index: -2;
  right: 0;
  display: block;
  background-color: #E4E4E4;
  border-radius: 0 4rem 4rem 0;
  top: auto;
  bottom: 18rem;
  height: 65rem;
  margin-right: -18.5rem;
}
.case__body {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
}

.case__unit {
  width: 47.9674796748%;
  background-color: #fff;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
}
.case__unitHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3rem;
}

.case__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 1rem 1rem 0;
  margin-top: 1rem;
  margin-left: -5rem;
  background-color: #FAED56;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.case__title p:nth-child(2) {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1;
}
.case__title h2 {
  margin-top: 1.9rem;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  color: #000;
}

.case__img {
  width: 23rem;
}

.case__txt {
  padding: 2.6rem 3rem 4rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 1920px) {
  .case {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
  }
  .case .lead {
    margin-top: 24px;
    margin-top: 1.25vw;
  }
  .case__inner {
    padding-top: 60px;
    padding-top: 3.125vw;
  }
  .case .bgColor::before {
    height: 650px;
    height: 33.8541666667vw;
    margin-right: -75px;
    margin-right: -3.90625vw;
  }
  .case .bgColor::after {
    bottom: 180px;
    bottom: 9.375vw;
    height: 650px;
    height: 33.8541666667vw;
    margin-right: -185px;
    margin-right: -9.6354166667vw;
  }
  .case__body {
    margin-top: 40px;
    margin-top: 2.0833333333vw;
    gap: 40px;
    gap: 2.0833333333vw;
  }
  .case__unitHead {
    padding-left: 30px;
    padding-left: 1.5625vw;
  }
  .case__label {
    margin-top: 10px;
    margin-top: 0.5208333333vw;
    margin-left: -50px;
    margin-left: -2.6041666667vw;
    font-size: 20px;
    font-size: 1.0416666667vw;
    padding: 10px;
    padding: 0.5208333333vw;
    padding-left: 15px;
    padding-left: 0.78125vw;
    padding-right: 15px;
    padding-right: 0.78125vw;
  }
  .case__title p:nth-child(2) {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    font-size: 15px;
    font-size: 0.78125vw;
  }
  .case__title h2 {
    margin-top: 19px;
    margin-top: 0.9895833333vw;
    font-size: 22px;
    font-size: 1.1458333333vw;
  }
  .case__img {
    width: 230px;
    width: 11.9791666667vw;
  }
  .case__txt {
    padding: 30px;
    padding: 1.5625vw;
    padding-top: 26px;
    padding-top: 1.3541666667vw;
    padding-bottom: 40px;
    padding-bottom: 2.0833333333vw;
    font-size: 15px;
    font-size: 0.78125vw;
  }
}
/* _support.scss */
.support {
  margin-top: 10rem;
  margin-bottom: 10rem;
  color: #fff;
}
.support__inner {
  padding-bottom: 11.3rem;
}
.support .bgColor::after {
  margin-left: -7.5rem;
  left: 0;
  display: block;
  background-color: #565554;
  border-radius: 4rem 0 0 4rem;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
}

.support__body {
  margin-top: 6rem;
}
.support__body h2 {
  font-size: 3.2rem;
}

.support__cont {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2px;
}

.support__item {
  width: 100%;
  height: 11.4rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__item p {
  font-size: 2.2rem;
  line-height: 1;
  color: #000;
}
.support__item p span {
  display: block;
  font-size: 1.5rem;
  font-size: 1.8;
  font-weight: 400;
  color: #565554;
}

.support__txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 400;
}

.support__contact {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support__contact > p {
  font-size: 3rem;
}

.support__linkBtn {
  width: 25.8rem;
  height: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAED56;
  border-radius: 5rem;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
.support__linkBtn div {
  width: 1.9rem;
}
.support__linkBtn p {
  margin-left: 1rem;
  font-size: 1.6rem;
  color: #000;
}

.support__acdWrap {
  margin-top: 5rem;
  background-color: #fff;
  font-weight: 400;
}

.support__acdInput {
  display: none;
}

.support__acdLabel {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2.1rem 3rem;
  border-bottom: 1px solid #565554;
}
.support__acdLabel::after {
  position: absolute;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  background-image: url(../img/support/icon_plus.svg);
  background-size: 2.4rem;
  background-repeat: no-repeat;
  content: "";
}
.support__acdLabel h3 {
  font-size: 1.8rem;
  line-height: 1;
  color: #000;
}

.support__acdCont {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.support__acdInput:checked + .support__acdLabel {
  border: none;
}
.support__acdInput:checked + .support__acdLabel::after {
  background-image: url(../img/support/icon_minus.svg);
}

.support__acdInput:checked + .support__acdLabel + .support__acdCont {
  height: auto;
  padding: 0 5rem 4rem;
  font-size: 1.4rem;
  opacity: 1;
  visibility: visible;
  color: #565554;
  line-height: 1.7142857143;
  border-bottom: 1px solid #565554;
}
.support__acdInput:checked + .support__acdLabel + .support__acdCont ol li p {
  margin-left: 2rem;
}

@media screen and (max-width: 1920px) {
  .support {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
    margin-bottom: 100px;
    margin-bottom: 5.2083333333vw;
  }
  .support__inner {
    padding-bottom: 113px;
    padding-bottom: 5.8854166667vw;
  }
  .support .bgColor::after {
    margin-left: -75px;
    margin-left: -3.90625vw;
  }
  .support__body {
    margin-top: 60px;
    margin-top: 3.125vw;
  }
  .support__body h2 {
    font-size: 32px;
    font-size: 1.6666666667vw;
  }
  .support__cont {
    margin-top: 40px;
    margin-top: 2.0833333333vw;
  }
  .support__item {
    height: 114px;
    height: 5.9375vw;
  }
  .support__item p {
    font-size: 22px;
    font-size: 1.1458333333vw;
  }
  .support__item p span {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .support__txt {
    margin-top: 40px;
    margin-top: 2.0833333333vw;
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .support__contact {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
  }
  .support__contact > p {
    font-size: 30px;
    font-size: 1.5625vw;
  }
  .support__linkBtn {
    width: 258px;
    width: 13.4375vw;
    height: 56px;
    height: 2.9166666667vw;
  }
  .support__linkBtn div {
    width: 19px;
    width: 0.9895833333vw;
  }
  .support__linkBtn p {
    margin-left: 10px;
    margin-left: 0.5208333333vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .support__acdWrap {
    margin-top: 50px;
    margin-top: 2.6041666667vw;
  }
  .support__acdLabel {
    padding: 21px;
    padding: 1.09375vw;
    padding-left: 30px;
    padding-left: 1.5625vw;
    padding-right: 30px;
    padding-right: 1.5625vw;
  }
  .support__acdLabel::after {
    width: 24px;
    width: 1.25vw;
    height: 24px;
    height: 1.25vw;
    top: 20px;
    top: 1.0416666667vw;
    right: 20px;
    right: 1.0416666667vw;
    background-size: 24px;
    background-size: 1.25vw;
  }
  .support__acdLabel h3 {
    font-size: 18px;
    font-size: 0.9375vw;
  }
  .support__acdInput:checked + .support__acdLabel + .support__acdCont {
    padding: 50px;
    padding: 2.6041666667vw;
    padding-top: 0;
    padding-bottom: 40px;
    padding-bottom: 2.0833333333vw;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .support__acdInput:checked + .support__acdLabel + .support__acdCont ol li p {
    margin-left: 20px;
    margin-left: 1.0416666667vw;
  }
}
/* _modal_cookie.scss */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__body {
  position: fixed;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal__cont {
  width: 123rem;
  border-radius: 3rem 3rem 0 0;
  padding: 5rem;
  margin: 0 auto;
  background: #fff;
}

.modal__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.modal__txt {
  margin: 2.5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0625;
}

.modal__txtLink {
  color: #3480F2;
  border-bottom: 1px solid #3480F2;
}

.cookie__acdInput {
  display: none;
}

.cookie__acdLabel {
  position: relative;
  display: block;
  background-color: #F7F7F7;
  border-top: 3px solid #fff;
  width: 100%;
  padding: 3.8rem 3rem;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.cookie__acdLabel::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  top: 3.5rem;
  right: 2rem;
  z-index: 1;
  background-image: url(../img/modal_cookie/icon_arrow.svg);
  background-size: 2.4rem;
  background-repeat: no-repeat;
}

.cookie__acdLabel--gray {
  background-color: #F7F7F7;
}

.cookie__acdCont {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.cookie__acdInput:checked + .cookie__acdLabel::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cookie__acdLabel--check {
  position: relative;
  padding-left: 8.4rem;
}
.cookie__acdLabel--check::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  left: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/modal_cookie/icon_check_off.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem;
}

.cookie__acdInput:checked + .cookie__acdLabel--check {
  background-color: #FAED56;
}
.cookie__acdInput:checked + .cookie__acdLabel--check::before {
  background-image: url(../img/modal_cookie/icon_check_on.svg);
}

.cookie__acdInput:checked + .cookie__acdLabel--gray {
  background-color: #565554;
  color: #fff;
}
.cookie__acdInput:checked + .cookie__acdLabel--gray::after {
  background-image: url(../img/modal_cookie/icon_arrow_white.svg);
}

.cookie__acdInput:checked + .cookie__acdLabel + .cookie__acdCont {
  height: auto;
  opacity: 1;
  visibility: visible;
  color: #565554;
}

.cookie__ul {
  padding: 2rem;
  color: #000;
  font-weight: 400;
}
.cookie__ul--3 {
  padding-bottom: 0;
}
.cookie__ul li {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.9375;
}
.cookie__ul .cookie__icon {
  display: block;
  position: absolute;
  width: 1.4rem;
  top: 0.8rem;
  left: 0;
}

.cookie__btnWrap {
  margin-top: 3rem;
  text-align: center;
}

.cookie__agreeBtn {
  padding: 2rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  border-radius: 5rem;
  background-color: #FAED56;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1920px) {
  .modal__cont {
    width: 1230px;
    width: 64.0625vw;
    padding: 40px;
    padding: 2.0833333333vw;
  }
  .modal__ttl {
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
  .modal__txt {
    margin-top: 25px;
    margin-top: 1.3020833333vw;
    margin-bottom: 20px;
    margin-bottom: 1.0416666667vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .cookie__acdLabel {
    padding: 38px;
    padding: 1.9791666667vw;
    padding-left: 30px;
    padding-left: 1.5625vw;
    padding-right: 30px;
    padding-right: 1.5625vw;
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
  .cookie__acdLabel::after {
    width: 24px;
    width: 1.25vw;
    height: 24px;
    height: 1.25vw;
    top: 35px;
    top: 1.8229166667vw;
    right: 20px;
    right: 1.0416666667vw;
    background-size: 24px;
    background-size: 1.25vw;
  }
  .cookie__acdLabel--check {
    padding-left: 84px;
    padding-left: 4.375vw;
  }
  .cookie__acdLabel--check::before {
    width: 24px;
    width: 1.25vw;
    height: 24px;
    height: 1.25vw;
    left: 40px;
    left: 2.0833333333vw;
    background-size: 24px;
    background-size: 1.25vw;
  }
  .cookie__ul {
    padding: 20px;
    padding: 1.0416666667vw;
  }
  .cookie__ul--3 {
    padding-bottom: 0;
  }
  .cookie__ul li {
    padding-left: 24px;
    padding-left: 1.25vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .cookie__ul .cookie__icon {
    width: 14px;
    width: 0.7291666667vw;
    top: 8px;
    top: 0.4166666667vw;
  }
  .cookie__btnWrap {
    margin-top: 30px;
    margin-top: 1.5625vw;
  }
  .cookie__agreeBtn {
    padding: 20px;
    padding: 1.0416666667vw;
    padding-left: 40px;
    padding-left: 2.0833333333vw;
    padding-right: 40px;
    padding-right: 2.0833333333vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
/* _cookie.scss */
.cookie {
  margin-top: 10rem;
  padding: 5rem 0;
  color: #000;
  background-color: #FAED56;
}
.cookie__inner {
  width: 160rem;
  margin: 0 auto;
}

.cookie__ttl {
  font-size: 2.4rem;
  font-weight: 600;
}

.cookie__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
}
.cookie__txt span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.cookie__txtLink {
  color: #3480F2;
  border-bottom: 1px solid #3480F2;
}

@media screen and (max-width: 1920px) {
  .cookie {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
    padding-top: 50px;
    padding-top: 2.6041666667vw;
    padding-bottom: 50px;
    padding-bottom: 2.6041666667vw;
  }
  .cookie__inner {
    width: 1600px;
    width: 83.3333333333vw;
  }
  .cookie__ttl {
    font-size: 24px;
    font-size: 1.25vw;
  }
  .cookie__txt {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .cookie__txt span {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
/* footer_scss */
.footer {
  color: #000;
}
.footer--contact {
  margin-top: 10rem;
}

.footer__linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.footer__link {
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.footer__link1 {
  padding-right: 9rem;
  margin-left: auto;
}
.footer__link2 {
  padding-left: 9rem;
  width: 27.34375%;
  background-color: #333;
}

.footer__linkDesc {
  margin-bottom: 2.9rem;
  font-size: 2.2rem;
  color: #fff;
}
.footer__linkDesc span {
  font-size: 1.4rem;
  font-weight: 400;
}

.footer__bannerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.footer__banner {
  display: block;
  width: 23rem;
}
.footer__banner p {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}

.footer__contWrap {
  width: 100%;
  padding-top: 7.6rem;
  padding-bottom: 8.8rem;
  position: relative;
  background-color: #F7F7F7;
}

.footer__topBtn {
  position: absolute;
  width: 16rem;
  height: 12.4rem;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}
.footer__topBtn div {
  width: 6rem;
  height: 6rem;
}
.footer__topBtn p {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

.footer__cont {
  width: 160rem;
  margin: 0 auto;
}

.footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav li {
  margin-right: 12rem;
  font-size: 1.6rem;
  line-height: 1;
}
.footer__nav li span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.footer__txt {
  margin-top: 5.2rem;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.55px;
  line-height: 1.9090909091;
}

.footer__btm {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "footer__btmLink footer__logoWrap" "footer__btmTxt footer__logoWrap";
  row-gap: 5rem;
}
.footer__btmLink {
  grid-area: footer__btmLink;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__btmLink a {
  position: relative;
  display: block;
  margin-right: 10rem;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  line-height: 1;
}
.footer__btmLink a::after {
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  background-image: url(../img/footer/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer__btmTxt {
  grid-area: footer__btmTxt;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer__logoWrap {
  grid-area: footer__logoWrap;
  margin-left: auto;
  text-align: right;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo--sfunity {
  width: 25.3rem;
  margin-right: 4rem;
}
.footer__logo--jeki {
  width: 10.1rem;
}

.footer__copy {
  display: block;
  margin-top: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 1920px) {
  .footer--contact {
    margin-top: 100px;
    margin-top: 5.2083333333vw;
  }
  .footer__link {
    padding-top: 60px;
    padding-top: 3.125vw;
    padding-bottom: 60px;
    padding-bottom: 3.125vw;
  }
  .footer__link1 {
    padding-right: 90px;
    padding-right: 4.6875vw;
  }
  .footer__link1 {
    padding-left: 90px;
    padding-left: 4.6875vw;
  }
  .footer__linkDesc {
    margin-bottom: 29px;
    margin-bottom: 1.5104166667vw;
    font-size: 22px;
    font-size: 1.1458333333vw;
  }
  .footer__linkDesc span {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .footer__bannerWrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-gap: 1.0416666667vw;
       -moz-column-gap: 1.0416666667vw;
            column-gap: 1.0416666667vw;
  }
  .footer__banner {
    width: 230px;
    width: 11.9791666667vw;
  }
  .footer__banner p {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 13px;
    font-size: 0.6770833333vw;
  }
  .footer__contWrap {
    padding-top: 76px;
    padding-top: 3.9583333333vw;
    padding-bottom: 88px;
    padding-bottom: 4.5833333333vw;
  }
  .footer__topBtn {
    width: 160px;
    width: 8.3333333333vw;
    height: 124px;
    height: 6.4583333333vw;
  }
  .footer__topBtn div {
    width: 60px;
    width: 3.125vw;
    height: 60px;
    height: 3.125vw;
  }
  .footer__topBtn p {
    margin-top: 10px;
    margin-top: 0.5208333333vw;
    font-size: 13px;
    font-size: 0.6770833333vw;
  }
  .footer__cont {
    width: 1600px;
    width: 83.3333333333vw;
  }
  .footer__nav li {
    margin-right: 120px;
    margin-right: 6.25vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .footer__nav li span {
    margin-top: 15px;
    margin-top: 0.78125vw;
    font-size: 12px;
    font-size: 0.625vw;
  }
  .footer__txt {
    margin-top: 52px;
    margin-top: 2.7083333333vw;
    font-size: 11px;
    font-size: 0.5729166667vw;
  }
  .footer__btm {
    margin-top: 45px;
    margin-top: 2.34375vw;
    row-gap: 50px;
    row-gap: 2.6041666667vw;
  }
  .footer__btmLink a {
    margin-right: 100px;
    margin-right: 5.2083333333vw;
    padding-right: 48px;
    padding-right: 2.5vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .footer__btmLink a::after {
    width: 14px;
    width: 0.7291666667vw;
    width: 14px;
    width: 0.7291666667vw;
  }
  .footer__btmTxt {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
  .footer__logo--sfunity {
    width: 253px;
    width: 13.1770833333vw;
    margin-right: 40px;
    margin-right: 2.0833333333vw;
  }
  .footer__logo--jeki {
    width: 101px;
    width: 5.2604166667vw;
  }
  .footer__copy {
    margin-top: 11px;
    margin-top: 0.5729166667vw;
    font-size: 12px;
    font-size: 0.625vw;
  }
}
#cookie_concent_dialog {
  display: none;
}