@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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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: 10px !important;
  font-size: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f40 {
  font-size: 40px !important;
  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;
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007aff;
}

.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: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-feature-settings: ;
          font-feature-settings: ;
  font-variant: normal;
  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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          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;
  -webkit-box-shadow: none;
          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: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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, .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, .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            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 {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          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 {
  -webkit-transform-origin: 100% 0;
          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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
}

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

body {
  color: #7d7d7d;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  body {
    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;
}

.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 {
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .wrapper {
    padding: 0 4.6%;
  }
}

.overflow {
  width: 100vw;
  overflow-x: hidden;
}

/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
.header {
  height: 70px;
}
@media screen and (max-width:767px) {
  .header {
    height: 93px;
  }
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .header .wrapper {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .header_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header_left a {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.header_left a:hover {
  opacity: 0.7;
}
.header_left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_left div p {
  line-height: 1;
}
.header_left h1 {
  margin-left: -5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #BB7D05;
}
@media screen and (max-width:767px) {
  .header_left h1 {
    margin: -5px 0 0 -10px;
  }
}

.logo_franchise {
  margin-top: 3px;
}

.header_btn {
  height: 50px;
  padding: 0 26px 0 10px;
}
.header_btn p {
  color: #fff;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.header_btn div {
  margin-left: 8px;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

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

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

/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/
.footer_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 90px 0;
  color: #fff;
  background: #BB7D05;
}
@media screen and (max-width:767px) {
  .footer_company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 5% 50px 5%;
    font-size: 1.6rem;
  }
}

.footer_left {
  margin-right: 65px;
}
@media screen and (max-width:767px) {
  .footer_left {
    margin: 0 0 30px 0;
  }
}

.footer_bottom {
  padding: 10px 0;
  color: #fff;
  background: #C30D23;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .footer_bottom {
    padding: 7px 0;
  }
}

/* ---------------------------------------------------------
メインビジュアル
----------------------------------------------------------*/
.mv {
  height: 500px;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv {
    height: 523px;
  }
}
.mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(71, 47, 0, .5);
  height: 454px;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .mv:after {
    height: 466px;
  }
}
@media screen and (max-width:767px) {
  .mv .wrapper {
    padding: 0 4%;
  }
}

.slider_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 454px;
}
@media screen and (max-width:767px) {
  .slider {
    height: 466px;
  }
}
.slider img {
  max-width: none;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
.mv_text {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .mv_text {
    padding-top: 62px;
  }
}

.mv_top {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv_top {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.mv_top:before, .mv_top:after {
  content: "";
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: 5px;
  background-image: url("../img/top/mv_top_side.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .mv_top:before, .mv_top:after {
    bottom: -25px;
  }
}
.mv_top:before {
  left: -45px;
}
@media screen and (max-width:767px) {
  .mv_top:before {
    left: -35px;
  }
}
.mv_top:after {
  right: -40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width:767px) {
  .mv_top:after {
    right: -35px;
  }
}
.mv_top span {
  color: #FFE900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #E70012));
  background: linear-gradient(transparent 60%, #E70012 0);
}

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

.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: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #C30D23;
}
@media screen and (max-width:767px) {
  .mv_repeater {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 8px 6px 5px 6px;
  }
}

/* ---------------------------------------------------------
からあげの匠とは？
----------------------------------------------------------*/
.about_content {
  background-image: url("../img/top/about_border.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.about_block {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
}
@media screen and (min-width:768px), print {
  .about_block {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="15" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .25));
            filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .25));
  }
}
@media screen and (max-width:767px) {
  .about_block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 37px 0 45px 0;
  }
}

.about_left {
  width: 70%;
  padding: 20px 10px 20px 25px;
  background: #FFE900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .about_left {
    width: 100%;
    padding: 20px 3% 20px 4.5%;
  }
}
@media screen and (max-width:767px) {
  .about_left .section_title {
    font-size: 3.3rem;
  }
}
.about_left .section_title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fff));
  background: linear-gradient(transparent 70%, #fff 0);
}
.about_left ul {
  margin-top: 25px;
}
.about_left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .about_left ul li {
    margin-top: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 1.6rem;
  }
}
.about_left ul li:first-child {
  margin-top: 0;
}
.about_left ul p {
  color: #3d3d3d;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .about_left ul p {
    line-height: 1.7;
  }
}
.about_left ul span {
  color: #E70012;
}

