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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

ul {
  list-style: none;
}

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

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  min-width: 1200px;
  background: #f2f2f2;
  --ff-main: "Noto Sans JP", sans-serif;
  --ff-sub: "Roboto", sans-serif;
  --text: #343434;
  --primary: #265dba;
  --primary-dark: #002b72;
  --yellow: #ffff8e;
  --pink: #df026b;
  --white: #fff;
  --bg: #e4f1fd;
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
    background: #fff;
  }
}

@media screen and (width >= 769px) {
  body {
    padding-block-start: 67px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

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

ol,
li {
  list-style: none;
}

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

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

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

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

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

.page-wrapper {
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width:768px), print {
  .page-wrapper {
    max-width: 375px;
    box-shadow: 0 4px 20px 0 #d4c287;
  }
}

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

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

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

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

.overflow {
  overflow: hidden;
}

.fixed-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url("../images/fixed_bg-left.jpg") left center/auto 100% no-repeat, url("../images/fixed_bg-right.jpg") right center/auto 100% no-repeat;
}

.sp-contents {
  overflow-x: hidden;
  max-width: 375px;
  margin-inline: auto;
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.25);
  position: relative;
  background: var(--white);
}

@media screen and (width <= 1220px) {
  .sp-contents {
    margin-inline-start: 260px;
  }
}
@media screen and (width <= 768px) {
  .sp-contents {
    margin-inline: auto;
  }
}
@media screen and (width <= 410px) {
  .sp-contents {
    box-shadow: none;
    max-width: none;
    width: 100%;
  }
}
/* PC用コンテンツ */
.pc-nav {
  position: fixed;
  top: 50%;
  left: 12.3611111111vw;
  translate: 0 -50%;
  line-height: 1.667;
}

@media screen and (width <= 1220px) {
  .pc-nav {
    left: 15px;
  }
}
.pc-nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

.pc-nav_link {
  position: relative;
  color: #acacac;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05em;
  padding-inline-start: 28px;
  text-decoration: none;
  display: block;
}

.pc-nav_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 19px;
  height: 16px;
  -webkit-mask: url("../images/chevron2.svg") center/contain no-repeat;
          mask: url("../images/chevron2.svg") center/contain no-repeat;
  background: #00c5c5;
  opacity: 0;
}

.pc-nav_link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  translate: 0 -50%;
  width: calc(100% - 28px);
  height: 2px;
  background: #00c5c5;
  opacity: 0;
}

.pc_nav-item.current .pc-nav_link {
  color: #00c5c5;
}

.pc_nav-item.current > .pc-nav_link::before,
.pc_nav-item.current > .pc-nav_link::after {
  opacity: 1;
}

.pc_nav-item:hover {
  opacity: 1;
}

.pc_nav-item:hover > .pc-nav_link {
  color: #00c5c5;
  opacity: 1;
}

.pc_nav-item:hover > .pc-nav_link::before,
.pc_nav-item:hover > .pc-nav_link::after {
  opacity: 1;
}

.pc-cta {
  max-width: 331px;
  margin-inline: auto;
  position: fixed;
  top: 50%;
  translate: 0 -50%;
  left: calc(50% + 20vw);
  line-height: 1.667;
}
.pc-cta * {
  box-sizing: border-box;
}

@media screen and (width <= 1220px) {
  .pc-cta {
    left: calc(50% + 16vw);
  }
}
@media screen and (width <= 1024px) {
  .pc-cta {
    display: none;
  }
}
.pc-cta_block {
  padding-block-start: 4.5901639344vh;
}
@media screen and (height <= 620px) {
  .pc-cta_block {
    padding-block-start: 0;
  }
}

.pc-cta_block-inner {
  padding-block-start: 35px;
  background: var(--white);
  border-radius: 15px;
}

.pc-cta_block-icon {
  aspect-ratio: 1;
  width: 85px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: grid;
  padding: 20px;
  place-items: center;
}
@media screen and (height <= 620px) {
  .pc-cta_block-icon {
    display: none;
  }
}

.pc-cta_block-icon img {
  aspect-ratio: 1;
  width: 100%;
  margin-inline: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.pc-cta_block-title {
  color: #00c5c5;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-inline: 13px;
  position: relative;
  max-width: 280px;
  display: block;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}

.pc-cta_block-title::before,
.pc-cta_block-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 2px;
  height: 50px;
  background-color: #00c5c5;
  rotate: -25deg;
}

.pc-cta_block-title::after {
  left: auto;
  right: 0;
  rotate: 25deg;
}

.pc-cta_block-line {
  width: 14.4444444444vw;
  max-width: 208px;
  margin-inline: auto;
  margin-block-start: 6px;
}

.pc-cta_block-desc {
  color: var(--text);
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  width: calc(100% - 20px);
  max-width: 274px;
  margin-inline: auto;
  margin-block-start: 8px;
}

.pc-cta_block-qr {
  aspect-ratio: 234/80;
  width: 16.25vw;
  max-width: 234px;
  margin-inline: auto;
  margin-block: 9px;
}

.pc-cta_block-footer {
  background: #00c5c5;
  padding: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.pc-cta_block-logo {
  display: flex;
  justify-content: center;
  align-self: center;
}

.pc-cta_block-logo span {
  font-size: min(1.4rem, 2.2vw);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  display: flex;
  align-items: center;
}

.pc-cta_block-footer-text {
  color: var(--white);
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}

.pc-cta_btn {
  margin-block-start: 15px;
  display: block;
  border: 2px solid #00c5c5;
  border-radius: 999px;
  background: var(--white);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  padding-block: 8px;
  position: relative;
  color: #00c5c5;
  line-height: 1.3;
}

.pc-cta_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0% -50%;
  width: 10px;
  height: 14px;
  background-color: #00c5c5;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.pc-cta_btn-inner {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .only-pc {
    display: none;
  }
}
@media screen and (width >= 769px) {
  .only-sp {
    display: none;
  }
}
/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
.header-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  position: relative;
  z-index: 4;
  background: #fff;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 9px 9px 9px;
  width: 100%;
  height: 58px;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  padding: 2px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  border-radius: 0 0 15px 15px;
}

