@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

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

:root {
  --transition: cubic-bezier(0.16,1,0.3,1);
  --transition2: cubic-bezier(.76,0,.24,1);
  --transition3: cubic-bezier(0.325,0,0.1,1);
  --transition-time: .8s;
  --opacity: .8;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

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

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.666666667vw;
  }
}

@media (min-width: 1201px) and (max-width: 1366px) {
  html {
    font-size: 0.732064vw;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 0.783333vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #35344F;
  background-color: #F4F7F2;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

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

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

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

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

.txt-bold {
  font-weight: 700;
}

.container {
  max-width: 153rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.inner {
  max-width: 96rem;
  margin: 0 auto;
}

.wrap {
  max-width: 80rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.js-view {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  will-change: opacity, visibility, transform;
}

.js-view.is-act {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-blur_orderlist > :nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-view.-blur_orderlist > :nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-view.-blur_orderlist > :nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-view.-blur_orderlist > :nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-view.-blur_orderlist > :nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-view.-blur_orderlist > :nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-blur_orderlist > :nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-view.-blur_orderlist > :nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-view.-blur_orderlist > :nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-view.-blur_orderlist > :nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-view.-blur_orderlist > :nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-view.-blur_orderlist > :nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-blur_orderlist > :nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-view.-blur_orderlist > :nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-view.-blur_orderlist > :nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-view.-blur_orderlist > :nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-view.-blur_orderlist > :nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-view.-blur_orderlist > :nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-blur_orderlist > :nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-view.-blur_orderlist > :nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-view.-blur_orderlist > :nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-view.-blur_orderlist > :nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-view.-blur_orderlist > :nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-view.-blur_orderlist > :nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-blur_orderlist > :nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-view.-blur_orderlist > :nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-view.-blur_orderlist > :nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-view.-blur_orderlist > :nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-view.-blur_orderlist > :nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-view.-blur_orderlist > :nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-blur_orderlist > :nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-view.-blur_orderlist > :nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-view.-blur_orderlist > :nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-view.-blur_orderlist > :nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-view.-blur_orderlist > :nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-view.-blur_orderlist > :nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-blur_orderlist > :nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-view.-blur_orderlist > :nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-view.-blur_orderlist > :nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-view.-blur_orderlist > :nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-view.-blur_orderlist > :nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-view.-blur_orderlist > :nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-blur_orderlist > :nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-view.-blur_orderlist > :nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-view.-blur_orderlist > :nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-view.-blur_orderlist > :nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-view.-blur_orderlist > :nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-view.-blur_orderlist > :nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-blur_orderlist > :nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-view.-blur_orderlist > :nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-view.-base > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-base > :nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-view.-base > :nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-view.-base > :nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-view.-base > :nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-view.-base > :nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-view.-base > :nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-base > :nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-view.-base > :nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-view.-base > :nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-view.-base > :nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-view.-base > :nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-view.-base > :nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-base > :nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-view.-base > :nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-view.-base > :nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-view.-base > :nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-view.-base > :nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-view.-base > :nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-base > :nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-view.-base > :nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-view.-base > :nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-view.-base > :nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-view.-base > :nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-view.-base > :nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base > :nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-view.-base > :nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-view.-base > :nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-view.-base > :nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-view.-base > :nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-view.-base > :nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base > :nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-view.-base > :nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-view.-base > :nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-view.-base > :nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-view.-base > :nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-view.-base > :nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base > :nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-view.-base > :nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-view.-base > :nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-view.-base > :nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-view.-base > :nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-view.-base > :nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base > :nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-view.-base > :nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-view.-base > :nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-view.-base > :nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-view.-base > :nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-view.-base > :nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base > :nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-view.-base > :nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist > * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > * img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act > * img {
  -webkit-animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.js-inview {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.js-inview.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page-main {
  margin-top: 10.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 7rem;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  border: 0.2rem solid #35344F;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 2.8rem;
  width: 2.8rem;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 2.4rem;
    height: 2.4rem;
  }
}

input[type=checkbox]:checked {
  opacity: 1;
  border-color: #000;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.2rem;
  left: 0.7rem;
  width: 0.8rem;
  height: 2rem;
  border: solid #35344F;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=checkbox]:before {
    width: 0.5rem;
    height: 1.4rem;
    top: 0;
    left: 0.7rem;
  }
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 1.2rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.2rem solid #35344F;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    padding: 1rem;
  }
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  background-color: #35344F;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=radio]:before {
    height: 1.2rem;
    width: 1.2rem;
  }
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.ipt {
  width: 100%;
  padding: 1.7rem 1.5rem;
  outline: none;
  background: #F2F2F2;
  border: 1px solid #858585;
  font-size: 2rem;
}

.ipt.medium {
  max-width: 9rem;
  padding: 1.7rem 1rem;
  text-align: center;
}

.ipt.short {
  max-width: 6.6rem;
  text-align: center;
}

.ipt.are {
  height: 24rem;
  resize: none;
}

@media screen and (max-width: 768px) {
  .ipt {
    padding: 1.5rem 1.5rem;
  }
  .ipt.medium {
    width: 7.8rem;
    padding: 1.5rem 1rem;
  }
  .ipt.short {
    width: 6.2rem;
  }
  .ipt.are {
    height: 18rem;
  }
}

.ipt::-webkit-input-placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt::-webkit-input-placeholder, .ipt::-moz-placeholder, .ipt::-ms-placeholder, .ipt::placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt:focus {
  border-color: #3F96E8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder, .ipt:focus::-moz-placeholder, .ipt:focus::-ms-placeholder, .ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.req {
  background-color: #DC0000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0.4rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1.4rem;
  }
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8rem auto 0;
  gap: 3rem;
}

.c-btn_group .c-form_btn {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 2rem;
    margin: 5rem auto 0;
  }
}

.c-form_btn {
  padding: 0;
  margin: 0;
  width: 70rem;
  height: 11rem;
  border-radius: 10rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #020482;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-form_btn input[type="submit"],
.c-form_btn input[type="button"],
.c-form_btn button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .c-form_btn input[type="submit"],
  .c-form_btn input[type="button"],
  .c-form_btn button {
    padding: 0 8rem;
  }
}

.c-form_btn .ico {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4rem;
}

.c-form_btn._back {
  background-color: #BFBFBF;
  overflow: hidden;
  border-color: #BFBFBF;
}

.c-form_btn._back input[type="submit"],
.c-form_btn._back input[type="button"],
.c-form_btn._back button {
  color: #fff;
  background-color: #BFBFBF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-form_btn._back .ico {
  right: auto;
  left: 4rem;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}

.c-form_btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .c-form_btn {
    width: 25.5rem;
    height: 8rem;
    font-size: 1.8rem;
  }
  .c-form_btn .ico {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}

.noti {
  display: block;
  font-size: 1.6rem;
  color: #858585;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .noti {
    font-size: 1.4rem;
  }
}

.c-form_ctrl_note {
  font-size: 2.2rem;
  font-weight: 500;
  color: #DC0000;
  padding-left: 2.2rem;
  text-indent: -2.2rem;
  margin: 6rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl_note {
    font-size: 2rem;
    line-height: 1.5;
    margin: 4rem 0 2rem;
    padding-left: 2.2rem;
    text-indent: -2.2rem;
  }
}

.c-form_ctrl {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    margin-top: 2.5rem;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.c-form_ctrl .c-form_ctrl_lbl .req {
  margin-left: 1rem;
}

/*.c-form_ctrl .c-form_ctrl_lbl > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}*/

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_ctn {
    font-size: 1.8rem;
  }
}

.c-form_ctrl_subcribe {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl_subcribe {
    font-size: 1.8rem;
  }
}

.c-form_ctrl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.c-form_ctrl_flex li input {
  margin-right: 0.6rem;
}

.c-form_privacy {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy {
    margin-top: 4rem;
  }
}

.c-form_privacy h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.c-form_privacy h4:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .c-form_privacy h4:not(:first-child) {
    margin-top: 3rem;
  }
}

