@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* add
   ========================================================================== */
figure, ul, ol, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/* ---------------------------------------------------------
   util.css
--------------------------------------------------------- */
/* layout */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.z0 {
  position: relative !important;
  z-index: 0 !important;
}

/* Micro clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  overflow: hidden;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* font */
.bold {
  font-weight: bold !important;
}

.no_bold {
  font-weight: normal !important;
}

/* fontsize */
.f10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.f11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.f21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.f31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.f32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.f33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.f34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.f35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.f36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.f37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.f38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.f39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.f40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

/* line-height */
.lh10 {
  line-height: 10px !important;
}

.lh11 {
  line-height: 11px !important;
}

.lh12 {
  line-height: 12px !important;
}

.lh13 {
  line-height: 13px !important;
}

.lh14 {
  line-height: 14px !important;
}

.lh15 {
  line-height: 15px !important;
}

.lh16 {
  line-height: 16px !important;
}

.lh17 {
  line-height: 17px !important;
}

.lh18 {
  line-height: 18px !important;
}

.lh19 {
  line-height: 19px !important;
}

.lh20 {
  line-height: 20px !important;
}

.lh21 {
  line-height: 21px !important;
}

.lh22 {
  line-height: 22px !important;
}

.lh23 {
  line-height: 23px !important;
}

.lh24 {
  line-height: 24px !important;
}

.lh25 {
  line-height: 25px !important;
}

.lh26 {
  line-height: 26px !important;
}

.lh27 {
  line-height: 27px !important;
}

.lh28 {
  line-height: 28px !important;
}

.lh29 {
  line-height: 29px !important;
}

.lh30 {
  line-height: 30px !important;
}

.lh31 {
  line-height: 31px !important;
}

.lh32 {
  line-height: 32px !important;
}

.lh33 {
  line-height: 33px !important;
}

.lh34 {
  line-height: 34px !important;
}

.lh35 {
  line-height: 35px !important;
}

.lh36 {
  line-height: 36px !important;
}

.lh37 {
  line-height: 37px !important;
}

.lh38 {
  line-height: 38px !important;
}

.lh39 {
  line-height: 39px !important;
}

.lh40 {
  line-height: 40px !important;
}