.header_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: block;
}

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

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

.logo_franchise {
  margin-top: 6px;
}

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

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

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

@media screen and (min-width:768px), print {
  .home .header--vl {
    padding: 9px 32px 22px;
  }
  .home .header--vl .header_logo {
    flex-direction: column;
  }
  .home .header--vl .header_logo .logo {
    position: relative;
  }
  .home .header--vl .header_logo .logo::after {
    display: block;
    margin: 7px auto;
  }
}

/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/
.footer {
  background: #114795;
  padding: 30px 15px 0;
}
.footer * {
  box-sizing: border-box;
}

.footer_company {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.57;
  margin: 0 auto 10px;
  position: relative;
}
.footer_company strong {
  font-weight: 600;
}
.footer_company_inner {
  max-width: 858px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.footer_company_ttl {
  margin-top: 0 !important;
}

.footer_ad_links {
  margin: 16px 0 0;
}
.footer_ad_links a {
  color: #fff;
  font-weight: 500;
  background: transparent;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 12px 10px 12px;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.footer_left {
  margin: 0 0 24px 0;
  width: 100%;
  padding: 0;
  border: none;
}

.footer_right {
  width: 100%;
  border-left: 0;
  padding: 5px 0 20px;
}

.footer_bottom {
  padding: 0 0 20px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer_about {
  background: #fff;
  width: 100%;
  margin: 0 auto 35px;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  display: block;
  font-size: 2rem;
}
.footer_about_logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  padding: 12px 5px 0;
}
.footer_about_logo img {
  width: 186px;
}
.footer_about_logo span {
  margin-top: -3px;
  display: inline-block;
}
.footer_about_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.footer_about_ph {
  font-weight: bold;
  display: flex;
  margin-right: 0;
}
.footer_about_ph img {
  width: 184px;
}
.footer_about_ph span {
  margin-left: -2px;
  margin-top: 10px;
  font-size: 1.7rem;
}
.footer_about_text {
  flex: 1;
  letter-spacing: 0.05em;
  color: #000;
  padding: 0 15px 15px;
  font-size: 1.2rem;
}

.section-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 3rem;
  line-height: 1.33;
  color: #1f296a;
  position: relative;
  color: #167a63;
}
.section-title::before {
  content: "";
  display: block;
  background: url("../img/top/bg-title.png") no-repeat center center/100% auto;
  width: 193px;
  height: 193px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-title::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  background: #167b64;
  border-radius: 5px;
  margin: 12px auto 0;
}
.section-title span {
  position: relative;
}
.section-title--white {
  border-top-color: #fff;
  color: #fff;
}
.section-title--white::after {
  background: #fff;
}
.section-title--white::before {
  opacity: 0.6;
}
.section-title--white em {
  color: #ffe7a6;
}
.section-title__inner {
  display: block;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
.section-title__inner::after {
  content: "";
  width: 34px;
  height: 3px;
  display: block;
  position: absolute;
  background: #1f296a;
  transform: rotate(30deg);
  transform-origin: left top;
  bottom: 0;
  left: calc(50% - 18px);
}
.section-title__inner--white::after {
  background-color: #fff;
}

.section-title-medium {
  background: linear-gradient(90deg, #3588c3, #062a87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.9rem;
  text-align: center;
  margin: 0 0 35px;
}

.btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 12px 8px;
  padding-left: 70px;
  padding-right: 24px;
  width: -moz-max-content;
  width: max-content;
  min-height: 63px;
  background: #fe622a;
  border-radius: 999px;
  box-shadow: 0 4px 0 #cd3d0b;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 800;
  text-shadow: 0px 2px 0px rgba(205, 60, 9, 0.8);
}

.btn_appeal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fffb8d;
  color: #ff6229;
  text-shadow: none;
}

.btn_appeal-inner {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1;
}
.btn_appeal-inner em {
  font-style: normal;
  font-size: 2rem;
}

.btn_recommend {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0px 2px 0px rgba(205, 60, 9, 0.8);
}

.btn_main {
  letter-spacing: 0.15em;
}
.btn_main em {
  font-style: normal;
  font-size: 2rem;
  color: #fffb8d;
  text-shadow: 0px 2px 0px rgba(205, 60, 9, 0.8);
}

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

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

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

/* ---------------------------------------------------------
メインビジュアル
----------------------------------------------------------*/
.mv {
  position: relative;
  padding-top: 0;
  z-index: 2;
  margin-top: 57px;
  background: #eff5f7 url("../img/top/bg-hero.png") no-repeat center 35px/100% auto;
}
.mv_top {
  background: #f7f0db;
  color: #4b4225;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1;
  padding: 21px 10px;
}
@media screen and (max-width:767px) {
  .mv_top {
    padding: 20px;
    justify-content: center;
    display: flex;
  }
}
.mv_top ul {
  padding-left: 260px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .mv_top ul {
    gap: 12px 0;
    padding: 0;
    margin: 0 0 0 -75px;
  }
}
.mv_top ul li {
  background: url("../img/top/icon-hero-check.png") no-repeat left top/27px auto;
  padding-left: 47px;
}
@media screen and (max-width:767px) {
  .mv_top ul li {
    font-size: 1.5rem;
    background-size: 16px auto;
    padding-left: 20px;
    line-height: 1.3;
    background-position: left 2.5px;
  }
}
.mv_lower {
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.1;
  padding: 8px 0 9px;
  font-size: 2rem;
  box-sizing: border-box;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.mv_lower_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  flex-direction: column;
  gap: 5px 0;
  padding: 0;
  text-align: center;
}
.mv_lower_inner .text {
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  color: #062a87;
  font-weight: bold;
  font-size: 2.2rem;
  padding-top: 5px;
  margin-bottom: 15px;
}
.mv_lower_inner .text img {
  width: 348.5px;
  margin-bottom: 5px;
}
.mv_lower_inner .text small {
  font-size: 1.5rem;
}
.mv_lower_inner .text span {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
}
.mv_list {
  border-radius: 5px;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
  white-space: nowrap;
  font-size: 1.5rem;
}
.mv_list ul {
  gap: 6px;
  display: grid;
}
.mv_list li {
  font-weight: bold;
  background: #e98081 url("../img/top/icon-hero-check.png") no-repeat 14px center/21px auto;
  border-radius: 0 20px 20px 0;
  line-height: 1;
  padding: 8px 15px 7px 45px;
  color: #fff;
  font-size: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  box-sizing: border-box;
}
.mv_list li span {
  color: #fffb8d;
}
.mv_list li em {
  font-style: normal;
  font-size: 3.5rem;
  line-height: 0.7;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-top: -5px;
}

.mv_btn .caption {
  margin-bottom: 8px;
}
.mv_btn .caption img {
  width: 144.5px;
}

.mv_middle {
  padding-top: 3px;
  padding-bottom: 217px;
}
.mv_middle img {
  width: 100%;
  height: auto;
}

.mv_shop_slider {
  height: 209px;
  width: 100%;
  background: url("../img/top/pict-station.png") repeat-x 0 0/auto 100%;
  animation: bg-hero-slider 15s linear infinite;
  width: 100%;
  margin: 24px 0;
}
@keyframes bg-hero-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1122px 0;
  }
}