.c-form_privacy .txt {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .txt {
    margin-bottom: 2rem;
  }
}

.c-form_privacy .list-link li a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #020482;
  text-decoration: underline;
  position: relative;
  padding-left: 3rem;
}

.c-form_privacy .list-link li a::before {
  position: absolute;
  content: '';
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.5rem;
  background: url(../img/icon_link.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .list-link li a {
    font-size: 1.8rem;
    line-height: 1.66667;
    padding-left: 2.6rem;
  }
  .c-form_privacy .list-link li a::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.7rem;
  }
}

.c-form_privacy .list-link li + li {
  margin-top: 1rem;
}

.wpcf7-checkbox {
  margin: 2rem 0 -2rem -3rem;
}

@media screen and (max-width: 768px) {
  .wpcf7-checkbox {
    margin: 2rem 0 -1.5rem -2.5rem;
  }
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: block;
  margin: 2rem 0 -2rem -3rem;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 2rem 3rem;
}

.wpcf7-radio .wpcf7-list-item > label,
.wpcf7-checkbox .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .wpcf7-radio,
  .wpcf7-checkbox {
    margin: 2rem 0 -1.5rem -2.5rem;
  }
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 1.5rem 2.5rem;
  }
  .wpcf7-radio .wpcf7-list-item > label,
  .wpcf7-checkbox .wpcf7-list-item > label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .formErrorContent {
    font-size: 1.1rem;
  }
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder, .is-error .ipt::-moz-placeholder, .is-error .ipt::-ms-placeholder, .is-error .ipt::placeholder {
  color: #DA4432 !important;
}

