@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  /* Remove the outline when hovering in all browsers */
  opacity: 0.7;
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

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

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #1a1311;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.13;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

ol,
ul,
dl {
  list-style-type: none;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

b,
strong {
  font-weight: inherit;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff !important;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  outline: none;
}

textarea {
  background-color: #fff;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 21em;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #f4f4f4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}

select:focus {
  outline: none;
}

/* SP style */
@media print, screen and (max-width: 999px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
}

/* PC style */
@media print, screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}

/* blocks */
/* --------------------
* Accordion
* -------------------- */
.Accordion {
  background-color: #f8f6ee;
}

.Accordion .Accordion_inner {
  margin: 0 auto 50px auto;
  max-width: 500px;
  padding: 40px 0;
}

.Accordion .Accordion__list {
  padding: 0 10px;
}

.Accordion .Accordion__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Accordion .Accordion__title::after {
  -webkit-text-stroke: 1px black;
  content: "＋";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
}

.Accordion .Accordion__title.-open::after {
  -webkit-text-stroke: 1px black;
  content: "－";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
}

.Accordion .Accordion__count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d71c28;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 10px;
  width: 54px;
}

.Accordion .Accordion__step {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}

.Accordion .Accordion__number {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

.Accordion .Accordion__titleText {
  background-color: #fff;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
  width: 100%;
}

.Accordion .Accordion__content {
  margin-bottom: 5px;
  margin-top: 5px;
  min-height: 20px;
  position: relative;
}

.Accordion .Accordion__content::before {
  background-color: #d71c28;
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 22px;
  position: absolute;
  width: 2px;
}

.Accordion .Accordion__content.-step4 {
  min-height: 0;
}

.Accordion .Accordion__contentInner {
  display: none;
  padding: 10px 0 10px 53px;
}

.Accordion .Accordion__text {
  display: inline-block;
  line-height: 1.4;
  position: relative;
}

.Accordion .Accordion__text::after {
  background-image: url(../../assets/images/accordion_img1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 80px;
  position: absolute;
  right: -50px;
  top: -20px;
  width: 75px;
}

.Accordion .Accordion__textLarge {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.Accordion .Accordion__textDate {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.Accordion .Accordion__textSmall {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.Accordion .Accordion__textNormal {
  font-size: 14px;
  line-height: 1.6;
}

.Accordion .Accordion__textRed {
  color: #d71c28;
  font-weight: 600;
}

.Accordion .Accordion__image.-img2 {
  margin: 15px auto;
  width: 150px;
}

.Accordion .Accordion__image.-img3 {
  margin-top: 15px;
  width: 200px;
}

.Accordion .Accordion__image.-img4 {
  margin: 15px auto;
  width: 60px;
}

@media print, screen and (min-width: 1000px) {
  .Accordion .Accordion_inner {
    margin: 0 auto 100px auto;
    max-width: 1000px;
    padding: 70px 0;
  }
  .Accordion .Accordion__title::after {
    -webkit-text-stroke: 1px black;
    font-size: 30px;
    right: 15px;
    top: 5px;
  }
  .Accordion .Accordion__title.-open::after {
    -webkit-text-stroke: 1px black;
    font-size: 30px;
    right: 15px;
    top: 6px;
  }
  .Accordion .Accordion__count {
    height: 70px;
    width: 77px;
  }
  .Accordion .Accordion__step {
    font-size: 18px;
  }
  .Accordion .Accordion__number {
    font-size: 37px;
  }
  .Accordion .Accordion__titleText {
    font-size: 28px;
    padding-left: 40px;
  }
  .Accordion .Accordion__content::before {
    left: 35px;
  }
  .Accordion .Accordion__contentInner {
    padding-left: 85px;
  }
  .Accordion .Accordion__text::after {
    height: 170px;
    right: -280px;
    top: 4px;
    width: 210px;
  }
  .Accordion .Accordion__textLarge {
    font-size: 20px;
  }
  .Accordion .Accordion__textDate {
    font-size: 14px;
  }
  .Accordion .Accordion__textSmall {
    font-size: 14px;
  }
  .Accordion .Accordion__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Accordion .Accordion__textNormal {
    font-size: 16px;
    margin-bottom: 50px;
    width: 510px;
  }
  .Accordion .Accordion__image.-img2 {
    margin: 0 auto;
    width: 210px;
  }
  .Accordion .Accordion__image.-img3 {
    margin: 0 auto;
    width: 240px;
  }
  .Accordion .Accordion__image.-img4 {
    margin: 0 auto;
    width: 100px;
  }
}

/* --------------------
* Btn
* -------------------- */
.Btn .Btn__linkFree {
  border: 2px solid #d71c28;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #d71c28;
  box-shadow: 0 3px 0 #d71c28;
  color: #d71c28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  width: 290PX;
}

.Btn .Btn__minutes {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #fff3ac;
  border-radius: 3px 10px 10px 3px /3px 20px 20px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0 5px 0;
  position: relative;
  text-align: center;
  z-index: 3;
}

.Btn .Btn__minutesLawyer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 11px;
  font-weight: 600;
}

.Btn .Btn__minutesFirst {
  font-size: 10px;
  font-weight: 600;
}

.Btn .Btn__minutesSixty {
  font-size: 15px;
  font-weight: 600;
}

.Btn .Btn__minutesFree {
  font-size: 12px;
  font-weight: 600;
}

.Btn .Btn__free {
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: -30px;
  padding: 10px 10px 10px 75px;
  position: relative;
  width: 260px;
  z-index: 1;
}

.Btn .Btn__free::before {
  background-image: url(../../assets/images/accordion_icon_free.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  left: 37px;
  position: absolute;
  top: 12px;
  width: 30px;
}

.Btn .Btn__free::after {
  border: 0;
  border-right: solid 1px #d71c28;
  border-top: solid 1px #d71c28;
  content: '';
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.Btn .Btn__freeNumber {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.Btn .Btn__mailLink {
  line-height: 1.2;
}

.Btn .Btn__mailText {
  background-color: #fff;
  border: 2px solid #d71c28;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #d71c28;
  box-shadow: 0 3px 0 #d71c28;
  color: #d71c28;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 0 14px 30px;
  position: relative;
  text-align: center;
  width: 286px;
}

.Btn .Btn__mailText::before {
  background-image: url(../../assets/images/accordion_icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 26px;
  left: 55px;
  position: absolute;
  top: 9px;
  width: 26px;
}

.Btn .Btn__mailText::after {
  border: 0;
  border-right: solid 1px #d71c28;
  border-top: solid 1px #d71c28;
  content: '';
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

@media print, screen and (min-width: 1000px) {
  .Btn .Btn__linkFree {
    background-color: #d71c28;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 510px;
  }
  .Btn .Btn__linkFree:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  .Btn .Btn__minutes {
    background-color: #fff;
    border: none;
    border-radius: 5px 15px 15px 5px / 0 45px 45px 0;
    padding: 15px 10px 0 15px;
  }
  .Btn .Btn__minutesLawyer {
    font-size: 19px;
    position: relative;
    z-index: 2;
  }
  .Btn .Btn__minutesLawyer::before {
    background-color: #fff3ac;
    content: "";
    height: 11px;
    left: 42px;
    position: absolute;
    top: 10px;
    width: 99px;
    z-index: -1;
  }
  .Btn .Btn__minutesFirst {
    font-size: 16px;
    position: relative;
  }
  .Btn .Btn__minutesFirst::before {
    background-color: #fff3ac;
    content: "";
    height: 11px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 127px;
    z-index: -1;
  }
  .Btn .Btn__minutesSixty {
    font-size: 25px;
  }
  .Btn .Btn__minutesFree {
    font-size: 21px;
  }
  .Btn .Btn__free {
    background-color: #d71c28;
    color: #fff;
    font-size: 22px;
    padding: 10px 0 10px 50px;
    padding-left: 50px;
    width: 380px;
  }
  .Btn .Btn__free::before {
    background-image: url(../../assets/images/cv_icon_free.svg);
    content: "";
    display: inline-block;
    height: 30px;
    left: 53px;
    top: 40px;
    width: 30px;
  }
  .Btn .Btn__freeNumber {
    color: #fff3ac;
    font-size: 37px;
    padding-left: 35px;
  }
  .Btn .Btn__mailText {
    border: 3px solid #d71c28;
    border-radius: 8px;
    font-size: 26px;
    width: 512px;
  }
  .Btn .Btn__mailText::before {
    height: 38px;
    left: 97px;
    top: 10px;
    width: 34px;
  }
  .Btn .Btn__mailText::after {
    border-right: solid 2px #d71c28;
    border-top: solid 2px #d71c28;
    height: 10px;
    right: 92px;
    right: 92px;
    width: 10px;
  }
  .Btn .Btn__mailText:hover {
    -webkit-box-shadow: 0 0px 0 #d71c28;
    box-shadow: 0 0px 0 #d71c28;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/* --------------------
* Cta1 pc
* -------------------- */
.Cta1.pc .Cta1__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d71c28;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 85px auto;
  max-width: 1000px;
  padding: 3px 5px 3px 3px;
}

.Cta1.pc .Cta1__free {
  background-color: #fff;
  border-radius: 5px;
  border-radius: 5px 15px 15px 5px / 5px 45px 45px 5px;
  color: #d71c28;
  display: table;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 13px 15px 10px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.Cta1.pc .Cta1__freeLawyer {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.Cta1.pc .Cta1__freeLawyer::before {
  background-color: #fff3ac;
  content: "";
  height: 11px;
  left: -2px;
  position: absolute;
  top: 10px;
  width: 99px;
  z-index: -1;
}

.Cta1.pc .Cta1__freeFirst {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.Cta1.pc .Cta1__freeFirst::before {
  background-color: #fff3ac;
  content: "";
  height: 11px;
  left: -2px;
  position: absolute;
  top: 8px;
  width: 127px;
  z-index: -1;
}

.Cta1.pc .Cta1__freeSixty {
  font-size: 26px;
  font-weight: 600;
}

.Cta1.pc .Cta1__freeMinutes {
  font-size: 22px;
  font-weight: 600;
}

.Cta1.pc .Cta1__tell {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.Cta1.pc .Cta1__tellText {
  font-size: 14px;
  padding-left: 10px;
}

.Cta1.pc .Cta1__tellContact {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Cta1.pc .Cta1__tellNumber {
  color: #fff3ac;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 400;
  padding-left: 65px;
  position: relative;
}

.Cta1.pc .Cta1__tellNumber::before {
  background-image: url(../../assets/images/cv_icon_free.svg);
  content: "";
  display: inline-block;
  height: 45px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 45px;
}

.Cta1.pc .Cta1__tellDate {
  letter-spacing: -0.13rem;
  padding: 0  9px 10px 20px;
}

.Cta1.pc .Cta1__mailLink {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #980912;
  box-shadow: 0 3px 0 #980912;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 25px 10px 45px;
  position: relative;
}

.Cta1.pc .Cta1__mailLink::before {
  background-image: url(../../assets/images/accordion_icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  left: 10px;
  position: absolute;
  top: 18px;
  width: 30px;
}

.Cta1.pc .Cta1__mailLink::after {
  border: 0;
  border-right: solid 2px #d71c28;
  border-top: solid 2px #d71c28;
  content: '';
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.Cta1.pc .Cta1__mailText {
  color: #d71c28;
  font-size: 15px;
  font-weight: 600;
}

/* --------------------
* Cta1 sp
* -------------------- */
.Cta1.sp {
  margin: 20px 0;
}

.Cta1.sp .Cta1__inner {
  padding: 0 10px;
}

.Cta1.sp .Cta1__free {
  background-color: #fff;
  border: 2px solid #d71c28;
  border-radius: 50px;
  color: #d71c28;
  display: table;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 300px;
  z-index: 1;
}

.Cta1.sp .Cta1__free::before {
  background-color: #fff3ac;
  content: "";
  height: 9px;
  left: 35px;
  position: absolute;
  top: 24px;
  width: 225px;
  z-index: -1;
}

.Cta1.sp .Cta1__freeLawyer {
  font-size: 17px;
}

.Cta1.sp .Cta1__freeSixty {
  font-size: 22px;
}

.Cta1.sp .Cta1__freeLarge {
  font-size: 27px;
}

.Cta1.sp .Cta1_content {
  background-color: #d71c28;
  border-radius: 5px;
  margin-top: -20px;
  padding-top: 30px;
}

.Cta1.sp .Cta1__contentText {
  line-height: 1;
  text-align: center;
}

.Cta1.sp .Cta1__contentTextInquiry {
  color: #fff;
  font-size: 17px;
}

.Cta1.sp .Cta1__contentTextNote {
  color: #fff;
  font-size: 9px;
}

.Cta1.sp .Cta1__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Cta1.sp .Cta1__tell {
  line-height: 0.9;
  padding: 5px;
}

.Cta1.sp .Cta1__tellLink {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #980912;
  box-shadow: 0 3px 0 #980912;
  display: inline-block;
  padding: 5px 3px 5px 40px;
  position: relative;
}

.Cta1.sp .Cta1__tellLink::before {
  background-image: url(../../assets/images/accordion_icon_free.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 7px;
  position: absolute;
  top: 11px;
  width: 30px;
}

.Cta1.sp .Cta1__tellLink::after {
  border: 0;
  border-right: solid 1px #d71c28;
  border-top: solid 1px #d71c28;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.Cta1.sp .Cta1__tellText {
  color: #d71c28;
  font-size: 15px;
  font-weight: 600;
}

.Cta1.sp .Cta1__tellFree {
  color: #d71c28;
  font-size: 12px;
  font-weight: 600;
}

.Cta1.sp .Cta1__tellDate {
  color: #000;
  font-size: 8px;
  font-weight: 600;
}

.Cta1.sp .Cta1__mailLink {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #980912;
  box-shadow: 0 3px 0 #980912;
  display: inline-block;
  line-height: 0.9;
  padding: 12px 13px 12px 27px;
  position: relative;
}

.Cta1.sp .Cta1__mailLink::before {
  background-image: url(../../assets/images/accordion_icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 18px;
  width: 20px;
}

.Cta1.sp .Cta1__mailLink::after {
  border: 0;
  border-right: solid 1px #d71c28;
  border-top: solid 1px #d71c28;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.Cta1.sp .Cta1__mailText {
  color: #d71c28;
  font-size: 14px;
  font-weight: 600;
}

/* --------------------
* Cta2 pc
* -------------------- */
.Cta2.pc {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
  z-index: 100;
}

.scrolled .Cta2.pc {
  opacity: 1;
  pointer-events: all;
}

.Cta2.pc .Cta2__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d71c28;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  padding: 3px 5px 3px 3px;
}

.Cta2.pc .Cta2__free {
  background-color: #fff;
  border-radius: 5px;
  border-radius: 5px 15px 15px 5px / 5px 45px 45px 5px;
  color: #d71c28;
  display: table;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 13px 15px 10px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.Cta2.pc .Cta2__freeLawyer {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.Cta2.pc .Cta2__freeLawyer::before {
  background-color: #fff3ac;
  content: "";
  height: 11px;
  left: -2px;
  position: absolute;
  top: 10px;
  width: 99px;
  z-index: -1;
}

.Cta2.pc .Cta2__freeFirst {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.Cta2.pc .Cta2__freeFirst::before {
  background-color: #fff3ac;
  content: "";
  height: 11px;
  left: -2px;
  position: absolute;
  top: 8px;
  width: 127px;
  z-index: -1;
}

.Cta2.pc .Cta2__freeSixty {
  font-size: 26px;
  font-weight: 600;
}

.Cta2.pc .Cta2__freeMinutes {
  font-size: 22px;
  font-weight: 600;
}

.Cta2.pc .Cta2__tell {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.Cta2.pc .Cta2__tellText {
  font-size: 14px;
  padding-left: 10px;
}

.Cta2.pc .Cta2__tellContact {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Cta2.pc .Cta2__tellNumber {
  color: #fff3ac;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 400;
  padding-left: 65px;
  position: relative;
}

.Cta2.pc .Cta2__tellNumber::before {
  background-image: url(../../assets/images/cv_icon_free.svg);
  content: "";
  display: inline-block;
  height: 45px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 45px;
}

.Cta2.pc .Cta2__tellDate {
  letter-spacing: -0.13rem;
  padding: 0  9px 10px 20px;
}

.Cta2.pc .Cta2__mailLink {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #980912;
  box-shadow: 0 3px 0 #980912;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 25px 10px 45px;
  position: relative;
}

.Cta2.pc .Cta2__mailLink::before {
  background-image: url(../../assets/images/accordion_icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  left: 10px;
  position: absolute;
  top: 18px;
  width: 30px;
}

.Cta2.pc .Cta2__mailLink::after {
  border: 0;
  border-right: solid 2px #d71c28;
  border-top: solid 2px #d71c28;
  content: '';
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.Cta2.pc .Cta2__mailText {
  color: #d71c28;
  font-size: 15px;
  font-weight: 600;
}

/* --------------------
* Cta2 sp
* -------------------- */
.Cta2.sp {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
  z-index: 100;
}

.Cta2__fv.sp {
  width: calc(100% - 20px);
  margin: 20px auto;
}

.scrolled .Cta2.sp {
  opacity: 1;
  pointer-events: all;
}

.Cta2.sp .Cta2__inner {
  background-color: #d71c28;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  padding-bottom: 10px;
}
.Cta2__fv .Cta2__inner {
  background-color: #d71c28;
  border-radius: 5px;
  font-weight: 600;
  padding-bottom: 10px;
}

.Cta2.sp .Cta2__free,
.Cta2__fv.sp .Cta2__free {
  color: #fff3ac;
  display: table;
  line-height: 1;
  margin: 0 auto;
  padding: 5px;
}

.Cta2.sp .Cta2__freeLawyer,
.Cta2__fv.sp .Cta2__freeLawyer {
  font-size: 13px;
}

.Cta2.sp .Cta2__freeSixty,
.Cta2__fv.sp .Cta2__freeSixty {
  font-size: 16px;
}

.Cta2.sp .Cta2__freeLarge,
.Cta2__fv.sp .Cta2__freeLarge {
  font-size: 19px;
}

.Cta2.sp .Cta2__freeNote,
.Cta2__fv.sp .Cta2__freeNote {
  color: #fff;
  font-size: 8px;
}

.Cta2.sp .Cta2__tell,
.Cta2__fv.sp .Cta2__tell {
  line-height: 1;
  text-align: center;
}

.Cta2.sp .Cta2__tellLink,
.Cta2__fv.sp .Cta2__tellLink {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #980912;
  box-shadow: 0 3px 0 #980912;
  color: #d71c28;
  display: inline-block;
  padding: 5px 18px 5px 40px;
  position: relative;
  text-align: left;
}

.Cta2.sp .Cta2__tellLink::before,
.Cta2__fv.sp .Cta2__tellLink::before {
  background-image: url(../../assets/images/accordion_icon_free.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 25px;
}

.Cta2.sp .Cta2__tellLink::after,
.Cta2__fv.sp .Cta2__tellLink::after {
  border: 0;
  border-right: solid 1px #d71c28;
  border-top: solid 1px #d71c28;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.Cta2.sp .Cta2__tellText,
.Cta2__fv.sp .Cta2__tellText {
  font-size: 15px;
}

.Cta2.sp .Cta2__tellFree,
.Cta2__fv.sp .Cta2__tellFree {
  font-size: 12px;
}

.Cta2.sp .Cta2__tellDate,
.Cta2__fv.sp .Cta2__tellDate {
  color: #000;
  font-size: 8px;
}

/* ---------------------------------------------
* 新CTA
* --------------------------------------------- */
/* --------------------
* p-cta__sp
* -------------------- */
.p-cta__sp {
  max-width: 500px;
  margin: 50px auto 40px;
}
.p-cta__sp__inner {
  position: relative;
  padding: 32px 8px 10px;
  margin: 0 10px;
  background: #013FB4;
  border-radius: 6px;
}
.p-cta__sp__inner::before {
  position: absolute;
  width: 82px;
  height: 96px;
  top: -30px;
  right: 0;
  background: url(../images/img_cta_woman.png) no-repeat 0 0/contain;
  content: "";
}
.p-cta__sp__free {
  position: absolute;
  top: -24px;
  left: 8px;
  display: inline-block;
  padding: 8px 32px;
  background: #fff;
  border: solid 2px #013FB4;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
}
.p-cta__sp__free-accent {
  font-size: 22px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.u-blue {
  color: #013FB4;
}
.u-marker {
  position: relative;
}
.u-marker::before {
  position: absolute;
  width: calc(100% + 8px);
  height: 8px;
  bottom: -2px;
  left: -4px;
  right: 0;
  margin: auto;
  background: #FFF3AC;
  content: "";
  z-index: -1;
}
.p-cta__sp__txt {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.p-cta__sp__note {
  margin-bottom: 12px;
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
}
.p-cta__sp__btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-cta__sp__tel-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 48px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.p-cta__sp__tel-btn::after {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  border-top: solid 1px #013FB4;
  border-right: solid 1px #013FB4;
  transform: rotate(45deg);
  content: "";
}
.p-cta__sp__tel-txt-area {
  position: relative;
  padding-left: 24px;
}
.p-cta__sp__tel-txt-area::before {
  position: absolute;
  width: 23px;
  height: 20px;
  top: 0;
  left: -7px;
  background: url(../images/icon_tel_blue.svg) no-repeat 0 0/contain;
  content: "";
}
.p-cta__sp__tel-txt-area::after {
  position: absolute;
  bottom: 0;
  left: -12px;
  color: #013FB4;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  content: "通話無料";
}
.p-cta__sp__tel-txt {
  font-size: 16px;
  font-weight: bold;
  color: #013FB4;
  line-height: 1.4;
}
.p-cta__sp__tel-time {
  font-size: 8px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-cta__sp__mail-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 48px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.p-cta__sp__mail-btn::after {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  border-top: solid 1px #013FB4;
  border-right: solid 1px #013FB4;
  transform: rotate(45deg);
  content: "";
}
.p-cta__sp__mail-txt {
  position: relative;
  padding-left: 22px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #013FB4;
  line-height: 1.2;
}
.p-cta__sp__mail-txt::before {
  position: absolute;
  width: 16px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/icon_mail_blue.svg) no-repeat 0 0/contain;
  content: "";
}

/* --------------------
* p-cta__pc
* -------------------- */
.p-cta__pc {
  position: relative;
  width: 1000px;
  margin: 50px auto 120px;
  background: #013FB4;
  border-radius: 6px;
}
.p-cta__pc__inner {
  display: flex;
  align-items: center;
}
.p-cta__pc__free {
  margin: 2px 20px 2px 2px;
  padding: 18px 16px 16px 10px;
  background: #fff;
  border-radius: 6px 46px 46px 6px;
  font-weight: bold;
  line-height: 1.4;
  z-index: 1;
}
.p-cta__pc__free-accent {
  font-size: 26px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-cta__pc__tel {
  margin-right: 16px;
  line-height: 1.2;
}
.p-cta__pc__tel-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-cta__pc__tel-num {
  position: relative;
  padding-left: 48px;
  font-size: 42px;
  font-weight: bold;
  color: #FFF3AC;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-cta__pc__tel-num::before {
  position: absolute;
  width: 33px;
  height: 27px;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/icon_tel_yellow.svg) no-repeat 0 0/contain;
  content: "";
}
.p-cta__pc__tel-note {
  position: relative;
  padding-left: 48px;
  font-size: 10px;
  color: #fff;
}
.p-cta__pc__tel-note::before {
  position: absolute;
  bottom: 0;
  left: -8px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF3AC;
  content: "通話無料";
}
.p-cta__pc__tel-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  line-height: 1.2;
}
.p-cta__pc__tel-time-ttl {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #013FB4;
  background: #fff;
  border-radius: 20px;
}
.p-cta__pc__tel-time-txt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-cta__pc__mail-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 60px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.p-cta__pc__mail-btn::after {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  border-top: solid 1px #013FB4;
  border-right: solid 1px #013FB4;
  transform: rotate(45deg);
  content: "";
}
.p-cta__pc__mail-btn:hover {
  background: #FFF3AC;
  box-shadow: none;
  transition: .3s;
  opacity: 1;
}
.p-cta__pc__mail-txt {
  position: relative;
  padding-left: 32px;
  padding-right: 16px;
  font-weight: bold;
  color: #013FB4;
  line-height: 1.2;
}
.p-cta__pc__mail-txt::before {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/icon_mail_blue.svg) no-repeat 0 0/contain;
  content: "";
}
.p-cta__pc__img-wrapper {
  position: absolute;
  width: 102px;
  height: 121px;
  bottom: 0;
  right: 8px;
}
.p-cta__pc__img {
  width: 100%;
}

/* --------------------
* p-floating__sp
* -------------------- */
.p-floating__sp {
  display: flex;
  justify-content: center;
  padding: 8px 8px 10px 20px;
  background: #013FB4;
  border-radius: 6px 6px 0 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
  z-index: 100;
}
.scrolled .p-floating__sp {
  opacity: 1;
  pointer-events: all;
}
.p-floating__sp__inner {
  position: relative;
  width: 340px;
}
.p-floating__sp__inner::before {
  position: absolute;
  width: 100px;
  height: 114px;
  bottom: -10px;
  right: 0;
  background: url(../images/img_cta_woman.png) no-repeat 0 0/contain;
  content: "";
}
.p-floating__sp__free {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.p-floating__sp__free-accent {
  padding-left: 2px;
  font-size: 22px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.u-yellow {
  font-weight: bold;
  color: #FFF3AC;
}
.p-floating__sp__note {
  margin-bottom: 10px;
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
}

/* --------------------
* p-floating__pc
* -------------------- */
.p-floating__pc {
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 1000px;
  margin: 0 auto;
  z-index: 100;
}

.scrolled .p-floating__pc {
  opacity: 1;
  pointer-events: all;
}

/* --------------------
* Fppter
* -------------------- */
.Footer {
  background-color: #8c8888;
  padding-top: 25px;
}

.Footer .Footer__inner {
  padding: 0 10px;
}

.Footer .Footer__logo {
  border-bottom: 1px solid #fff;
  margin-bottom: 23px;
  width: 100%;
}

.Footer .Footer__logo img {
  width: 250px;
}

.Footer .Footer__title {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.Footer .Footer__address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 70px;
}

.Footer .Footer__addressText {
  color: #fff;
  font-size: 13px;
}

.Footer .Footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.Footer .Footer__item {
  border-right: 1px solid #fff;
  line-height: 11px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-right: 10px;
}

.Footer .Footer__item.-item6 {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.Footer .Footer__link {
  color: #fff;
  font-size: 12px;
}

.Footer .Footer__copy {
  padding-bottom: 80px;
  text-align: center;
}

.Footer .Footer__copyText {
  color: #fff;
  font-size: 11px;
}

@media print, screen and (min-width: 1000px) {
  .Footer {
    padding: 50px 10px 95px;
  }
  .Footer .Footer__inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  .Footer .Footer__logo img {
    width: 350px;
  }
  .Footer .Footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Footer .Footer__title {
    font-size: 20px;
  }
  .Footer .Footer__addressText {
    font-size: 14px;
  }
  .Footer .Footer__link {
    font-size: 16px;
  }
  .Footer .Footer__copyText {
    font-size: 14px;
  }
}

/* --------------------
* Kv
* -------------------- */
.Kv .Kv__bg {
  position: relative;
}

.Kv .Kv__logo {
  left: 50%;
  position: absolute;
  top: 2vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.Kv .Kv__logo img {
  width: 100%;
}

.Kv .Kv__image.sp {
  position: relative;
}

.Kv .Kv__image.sp img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .Kv {
    overflow: hidden;
    width: 100%;
  }
  .Kv .Kv__bg {
    background-image: url(../../assets/images/kv_bg.jpg);
    background-position: bottom 0 left 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 520px;
  }
  .Kv .Kv__logo {
    padding: 20px 0;
  }
  .Kv .Kv__logo img {
    width: 400px;
  }
  .Kv .Kv__image {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%;
  }
  .Kv .Kv__imageLeft img {
    height: 400px;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 130px;
    width: 500px;
  }
  .Kv .Kv__imageRight img {
    height: auto;
    min-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0;
    position: absolute;
    right: -200px;
    top: 125px;
    width: 800px;
  }
}

/* --------------------
* Problem
* -------------------- */
.Problem {
  background-color: #fdfbf3;
}

.Problem .Problem__inner {
  margin: 0 auto;
  max-width: 450px;
  padding: 30px 10px;
}

.Problem .Problem__title {
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.Problem .Proble__titleText {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.Problem .Proble__titleText::before {
  background: #000;
  border-radius: 3px;
  content: "";
  height: 36px;
  left: 10px;
  position: absolute;
  top: 50px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 1px;
}

.Problem .Proble__titleText::after {
  background: #000;
  border-radius: 3px;
  content: "";
  height: 36px;
  position: absolute;
  right: 10px;
  top: 50px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 1px;
}

.Problem .Problem__textWhite {
  background-color: #d71c28;
  color: #fff;
  padding: 2px 5px;
}

.Problem .Problem__list {
  gap: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.1;
}

.Problem .Problem__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 84px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
}

.Problem .Problem__figure {
  width: 30%;
}

.Problem .Problem__itemText {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .Problem .Problem__inner {
    margin: 0 auto 35px auto;
    max-width: 1000px;
    padding: 60px 0;
  }
  .Problem .Problem__title {
    margin-bottom: 40px;
  }
  .Problem .Proble__titleText {
    font-size: 32px;
  }
  .Problem .Proble__titleText::before {
    height: 45px;
    left: -30px;
    top: 45px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .Problem .Proble__titleText::after {
    height: 45px;
    right: -30px;
    top: 45px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .Problem .Problem__item {
    height: 145px;
    width: 145px;
  }
  .Problem .Problem__item:nth-child(1) {
    margin-left: 80px;
  }
  .Problem .Problem__item:nth-child(5) {
    margin-right: 80px;
  }
  .Problem .Problem__item:nth-child(12) {
    margin-left: 80px;
  }
  .Problem .Problem__item:nth-child(16) {
    margin-right: 80px;
  }
  .Problem .Problem__figure {
    width: 35%;
  }
  .Problem .Problem__itemText {
    font-size: 18px;
  }
}

/* --------------------
* Reason
* -------------------- */
.Reason .Reason__inner {
  margin: 0 auto;
  max-width: 450px;
}

.Reason .Reason__list {
  padding: 0 10px;
}

.Reason .Reason__item {
  background-color: #fdfbf3;
  border: 2px solid #d71c28;
  border-radius: 5px;
  margin-bottom: 22px;
  width: 100%;
}

.Reason .Reason__number {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #d71c28));
  background: linear-gradient(to top left, transparent 50%, #d71c28 50%);
  border-radius: 2px 0 0 0;
  display: inline-block;
  height: 95px;
  width: 93px;
}

.Reason .Reason__numberText {
  color: #fff;
  display: inline;
  margin-left: 12px;
  position: relative;
}

.Reason .Reason__numberText::after {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  left: 11px;
  position: absolute;
  top: 0;
}

.Reason .Reason__numberText.-reason1::after {
  content: "1";
}

.Reason .Reason__numberText.-reason2::after {
  content: "2";
}

.Reason .Reason__numberText.-reason3::after {
  content: "3";
}

.Reason .Reason__numberText.-reason4::after {
  content: "4";
}

.Reason .Reason__numberText.-reason5::after {
  content: "5";
}

.Reason .Reason__numberText.-reason6::after {
  content: "6";
}

.Reason .Reason__title2 {
  color: #d71c28;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 90px;
  margin-top: -70px;
  position: relative;
}

.Reason .Reason__title2::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.Reason .Reason__title2.-reason1::after {
  background-image: url(../../assets/images/reason1.png);
  height: 55px;
  left: 175px;
  top: 25px;
  width: 70px;
}

.Reason .Reason__title2.-reason2::after {
  background-image: url(../../assets/images/reason2.png);
  height: 40px;
  left: 165px;
  top: 40px;
  width: 80px;
}

.Reason .Reason__title2.-reason3::after {
  background-image: url(../../assets/images/reason3.png);
  height: 40px;
  left: 175px;
  top: 15px;
  width: 80px;
}

.Reason .Reason__title2.-reason4::after {
  background-image: url(../../assets/images/reason4.png);
  height: 48px;
  left: 140px;
  top: 10px;
  width: 80px;
}

.Reason .Reason__title2.-reason5::after {
  background-image: url(../../assets/images/reason5.png);
  height: 50px;
  left: 165px;
  top: 35px;
  width: 90px;
}

.Reason .Reason__title2.-reason6::after {
  background-image: url(../../assets/images/reason6.png);
  height: 45px;
  left: 160px;
  top: -8px;
  width: 90px;
}

.Reason .Reason__title2.-reason6 {
  margin-bottom: 40px;
  margin-top: -50px;
}

.Reason .Reason__content {
  margin: 25px 0;
  padding: 0 20px;
}

.Reason .Reason__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.Reason .Reason__note {
  font-size: 10px;
  margin-top: 14px;
}

@media print, screen and (min-width: 1000px) {
  .Reason .Reason__inner {
    margin-bottom: 40px;
    max-width: 1000px;
  }
  .Reason .Reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Reason .Reason__item {
    border: 3px solid #d71c28;
    width: 48%;
  }
  .Reason .Reason__number {
    height: 130px;
    width: 120px;
  }
  .Reason .Reason__numberText {
    font-size: 18px;
  }
  .Reason .Reason__numberText::after {
    font-size: 42px;
    top: -5px;
  }
  .Reason .Reason__title2 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-left: 110px;
    margin-top: -100px;
  }
  .Reason .Reason__title2.-reason1::after {
    height: 85px;
    left: 255px;
    top: 25px;
    width: 80px;
  }
  .Reason .Reason__title2.-reason2::after {
    height: 65px;
    left: 235px;
    top: 50px;
    width: 95px;
  }
  .Reason .Reason__title2.-reason3::after {
    height: 50px;
    left: 245px;
  }
  .Reason .Reason__title2.-reason4::after {
    height: 70px;
    left: 220px;
    top: 15px;
    width: 100px;
  }
  .Reason .Reason__title2.-reason5::after {
    height: 65px;
    left: 245px;
    top: 40px;
    width: 100px;
  }
  .Reason .Reason__title2.-reason6::after {
    height: 55px;
    left: 245px;
    top: -10px;
    width: 85px;
  }
  .Reason .Reason__title2.-reason6 {
    margin-bottom: 69px;
    margin-top: -65px;
  }
  .Reason .Reason__text {
    font-size: 16px;
  }
  .Reason .Reason__note {
    font-size: 12px;
  }
}

/* --------------------
* Result
* -------------------- */
.Result .Result__label {
  background-color: #ceab61;
  margin-bottom: 10px;
  margin-top: -17px;
  padding: 10px 0;
  text-align: center;
}

.Result .Result__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.Result .Result__titleLarge {
  font-size: 21px;
}

.Result .Result__inner {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 10px;
}

.Result .Result__list {
  align-items: flex-end;
  display: flex;
  gap: 7vw;
  justify-content: left;
  width: 100%;
  margin-left: 8px;
}

.Result .Result__item {
  position: relative;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}

.Result .Result__item::before, .Result .Result__item::after {
  position: absolute;
  bottom: 0;
  background-image: url(../../assets/images/kv_blow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  height: 30px;
  width: 15px;
  z-index: -1;
}
.Result .Result__item::before {
  left: -8px;
}

.Result .Result__item::after {
  right: -8px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.Result .Result__term {
  font-size: 10px;
  line-height: 1.15;
  margin-bottom: 5px;
  text-align: center;
}

.Result .Result__description {
  line-height: 1;
  text-align: center;
}

.Result .Result__number {
  color: #d71c28;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  font-style: italic;
}

.Result .Result__unit {
  font-size: 10px;
  font-weight: 600;
}

.Result__unit sup {
  font-size: 10px;
  top: -12px;
}

.Result .Result__date {
  font-size: 8px;
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}

.Result__no1 {
  position: absolute;
  top: -24px;
  right: 4px;
  width: 104px;
  height: 104px;
  background: url('/common_api/media/img/common/no1_fix_notxt.svg') center center no-repeat;
  background-size: contain;
  text-align: center;
}
.Result__no1-num {
  position: absolute;
  display: block;
  bottom: -4px;
  left: 50%;
  color: #1A2A51;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: italic;
  transform: translateX(-85%);
}
.Result__no1-date {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 8px;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 1000px) {
  .Result .Result__label {
    margin-top: 0;
  }
  .Result .Result__title {
    font-size: 24px;
  }
  .Result .Result__titleLarge {
    font-size: 32px;
  }
  .Result .Result__inner {
    margin: -55px auto 25px;
    max-width: 720px;
    padding: 0 10px;
  }
  .Result .Result__list {
    gap: 80px;
  }
  .Result .Result__item::before, .Result .Result__item::after {
    height: 70px;
    width: 30px;
  }
  .Result .Result__item::before {
    left: -32px;
  }
  .Result .Result__item::after {
    right: -32px;
  }
  .Result .Result__term {
    font-size: 21px;
  }
  .Result .Result__number {
    font-size: 50px;
  }
  .Result .Result__unit {
    font-size: 25px;
  }
  .Result .Result__date {
    max-width: 1080px;
    font-size: 12px;
    text-align: left;
  }
  .Result__no1 {
    top: -40px;
    width: 160px;
    height: 160px;
  }
  .Result__no1-num {
    bottom: -2px;
    font-size: 50px;
  }
  .Result__no1-date {
    bottom: 5px;
    font-size: 12px;
  }


}

/* --------------------
* Solution
* -------------------- */
.Solution {
  margin-bottom: 50px;
}

.Solution .Solution__inner {
  margin: 0 auto;
  max-width: 500px;
}

.Solution .Solution__layout.-right {
  margin-bottom: 6px;
}

.Solution .Solution__title {
  padding: 0 15px;
  position: relative;
  top: 17px;
}

.Solution .Solution__bg {
  padding: 0 10px;
}

.Solution .Solution__bgInner {
  background-color: #f8f6ee;
  border-radius: 5px;
  padding-top: 30px;
  width: 100%;
}

.Solution .Solution__consolation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  min-height: 84px;
  padding-left: 130px;
  position: relative;
}

.Solution .Solution__consolation::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  height: 84px;
  left: 26px;
  position: absolute;
  top: 0;
  width: 84px;
  z-index: 3;
}

.Solution .Solution__consolation.-case1::before {
  background-image: url(../../assets/images/solution1_sp.png);
}

.Solution .Solution__consolation.-case2 {
  padding: 0 100px 0 25px;
}

.Solution .Solution__consolation.-case2::before {
  background-image: url(../../assets/images/solution2_sp.png);
  left: auto;
  right: 26px;
}

.Solution .Solution__consolation.-case3::before {
  background-image: url(../../assets/images/solution3_sp.png);
}

.Solution .Solution__consolation.-case4 {
  padding: 0 100px 0 25px;
}

.Solution .Solution__consolation.-case4::before {
  background-image: url(../../assets/images/solution4_sp.png);
  left: auto;
  right: 26px;
}

.Solution .Solution__consolationContent {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 6px;
  position: relative;
}

.Solution .Solution__consolationContent::before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  width: 204px;
  z-index: 0;
}

.Solution .Solution__consolationContent.-gentle {
  color: #d71c28;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.Solution .Solution__consolationContent.-gentle::before {
  content: none;
}

.Solution .Solution__consolationContent.-gentle .Solution__consolationContentText {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 50%, #fff 0%);
  display: inline;
  padding: 0 1px 0px;
}

.Solution .Solution__consolationContent.-left1 {
  margin-left: auto;
  margin-right: -45px;
}

.Solution .Solution__consolationContent.-left2 {
  line-height: 1.4;
  margin-left: auto;
  padding-right: 25px;
}

.Solution .Solution__consolationText1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-left: 8px;
  position: relative;
  z-index: 1;
}

.Solution .Solution__consolationMoney {
  color: #d71c28;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.Solution .Solution__consolationMoneyUnit {
  color: #d71c28;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}

.Solution .Solution__consolationText2 {
  display: block;
  font-size: 15px;
  letter-spacing: 0.07em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.Solution .Solution__text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 15px;
  padding-bottom: 25px;
  text-align: justify;
}

.Solution .Solution__textRed {
  color: #d71c28;
}

@media print, screen and (min-width: 1000px) {
  .Solution {
    margin-bottom: 50px;
  }
  .Solution .Solution__title {
    padding: 0 0;
    position: relative;
    top: 17px;
  }
  .Solution .Solution__title.-case1 {
    padding: 0 10% 0 28%;
  }
  .Solution .Solution__title.-case2 {
    padding: 0 43% 0 5%;
  }
  .Solution .Solution__title.-case3 {
    padding: 0 18% 0 32%;
  }
  .Solution .Solution__title.-case4 {
    padding: 0 35% 0 5%;
  }
  .Solution .Solution__inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  .Solution .Solution__bg {
    width: auto;
  }
  .Solution .Solution__consolation {
    min-height: auto;
  }
  .Solution .Solution__consolation.-case1 {
    padding-left: 30%;
  }
  .Solution .Solution__consolation.-case1::before {
    height: 235px;
    width: 235px;
  }
  .Solution .Solution__consolation.-case2 {
    padding-left: 50px;
  }
  .Solution .Solution__consolation.-case2::before {
    height: 235px;
    top: 10px;
    width: 235px;
  }
  .Solution .Solution__consolation.-case3 {
    padding-left: 30%;
  }
  .Solution .Solution__consolation.-case3::before {
    height: 235px;
    width: 235px;
  }
  .Solution .Solution__consolation.-case4 {
    padding-left: 50px;
  }
  .Solution .Solution__consolation.-case4::before {
    height: 235px;
    top: 35px;
    width: 235px;
  }
  .Solution .Solution__consolationContent {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 70%, #fff 0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0px 0px;
  }
  .Solution .Solution__consolationContent::before {
    content: none;
  }
  .Solution .Solution__consolationContent.-gentle {
    font-size: 34px;
  }
  .Solution .Solution__consolationContent.-left1, .Solution .Solution__consolationContent.-left2 {
    margin-left: 0;
  }
  .Solution .Solution__consolationText1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 24px;
  }
  .Solution .Solution__consolationMoney {
    font-size: 73px;
  }
  .Solution .Solution__consolationMoneyUnit {
    font-size: 42px;
  }
  .Solution .Solution__consolationText2 {
    font-size: 24px;
  }
  .Solution .Solution__text {
    font-size: 16px;
    padding-left: 30%;
    padding-right: 50px;
  }
  .Solution .Solution__text.-case2, .Solution .Solution__text.-case4 {
    padding-left: 50px;
    padding-right: 30%;
  }
}

/* --------------------
* Title1
* -------------------- */
.Title1 {
  margin-bottom: 20px;
  text-align: center;
}

.Title1.-reason {
  line-height: 1.3;
  margin-bottom: 40px;
}

.Title1.-voice {
  margin-bottom: 30px;
}

.Title1 .Title1__text {
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
}

.Title1 .Title1__text::before {
  background-color: #d71c28;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 57px);
  position: absolute;
  width: 38px;
  z-index: 2;
}

.Title1 .Title1__text::after {
  background-color: #2b2b2b;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 57px);
  position: absolute;
  width: 115px;
  z-index: 1;
}

.Title1 .Title1__text.-reason::before {
  bottom: -10px;
}

.Title1 .Title1__text.-reason::after {
  bottom: -10px;
}

.Title1 .Title1__text .Title1__number {
  color: #d71c28;
  font-size: 34px;
}

.Title1 .Title1__text .Title1__red {
  color: #d71c28;
}

@media print, screen and (min-width: 1000px) {
  .Title1.-solution {
    margin-bottom: 35px;
  }
  .Title1.-reason {
    margin-bottom: 60px;
  }
  .Title1.-voice {
    margin-bottom: 35px;
  }
  .Title1 .Title1__text {
    font-size: 40px;
  }
  .Title1 .Title1__text::before {
    height: 5px;
    left: calc(50% - 96px);
    width: 63px;
  }
  .Title1 .Title1__text::after {
    height: 5px;
    left: calc(50% - 96px);
    width: 192px;
  }
  .Title1 .Title1__text .Title1__number {
    font-size: 58px;
  }
  .Title1 .Title1__text.-reason::before {
    bottom: -20px;
  }
  .Title1 .Title1__text.-reason::after {
    bottom: -20px;
  }
}

/* --------------------
* Title2
* -------------------- */
.Title2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d71c28;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.Title2 .Title2__index {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  line-height: 24px;
}

.Title2 .Title2__text {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 20px;
  margin-left: 15px;
  padding-left: 15px;
}

.Title2 .Title2__case {
  font-size: 16px;
}

.Title2 .Title2__number {
  font-size: 24px;
}

.Title2 .Title2__age {
  font-size: 20px;
}

.Title2 .Title2__gender {
  font-size: 14px;
}

.Title2 .Title2__attribute {
  font-size: 20px;
}

.Title2 .Title2__other {
  font-size: 16px;
}

@media print, screen and (min-width: 1000px) {
  .Title2 {
    border-radius: 60px;
    height: 55px;
    width: auto;
  }
  .Title2 .Title2__index {
    line-height: 42px;
  }
  .Title2 .Title2__case {
    font-size: 26px;
  }
  .Title2 .Title2__number {
    font-size: 42px;
  }
  .Title2 .Title2__text {
    line-height: 32px;
  }
  .Title2 .Title2__age {
    font-size: 32px;
  }
  .Title2 .Title2__gender {
    font-size: 23px;
  }
  .Title2 .Title2__attribute {
    font-size: 32px;
  }
  .Title2 .Title2__other {
    font-size: 27px;
  }
}

/* --------------------
* Voice
* -------------------- */
.Voice {
  background-color: #fdfbf3;
}

.Voice .Voice__inner {
  margin: 0 auto;
  max-width: 500px;
  padding: 50px 10px;
}

.Voice .Voice__list {
  width: 100%;
}

.Voice .Voice__item {
  margin-bottom: 25px;
}

.Voice .Voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -40px;
  padding: 0 3px;
}

.Voice .Voice__title.-order2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.Voice .Voice__figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16%;
}

.Voice .Voice__figureText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d71c28;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  width: 80%;
}

.Voice .Voice__figureText.-voice4 {
  padding-left: 18px;
}

.Voice .Voice__figureText:before {
  background-image: url("../images/fukidashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.Voice .Voice__figureText.-right:before {
  left: auto;
  right: -7px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.Voice .Voice__bg {
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 10px 0 40px;
}

.Voice .Voice__q {
  color: #d71c28;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative;
  text-align: justify;
}

.Voice .Voice__q::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d71c28;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -30px;
  position: absolute;
  top: -3px;
  width: 24px;
}

.Voice .Voice__a {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 25px;
  text-align: justify;
}

@media print, screen and (min-width: 1000px) {
  .Voice {
    margin-bottom: 125px;
  }
  .Voice .Voice__inner {
    max-width: 1000px;
    padding: 50px 10px;
  }
  .Voice .Voice__item {
    margin-bottom: 70px;
  }
  .Voice .Voice__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto -60px;
    max-width: 750px;
  }
  .Voice .Voice__figureText {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 34px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
  }
  .Voice .Voice__bg {
    margin: 0 auto;
    max-width: 900px;
    padding: 105px 80px 10px 110px;
  }
  .Voice .Voice__q {
    font-size: 22px;
  }
  .Voice .Voice__q::before {
    font-size: 24px;
    height: 30px;
    left: -39px;
    width: 30px;
  }
  .Voice .Voice__a {
    font-size: 18px;
  }
}