/* Margin-Top & Padding-Top */
.mt00 {
  margin-top: 0px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* Margin-Right & Padding-Right */
.mr00 {
  margin-right: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* Margin-Bottom & Padding-Bottom */
.mb00 {
  margin-bottom: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* Margin-Left & Padding-Left */
.ml00 {
  margin-left: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pb85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* ---------------------------------------------------------
   add
----------------------------------------------------------*/
/* 古いIEへ警告 */
.ie-prompt {
  text-align: center;
  margin: 0px auto 0px;
  padding: 10px;
  background-color: #000;
  color: #fff;
}
.ie-prompt a {
  color: #fff;
  text-decoration: underline;
}
.ie-prompt a:hover {
  text-decoration: none;
}

/* 音声ブラウザ用 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* プリント表示非表示 */
@media print {
  .is-hidden_print {
    display: none;
  }
  .is-visible_print {
    display: block;
  }
}
/* over */
.opacity:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.opacity:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
   --swiper-navigation-color: var(--swiper-theme-color);
   */
}

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   */
}

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

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* ---------------------------------------------------------
   base.css
----------------------------------------------------------*/
/* ---------------------------------------------------------
   base.css
----------------------------------------------------------*/
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  color: #222;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}
body * {
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

svg {
  width: 50px;
  height: 50px;
}

ol,
li {
  list-style: none;
}

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

.sp-only {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .sp-none {
    display: none !important;
  }
}

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

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

.wrapper {
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper * {
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .wrapper {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
.cta_block {
  max-width: 760px;
  margin: 0 auto;
  background: #3ca46d url("../img/top/bg-cta.png") no-repeat 60% center;
  box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, 0.09);
  padding: 16px 20px 16px 30px;
}
@media screen and (max-width:767px) {
  .cta_block {
    display: none;
  }
}
.cta_block_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta_block_text {
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
}

/* ---------------------------------------------------------
フェードインアニメーション
----------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
@media screen and (max-width:767px) {
  .fadein {
    transform: translate(0, 30px);
  }
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.overflow {
  overflow: hidden;
}

/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
.header-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.header {
  position: absolute;
  z-index: 4;
  background: #fff;
  color: #fff;
  left: 0;
  top: 0;
  padding: 5px 11px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  height: 55px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .header {
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px;
  }
}

.header_inner {
  max-width: 1026px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .header_inner {
    display: block;
  }
}

.header_left {
  display: flex;
}
@media screen and (max-width:767px) {
  .header_left {
    padding: 0;
    justify-content: space-between;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .header_left > div {
    width: 100%;
    box-sizing: border-box;
  }
}
.header_left a {
  transition: ease all 0.3s;
}
.header_left a:hover {
  opacity: 0.7;
}
.header_left .logo {
  display: block;
  border-top: none;
}
@media screen and (max-width:767px) {
  .header_left .logo {
    border-width: 4px;
    display: inline-block;
  }
}
.header_left .logo::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("../img/top/logo-after.png") no-repeat center center/100% auto;
  margin: 4px 16px 0 5px;
  position: relative;
  top: 2px;
}
@media screen and (max-width:767px) {
  .header_left .logo::after {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.header_left .logo img {
  width: 76.5px;
  vertical-align: middle;
  margin-top: -3px;
}
@media screen and (max-width:767px) {
  .header_left .logo img {
    width: 46px;
  }
}
.header_left .fc {
  display: inline-block;
}
.header_left .fc img {
  width: 153px;
}
@media screen and (max-width:767px) {
  .header_left .fc img {
    width: 153px;
  }
}
.header_left .logo_franchise img {
  width: 156px;
}
@media screen and (max-width:767px) {
  .header_left .logo_franchise img {
    width: 122px;
  }
}
.header_left div p {
  line-height: 1;
}
@media screen and (max-width:767px) {
  .header_left div p img {
    height: 9px;
    width: 9px;
  }
}
.header_left h1 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background: linear-gradient(180deg, #4BA0E0 0%, #426DB9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 25px;
}
.header_left h1::before, .header_left h1::after {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  background: linear-gradient(180deg, #4BA0E0 0%, #426DB9 100%);
}
@media screen and (max-width:767px) {
  .header_left h1 {
    margin-left: 0;
    justify-content: center;
    margin-top: 4px;
  }
}

.header_logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width:768px), print {
  .header_logo {
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .header_logo {
    justify-content: center;
  }
}

.logo_franchise {
  margin-top: 6px;
}

.header_right {
  height: 100%;
}
.header_right .header_btn {
  width: 308px;
  height: 100%;
  background-size: cover;
  transition: 300ms;
  text-align: center;
  border-radius: 0;
  color: #25a061;
  border: none;
  box-shadow: none;
  margin-top: 3px;
}
.header_right .header_btn p {
  color: #fff;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.header_right .header_btn div {
  margin-left: 8px;
}
.header_right .header_btn small {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
}
.header_right .header_btn span {
  font-size: 1.8rem;
  padding-top: 0;
  padding-left: 10px;
}
.header_right .header_btn span::before {
  position: static;
  display: inline-block;
  transform: none;
  margin: -2px 5px 0 0;
  vertical-align: middle;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btntext_small {
  font-size: 1.1rem;
}

.btntext_large {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width:768px), print {
  .home .header--vl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    height: 178px;
    border-radius: 0;
  }
  .home .header--vl .header_logo {
    flex-direction: column;
  }
  .home .header--vl .header_logo .logo {
    position: relative;
  }
  .home .header--vl .header_logo .logo::after {
    display: block;
    margin: 8px auto 10px;
  }
}

/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/
.footer {
  background: #f6f2ee;
  padding-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  .footer {
    padding: 30px 15px 0;
  }
}
.footer * {
  box-sizing: border-box;
}

.footer_logo {
  max-width: 948px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    padding: 0;
    text-align: center;
  }
}
.footer_logo img {
  width: 405px;
}
@media screen and (max-width: 767px) {
  .footer_logo img {
    width: 335px;
  }
}

.footer_company_info {
  border-left: 2px solid #B68366;
  padding-left: 8px;
  font-size: 1.2rem;
  margin: 10px 0 10px 15px;
}

.footer_company {
  font-size: 1.4rem;
  line-height: 1.57;
  margin: 0 auto 34px;
  position: relative;
}
.footer_company strong {
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .footer_company {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  .footer_company::before {
    display: none;
  }
}
.footer_company_inner {
  max-width: 948px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width:767px) {
  .footer_company_inner {
    display: block;
    padding: 0;
  }
}
.footer_company_ttl {
  margin-top: 0 !important;
}
.footer_ad_links {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .footer_ad_links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.footer_ad_links a {
  color: #fff;
  text-decoration: underline;
  background: #b68366;
  font-weight: 500;
  font-size: 1.3rem;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  padding: 8px 28px 8px 10px;
  position: relative;
}
@media screen and (max-width:767px) {
  .footer_ad_links a {
    font-size: 1.2rem;
    padding: 10px 27px 10px 10px;
    border-radius: 50px;
  }
}
.footer_ad_links a::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: currentColor;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}
@media screen and (max-width:767px) {
  .footer_ad_links a::after {
    right: 12.5px;
  }
}

@media screen and (max-width:767px) {
  .footer_left {
    margin: 0 0 24px 0;
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media screen and (max-width:767px) {
  .footer_right {
    width: 100%;
    border-left: 0;
    padding: 0 0 40px;
    padding-top: 0;
  }
}

.footer_bottom {
  padding: 0 0 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .footer_bottom {
    font-size: 1.2rem;
  }
}

.footer_about {
  background: #fff;
  width: 860px;
  margin: 0 auto 32px;
  border-radius: 8px;
  overflow: hidden;
  padding: 13px 13px 16px;
}
@media screen and (max-width:767px) {
  .footer_about {
    padding: 22px 20px;
    font-size: 2rem;
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer_about_logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width:767px) {
  .footer_about_logo {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    padding: 12px 5px 0;
  }
}
.footer_about_logo img {
  width: 216px;
}
@media screen and (max-width:767px) {
  .footer_about_logo img {
    width: 186px;
  }
}
.footer_about_logo span {
  margin-top: -5px;
}
@media screen and (max-width:767px) {
  .footer_about_logo span {
    display: inline-block;
    margin-top: -3px;
  }
}
.footer_about_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width:767px) {
  .footer_about_inner {
    flex-direction: column;
  }
  .footer_about_inner::before {
    display: none;
  }
}
.footer_about_ph {
  margin-right: 45px;
  font-weight: bold;
  display: flex;
}
@media screen and (max-width:767px) {
  .footer_about_ph {
    margin-right: 0;
  }
}
.footer_about_ph img {
  width: 262px;
}
@media screen and (max-width:767px) {
  .footer_about_ph img {
    width: 184px;
  }
}
.footer_about_ph span {
  font-size: 2.4rem;
  margin-top: 15px;
  margin-left: -5px;
}
@media screen and (max-width:767px) {
  .footer_about_ph span {
    font-size: 1.7rem;
    margin-top: 10px;
    margin-left: -2px;
  }
}
.footer_about_text {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #000;
  padding: 0 12px;
}
@media screen and (max-width:767px) {
  .footer_about_text {
    padding: 0 15px 15px;
    font-size: 1.2rem;
  }
}

.footer_logo-gr {
  margin: 0 auto 23px;
  max-width: 948px;
}

.footer_logo {
  display: flex;
  width: 45%;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .footer_logo {
    width: 100%;
  }
}

.section-title {
  text-align: center;
  margin: 0 auto 45px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
    font-size: 4rem;
    letter-spacing: -0.04em;
  }
}
.section-title img {
  height: 145px;
}
@media screen and (max-width: 767px) {
  .section-title img {
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .section-title--s {
    font-size: 2.8rem;
  }
  .section-title--s span {
    font-size: 2.8rem;
  }
}
.section-title--reason img {
  height: 213px;
}
@media screen and (max-width: 767px) {
  .section-title--reason img {
    height: 135px;
  }
}

.btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 12px;
  padding-left: 72px;
  padding-right: 24px;
  width: -moz-max-content;
  width: max-content;
  height: 65px;
  background: #ee4147 url("../img/top/icon-btn.png") no-repeat right 18px center/15px auto;
  background-position: calc(100% - 20px) calc(50% + 3px);
  border-radius: 999px;
  box-shadow: 0 8px 0 #c90506;
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 800;
  width: 372px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 335px;
    height: 61px;
    box-shadow: 0 5px 0 #000;
    padding-left: 68px;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 6px;
    background-size: 12px auto;
    background-position: calc(100% - 16px) calc(50% + 3px);
  }
}

.btn_appeal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffec58;
}
@media screen and (max-width: 767px) {
  .btn_appeal {
    width: 49px;
    height: 49px;
    border-width: 3px;
  }
}

.btn_appeal-inner {
  text-align: center;
  color: #ee4147;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .btn_appeal-inner {
    font-size: 1.4rem;
  }
}

.btn_recommend {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .btn_recommend {
    font-size: 1.3rem;
  }
}

.btn_main em {
  font-style: normal;
  font-size: 2.5rem;
  color: #fde339;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .btn_main em {
    font-size: 2.3rem;
  }
}

.btn--gritter {
  overflow: hidden;
  position: relative;
}

.btn--gritter::before {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  position: absolute;
  top: -50%;
  left: -78px;
  background-color: #fff;
  opacity: 0;
  transform-origin: left bottom;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 16px;
}

.cta-section {
  display: flex;
  justify-content: center;
  padding: 0 6px 80px;
}
@media screen and (max-width: 767px) {
  .cta-section {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

/* ---------------------------------------------------------
メインビジュアル
----------------------------------------------------------*/
.hero {
  position: relative;
}
.hero__body {
  height: 660px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__body {
    height: 565px;
  }
  .hero__body::before {
    content: "";
    width: 100%;
    height: 251px;
    background: url("../img/top/bg-hero-lower.png") repeat-x center bottom/auto 251px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.hero__inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.hero__bg {
  position: absolute;
  height: 100%;
  background: url("../img/top/bg-hero.jpg") repeat-x 0 0/5733px auto;
  animation: bg-hero-slider 50s linear infinite;
  top: 0;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero__bg {
    background-image: url("../img/top/bg-hero-sm.jpg");
    background-size: auto 565px;
    animation: bg-hero-slider-sm 20s linear infinite;
    top: -71px;
  }
}
@keyframes bg-hero-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -5733px 0;
  }
}
@keyframes bg-hero-slider-sm {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1500px 0;
  }
}
.hero__main {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 114px;
  z-index: 1;
  text-align: center;
}
.hero__main img {
  position: relative;
  left: 45px;
  width: 698.5px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .hero__main {
    bottom: auto;
    top: 135px;
  }
  .hero__main img {
    width: 359px;
    left: 8px;
  }
}
.hero__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 17px;
  justify-content: center;
  margin: 5px auto;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .hero__list {
    flex-direction: column;
    width: 305px;
    gap: 9px;
  }
}
.hero__list li {
  font-weight: bold;
  font-size: 2rem;
  min-width: 330px;
  text-align: center;
  height: 48px;
  color: #fff;
  background: #2466C2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 11px 0 11px;
  border-radius: 15px 0 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__list li {
    width: 339.5px;
    height: 40px;
    font-size: 1.4rem;
    padding-left: 14px;
    min-width: 0;
    width: 305px !important;
    justify-content: flex-start;
  }
}
.hero__list li span {
  color: #ffec58;
}
.hero__list li.hero__list-l {
  min-width: 296px;
  margin-left: -100px;
}
@media screen and (max-width: 767px) {
  .hero__list li.hero__list-l {
    margin-left: 0;
  }
}
.hero__list li.hero__list-l .hero__list-l-caption {
  font-size: 1.4rem;
  position: absolute;
  left: calc(100% - 12px);
  color: #1f1410;
  line-height: 1.4;
  height: 100%;
  background: #ffec58;
  border-radius: 16px;
  padding-top: 4px;
  text-align: left;
  padding-left: 10px;
  padding-right: 8px;
  top: 0;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .hero__list li.hero__list-l .hero__list-l-caption {
    font-size: 1.3rem;
    line-height: 1.2;
    left: auto;
    right: -20px;
    border-radius: 5px;
    min-width: 105px;
  }
}
.hero__list li.hero__list-l .hero__list-l-caption::before {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  right: calc(100% - 1px);
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #ffec58;
}
@media screen and (max-width: 767px) {
  .hero__list li.hero__list-l .hero__list-l-caption::before {
    width: 16px;
    height: 20px;
    right: calc(100% - 6px);
  }
}
.hero__list li.hero__list-l .hero__list-l-caption span {
  color: #ee4147;
}
.hero__list li.hero__list-l .hero__list-l-caption small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .hero__list li.hero__list-l .hero__list-l-caption small {
    font-size: 1.3rem;
  }
}
.hero__list-inner {
  background: url("../img/top/icon-check.png") no-repeat left center/33px auto;
  padding-left: 43px;
}
@media screen and (max-width: 767px) {
  .hero__list-inner {
    background-size: 24px auto;
    padding-left: 31px;
  }
}
.hero__wrapper {
  max-width: 1000px;
  height: 100%;
  position: relative;
}

.swiper-slide-active .hero__bg-image,
.swiper-slide-duplicate-active .hero__bg-image,
.swiper-slide-prev .hero__bg-image {
  animation: slide-active 7s linear 0s normal both;
}

@keyframes slide-active {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.hero-lower {
  background: #f6f2ee;
  padding: 11px 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-lower {
    padding: 13px 5px 16px;
    position: relative;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }
}
.hero-lower__body {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hero-lower__body {
    flex-direction: column;
    gap: 12px;
  }
}
.hero-lower__text {
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .hero-lower__text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.hero-lower__text span {
  color: #dd052d;
  background: linear-gradient(transparent 0.7em, #ffec58 0.5em);
}

.mv {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
@media screen and (max-width:767px) {
  .mv .wrapper {
    padding: 0 4%;
  }
}
.mv_top {
  background: #f7f0db;
  color: #4b4225;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1;
  padding: 21px 10px;
}
@media screen and (max-width:767px) {
  .mv_top {
    padding: 20px;
    justify-content: center;
    display: flex;
  }
}
.mv_top ul {
  padding-left: 260px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .mv_top ul {
    gap: 12px 0;
    padding: 0;
    margin: 0 0 0 -75px;
  }
}
.mv_top ul li {
  background: url("../img/top/icon-hero-check.png") no-repeat left top/27px auto;
  padding-left: 47px;
}
@media screen and (max-width:767px) {
  .mv_top ul li {
    font-size: 1.5rem;
    background-size: 16px auto;
    padding-left: 20px;
    line-height: 1.3;
    background-position: left 2.5px;
  }
}
.mv_lower {
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  padding: 9px 0 16px;
  font-size: 2rem;
  font-weight: bold;
  background: #7e7d36;
  color: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv_lower {
    padding: 12px 5px;
    font-size: 1.2rem;
  }
}
.mv_lower_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .mv_lower_inner {
    flex-direction: column;
    gap: 10px 0;
    padding: 0;
    text-align: center;
  }
}
.mv_lower_inner .text {
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  font-weight: 500;
  position: relative;
  padding-top: 3px;
  font-size: 2.8rem;
}
.mv_lower_inner .text img {
  width: 424px;
}
@media screen and (max-width:767px) {
  .mv_lower_inner .text img {
    width: 224px;
  }
}
.mv_lower_inner .text small {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .mv_lower_inner .text small {
    font-size: 1.4rem;
  }
}
.mv_lower_inner .text span {
  position: relative;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fbe595;
}
@media screen and (max-width:767px) {
  .mv_lower_inner .text span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .mv_lower_inner .text {
    font-size: 1.4rem;
    padding-top: 0;
  }
}

.mv_btn {
  display: flex;
  justify-content: center;
  padding: 6px 5px 10px;
}
@media screen and (min-width: 768px) {
  .mv_btn {
    display: none;
  }
}

.mv_middle {
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 40px;
  text-align: center;
  width: 870.5px;
}
@media screen and (max-width:767px) {
  .mv_middle {
    text-align: center;
    padding-left: 0;
    z-index: 2;
    margin-right: 0;
    margin-top: 0;
    top: 43px;
    position: static;
    width: 100%;
  }
}
.mv_middle img {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .mv_middle img {
    width: 100%;
    top: 0;
    max-width: none;
  }
}

.mv_swiper {
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media screen and (max-width:767px) {
  .mv_swiper {
    width: 100%;
  }
}
.mv_swiper_box {
  height: 100%;
}
.mv_swiper .mv_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
}
.mv_swiper .mv_slide--01 {
  background-image: url("../img/top/pict-hero01.jpg");
}
@media screen and (max-width:767px) {
  .mv_swiper .mv_slide--01 {
    background-image: url("../img/top/pict-hero01-sm.jpg");
  }
}
.mv_swiper .mv_slide--02 {
  background-image: url("../img/top/pict-hero02.jpg");
}
@media screen and (max-width:767px) {
  .mv_swiper .mv_slide--02 {
    background-image: url("../img/top/pict-hero02-sm.jpg");
  }
}
.mv_swiper .mv_slide--03 {
  background-image: url("../img/top/pict-hero03.jpg");
}
@media screen and (max-width:767px) {
  .mv_swiper .mv_slide--03 {
    background-image: url("../img/top/pict-hero03-sm.jpg");
  }
}

.mv_inner {
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width:767px) {
  .mv_inner {
    padding-left: 0;
  }
}
.mv_inner .mv_middle_button {
  margin-top: 24px;
  display: inline-block;
}
.mv_inner .mv_middle_button a {
  opacity: 1 !important;
}
.mv_inner .mv_middle_button img {
  width: 540px;
}

.slider_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.slider {
  display: flex;
  height: 500px;
}
@media screen and (max-width:767px) {
  .slider {
    height: 400px;
  }
}
.slider img {
  width: auto;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .slider img {
    height: 400px;
  }
}

.slider__inner {
  display: flex;
}

.slider__inner:first-child {
  animation: loop 180s linear infinite;
}

.slider__inner:nth-child(2) {
  animation: loop2 180s -120s linear infinite;
}

.slider__inner:last-child {
  animation: loop3 180s -60s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
.mv_wrapper {
  position: relative;
  height: 578px;
  background: url("../img/top/bg-hero.jpg") no-repeat center top/cover;
}
@media screen and (max-width:767px) {
  .mv_wrapper {
    height: auto;
  }
}

.mv_belt {
  position: absolute;
  right: 0;
  bottom: 31px;
  width: 524px;
}
@media screen and (max-width:767px) {
  .mv_belt {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10px;
    width: 345px;
  }
}
.mv_belt img {
  width: 100%;
}

.mv_text {
  padding: 20px 0 20px 10%;
  color: #fff;
  font-weight: bold;
  background: #19957f;
  font-size: 2rem;
  line-height: 1.5;
  width: 50%;
  height: 108px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 80px;
}
@media screen and (max-width:767px) {
  .mv_text {
    font-size: 1.4rem;
  }
}
.mv_text strong {
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .mv_text strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:767px) {
  .mv_text {
    padding-top: 0;
    font-size: 1.6rem;
    padding-right: 20px;
    position: static;
    width: 100%;
    padding: 25px 16px 15px;
    height: auto;
    margin-top: -14px;
  }
}
.mv_text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 108px 40px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width:767px) {
  .mv_text::after {
    display: none;
  }
}

.mv_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mv_button {
  position: absolute;
  left: 99px;
  bottom: 18px;
}
@media screen and (max-width:767px) {
  .mv_button {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 360px;
    bottom: 10px;
    margin-left: -10px;
  }
}
.mv_button a {
  filter: drop-shadow(1px 4.56456px 4.56456px rgba(0, 0, 0, 0.25));
  opacity: 1 !important;
  transition: 300ms;
}
.mv_button a::after {
  display: none;
}
@media screen and (max-width:767px) {
  .mv_button a {
    display: inline-block;
    width: 100%;
    max-width: 360px;
  }
}
.mv_button a img {
  width: 435px;
}
@media screen and (max-width:767px) {
  .mv_button a img {
    max-width: 341px;
    width: 100%;
  }
}
.mv_button a::after {
  border-radius: 150px;
  height: 80%;
  top: auto;
  bottom: 10px;
}
.mv_button a:hover {
  transform: scale(1.04);
}

.mv_pict {
  width: 698px;
  position: relative;
  z-index: 2;
  margin-left: 150px;
}
@media screen and (max-width:767px) {
  .mv_pict {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.mv_bottom {
  margin-top: -25px;
}
@media screen and (max-width:767px) {
  .mv_bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .mv_bottom img {
    width: 100%;
  }
}

.mv_repeater {
  width: 100%;
  padding: 8px 6px 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.9rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #00d3d3;
}
@media screen and (max-width:767px) {
  .mv_repeater {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 8px 6px 5px 6px;
  }
}

.mv-button {
  text-align: center;
  background: #fee100;
  padding: 10px;
}

.bg-hero {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-hero-slide {
  height: 100%;
}
.bg-hero .splide__track {
  height: 100%;
}
.bg-hero-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.bg-hero li {
  height: 564px;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .bg-hero li {
    height: 500px;
    background-position: center bottom;
  }
}
.bg-hero li[data-slide="01"] {
  background-image: url("../img/top/bg-hero01.jpg");
}
@media screen and (max-width:767px) {
  .bg-hero li[data-slide="01"] {
    background-image: url("../img/top/bg-hero01-sm.jpg");
  }
}
.bg-hero li[data-slide="02"] {
  background-image: url("../img/top/bg-hero02.jpg");
}
@media screen and (max-width:767px) {
  .bg-hero li[data-slide="02"] {
    background-image: url("../img/top/bg-hero02-sm.jpg");
  }
}
.bg-hero li[data-slide="03"] {
  background-image: url("../img/top/bg-hero03.jpg");
}
@media screen and (max-width:767px) {
  .bg-hero li[data-slide="03"] {
    background-image: url("../img/top/bg-hero03-sm.jpg");
  }
}

.about-section {
  background: #fff;
  padding: 40px 5px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 30px 20px 60px;
    background: none;
  }
}
@keyframes bg-about-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1555px 0;
  }
}
@keyframes bg-about-slider-sm {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -894px 0;
  }
}
.about-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.about-section__title {
  text-align: center;
  font-size: 4rem;
  margin: 0 0 40px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-section__title {
    font-size: 2.6rem;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
.about-section__title::after {
  content: "";
  background: url("../img/top/bg-head-lower.png") no-repeat center center/100% auto;
  width: 99px;
  height: 10px;
  display: block;
  margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
  .about-section__title::after {
    width: 98px;
    height: 9px;
    background-image: url("../img/top/bg-head-lower-sm.png");
    margin-top: 16px;
  }
}
.about-section__title img {
  width: 400px;
  vertical-align: top;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .about-section__title img {
    width: 268px;
  }
}
.about-section__title span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .about-section__title span {
    font-size: 2.6rem;
  }
}
.about-section__body {
  align-items: flex-start;
  gap: 78px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-section__body {
    flex-direction: column;
    gap: 24px;
  }
}
.about-section__body p {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about-section__body p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.about-section__body p span {
  color: #ee4147;
  font-weight: bold;
  padding-left: 2px;
}
.about-section__content {
  flex: 1;
}
.about-section__lower {
  width: 100%;
  padding-left: 15px;
}
.about-section__ph {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-section__ph {
    padding-left: 15px;
  }
}
.about-section__ph img {
  position: relative;
  width: 477px;
  box-shadow: -24px 24px 0 #b68366;
}
@media screen and (max-width: 767px) {
  .about-section__ph img {
    width: 100%;
    box-shadow: -15px 15px 0 #b68366;
  }
}

.about-lower {
  background: #ececec;
  position: relative;
  padding: 75px 20px 1px;
}
@media screen and (max-width: 767px) {
  .about-lower {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about-lower::after {
  height: 136px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #ececec;
  content: "";
  z-index: 1;
  left: 0;
  top: 100%;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .about-lower::after {
    height: 35px;
  }
}
.about-lower__pict {
  text-align: center;
}
.about-lower__pict img {
  width: 768px;
}
@media screen and (max-width: 767px) {
  .about-lower__pict img {
    width: 355px;
  }
}

.about-background {
  background: #f0f8fc;
  position: relative;
  text-align: center;
  padding: 186px 20px 70px;
}
@media screen and (max-width: 767px) {
  .about-background {
    padding-top: 65px;
    padding-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}
.about-background__head {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .about-background__head {
    margin-bottom: 25px;
  }
}
.about-background__head img {
  width: 205px;
}
@media screen and (max-width: 767px) {
  .about-background__head img {
    width: 143px;
  }
}
.about-background__bl {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .about-background__bl {
    margin-top: 50px;
  }
}
.about-background__bl img {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .about-background__bl img {
    width: 335px;
  }
}

.background-swiper {
  position: relative;
}
.background-swiper__element {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .background-swiper__element {
    width: 211px !important;
  }
}
@media screen and (min-width: 768px) {
  .background-swiper__list {
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.about-section__content-logo {
  width: 339px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .about-section__content-logo {
    width: 170px;
  }
}

.reason-section {
  padding: 109px 20px 116px;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-section {
    padding: 55px 0 65px;
  }
}
.reason-section::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/top/bg-texture.png") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-2.3deg);
}
@media screen and (max-width: 767px) {
  .reason-section::before {
    transform: skewY(-4deg);
    background-image: url("../img/top/bg-texture-sm.png");
  }
}
.reason-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.reason-section__title {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.625;
  background: url("../img/top/bg-head-reason.png") no-repeat center top/100% auto;
  width: 859px;
  height: 211px;
  padding-top: 54px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .reason-section__title {
    font-size: 2.5rem;
    line-height: 1.6;
    background-image: url("../img/top/bg-head-reason-sm.png");
    width: 375px;
    height: 204px;
    padding-top: 37px;
    padding-right: 0;
    margin-bottom: 14px;
  }
}
.reason-section__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .reason-section__list {
    grid-template-columns: repeat(2, 480px);
    gap: 40px 34px;
  }
}
@media screen and (max-width: 767px) {
  .reason-section__list {
    display: flex;
    flex-direction: column;
    gap: 29px;
    margin-top: 0;
    padding: 0 20px;
  }
}
.reason-section__list-element {
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-section__list-element {
    text-align: center;
  }
  .reason-section__list-element img {
    width: 335px;
  }
}
.reason-section__list-inner {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .reason-section__list-inner {
    border-radius: 11px;
  }
}
.reason-section__list-num {
  position: absolute;
  width: 64px;
  height: 70px;
  background: url("../img/top/bg-num.png") no-repeat center top/100% auto;
  color: #fff;
  align-items: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  padding-right: 8px;
  padding-bottom: 7px;
  top: -8px;
  right: 26px;
}
.reason-section__list-num small {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .reason-section__list-num small {
    font-size: 0.8rem;
  }
}
.reason-section__list-num span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reason-section__list-num span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-section__list-num {
    width: 44px;
    height: 54px;
    padding-right: 5px;
    padding-bottom: 11px;
    right: 14px;
    top: -5px;
  }
}
.reason-section__list-ph {
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-section__list-ph img {
    width: 100%;
  }
}
.reason-section__list h3 {
  text-align: left;
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  color: #ee4147;
  margin: 0 0 12px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px dashed #b68366;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .reason-section__list h3 {
    font-size: 2rem;
    margin-bottom: 14px;
    min-height: 0;
    padding-bottom: 14px;
    text-align: left;
  }
}
.reason-section__list h3 span span {
  background: linear-gradient(transparent 1em, #fef180 0.2em);
}
.reason-section__list h3 small {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  position: absolute;
  left: 20px;
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .reason-section__list h3 small {
    bottom: -12px;
    left: 15px;
    white-space: nowrap;
  }
}
.reason-section__list-content {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .reason-section__list-content {
    padding: 14px 14px 20px;
  }
}
.reason-section__list-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reason-section__list-content p {
    font-size: 1.4rem;
  }
}
.reason-section__list-content p span {
  background: #ffec58;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reason-section__list-content .s-mt5 {
    margin-top: 10px;
  }
}
.reason-section__list-bl {
  border-radius: 20px;
  position: relative;
  height: 40px;
  width: 100%;
  background: #ec3e3e;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reason-section__list-bl {
    display: block;
    height: auto;
    padding: 9px 10px;
    line-height: 1.3;
    border-radius: 4000px;
  }
}
.reason-section__list-bl::before {
  width: 14px;
  height: 12px;
  background: #ec3e3e;
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(100% - 4px);
}
.reason-section__list-bl span {
  color: #ffec58;
}
.reason-section__list-bl span.l {
  font-size: 2rem;
}

.reason-lower {
  background: url("../img/top/bg-what.png") no-repeat center top/cover;
  position: relative;
  padding: 78px 15px 80px;
}
@media screen and (max-width: 767px) {
  .reason-lower {
    padding-top: 30px;
    padding-bottom: 50px;
    background: url("../img/top/bg-flow.png");
    padding-right: 0;
    padding-left: 0;
  }
}
.reason-lower__title {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.25;
  background: url("../img/top/bg-head-what.png") no-repeat center top/100% auto;
  width: 859px;
  height: 211px;
  padding-top: 54px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .reason-lower__title {
    font-size: 2.7rem;
    line-height: 1.42;
    background-image: url("../img/top/bg-head-what-sm.png");
    width: 375px;
    height: 168px;
    padding-top: 37px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.reason-lower__body {
  padding-top: 130px;
}
@media screen and (max-width:767px) {
  .reason-lower__body {
    padding-top: 85px;
    overflow: scroll;
  }
}
.reason-lower .scroll-hint-icon {
  top: calc(50% - 39px);
  width: 90px;
  left: calc(50% - 45px);
  background: rgba(0, 0, 0, 0.4);
}
.reason-lower__list {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 155px 42px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason-lower__list {
    width: 935px;
    flex-wrap: nowrap;
    gap: 15px;
    width: 965px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
  }
}
.reason-lower__list-element {
  width: 305px;
  height: 305px;
  border: 4px solid #000;
  position: relative;
  text-align: center;
  padding: 115px 10px 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reason-lower__list-element {
    width: 175px;
    height: 250px;
    border-width: 3px;
    padding-top: 75px;
    padding-right: 3px;
    padding-left: 3px;
  }
}
.reason-lower__list-element--01 {
  background: #dd052d;
}
.reason-lower__list-element--01 span {
  background: #dd052d;
}
.reason-lower__list-element--02 {
  background: #e97724;
}
.reason-lower__list-element--02 span {
  background: #e97724;
}
.reason-lower__list-element--03 {
  background: #41a63b;
}
.reason-lower__list-element--03 span {
  background: #41a63b;
}
.reason-lower__list-element--04 {
  background: #103d8c;
}
.reason-lower__list-element--04 span {
  background: #103d8c;
}
.reason-lower__list-element--05 {
  background: #5e1475;
}
.reason-lower__list-element--05 span {
  background: #5e1475;
}
.reason-lower__list-element h3 {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .reason-lower__list-element h3 {
    font-size: 2.15rem;
    margin-bottom: 12px;
  }
}
.reason-lower__list-element p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reason-lower__list-element p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.reason-lower__list-header {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #000;
}
@media screen and (max-width: 767px) {
  .reason-lower__list-header {
    border-width: 3px;
    width: 40px;
    height: 40px;
  }
}
.reason-lower__list-header span {
  width: 30px;
  height: 28px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
@media screen and (max-width: 767px) {
  .reason-lower__list-header span {
    width: 24px;
    height: 22px;
  }
}
.reason-lower__list-ph {
  width: 220px;
  height: 220px;
  box-sizing: border-box;
  border: 4px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .reason-lower__list-ph {
    border-width: 3px;
    width: 138px;
    height: 138px;
  }
}

.sales-section {
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sales-section {
    padding: 40px 0 100px;
  }
}
.sales-section::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/top/bg-texture.png") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-2.3deg);
}
@media screen and (max-width: 767px) {
  .sales-section::before {
    transform: skewY(-4deg);
    background-image: url("../img/top/bg-texture-sm.png");
  }
}
.sales-section__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.sales-section__image {
  text-align: center;
  position: relative;
}
.sales-section__image img {
  width: 736px;
}
@media screen and (max-width: 767px) {
  .sales-section__image img {
    width: 351px;
  }
}
.sales-section__lower {
  padding: 38px 0;
  background: #000;
}
.sales-section__lower-image {
  max-width: 1122px;
  margin: 0 auto;
  height: 280px;
  background: url("../img/top/pict-case-lower.png") no-repeat -22px center/auto 100%;
}
@media screen and (max-width: 767px) {
  .sales-section__lower-image {
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    animation: bg-slider 10s linear infinite;
    height: 180px;
    width: 100%;
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -734px 0;
  }
}
.sales-section__list-element {
  background: #fff;
  text-align: center;
  padding: 40px 20px 24px;
  box-sizing: border-box;
  position: relative;
  border: 4px solid #2466c2;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-element {
    padding: 21px 25px 25px;
  }
}
.sales-section__list-badge {
  width: 132px;
  height: 134px;
  background: url("../img/top/bg-badge.png") no-repeat center center/100% auto;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 7px;
  padding-bottom: 23px;
  padding-left: 5px;
  position: absolute;
  top: -18px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-badge {
    width: 112px;
    transform: rotate(15deg);
    top: -32px;
    right: -26px;
  }
}
.sales-section__list-badge small {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sales-section__list-badge small {
    font-size: 1.3rem;
  }
}
.sales-section__list-badge span {
  font-size: 2.6rem;
  color: #ffec58;
}
@media screen and (max-width: 767px) {
  .sales-section__list-badge span {
    font-size: 2.1rem;
  }
}
.sales-section__list-name {
  padding: 0px 10px;
  padding-left: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 6px;
  line-height: 1.65;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 5px solid #EDEDED;
  border-right: 5px solid #EDEDED;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sales-section__list-name {
    font-size: 1.8rem;
  }
}
.sales-section__list-name span {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 0.8;
  padding-left: 5px;
  padding-top: 1px;
  padding-top: 3px;
}
.sales-section__list-content {
  margin: 0 0 13px;
}
.sales-section__list-price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 8px;
}
.sales-section__list-price-head {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  background: #ee4147;
  width: 113px;
  height: 83px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-price-head {
    width: 78px;
    height: 58px;
    font-size: 2.4rem;
  }
}
.sales-section__list-price-content {
  display: flex;
  align-items: flex-end;
  line-height: 1.65;
  color: #000;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 1.6em, #ffec58 0.5em);
}
@media screen and (max-width: 767px) {
  .sales-section__list-price-content {
    font-size: 3.5rem;
    background: linear-gradient(transparent 1.3em, #ffec58 0.5em);
  }
}
.sales-section__list-price-content span {
  line-height: 0.9;
  font-size: 9.9rem;
  font-weight: 400;
  color: #ee4147;
  margin-right: 4px;
  min-width: 1.5em;
  text-align: right;
  font-family: "Oswald", sans-serif;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-price-content span {
    font-size: 6.2rem;
  }
}
.sales-section__list-price-content small {
  font-size: 5rem;
  font-weight: bold;
  color: #ee4147;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sales-section__list-price-content small {
    font-size: 3.4rem;
  }
}
.sales-section__list-ph {
  transform: translate(0, -50%);
  position: relative;
}
.sales-section__list-pict {
  text-align: center;
}
.sales-section__list-pict img {
  max-width: 433.5px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-pict img {
    max-width: 300px;
  }
}
.sales-section__list-text {
  font-weight: bold;
  margin: 30px 0 30px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.sales-section__list-image {
  text-align: center;
}
.sales-section__list-image img {
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-image img {
    max-width: 284px;
  }
}
.sales-section__list-ben {
  background: #ffe7a6;
  color: #1f296a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 4px;
}
.sales-section__list-ben span {
  font-family: "Oswald", sans-serif;
  color: #ff3c2e;
  font-size: 3rem;
  position: relative;
  top: 2px;
  margin: 0 2px;
}
.sales-section__list-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}
.sales-section__list-info {
  background: #eae1cf;
  width: calc(100% - 20px);
  margin: 0 auto 14px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .sales-section__list-info {
    font-size: 2rem;
    width: 276px;
  }
}
.sales-section__list-info span {
  color: #ee4147;
}

.sales-swiper {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sales-swiper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sales-swiper__body {
    overflow: visible !important;
  }
}
.sales-swiper__element {
  width: 482px;
}
@media screen and (max-width: 767px) {
  .sales-swiper__element {
    width: 100%;
  }
}
.sales-swiper__list {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .sales-swiper__list {
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.sales-lower-section {
  background: url("../img/top/bg-recruit.jpg") no-repeat center top/cover;
  padding: 90px 15px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sales-lower-section {
    padding: 50px 5px;
    background-position: -260px top;
  }
}
.sales-lower-section p {
  margin: 13px 0;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sales-lower-section p {
    font-size: 1.6rem;
    margin: 9px 0;
  }
}
.sales-lower-section__info {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sales-lower-section__info {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sales-lower-section__info span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.2rem;
  background: #b03024;
  line-height: 1;
  padding: 5px 15px 8px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sales-lower-section__info span {
    font-size: 2.4rem;
    padding: 5px 3px 8px;
  }
}

.knowhow_area {
  background: #f5f5f5;
}
.knowhow_area .wrapper {
  max-width: 1206px;
}

.knowhow_content {
  padding: 0 103px;
  background: #fff;
}
@media screen and (max-width:767px) {
  .knowhow_content {
    padding: 0 7%;
  }
}
.knowhow_content h2 {
  font-size: 3rem;
  color: #3d3d3d;
  text-align: center;
}
@media screen and (max-width:767px) {
  .knowhow_content h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.knowhow_content h2 span {
  color: #e70012;
  background: linear-gradient(transparent 65%, #ffe900 0);
}

.knowhow_block {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .knowhow_block {
    flex-direction: column;
    margin-top: 5px;
  }
}

.knowhow_left {
  margin-right: 30px;
}
@media screen and (max-width:767px) {
  .knowhow_left {
    margin-right: 0;
  }
}
.knowhow_left img {
  min-width: 316px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .knowhow_left img {
    min-width: 100%;
  }
}

@media screen and (max-width:767px) {
  .knowhow_right {
    margin-top: 15px;
  }
}
.knowhow_right h3 {
  font-size: 2.5rem;
  color: #3d3d3d;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width:767px) {
  .knowhow_right h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:768px), print {
  .knowhow_right h3:after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px 0 10px 0;
    background-color: #cdcdcd;
  }
}
.knowhow_right p {
  line-height: 1.5;
  letter-spacing: 0.07rem;
}
@media screen and (max-width:767px) {
  .knowhow_right p {
    margin-top: 10px;
    letter-spacing: 0.06rem;
  }
}
.knowhow_right p span {
  color: #3d3d3d;
  font-weight: bold;
  background: linear-gradient(transparent 55%, #ffe900 0);
}

.comparison_area {
  padding: 60px 0 70px;
  position: relative;
  background: #fff;
}
.comparison_area::before, .comparison_area::after {
  content: "";
  display: block;
  position: absolute;
}
.comparison_area::before {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 166px 179px 0 0;
  border-color: #ff8600 transparent transparent transparent;
}
@media screen and (max-width:767px) {
  .comparison_area::before {
    border-width: 75px 75px 0 0;
  }
}
.comparison_area::after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 235px 235px;
  border-color: transparent transparent #010100 transparent;
}
@media screen and (max-width:767px) {
  .comparison_area::after {
    border-width: 0 0 82px 82px;
  }
}
@media screen and (max-width:767px) {
  .comparison_area {
    padding: 35px 0 40px;
    background-size: auto 120px;
    background: none;
  }
}
.comparison_area .section_title_element::before {
  background-image: url("../img/top/icon-comparison.png");
}

.comparison_table_box {
  margin: 0 0 40px;
}
@media screen and (max-width:767px) {
  .comparison_table_box {
    width: calc(100% + 18px);
    margin-top: 20px;
    overflow-x: scroll;
    margin-bottom: 30px;
    margin-right: -18px;
    padding-right: 18px;
  }
}

.comparison_table {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  table-layout: fixed;
  border-color: #000;
}
@media screen and (max-width:767px) {
  .comparison_table {
    border-left: 2px solid transparent;
    width: 900px;
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .comparison_table::before {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.comparison_table th,
.comparison_table td {
  box-sizing: border-box;
}
.comparison_table th {
  padding: 18px 10px 16px;
  font-size: 1.4rem;
  background: #484849;
  border: 2px solid #e7e6e7;
  border-bottom: 2px solid #e7e6e7;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width:767px) {
  .comparison_table th {
    padding: 8px 5px;
    font-size: 1.4rem;
  }
}
.comparison_table th:last-child {
  border-right-color: #e7e6e7;
}
.comparison_table td {
  padding: 15px 10px;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.6;
  border: 2px solid #e7e6e7;
  font-weight: 500;
}
.comparison_table td span {
  background: #ffe783;
  background: linear-gradient(0deg, #ffe783 0%, #ffe783 40%, #fef8e2 40%, #fef8e2 100%);
  color: #ff5e00;
  font-weight: 900;
}
@media screen and (max-width:767px) {
  .comparison_table td {
    font-size: 1.3rem;
    padding: 12px 5px;
    line-height: 1.8;
  }
}

.th_left {
  width: 142px;
  padding: 5px 10px !important;
  background: #f6f5f5 !important;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem !important;
  color: #000 !important;
}
@media screen and (max-width:767px) {
  .th_left {
    width: 115px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 5px !important;
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
  .th_left::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #e7e6e7;
    left: -2px;
    top: 0;
  }
  .th_left::after {
    content: "";
    position: absolute;
    height: 102%;
    width: 2px;
    background: #e7e6e7;
    right: -2px;
    top: -1%;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .th_left::after {
    width: 100%;
    height: 2px;
    bottom: -2px;
    top: auto;
    left: 0;
  }
}

@media screen and (max-width:767px) {
  tr:last-child .th_left::after {
    background: #e7e6e7;
  }
}

.th_black {
  background: #484847 !important;
}

.th_red {
  color: #fff !important;
  background: #ff8600 !important;
  border-right: 4px solid #fe8037 !important;
  border-bottom: 2px solid #fe8037 !important;
  border-top: 2px solid #fe8037 !important;
  border-left: 4px solid #fe8037 !important;
  font-size: 2.4rem !important;
  font-weight: 900;
}
@media screen and (max-width:767px) {
  .th_red {
    width: 166px;
    font-size: 1.4rem !important;
  }
}

.td_red {
  border-right: 5px solid #fe8037 !important;
  border-bottom: 2px solid #fe8037 !important;
  border-left: 5px solid #fe8037 !important;
  font-weight: 900 !important;
  background: #fff8d9 !important;
  color: #ff8600;
}
.td_red small {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .td_red small {
    font-size: 1rem;
  }
}

tr:last-child .td_red {
  border-bottom: 5px solid #fe8037 !important;
}
@media (--sm-lte) {
  tr:last-child .td_red {
    position: relative;
  }
  tr:last-child .td_red::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #fe8037;
    bottom: -2px;
    left: 0;
  }
}

.bb_none {
  border-bottom: none !important;
}

.br_none {
  border-right: none !important;
}

.voice-section {
  padding: 80px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-section {
    padding: 50px 0 20px;
  }
}
.voice-section__body {
  max-width: 843px;
  margin: 0 auto;
  display: flex;
  gap: 0 49px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .voice-section__body {
    width: calc(100% - 40px);
    margin: 0 auto;
    flex-direction: column;
  }
}
.voice-section__body h3 {
  text-align: center;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .voice-section__body h3 {
    margin-bottom: -30px;
  }
}
.voice-section__body h3 img {
  width: 881px;
  transform: translate(0, -28px);
}
@media screen and (max-width: 767px) {
  .voice-section__body h3 img {
    width: 292px;
    transform: translate(0, -38px);
  }
}
.voice-section__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .voice-section__content {
    flex-direction: column;
    gap: 20px;
  }
}
.voice-section__content p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 2.5;
}
.voice-section__content p span {
  color: #ee4147;
  font-weight: bold;
}
.voice-section__text {
  background-color: #f6f2ee;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f6f2ee 50%, #f6f2ee 100%), linear-gradient(180deg, #b68366 1px, transparent 1px);
  /* 点線2の色と太さ */
  background-size: 5px 100%, 100% 2.5em;
  /* 点線2のサイズ */
  line-height: 2.5em;
  padding-bottom: 1px;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.8px;
}
.voice-section__text::before {
  content: "";
  background: #f6f2ee;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.voice-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .voice-section__list {
    grid-template-columns: auto;
    gap: 60px;
    padding: 0 32px;
  }
}
.voice-section__block-inner {
  border: 3px solid #7e7d36;
  padding: 8px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .voice-section__block-inner {
    padding: 5px;
  }
}
.voice-section__block-body {
  border: 1px solid #7e7d36;
  padding: 30px 25px;
  height: 100%;
}
.voice-section__block-header {
  position: relative;
  margin-bottom: 25px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .voice-section__block-header {
    padding-top: 2px;
  }
}
.voice-section__block-content p {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .voice-section__block-content p {
    font-size: 1.6rem;
  }
}
.voice-section__block-content p span {
  color: #b70614;
}
.voice-section__ph {
  width: 300px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice-section__ph {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .voice-section__ph {
    width: 223px;
  }
}
.voice-section__ph img {
  position: relative;
}
.voice-section__block-header--r .voice-section__name {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.voice-section__btn {
  display: flex;
  justify-content: center;
  background: #47a248;
  margin-top: 80px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .voice-section__btn {
    margin-top: 50px;
  }
}
.voice-section__header {
  margin-bottom: 15px;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice-section__header {
    gap: 13px;
    margin-bottom: 13px;
  }
}
.voice-section__info {
  flex: 1;
}
.voice-section__name {
  border-bottom: 2px solid #80c5e9;
  line-height: 1.8;
  padding-bottom: 8px;
  font-size: 2.4rem;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-section__name {
    font-size: 1.8rem;
    padding-bottom: 3px;
    margin-bottom: 9px;
  }
}
.voice-section__caption {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: absolute;
  left: -23px;
  top: -16px;
}
@media screen and (max-width: 767px) {
  .voice-section__caption {
    font-size: 2rem;
    line-height: 1.4;
    top: 20px;
    left: -18px;
  }
}
.voice-section__caption img {
  height: 91px;
}
@media screen and (max-width: 767px) {
  .voice-section__caption img {
    height: 60px;
  }
}

.voice-swiper {
  position: relative;
}
.voice-swiper__body {
  padding-top: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice-swiper__body {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .voice-swiper {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.voice-swiper__element {
  width: 456px;
  padding: 67px 30px 45px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  letter-spacing: 0;
  background: #f6f2ee;
  border-radius: 20px;
  border: 4px solid #b68366;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .voice-swiper__element {
    width: 100%;
    border-width: 6px;
    padding: 84px 18px 40px 18px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .voice-swiper__list {
    gap: 68px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.information_area {
  background: #3ca46d;
  box-sizing: border-box;
  padding: 60px 0 70px;
}
@media screen and (max-width:767px) {
  .information_area {
    padding: 50px 17px;
    height: auto;
    background: #3ca46d url("../img/top/bg-cta.png") no-repeat 50px bottom;
    background-size: 100% auto;
  }
  .information_area .wrapper {
    padding: 0;
  }
}
.information_area .cv_btn {
  margin: 40px auto 0;
}
.information_area h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 28px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .information_area h2 {
    font-size: 2.1rem;
  }
}

.information_block {
  margin-left: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  background: #fff;
}
@media screen and (max-width:767px) {
  .information_block {
    width: 100%;
    display: block;
  }
}
.information_list {
  padding: 12px 0 12px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .information_list {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
}
.information_list_element {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
  position: relative;
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: url("../img/top/icon-check.png") no-repeat left center;
  background-size: 28px auto;
}
@media screen and (max-width:767px) {
  .information_list_element {
    font-size: 1.6rem;
    padding-left: 40px;
    background-position: left 8px;
  }
}

.information_ph {
  width: 293px;
}
@media screen and (max-width:767px) {
  .information_ph {
    width: 100%;
  }
}

.flow_area {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .flow_area {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}
.flow_area .scroll-hint-icon {
  top: calc(50% - 39px);
  width: 90px;
  left: calc(50% - 45px);
  background: rgba(0, 0, 0, 0.4);
}
.flow_area_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #2a5196;
  font-weight: 500;
  font-size: 2.8rem;
  margin: 0 0 40px;
}
.flow_area_title img {
  width: 650px;
}
@media screen and (max-width:767px) {
  .flow_area_title {
    margin-bottom: 26px;
    font-size: 2.4rem;
  }
  .flow_area_title img {
    width: 346px;
  }
}
.flow_area * {
  box-sizing: border-box;
}
.flow_area .wrapper {
  max-width: 1200px;
  margin-top: -10px;
}
@media screen and (max-width:767px) {
  .flow_area .wrapper {
    width: auto;
    padding: 0;
    margin-top: 60px;
  }
}

.flow_list_wrapper {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .flow_list_wrapper {
    margin: 0 -6px;
    margin-top: -40px;
    overflow: scroll;
  }
}

.flow_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto 0;
  position: relative;
  max-width: 1018.5px;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .flow_list {
    width: 1058.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
.flow_list .flow_list-element {
  position: relative;
  text-align: center;
  width: 156px;
  background: #fff;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 4px 6px 0px 2px rgba(235, 221, 155, 0.28);
}
@media screen and (max-width:767px) {
  .flow_list .flow_list-element {
    align-items: center;
    width: 120px;
  }
  .flow_list .flow_list-element:last-child {
    margin-right: 0;
  }
}
.flow_list .flow_list-element::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  width: 12px;
  height: 18px;
  background: url("../img/top/icon-flow-ar.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: calc(100% + 22px);
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:767px) {
  .flow_list .flow_list-element::after {
    left: calc(100% + 13px);
  }
}
.flow_list li:last-child .flow_list-element::after {
  display: none;
}
.flow_list_step {
  position: absolute;
  background: #f5d13a;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  top: -7%;
  left: -7%;
  width: 36px;
}
@media screen and (max-width:767px) {
  .flow_list_step {
    font-size: 1.4rem;
    width: 29px;
    height: 29px;
  }
}
.flow_list_text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-top: 8px;
}
@media screen and (max-width:767px) {
  .flow_list_text {
    font-size: 1.4rem;
    white-space: nowrap;
    height: 67px;
  }
}
.flow_content {
  padding: 30px 0 180px;
  background: url("../img/top/bg-cta.jpg") no-repeat center top/cover;
  position: relative;
}
@media screen and (max-width:767px) {
  .flow_content {
    padding-bottom: 100px;
    padding-top: 30px;
  }
}
.flow_content_title {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.625;
  background: url("../img/top/bg-cta-head.png") no-repeat center top/100% auto;
  width: 859px;
  height: 211px;
  padding-top: 54px;
  padding-right: 20px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .flow_content_title {
    font-size: 2.5rem;
    line-height: 1.6;
    background-image: url("../img/top/bg-cta-head-sm.png");
    width: 375px;
    height: 204px;
    padding-top: 37px;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.flow_content_title span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .flow_content_title span {
    font-size: 2.3rem;
  }
}
.flow_content_head {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #fff;
  font-size: 3.6rem;
  color: #47A248;
}
@media screen and (max-width:767px) {
  .flow_content_head {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.flow_content_head span {
  color: #ffec43;
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .flow_content_head span {
    display: block;
    font-size: 2.3rem;
  }
}
.flow_content_element {
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .flow_content_element {
    padding: 0 5px;
  }
}
.flow_content_element img {
  width: 635.5px;
}
@media screen and (max-width:767px) {
  .flow_content_element img {
    width: 335px;
  }
}
.flow_content_body {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.flow_content_pict {
  width: 277px;
}
@media screen and (max-width:767px) {
  .flow_content_pict {
    width: 185px;
    margin: 0 auto 34px;
  }
}
.flow_content_list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 43px;
}
@media screen and (max-width:767px) {
  .flow_content_list {
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 30px;
  }
}
.flow_content_list li {
  width: 305px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  border: 4px solid #000;
  box-sizing: border-box;
  height: 285px;
  padding-top: 49px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow_content_list li {
    height: 170px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-top: 0;
    padding: 5px 10px;
    gap: 22px;
  }
}
.flow_content_list li::before {
  content: "";
  background: url("../img/top/icon-cta-check.png") no-repeat center center/100% auto;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .flow_content_list li::before {
    width: 40px;
    height: 40px;
  }
}
.flow_content_list li span {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.66;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow_content_list li span {
    font-size: 2.2rem;
    line-height: 1.54;
    text-align: left;
  }
}
.flow_content_list li img {
  height: 170px;
  width: auto;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .flow_content_list li img {
    position: static;
    transform: none;
    height: 140px;
    margin-top: 5px;
  }
}
.flow_content_list li:nth-child(even) span {
  order: 2;
}
.flow_content_list li:last-child {
  margin-bottom: 0;
}

.flow_list_number {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 10px;
}
@media screen and (max-width:767px) {
  .flow_list_number img {
    width: 44px;
  }
}

.shop_area {
  padding: 68px 0 70px;
  background: url("../img/top/bg-shop.jpg") no-repeat center top/cover;
  text-align: center;
}
@media screen and (max-width:767px) {
  .shop_area {
    padding: 30px 0 15px;
  }
}
.shop_area .wrapper {
  padding: 0;
}
@media screen and (max-width:767px) {
  .shop_area_upper {
    padding: 0 20px;
  }
}
.shop_area_upper img {
  width: 959.5px;
}
@media screen and (max-width:767px) {
  .shop_area_upper img {
    width: 335px;
  }
}
.shop_area_lower {
  margin-top: -50px;
}
@media screen and (max-width:767px) {
  .shop_area_lower {
    margin-top: -20px;
  }
}
.shop_area_lower img {
  width: 650px;
}
@media screen and (max-width:767px) {
  .shop_area_lower img {
    width: 375px;
  }
}

.support_area {
  background: #ff5055;
  position: relative;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .support_area {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.support_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 300px 0 0 0;
  background: url("../img/top/bg-support.jpg") no-repeat center top/cover;
}
@media screen and (max-width:767px) {
  .support_area::before {
    background: url("../img/top/bg-support-sm.jpg") no-repeat center top/cover;
    border-radius: 200px 0 0 0;
  }
}
.support_area__body {
  position: relative;
}
.support_area_lead {
  margin-bottom: 40px;
  margin-top: -40px;
}
@media screen and (max-width:767px) {
  .support_area_lead {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.support_area_lead img {
  width: 450px;
}
@media screen and (max-width:767px) {
  .support_area_lead img {
    width: 297px;
  }
}
.support_area_upper {
  margin-bottom: 15px;
}
.support_area_upper img {
  width: 882px;
}
@media screen and (max-width:767px) {
  .support_area_upper img {
    width: 337px;
  }
}
.support_area_lower img {
  width: 882px;
}
@media screen and (max-width:767px) {
  .support_area_lower img {
    width: 337px;
  }
}

.cta-content {
  background: #2466c2;
  padding: 60px 20px 105px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-content {
    padding: 32px 20px 94px;
  }
}
.cta-content__inner {
  max-width: 860px;
  margin: 0 auto;
}
.cta-content__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.7rem;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .cta-content__title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.cta-content__title span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .cta-content__title span {
    font-size: 2.3rem;
  }
}
.cta-content__list {
  padding: 26px 100px;
  display: grid;
  gap: 18px;
  border-left: 2px dashed #fff;
  border-right: 2px dashed #fff;
}
@media screen and (max-width: 767px) {
  .cta-content__list {
    padding: 20px 13px;
    border-width: 1px;
  }
}
.cta-content__list li {
  font-weight: bold;
  font-size: 2.3rem;
  background: url("../img/top/icon-check.png") no-repeat left center/24px auto;
  padding-left: 34px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cta-content__list li {
    font-size: 1.8rem;
  }
}
.cta-content__list li span {
  color: #ffec58;
}

.request {
  position: relative;
  padding-bottom: 80px;
  padding-top: 0;
}
@media screen and (max-width:767px) {
  .request {
    padding: 32px 0px 60px;
  }
}

.request_title {
  position: relative;
  text-align: center;
  margin-bottom: -120px;
  top: -95px;
}
@media screen and (max-width:767px) {
  .request_title {
    margin-bottom: -95px;
    top: -87px;
  }
}
.request_title img {
  width: 770px;
}
@media screen and (max-width:767px) {
  .request_title img {
    width: 340px;
  }
}

.request_title-inner {
  width: -moz-max-content;
  width: max-content;
  padding: 20px 46px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .request_title-inner {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.request_title-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 15px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .request_title-inner::after {
    width: 32px;
    height: 13px;
  }
}
.request_title-em {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .request_title-em {
    font-size: 1.8rem;
  }
}
.request_note {
  text-align: center;
  margin-top: 40px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .request_note {
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;
  }
}

.request_note-mail {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .request_note-mail {
    display: block;
    font-size: 1.3rem;
  }
}
.request_note-supp {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .request_note-supp {
    display: block;
    font-size: 1.2rem;
  }
}
.request_panel {
  box-sizing: border-box;
  max-width: 858px;
  padding: 40px 87px 30px 62px;
  margin: 0 auto;
  margin-top: 28px;
  position: relative;
  filter: drop-shadow(0px 0px 8px rgba(138, 126, 105, 0.5));
  background: #fff;
}

@media screen and (max-width: 768px) {
  .request_panel {
    padding: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 23px 13px;
    border-width: 3px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
    filter: none;
    padding: 0;
  }
}
.request_appeal {
  text-align: center;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .request_appeal {
    padding-left: 0;
  }
}
.request_appeal img {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .request_appeal img {
    width: 186px;
  }
}

@media screen and (max-width: 768px) {
  .request_appeal {
    font-size: 1.7rem;
  }
}
.request_appeal-em {
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .request_appeal-em {
    font-size: 2rem;
  }
}

.request_require-note {
  text-align: right;
}
.request_require-note span {
  color: #ff433b;
}

@media screen and (max-width: 768px) {
  .request_require-note {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.request_form {
  margin-top: 24px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .request_form {
    margin-top: 4px;
    padding-left: 0;
  }
}
.form .form-text,
.form .form-textarea {
  box-sizing: border-box;
  height: 52px;
  padding: 14px;
  background-color: #F6F6F6;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .form .form-text,
  .form .form-textarea {
    background: #f6f6f6;
  }
}

.form .form-textarea {
  height: 130px;
}

.form .form-text::-moz-placeholder,
.form .form-textarea::-moz-placeholder {
  color: #A6A6A6;
}

.form .form-text::-moz-placeholder, .form .form-textarea::-moz-placeholder {
  color: #A6A6A6;
}

.form .form-text::placeholder,
.form .form-textarea::placeholder {
  color: #A6A6A6;
}

.form .form-text:not(:-moz-placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}

.form .form-text:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}

.form .form-select {
  box-sizing: border-box;
  height: 52px;
  padding: 12px 14px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  font-size: 1.6rem;
  background: #fafafa;
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  box-shadow: none;
  border: 2px solid #30826e;
}
@media screen and (max-width:767px) {
  .form .form-select {
    font-size: 1.4rem;
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .form_item--select .wpcf7-form-control-wrap {
    max-width: none !important;
  }
}
@media screen and (max-width: 767px) {
  .form_item--select .wpcf7-form-control-wrap[data-name=your-prefecture] {
    max-width: none !important;
  }
}

.form .form-select--initial {
  background-color: #fff;
  color: #393939;
}

.form .form-zip-btn {
  padding: 16px 24px;
  background: none;
  border: 2px solid #30826e;
  border-radius: 90px;
  color: #30826e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1428571429;
  cursor: pointer;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .form .form-zip-btn {
    padding: 16px 14px;
  }
}
.form .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    margin-top: 7px;
  }
}
.form_item {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .form_item {
    display: block;
  }
}
.form_item:not(:first-child) {
  margin-top: 20px;
}

.form_item--short .wpcf7-form-control-wrap {
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .form_item--short .wpcf7-form-control-wrap {
    max-width: 145px;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn .form_title {
    width: 100%;
  }
}
.form_item--has-btn .wpcf7-form-control-wrap {
  flex: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form_item--has-btn .form-zip-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
.form_item--left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form_item--left {
    float: none;
    width: auto;
  }
}
.form_item--right {
  float: right;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form_item--right {
    float: none;
    width: auto;
  }
}
.form_title {
  display: block;
  width: 125px;
  text-align: right;
  font-size: 1.5rem;
  padding-right: 15px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .form_title {
    width: auto;
    text-align: left;
    font-size: 1.4rem;
  }
}
.form_title--long {
  letter-spacing: -0.1em;
}

.form_required {
  color: #E42D2D;
}

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

.form .form_item--select .wpcf7-form-control-wrap {
  position: relative;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap {
    max-width: none;
  }
}
.form .form_item--select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 14px;
  width: 12px;
  height: 9px;
  background: url("../img/top/icon-select.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap::after {
    top: 18px;
    width: 14px;
    height: 16px;
  }
}

.form .form_item--radio > p {
  flex: 1;
}

.form .form_item--radio .wpcf7-radio {
  margin-top: -12px;
  margin-left: -20px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-radio {
    margin-top: 0;
    margin-left: 0;
  }
}
.form .form_item--radio .wpcf7-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label {
  cursor: auto;
}

.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  cursor: auto;
}

.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  cursor: auto;
}

.form .form_item--radio .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
  }
}
.form .form_item--radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  label[for=your-zip] {
    margin-bottom: -8px;
  }
}

.form .form_item--radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

.form .form_item--radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}

.form .form_item--checkbox .wpcf7-checkbox {
  margin-top: -12px;
  margin-left: -36px;
}

@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-checkbox {
    margin-top: 0;
    margin-left: 0;
  }
}
.form .form_item--checkbox .wpcf7-checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
  background-color: #B6B6B6;
  box-shadow: none;
}

.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form .form_item--checkbox .wpcf7-list-item {
  display: inline-block;
  margin-top: 20px;
  margin-left: 66px;
}

@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item {
    display: block;
    margin-top: 32px;
    margin-left: 0;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label {
    padding-left: 27px;
    font-size: 1.2em;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #B6B6B6;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-60%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form .form_item--checkbox .wpcf7-list-item-label::after {
    width: 10px;
    height: 5px;
    margin-top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::after {
    left: 4px;
  }
}
.form .form_item--optional:not(._) {
  margin-top: 34px;
  text-align: center;
  position: relative;
  z-index: 2;
  top: -10px;
}

@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item {
    display: flex;
    justify-content: center;
  }
}
.form .form_item--optional:not(._) .wpcf7-list-item-label {
  color: #5E544E;
}

@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item-label {
    text-align: left;
    font-size: 1.2rem;
  }
}
.form .invalid {
  background-color: #FFA4A4;
}

.form .wpcf7-not-valid-tip {
  margin-top: 4px;
}

.form_note {
  margin-top: 8px;
  margin-left: 141px;
  color: #9b9b9b;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .form_note {
    margin-left: 0;
    font-size: 1rem;
  }
}
.form_privacy-policy-wrap {
  margin-top: 30px;
  text-align: center;
}
.form_privacy-policy-wrap a {
  color: #2466c2;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .form_privacy-policy-wrap {
    margin-top: 16px;
  }
}
.form_privacy-policy {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .form_privacy-policy {
    font-size: 1.2rem;
  }
}
.form_submit-wrap {
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form_submit-wrap {
    margin-top: 12px;
  }
}
.form_submit {
  position: relative;
  width: 300px;
  padding-top: 13px;
  padding-bottom: 15px;
  outline: none;
  border: none;
  border-radius: 60px;
  background-color: #2466c2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .form_submit {
    width: 222px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 11px;
  }
}

.form_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  background: url("../img/top/icon-submit.svg") no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 18px;
}
@media screen and (max-width:767px) {
  .form_submit::after {
    right: 15px;
    width: 9px;
    height: 16px;
  }
}

.clear-fix {
  clear: both;
}

#subscribe-newsletter {
  letter-spacing: -0.03em;
  color: #b6b6b6;
}
#subscribe-newsletter span {
  color: #b6b6b6 !important;
}

.thanks-page .header_right {
  display: none;
}
.thanks-page .header {
  top: 0px;
  width: 100%;
  border-radius: 0;
  filter: none;
  left: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .thanks-page .header {
    transform: none;
  }
}
@media screen and (min-width:768px), print {
  .thanks-page .header {
    filter: none;
    justify-content: center;
    padding: 44px 0;
  }
  .thanks-page .header .header_inner {
    justify-content: center;
  }
}
.thanks-page__logo {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .thanks-page__logo {
    display: none;
  }
}
.thanks-page__logo img {
  width: 340px;
}

.thanks-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 144px 0 94px;
  margin-bottom: -7px;
}

.thanks-page__inner .card {
  padding: 28px 75px 20px;
  background: #f2fcf0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  color: #3d312d;
}

.thanks-page__inner .card h3 {
  font-size: 24px;
  margin-bottom: 9px;
  border-bottom: 1px solid #30826e;
  color: #30826e;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4 !important;
  padding-top: 10px;
  margin-bottom: 12px;
  padding-bottom: 2px;
}

.thanks-page__inner .card p {
  margin-bottom: 15px;
  line-height: 24px;
  text-align: center;
}

.thanks-page__inner .card .bold-text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 4px;
}

.thanks-page__inner .line__wrapper {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.thanks-page__inner .line__wrapper .left-part {
  max-width: 451px;
  margin-right: 40px;
}

.thanks-page__inner .line__wrapper .left-part .text-img {
  margin-bottom: 15px;
  margin-left: -20px;
}
@media screen and (max-width:767px) {
  .thanks-page__inner .line__wrapper .left-part .text-img {
    margin-left: 0;
  }
}

.thanks-page__inner .line__wrapper .left-part .text {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.03em;
}
@media screen and (max-width:767px) {
  .thanks-page__inner .line__wrapper .left-part .text {
    text-align: center;
  }
}

.thanks-page__inner .line__wrapper .left-part .line__flow {
  position: relative;
}

.line__flow__head {
  color: #06C755;
  font-weight: bold;
  font-size: 19px;
  border-left: 6px solid #06C755;
  line-height: 1.3;
  padding-left: 14px;
  margin: 0 0 9px;
}
.line__flow__content {
  border: 3px solid #06c755;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #06c755;
  line-height: 1;
  margin-bottom: 8px;
  width: 362px;
}
.line__flow__content__num {
  color: #FFF975;
  font-size: 19px;
  font-weight: bold;
  padding: 5px 10px 8px;
}
.line__flow__content__num span {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  margin-left: 3px;
  display: inline-block;
  width: 15px;
  text-align: center;
}
.line__flow__content__text {
  background: #fffedd;
  flex: 1;
  font-weight: bold;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  border-radius: 0 3px 3px 0;
  padding: 9px 12px;
}
.line__flow__content__text[data-indent] {
  text-indent: -0.5em;
}
.line__flow__caption {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.line__flow__caption span {
  background: #f4ff77;
}

.thanks-page__inner .line__wrapper .left-part .line__flow .left {
  background: #00c6d3;
  display: flex;
  align-items: center;
}

.thanks-page__inner .line__wrapper .left-part .line__flow .left p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 7px 0 11px;
  white-space: nowrap;
}

.thanks-page__inner .line__wrapper .left-part .line__flow .right {
  background: white;
  border-top: 5px solid #00c6d3;
  border-bottom: 5px solid #00c6d3;
  display: flex;
  align-items: center;
}

.thanks-page__inner .line__wrapper .left-part .line__flow .right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: bold;
  padding-left: 9px;
}

.thanks-page__inner .line__wrapper .left-part .line__flow .triangle {
  height: 100%;
}

.thanks-page__inner .line__wrapper .right-part.--sp {
  display: none;
}

.thanks-page__inner .line__wrapper .right-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 91px 36px 78px;
}

.thanks-page__inner .line__wrapper .right-part .text__wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  z-index: 1;
}

.thanks-page__inner .line__wrapper .right-part .text__wrapper .vector.--first {
  margin-right: 5px;
  width: 18px;
  height: 24px;
}

.thanks-page__inner .line__wrapper .right-part .text__wrapper .vector.--last {
  margin-left: 2px;
  transform: scale(-1, 1);
  width: 18px;
  height: 24px;
}

.thanks-page__inner .line__wrapper .right-part .text__wrapper p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.thanks-page__inner .line__wrapper .right-part .qr {
  border-radius: 2px;
  margin-bottom: 17px;
  z-index: 1;
}

.thanks-page__inner .line__wrapper .right-part .sp-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}

.thanks-page__inner .line__wrapper .right-part .line-id {
  z-index: 1;
  border: 3px solid #00c6d3;
}

.thanks-page__inner .line__wrapper .right-part .line-id .line-id__upper {
  background: #00c6d3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-page__inner .line__wrapper .right-part .line-id .line-id__upper p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.thanks-page__inner .line__wrapper .right-part .line-id .line-id__text {
  color: #00c6d3;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.03em;
  background: white;
  padding: 8px 33px 8px;
}

.thanks-page__inner .fix_cv {
  display: none;
}

@media screen and (max-width:767px) {
  .thanks-page__inner {
    padding: 80px 20px 40px;
  }
  .thanks-page__inner .card {
    padding: 8px 0 10px;
    width: 100%;
  }
  .thanks-page__inner .card h3 {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 50px;
  }
  .thanks-page__inner .card p {
    padding: 0 7px 0 15px;
    font-size: 14px;
  }
  .thanks-page__inner .card .bold-text {
    margin-bottom: 3px;
    font-size: 15px;
    padding: 0 43px 0 51px;
    line-height: 25px;
  }
  .thanks-page__inner .line__wrapper {
    flex-direction: column;
    width: 100%;
  }
  .thanks-page__inner .line__wrapper .left-part {
    margin-right: unset;
    max-width: unset;
    width: 100%;
    margin-bottom: 13px;
  }
  .thanks-page__inner .line__wrapper .left-part img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 296px;
    padding-right: 6px;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 9px;
  }
  .thanks-page__inner .line__wrapper .left-part .line__flow {
    display: none;
  }
  .thanks-page__inner .line__wrapper .left-part p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: unset;
  }
  .thanks-page__inner .line__wrapper .right-part.--pc {
    display: none;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 14px 20px;
    width: calc(100% + 40px);
    background: #ffff3b;
    margin: 0 -20px;
  }
  .thanks-page__inner .line__wrapper .right-part .text__wrapper p {
    color: #cd281d;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    font-weight: bold;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-link {
    height: 58px;
    text-decoration: none;
    display: block;
    width: 273px;
    margin: 0 auto;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-link .line-link__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 19px;
    background: linear-gradient(180deg, #06c755 0%, #06c755 50%, #06d65b 50%, #06d65b 100%);
    filter: drop-shadow(2px 2px 0px #047526);
    border-radius: 10px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-link .line-link__inner p {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-left: 8px;
    color: white;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id {
    margin-top: 19px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper {
    position: relative;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id {
    width: 100%;
    padding: 0 14px 0 5px;
    border: unset;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper .circle {
    background: #00c6d3;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -19px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper .circle p {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: white;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__text {
    width: 100%;
    border: 3px solid #00c6d3;
    box-sizing: border-box;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line__flow {
    margin-top: 9px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line__flow p {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #00c6d3;
    letter-spacing: 0.04em;
  }
  body.thanks .fix_cv:not(.--thanks) {
    display: none;
  }
  .thanks-page__inner .fix_cv.--thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.2));
    padding-top: 11px;
  }
  .wrapper {
    max-width: 1000px;
  }
  .section_title {
    margin-top: 0;
  }
}
.thanks_box {
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .thanks_box {
    margin-top: 20px;
    padding: 30px 5%;
  }
}
.thanks_box h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3d3d3d;
}
@media screen and (max-width:767px) {
  .thanks_box h3 {
    font-size: 1.8rem;
  }
}
.thanks_box p {
  margin-top: 20px;
}
.thanks_box a {
  display: inline-block;
  margin-top: 20px;
  color: #bb7d05;
  text-decoration: underline;
}
.thanks_box a:hover {
  text-decoration: none;
}

.line-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 40px;
}
@media screen and (min-width:768px), print {
  .line-wrapper.--sp {
    display: none;
  }
}
.line-wrapper .inner {
  height: 400px;
  max-width: 1000px;
  margin-top: 46px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  background: #07b53b;
}
.line-wrapper .inner img {
  width: 100%;
}
.line-wrapper .inner .left {
  width: 35%;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.line-wrapper .inner .right {
  position: relative;
  width: 260px;
}
.line-wrapper .inner .right .main {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: 27px;
  z-index: 2;
  padding: 0 45px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.line-wrapper .inner .right .main .thanks-text {
  margin-bottom: 3px;
}
.line-wrapper .inner .right .main .qr {
  width: 96px;
  height: 96px;
  margin-bottom: 15px;
}
.line-wrapper .inner .right .main .line-id {
  width: 100%;
  position: relative;
}
.line-wrapper .inner .right .main .line-id .id-text {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #07b53b;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.line-wrapper .inner .right .smartphone-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width:767px) {
  .line-wrapper.--pc {
    display: none;
  }
  .line-wrapper.--sp {
    background: #07b53b;
    padding: 0;
  }
  .line-wrapper.--sp .inner {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 0;
  }
  .line-wrapper.--sp .inner .upper {
    padding: 34px 40px 15px;
    max-width: 300px;
  }
  .line-wrapper.--sp .inner .link-section {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .line-wrapper.--sp .inner .link-section .text-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 35px 15px;
  }
  .line-wrapper.--sp .inner .link-section .text-wrapper p {
    font-family: Roboto;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #07b53b;
  }
  .line-wrapper.--sp .inner .link-section .text-wrapper img {
    position: absolute;
    left: -25px;
    top: 0;
    height: 28px;
    width: 21px;
  }
  .line-wrapper.--sp .inner .link-section .text-wrapper img.--right {
    left: unset;
    right: -25px;
    transform: scaleX(-1);
  }
  .line-wrapper.--sp .inner .link-section .link img {
    width: auto;
    height: 65px;
  }
  .line-wrapper.--sp .inner .lower {
    padding: 19px 0 34px;
  }
  .line-wrapper.--sp .inner .lower .line-id {
    border: 5px solid #00d3d3;
  }
  .line-wrapper.--sp .inner .lower .line-id .title {
    background: #00d3d3;
  }
  .line-wrapper.--sp .inner .lower .line-id .title p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-align: center;
  }
  .line-wrapper.--sp .inner .lower .line-id .id {
    padding: 13px 0;
    background: white;
  }
  .line-wrapper.--sp .inner .lower .line-id .id .id-text {
    font-weight: bold;
    font-size: 28px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #00d3d3;
  }
  .line-wrapper.--sp .inner .lower .flow-text {
    margin-top: 13px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #ffffff;
  }
}

@media screen and (max-width:767px) {
  .thanks-page__line-btn {
    position: fixed;
    background: #fff;
    padding: 10px 5px 5px 10px;
    bottom: 0;
    z-index: 5;
    text-align: center;
    width: 100%;
    left: 0;
  }
  .thanks-page__line-btn img {
    max-width: 357px;
  }
}
@media screen and (min-width:768px), print {
  .thanks-page__line-btn {
    display: none;
  }
}
.fix_cv {
  width: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  opacity: 0;
  z-index: 999;
  transition: ease all 0.5s;
  text-align: center;
  display: none;
}
.fix_cv_element {
  overflow: hidden;
  display: block;
  vertical-align: bottom;
}
.fix_cv .cv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  z-index: 2;
}
.fix_cv .cv_btn span {
  position: relative;
  font-size: 1.8rem;
}
.fix_cv .cv_btn img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width:768px), print {
  .fix_cv {
    display: none;
  }
}
.scroll .fix_cv {
  opacity: 1;
  visibility: visible;
}
.fix_cv.on {
  opacity: 0;
}
.fix_cv .btn {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 0;
  height: auto;
  border-radius: 0;
}
.fix_cv .btntext_small {
  font-size: 1.2rem;
}
.fix_cv .btntext_large {
  font-size: 1.8rem;
}
.fix_cv .btn_download {
  width: 34px;
  height: 34px;
}
.fix_cv p {
  color: #fff;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.fix_cv span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

#privacy_modal {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 19999;
  display: none;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#privacy_modal * {
  box-sizing: border-box;
}

#privacy_modal.--active {
  display: block;
}

#privacy_modal .modal_inner {
  padding: 50px 100px;
  background: white;
  position: fixed;
  height: 95%;
  width: 90%;
  overflow-y: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 19998;
}

#privacy_modal .modal_inner p {
  white-space: pre-line;
}