.mv_swiper {
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media screen and (max-width:767px) {
  .mv_swiper {
    width: 100%;
  }
}
.mv_swiper_box {
  height: 100%;
}

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

.slider_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.mv_wrapper {
  position: relative;
}

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

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

.mv_inner {
  margin: 0 auto;
  position: relative;
}

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

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

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

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

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

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

.recommend {
  padding-bottom: 10px;
}
.recommend__head {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.02em;
  background: linear-gradient(-90deg, rgb(214, 169, 194) 0%, rgb(116, 160, 212) 51%, rgb(18, 71, 149) 100%);
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  padding-bottom: 12px;
  box-sizing: border-box;
  margin: 0 0 25px;
}
.recommend__list {
  font-size: 2.1rem;
  font-weight: bold;
  color: #2b375d;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 34px;
  line-height: 1.3;
  display: grid;
  gap: 20px;
}
.recommend__list-item {
  background: url("../img/top/icon-check-reccomend.png") no-repeat left 4px/26.5px auto;
  padding-left: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.recommend__list-item-em {
  color: #ff8b89;
  font-weight: bold;
}
.recommend__illust {
  text-align: center;
}
.recommend__illust img {
  max-width: 375px;
}

.about-section {
  padding: 0 0 45px;
  text-align: center;
  z-index: 3;
}
.about-section__title {
  text-align: center;
  background: linear-gradient(-90deg, rgb(214, 169, 194) 0%, #6d9ad1 51%, rgb(18, 71, 149) 100%);
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 16px 5px;
  position: relative;
  margin-bottom: 45px;
}
.about-section__title::after {
  content: "";
  display: block;
  background: url("../img/top/bg-baloon-lower.png") no-repeat center bottom/100% auto;
  width: 45px;
  height: 22px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(100% - 1px);
}
.about-section__title small {
  font-size: 2rem;
}
.about-section__pict {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.about-section__pict img {
  width: 100%;
  box-sizing: border-box;
}
.about-section__body {
  text-align: left;
  color: #2b375d;
  padding: 0 20px 25px;
}
.about-section__body p {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
}
.about-section__body p span {
  font-weight: bold;
  background: linear-gradient(transparent 0.1em, #fffb8e 0.2em);
}
.about-section__body small {
  display: block;
  font-size: 1.1rem;
  margin: 10px 0 20px;
}
.about-section__lower-head {
  text-align: center;
  margin: 0 0 30px;
}
.about-section__lower-head img {
  width: 313px;
  height: auto;
}
.about-section__brand {
  height: 100px;
  background-image: url("../img/top/pict-about-logo.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  animation: bg-slider 40s linear infinite;
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4838px 0;
  }
}

.recommend-section {
  padding: 29px 15px 159px;
  background: url("../img/top/bg-recommend.jpg") no-repeat center bottom/cover;
}
.recommend-section__title {
  text-align: center;
  margin: 0 0 16px;
}
.recommend-section__title img {
  width: 321px;
}
.recommend-section__body {
  display: grid;
  gap: 29px;
}
.recommend-section__block {
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.recommend-section__block h3 {
  text-align: center;
  background: linear-gradient(90deg, #19437e 0%, #008b95 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 12px;
}
.recommend-section__block p {
  line-height: 1.625;
}
.recommend-section__block p span {
  font-weight: bold;
  background: linear-gradient(transparent 0.95em, #fef59e 0.2em);
}

.business-section {
  background: linear-gradient(#19437e 0%, #008b95 100%);
  padding: 42px 15px 49px;
}
.business-section__pict {
  text-align: center;
  margin: 20px 0;
}
.business-section__pict img {
  width: 345px;
}
.business-section__block {
  width: 345px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.73;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.business-section__block--upper {
  background-image: url("../img/top/bg-baloon-upper.png");
  height: 111px;
  padding-top: 20px;
}
.business-section__block--lower {
  background-image: url("../img/top/bg-baloon-lower.png");
  height: 122px;
  padding-top: 30px;
}

.service-section {
  background: #fff;
  padding: 70px 0 48px;
  position: relative;
  letter-spacing: 0.05em;
  font-family: "BIZ UDPGothic", serif;
  color: #583f2b;
}
.service-section::after {
  content: "";
  width: 100%;
  height: 37px;
  background: url("../img/top/pict-lower-white.png") no-repeat center bottom/cover;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
.service-section__list {
  display: grid;
  gap: 24px;
  padding: 0 20px;
}
.service-section__list li {
  position: relative;
  padding-left: 52px;
}
.service-section__list li span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ff941a;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.service-section__list li h3 {
  font-weight: bold;
  margin: 0 0 4px;
  font-size: 3rem;
  line-height: 1.4;
}
.service-section__list li p {
  font-size: 1.4rem;
  margin: 0;
  letter-spacing: -0.02em;
}

.page-upper {
  background: url("../img/top/bg-upper.png") no-repeat center 40px/100% auto;
}

.reason-section {
  padding: 15px 0 0;
  position: relative;
}
.reason-section__inner {
  max-width: 1028px;
  margin: 0 auto;
}
.reason-section__title {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  padding: 15px 0;
}
.reason-section__title::before {
  content: "";
  display: block;
  background: linear-gradient(-90deg, #06328c 0%, #3082bf);
  height: 110%;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
}
.reason-section__title-lead {
  font-size: 2.3rem;
  background: #fff;
  color: #1c3f94;
  display: block;
  padding: 0.3rem 15px 0.4rem;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -5px;
}
.reason-section__title-lead span {
  background: linear-gradient(270deg, #3588c3, #062a87);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reason-section__title-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.reason-section__title-title samll {
  font-size: 2.5rem;
}
.reason-section__lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 23px;
}
.reason-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.reason-section__list * {
  box-sizing: border-box;
}
.reason-section__list-header {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-bottom: 17px;
}
.reason-section__list-title {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.reason-section__list-ph {
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.reason-section__list-ph-element {
  flex: 1;
}
.reason-section__list-element:nth-of-type(even) .reason-section__list-ph-elemnt {
  order: -1;
}
.reason-section__list-num {
  padding: 0 15px;
  box-sizing: border-box;
}
.reason-section__list-num img {
  height: 77px;
  width: auto;
  max-width: none;
}
.reason-section__list-name {
  font-weight: bold;
  font-size: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 23px;
  border-bottom: 3px solid #167b64;
  padding-bottom: 10px;
}
.reason-section__list-content {
  padding: 0 15px;
}
.reason-section__list-content::before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  bottom: calc(100% - 2px);
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.reason-section__list-content h3 {
  position: relative;
  line-height: 1.4;
  font-size: 2.4rem;
  background: linear-gradient(-176deg, rgb(231, 181, 180) 0%, rgb(248, 147, 146) 100%);
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  padding: 2px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
.reason-section__list-content h3 span {
  color: #ffe7a6;
}
.reason-section__list-content p {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: bold;
}
.reason-section__list-content p span {
  font-weight: bold;
  background: linear-gradient(transparent 0.1em, #fef59e 0.2em);
}
.reason-section__list-content p small {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}
.reason-section__list-content-hide {
  display: none;
}
.reason-section__list-content-button {
  margin-top: 15px;
}
.reason-section__list-content-button button {
  width: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #167b64;
  border-radius: 4px;
  background: #ddf2ee;
  color: #167b64;
  font-weight: 600;
  padding: 2px 5px;
}
.reason-section__list-content-button button .close {
  display: none;
}
.reason-section__list-content-button button span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.reason-section__list-content-button button span::before, .reason-section__list-content-button button span::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #167b64;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -1px;
}
.reason-section__list-content-button button span::before {
  transform: rotate(90deg);
}
.reason-section__list-content-button button.active .open {
  display: none;
}
.reason-section__list-content-button button.active .close {
  display: block;
}
.reason-section__list-content-button button.active .close::before {
  transform: rotate(-45deg);
}
.reason-section__list-content-button button.active .close::after {
  transform: rotate(45deg);
}
.reason-section__list-lower {
  text-align: center;
  margin-top: -5px;
}
.reason-section__list-lower img {
  width: 175px;
}
.reason-section__lower {
  text-align: center;
  margin-top: 46px;
  padding: 0 5px;
}
.reason-section__lower p {
  margin-bottom: 35px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
}
.reason-section__lower p span {
  font-weight: bold;
  color: #e95a34;
  font-size: 2rem;
  background: linear-gradient(transparent 0.95em, #fef59e 0.2em);
}
.reason-section__lower p:last-child {
  margin-bottom: 28px;
}
.reason-section__lower img {
  width: 293.5px;
}
.reason-section__button {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.why-section {
  background: #63371d;
  position: relative;
  padding: 62px 20px 27px;
}
.why-section::after {
  content: "";
  width: 100%;
  height: 34px;
  background: #63371d;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 2;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.why-section__body p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}
.why-section__body p span {
  color: #FFD51A;
  font-weight: bold;
}

.sales-section {
  padding: 0 15px 32px;
  position: relative;
  overflow: hidden;
}
.sales-section__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.sales-section__bl {
  position: relative;
  background: #fefda3;
  border-radius: 15px;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  padding: 6px 5px 10px;
  margin-top: 40px;
}
.sales-section__bl em {
  font-style: normal;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.03em;
  color: #e95a34;
  font-size: 5rem;
}
.sales-section__bl span {
  color: #e95a34;
}
.sales-section__bl::before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  bottom: calc(100% - 2px);
  background: #fefda3;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.sales-section__lead {
  color: #1c3a70;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.54;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}
.sales-section__lead::before, .sales-section__lead::after {
  height: 94px;
  width: 2px;
  display: block;
  content: "";
  background: currentColor;
  position: absolute;
  bottom: 0;
}
.sales-section__lead::before {
  transform: rotate(-12deg);
  left: -25px;
}
.sales-section__lead::after {
  transform: rotate(12deg);
  right: -25px;
}
.sales-section__image {
  text-align: center;
  background: #fff;
  box-shadow: 4px 0 27px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 17px;
}
.sales-section__image img {
  width: 345px;
}
.sales-section__caption {
  font-size: 0.9rem;
  font-weight: 500;
}
.sales-section__list {
  padding: 0 20px;
}
.sales-section__list-element {
  border-radius: 15px;
  background: #fff;
  text-align: center;
  padding: 27px 23px 11px;
  box-sizing: border-box;
}
.sales-section__list-name {
  background: #383838;
  padding: 0px 8px;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 auto;
  color: #ebea68;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 5px;
}
.sales-section__list-name span {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 0.8;
  padding-left: 5px;
  padding-top: 1px;
  padding-top: 3px;
}
.sales-section__list-price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 8px;
  border-bottom: 1px dashed #656565;
}
.sales-section__list-price-head {
  color: #000;
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 1px;
}
.sales-section__list-price-content {
  display: flex;
  align-items: flex-end;
  font-family: "Roboto", sans-serif;
  line-height: 1.65;
  color: #000;
  line-height: 1;
}
.sales-section__list-price-content span {
  line-height: 0.7;
  font-size: 6.8rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #e95a34;
  margin-right: 4px;
  min-width: 1.5em;
  text-align: right;
}
.sales-section__list-price-content small {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.sales-section__list-pict {
  text-align: center;
}
.sales-section__list-pict img {
  max-width: 300px;
}
.sales-section__list-text {
  font-weight: bold;
  margin: 30px 0 30px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.sales-section__list-image {
  text-align: center;
}
.sales-section__list-image img {
  max-width: 345px;
}
.sales-section__list-ben {
  background: #ffe7a6;
  color: #1f296a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 4px;
}
.sales-section__list-ben span {
  font-family: "Oswald", sans-serif;
  color: #ff3c2e;
  font-size: 3rem;
  position: relative;
  top: 2px;
  margin: 0 2px;
}
.sales-section__list-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}
.sales-section__lower {
  margin-top: 40px;
  font-family: "BIZ UDPGothic", sans-serif;
}
.sales-section__lower-head {
  background: url("../img/top/bg-cta-head.png") no-repeat center center/306px auto;
  line-height: 1.3;
  font-weight: bold;
  color: #1f296a;
  font-size: 3rem;
  margin-bottom: 20px;
}
.sales-section__lower-head span {
  color: #ff8200;
}
.sales-section__lower-body {
  gap: 24px;
  text-align: center;
}
.sales-section__lower-body img {
  width: 343px;
}
.sales-section__lower-block {
  display: flex;
  align-items: center;
  gap: 0 9px;
  text-align: left;
}
.sales-section__lower-block-ph {
  width: 82px;
}
.sales-section__lower-block-name {
  font-weight: bold;
  color: #1f296a;
  font-size: 1.8rem;
  margin-bottom: 4px;
}
.sales-section__lower-block-name small {
  font-size: 1.4rem;
}
.sales-section__lower-block-element {
  display: flex;
  gap: 6px;
}
.sales-section__lower-block-element small {
  background: #1f296a;
  color: #fff;
  width: 29px;
  height: 43px;
  line-height: 1.1;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-section__lower-block-element span {
  font-weight: bold;
  color: #ff3c2e;
}
.sales-section__lower-caption {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 12px;
}

.sales-swiper {
  position: relative;
}
.sales-swiper__element {
  width: 100%;
}
.sales-swiper .swiper-pagination {
  bottom: 2px !important;
}
.sales-swiper .sales-swiper__body {
  overflow: visible;
  padding-bottom: 46px;
}
.knowhow_area {
  background: #f5f5f5;
}
.knowhow_area .wrapper {
  max-width: 1206px;
}

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

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

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

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

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

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

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

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

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

.th_black {
  background: #484847 !important;
}

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

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

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

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

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

.page-lower {
  background: url("../img/top/bg-voice.png") no-repeat center top/cover;
  padding-top: 80px;
}

.voice-section {
  position: relative;
  color: #2b375d;
}
.voice-section__lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 40px;
  padding-top: 5px;
}
.voice-section__body {
  padding: 34px 0px 0;
}
.voice-section__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.voice-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 35px;
}
.voice-section__block {
  padding: 0 15px;
}
.voice-section__block-inner {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.8);
}
.voice-section__block-body {
  border: 1px solid #7e7d36;
  padding: 30px 25px;
  height: 100%;
}
.voice-section__block-header {
  position: relative;
  margin-bottom: 25px;
  padding-top: 15px;
}
.voice-section__block-content p {
  line-height: 2;
  font-size: 1.6rem;
}
.voice-section__block-content p span {
  color: #b70614;
}
.voice-section__ph {
  text-align: center;
  margin-bottom: 24px;
}
.voice-section__ph img {
  width: 140px;
}
.voice-section__header {
  gap: 20px;
  background: linear-gradient(90deg, #19437e 0%, #008b95 100%);
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding: 16px 5px;
}
.voice-section__header small {
  display: block;
  font-size: 2rem;
}
.voice-section__image {
  width: 143px;
}
.voice-section__body p span {
  background: linear-gradient(transparent 0.1em, #fffb8e 0.2em);
  font-weight: bold;
}
.voice-section__content {
  padding: 20px 12px 20px;
  position: relative;
}
.voice-section__content::before {
  content: "";
  display: block;
  background: url("../img/top/ttl-message.png") no-repeat center center/100% auto;
  width: 163px;
  height: 27px;
  position: absolute;
  left: 10px;
  top: -15px;
}
.voice-section__content p {
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 500;
}
.voice-section__content p:not(:last-child) {
  margin: 0 0 20px;
}
.voice-section__name {
  font-weight: 600;
  line-height: 1.4;
  font-size: 2.4rem;
  color: #1f296a;
  line-height: 1.3;
  margin-bottom: 9px;
}
.voice-section__name small {
  font-weight: bold;
  font-size: 1.5rem;
  color: #444;
  display: block;
  position: relative;
  padding-left: 9px;
}
.voice-section__name small::before {
  content: "";
  height: 1em;
  width: 2px;
  background: linear-gradient(1.1deg, #CDA15B 10.26%, #FFD86C 99.96%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.voice-section__name span {
  color: #cd0e00;
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
}
.voice-section__content-name {
  text-align: right;
  line-height: 1.4;
  margin-bottom: 25px;
}
.voice-section__content-name small {
  font-size: 1.5rem;
  font-weight: bold;
}
.voice-section__content-name span {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
}
.voice-section__content-image {
  margin: 0 -27px;
}
.voice-section__block-header--r .voice-section__name {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.voice-section__caption {
  background: #ff8200;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 4px;
}
.voice-section__btn {
  display: flex;
  justify-content: center;
}

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

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

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

.flow_area {
  padding: 47px 0 75px;
  position: relative;
  overflow: hidden;
  background: #e6edf3;
}
.flow_area .scroll-hint-icon {
  top: calc(50% - 39px);
  width: 90px;
  left: calc(50% - 45px);
}
.flow_area .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  background: rgba(0, 0, 0, 0.4);
}
.flow_area_inner {
  padding: 0 20px;
}
.flow_area_title {
  text-align: center;
  margin: 0 0 20px;
}
.flow_area_title img {
  width: 246.5px;
}
.flow_area * {
  box-sizing: border-box;
}
.flow_area .wrapper {
  width: 1015px;
}

.flow_list_wrapper {
  margin-top: -15px;
}

.flow_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 1320px;
}
.flow_list .flow_list-element {
  position: relative;
  text-align: center;
  width: 156px;
  background: #fff;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 4px 6px 0px 2px rgba(235, 221, 155, 0.28);
}
@media screen and (max-width:767px) {
  .flow_list .flow_list-element {
    align-items: center;
    width: 120px;
  }
  .flow_list .flow_list-element:last-child {
    margin-right: 0;
  }
}
.flow_list .flow_list-element::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  width: 12px;
  height: 18px;
  background: url("../img/top/icon-flow-ar.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: calc(100% + 22px);
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:767px) {
  .flow_list .flow_list-element::after {
    left: calc(100% + 13px);
  }
}
.flow_list li:last-child .flow_list-element::after {
  display: none;
}
.flow_list_step {
  position: absolute;
  background: #f5d13a;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  top: -7%;
  left: -7%;
  width: 36px;
}
@media screen and (max-width:767px) {
  .flow_list_step {
    font-size: 1.4rem;
    width: 29px;
    height: 29px;
  }
}
.flow_list_text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-top: 8px;
}
@media screen and (max-width:767px) {
  .flow_list_text {
    font-size: 1.4rem;
    white-space: nowrap;
    height: 67px;
  }
}
.flow_content {
  padding: 28px 15px 65px;
  background: url("../img/top/bg-cta.jpg") no-repeat center top/cover;
}
.flow_content_head {
  color: #1c3a70;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.flow_content_head small {
  font-size: 1.7rem;
}
.flow_content_head::before, .flow_content_head::after {
  height: 94px;
  width: 2px;
  display: block;
  content: "";
  background: currentColor;
  position: absolute;
  bottom: 0;
}
.flow_content_head::before {
  transform: rotate(-12deg);
  left: -15px;
}
.flow_content_head::after {
  transform: rotate(12deg);
  right: -15px;
}
.flow_content_element {
  margin: 0 auto 0;
  text-align: center;
  border-radius: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}
.flow_content_body {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.flow_content_pict {
  width: 315px;
  margin: 0 auto;
}
.flow_content_list {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.flow_content_list li {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  background: url("../img/top/icon-check.png") no-repeat left center/21px auto;
  padding-left: 37px;
  margin-bottom: 11px;
  line-height: 1.4;
  color: #fff;
}
.flow_content_list li span {
  color: #ffe7a6;
}
.flow_content_list li:last-child {
  margin-bottom: 0;
}

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

.concerns-section {
  background: #fff;
  padding: 0 0 82px;
  margin-top: -20px;
}
.concerns-section__inner {
  max-width: 640px;
  margin: 0 auto;
}
.concerns-section__head {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  padding: 15px 0;
}
.concerns-section__head::before {
  content: "";
  display: block;
  background: linear-gradient(-90deg, rgb(214, 169, 194) 0%, rgb(116, 160, 212) 51%, rgb(18, 71, 149) 100%);
  height: 110%;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
}
.concerns-section__head-lead {
  font-size: 1.8rem;
  background: #fff;
  color: #1c3f94;
  display: inline-block;
  padding: 0.2rem 25px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
}
.concerns-section__head-title {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.concerns-section__head-title samll {
  font-size: 2.5rem;
}
.concerns-section__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
.concerns-section__list-item {
  display: flex;
  align-items: flex-start;
  background: url("../img/top/icon-cta-check.svg") no-repeat 15px center/34px auto, url("../img/top/bg-cta.png") repeat center center/9px auto;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 25px 0px rgba(137, 145, 158, 0.3);
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 65px;
  color: #2b375d;
  min-height: 71px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
}
.concerns-section__list-item-text {
  display: block;
}
.concerns-section__list-item-em {
  color: #ff8b89;
  font-weight: bold;
}

.request {
  position: relative;
  padding-bottom: 0;
  background: #e6edf3;
  padding: 0 15px 30px;
}

.request_title {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background: #0b378f;
  line-height: 1.4;
  padding: 15px 5px 17px;
  border-radius: 10px;
  margin-bottom: -52px;
  box-shadow: 0 0px 25px 0px rgba(137, 145, 158, 0.03);
  color: #fff;
  top: -50px;
}
.request_title::after {
  content: "";
  display: block;
  width: 25px;
  height: 14px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #0b378f;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(100% - 1px);
}
.request_title small {
  color: #fff;
  display: block;
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.request_title span {
  display: block;
  font-weight: 700;
  font-size: 2.1rem;
}

.request_head {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00285f;
  line-height: 1.4;
  position: relative;
  font-size: 2.35rem;
  font-weight: bold;
}
.request_head span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  background: #cf9d32;
  border-radius: 50px;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.request_head span em {
  font-style: normal;
  color: #f6f546;
}

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

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

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

@media screen and (max-width: 768px) {
  .request_title-em {
    font-size: 1.8rem;
  }
}
.request_note {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #000;
  font-weight: 500;
}

.request_note-mail {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
}

.request_note-supp {
  display: block;
  font-size: 1.5rem;
}

.request_panel {
  box-sizing: border-box;
  max-width: 858px;
  padding: 24px 15px 20px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 25px;
  background: #fff;
}

.request_appeal {
  text-align: center;
}
.request_appeal img {
  width: 212px;
}

.request_appeal-em {
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
  color: #f60;
  line-height: 1;
}
.request_appeal-em strong {
  font-size: 3.9rem;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  height: 20px;
  display: inline-block;
  top: -14px;
}
.request_appeal-em small {
  font-size: 1.6rem;
}

.request_require-note {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 16px;
}
.request_require-note span {
  color: #ff433b;
}

.request_form {
  margin-top: 4px;
}

.form .form-text,
.form .form-textarea {
  box-sizing: border-box;
  height: 52px;
  padding: 14px;
  background-color: #f5f5f4;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  font-size: 1.6rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.form .form-select {
  box-sizing: border-box;
  padding: 14px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  background: #fff;
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  box-shadow: none;
  font-size: 1.5rem;
  height: 52px;
  border: 2px solid #134696;
}

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

.form .form-zip-btn {
  padding: 16px 24px;
  background: none;
  border: 2px solid #134696;
  border-radius: 5px;
  color: #134696;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 30px;
  line-height: 1.1428571429;
  cursor: pointer;
  background: #fff;
}

.form .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  margin-top: 7px;
}

.form_item {
  align-items: center;
  gap: 16px;
}

.form_item:not(:first-child) {
  margin-top: 20px;
}

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

.form_item--has-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.form_item--has-btn .form_title {
  width: 100%;
}

.form_item--has-btn .wpcf7-form-control-wrap {
  flex: none;
  width: 100%;
}

.form_item--has-btn .form-zip-btn {
  margin-top: 10px;
  margin-left: 0;
}

.form_item--left {
  float: left;
  width: 50%;
}

.form_item--left {
  float: none;
  width: auto;
}

.form_item--right {
  box-sizing: border-box;
}

.form_title {
  display: block;
  text-align: right;
  width: auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}

.form_title--long {
  letter-spacing: -0.1em;
}

.form_required {
  color: #E42D2D;
}

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

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

.form .form_item--select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  height: 9px;
  top: 23px;
  width: 10px;
  background: url("../img/top/icon-select.png") no-repeat;
  background-size: 100% auto;
}

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

.form .form_item--radio .wpcf7-radio {
  width: auto;
  margin-top: 0;
  margin-left: 0;
}

.form .form_item--radio .wpcf7-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

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

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

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

.form .form_item--radio .wpcf7-list-item {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form .form_item--radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}

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

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

.form .form_item--checkbox .wpcf7-checkbox {
  margin-top: 0;
  margin-left: 0;
}

.form .form_item--checkbox .wpcf7-checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

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

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

.form .form_item--checkbox .wpcf7-list-item {
  display: block;
  margin-top: 12px;
  margin-left: 0;
}

.form .form_item--checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  line-height: 1.7857142857;
  cursor: pointer;
  padding-left: 27px;
  font-size: 1.2em;
}

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

.form .form_item--checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-60%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  cursor: pointer;
}

.form .form_item--optional:not(._) {
  margin-top: 20px;
  text-align: center;
}

.form .form_item--optional:not(._) .wpcf7-list-item {
  display: flex;
  justify-content: center;
}

.form .form_item--optional:not(._) .wpcf7-list-item-label {
  color: #5E544E;
  text-align: left;
  font-size: 1.2rem;
}

.form .invalid {
  background-color: #FFA4A4;
}

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

.form_note {
  margin-top: 8px;
  margin-left: 0;
  color: #5E544E;
  font-size: 1.3rem;
  line-height: 1.5;
}

.form_privacy-policy-wrap {
  margin-top: 20px;
  text-align: center;
}
.form_privacy-policy-wrap a {
  color: #1340a4;
  text-decoration: underline;
  cursor: pointer;
}

.form_privacy-policy {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.form_submit-wrap {
  margin-top: 12px;
  text-align: center;
}

.form_submit {
  position: relative;
  width: 284px;
  padding-top: 10px;
  padding-bottom: 12px;
  outline: none;
  border: none;
  border-radius: 52px;
  background-color: #134795;
  color: #fff;
  box-shadow: 0px 3px 0px 0px #0d346e;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.form_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url("../img/top/icon-submit.png") no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 12px;
}

.clear-fix {
  clear: both;
}

.form-calender {
  width: 100%;
}

.request-confirm {
  width: 100%;
  border: 2px solid #c78f1c;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.request-confirm::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("../img/top/form-d.png") no-repeat center top/cover;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}
.request-confirm .request-confirm__title {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  color: #c88e1a;
  font-weight: bold;
  padding-top: 5px;
}
.request-confirm #requestDateTime {
  margin: 0;
  width: 100%;
  background: transparent;
  padding: 0 15px;
  box-sizing: border-box;
  outline: none;
}
.request-confirm .request-confirm__content {
  margin: 0;
  display: block !important;
  width: 100%;
}
.request-confirm .wpcf7-form-control-wrap {
  margin-top: 0;
}

.calendar {
  border-color: #fff;
}
.calendar thead th {
  font-size: 1.1rem;
  font-weight: 500;
}
.calendar th {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1rem;
}
.calendar th,
.calendar td {
  border-color: #fff;
  border-width: 3px;
}
.calendar td label {
  border: 1px solid #134696;
  color: #134696;
  box-sizing: border-box;
  font-size: 1rem;
  border-radius: 3px;
  font-weight: bold;
  line-height: 23px;
}
.calendar td.datetime-selected {
  background: transparent;
}
.calendar td.datetime-selected label {
  background: #c78f19;
  border-color: #c78f19;
  color: #fff;
}

.calendar-button {
  font-size: 1.2rem;
  border-radius: 40px;
  padding: 3px 10px;
  font-weight: 500;
  border-width: 1px;
  background: #f2f2f4;
}
.calendar-button.calendar-button--active {
  background: #003d8d;
  color: #fff;
  border-color: #003d8d;
}

.form-calender__top {
  display: block;
}

.form-calender__description {
  margin-left: 0;
}

.thanks-page .page-wrapper {
  background: #fff;
}
.thanks-page .header_right {
  display: none;
}
.thanks-page .header {
  background: #fff;
  box-shadow: none;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.thanks-page__logo {
  text-align: center;
  margin-bottom: 25px;
  display: none;
}
.thanks-page__logo img {
  width: 340px;
}

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

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

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

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

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

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

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

.thanks-page__inner .line__wrapper .left-part .text-img {
  margin-bottom: 15px;
  margin-left: 0;
}

.thanks-page__inner .line__wrapper .left-part .text {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #06c755;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thanks-page__inner {
  padding: 70px 20px 40px;
}

.thanks-page__inner .card {
  padding: 8px 0 20px;
}

.thanks-page__inner .card h3 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 50px;
}

.thanks-page__inner .card p {
  padding: 0 7px 0 15px;
  font-size: 15px;
  letter-spacing: -0.05em;
}

.thanks-page__inner .card .bold-text {
  margin-bottom: 3px;
  font-size: 15px;
  padding: 0 43px 0 51px;
  line-height: 25px;
}

.thanks-page__inner .line__wrapper {
  flex-direction: column;
}

.thanks-page__inner .line__wrapper .left-part {
  margin-right: unset;
  max-width: unset;
  width: 100%;
  margin-bottom: 13px;
}

.thanks-page__inner .line__wrapper .left-part img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-bottom: 9px;
}

.thanks-page__inner .line__wrapper .left-part .line__flow {
  display: none;
}

.thanks-page__inner .line__wrapper .left-part p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.03em;
  margin-bottom: unset;
}

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

.thanks-page__inner .line__wrapper .right-part.--sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #fffbcd;
  border-radius: 10px;
  padding: 25px 14px 20px;
  width: 92%;
  background: #fffbcd;
}

.thanks-page__inner .line__wrapper .right-part .text__wrapper p {
  color: #cd281d;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: bold;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-link {
  height: 58px;
  text-decoration: none;
  display: block;
  width: 273px;
  margin: 0 auto;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-link .line-link__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 19px;
  background: linear-gradient(180deg, #06c755 0%, #06c755 50%, #06d65b 50%, #06d65b 100%);
  filter: drop-shadow(2px 2px 0px #047526);
  border-radius: 10px;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-link .line-link__inner p {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.03em;
  margin-left: 8px;
  color: white;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-id {
  margin-top: 19px;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper {
  position: relative;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-id {
  width: 100%;
  padding: 0 14px 0 5px;
  border: unset;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper .circle {
  background: #00c6d3;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper .circle p {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: white;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__text {
  width: 100%;
  border: 3px solid #00c6d3;
  box-sizing: border-box;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line__flow {
  margin-top: 9px;
}

.thanks-page__inner .line__wrapper .right-part.--sp .line__flow p {
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  color: #00c6d3;
  letter-spacing: 0.04em;
}

body.thanks .fix_cv:not(.--thanks) {
  display: none;
}

.thanks-page__inner .fix_cv.--thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.2));
  padding-top: 11px;
}

.wrapper {
  max-width: 1000px;
}

.section_title {
  margin-top: 0;
}

.thanks_box {
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .thanks_box {
    margin-top: 20px;
    padding: 30px 5%;
  }
}
.thanks_box h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3d3d3d;
}
@media screen and (max-width:767px) {
  .thanks_box h3 {
    font-size: 1.8rem;
  }
}
.thanks_box p {
  margin-top: 20px;
}
.thanks_box a {
  display: inline-block;
  margin-top: 20px;
  color: #bb7d05;
  text-decoration: underline;
}
.thanks_box a:hover {
  text-decoration: none;
}

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

.thanks-page__line-btn {
  position: fixed;
  background: #fff;
  padding: 10px 5px 5px 10px;
  bottom: 0;
  z-index: 5;
  text-align: center;
  width: 100%;
  left: 0;
}
.thanks-page__line-btn img {
  max-width: 357px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #privacy_modal .modal_inner {
    padding: 50px 12px !important;
    width: 85% !important;
  }
  #privacy_modal .modal_inner .upper .close-btn {
    padding: 7px 20px;
  }
}
.swiper-content .swiper-button-prev,
.swiper-content .swiper-button-next {
  width: 22px;
  height: 169px;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.5) url("../img/top/icon-slider-left.png") no-repeat 43% center;
  background-size: 12px auto;
  border-radius: 0;
  margin-top: -18px;
}
.swiper-content .swiper-button-prev.swiper-button-disabled,
.swiper-content .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-content .swiper-button-prev:after,
.swiper-content .swiper-button-next:after {
  display: none;
}
.swiper-content .swiper-button-next {
  left: auto;
  right: -15px;
  background: rgba(0, 0, 0, 0.5) url("../img/top/icon-slider-right.png") no-repeat 48% center;
  background-size: 12px auto;
  border-radius: 0;
}
.swiper-content .swiper-button-next:after {
  display: none;
}
.swiper-content .swiper-pagination {
  width: 100%;
  bottom: 8px;
}
.swiper-content .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  opacity: 0.5;
  border-radius: 50%;
  background: #fff;
}
.swiper-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-content .swiper-pagination-voice span {
  background: #fff;
}

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

.swiper-button-voice-next {
  right: 0 !important;
}

.voice-swiper__element--01 {
  text-align: right;
}
.voice-swiper__element--01 img {
  width: auto;
}
.voice-swiper__element--02 {
  text-align: left;
}
.voice-swiper__element--02 img {
  width: auto;
}

.voice-swiper__body {
  overflow: visible;
}/*# sourceMappingURL=style.css.map */