.field-error {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .field-error {
    font-size: 1.1rem;
  }
}

.c-form {
  background-color: #fff;
  padding: 6rem 8rem 8rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .c-form {
    margin-top: 4rem;
    padding: 4rem 2rem 2rem;
  }
}

.c-confirm {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-confirm {
    padding: 4rem 2rem 4em;
  }
}

.c-confirm .c-form_ctrl {
  padding: 2.5rem 0;
  margin: 0;
  border-bottom: 1px solid #BFBFBF;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .c-confirm .c-form_ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .c-confirm .c-form_ctrl .c-form_ctrl_lbl {
    margin: 0;
    width: 20rem;
    font-size: 1.8rem;
  }
  .c-confirm .c-form_ctrl .c-form_ctrl_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-confirm .c-form_ctrl {
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
  .c-confirm .c-form_ctrl .c-form_ctrl_lbl {
    font-size: 1.6rem;
  }
  .c-confirm .c-form_ctrl .c-form_ctrl_ctn {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.c-finish {
  text-align: center;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-finish {
    padding-bottom: 4rem;
  }
}

.c-finish .lead-txt {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .c-finish .lead-txt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .c-finish .c-form_btn {
    width: 100%;
  }
}

/** header area
====================================== **/
.page-header {
  padding: 1.4rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #F4F7F2;
}

.page-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 1rem 2rem;
  }
}

.logo {
  display: block;
  width: 27.9rem;
  line-height: 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 16.8rem;
  }
}

.btn-inquiry {
  width: 31.5rem;
  height: 8rem;
  margin-left: 8rem;
}

@media screen and (max-width: 768px) {
  .btn-inquiry {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .g-cta {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .g-cta {
    display: block;
    margin-top: 6rem;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #020482;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item_link::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 0.1rem;
    bottom: -0.2rem;
    background: #020482;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-item_link:hover::before, .menu-item_link.active::before {
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .menu-item + .menu-item {
    border-top: 0.1rem solid #858585;
    padding-top: 2.4rem;
  }
  .menu-item_link {
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
  }
  .menu-item + .menu-item {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 7rem;
    width: 100%;
    height: calc(100dvh - 7rem);
    overflow-y: auto;
    background-color: #E8E8E8;
    padding: 5rem 2.3rem 2rem 2.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

/** footer
======================================= **/
.page-footer {
  background-color: #020482;
  color: #fff;
  padding: 6rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 4rem 0;
  }
  .page-footer .container {
    padding: 0 2rem;
  }
}

.footer-row {
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 8.5rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 6rem;
    padding-bottom: 8rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-col {
    width: 50%;
  }
}

.footer-info {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .footer-info {
    margin-bottom: 4rem;
  }
}

.footer-site {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .footer-site {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.f-link a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .f-link a {
    font-size: 1.6rem;
  }
}

.f-add {
  font-size: 1.8rem;
  line-height: 1.6667;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .f-add {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 1.4rem;
  }
}

.footer-ttl {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #fff;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .footer-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.footer-brand .footer-brand_ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .footer-brand .footer-brand_ttl {
    font-size: 1.8rem;
  }
}

.footer-brand + .footer-brand {
  margin-top: 6rem;
}

.pagetop {
  width: 8.6rem;
  height: 8.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: fixed;
  right: calc((100% - 1500px)/2);
  bottom: 8rem;
}

.pagetop svg, .pagetop img {
  display: block;
  height: auto;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop.ab {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 5rem;
    height: 5rem;
    right: 0.5rem;
    bottom: 1rem;
  }
}

.copyright {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.615;
    text-align: center;
  }
}

/* Màn hình nhỏ hơn 1500px */
@media (min-width: 769px) and (max-width: 1500px) {
  .pagetop {
    right: 0;
  }
}

/** header area
====================================== **/
.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #5152C5;
  padding: 4.2rem 0;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    padding: 3rem 2rem;
  }
}

.heading-lv2 .txt {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .txt {
    font-size: 2rem;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
  }
}

.heading-lv2 .txt::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .txt::after {
    height: 0.1rem;
  }
}