#privacy_modal .modal_inner .upper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}

#privacy_modal .modal_inner .upper .close-btn {
  padding: 14px 40px;
  background: #000;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#privacy_modal .modal_inner .upper .close-btn p {
  font-weight: bold;
  color: white;
}

#privacy_modal #privacy_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 19997;
  background: black;
  opacity: 0.3;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #privacy_modal .modal_inner {
    padding: 50px 12px !important;
    width: 85% !important;
  }
  #privacy_modal .modal_inner .upper .close-btn {
    padding: 7px 20px;
  }
}
@media screen and (min-width:768px), print {
  .swiper-content .button-wrap {
    display: none;
  }
}
@media screen and (min-width:768px), print {
  .swiper-content .swiper-button-prev,
  .swiper-content .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .swiper-content .swiper-button-prev,
  .swiper-content .swiper-button-next {
    width: 30px;
    height: 116px;
    top: 50%;
    left: -3px;
    transform: translate(0, -50%);
    background: rgba(182, 131, 102, 0.7) url("../img/top/icon-slider-left.png") no-repeat 43% center;
    background-size: 12px auto;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
  }
  .swiper-content .swiper-button-prev.swiper-button-disabled,
  .swiper-content .swiper-button-next.swiper-button-disabled {
    display: none;
  }
}
.swiper-content .swiper-button-prev:after,
.swiper-content .swiper-button-next:after {
  display: none;
}
@media screen and (min-width:768px), print {
  .swiper-content .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .swiper-content .swiper-button-next {
    left: auto;
    right: 0;
    background: rgba(182, 131, 102, 0.7) url("../img/top/icon-slider-right.png") no-repeat 48% center;
    background-size: 12px auto;
    border-radius: 5px 0 0 5px;
  }
}
.swiper-content .swiper-button-next:after {
  display: none;
}
.swiper-content .swiper-pagination {
  width: 100%;
  bottom: -42px;
  left: 0;
}
.swiper-content .swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  opacity: 1;
  border-radius: 50%;
  background: #c0c0c0;
}
.swiper-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #b68366;
}

.background-swiper .swiper-button-prev,
.background-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 35px;
}
.background-swiper .swiper-button-next {
  background: url("../img/top/ico-ar-slider-right.png") no-repeat center center/100% auto;
  left: auto;
  right: 50%;
  margin-right: -180px;
}
.background-swiper .swiper-button-prev {
  background: url("../img/top/ico-ar-slider-left.png") no-repeat center center/100% auto;
  left: 50%;
  margin-left: -180px;
}

.swiper-pagination-voice {
  bottom: -20px !important;
}

.swiper-button-prev-2 {
  left: 0 !important;
}

.swiper-button-next-2 {
  right: 0 !important;
}/*# sourceMappingURL=style.css.map */