.about_check {
  margin-right: 6px;
}
@media screen and (max-width:767px) {
  .about_check {
    line-height: 1.2 !important;
  }
}
@media screen and (max-width:767px) {
  .about_check img {
    width: 19px;
    height: 13px;
  }
}

.about_right {
  width: 30%;
  padding: 10px;
  background: #BB7D05;
}
@media screen and (max-width:767px) {
  .about_right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about_right img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
収益性が高い理由とは？
----------------------------------------------------------*/
.reason_area {
  padding: 80px 0 40px 0;
  background: #FFFBD0;
  border-top: 9px solid #C30D23;
  position: relative;
}
@media screen and (max-width:767px) {
  .reason_area {
    padding: 40px 0 35px 0;
    border-top: 6px solid #C30D23;
  }
}
.reason_area:after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 50vw 0 50vw;
  border-color: #FFFBD0 transparent transparent transparent;
}
@media screen and (max-width:767px) {
  .reason_area:after {
    bottom: -35px;
    border-width: 35px 50vw 0 50vw;
  }
}
.reason_area .section_title:after {
  content: "";
  width: 700px;
  height: 27px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-54%);
          transform: translateX(-54%);
  background-image: url("../img/top/border_reason.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .reason_area .section_title:after {
    width: 323px;
    height: 13px;
    bottom: 0px;
    background-image: url("../img/top/border_reason_sp.svg");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.reason_list {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  .reason_list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.reason_list li {
  min-width: 487px;
  margin: 0 26px 0 0;
  padding: 40px 20px 25px 20px;
  text-align: center;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .reason_list li {
    min-width: 100%;
    width: 100%;
    margin-top: 40px;
    padding: 30px 20px 20px 20px;
  }
}
.reason_list li:nth-child(even) {
  margin-right: 0;
}
.reason_list h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #E70012;
}
@media screen and (max-width:767px) {
  .reason_list h3 {
    font-size: 2.3rem;
  }
}
.reason_list span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #FFE900));
  background: linear-gradient(transparent 60%, #FFE900 0);
}

.reason_point {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .reason_point {
    top: -22px;
  }
}

.reason_text {
  margin-top: 10px;
  line-height: 1.4;
}

/* ---------------------------------------------------------
収益実績
----------------------------------------------------------*/
.sales_area {
  padding: 140px 0 110px 0;
}
@media screen and (max-width:767px) {
  .sales_area {
    padding: 60px 0 40px 0;
  }
}
.sales_area .section_title:after {
  content: "";
  width: 327px;
  height: 27px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  background-image: url("../img/top/border_sales.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .sales_area .section_title:after {
    width: 130px;
    height: 13px;
    bottom: 0px;
    background-image: url("../img/top/border_sales_sp.svg");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sales_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width:767px) {
  .sales_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.sales_block {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, .09);
          box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, .09);
}
.sales_block:first-child {
  margin-right: 18px;
}
@media screen and (max-width:767px) {
  .sales_block:first-child {
    margin: 0 0 18px 0;
  }
}
.sales_block img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
ノウハウ
----------------------------------------------------------*/
.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: 30px;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #FFE900));
  background: linear-gradient(transparent 65%, #FFE900 0);
}

.knowhow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .knowhow_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: 25px;
  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.7px;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0, #FFE900));
  background: linear-gradient(transparent 55%, #FFE900 0);
}

/* ---------------------------------------------------------
加盟店の声
----------------------------------------------------------*/
.voice_area {
  padding: 60px 0 0 0;
}
@media screen and (max-width:767px) {
  .voice_area {
    padding: 40px 0 0 0;
  }
}
.voice_area .section_title:after {
  content: "";
  width: 450px;
  height: 27px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  background-image: url("../img/top/border_voice.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .voice_area .section_title:after {
    width: 161px;
    height: 13px;
    bottom: 3px;
    background-image: url("../img/top/border_voice_sp.svg");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.voice_swiper_box {
  position: relative;
}
@media screen and (min-width:768px), print {
  .voice_swiper_box .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .voice_swiper_box .swiper-button-next {
    width: 24px;
    height: 119px;
    top: 39.6825396825%;
    left: 100%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.voice_swiper_box .swiper-button-next:after {
  content: url("../svg/icons/swiper_arrow.svg");
  width: 24px;
  height: 119px;
  -webkit-box-shadow: 0px 0px 7px rgba(140, 140, 140, .25);
          box-shadow: 0px 0px 7px rgba(140, 140, 140, .25);
}
@media screen and (min-width:768px), print {
  .voice_swiper_box .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .voice_swiper_box .swiper-button-prev {
    width: 24px;
    height: 119px;
    top: 39.6825396825%;
    right: 100%;
    -webkit-transform: translateX(-27px);
            transform: translateX(-27px);
  }
}
.voice_swiper_box .swiper-button-prev:after {
  content: url("../svg/icons/swiper_prev.svg");
  width: 24px;
  height: 119px;
  -webkit-box-shadow: 0px 0px 7px rgba(140, 140, 140, .25);
          box-shadow: 0px 0px 7px rgba(140, 140, 140, .25);
}
.voice_swiper_box .voice_swiper {
  overflow: visible;
}

.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .voice_list {
    margin-top: 25px;
  }
}
.voice_list li {
  width: 491px;
  min-height: 448px;
  padding: 25px 40px 40px 40px;
  position: relative;
  background: #FFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, .09);
          box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, .09);
}
@media screen and (max-width:767px) {
  .voice_list li {
    width: 100%;
    min-height: 366px;
    padding: 20px 5.5% 30px 5.5%;
  }
}
.voice_list li:first-child {
  margin-right: 18px;
}

.voice_number {
  position: absolute;
  top: -10px;
  left: 18px;
}
@media screen and (max-width:767px) {
  .voice_number {
    top: -7px;
    left: 13px;
  }
}
@media screen and (max-width:767px) {
  .voice_number img {
    width: 86px;
  }
}

.voice_top h3 {
  margin-left: 115px;
  letter-spacing: 0.8px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:767px) {
  .voice_top h3 {
    margin-left: 90px;
  }
}
.voice_top span {
  display: block;
}

.voice_title_small {
  margin-left: -10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #3D3D3D;
}
@media screen and (max-width:767px) {
  .voice_title_small {
    font-size: 1.5rem;
  }
}

.voice_title_large {
  margin-top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #E70012;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .voice_title_large {
    margin-top: 5px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.voice_text {
  margin-top: 55px;
}
@media screen and (max-width:767px) {
  .voice_text {
    margin-top: 20px;
    line-height: 1.7;
  }
}
.voice_text span {
  font-weight: bold;
}
.voice_text .maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #FFF480));
  background: linear-gradient(transparent 40%, #FFF480 0);
}

/* ---------------------------------------------------------
他社FCとの比較
----------------------------------------------------------*/
.comparison_area {
  padding: 90px 0 100px 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .comparison_area {
    padding: 50px 0 50px 0;
  }
}
.comparison_area:after {
  content: "";
  width: 100vw;
  height: 428px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/top/comparison_border.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .comparison_area:after {
    height: 416px;
    background-image: url("../img/top/comparison_border_sp.svg");
  }
}
.comparison_area .section_title:after {
  content: "";
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .comparison_area .section_title:after {
    width: 256px;
    height: 13px;
    bottom: 3px;
    background-image: url("../img/top/border_comparison_sp.svg");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.comparison_table_box {
  width: 996px;
  margin-top: 30px;
  border: 2px solid #CDCDCD;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .comparison_table_box {
    width: 100%;
    margin-top: 20px;
    overflow-x: scroll;
  }
}

.comparison_table {
  width: 996px;
  text-align: center;
  table-layout: fixed;
}
@media screen and (max-width:767px) {
  .comparison_table {
    table-layout: auto;
  }
}
.comparison_table th, .comparison_table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comparison_table th {
  padding: 32px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #BB7D05;
  background: #FFF480;
  border-right: 2px solid #CDCDCD;
  border-bottom: 2px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comparison_table td {
  padding: 26px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  line-height: 1.4;
  border: 2px solid #CDCDCD;
}
@media screen and (max-width:767px) {
  .comparison_table td {
    font-size: 1.5rem;
    padding: 26px 5px;
  }
}

.th_left {
  width: 149px;
  padding: 26px 23px !important;
  text-align: left;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}
@media screen and (max-width:767px) {
  .th_left {
    width: 111px;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.th_red {
  color: #FFF !important;
  background: #E70012 !important;
  border-right: 2px solid #CDCDCD !important;
  border-bottom: 2px solid #fff;
}

.td_red {
  color: #E70012;
  background: #FFE8DB !important;
  font-weight: bold;
  border-right: 2px solid #CDCDCD !important;
  border-bottom: 2px solid #fff !important;
}

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

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

/* ---------------------------------------------------------
説明会
----------------------------------------------------------*/
.information_area {
  padding: 70px 0 110px 0;
}
@media screen and (max-width:767px) {
  .information_area {
    padding: 40px 0;
  }
}
.information_area .cv_btn {
  margin: 40px auto 0;
}

.information_block {
  padding: 30px 40px 50px 40px;
  background: #FFE900;
  border-radius: 32px;
  -webkit-box-shadow: 30px 30px whitesmoke;
          box-shadow: 30px 30px whitesmoke;
}
@media screen and (max-width:767px) {
  .information_block {
    padding: 20px 5% 30px 5%;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px whitesmoke;
            box-shadow: 10px 10px whitesmoke;
  }
}
.information_block h2 {
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  color: #BB7D05;
  text-align: center;
}
@media screen and (max-width:767px) {
  .information_block h2 {
    font-size: 2.4rem;
  }
}
.information_block h2 span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

.information_block_text {
  margin-top: 20px;
}
.information_block_text img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
オープンまでの流れ
----------------------------------------------------------*/
.flow_area {
  padding: 60px 0 84px 0;
  background: #F5F5F5;
}
@media screen and (max-width:767px) {
  .flow_area {
    padding: 40px 0 45px 0;
  }
}
.flow_area .section_title:after {
  content: "";
  width: 592px;
  height: 27px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  background-image: url("../img/top/border_flow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .flow_area .section_title:after {
    width: 289px;
    height: 13px;
    bottom: 3px;
    background-image: url("../img/top/border_flow_sp.svg");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  .flow_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}
.flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 132px;
  height: 101px;
  margin-right: 12px;
  position: relative;
  color: #E70012;
  background: #fff;
  border: 5px solid #FFE900;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .flow_list li {
    width: 100px;
    height: 76px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flow_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width:767px) {
  .flow_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  .flow_list li:nth-child(n+4) {
    margin-top: 45px;
  }
}

.flow_list_number {
  position: absolute;
  top: -50px;
  left: -20px;
}
@media screen and (max-width:767px) {
  .flow_list_number {
    top: -40px;
    left: -14px;
  }
}

.flow_list_text {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .flow_list_text {
    font-size: 1.4rem;
  }
}
.flow_list_text p {
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .flow_list_text p {
    line-height: 1.3;
  }
}

/* ---------------------------------------------------------
ダウンロードフォーム
----------------------------------------------------------*/
.contact_area {
  padding: 80px 0 120px 0;
  background: #fff;
}
@media screen and (max-width:767px) {
  .contact_area {
    padding: 35px 0 60px 0;
  }
}
.contact_area .wrapper {
  max-width: 800px;
}
.contact_area .section_title {
  color: #BB7D05;
}
@media screen and (max-width:767px) {
  .contact_area .section_title {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
.contact_area .title_text {
  margin-top: 0px;
  font-weight: normal;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width:767px) {
  .contact_area .title_text {
    font-size: 1.6rem;
  }
}

.contact_text {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contact_text {
    margin-top: 10px;
  }
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35px;
  padding: 45px 110px 50px 110px;
  background: #FFF;
  border: 12px solid #FFF6D8;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, .09);
          box-shadow: 0px 0px 20px 2px rgba(45, 45, 45, .09);
}
@media screen and (max-width:767px) {
  .contact_wrap {
    margin-top: 20px;
    padding: 10px 5%;
    border: 8px solid #FFF6D8;
  }
}

.contact_caution {
  width: 580px;
  margin: 0 auto;
  color: #3D3D3D;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width:767px) {
  .contact_caution {
    width: auto;
    margin: 0 0 10px 0;
  }
}

.contact_table {
  width: 585px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .contact_table {
    width: 100%;
  }
}
.contact_table th {
  width: 202px;
  text-align: left;
  color: #3D3D3D;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .contact_table th {
    display: block;
    width: 100%;
  }
}
.contact_table td {
  padding: 10px 0;
}
@media screen and (max-width:767px) {
  .contact_table td {
    display: block;
    padding: 6px 0 20px 0;
  }
}
.contact_table input {
  width: 100%;
  max-width: 380px;
  padding: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  background: #F3F3F3;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table input::-webkit-input-placeholder {
  color: #A6A6A6;
}
.contact_table input::-moz-placeholder {
  color: #A6A6A6;
}
.contact_table input::-ms-input-placeholder {
  color: #A6A6A6;
}
.contact_table input::placeholder {
  color: #A6A6A6;
}

.caution {
  color: #C10000;
  font-size: 12px;
  font-size: 1.2rem;
}

.input_half {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.input_half_block {
  width: 200px !important;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .input_half_block {
    width: auto;
    max-width: 145px !important;
  }
}

.input_half_button {
  max-height: 50px;
  border: 1px solid #C30D23;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #C30D23;
  background: #fff;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .input_half_button {
    width: 130px;
  }
}
.input_half_button:hover {
  opacity: 0.8;
}

.prefecture_label, .industry_label {
  position: relative;
  display: block;
  max-width: 200px;
}
.prefecture_label:before, .industry_label:before {
  content: "▼";
  font-size: 11px;
  font-size: 1.1rem;
  color: #7D7D7D;
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.prefecture_select, .industry_select {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7D7D7D;
  background: #F3F3F3;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  position: relative;
  -webkit-appearance: none;
}

.contact_information_title {
  display: block;
  margin-top: 10px;
  vertical-align: baseline;
}
@media screen and (max-width:767px) {
  .contact_information_title {
    margin-top: 0;
  }
}

.contact_information_text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .contact_information_text {
    margin-top: 5px;
  }
}

input[type=checkbox], input[type=radio] {
  width: auto;
  display: none;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .contact_information_checkbox {
    padding: 15px 0 20px !important;
  }
}

@media screen and (max-width:767px) {
  .your-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wpcf7-checkbox .wpcf7-list-item.first {
  margin: 0 0 0 1em !important;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item.first {
    margin: 0 0 14px 0 !important;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0 0 0 2.4em !important;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 14px 0 !important;
    display: block !important;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 12px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    padding-left: 36px;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -10px;
  background: #F3F3F3;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: 26px;
    height: 26px;
    left: 0;
    margin-top: -14px;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: "";
  width: 11px;
  height: 9px;
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  background-image: url("../svg/icons/check_contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item-label:after {
    width: 10px;
    height: 8px;
    left: 8px;
    margin-top: -5px;
  }
}

.wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0 0 0 2em !important;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin: 0 0 0 1em !important;
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 12px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1.6rem;
    color: #000000;
  }
}
.wpcf7-radio .wpcf7-list-item-label:before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  content: "";
  left: -14px;
  margin-top: -10px;
  background: #FFF;
  border: 1px solid #C30D23;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .wpcf7-radio .wpcf7-list-item-label:before {
    width: 21px;
    height: 21px;
  }
}
.wpcf7-radio .wpcf7-list-item-label:after {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  left: -9px;
  margin-top: -5px;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #C30D23;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #C30D23;
}

input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-not-valid-tip {
  color: #C10000 !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.wpcf7-not-valid {
  background: #FFD4D4 !important;
  border: 1px solid #C10000 !important;
}

.privacy_box {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .privacy_box {
    margin-top: 0px;
  }
}
.privacy_box p {
  color: #3D3D3D;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .privacy_box p {
    letter-spacing: -0.01em;
  }
}
.privacy_box a {
  color: #C30D23;
  text-decoration: underline;
}
.privacy_box a:hover {
  text-decoration: none;
}
.privacy_box .privacy_confirm {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #7d7d7d;
}
@media screen and (max-width:767px) {
  .privacy_box .privacy_confirm {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
}

.contact_mailmagazine {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contact_mailmagazine {
    margin-top: 35px;
  }
}
.contact_mailmagazine .wpcf7-list-item {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item {
    width: 212px;
    font-size: 1.6rem;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item-label {
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item-label:before {
    margin-top: -23px;
  }
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item-label:after {
    margin-top: -14px;
  }
}

.contact_btn_box {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .contact_btn_box {
    margin-top: 20px;
  }
}

.contact_btn_wrap {
  max-width: 320px;
  max-height: 66px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .contact_btn_wrap {
    max-height: 60px;
  }
}
.contact_btn_wrap:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../svg/icons/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .contact_btn_wrap:before {
    width: 29px;
    height: 29px;
  }
}

.contact_btn {
  width: 100%;
  padding: 18px 0 18px 10px;
  padding: 1.8rem 0 1.8rem 1rem;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  border: none;
}
@media screen and (max-width:767px) {
  .contact_btn {
    max-width: 100%;
    font-size: 1.8rem;
    padding: 1.7rem 0 1.7rem 1rem;
  }
}
.contact_btn:hover {
  opacity: 0.7;
}

.wpcf7-response-output {
  display: none;
}

/* ---------------------------------------------------------
フランチャイズサロンとは？
----------------------------------------------------------*/
.what {
  border-top: 1px solid #000;
}

.what_inner {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: noto-sans-cjk-jp, sans-serif;
}
@media screen and (min-width:768px), print {
  .what_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .what_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.what_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #212B2B;
}
.what_logo img {
  width: 275px;
}

.what_text {
  font-size: 18px;
  color: #7A7A7A;
}
@media screen and (min-width:768px), print {
  .what_text {
    margin-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .what_text {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

/* ---------------------------------------------------------
サンクスページ
----------------------------------------------------------*/
.thanks .header_right {
  display: none;
}
.thanks .content {
  padding: 70px 0 100px 0;
  background: #F5F5F5;
}
@media screen and (max-width:767px) {
  .thanks .content {
    padding: 40px 0;
  }
}
.thanks .wrapper {
  max-width: 1000px;
}
@media screen and (max-width:767px) {
  .thanks .wrapper {
    padding: 0 5%;
  }
}
.thanks .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: 22px;
  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;
}

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/
.title_center {
  text-align: center;
  letter-spacing: 0.1em;
}

.section_title {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.5;
  color: #BB7D05;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .section_title {
    font-size: 3rem;
    white-space: nowrap;
  }
}

.title_text {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width:767px) {
  .title_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------
ボタン
----------------------------------------------------------*/
.btn {
  display: block;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#25AA10), color-stop(50%, #25AA10), color-stop(50%, #76BB6A), to(#76BB6A));
  background: linear-gradient(0deg, #25AA10 0%, #25AA10 50%, #76BB6A 50%, #76BB6A 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.btn:after {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  position: absolute;
  top: -50%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
          animation: reflection 3s ease-in-out infinite;
}
.btn:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------
固定CV
----------------------------------------------------------*/
.fix_cv {
  width: 100%;
  padding: 10px 5%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 999;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@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 {
  height: 64px;
  margin: 0 auto;
}
.fix_cv .btntext_small {
  font-size: 14px;
  font-size: 1.4rem;
}
.fix_cv .btntext_large {
  font-size: 26px;
  font-size: 2.6rem;
}
.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 div {
  margin-left: 12px;
}

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

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

.reason_list .fadein:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.sales_list .fadein:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.voice_list .fadein:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}


/* ===============
Thanks
=============== */
/*
.thanks-page {
  padding: 52px 17px 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .thanks-page {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}

.thanks-page__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1016px;
  margin: 0 auto;
}

.card {
  padding: 32px;
  background-color: #fff;
  text-align: center;
}

.thanks-page h3 {
  text-decoration: underline;
  color: #BB7D05;
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: .05em;
}

@media (max-width: 768px) {
  .thanks-page h3 {
    font-size: 2.4rem;
    line-height: 1.08333;
  }
}

.thanks-page .card > p:first-child {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
}

.thanks-page .card > p:nth-child(2) {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .thanks_detail {
    margin-top: 16px;
  }
}

/* === Register Line === */
/*
.register-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  text-align: left;
}

@media (max-width: 768px) {
  .register-line {
    display: block;
  }
}

.register-line img {
  width: 100%;
}

@media (max-width: 768px) {
  .register-line_desc {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}

.register-line_title {
  width: 298px;
}

@media (max-width: 768px) {
  .register-line_title {
    width: 296px;
    margin-left: auto;
    margin-right: auto;
  }
}

.register-line_appeal {
  color: #06C755;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .register-line_appeal-br {
    display: none;
  }
}

.register-line_howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 316px;
  height: 104px;
  padding: 5px 5px 5px 0;
  background-color: #00C6D3;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}

@media (max-width: 768px) {
  .register-line_howto {
    display: none;
  }
}

.register-line_howto-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.register-line_howto-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: 8px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.5;
}

.register-line_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  height: 373px;
  padding: 10px;
  margin-left: 40px;
  border: 7px solid #06C755;
  border-radius: 27px;
  text-align: center;
}

@media (max-width: 768px) {
  .register-line_figure {
    width: auto;
    height: auto;
    padding: 12px;
    margin-top: 10px;
    margin-left: 0;
    border: 3px solid #BB7D05;
  }
}

.register-line_mobile-screen {
  position: relative;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 24px;
  background-color: #06C755;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .register-line_mobile-screen {
    padding: 0;
    background-color: transparent;
  }
}

.register-line_mobile-screen::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 7px;
  background-color: #06C755;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .register-line_mobile-screen::before {
    display: none;
  }
}

.register-line_mobile-screen::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #06C755;
}

@media (max-width: 768px) {
  .register-line_mobile-screen::after {
    display: none;
  }
}

.register-line_catch {
  margin: 0;
}

.register-line_catch-txt {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .register-line_catch-txt {
    color: #BB7D05;
  }
}

.register-line_catch-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 25px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%);
          clip-path: polygon(0 0, 58% 0, 100% 100%);
}

@media (max-width: 768px) {
  .register-line_catch-txt::before {
    background-color: #BB7D05;
  }
}

.register-line_catch-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 25px;
  background-color: #fff;
  -webkit-clip-path: polygon(42% 0, 100% 0, 0 100%);
          clip-path: polygon(42% 0, 100% 0, 0 100%);
}

@media (max-width: 768px) {
  .register-line_catch-txt::after {
    background-color: #BB7D05;
  }
}

@media (max-width: 768px) {
  .register-line_catch-br {
    display: none;
  }
}

.register-line_qr {
  width: 84px;
  margin: 0 auto;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .register-line_qr {
    display: none;
  }
}

.register-line_btn {
  display: none;
}

@media (max-width: 768px) {
  .register-line_btn {
    display: inline-block;
    position: relative;
    padding: 16px 8px 16px 73px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #06D65B), color-stop(50%, #06C755));
    background-image: linear-gradient(to top, #06D65B 50%, #06C755 50%);
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0 #047526;
            box-shadow: 2px 2px 0 #047526;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .register-line_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 46px;
    height: 45px;
    background: url(../img/thanks/line-icon.png) center/cover;
  }
}

.register-line_id {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  margin-top: 18px;
  background-color: #00C6D3;
  border: 3px solid #00C6D3;
}

@media (max-width: 768px) {
  .register-line_id {
    display: block;
    position: relative;
    max-width: 335px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .register-line_id::before {
    content: "または";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -19px;
    left: -12px;
    width: 52px;
    height: 52px;
    background-color: #00C6D3;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
}

.register-line_id-key {
  padding: 8px;
  margin: 0;
  color: #fff;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.register-line_id-val {
  padding: 8px;
  margin: 0;
  background-color: #fff;
  color: #00C6D3;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.register-line_howto-conpact {
  display: none;
}

@media (max-width: 768px) {
  .register-line_howto-conpact {
    display: block;
    margin-top: 8px;
    color: #00C6D3;
    font-size: 16px;
    font-weight: bold;
  }
}