@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .60;
}

a {
  color: #000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.6;
}

@-webkit-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .mv {
    background: url("../img/mv.webp") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 27px;
  }
  .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#2f2f2f));
    background: -webkit-linear-gradient(top, black 0%, #2f2f2f 100%);
    background: -moz- oldlinear-gradient(top, black 0%, #2f2f2f 100%);
    background: linear-gradient(180deg, black 0%, #2f2f2f 100%);
    opacity: 0.9;
    z-index: -1;
  }
  .mv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__main--fig {
    text-align: right;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__main--fig img {
    width: 771px;
    height: auto;
  }
  .mv__main--fig::after {
    position: absolute;
    content: "Your Next \A Challenge";
    white-space: pre;
    font-size: 107px;
    line-height: 78px;
    font-family: "Playfair", serif;
    text-align: justify;
    font-weight: 200;
    color: #FDFDFD;
    opacity: 0.07;
    bottom: 7px;
    right: -150px;
  }
  .mv__main--pos {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 41px;
    padding-bottom: 54px;
    padding-left: 50px;
  }
  .mv__main--logo {
    line-height: 0;
  }
  .mv__main--logo img {
    width: 170px;
  }
  .mv__main--txt01 {
    margin-top: 46px;
    line-height: 0;
  }
  .mv__main--txt01 img {
    width: 305px;
  }
  .mv__main--txt02 {
    margin-top: 19px;
    line-height: 0;
  }
  .mv__main--txt02 img {
    width: 326px;
    margin-left: -15px;
  }
  .mv__main--box {
    margin-top: 20px;
    line-height: 0;
  }
  .mv__main--box img {
    width: 385px;
  }
  .mv__slider {
    margin-top: 20.5px;
  }
  .mv__slider--top .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .mv__slider--top .swiper-slide {
    padding: 0 6px;
    line-height: 0;
    width: 174px;
    height: auto;
  }
  .consultation {
    background: #E9E1C9;
    padding: 30px 0 56px;
  }
  .consultation__main {
    max-width: 500px;
  }
  .consultation__main .title {
    text-align: center;
  }
  .consultation__main .title span {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
  }
  .consultation__main .title h2 {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-top: 6px;
  }
  .consultation__main .form {
    margin-top: 40px;
    font-family: 'Noto Sans JP',serif;
  }
  .consultation__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.04em;
  }
  .consultation__main .form dl dt.required::after {
    content: "必須";
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.04em;
    background: #E20111;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 20px;
    margin-left: 16px;
  }
  .consultation__main .form dl dd {
    width: 100%;
    margin-top: 10.5px;
  }
  .consultation__main .form dl dd .wrapInput,
  .consultation__main .form dl dd .wrapSel {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .consultation__main .form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 15px;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    clip-path: polygon(0 0,100% 0,50% 100%);
  }
  .consultation__main .form dl dd .wrapInput input,
  .consultation__main .form dl dd .wrapSel select {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 10px;
    outline: none;
    border: 1px solid #DDDDDD;
    background: #fff;
    color: #000;
    font-family: 'Noto Sans JP',serif;
    appearance: none;
  }
  .consultation__main .form dl dd .wrapInput input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl dd .wrapInput input::-moz-placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl dd .wrapInput input:-ms-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl dd .wrapInput input::placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl + dl {
    margin-top: 16.5px;
  }
  .consultation__main .form .error {
    color: #E20111;
  }
  .consultation__main .form .wrapCheck {
    margin-top: 20px;
    text-align: center;
  }
  .consultation__main .form .wrapCheck label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .consultation__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .consultation__main .form .wrapCheck label input:checked + span::before {
    content: '\2713';
  }
  .consultation__main .form .wrapCheck label span {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding: 0 0 0 26px;
  }
  .consultation__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: 1px solid #999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1;
    left: 0;
    top: 3px;
  }
  .consultation__main .form .wrapCheck label span a {
    color: #E20111;
    text-decoration: underline;
  }
  .consultation__main .form .wrapCheck .error {
    display: block;
    width: 100%;
    text-align: center;
  }
  .consultation__main .form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 55px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    outline: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e40011), to(#7e0009));
    background: -webkit-linear-gradient(top, #e40011 0%, #7e0009 100%);
    background: -moz- oldlinear-gradient(top, #e40011 0%, #7e0009 100%);
    background: linear-gradient(180deg, #e40011 0%, #7e0009 100%);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 700;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .consultation__main .form button:hover {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0cba2), to(#ba9349));
    background: -webkit-linear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: -moz- oldlinear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: linear-gradient(180deg, #e0cba2 0%, #ba9349 100%);
  }
  .example {
    margin-top: 50px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .example::before, .example::after {
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
  }
  .example::before {
    height: 100%;
    clip-path: polygon(0 0, 100% 512px, 100% -webkit-calc(100% - 354px), 0 100%);
    clip-path: polygon(0 0, 100% 512px, 100% -moz-calc(100% - 354px), 0 100%);
    clip-path: polygon(0 0, 100% 512px, 100% calc(100% - 354px), 0 100%);
    background: #000;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .example::after {
    height: 100%;
    clip-path: polygon(0 0, 100% 422px, 100% -webkit-calc(100% - 444px), 0 100%);
    clip-path: polygon(0 0, 100% 422px, 100% -moz-calc(100% - 444px), 0 100%);
    clip-path: polygon(0 0, 100% 422px, 100% calc(100% - 444px), 0 100%);
    background: #B38938;
    left: 0;
    top: 45px;
    z-index: -2;
  }
  .example__success::before {
    position: absolute;
    content: "SUCCESS";
    font-size: 160px;
    line-height: 192px;
    font-weight: 900;
    font-family: 'Playfair',serif;
    color: rgba(57, 57, 57, 0.5);
    right: 0;
    top: 360px;
    -webkit-transform: rotate(19deg);
       -moz-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  .example__main {
    padding-top: 88px;
    padding-bottom: 206px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .example__main--txt {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 900;
    font-family: 'Playfair',serif;
    color: rgba(153, 153, 153, 0.4);
    letter-spacing: 0.13em;
    max-width: 600px;
  }
  .example__main--ver {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -18px;
  }
  .example__main--ver span {
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    margin: 0 5px;
  }
  .example__main--title {
    margin-top: 80px;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
  }
  .example__main--title span {
    font-size: 28px;
    line-height: 46px;
    display: block;
  }
  .example__main--list {
    margin: 24px -14px -14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .example__main--list article {
    width: 486px;
    margin: 14px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 40px 22px;
  }
  .example__main--list article::before, .example__main--list article::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .example__main--list article::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#b38938), color-stop(50%, #e1cda5), to(#b38938));
    background: -webkit-linear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: -moz- oldlinear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: linear-gradient(180deg, #b38938 0%, #e1cda5 50%, #b38938 100%);
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .example__main--list article::after {
    background: #fff;
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -1;
  }
  .example__main--list article .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#b38938), color-stop(50%, #e1cda5), to(#b38938));
    background: -webkit-linear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: -moz- oldlinear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: linear-gradient(180deg, #b38938 0%, #e1cda5 50%, #b38938 100%);
    text-align: center;
    padding: 24px 0 16px;
    margin: 0 -40px;
  }
  .example__main--list article .title h3 {
    font-size: 25px;
    line-height: 36px;
    font-family: 'Noto Sans JP',serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
  }
  .example__main--list article .title small {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Noto Sans JP',serif;
    color: #000;
  }
  .example__main--list article .txt {
    margin-top: 13px;
    padding: 0 0px 5px 0px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Noto Sans JP',serif;
    color: #E20111;
    font-weight: 500;
    border-bottom: 1px solid #E20111;
  }
  .example__main--list article .txt span {
    font-size: 45px;
    line-height: 42px;
    font-family: 'Noto Serif JP',serif;
    font-weight: 700;
  }
  .example__main--list article .txt span small {
    font-size: 24px;
  }
  .example__main--list article ul {
    margin-top: 13px;
  }
  .example__main--list article ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
  }
  .example__main--list article ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 12px;
    background: #000;
  }
  .example__main--brand {
    margin-top: 60px;
  }
  .example__main--brand h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #fff;
  }
  .example__main--brand .list {
    margin: 60px 0 0;
  }
  .example__main--brand .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -9px;
  }
  .example__main--brand .list ul li {
    width: 127px;
    height: 127px;
    margin: 9px;
    background: #fff;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .example__main--brand .list ul li img {
    width: 100%;
    height: auto;
  }
  .reward__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    margin-top: -26px;
  }
  .reward__main .list {
    margin: 32px -10.5px -10.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reward__main .list figure, .reward__main .list picture {
    width: 489px;
    margin: 10.5px;
  }
  .strength {
    margin-top: 226px;
    padding-bottom: 173px;
  }
  .strength__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .strength__main--title::before {
    position: absolute;
    content: attr(data-en);
    font-size: 160px;
    line-height: 192px;
    font-weight: 900;
    left: 0;
    font-family: 'Playfair',serif;
    color: #E6E6E6;
    top: -106px;
    z-index: -1;
  }
  .strength__main--title .title span {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  .strength__main--title .title h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 5px;
  }
  .strength__main--list {
    margin-top: 96px;
    counter-reset: ar;
  }
  .strength__main--list article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
  }
  .strength__main--list article::after {
    position: absolute;
    content: "";
    width: 1044px;
    height: 457px;
    background: url("../img/strengthBg.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 56px;
    z-index: -1;
  }
  .strength__main--list article .arInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 14px;
    padding-top: 16px;
  }
  .strength__main--list article .arInner figure {
    width: 461px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
  }
  .strength__main--list article .arInner figure::before {
    position: absolute;
    content: '';
    width: 131px;
    height: 125px;
    background: url("../img/strengthRec.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 2;
    top: -16px;
    left: -15px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .strength__main--list article .arInner figure span {
    display: inline-block;
    width: 100%;
  }
  .strength__main--list article .arInner figure span::before {
    position: absolute;
    content: "強み";
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 300;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding-left: 3px;
    border-left: 1px solid #1E1E1E;
    top: 18px;
    left: 0px;
    z-index: 2;
  }
  .strength__main--list article .arInner figure span::after {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    width: 131px;
    height: 125px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 80px;
    line-height: 64px;
    font-weight: 300;
    color: #1E1E1E;
    z-index: 3;
    padding: 24px 0 0 45px;
    top: -16px;
    left: -15px;
    white-space: nowrap;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 20px #FFFFFF);
            filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 20px #FFFFFF);
  }
  .strength__main--list article .arInner figure span img {
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .strength__main--list article .arInner .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strength__main--list article .arInner .ar h3 {
    line-height: 0;
  }
  .strength__main--list article .arInner .ar h3 span {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    background: #1E1E1E;
    padding: 0 22px 0 10px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, -webkit-calc(100% - 22px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, -moz-calc(100% - 22px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
  }
  .strength__main--list article .arInner .ar h3 span + span {
    margin-top: 6px;
  }
  .strength__main--list article .arInner .ar .txt {
    margin-top: 30px;
  }
  .strength__main--list article .arInner .ar .txt p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
    color: #000;
    text-indent: 16px;
  }
  .strength__main--list article .arInner .ar .txt ul {
    margin: 24px 0;
  }
  .strength__main--list article .arInner .ar .txt ul li {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #393939;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 27px;
    font-family: 'Noto Sans JP',serif;
  }
  .strength__main--list article .arInner .ar .txt ul li::before {
    position: absolute;
    content: "";
    width: 5.17px;
    height: 4px;
    background: #393939;
    top: 11px;
    left: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .strength__main--list article .arInner .ar .txt ul li + li {
    margin-top: 10px;
  }
  .strength__main--list article:nth-of-type(odd)::after {
    left: 0;
  }
  .strength__main--list article:nth-of-type(odd) .arInner figure {
    margin-right: 38px;
  }
  .strength__main--list article:nth-of-type(even)::after {
    right: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .strength__main--list article:nth-of-type(even) .arInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .strength__main--list article:nth-of-type(even) .arInner figure {
    margin-left: 38px;
  }
  .strength__main--list article + article {
    margin-top: 137px;
  }
  .reason {
    background: url("../img/reasonBg.webp") 0 0 no-repeat #1E1E1E;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .reason::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 37.28571%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(#1e1e1e));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    background: -moz- oldlinear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
  }
  .reason__main {
    padding-top: 68px;
  }
  .reason__main--title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Noto Serif JP',serif;
  }
  .reason__main--title span {
    display: block;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 9px;
  }
  .reason__main--list {
    margin: 57px -10px -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reason__main--list dl {
    width: 320px;
    margin: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 20px;
    color: #fff;
    font-family: 'Noto Sans JP',serif;
  }
  .reason__main--list dl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#7b7058), to(#d5c4a0));
    background: -webkit-linear-gradient(left, #7b7058 0%, #d5c4a0 100%);
    background: -moz- oldlinear-gradient(left, #7b7058 0%, #d5c4a0 100%);
    background: linear-gradient(90deg, #7b7058 0%, #d5c4a0 100%);
    opacity: 0.8;
  }
  .reason__main--list dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    padding-bottom: 11px;
    border-bottom: 1px solid #E9E1C9;
  }
  .reason__main--list dl dt span {
    display: inline-block;
    background: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #807761;
    padding: 2px 5px;
    margin-bottom: 4px;
  }
  .reason__main--list dl dt::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/reasonCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2px;
  }
  .reason__main--list dl dd {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }
  .reason__main--why {
    padding-top: 30.5px;
    padding-bottom: 91px;
  }
  .reason__main--why p {
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Noto Serif JP',serif;
    padding: 9.5px 0 14px;
    background: url("../img/reasonArrow.webp") center center no-repeat;
    -moz-background-size: 155px 49px;
         background-size: 155px 49px;
  }
  .reason__main--why h3 {
    font-size: 32px;
    line-height: 1.5;
    font-family: 'Noto Serif JP',serif;
    font-weight: 700;
    text-align: center;
    margin-top: 32px;
    color: #fff;
  }
  .compare {
    margin-top: 100px;
  }
  .compare__main h2 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Noto Serif JP',serif;
    font-weight: 700;
    text-align: center;
  }
  .compare__main h2 span {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    margin-bottom: 13px;
  }
  .compare__main--table {
    margin-top: 50px;
  }
  .voice {
    margin-top: 186px;
  }
  .voice__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .voice__main--title::before {
    position: absolute;
    content: attr(data-en);
    font-size: 160px;
    line-height: 192px;
    font-weight: 900;
    left: 0;
    font-family: 'Playfair',serif;
    color: #E6E6E6;
    top: -106px;
    z-index: -1;
  }
  .voice__main--title .title span {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  .voice__main--title .title h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 5px;
  }
  .voice__main--list {
    margin-top: 80px;
  }
  .voice__main--list article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice__main--list article::after {
    position: absolute;
    content: "";
    width: 822.39px;
    height: 394px;
    background: url("../img/voiceBg.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 5px;
    z-index: -1;
  }
  .voice__main--list article .left {
    width: 108px;
  }
  .voice__main--list article .left figure {
    text-align: center;
  }
  .voice__main--list article .left figure img {
    width: 100px;
  }
  .voice__main--list article .left figure figcaption {
    font-size: 16px;
    line-height: 12px;
    font-weight: 900;
    font-family: 'Noto Sans JP',serif;
    margin-top: 13px;
  }
  .voice__main--list article .left .txt {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    font-family: 'Noto Sans JP',serif;
    margin-top: 23px;
  }
  .voice__main--list article .left .txt p + p {
    position: relative;
    margin-top: 18px;
  }
  .voice__main--list article .left .txt p + p::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 10.5px;
    background: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .voice__main--list article .right {
    width: 631px;
  }
  .voice__main--list article .right h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voice__main--list article .right h3 span {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #000;
    padding: 0 5px;
    font-family: 'Noto Sans JP',serif;
  }
  .voice__main--list article .right h3 span + span {
    margin-top: 5px;
  }
  .voice__main--list article .right .txt {
    margin-top: 25px;
  }
  .voice__main--list article .right .txt p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Noto Sans JP',serif;
    text-indent: 16px;
  }
  .voice__main--list article:nth-of-type(odd)::after {
    left: -35px;
  }
  .voice__main--list article:nth-of-type(odd) .left {
    margin-right: 36px;
  }
  .voice__main--list article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voice__main--list article:nth-of-type(even)::after {
    right: -35px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .voice__main--list article:nth-of-type(even) .left {
    margin-left: 36px;
  }
  .voice__main--list article + article {
    margin-top: 90px;
  }
  .flow {
    margin-top: 286px;
    margin-bottom: 100px;
  }
  .flow__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .flow__main--title::before {
    position: absolute;
    content: attr(data-en);
    font-size: 160px;
    line-height: 192px;
    font-weight: 900;
    left: 0;
    font-family: 'Playfair',serif;
    color: #E6E6E6;
    top: -106px;
    z-index: -1;
  }
  .flow__main--title .title span {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  .flow__main--title .title h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 5px;
  }
  .flow__main--list {
    max-width: 756px;
    margin-top: 70px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-reset: dl;
    padding: 0 0 0 56px;
  }
  .flow__main--list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 93.75%;
    background: #B38938;
    left: 15px;
    top: 0;
  }
  .flow__main--list dl {
    background: #E9E1C9;
    padding: 22px 33px 29px 33px;
    font-family: 'Noto Sans JP',serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: dl;
  }
  .flow__main--list dl::before {
    position: absolute;
    content: "STEP";
    width: 31px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Playfair',serif;
    font-weight: 400;
    color: #B38938;
    left: -56px;
    top: 0;
    background: #fff;
    display: block;
    z-index: 2;
  }
  .flow__main--list dl::after {
    position: absolute;
    content: counter(dl);
    width: 31px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Playfair',serif;
    font-weight: 400;
    color: #B38938;
    left: -56px;
    top: 13px;
    background: #fff;
    display: block;
    z-index: 1;
  }
  .flow__main--list dl dt {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
  }
  .flow__main--list dl dd {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .flow__main--list dl dd b {
    left: 0;
  }
  .flow__main--list dl + dl {
    margin-top: 30px;
  }
  .footer {
    background: #fff;
  }
  .footer__logo {
    text-align: center;
    line-height: 0;
    padding: 6px 0 8px;
  }
  .footer__logo a {
    width: 170px;
    display: inline-block;
    line-height: 0;
  }
  .footer__bottom {
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 37px 0 17px;
  }
  .footer__bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottom ul li {
    margin: 0 15px;
  }
  .footer__bottom ul li a {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
    color: #fff;
  }
  .footer__bottom p {
    margin-top: 17px;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Noto Sans JP',serif;
  }
  .subPage {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .subPage h2 {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 70px;
  }
  .subPage .backTop {
    text-align: center;
    margin-top: 80px;
  }
  .subPage .backTop a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 361px;
    height: 70px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0cba2), to(#ba9349));
    background: -webkit-linear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: -moz- oldlinear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: linear-gradient(180deg, #e0cba2 0%, #ba9349 100%);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
  }
  .subPage .company {
    max-width: 464px;
    margin: auto;
  }
  .subPage .company .list dl dt {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Noto Sans JP',serif;
    color: #000;
  }
  .subPage .company .list dl dd {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Noto Sans JP',serif;
    color: #000;
    margin-top: 20px;
    letter-spacing: 0.02em;
  }
  .subPage .company .list dl + dl {
    margin-top: 60px;
  }
  .subPage .privacy__content {
    max-width: 800px;
    margin: auto;
    font-family: 'Noto Sans JP',serif;
    font-size: 14px;
    line-height: 2.2;
  }
  .subPage .privacy__content .txt {
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .subPage .privacy__content dl {
    margin-top: 50px;
  }
  .subPage .privacy__content dl dt {
    font-weight: 500;
    font-size: 16px;
  }
  .subPage .privacy__content dl dd {
    margin-top: 15px;
  }
  .subPage .thanks .txt {
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .subPage .thanks .txt p + p {
    margin-top: 30.8px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .mv {
    background: url("../img/mv.webp") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 5.00483vw;
  }
  .mv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-left: 0;
    padding-right: 0;
  }
  .mv__main--fig {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__main--fig img {
    width: 100%;
    height: auto;
  }
  .mv__main--fig::after {
    position: absolute;
    content: "Your Next \A Challenge";
    white-space: pre;
    font-size: 23.42995vw;
    line-height: 18.84058vw;
    font-family: "Playfair", serif;
    text-align: justify;
    font-weight: 200;
    color: #FDFDFD;
    opacity: 0.07;
    top: 104.58937vw;
    left: 0;
  }
  .mv__main--pos {
    padding-top: 3.657vw;
    padding-left: 3.62319vw;
    position: relative;
    z-index: 2;
  }
  .mv__main--logo {
    line-height: 0;
  }
  .mv__main--logo img {
    width: 37.0628vw;
  }
  .mv__main--txt01 {
    margin-top: 5.08454vw;
    line-height: 0;
  }
  .mv__main--txt01 img {
    width: 14.7343vw;
  }
  .mv__main--txt02 {
    margin-top: 25.84541vw;
    line-height: 0;
    text-align: right;
  }
  .mv__main--txt02 img {
    width: 61.83575vw;
  }
  .mv__main--box {
    margin-top: 4.22705vw;
    line-height: 0;
  }
  .mv__main--box img {
    width: 92.99517vw;
  }
  .mv__slider {
    margin-top: 5.7971vw;
  }
  .mv__slider--top {
    margin-top: 1.93237vw;
  }
  .mv__slider--top .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .mv__slider--top .swiper-slide {
    padding: 0 0.96618vw;
    line-height: 0;
    width: 28.26087vw;
    height: auto;
  }
  .consultation {
    background: #E9E1C9;
    padding: 9.66184vw 0 9.66184vw;
  }
  .consultation__main {
    max-width: 82.85024vw;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .consultation__main .title {
    text-align: center;
  }
  .consultation__main .title span {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
  }
  .consultation__main .title h2 {
    font-size: 7.72947vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-top: 1.44928vw;
  }
  .consultation__main .form {
    margin-top: 6.40097vw;
    font-family: 'Noto Sans JP',serif;
  }
  .consultation__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38164vw;
    line-height: 1.8;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.04em;
  }
  .consultation__main .form dl dt.required::after {
    content: "必須";
    color: #fff;
    font-size: 2.89855vw;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.04em;
    background: #E20111;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.86957vw;
    height: 4.83092vw;
    margin-left: 3.86473vw;
  }
  .consultation__main .form dl dd {
    width: 100%;
    margin-top: 1.93237vw;
  }
  .consultation__main .form dl dd .wrapInput,
  .consultation__main .form dl dd .wrapSel {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .consultation__main .form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 3.6231vw;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.8985vw;
    clip-path: polygon(0 0,100% 0,50% 100%);
  }
  .consultation__main .form dl dd .wrapInput input,
  .consultation__main .form dl dd .wrapSel select {
    width: 100%;
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 2.89855vw;
    outline: none;
    border: 1px solid #DDDDDD;
    background: #fff;
    color: #000;
    font-family: 'Noto Sans JP',serif;
    appearance: none;
  }
  .consultation__main .form dl dd .wrapInput input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl dd .wrapInput input::-moz-placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl dd .wrapInput input:-ms-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl dd .wrapInput input::placeholder {
    opacity: 1;
    color: #999999;
  }
  .consultation__main .form dl + dl {
    margin-top: 5.7971vw;
  }
  .consultation__main .form .error {
    color: #E20111;
  }
  .consultation__main .form .wrapCheck {
    margin-top: 4.83092vw;
  }
  .consultation__main .form .wrapCheck label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .consultation__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .consultation__main .form .wrapCheck label input:checked + span::before {
    content: '\2713';
  }
  .consultation__main .form .wrapCheck label span {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding: 0 0 0 7.48792vw;
  }
  .consultation__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 3.62319vw;
    height: 3.62319vw;
    background: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: 1px solid #999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38164vw;
    line-height: 1;
    left: 0;
    top: 0.72464vw;
  }
  .consultation__main .form .wrapCheck label span a {
    color: #E20111;
    text-decoration: underline;
  }
  .consultation__main .form .wrapCheck .error {
    display: block;
    width: 100%;
    text-align: center;
  }
  .consultation__main .form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 13.28502vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    outline: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e40011), to(#7e0009));
    background: -webkit-linear-gradient(top, #e40011 0%, #7e0009 100%);
    background: -moz- oldlinear-gradient(top, #e40011 0%, #7e0009 100%);
    background: linear-gradient(180deg, #e40011 0%, #7e0009 100%);
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
    margin-top: 7.72947vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 700;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .consultation__main .form button:hover {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0cba2), to(#ba9349));
    background: -webkit-linear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: -moz- oldlinear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: linear-gradient(180deg, #e0cba2 0%, #ba9349 100%);
  }
  .example {
    margin-top: 19.08213vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .example::before, .example::after {
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
  }
  .example::before {
    height: 100%;
    clip-path: polygon(0 0, 100% 123.6715vw, 100% -webkit-calc(100% - 88.88889vw), 0 100%);
    clip-path: polygon(0 0, 100% 123.6715vw, 100% -moz-calc(100% - 88.88889vw), 0 100%);
    clip-path: polygon(0 0, 100% 123.6715vw, 100% calc(100% - 88.88889vw), 0 100%);
    background: #000;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .example::after {
    height: 100%;
    clip-path: polygon(0 0, 100% 109.17874vw, 100% -webkit-calc(100% - 103.38164vw), 0 100%);
    clip-path: polygon(0 0, 100% 109.17874vw, 100% -moz-calc(100% - 103.38164vw), 0 100%);
    clip-path: polygon(0 0, 100% 109.17874vw, 100% calc(100% - 103.38164vw), 0 100%);
    background: #B38938;
    left: 0;
    top: 7.24638vw;
    z-index: -2;
  }
  .example__success::before {
    position: absolute;
    content: "SUCCESS";
    font-size: 19.32367vw;
    line-height: 1;
    font-weight: 900;
    font-family: 'Playfair',serif;
    color: rgba(57, 57, 57, 0.5);
    right: -11vw;
    top: 88.16425vw;
    -webkit-transform: rotate(50.77deg);
       -moz-transform: rotate(50.77deg);
        -ms-transform: rotate(50.77deg);
            transform: rotate(50.77deg);
  }
  .example__main {
    padding-top: 22.46377vw;
    padding-bottom: 7.72947vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .example__main--txt {
    font-size: 3.86473vw;
    line-height: 8.9372vw;
    font-weight: 900;
    font-family: 'Playfair',serif;
    color: rgba(153, 153, 153, 0.4);
    letter-spacing: 0.13em;
    max-width: 64.00966vw;
  }
  .example__main--ver {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 3.62319vw;
    top: -7.97101vw;
  }
  .example__main--ver span {
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 5.7971vw;
    line-height: 6.52174vw;
    font-weight: 900;
    margin: 0 1.20773vw;
  }
  .example__main--title {
    margin-top: 51.20773vw;
    font-size: 10.14493vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #fff;
    padding-left: 4.83092vw;
  }
  .example__main--title span {
    font-size: 6.76329vw;
    line-height: 11.11111vw;
    display: block;
  }
  .example__main--list {
    padding: 0 4.83092vw;
    margin-top: 12.07729vw;
  }
  .example__main--list article {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 6.25vw 7.24638vw;
  }
  .example__main--list article::before, .example__main--list article::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .example__main--list article::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#b38938), color-stop(50%, #e1cda5), to(#b38938));
    background: -webkit-linear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: -moz- oldlinear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: linear-gradient(180deg, #b38938 0%, #e1cda5 50%, #b38938 100%);
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .example__main--list article::after {
    background: #fff;
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    z-index: -1;
  }
  .example__main--list article .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#b38938), color-stop(50%, #e1cda5), to(#b38938));
    background: -webkit-linear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: -moz- oldlinear-gradient(top, #b38938 0%, #e1cda5 50%, #b38938 100%);
    background: linear-gradient(180deg, #b38938 0%, #e1cda5 50%, #b38938 100%);
    text-align: center;
    padding: 2.41546vw 2.41546vw 3.38164vw;
    margin: 0 -6.52174vw;
  }
  .example__main--list article .title h3 {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-family: 'Noto Sans JP',serif;
    font-weight: 700;
    color: #000;
    margin-bottom: -0.72464vw;
  }
  .example__main--list article .title small {
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 500;
    font-family: 'Noto Sans JP',serif;
    color: #000;
  }
  .example__main--list article .txt {
    margin-top: 0.72464vw;
    padding: 3vw 0vw 0vw 0vw;
    font-size: 3.86473vw;
    line-height: 7.97101vw;
    font-family: 'Noto Sans JP',serif;
    color: #E20111;
    font-weight: 500;
    border-bottom: 1px solid #E20111;
  }
  .example__main--list article .txt span {
    font-size: 7.2vw;
    line-height: 7.97101vw;
    font-family: 'Noto Serif JP',serif;
    font-weight: 700;
  }
  .example__main--list article .txt span small {
    font-size: 4.83092vw;
  }
  .example__main--list article ul {
    margin-top: 4.10628vw;
  }
  .example__main--list article ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 2.41546vw;
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
  }
  .example__main--list article ul li::before {
    position: absolute;
    content: "";
    width: 0.96618vw;
    height: 0.96618vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 1.93237vw;
    background: #000;
  }
  .example__main--list article + article {
    margin-top: 9.66184vw;
  }
  .example__main--brand {
    margin-top: 25.36232vw;
  }
  .example__main--brand h3 {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #fff;
  }
  .example__main--brand .list {
    margin: 12.07729vw 0 0;
  }
  .example__main--brand .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.44928vw;
  }
  .example__main--brand .list ul li {
    width: 21.01449vw;
    height: 21.01449vw;
    margin: 1.44928vw;
    background: #fff;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-shadow: 0 0.96618vw 2.41546vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.96618vw 2.41546vw rgba(0, 0, 0, 0.1);
  }
  .example__main--brand .list ul li img {
    width: 100%;
    height: auto;
  }
  .example__main--brand .list ul li:first-of-type {
    margin-left: 25.36232vw;
  }
  .example__main--brand .list ul li:nth-of-type(6) {
    margin-right: 25.36232vw;
  }
  .reward {
    margin-top: 45.58454vw;
  }
  .reward__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 10.14493vw;
    font-weight: 700;
  }
  .reward__main .list {
    margin-top: 9.66184vw;
  }
  .reward__main .list figure, .reward__main .list picture {
    width: 100%;
  }
  .reward__main .list figure + figure, .reward__main .list figure picture, .reward__main .list picture + figure, .reward__main .list picture picture {
    margin-top: 9.66184vw;
  }
  .strength {
    margin-top: 31.64251vw;
    padding-bottom: 21.73913vw;
  }
  .strength__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .strength__main--title::before {
    position: absolute;
    content: attr(data-en);
    font-size: 21.25604vw;
    line-height: 25.60386vw;
    font-weight: 900;
    left: 0;
    font-family: 'Playfair',serif;
    color: #E6E6E6;
    top: -12.31884vw;
    z-index: -1;
  }
  .strength__main--title .title span {
    font-size: 6.03865vw;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  .strength__main--title .title h2 {
    font-size: 13.28502vw;
    line-height: 13.52657vw;
    font-weight: 700;
  }
  .strength__main--list {
    margin-top: 18.18841vw;
    counter-reset: ar;
    padding: 0 3.62319vw;
  }
  .strength__main--list article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
  }
  .strength__main--list article::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 124.63768vw;
    background: url("../img/strengthBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 7.97101vw;
    z-index: -1;
    left: -3.62319vw;
  }
  .strength__main--list article .arInner {
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 7.97101vw;
    position: relative;
  }
  .strength__main--list article .arInner figure {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    margin: 0;
  }
  .strength__main--list article .arInner figure::before {
    position: absolute;
    content: '';
    width: 37.92271vw;
    height: 34.29952vw;
    background: url("../img/strengthRec.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 2;
    top: -7.97101vw;
    left: -3.62319vw;
    -webkit-filter: drop-shadow(0px 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25));
  }
  .strength__main--list article .arInner figure span {
    display: inline-block;
    width: 100%;
  }
  .strength__main--list article .arInner figure span::before {
    position: absolute;
    content: "強み";
    font-size: 4.83092vw;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 300;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding-left: 0.72464vw;
    border-left: 1px solid #1E1E1E;
    top: -7.97101vw;
    left: 0vw;
    z-index: 2;
  }
  .strength__main--list article .arInner figure span::after {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    width: 37.92271vw;
    height: 34.29952vw;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 19.32367vw;
    line-height: 15.45894vw;
    font-weight: 300;
    color: #1E1E1E;
    padding: 0 0 0 9.42029vw;
    z-index: 3;
    top: -10.38647vw;
    left: -3.62319vw;
    white-space: nowrap;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 20px #FFFFFF);
            filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 20px #FFFFFF);
  }
  .strength__main--list article .arInner figure span img {
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
  }
  .strength__main--list article .arInner .ar h3 {
    line-height: 0;
    position: absolute;
    top: 11.35266vw;
  }
  .strength__main--list article .arInner .ar h3 span {
    font-size: 6.76329vw;
    line-height: 10.62802vw;
    font-weight: 700;
    color: #fff;
    background: #1E1E1E;
    padding: 0 6.28019vw 0 2.41546vw;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, -webkit-calc(100% - 5.31401vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, -moz-calc(100% - 5.31401vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5.31401vw) 100%, 0 100%);
  }
  .strength__main--list article .arInner .ar h3 span + span {
    margin-top: 1.20773vw;
  }
  .strength__main--list article .arInner .ar .txt {
    margin-top: 7.24638vw;
  }
  .strength__main--list article .arInner .ar .txt p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
    color: #000;
    text-indent: 3.86473vw;
  }
  .strength__main--list article .arInner .ar .txt ul {
    margin: 5.7971vw 0;
  }
  .strength__main--list article .arInner .ar .txt ul li {
    font-size: 3.38164vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #393939;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.52174vw;
    font-family: 'Noto Sans JP',serif;
  }
  .strength__main--list article .arInner .ar .txt ul li::before {
    position: absolute;
    content: "";
    width: 1.24879vw;
    height: 0.96618vw;
    background: #393939;
    top: 2.657vw;
    left: 3.62319vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .strength__main--list article .arInner .ar .txt ul li + li {
    margin-top: 2.41546vw;
  }
  .strength__main--list article + article {
    margin-top: 14.97585vw;
  }
  .reason {
    background: url("../img/reasonBg_sp.webp") 0 0 no-repeat #1E1E1E;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .reason__main {
    padding-top: 16.42512vw;
  }
  .reason__main--title {
    color: #fff;
    text-align: center;
    font-size: 9.66184vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Noto Serif JP',serif;
  }
  .reason__main--title span {
    display: block;
    font-size: 5.55556vw;
    line-height: 1;
    margin-bottom: 2.17391vw;
  }
  .reason__main--list {
    margin-top: 16.18357vw;
  }
  .reason__main--list dl {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.83092vw 4.83092vw;
    color: #fff;
    font-family: 'Noto Sans JP',serif;
  }
  .reason__main--list dl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#7b7058), to(#d5c4a0));
    background: -webkit-linear-gradient(left, #7b7058 0%, #d5c4a0 100%);
    background: -moz- oldlinear-gradient(left, #7b7058 0%, #d5c4a0 100%);
    background: linear-gradient(90deg, #7b7058 0%, #d5c4a0 100%);
    opacity: 0.8;
  }
  .reason__main--list dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 7.24638vw;
    color: #fff;
    font-size: 3.62319vw;
    line-height: 5.7971vw;
    font-weight: 700;
    padding-bottom: 3.62319vw;
    border-bottom: 1px solid #E9E1C9;
  }
  .reason__main--list dl dt br {
    display: none;
  }
  .reason__main--list dl dt span {
    display: inline-block;
    background: #fff;
    font-size: 3.62319vw;
    line-height: 5.7971vw;
    font-weight: 900;
    color: #807761;
    padding: 0vw 0.96618vw;
    margin-right: 0.72464vw;
  }
  .reason__main--list dl dt::before {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    background: url("../img/reasonCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .reason__main--list dl dd {
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    margin-top: 3.62319vw;
  }
  .reason__main--list dl + dl {
    margin-top: 4.34783vw;
  }
  .reason__main--why {
    padding-top: 14.49275vw;
    padding-bottom: 9.90338vw;
  }
  .reason__main--why p {
    text-align: center;
    color: #fff;
    font-size: 5.55556vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Noto Serif JP',serif;
    padding: 2.29469vw 0 3.38164vw;
    background: url("../img/reasonArrow.webp") center bottom no-repeat;
    -moz-background-size: 37.43961vw 11.83575vw;
         background-size: 37.43961vw 11.83575vw;
  }
  .reason__main--why h3 {
    font-size: 5.55556vw;
    line-height: 7.72947vw;
    font-family: 'Noto Serif JP',serif;
    font-weight: 700;
    text-align: center;
    margin-top: 7.72947vw;
    color: #fff;
  }
  .compare {
    margin-top: 24.15459vw;
  }
  .compare__main h2 {
    font-size: 9.66184vw;
    line-height: 1;
    font-family: 'Noto Serif JP',serif;
    font-weight: 700;
    text-align: center;
  }
  .compare__main h2 span {
    font-size: 4.34783vw;
    line-height: 5.55556vw;
    display: inline-block;
    margin-bottom: 2.17391vw;
  }
  .compare__main--table {
    margin-top: 14.7343vw;
  }
  .voice {
    margin-top: 35.2657vw;
  }
  .voice__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.62319vw;
  }
  .voice__main--title::before {
    position: absolute;
    content: attr(data-en);
    font-size: 21.25604vw;
    line-height: 23.18841vw;
    font-weight: 900;
    left: 7.24638vw;
    font-family: 'Playfair',serif;
    color: #E6E6E6;
    top: -11.35266vw;
    z-index: -1;
  }
  .voice__main--title .title span {
    font-size: 5.31401vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  .voice__main--title .title h2 {
    font-size: 11.83575vw;
    line-height: 11.83575vw;
    font-weight: 700;
  }
  .voice__main--list {
    margin-top: 14.49275vw;
  }
  .voice__main--list article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice__main--list article::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 92.51208vw;
    background: url("../img/voiceBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.20773vw;
    z-index: -1;
  }
  .voice__main--list article .left {
    width: 24.15459vw;
  }
  .voice__main--list article .left figure {
    text-align: center;
  }
  .voice__main--list article .left figure img {
    width: 24.15459vw;
  }
  .voice__main--list article .left figure figcaption {
    font-size: 3.86473vw;
    line-height: 2.89855vw;
    font-weight: 900;
    font-family: 'Noto Sans JP',serif;
    margin-top: 3.1401vw;
  }
  .voice__main--list article .left .txt {
    text-align: center;
    font-size: 2.657vw;
    line-height: 3.86473vw;
    font-weight: 700;
    font-family: 'Noto Sans JP',serif;
    margin-top: 3.86473vw;
  }
  .voice__main--list article .left .txt p + p {
    position: relative;
    margin-top: 7.24638vw;
  }
  .voice__main--list article .left .txt p + p::before {
    position: absolute;
    content: "";
    width: 2.89855vw;
    height: 2.53623vw;
    background: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.38164vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .voice__main--list article .right {
    width: 62.80193vw;
  }
  .voice__main--list article .right h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voice__main--list article .right h3 span {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 6.52174vw;
    font-weight: 700;
    letter-spacing: -0.05em;
    background: #000;
    padding: 0 1.93237vw;
    font-family: 'Noto Sans JP',serif;
  }
  .voice__main--list article .right h3 span + span {
    margin-top: 1.20773vw;
  }
  .voice__main--list article .right .txt {
    margin-top: 3.62319vw;
  }
  .voice__main--list article .right .txt p {
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    font-weight: 400;
    font-family: 'Noto Sans JP',serif;
    text-indent: 2.89855vw;
  }
  .voice__main--list article:nth-of-type(odd)::after {
    left: 0vw;
  }
  .voice__main--list article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voice__main--list article:nth-of-type(even)::after {
    right: 0vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .voice__main--list article + article {
    margin-top: 14.49275vw;
  }
  .flow {
    margin-top: 26.57005vw;
    margin-bottom: 17.8744vw;
  }
  .flow__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .flow__main--title::before {
    position: absolute;
    content: attr(data-en);
    font-size: 23.18841vw;
    line-height: 27.77778vw;
    font-weight: 900;
    right: 0;
    font-family: 'Playfair',serif;
    color: #E6E6E6;
    bottom: -22.94686vw;
    z-index: -1;
  }
  .flow__main--title::after {
    position: absolute;
    content: "";
    width: 50.24155vw;
    height: 101.93237vw;
    background: url("../img/flowBg.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 18.11594vw;
    right: 0vw;
    z-index: -2;
  }
  .flow__main--title .title span {
    font-size: 6.28019vw;
    line-height: 4.83092vw;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  .flow__main--title .title h2 {
    font-size: 9.66184vw;
    line-height: 7.72947vw;
    font-weight: 700;
    margin-top: 3.38164vw;
  }
  .flow__main--list {
    max-width: 82.1256vw;
    margin: auto;
    margin-top: 26.08696vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-reset: dl;
    padding: 0 0 0 8.21256vw;
  }
  .flow__main--list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 93.75%;
    background: #B38938;
    left: 3.01932vw;
    top: 0;
  }
  .flow__main--list dl {
    background: #E9E1C9;
    padding: 3.38164vw 5.55556vw 4.83092vw 7.97101vw;
    font-family: 'Noto Sans JP',serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: dl;
  }
  .flow__main--list dl::before {
    position: absolute;
    content: "STEP";
    width: 6.03865vw;
    text-align: center;
    font-size: 2.41546vw;
    line-height: 2.89855vw;
    font-family: 'Playfair',serif;
    font-weight: 400;
    color: #B38938;
    left: -8.21256vw;
    top: 0;
    background: #fff;
    display: block;
    padding-top: 1.20773vw;
    z-index: 2;
  }
  .flow__main--list dl::after {
    position: absolute;
    content: counter(dl);
    width: 6.03865vw;
    text-align: center;
    font-size: 7.72947vw;
    line-height: 5.31401vw;
    padding-bottom: 2.41546vw;
    font-family: 'Playfair',serif;
    font-weight: 400;
    color: #B38938;
    left: -8.21256vw;
    top: 3.62319vw;
    background: #fff;
    display: block;
    z-index: 3;
  }
  .flow__main--list dl dt {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
  }
  .flow__main--list dl dd {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 1.69082vw;
  }
  .flow__main--list dl dd b {
    left: 0;
  }
  .flow__main--list dl + dl {
    margin-top: 11.11111vw;
  }
  .footer {
    background: #fff;
  }
  .footer__logo {
    text-align: center;
    line-height: 0;
    padding: 1.44928vw 0 1.93237vw;
  }
  .footer__logo a {
    width: 41.0628vw;
    display: inline-block;
    line-height: 0;
  }
  .footer__bottom {
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 8.45411vw 0 1.93237vw;
  }
  .footer__bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottom ul li {
    margin: 0 4.83092vw;
  }
  .footer__bottom ul li a {
    font-size: 3.1401vw;
    line-height: 4.58937vw;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
    color: #fff;
  }
  .footer__bottom p {
    margin-top: 5.7971vw;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    font-family: 'Noto Sans JP',serif;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 0;
    z-index: 99;
    padding: 0 2.62319vw 1.62319vw;
    display: flex;
  }
  .ctaFixed a {
    display: block;
    line-height: 0;
    opacity: 1;
    /* -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25); */
  }
  .ctaFixed a img {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .pTop .footer {
    padding-bottom: 14.49275vw;
  }
  .subPage {
    padding-top: 16.90821vw;
    padding-bottom: 14.49275vw;
  }
  .subPage h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 12.56039vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 16.90821vw;
  }
  .subPage .backTop {
    text-align: center;
    margin-top: 19.32367vw;
  }
  .subPage .backTop a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 87.19807vw;
    height: 16.90821vw;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0cba2), to(#ba9349));
    background: -webkit-linear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: -moz- oldlinear-gradient(top, #e0cba2 0%, #ba9349 100%);
    background: linear-gradient(180deg, #e0cba2 0%, #ba9349 100%);
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
  }
  .subPage .company {
    max-width: 112.07729vw;
    width: 100%;
    margin: auto;
    padding: 0 3.62319vw;
  }
  .subPage .company .list dl dt {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 500;
    font-family: 'Noto Sans JP',serif;
    color: #000;
  }
  .subPage .company .list dl dd {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    font-family: 'Noto Sans JP',serif;
    color: #000;
    margin-top: 4.83092vw;
    letter-spacing: 0.02em;
  }
  .subPage .company .list dl + dl {
    margin-top: 14.49275vw;
  }
  .subPage .privacy__content {
    max-width: 193.23671vw;
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans JP',serif;
    font-size: 3.38164vw;
    line-height: 2.2;
    padding: 0 3.62319vw;
  }
  .subPage .privacy__content .txt {
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .subPage .privacy__content dl {
    margin-top: 12.07729vw;
  }
  .subPage .privacy__content dl dt {
    font-weight: 500;
    font-size: 3.86473vw;
  }
  .subPage .privacy__content dl dd {
    margin-top: 3.62319vw;
  }
  .subPage .thanks .txt {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 2.2;
    font-family: 'Noto Sans JP',serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .subPage .thanks .txt p + p {
    margin-top: 7.43961vw;
  }
}



/* 20250213 */

.line-cta {
  margin: 10rem 0;
}
.line-cta__main .icon {
  width: 7%;
  margin: 0 auto;
}
.line-cta__main h2 {
  text-align: center;
  margin: 2.5rem 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: rgba(181, 137, 61, 100);
}
.line-cta__main p {
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Noto Sans JP',serif;
  line-height: 1.75;
  font-weight: 400;
  color: #494949;
  font-size: 20px;
}
.line-btn {
  width: 48%;
  margin: 0 auto;
}


@media screen and (max-width: 480px) {
  .line-cta {
    margin: 10rem 0;
  }
  .line-cta__main .icon {
    width: 13%;
    margin: 0 auto;
  }
  .line-cta__main h2 {
    text-align: center;
    margin: 2.5rem 0;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 7vw;
    font-weight: 600;
    color: rgba(181, 137, 61, 100);
  }
  .line-cta__main p {
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Noto Sans JP',serif;
    line-height: 1.75;
    font-weight: 400;
    color: #494949;
    font-size: 4.25vw;
  }
  .line-btn {
    width: 100%;
    margin: 0 auto;
  }
}