.heading-lv2 .txt > span {
  display: inline-block;
  padding: 0 2rem;
  background-color: #5152C5;
  position: relative;
  z-index: 1;
}

.heading-lv2 .txt > span .fz {
  display: inline-block;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .txt > span {
    padding: 0 1rem;
  }
  .heading-lv2 .txt > span .fz {
    font-size: 2.1rem;
  }
}

.heading-lv2 .ttl {
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.28;
  position: relative;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ttl {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}

.heading-lv2 .ttl::after {
  position: absolute;
  content: '';
  top: -0.8rem;
  height: 1rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ttl::after {
    height: 0.6rem;
  }
}

.heading-lv2 .ttl .sm {
  display: inline-block;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ttl .sm {
    font-size: 2rem;
  }
}

.heading-lv2 .ttl .md {
  display: inline-block;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ttl .md {
    font-size: 3rem;
  }
}

.heading-lv2 .ttl .lg {
  display: inline-block;
  font-size: 6rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ttl .lg {
    font-size: 4rem;
  }
}

.heading-lv2.dh1 .ttl::after {
  width: 28.4rem;
  right: 12.2rem;
  background: url(../img/hd_6dots.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh1 .ttl::after {
    width: 17.4rem;
    right: auto;
    left: 3rem;
    top: auto;
    bottom: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh2 {
    display: block;
  }
}

.heading-lv2.dh2 .ttl::after {
  width: 32.9rem;
  left: 2rem;
  background: url(../img/hd_7dots.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh2 .ttl::after {
    width: 18.3rem;
    right: auto;
    left: 1.3rem;
    top: 0;
  }
}

.heading-lv2.dh3 .txt::after {
  background: none;
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh3 .txt {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh3 .ttl {
    line-height: 1.25;
  }
}

.heading-lv2.dh3 .ttl::after {
  width: 21rem;
  right: 2.2rem;
  top: -0.5rem;
  background: url(../img/hd_4dots.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh3 .ttl::after {
    top: -0.2rem;
    width: 12.6rem;
    right: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh4 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh4 .txt {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.heading-lv2.dh4 .txt > span .fz {
  position: relative;
}

.heading-lv2.dh4 .txt > span .fz::after {
  position: absolute;
  content: '';
  width: 4.1rem;
  height: 0.7rem;
  left: 1.2rem;
  top: -1.5rem;
  background: url(../img/hd_2dots.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh4 .txt > span .fz::after {
    width: 2.7rem;
    height: 0.4rem;
    top: -0.3rem;
    left: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh4 .txt {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh4 .ttl {
    line-height: 1.6;
  }
}

.heading-lv2.dh4 .ttl::after {
  background: none;
}

@media screen and (max-width: 768px) {
  .heading-lv2.dh4 .ttl .md {
    font-size: 2rem;
  }
}

.heading-lv3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #35344F;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.pc-mt60 {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .pc-mt60 {
    margin-top: 4rem;
  }
}

.txt-lead {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

.txt-lead + .txt-lead {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .txt-lead {
    font-size: 1.8rem;
    text-align: left;
  }
  .txt-lead + .txt-lead {
    margin-top: 2rem;
  }
}

.talk-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .talk-box {
    -webkit-column-gap: 1.7rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
  }
}

.talk-box .talk-box_info {
  width: 14rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .talk-box .talk-box_info {
    width: 11rem;
  }
}

.talk-box .talk-box_info .talk-box_info_img {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .talk-box .talk-box_info .talk-box_info_img {
    width: 11rem;
    height: 11rem;
  }
}

.talk-box .talk-box_info .talk-box_info_name {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .talk-box .talk-box_info .talk-box_info_name {
    font-size: 1.5rem;
  }
}

.talk-box .talk-box_info .talk-box_info_name span {
  display: inline-block;
  font-weight: 700;
}

.talk-box .talk-box_info .talk-box_info_txt {
  font-size: 1.4rem;
  line-height: 1.42857;
  margin-top: 0.7rem;
}

@media screen and (max-width: 768px) {
  .talk-box .talk-box_info .talk-box_info_txt {
    font-size: 1.3rem;
    line-height: 1.46;
    margin-top: 0.4rem;
  }
}

.talk-box .talk-box_ctn {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: -3.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .talk-box .talk-box_ctn {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.talk-box.talk-cmt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.talk-box.talk-cmt .talk-box_ctn {
  padding: 4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1rem;
  margin: 0;
  position: relative;
  min-height: 15.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talk-box.talk-cmt .talk-box_ctn::after {
  position: absolute;
  content: '';
  left: -1.2rem;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-right: 2.7rem solid #F2F2F2;
}

@media screen and (max-width: 768px) {
  .talk-box.talk-cmt .talk-box_ctn {
    padding: 3.4rem 2rem;
    min-height: 14.8rem;
  }
}

.talk-box.talk-cmt + .talk-cmt {
  margin-top: 2rem;
}

.talk-box._gray .talk-box_ctn {
  background-color: #F2F2F2;
}

.talk-box._white .talk-box_ctn {
  background-color: #fff;
}

.talk-box._white .talk-box_ctn::after {
  top: 23%;
  border-right: 2.7rem solid #fff;
}

@media screen and (max-width: 768px) {
  .talk-box._white .talk-box_ctn {
    padding: 2rem;
  }
  .talk-box._white .talk-box_ctn::after {
    top: 13%;
  }
}

.talk-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.talk-box.reverse._gray .talk-box_ctn::after {
  left: auto;
  right: -1.2rem;
  border-right: transparent;
  border-left: 2.7rem solid #F2F2F2;
}

.talk-box.reverse._white .talk-box_ctn::after {
  top: 40%;
  left: auto;
  right: -1.2rem;
  border-right: transparent;
  border-left: 2.7rem solid #fff;
}

@media screen and (max-width: 768px) {
  .talk-box.flex-non-sp {
    display: block;
  }
  .talk-box.flex-non-sp .talk-box_info {
    margin: 0 auto 2rem;
  }
  .talk-box.flex-non-sp .talk-box_ctn {
    font-size: 2rem;
    line-height: 1.6;
    margin: 0;
  }
}

.faq-box {
  padding: 4rem 8rem 8rem;
  background-color: #F2F2F2;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.faq-box + .faq-box {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .faq-box {
    padding: 2rem 2rem 3rem;
  }
  .faq-box + .faq-box {
    margin-top: 2rem;
  }
}

.faq-box .faq-box_lbl {
  display: inline-block;
  width: 12rem;
  height: 12rem;
  padding: 0.5rem 0 0 1rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.faq-box .faq-box_lbl::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -6rem;
  width: 0;
  height: 0;
  border-left: 9rem solid transparent;
  border-right: 9rem solid transparent;
  border-bottom: 9rem solid #35344F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.faq-box .faq-box_question {
  margin: 0 0 4rem 4rem;
}

@media screen and (max-width: 768px) {
  .faq-box .faq-box_question {
    margin: 0 0 3rem 0;
  }
}

.faq-box .faq-box_answer {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 4rem;
}

.faq-box .faq-box_answer .talk-box {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .faq-box .faq-box_answer {
    padding: 2rem;
  }
  .faq-box .faq-box_answer .talk-box {
    margin-bottom: 3rem;
  }
}

.answer-btn {
  width: 46.4rem;
  height: 5rem;
  background-color: #020482;
  border: 0.2rem solid transparent;
  color: #fff;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.answer-btn:hover {
  opacity: 0.7;
}

.answer-btn .answer-btn_left {
  width: 33rem;
  display: block;
}

.answer-btn .answer-btn_right {
  width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-left: 0.1rem solid #fff;
}

.answer-btn .answer-btn_right .ico {
  display: block;
  text-indent: -99999px;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 0.1rem solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.answer-btn .answer-btn_right .ico::before, .answer-btn .answer-btn_right .ico::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #020482;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.answer-btn .answer-btn_right .ico::before {
  width: 1.1rem;
  height: 0.1rem;
}

.answer-btn .answer-btn_right .ico::after {
  width: 0.1rem;
  height: 1.1rem;
}

@media screen and (max-width: 768px) {
  .answer-btn {
    width: 100%;
    height: 6.8rem;
  }
  .answer-btn .answer-btn_left {
    width: 17.8rem;
    font-size: 1.6rem;
    line-height: 1.375;
    text-align: left;
    padding-left: 2rem;
  }
  .answer-btn .answer-btn_right {
    width: 7.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.4rem 0;
  }
  .answer-btn .answer-btn_right .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.answer-ctn {
  display: none;
  margin-top: 4rem;
}

.answer-ctn .list-num {
  padding-left: 2.5rem;
}

.answer-ctn .list-num li {
  list-style: decimal;
  font-size: 2.2rem;
  font-weight: 700;
}

.answer-ctn .list-num li + li {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .answer-ctn .list-num li {
    font-size: 1.8rem;
    line-height: 1.76;
  }
  .answer-ctn .list-num li + li {
    margin-top: 1.2rem;
  }
}

.answer-ctn .list-bull {
  padding-left: 2rem;
  margin: 0 0 4rem;
}

.answer-ctn .list-bull li {
  list-style: disc;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .answer-ctn .list-bull {
    margin: 2rem 0 3rem;
  }
  .answer-ctn .list-bull li {
    font-size: 1.8rem;
    line-height: 1.76;
  }
  .answer-ctn .list-bull li + li {
    margin-top: 1.2rem;
  }
}

.faq-box_answer.active .answer-btn {
  background-color: transparent;
  border-color: #858585;
  color: #858585;
}

.faq-box_answer.active .answer-btn .answer-btn_right {
  border-color: #858585;
}

.faq-box_answer.active .answer-btn .answer-btn_right .ico {
  background-color: transparent;
  border-color: #858585;
}

.faq-box_answer.active .answer-btn .answer-btn_right .ico::after {
  opacity: 0;
  visibility: hidden;
}

.faq-box_answer.active .answer-ctn {
  display: block;
}

.hightlight {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #F6BB00));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #F6BB00 65%);
}

.txt {
  font-size: 2rem;
  line-height: 2;
}

.txt + .txt {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 1.8rem;
    line-height: 1.6667;
  }
  .txt + .txt {
    margin-top: 3rem;
  }
}

.reasons-box {
  padding: 0 8rem 8rem;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .reasons-box {
    padding: 0 2rem 2rem;
  }
}

.reasons-box .reasons-box_head {
  text-align: center;
  padding: 4rem 0;
  border-bottom: 0.1rem solid #858585;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_head {
    padding: 14.5rem 0 2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}

.reasons-box .reasons-box_head ._ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_head ._ttl {
    font-size: 2rem;
    line-height: 1.7;
  }
}

.reasons-box .reasons-box_head ._lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  background: url(../img/reasons_lbl.svg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_head ._lbl {
    width: 8rem;
    height: 8rem;
    font-size: 3.6rem;
    top: 2rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.reasons-box .reasons-box_head ._ico {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.reasons-box .reasons-box_head ._ico img {
  width: auto;
  max-width: unset;
  height: 18rem;
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_head ._ico {
    left: 9.3rem;
    top: -2.5rem;
    bottom: auto;
    right: auto;
  }
  .reasons-box .reasons-box_head ._ico img {
    height: 14rem;
  }
}

.reasons-box .reasons-box_content dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_content dl dt {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.reasons-box .reasons-box_content dl + dl {
  margin-top: 4rem;
}

.reasons-box .reasons-box_content .list-dots {
  padding-left: 2rem;
}

.reasons-box .reasons-box_content .list-dots li {
  font-size: 1.8rem;
  line-height: 1.7778;
  list-style: disc;
}

.reasons-box .reasons-box_content .list-dots li + li {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_content .list-dots li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .reasons-box .reasons-box_content .list-dots li + li {
    margin-top: 1.4rem;
  }
}

.reasons-box .reasons-box_content .img {
  margin: 4rem 0;
}

@media screen and (max-width: 768px) {
  .reasons-box .reasons-box_content .img {
    margin: 2.5rem 0 3rem;
  }
}

.reasons-box + .reasons-box {
  margin-top: 6.5rem;
}

@media screen and (max-width: 768px) {
  .reasons-box + .reasons-box {
    margin-top: 4.5rem;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 14.2rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4rem;
  border: 0.2rem solid #020482;
  z-index: 12;
  cursor: pointer;
  position: relative;
  color: #020482;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

#hambuger.open {
  color: #858585;
  border-color: #858585;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
.main-visual {
  padding: 8rem 0;
  background: url(../img/mv_pc.png) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding: 1.6rem 0 4rem;
    background: url(../img/mv_sp.png) center no-repeat;
    background-size: cover;
  }
}

.main-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 123rem;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .main-visual .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 2rem;
  }
}

.main-visual .mv-ttl {
  width: 42.6rem;
  margin: -2rem 0 0 -2.5rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    width: 100%;
    margin: 0;
  }
}

.main-visual .mv-btn {
  display: block;
  width: 50.2rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-btn {
    width: 100%;
    margin-top: 4rem;
  }
}

.main-visual .mv-info {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-info {
    width: 27.5rem;
    margin: 1.8rem auto 0;
  }
}

/** section concept **/
.sc-concept {
  padding: 2rem 0 12rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sc-concept {
    padding: 3.4rem 2rem 8rem;
  }
}

.sc-concept .concept-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-concept .concept-note {
    margin-bottom: 4rem;
  }
}

.sc-concept .note-list li {
  font-size: 1.4rem;
  line-height: 1.857;
  color: #858585;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

@media screen and (max-width: 768px) {
  .sc-concept .note-list li {
    font-size: 1.3rem;
    line-height: 1.923;
  }
}

.sc-concept .concept-cpy {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-concept .concept-cpy {
    margin-bottom: 6rem;
  }
}

.sc-concept .concept-refer {
  padding: 6rem 8rem 8rem;
  margin-top: 9rem;
  background-color: #CDEBCC;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-concept .concept-refer {
    padding: 4.3rem 2rem 4rem;
  }
}

.sc-concept .concept-refer .concept-refer_lbl {
  display: inline-block;
  background-color: #F6BB00;
  padding: 1.2rem 3rem;
  color: #35344F;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2.7rem;
}

.sc-concept .concept-refer .concept-refer_lbl span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  position: relative;
  padding-left: 3.3rem;
}

.sc-concept .concept-refer .concept-refer_lbl span::before {
  position: absolute;
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_check.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-concept .concept-refer .concept-refer_lbl {
    padding: 1.2rem 2rem;
    top: -2.5rem;
  }
  .sc-concept .concept-refer .concept-refer_lbl span {
    font-size: 1.8rem;
    padding-left: 2.3rem;
  }
  .sc-concept .concept-refer .concept-refer_lbl span::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.sc-concept .concept-refer .concept-refer_txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .sc-concept .concept-refer .concept-refer_txt {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}

.sc-concept .concept-refer .concept-refer_ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4.6rem;
}

.sc-concept .concept-refer .concept-refer_ttl > span {
  font-size: 4rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #F6BB00));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #F6BB00 65%);
}

@media screen and (max-width: 768px) {
  .sc-concept .concept-refer .concept-refer_ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .sc-concept .concept-refer .concept-refer_ttl > span {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

/** section explains **/
.sc-explains .txt-lead {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-explains .txt-lead {
    margin-bottom: 4rem;
  }
}

.sc-explains .sc-explains-content {
  padding: 6rem 0 12rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .sc-explains .sc-explains-content {
    padding: 3rem 2rem 8rem;
  }
}

.sc-explains .talk-sum {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-explains .talk-sum {
    margin-top: 4rem;
  }
}

.sc-explains .talk-sum .talk-box.talk-cmt .talk-box_ctn {
  padding: 2rem 4rem;
}

@media screen and (max-width: 768px) {
  .sc-explains .talk-sum .talk-box.talk-cmt .talk-box_ctn {
    padding: 2rem 2rem;
  }
}

/** section agent **/
.sc-agent .sc-agent-content {
  padding: 6rem 0 12rem;
  background-color: #EFF2FF;
}

@media screen and (max-width: 768px) {
  .sc-agent .sc-agent-content {
    padding: 3rem 2rem 8rem;
  }
}

.sc-agent .agent-life {
  background-color: #D1EDF2;
  border: 0.3rem solid #fff;
  border-radius: 1rem;
  position: relative;
  padding: 4.5rem 4rem 5.5rem;
  margin: 4rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .sc-agent .agent-life {
    border-width: 0.2rem;
    padding: 2rem 2rem 9rem;
    margin: 4rem 0 4rem;
  }
}

.sc-agent .agent-life .agent-life_ttl {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-agent .agent-life .agent-life_ttl {
    margin-bottom: 3rem;
  }
}

.sc-agent .agent-life .agent-life_bnr {
  max-width: 60rem;
  margin: 0 auto;
}

.sc-agent .agent-life .agent-life_ico {
  display: inline-block;
  width: 13rem;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 5.1rem;
}

@media screen and (max-width: 768px) {
  .sc-agent .agent-life .agent-life_ico {
    width: 8.7rem;
    right: 2rem;
  }
}

/** section life **/
.sc-life .txt-lead {
  margin-bottom: 10.5rem;
}

@media screen and (max-width: 768px) {
  .sc-life .txt-lead {
    margin-bottom: 6.5rem;
  }
}

.sc-life .sc-life-content {
  padding: 6rem 0 12rem;
  background-color: #D1EDF2;
}

@media screen and (max-width: 768px) {
  .sc-life .sc-life-content {
    padding: 3rem 2rem 8rem;
  }
}

.sc-life .talk-sum {
  margin-top: 8rem;
}

.sc-life .talk-sum .talk-box.talk-cmt .talk-box_ctn::after {
  top: 20%;
}

@media screen and (max-width: 768px) {
  .sc-life .talk-sum {
    margin-top: 4rem;
  }
  .sc-life .talk-sum .talk-box.talk-cmt .talk-box_ctn::after {
    top: 15%;
  }
}

/** section contact **/
.sc-cta_box {
  padding: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_box {
    padding: 4rem 2rem 8rem;
  }
}

.sc-cta_box .inner {
  border: 0.2rem solid #020482;
  border-radius: 1rem;
  overflow: hidden;
}

.sc-cta_box .sc-cta_box_ttl {
  background-color: #020482;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 2.2rem 0;
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ttl {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}

.sc-cta_box .sc-cta_box_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 3.1rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ttl span {
    padding: 0 2.7rem;
  }
}

.sc-cta_box .sc-cta_box_ttl span::before, .sc-cta_box .sc-cta_box_ttl span::after {
  position: absolute;
  content: '';
  width: 2.1rem;
  height: 2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ttl span::before, .sc-cta_box .sc-cta_box_ttl span::after {
    width: 1.7rem;
    height: 2.3rem;
  }
}

.sc-cta_box .sc-cta_box_ttl span::before {
  left: 0;
  background: url(../img/line_before.png) left top no-repeat;
  background-size: cover;
}

.sc-cta_box .sc-cta_box_ttl span::after {
  right: 0;
  background: url(../img/line_after.png) left top no-repeat;
  background-size: cover;
}

.sc-cta_box .sc-cta_box_ctn {
  background-color: #fff;
  padding: 4rem 4rem 4rem 20.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ctn {
    padding: 2rem 2rem 12.4rem 2rem;
  }
}

.sc-cta_box .sc-cta_box_ctn .txt1 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}

.sc-cta_box .sc-cta_box_ctn .txt1 + .txt1 {
  margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ctn .txt1 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .sc-cta_box .sc-cta_box_ctn .txt1 + .txt1 {
    margin-top: 0;
  }
}

.sc-cta_box .sc-cta_box_ctn .txt2 {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  margin-top: 1.2rem;
}

.sc-cta_box .sc-cta_box_ctn .txt2 span {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ctn .txt2 {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 0.8rem;
  }
  .sc-cta_box .sc-cta_box_ctn .txt2 span {
    font-size: 3rem;
  }
}

.sc-cta_box .sc-cta_box_ctn .icon {
  display: inline-block;
  width: 13rem;
  line-height: 0;
  position: absolute;
  left: 4rem;
  bottom: -0.2rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_box .sc-cta_box_ctn .icon {
    width: 7.5rem;
    left: 2rem;
  }
}

.sc-cta .sc-cta-content {
  padding: 6rem 0 12rem;
  background-color: #F2F2F2;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta-content {
    padding: 3rem 2rem 8rem;
  }
}

.sc-cta .sc-cta_flow .heading-lv3 {
  margin-bottom: 6.6rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .heading-lv3 {
    margin-bottom: 4.6rem;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4.6rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_itm {
  width: 30rem;
  height: 30rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_itm {
    width: 27.5rem;
    height: 27.5rem;
    padding-top: 5.6rem;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_itm ._step {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #F6BB00;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_itm ._step {
    font-size: 4.2rem;
    top: -2rem;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_itm ._lbl {
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.sc-cta .sc-cta_flow .sc-cta_flow_itm ._lbl::after {
  position: absolute;
  content: '';
  width: 3.8rem;
  height: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #F6BB00;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_itm ._lbl {
    font-size: 1.4rem;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_itm ._txt {
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_itm ._txt {
    font-size: 1.8rem;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_itm ._ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_itm ._ttl {
    font-size: 2.8rem;
    line-height: 1.357;
  }
}

.sc-cta .sc-cta_flow .sc-cta_flow_note {
  line-height: 1.75;
  margin-top: 2rem;
  color: #DC0000;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_flow .sc-cta_flow_note {
    font-size: 1.6rem;
  }
}


.wpcf7-form .c-form_ctrl_ctn > p > br {
  display: none;
}