@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: #000;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  min-width: 1080px;
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}

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

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

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

ol,
li {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

.overflow {
  overflow: hidden;
}



/* ---------------------------------------------------------
ボタン
----------------------------------------------------------*/

.button {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem 0.75rem .75rem;
  background-color: #00b900;
  border-radius: 9999px;
  box-shadow: inset 0 -20px 23px rgba(2, 169, 27, 0.7);
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
  position: relative;
}

.button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
      left: 0;
    box-shadow: 0 3.64px 18.18px rgba(0, 0, 0, .25);
    border-radius: 9999px;
}

.button_header {
  padding: 0.2rem 1rem .2rem .6rem;
}

.button_header .button__label {
  padding: .8rem;
}

.button_header .button__cta {
  font-size: 2.1rem;
}

.button_header .button__textSmall, .button_header .button__textLarge {
  font-size: 1.6rem;
}

.button_header .button__caption {
  font-size: 1.2rem;
  line-height: 1;
      letter-spacing: 0;
}

.button_header .button__main {
  font-size: 2.1rem;
  font-weight: 700;
    margin-top: .7rem;
}

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

.button__label {
  background-color: #fff200;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  padding: 0.8rem;
  margin-right: 0.75rem;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
.button__label {
    margin-right: 1rem;
}
}

.button__textSmall {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}

.button__textLarge {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
}

.button__main {
  text-align: left;
  margin-right: 0.5rem;
  flex: 1;
}

.button__caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width:767px) {
.button__caption {
  line-height: 1.2;
  font-size: 1.3rem;
}
}

.button_regular {
  /* width: 34rem; */
  margin-inline: auto;
  max-width: 34rem;
  padding: 0.5rem 1.5rem 0.5rem .75rem;
}
  @media screen and (max-width:767px) {
.button_regular {
  max-width: none;
}
}

.button_regular .button__textSmall {
  font-size: 1.6rem;
  line-height: 1.25;
}

.button_regular .button__label {
  width: 5.4rem;
  height: 5.4rem;
}

.button_regular .button__caption {
    font-size: 1.25rem;
    line-height: 1;
}

.button_regular .button__textLarge {
    font-size: 1.6rem;
}

.button__cta {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff200;
}

.button_regular .button__cta {
    font-size: 2.3rem;
}

@media screen and (max-width:767px) {
.button_regular .button__textSmall {
    line-height: 1.4;
}}

.button_regular .button__main {
    font-size: 2.3rem;
    font-weight: 700;
    margin-top: .7rem;
}
@media screen and (max-width:767px) {
.button_regular .button__main {
    margin-top: .25rem;
}
}

.button__arrow {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.button__regular {
  max-width: 39.1rem;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  margin-inline: auto;
}

.button_floating {
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}

.button_floating .button__cta {
  font-size: 2.3rem;
}

.hero_btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-inline: 18px;
}

.hero_btn .button__textSmall,.hero_btn .button__textLarge {
  font-size: 1.8rem;
}

/* .hero_btn .button__label {
  width: 5.6rem;
  padding: 0;
} */

.hero_btn .button__cta {
  display: inline-block;
}

.hero_btn .button__main {
    font-size: 2.3rem;
}


/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
.header {
  /* height: 70px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
    padding-block: .5rem;
}
@media screen and (max-width:767px) {
  .header {
    padding: 0;
    /* display: block; */
    /* height: 60px; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1rem 2rem;
  }
}

.header_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.header_left {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 20px;
}
@media screen and (max-width:767px) {
  .header_left {
    padding: 0;
    justify-content: space-between;
    width: 100%;
    /* height: 93px; */
  }
}
@media screen and (max-width:767px) {
  .header_left > div {
    width: 100%;
    padding: 0;
  }
}
.header_left a {
  transition: ease all 0.3s;
}
.header_left a:hover {
  opacity: 0.7;
}
.header_left .logo {
  display: block;
  border-top: none;
  background: #fff;
}
.header_left .logo img {
  width: 350px;

}
@media screen and (max-width:767px) {
  .header_left .logo img {
    /* max-width: 350px; */
    width: 100%;
  }
}
.header_left .logo_franchise img {
  width: 156px;
}
@media screen and (max-width:767px) {
  .header_left .logo_franchise img {
    width: 122px;
  }
}
.header_left div {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width:767px) {
  .header_left div {
    display: block;
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    /* height: 93px; */
  }
}
.header_left div p {
  line-height: 1;
}
@media screen and (max-width:767px) {
  .header_left div p img {
    height: 9px;
    width: 9px;
  }
}

.header_left > div {
/* 	width: 20.4375rem; */
	display: flex;
	align-items: center;
    gap: 1rem;
}

.header_left > div img {
/* 	width: 20.4375rem; */
	height: auto;
}

.header_left > div img:first-child {
	width: 14rem;
}
@media screen and (max-width:767px) {
.header_left > div img:first-child {
	width: 12rem;
}
}

.header_left > div img:nth-child(2) {
	width: 1.5rem;
}

.header_left > div img:last-child {
	width: 12rem;
}
@media screen and (max-width:767px) {
.header_left > div img:last-child {
	width: 12rem;
}
}

.header_left h1 {
  margin: 1px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .header_left h1 {
    display: none;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.03em;
    padding-bottom: 3px;
  }
}

.logo_franchise {
  margin-top: 3px;
}

.header_right {
  height: 100%;
  margin-top: 3px;
}
.header_right .header_btn {
  width: 231px;
  height: 100%;
  background-size: cover;
  transition: 300ms;
  text-align: center;
  border-radius: 0;
  color: #25a061;
  border: none;
  box-shadow: none;
}
.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;
}

/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/
.footer {
  background: #000;
  padding-top: 33px;
}
@media screen and (max-width:767px) {
  .footer {
    padding: 36px 23px 0;
  }
}
.footer * {
  box-sizing: border-box;
}

.footer_company {
  display: flex;
  justify-content: space-between;
  padding: 0 0 4rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .footer_company {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 24px;
  }
}
.footer_company_inner {
  max-width: 880px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .footer_company_inner {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .footer_left {
    margin: 0 0 24px 0;
    width: 100%;
    padding: 0;
    border: none;
  }
}

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

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

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

.footer_ad_links {
  color: #fff;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 220px;
  padding: 5px 25px 6px;
  text-decoration: none;
  position: relative;
}
.footer_ad_links a {
  color: #fff;
}
@media screen and (max-width:767px) {
  .footer_ad_links {
    padding: 5px 30px !important;
    width: 280px;
  }
}
.footer_ad_links::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  right: 10px;
  top: 30%;
}
@media screen and (max-width:767px) {
  .footer_ad_links::after {
    top: 40%;
  }
}

.footer__container{
	margin: 0 auto;
  max-width: 880px;
  /* max-width: 860px; */
  /* max-width: 53.75rem; */
	position: relative;
}
.footer__about-ikuraya{
	font-family: "Roboto", sans-serif;
	color: #fff;
  /* margin-top: 3.375rem; */
  /* font-size: 14px; */
	font-size: 1.3rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer__about-ikuraya {
    font-size: 1.4rem;
    /* margin-top: 1rem; */
  }
}


.title_center {
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}

.section_title {
  font-size: 2.6rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .section_title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.section_title_element {
  margin: 0 0 36px;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 4px 0 rgba(0, 0, 0, .25);
}
@media screen and (max-width:767px) {
  .section_title_element {
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1.3;
  }
}

.voice_area .section_title_element span {
  text-shadow: none;
}
.section_title_element span {
  /* color: #362804; */
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .section_title_element span {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}

span.section_title_element_small {
  font-size: 2.8rem;
}
@media screen and (max-width:767px) {
span.section_title_element_small {
  font-size: 2.4rem;
  line-height: 1.6;
}
}


.title_text {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 900;
  margin: -25px 0 25px;
  font-family: "Hiragino Sans", sans-serif;
}
@media screen and (max-width:767px) {
  .title_text {
    margin-top: -10px;
    margin-bottom: 40px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.btn {
  display: block;
  position: relative;
  overflow: hidden;
  transition: ease all 0.3s;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  color: #25a061;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}
@media screen and (max-width:767px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn span {
  display: block;
  position: relative;
  font-weight: bold;
}
.btn span::before {
  content: "";
  background: url("../img/top/icon-ar-btn.svg") no-repeat;
  display: block;
  width: 19px;
  height: 19px;
  background-size: 100% auto;
  position: static;
  display: inline-block;
  transform: none;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  display: none;
}
.btn:after {
  content: "";
  display: block;
  height: 95%;
  width: 10%;
  position: absolute;
  top: -50%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
}
.btn:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------
メインビジュアル
----------------------------------------------------------*/
.mv {
  position: relative;
  background: #fff url("../images/top/top-mv-bg.jpg") repeat-x center bottom;
  background-size: cover;
  /* padding-top: 36px;
  padding-bottom: 96px; */
}
@media screen and (max-width:767px) {
  .mv {
    background-position: left 24%;
    padding-bottom: 0;
    padding-top: 0;
    background: none;
  }
}
@media screen and (max-width:767px) {
  .mv .wrapper {
    padding: 0 4%;
  }
}
.mv_lower {
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (max-width:767px) {
  .mv_lower {
    padding: 8px 0;
  }
}
.mv_lower small {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .mv_lower small {
    font-size: 1.4rem;
  }
}
.mv_lower span {
  display: block;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .mv_lower span {
    font-size: 1.4rem;
  }
}
.mv_area {
  padding: 2rem;
}

.mv_labelText {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  transform: rotate(-5deg);
}

.mv_labelAccent {
  color: #d70000;
  font-weight: 700;
}

.mv_sales {
  margin-top: 1.5rem;
  background: linear-gradient(to right, #7a4b00, #ffcc00);
  padding: 1rem;
  transform: rotate(-6deg);
}

.mv_salesText {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.mv_salesAmount {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff200;
  margin: 0 0.2rem;
}

.mv_salesUnit {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.mv_profit {
  margin-top: 1.2rem;
  background: linear-gradient(to right, #d71900, #ff9f00);
  padding: 1rem;
  transform: rotate(-4deg);
}

.mv_profitText {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.mv_profitRate {
  color: #fff200;
  font-weight: 700;
  font-size: 2.8rem;
}

.mv_footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv_graphic img {
  width: 120px;
  height: auto;
}

.mv_badges {
  display: flex;
  gap: 1.2rem;
  list-style: none;
}

.mv_badge {
  background: #432100;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 1rem;
  border-radius: 50%;
  width: 80px;
  text-align: center;
  font-weight: 700;
}



.mv_middle {
  text-align: center;
}
@media screen and (max-width:767px) {
  .mv_middle {
    text-align: center;
    padding-left: 0;
  }
}

.mv_area_button {
  padding: 18px;
}
@media screen and (max-width:767px) {
  .mv_area_button {
    margin: -150px auto 60px;
  }
}

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

.slider__inner {
  display: flex;
}

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

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

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

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
.mv_wrapper {
  left: 0;
  top: 50%;
  width: 100%;
}
@media screen and (max-width:767px) {
  .mv_wrapper {
    top: 45%;
  }
}

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

.mv_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv_inner {
    display: block;
  }
}

/* メインビジュアル*/

.mv_inner {
  display: flex;
  padding: 2rem;
}

.mv__labelText {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  transform: rotate(-5deg);
}

.mv__labelAccent {
  color: #d70000;
  font-weight: 700;
}

.mv__sales {
  margin-top: 1.5rem;
  background: linear-gradient(to right, #7a4b00, #ffcc00);
  padding: 1rem;
  transform: rotate(-6deg);
}

.mv__salesText {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.mv__salesAmount {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff200;
  margin: 0 0.2rem;
}

.mv__salesUnit {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.mv__profit {
  margin-top: 1.2rem;
  background: linear-gradient(to right, #d71900, #ff9f00);
  padding: 1rem;
  transform: rotate(-4deg);
}

.mv__profitText {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.mv__profitRate {
  color: #fff200;
  font-weight: 700;
  font-size: 2.8rem;
}

.mv__footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv__graphic img {
  width: 120px;
  height: auto;
}

.mv__badges {
  display: flex;
  gap: 1.2rem;
  list-style: none;
}

.mv__badge {
  background: #432100;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 1rem;
  border-radius: 50%;
  width: 80px;
  text-align: center;
  font-weight: 700;
}


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

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

.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;
  }
}

.about_content {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 8rem;
}
@media screen and (max-width:767px) {
  .about_content {
    padding: 18px 18px 44px;
  }
}
@media screen and (max-width:767px) {
  .about_content .wrapper {
    padding: 0;
  }
}

.about_area {
  background: #FCF9A4;
  background-image: url("../images/top/top-about-bg.jpg");
      padding-top: 8rem;
      background-size: cover;
}
@media screen and (max-width:767px) {
  .about_area {
    padding-top: 3.5rem;
  }
}

.about_area .section_title_element {
  color: #362804;
  text-shadow: none;
}

.about_block {
  display: flex;
  background: #fff;
  padding: 40px 70px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width:767px) {
  .about_block {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    border-width: 3px;
  }
}
.about_block::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 32px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.about_block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23px 28px 23px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translate(-50%, 0);
}
.about_block_head {
  margin: 0 0 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .about_block_head {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.about_block_content {
  position: relative;
  z-index: 2;
  flex: 1;
  font-size: 2rem;
  padding-right: 15px;
  font-family: "shippori-mincho", sans-serif;
font-weight: 400;
font-style: normal;
}
@media screen and (max-width:767px) {
  .about_block_content {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.about_block_content .about_block_title {
  margin-bottom: 25px;
  text-align: left;
  color: #19957f;
  font-size: 3.6rem;
  font-weight: bold;
  border-left: 12px solid #19957f;
  line-height: 1.3;
  padding-left: 15px;
}
@media screen and (max-width:767px) {
  .about_block_content .about_block_title {
    margin-bottom: 20px;
    padding-left: 12px;
    font-size: 2.4rem;
  }
}
.about_block_content p {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .about_block_content p {
    font-size: 1.7rem;
    line-height: 1.9;
    margin-bottom: -1rem;
  }
}
.about_block_content p span {
  color: #D72E00;
font-family: "shippori-mincho", sans-serif;
font-weight: 700;
font-style: normal;
}

.about_ph {
  width: 200px;
  padding-left: 41px;
  /* border-radius: 18px; */
  overflow: hidden;
}

.about_ph_caption{
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .about_ph {
    width: 100%;
    padding-left: 0;
    position: static;
    transform: none;
  }

  .about_ph_caption{
    text-align: center;
    margin-top: 2px;
  }
}
.about_ph img {
  max-width: 100%;
}

.reason_area {
  position: relative;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #fff url("../images/top/top-reason-bg.jpg") center bottom;
  background-size: cover;
  padding: 75px 0 100px;
}
@media screen and (max-width:767px) {
  .reason_area {
    width: 100%;
    background-size: 1070px auto;
    padding: 46px 0 96px;
      background: #fff url("../images/top/top-reason-bg-sp.jpg") center bottom;

  }
}
.reason_area .section_title_element span {
  color: #fff;
  margin-bottom: 74px;
  font-size: 3.2rem;
  letter-spacing: 0;
}
.reason_area .section_title_element .section_title_element_small {
  font-size: 2.8rem;
}
.reason_area * {
  box-sizing: border-box;
}
.reason_area .reason_area_title {
  text-align: center;
  background: #19957f;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.4;
  padding: 20px 0;
}
@media screen and (max-width:767px) {
  .reason_area .reason_area_title {
    font-size: 2rem;
    text-align: center;
    padding: 16px 0;
  }
}
.reason_area .reason_area_title span {
  color: #fcff65;
}
.reason_area .section_title img {
  height: 95px;
}

.reason_area .title_center {
  text-shadow: 0 4px 0 rgba(0, 0, 0, .25);
}

.reason_head {
  color: #fff;
  background: #050e1f;
  text-align: center;
  font-size: 3rem;
  padding: 12px 0;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  position: relative;
}
@media screen and (max-width:767px) {
  .reason_head {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.reason_list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 6rem;
}
@media screen and (max-width:767px) {
  .reason_list {
    grid-template-columns: 1fr;
    width: 100%;
    flex-direction: column;
    margin-top: 60px;
  }
}
.reason_list_element {
  width: 100%;
  max-width: 42rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  /* margin-bottom: 74px; */
  border: 2px solid #362804;
  text-align: center;
  position: relative;
}
@media screen and (max-width:767px) {
  .reason_list_element {
      width: 100%;
    margin-inline: auto;
    border: 2px solid #362804;
    max-width: none;
  }
}
.reason_list_graphic {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.8rem;
}
.reason_list_text h3 {
  padding: 3rem;
    background: linear-gradient(157deg, #80600D, #D09600);
    margin: 0;
}
@media screen and (max-width:767px) {
.reason_list_text h3 {
  padding: 2rem 0;
}
}

.reason_list_element:nth-child(2) .reason_list_text h3 {
   background: #362804;
}

.reason_list_element:nth-child(3) .reason_list_text h3 {
   background: #362804;
}
@media screen and (max-width:767px) {
.reason_list_element:nth-child(3) .reason_list_text h3 {
background: linear-gradient(157deg, #80600D, #D09600);
}
}

@media screen and (max-width:767px) {
.reason_list_element:nth-child(4) .reason_list_text h3 {
   background: #362804;
}
}

.reason_list_ph {
  width: 260px;
}
.reason_list_icon {
  margin-bottom: 20px;
}
.reason_list h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin: 0 0 8px;
  color: #fff;
font-family: "shippori-mincho", sans-serif;
font-weight: 700;
font-style: normal;
}
.reason_list h3 span {
  color: #FFF100;
}
@media screen and (max-width:767px) {
.reason_list h3 {
  margin: 0;
}
}
/* @media screen and (max-width:767px) {
  .reason_list h3 {
    font-size: 2.3rem;
    margin-bottom: 8px;
  }
} */
.reason_list_content {
  width: 100%;
  flex: 1;
}
/* @media screen and (max-width:767px) {
  .reason_list_content {
    flex: 1;
    padding: 0 0 0 10px;
  }
} */

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

.reason_text {
  font-size: 2rem;
  line-height: 1.6;
  padding: 2rem 1rem;
}
.reason_text span {
  font-weight: bold;
  border-bottom: 2px solid #000;
}
@media screen and (max-width:767px) {
  .reason_text {
    font-size: 1.6rem;
  }
}

.sales_area {
  padding: 40px 0 80px;
}
@media screen and (max-width:767px) {
  .sales_area {
    padding: 40px 0 70px;
  }
  .sales_area .wrapper {
    padding: 0;
  }
}
.sales_area .section_title_element::before {
  background-image: url("../img/top/icon-model.png");
}

.sales_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .sales_list {
    justify-content: space-between;
  }
}
@media screen and (max-width:767px) {
  .sales_list li {
    width: 100%;
    margin: 0;
  }
}
.sales_list li img {
  width: 100%;
}

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

.sales_swiper_box {
  position: relative;
}
@media screen and (min-width:768px), print {
  .sales_swiper_box .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .sales_swiper_box .swiper-button-next {
    width: 20px;
    height: 94px;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    background: url("../img/top/icon-slider-right.png") no-repeat left center;
    background-size: 100% auto;
  }
}
.sales_swiper_box .swiper-button-next:after {
  display: none;
}
.sales_swiper_box .sales_swiper {
  overflow: visible;
}

.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: 40px 0 75px;
  position: relative;
  background-image: url("../images/top/top-comparison-bg.jpg");
}
@media screen and (max-width:767px) {
  .comparison_area {
    padding: 4rem 0 52px;
    background-size: auto 120px;
  }
}
.comparison_area .section_title_element {
  color: #000;
  text-shadow: none;
}
.comparison_area .section_title_element::before {
  background-image: url("../img/top/icon-comparison.png");
}

.comparison_table_box {
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .comparison_table_box {
    width: 100%;
    margin-top: 20px;
    overflow-x: scroll;
  }
}

.comparison_table {
  width: 880px;
  margin: 0 auto;
  text-align: center;
  table-layout: fixed;
  border: solid 2px #000;
}
@media screen and (max-width:767px) {
  .comparison_table {
    table-layout: auto;
    border-left: 2px solid transparent;
    width: 1000px;
    position: relative;
  }
}
@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: 10px;
  font-size: 1.6rem;
  color: #fff;
  background: #362804;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  letter-spacing: .02em;
  text-align: center;
}
@media screen and (max-width:767px) {
  .comparison_table th {
    padding: 24px 5px;
    border-top: 2px solid #fff;
  }
}

.comparison_table thead th {
  border-top: none;
}

.comparison_table thead tr th:nth-child(3),
.comparison_table thead tr th:nth-child(4) {
  border-right: solid 2px #fff;
}

.comparison_table th:last-child {
  border-right:  solid 2px #000;
}
.comparison_table td {
  padding: 24px 10px;
  font-size: 1.5rem;
  background: #fff;
  line-height: 1.4;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: none;
  font-weight: 600;
  color: #7D7D7D;
}
@media screen and (max-width:767px) {
  .comparison_table td {
    padding: 24px 5px;
  }
}

.th_left {
  width: 105px;
  padding: 5px 10px !important;
  background: #362804 !important;
  text-align: left;
  color: #fff !important;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .th_left {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 5px 10px 5px 10px !important;
  }
  .th_left::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000;
    left: -2px;
    top: 0;
  }
  .th_left::after {
    content: "";
    position: absolute;
    height: 102%;
    width: 2px;
    background: #fff;
    right: -2px;
    top: -1%;
  }
  thead .th_left:after{
    display: none;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .th_left::after {
    width: 100%;
    height: 2px;
    /* bottom: -2px; */
    top: -2px;
    left: 0;
  }
}

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

.th_black {
  background: #362804 !important;
}

.th_red {
  color: #fff !important;
  background: #e70012 !important;
  border-right: solid 1px #362804;
}
@media screen and (max-width:767px) {
  .th_red {
    width: 211px;
  }
}

.td_red {
  font-weight: bold !important;
  background: #fff8d2 !important;
  color: #E70012 !important;
}

tr:last-child .td_red {
  position: relative;
}
tr:last-child .td_red::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #ff773d;
  bottom: -2px;
  left: 0;
}
.bb_none {
  border-bottom: none !important;
}

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

.comparison_table_baloon {
  margin: 30px auto 0;
  width: max-content;
  background: #fff;
  padding: 20px 30px 24px;
  border: 2px solid #231815;
  border-radius: 4px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  letter-spacing: .02em;
}
@media screen and (max-width:767px) {
  .comparison_table_baloon {
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 1.8rem;
    text-align: center;
    padding: 26px 5px 20px;
    line-height: 1.5;
  }
}
.comparison_table_baloon span {
  background: linear-gradient(0deg, #FFF100 0%, #FFF100 35%, #fff 35%, #fff 100%);
}
.comparison_table_baloon strong {
  color: #D72E00;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:767px) {
  .comparison_table_baloon strong {
    font-size: 2.2rem;
  }
}
.comparison_table_baloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -19px;
  left: 21%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-width:767px) {
  .comparison_table_baloon::before {
    left: 50%;
  }
}
.comparison_table_baloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px;
  border-color: transparent transparent #231815 transparent;
  position: absolute;
  top: -22px;
  left: 21%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:767px) {
  .comparison_table_baloon::after {
    left: 50%;
  }
}

.voice_area {
  padding: 36px 0 50px;
  background-image: url("../images/top/top-model-bg.png");
  background-size: cover;
}
@media screen and (max-width:767px) {
  .voice_area {
    background-size: auto 120px;
  }
}

.voice_area .wrapper {
  width: 1026px;
}
@media screen and (max-width:767px) {
  .voice_area .wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width:767px) {
  .voice_area {
    padding: 37px 0 40px;
  }
  .voice_area .wrapper {
    padding: 0 18px;
  }
}
.voice_area .section_title_element::before {
  background-image: url("../img/top/icon-voice.png");
}

.voice_area .section_title_element {
  color: #000;
}

.voice_swiper_box {
  position: relative;
}
@media screen and (min-width:768px), print {
  .voice_swiper_box .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .voice_swiper_box .swiper-button-next {
    width: 20px;
    height: 94px;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    background: url("../img/top/icon-slider-right.png") no-repeat left center;
    background-size: 100% auto;
  }
}
.voice_swiper_box .swiper-button-next:after {
  display: none;
}
.voice_swiper_box .voice_swiper {
  overflow: visible;
}

.voice_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 2rem;
}
/* @media screen and (min-width:768px), print {
  .voice_list {
    justify-content: center;
  }
} */
@media screen and (max-width:767px) {
  .voice_list {
    display: flex;
  }
}
.voice_list li {
  position: relative;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 42rem;
}
@media screen and (max-width:767px) {
  .voice_list li {
    display: block;
    margin-right: 0!important;
    width: 100%;
  }
}
.voice_list li img {
  width: 42rem;
}
@media screen and (max-width:767px) {
  .voice_list li img{
    width: 100%;
  }
}

.voice_pict {
  width: 122px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .voice_pict {
    margin: 0 auto 16px;
  }
}
.voice_pict img {
  width: 115px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .voice_pict img {
    width: 90px !important;
    display: block;
    margin: 0 auto;
  }
}

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

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

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

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

.voice_text {
  flex: 1;
  margin-left: 56px;
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 24px;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .voice_text {
    margin-top: 20px;
    line-height: 1.7;
    margin-left: 0;
    margin-top: 0;
    padding: 20px 16px;
    font-size: 1.6rem;
  }
}
.voice_text span {
  font-weight: bold;
  background: linear-gradient(0deg, #fcff65 0%, #fcff65 40%, #fff 40%, #fff 100%);
}
.voice_text .maker {
  background: linear-gradient(transparent 40%, #fff480 0);
}

.voice_content {
  display: flex;
  border: 3px solid #000;
  box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
@media screen and (max-width:767px) {
  .voice_content {
    display: block;
    position: relative;
    padding: 40px 16px 20px;
    margin-top: 50px;
  }
}
.voice_content_ph {
  width: 104px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .voice_content_ph {
    width: 67px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.voice_content_ph img {
  width: 100%;
}
.voice_content_ph small {
  color: #5f5f5f;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  line-height: 1.4;
  font-size: 1.5rem;
}
.voice_content_text {
  flex: 1;
  padding-left: 37px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .voice_content_text {
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.voice_content_text span {
  color: #d10101;
}
.voice_content_text_caption {
  color: #5f5f5f;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  line-height: 1.4;
  font-size: 1.3rem;
  text-align: right;
}

.swiper-pagination {
  width: 100%;
  margin-top: 5px;
  bottom: -30px;
}
@media screen and (min-width:768px), print {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  opacity: 1;
  background: #dfdfdf;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #7c7c7c;
}

.voice_swiper_box {
  position: relative;
}
@media screen and (min-width:768px), print {
  .voice_swiper_box .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .voice_swiper_box .swiper-button-next {
    width: 26px;
    height: 120px;
    top: 60%;
    right: -20px;
    transform: translate(0, -50%);
    background: url("../img/top/icon-slider-right.png") no-repeat left center;
    background-size: 100% auto;
  }
}
.voice_swiper_box .swiper-button-next:after {
  display: none;
}
@media screen and (min-width:768px), print {
  .voice_swiper_box .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .voice_swiper_box .swiper-button-prev {
    width: 26px;
    height: 120px;
    top: 60%;
    left: -20px;
    transform: translate(0, -50%);
    background: url("../img/top/icon-slider-left.png") no-repeat left center;
    background-size: 100% auto;
  }
}
.voice_swiper_box .swiper-button-prev:after {
  display: none;
}
.voice_swiper_box .voice_swiper {
  overflow: visible;
}

.voice_area_button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .voice_area_button {
    margin-top: 60px;
  }
}
.voice_area_button a {
  display: inline-block;
}

.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: 60px 0 92px;
  background: linear-gradient(to left top, #D72E00 0%, #FF6B00 50%, #D72E00 100%);
}
@media screen and (max-width:767px) {
  .flow_area {
    padding: 45px 0 93px 0;
  }
}
.flow_area .section_title_element span {
  color: #fff;
}

.flow_area .section_title_element::before {
  display: none;
}
.flow_area * {
  box-sizing: border-box;
}
/* .flow_area .wrapper {
  width: 1000px;
} */
@media screen and (max-width:767px) {
  .flow_area .wrapper {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  /* .flow_list_wrapper {
    margin: 0 -6px;
  } */
}

.flow_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* width: 966px; */
  margin: 50px auto 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .flow_list {
    width: 100%;
    max-width: 337px;
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
}
.flow_list .flow_list-element {
  position: relative;
  text-align: center;
  width: 100%;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .flow_list .flow_list-element {
    align-items: center;
    width: 120px;
    height: 120px;
  }
  .flow_list .flow_list-element:last-child {
    margin-right: 0;
  }
}
.flow_list li {
  position: relative;
}

.flow_list .flow_list-element::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 5px solid #f85f01;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .flow_list .flow_list-element::before {
    border-width: 3px;
  }
}
.flow_list li::after {
  content: "";
  width: 32px;
  height: 3px;
  background: #fff;
  border-radius: 100px;
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width:767px) {
  .flow_list li::after {
    width: 78px;
    left: calc(100% + 9px);
  }
  .flow_list li:nth-child(2)::after {
display: none;
  }
}
.flow_list li:last-child::after {
 display: none;
}
  .flow_list li {
    position: relative;
  }

  /* .flow_list li:nth-of-type(2):before {
    content: "";
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
  } */
.flow_list li .flow_list-element::after {
      content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #362804;
    display: block;
    box-sizing: border-box;
}
/* .flow_list li:last-child .flow_list-element::after {
  display: none;
} */
.flow_list li:nth-of-type(1) .flow_list-element {
  background-image: url("../img/top/bg-step01.png");
  background-size: 99px auto;
}
@media screen and (max-width:767px) {
  .flow_list li:nth-of-type(1) .flow_list-element {
    background-size: 78px auto;
  }
}
.flow_list li:nth-of-type(2) .flow_list-element {
  background-image: url("../img/top/bg-step02.png");
  background-size: 87px auto;
}
@media screen and (max-width:767px) {
  .flow_list li:nth-of-type(2) .flow_list-element {
    background-size: 73px auto;
  }
}
.flow_list li:nth-of-type(3) .flow_list-element {
  background-image: url("../img/top/bg-step03.png");
  background-size: 80px auto;
}
@media screen and (max-width:767px) {
  .flow_list li:nth-of-type(3) .flow_list-element {
    background-size: 68px auto;
  }
}
.flow_list li:nth-of-type(4) .flow_list-element {
  background-image: url("../img/top/bg-step04.png");
  background-size: 103px auto;
}
@media screen and (max-width:767px) {
  .flow_list li:nth-of-type(4) .flow_list-element {
    background-size: 90px auto;
  }
}
.flow_list li:nth-of-type(5) .flow_list-element {
  background-image: url("../img/top/bg-step05.png");
  background-size: 87px auto;
}
@media screen and (max-width:767px) {
  .flow_list li:nth-of-type(5) .flow_list-element {
    background-size: 78px auto;
  }
}
@media screen and (max-width:767px) {
  .flow_list li:nth-of-type(3) .flow_list-element::after,
  .flow_list li:nth-of-type(2) .flow_list-element::after {
    display: none;
  }
}
@media screen and (max-width:767px) {

  .flow_list li:nth-of-type(3) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 13px 0 5px;
    position: relative;
  }
  .flow_list li:nth-of-type(3)::before, .flow_list li:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    transform: rotate(-50deg);
    position: absolute;
  }
  .flow_list li:nth-of-type(3)::before {
    position: absolute;
    right: 102px;
    top: -7px;
  }
  .flow_list li:nth-of-type(3)::after {
    position: absolute;
    left: 102px;
    bottom: -5px;
    top: auto;
  }
  .flow_list li {
    display: flex;
    align-items: center;
  }
    /* .flow_list li:nth-of-type(2):before {
    content: "";
    position: absolute;
    right: 133px;
    top: 60px;
    display: block;
    width: 78px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
  } */
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after, .scroll-hint-shadow-wrap.is-right-scrollable::after  {
  display: none!important;
}
.flow_list_step {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #211715;
  color: #fff;
  left: 0;
  transform: translate(0, -30%);
  text-align: center;
  line-height: 1;
  top: 0;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 1rem;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
  letter-spacing: .12em;
      display: flex;
      z-index: 1;
    flex-direction: column;
    justify-content: center;
}
.flow_list_step strong {
  display: block;
  letter-spacing: 0;
  font-size: 2.2rem;
  margin-top: 2px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width:767px) {
.flow_list_step {
  padding-top: 4px;
    width: 52px;
  height: 52px;
}}
.flow_list_text {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
      font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
}
@media screen and (max-width:767px) {
  .flow_list_text {
    font-size: 2.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width:767px) {
  .flow_list_ph {
    width: 110px;
  }
}

.flow_content_head {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .flow_content_head {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.flow_content_head span {
  background: linear-gradient(0deg, #fcff65 0%, #fcff65 40%, #fff 40%, #fff 100%);
  color: #19957f;
}
.flow_content_head::before, .flow_content_head::after {
  content: "";
  display: block;
  width: 4px;
  background: #19957f;
  height: 108px;
  position: absolute;
  top: 10px;
}
@media screen and (max-width:767px) {
  .flow_content_head::before, .flow_content_head::after {
    width: 2px;
    height: 80px;
    top: 5px;
  }
}
.flow_content_head::before {
  transform: rotate(-20deg);
  left: -20px;
}
@media screen and (max-width:767px) {
  .flow_content_head::before {
    left: 9px;
  }
}
.flow_content_head::after {
  transform: rotate(20deg);
  right: -20px;
}
@media screen and (max-width:767px) {
  .flow_content_head::after {
    right: 9px;
  }
}
.flow_content_body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .flow_content_body {
    display: block;
  }
}
.flow_content_pict {
  width: 277px;
}
@media screen and (max-width:767px) {
  .flow_content_pict {
    width: 185px;
    margin: 0 auto 34px;
  }
}
.flow_content_list {
  width: 535px;
  background: #fffade;
  border-radius: 8px;
  margin-left: 60px;
  padding: 40px 40px 24px 36px;
  position: relative;
}
@media screen and (max-width:767px) {
  .flow_content_list {
    margin-left: 0;
    width: 100%;
    padding: 20px 16px 1px;
  }
}
.flow_content_list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28.5px 41px 28.5px 0;
  border-color: transparent #fffade transparent transparent;
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:767px) {
  .flow_content_list::before {
    transform: rotate(90deg) translate(-50%, -50%);
    left: 50%;
    top: -6px;
    margin-left: -50px;
  }
}
.flow_content_list li {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 24px;
  line-height: 1.5;
  padding-left: 50px;
  background: url(../img/top/icon-check.png) no-repeat left center;
  background-size: 37px auto;
}
@media screen and (max-width:767px) {
  .flow_content_list li {
    font-size: 1.6rem;
    background-size: 24px auto;
    padding-left: 33px;
  }
}

.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;
  }
}


.downloadButton {
  background-color: #000;
  color: #fff;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
}

.downloadButton__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* .downloadButton__icon {
  margin-top: 4px;
} */

.downloadButton__icon img {
  width: 24px;
  height: 24px;
}


.form {
  max-width: 700px;
  margin: 0 auto;
    font-family: "Hiragino Sans", sans-serif;
}

.form__group {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .form__group {
    display: block;
  }
}
@media screen and (max-width:767px) {
.form__group_post {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .form__group_post p:first-child {
    grid-column: span 2;
  }
}

.form__button, .form__button p {
  height: 100%;
  width: max-content;
}

.form__searchBtn {
  height: 100%;
  padding: .8rem 2rem;
  color: #D72E00;
  background-color: #fff;
  border: solid 2px #D72E00;
  border-radius: 9999px;
  letter-spacing: .02em;
}

.form__group_mail {
  margin-bottom: 0;
}

.form__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #211915;
  margin-bottom: 0.5rem;
    text-align: right;
}
@media screen and (max-width:767px) {
.form__label {
    width: auto;
    text-align: left;
  }
}

.form__label_ruby {
  width: max-content;
}

.form__label_position {
  width: max-content;
}

.form__label_before {
      width: 9em;
}


.form__required {
  color: #d70000;
  margin-left: 0.2rem;
}

.form__radioGroup {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.form__half {
  display: flex;
align-items: center;
  gap: 2rem;
}

.form__half:nth-child(2) {
  flex: 1;
}

.form__half:nth-child(2) .form__label {
width: max-content;
}

.form__inputWrap {
  background: #f7f7f7;
  border-radius: 0.5rem;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}

.form__inputWrap_before {
  width: 24.1rem;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
.form__inputWrap_before {
    width: auto;
  }
}

.form__inputWrap input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", sens-serif;
}

.form__inputWrap_company {
  width: 28.7rem;
}
@media screen and (max-width:767px) {
.form__inputWrap_company {
    width: auto;
  }
}

select {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  color: #3D3D3D;
  appearance: none;
  background-image: url('../images/common/icon.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem;
}

.wpcf7-checkbox  {
display: flex;
gap: 2rem;
}
@media screen and (max-width:767px) {
.wpcf7-checkbox  {
flex-direction: column;
gap: 1rem;
}
}

.wpcf7-select {
    width: 24.1rem;
    height: 5rem;
    box-shadow: inset 0 0 0 1px #000;
}

.form__half {
  flex: 1;
  min-width: 200px;
}


@media screen and (max-width:767px) {
.form__inputWrap_post {
  max-width: 24.1rem;
  display: grid;
}
}

/* .form__inputWrap {
  background: #f7f7f7;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0 1px #000;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.form__inputWrap input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  color: #211915;
} */

.contact_area {
  padding: 0 0 84px;
  background: #D09600;
  padding-inline: 18px;
}
@media screen and (max-width:767px) {
  .contact_area {
    margin-top: -30px;
  }
}
.contact_area .wrapper {
  max-width: 880px;
}
.contact_area .section_title {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
.contact_area .section_title {
    padding-top: 12rem;
  }
}
.contact_area .title_text {
  margin-top: 0;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .contact_area .title_text {
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.contact_area .section_title_element {
  font-size: 3.2rem;
  margin: 0 0 5px;
}

.contact_haead_image {
  margin: 0 auto;
  position: relative;
  border: 3px solid #362804;
  background: #362804;
  max-width: 780px;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  padding: 2.4rem 0 2rem;
  font-size: 2rem;
  font-weight: bold;
  top: -30px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media screen and (max-width:767px) {
  .contact_haead_image {
        top: -30px;
        width: calc(100% + 36px);
        font-size: 1.8rem;
        padding: 16px 0;
        right: -18px;
        position: absolute;
  }
}
.contact_haead_image span {
  font-size: 3rem;
  color: #FFF100;
  box-shadow: none;
}
@media screen and (max-width:767px) {
  .contact_haead_image span {
    font-size: 2.2rem;
    margin-top: -2px;
    display: inline-block;
  }
}
.contact_haead_image::before, .contact_haead_image::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media screen and (max-width:767px) {
.contact_haead_image::before, .contact_haead_image::after {
    /* display: none; */
  }
}
.contact_haead_image::after {
  border-color: rgba(231, 0, 18, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  border-top-color: #362804;
}
.contact_haead_image::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 23px;
  border-bottom-width: 23px;
  border-left-width: 23px;
  border-right-width: 23px;
  margin-left: -23px;
  margin-top: 1px;
  border-top-color: #362804;
}

.contact_block {
  width: 880px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 40px 80px 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:767px) {
  .contact_block {
    width: 100%;
    padding: 22px 20px 22px;
  }
}
.contact_block_caption {
  font-size: 1.5rem;
  right: 80px;
  top: 9rem;
  position: absolute;
  text-align: right;
  color: #6a6a6a;
}
@media screen and (max-width:767px) {
  .contact_block_caption {
    position: static;
    padding: 0 0 15px;
    text-align: right;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}
.contact_block_caption span {
  color: #f40000;
}

.contact_title {
  font-size: 3.3rem;
  margin: 0 0 9px;
}
@media screen and (max-width:767px) {
  .contact_title {
    font-size: 2.5rem;
    margin: -36px 0 5px;
  }
}

.contact_block_input_caption {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .contact_block_input_caption {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.contact_block_input_caption span {
  font-family: "Hiragino Sans", sans-serif;
font-weight: 400;
font-style: normal;
  display: inline-block;
  border-radius: 50px;
  color: #e70012;
  padding: 7px 20px;
  padding-bottom: 10px;
}
.contact_block_input_caption strong {
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .contact_block_input_caption strong {
    font-size: 2rem;
  }
}

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

.contact_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  padding: 60px 44px 50px;
  background: #fff;
  border: 3px solid #000;
  box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:767px) {
  .contact_wrap {
    margin-top: 20px;
    padding: 24px 20px 10px;
    border-width: 2px;
  }
}

.contact_table {
  width: 100%;
  color: #6a6a6a;
}
@media screen and (max-width:767px) {
  .contact_table {
    width: 100%;
  }
  .contact_table tbody,
  .contact_table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.contact_table th {
  width: 135px;
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: top;
  padding-top: 24px;
  color: #6a6a6a;
  text-align: right;
  padding-right: 26px;
}
@media screen and (max-width:767px) {
  .contact_table th {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.contact_table td {
  padding: 12px 0;
}
@media screen and (max-width:767px) {
  .contact_table td {
    display: block;
    padding: 6px 0 20px 0;
  }
}
.contact_table td .customer-type {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width:767px) {
  .contact_table td .customer-type {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .contact_table td .customer-type .wpcf7-form-control {
    display: flex;
  }
}
.contact_table td .info-session {
  display: block;
  margin-top: 12px;
}
@media screen and (max-width:767px) {
  .contact_table td .info-session {
    margin-top: 0;
  }
}
.contact_table td br {
  display: none;
}
.contact_table input {
  width: 100%;
  padding: 17px;
  font-size: 1.4rem;
  color: #000;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f7f7f7;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
}
.contact_table input::-moz-placeholder {
  color: #a6a6a6;
}
.contact_table input::placeholder {
  color: #a6a6a6;
}

.form__note {
  margin-left: 16rem;
  color: #231815;
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
.form__note {
    margin-top: 1rem;
      margin-left: 0;
  }
}
.form__note .pc-only {
  display: inline-block!important;
}
.form__inputWrap input::placeholder {
    color: #A6A6A6; /* グレー例 */
}

.form__inputWrap_career {
  width: 24.1rem;
}
@media screen and (max-width:767px) {
.form__inputWrap_career {
    width: auto;
  }
}

.form__inputWrap_after {
  width: 24.1rem;
}
@media screen and (max-width:767px) {
.form__inputWrap_after {
      width: auto;
  }
}

.form__group_hope {
  margin-bottom: 0;
}

.caution {
  color: #f40000;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 1px;
}
@media screen and (max-width:767px) {
  .caution {
    margin-left: 1px;
    font-size: 1.4rem;
    margin-top: -4px;
  }
}

.input_half {
  display: flex !important;
}

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

.input_half_button {
  max-height: 50px;
  border: 2px solid #E70012;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #E70012;
  box-sizing: border-box;
  border-radius: 100px;
  width: 174px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  background: transparent;
}
@media screen and (max-width:767px) {
  .input_half_button {
    width: 130px;
    padding: 10px;
  }
}
.input_half_button:hover {
  opacity: 0.8;
}

.prefecture_label,
.industry_label {
  position: relative;
  display: block;
  max-width: 200px;
}
.prefecture_label:before,
.industry_label:before {
  content: "▼";
  font-size: 1rem;
  color: #e70012;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

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

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

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

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

@media screen and (max-width:767px) {
  .your-information {
    display: flex;
    flex-direction: column;
  }
}

.wpcf7-checkbox .wpcf7-list-item.first {
  margin: 0 0 0 1em !important;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item.first {
    margin: 0!important;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0 0 0 2.4em !important;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item {
    margin: 0!important;
    display: inline-block;
    text-align: left;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 1.5rem;
  cursor: pointer;
}
@media screen and (max-width:767px) {
.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 3rem;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -14px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: -10px;
  background: #f3f3f3;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .25);
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: 22px;
    height: 22px;
    left: 0;
    margin-top: -11px;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: "";
  width: 11px;
  height: 9px;
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  background-image: url("../svg/icons/check_contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .wpcf7-checkbox .wpcf7-list-item-label:after {
    width: 10px;
    height: 8px;
    left: 5px;
    margin-top: -4px;
  }
}

@media screen and (max-width:767px) {
  .wpcf7-radio {
    margin-top: -7px;
    margin-bottom: -7px;
    display: inline-block;
    display: flex;
  }
}
.wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0 0 0 2em !important;
}
@media screen and (max-width:767px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 2em 0 15px !important;
    display: block;
  }
}
.wpcf7-radio .wpcf7-list-item.first {
  margin: 0 0 0 1em !important;
}
@media screen and (max-width:767px) {
  .wpcf7-radio .wpcf7-list-item.first {
    margin: 0 2em 0 15px !important;
  }
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 20px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1.4rem;
    color: #000000;
    margin: 7px 0;
    display: block;
  }
}
.wpcf7-radio .wpcf7-list-item-label:before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  content: "";
  left: -14px;
  transform: translate(0, -50%);
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
}
.wpcf7-radio .wpcf7-list-item-label:after {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  left: -9px;
  transform: translate(0, -50%);
  opacity: 0;
  background: #fff;
  border-radius: 50%;
}

.your-mailmagazine input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border: none;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border: solid 2px#e70012;
}

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

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

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

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

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

.wpcf7-not-valid-tip {
  color: #c10000 !important;
  font-size: 1.2rem !important;
  margin-top: 0.5em;
}

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

.privacy_box {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .privacy_box {
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 5px;
  }
}
.privacy_box p {
  font-size: 1.2rem;
  margin-bottom: 2px;
}
@media screen and (max-width:767px) {
  .privacy_box p {
    margin-bottom: 5px;
    letter-spacing: -0.01em;
  }
}
.privacy_box a, .privacy_box span {
  color: #e70012;
  text-decoration: underline;
  cursor: pointer;
}
.privacy_box a:hover, .privacy_box span:hover {
  text-decoration: none;
}
.privacy_box .privacy_confirm {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .privacy_box .privacy_confirm {
    font-size: 1.2rem;
    font-feature-settings: "palt";
    letter-spacing: 0em;
  }
}

.contact_mailmagazine .wpcf7-checkbox {
  justify-content: center;
}

.contact_mailmagazine {
  margin-top: 30px;
  text-align: center;
  color: #6a6a6a;
}
@media screen and (max-width:767px) {
  .contact_mailmagazine {
    margin-top: 20px;
  }
}
.contact_mailmagazine .wpcf7-list-item {
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item {
    font-size: 1.3rem;
    padding-left: 2.5em;
    text-indent: -3.1em;
    line-height: 1.4;
  }
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item-label {
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item-label:before {
    margin-top: -12px;
  }
}
@media screen and (max-width:767px) {
  .contact_mailmagazine .wpcf7-list-item-label:after {
    margin-top: -5px;
  }
}

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

.contact_btn_wrap {
  max-width: 300px;
  max-height: 66px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .contact_btn_wrap {
    max-height: 58px;
  }
}
@media screen and (max-width:767px) {
  .contact_btn_wrap {
    max-width: 300px;
  }
}

.contact_btn {
  width: 100%;
  padding: 1.8rem 0 1.8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border: none;
  height: 60px;
  background: #80600D url("../img/top/icon-submit.png") no-repeat;
  background-size: 10px auto;
  background-position: calc(100% - 31px) 51%;
  color: #fff;
  box-shadow: none;
  border-radius: 35px;
  padding-right: 10px;
}
@media screen and (max-width:767px) {
  .contact_btn {
    max-width: 100%;
    font-size: 1.6rem;
    padding: 1rem 0;
    height: 44px;
    width: 222px;
    margin: 0 auto;
    background-position: calc(100% - 20px) 54%;
    background-size: 8px auto;
  }
}
.wpcf7-spinner {
  display: none !important;
}

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

.thanks-page .header_right {
  display: none;
}

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

.thanks-page__inner .card {
  padding: 28px 75px 30px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks-page__inner .card h3 {
  font-size: 24px;
  margin-bottom: 9px;
  border-bottom: 1px solid #004E70;
  color: #004E70;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.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;
}

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

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

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

.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 {
  display: flex;
  position: relative;
}

.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: 78px 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;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

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

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

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

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

@media screen and (max-width:767px) {
  .thanks-page__inner {
    padding: 20px 20px;
  }
  .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 #f3dd68;
    border-radius: 10px;
    padding: 25px 14px 20px;
  }
  .thanks-page__inner .line__wrapper .right-part .text__wrapper p {
    color: #000;
    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;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-link .line-link__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 219px;
    padding: 8px 19px;
    background: linear-gradient(180deg, #06c755 0%, #06c755 50%, #06d65b 50%, #06d65b 100%);
    filter: drop-shadow(2px 2px 0px #047526);
    border-radius: 10px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-link .line-link__inner p {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-left: 8px;
    color: white;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id {
    margin-top: 19px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper {
    position: relative;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id {
    width: 100%;
    padding: 0 14px 0 5px;
    border: unset;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper .circle {
    background: #00c6d3;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -19px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__upper .circle p {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: white;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line-id .line-id__text {
    width: 100%;
    border: 3px solid #00c6d3;
    box-sizing: border-box;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line__flow {
    margin-top: 9px;
  }
  .thanks-page__inner .line__wrapper .right-part.--sp .line__flow p {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #00c6d3;
    letter-spacing: 0.04em;
  }
  body.thanks .fix_cv:not(.--thanks) {
    display: none;
  }
  .thanks-page__inner .fix_cv.--thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.2));
    padding-top: 11px;
  }
  .wrapper {
    max-width: 1000px;
  }
  .section_title {
    margin-top: 0;
  }
}
.thanks_box {
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .thanks_box {
    margin-top: 20px;
    padding: 30px 5%;
  }
}
.thanks_box h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3d3d3d;
}
@media screen and (max-width:767px) {
  .thanks_box h3 {
    font-size: 1.8rem;
  }
}
.thanks_box p {
  margin-top: 20px;
}
.thanks_box a {
  display: inline-block;
  margin-top: 20px;
  color: #bb7d05;
  text-decoration: underline;
}
.thanks_box a:hover {
  text-decoration: none;
}

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

.fix_cv {
  width: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  z-index: 999;
  transition: ease all 0.5s;
  padding: 10px 18px 8px;
}
.fix_cv .cv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* box-shadow: none; */
}
.fix_cv .button__main {
  font-size: 2.3rem;
}
.fix_cv .cv_btn .button__textSmall, .fix_cv .cv_btn .button__textLarge {
  position: relative;
  font-size: 1.8rem;
}
.fix_cv .cv_btn img {
  width: 100%;
  max-width: 335px;
}
@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%;
  /* max-width: 335px; */
  background: transparent;
  /* border-radius: 0; */
  height: auto;
}
.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 div {
  margin-left: 12px;
} */
.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;
  }
}/*# sourceMappingURL=style.css.map */




.request_form {
	margin-top: 1.875rem;
}

.form_item {
	-moz-column-gap: 1.625rem;
	-webkit-column-gap: 1.625rem;
	        column-gap: 1.625rem;
}

.form_title {
	font-family: "Roboto", sans-serif;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.333;
	text-align: right;
	width: 7.8125rem;
}

.form_title--short {
	width: 6.1875rem;
}

.form_title--long {
	white-space: nowrap;
}

.form_item--select {
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

.form_privacy-policy-wrap {
	margin-top: 2.9375rem;
	text-align: center;
}

.form_privacy-policy {
	font-family: "Roboto", sans-serif;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.23;
	white-space: nowrap;
}

.form_privacy-policy a {
	color: #FF006B;
	display: inline-block;
	text-decoration: underline;
}

.form_submit-wrap {
	margin-top: 1.5625rem;
}

.form_submit {
	background: #FF006B;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.045rem;
	line-height: 1.33;
	padding: 1rem;
	width: 18.75rem;
}

.form_submit::after {
	background: url(../images/top/top-contact-arrow.svg) no-repeat center center/cover;
	border: none;
	height: 1.125rem;
	right: 11%;
	width: 0.625rem;
}

.form .form_item--checkbox .wpcf7-list-item-label {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.786;
}

.form .form_item--checkbox .wpcf7-list-item-label::before {
	background-color: #B6B6B6 !important;
	border: 2px solid transparent;
	border-radius: 0.1875rem;
	height: 1.5625rem;
	width: 1.5625rem;
}

.form .form_item--checkbox .wpcf7-list-item-label::after {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	height: 6px;
	left: 6px;
	top: 50%;
	width: 12px;
}

.form .form-text {
	background: #F6F6F6;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2) inset;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	height: 3.25rem;
	letter-spacing: 0.02rem;
	padding: 0.875rem 1.1875rem;
	width: 35rem;
}

.form_item:nth-of-type(4) {
	margin-left: -0.4375rem;
}

.form .form-select {
	background: #E4E4E4;
	border: none;
	border-radius: 0.25rem;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	height: 3.25rem;
	line-height: normal;
	width: 15rem;
}

/* .form .form_item--select .wpcf7-form-control-wrap::after {
	background-color: #B8000E;
	height: 0.4375rem;
	left: 13.5rem;
	right: auto;
	right: initial;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
} */


.p-top-contact {
	padding: 6.9375rem 0 1.875rem;
	scroll-padding-top: 9.375rem;
}

.p-top-contact__title {
	top: -5%;
	width: 100%;
}

.p-top-contact__title img {
	aspect-ratio: 340/138;
}

.p-top-contact__text {
	margin-top: 0rem;
}

.p-top-contact__desc {
	font-weight: 400;
	letter-spacing: 0.05em;
}

.p-top-contact__small {
	font-size: 0.75rem;
}

.p-top-contact__area {
	margin-top: 1.3125rem;
	padding: 1.5rem 0.875rem 2.3125rem;
	width: 100%;
}

.p-top-contact__area-inner {
	width: 100%;
}

.p-top-contact__text2 {
	right: 0.9375rem;
	top: 7%;
}

.p-top-contact__desc2 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 4;
}

.p-top-contact__desc3 {
	border-radius: 1.875rem;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
}

.p-top-contact__big {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
}

.request_form {
	margin-top: 2.8125rem;
  font-family: "Hiragino Sans", sans-serif;
}

.form_item:not(:first-child) {
	margin-top: 1.25rem;
}

.form_title {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.0175rem;
	line-height: 1.43;
	text-align: left;
}

.form_privacy-policy-wrap {
	margin-top: 2.125rem;
}

.form_privacy-policy {
	font-size: 0.75rem;
	line-height: 1.33;
}

.form_submit-wrap {
	margin-top: 1.875rem;
}

.form_submit {
	font-size: 1rem;
	letter-spacing: 0.04rem;
	line-height: 1.5;
	padding: 0.75rem;
	width: 13.875rem;
}

.form_submit::after {
	height: 0.875rem;
	right: 9%;
	width: 0.5625rem;
}

.form .form_item--checkbox .wpcf7-list-item-label::before {
	height: 1.25rem;
	width: 1.25rem;
}

.form .form_item--checkbox .wpcf7-list-item-label::after {
	height: 0.25rem;
	width: 0.5625rem;
}

.form .form-text {
	-webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.25) inset;
	        box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.25) inset;
	height: 3.125rem;
	margin-top: 0.375rem;
	padding: 0.3125rem 0.75rem;
	width: 100%;
}

.form_item:nth-of-type(4) {
	margin-left: 0;
}

.form .form_item--optional:not(._) .wpcf7-list-item-label {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2.08;
}


.form .form-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 58px;
  padding: 20px;
  background-color: #F6F6F6;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 3px 3px 2px 0 rgba(0, 0, 0, 0.11);
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form .form-text {
    height: 46px;
    padding: 15px;
background: #F6F6F6;
    font-size: 1.6rem;
    line-height: 0.88;
    -webkit-box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
}


.form .form-text::-webkit-input-placeholder {
  color: #acacac;
}
.form .form-text::-moz-placeholder {
  color: #acacac;
}
.form .form-text:-ms-input-placeholder {
  color: #acacac;
}
.form .form-text::-ms-input-placeholder {
  color: #acacac;
}
.form .form-text::placeholder {
  color: #acacac;
}
.form .form-text:not(:-moz-placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-text:not(:-ms-input-placeholder) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-text:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  padding: 14px 20px;
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #362804;
  
  border: solid 2px #362804;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form .form-select {
    height: 46px;
    padding: 10px 15px;
    font-size: 1.6rem;
    line-height: 0.88;
  }
}
.form .form-select--initial {
  background-color: #fff;
  color: #393939;
}
.form .form-zip-btn {
  padding: 13px 24px;
  background: none;
  border: 2px solid #016bb9;
  border-radius: 56px;
  color: #016bb9;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.45px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form-zip-btn {
    padding: 10px 15px;
    border-width: 2px;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }
}
.form .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--has-btn .wpcf7-form-control-wrap {
    margin-top: 0;
  }
}

.form .form_item--optional .wpcf7-form-control-wrap {
  text-align: center;
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .form_item {
    display: block;
      gap: 0px;
  }
}
.form_item:not(:first-child) {
  margin-top: 23px;
}
.form_item--short .wpcf7-form-control-wrap {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .form_item--short .wpcf7-form-control-wrap {
    max-width: 166.5px;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn .form_title {
    width: 100%;
  }
}
.form_item--has-btn .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form_item--has-btn .form-zip-btn {
    margin-top: 10px;
    margin-left: 20px;
  }
}
.form_item--left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_item--left {
    float: none;
    width: auto;
  }
}
.form_item--right {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_item--right {
    float: none;
    width: auto;
  }
}
.form_title {
  display: block;
  width: 130px;
  text-align: right;
  font-size: 1.8rem;
  /* font-weight: bold; */
}
@media screen and (max-width: 768px) {
  .form_title {
    width: auto;
    text-align: left;
    font-size: 1.7rem;
  }
}
.form_title--long {
  letter-spacing: -0.1em;
}
.form_required {
  color: #da0000;
}
.form_control {
  display: block;
  width: 100%;
}
.form .form_item--select .wpcf7-form-control-wrap {
  position: relative;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap {
    max-width: 235px;
  }
}
.form .form_item--select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 10px;
  width: 14px;
  height: 10px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
.form .form_item--select .wpcf7-form-control-wrap::after {
  top: 18px;
}}
.form .form_item--radio > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .form_item--radio .wpcf7-radio {
  margin-top: -12px;
  margin-left: -20px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-radio {
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }
}
.form .form_item--radio .wpcf7-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label {
  cursor: auto;
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  cursor: auto;
  border: 2px solid #016bb9;
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  cursor: auto;
}
.form .form_item--radio .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}
.form .form_item--radio .wpcf7-list-item:not(:first-child) {
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item:not(:first-child) {
    margin-left: 17px;
  }
}
.form .form_item--radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}
.form .form_item--radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.form .form_item--radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #016bb9;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item-label::after {
    left: 4px;
    width: 10px;
    height: 10px;
  }
}
.form .form_item--checkbox .wpcf7-checkbox {
  margin-top: -12px;
  margin-left: -19px;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-checkbox {
    margin-top: 0;
    margin-left: 0;
  }
}
.form .form_item--checkbox .wpcf7-checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form .form_item--checkbox .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .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;
  padding-left: 36px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.7857142857;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label {
    padding-left: 27px;
    font-size: 1.2em;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #016bb9;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::before {
    width: 19px;
    height: 19px;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #016bb9;
  border-left: 2px solid #016bb9;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::after {
    left: 4px;
    -webkit-transform: translateY(-70%) rotate(-45deg);
            transform: translateY(-70%) rotate(-45deg);
    width: 9px;
    height: 4px;
  }
}
.form .form_item--optional:not(._) {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form .form_item--optional:not(._) .wpcf7-list-item-label {
  color: #000;
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item-label {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.38px;
  }
}
.speechBubble2::after {
      border-width: 0 13.2px 13.2px 0;
}
@media screen and (max-width: 768px) {

}
