/* ==========================================================================
   Foundation
   ========================================================================== */
/*
  Reset
---------------------------------*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
input,textarea{
  background: #fff;
  border: 2px solid;
  width: 100%;
  border-radius: 6px;
  padding: 16px;
}
textarea{
  height: 30vh;
}
.submit-button,.submitBtn{
  width: 100%;
  background: #348c9d;
  height: 6rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 1rem;
}
#contact{
  padding-top: 4rem;
  margin-top: -4rem;
  display: block;
}
#contact td input[type="radio"]{
  width: 13px;
  vertical-align: text-bottom;
}
#contact td .repair-check{
  line-height: 32px;
  margin-right: 8px;
}
/*
form
*/
#contact{
  background: #fff;
}
.contact-box{
  padding: 4rem 3.2rem 6.4rem;
}

#contact table,#contact th,#contact tr,#contact td{
  width: 100%;
}
#contact th,#contact tr,#contact td{
  display: block;
}
#contact tr{
  font-size: 1.4em;
}
#contact th{
  margin-bottom: 16px;
}
#contact td{
  margin-bottom: 32px;
}
.req{
  background: #4eaf9f;
  padding: 5px 8px;
  color: #fff;
  margin-left: 8px;
  border-radius: 4px;
}
.thanks-p{
  padding-top: 4.8rem;
  font-size: 1.4rem;
} 

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
       width: 13px;     
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}



/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
  Base
---------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #212121;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  }


img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.bg-b{
  background: #2E51AB;
}
.bg-g{
  background: #F2F2F2;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/*
  Layout - Header
---------------------------------*/

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 88px;
    width: 560px;
    margin:0 auto;
  }
}

.l-header__inner {
  pointer-events: none;
  width: 560px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 100%;
    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;
    position: relative;
    pointer-events: auto;
  }
}

.l-header__nav {
  visibility: hidden;
  height: 100vh;
  overflow: scroll;
  background: #DEE6EF;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    height: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 300px);
    max-height: none;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    overflow: unset;
  }
}

.l-header .js-is-open {
  -webkit-transform: scaleX(1) translateX(0%);
          transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform .3s ,opacity .3s .3s ,-webkit-transform .3s;
}

.l-header__guide {
  visibility: hidden;
  height: 100vh;
  overflow-y: scroll;
  background: #DEE6EF;
  top: 0;
  position: absolute;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .l-header__guide {
    display: none;
  }
}

.l-header__guide .js-is-open {
  -webkit-transform: scaleX(1) translateX(0%);
          transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform .3s ,opacity .3s .3s ,-webkit-transform .3s;
}

.l-header-logo {
  margin-left: 4.566%;
  padding-top: 14px;
  padding-bottom: 12px;
  pointer-events: all;
  width: calc(440 / 780* 100%);
  max-width: 112px;
}

@media screen and (min-width: 768px) {
  .l-header-logo {
    margin-left: 0;
    height: auto;
    max-width: 136px;
  }
}

.l-header-logo img {
  height: 34px;
}

@media screen and (min-width: 768px) {
  .l-header-logo img {
    height: auto;
  }
}

/*
  Layout - Nav
---------------------------------*/
.l-nav {
  width: calc(644 / 780 *100%);
  padding-top: 52px;
  padding-right: 28px;
  padding-bottom: 32px;
  padding-left: 8%;
  -webkit-transform: scaleX(0) translateX(100%);
          transform: scaleX(0) translateX(100%);
  background-color: #fff;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .l-nav {
    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;
    max-width: 685px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    max-width: 685px;
    padding: 12px 0 10px;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.l-nav__item {
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .l-nav__item {
    font-size: 1.4rem;
    margin-top: 0;
    border: none;
  }
}

.l-nav__item > a {
  position: relative;
  display: block;
  padding-right: 40px;
  padding-top: 20px;
  line-height: calc(40 /28);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  transition: color 0.3s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}

@media screen and (min-width: 768px) {
  .l-nav__item > a {
    position: initial;
    padding-right: 0;
    -webkit-transition: none;
    transition: none;
    padding-top: 0;
  }
}

.l-nav__item::after {
  position: absolute;
  content: '';
  background: url(../img/arrow.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 18px;
  height: 7px;
}

@media screen and (min-width: 768px) {
  .l-nav__item::after {
    background: none;
  }
}

.l-nav a {
  color: #263330;
}

.l-guide {
  width: calc(644 / 780 *100%);
  padding-top: 52px;
  padding-right: 28px;
  padding-bottom: 32px;
  padding-left: 8%;
  background-color: #fff;
  opacity: 0;
}


.l-nav-sp-btn {
  height: 68px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  background-color: #fff;
  pointer-events: all;
  -webkit-transition: border-radius .3s;
  transition: border-radius .3s;
  background-color: #4C768B;
}

@media screen and (min-width: 768px) {
  .l-nav-sp-btn {
    display: none;
  }
}

.l-guide-sp-btn,.l-guide-mail-btn,.l-guide-form-btn {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 60px;
  height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.l-guide-sp-btn{
  right: 0px;
  width: 60px;
  background: #CE392A;
}
.l-guide-sp-btn .tel-box{
  padding: 12px 6px;
}
.tel-box .ico-24h{
  padding-bottom: 6px;
}
.l-guide-mail-btn{
  right: 60px;
}
.l-guide-form-btn{
  right: 120px;
}

@media screen and (min-width: 768px) {
  .l-guide-sp-btn,.l-guide-mail-btn,.l-guide-form-btn {
    width: 88px;
    height: 88px;
    /* display: none; */
  }
  .l-guide-sp-btn{
    width: 88px;
  }
  .l-guide-sp-btn > a,.l-guide-mail > a{
    pointer-events: none;
  }
  .l-guide-mail-btn{
    right: 88px!important;
  }
  .l-guide-form-btn{
    right: 176px;
  }
  .tel-font{
    font-family: 'Lexend', sans-serif;
      color: #fff;
      font-size: 2.7rem;
      letter-spacing: -1px;
  }
  .l-guide-sp-btn .tel-box{
    padding: 15px 10px;
    text-align: center;
  }
  .tel-box .ico-24h{
    padding-bottom: 6px;
  }
}


.l-header-sp-bg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #DEE6EF;
}

@media screen and (min-width: 1080px) {
  .l-header-sp-bg {
    display: none;
  }
}

.l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav, .l-header .l-guide {
  -webkit-transition: opacity .3s ,-webkit-transform .3s .3s;
  transition: opacity .3s ,-webkit-transform .3s .3s;
  transition: transform .3s .3s ,opacity .3s;
  transition: transform .3s .3s ,opacity .3s ,-webkit-transform .3s .3s;
}

@media screen and (min-width: 768px) {
  .l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav, .l-header .l-guide {
    -webkit-transition: none;
    transition: none;
  }
}

.l-header.js-is-open .l-header-sp-bg, .l-header.js-is-open .l-nav, .l-header.js-is-open .l-sp-nav, .l-header.js-is-open .l-cta-nav,
.l-header.js-guide-is-open .l-header-sp-bg, .l-header.js-guide-is-open .l-cta-nav, .l-header.js-guide-is-open .l-guide {
  -webkit-transform: scaleX(1) translateX(0%);
          transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: opacity .3s .3s ,-webkit-transform .3s;
  -webkit-transition: opacity .3s .3s ,-webkit-transform .3s;
  transition: transform .3s ,opacity .3s .3s;
  transition: transform .3s ,opacity .3s .3s ,-webkit-transform .3s;
}

.l-header.js-is-open .l-header__inner,
.l-header.js-guide-is-open .l-header__inner {
  pointer-events: all;
}

.l-header.js-is-open .l-header-sp-bg,
.l-header.js-guide-is-open .l-header-sp-bg {
  width: 100%;
  opacity: 1;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.l-header.js-is-open .l-header__nav,
.l-header.js-guide-is-open .l-header__guide {
  visibility: visible;
}

.l-header.js-is-open .l-header-logo,
.l-header.js-guide-is-open .l-header-logo {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header.js-is-open .l-header-logo,
  .l-header.js-guide-is-open .l-header-logo {
    display: block;
  }
}

.l-container {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 560px;
  }
}

.l-container-sp {
  width: calc(670 / 780 *100%);
  margin: auto;
}

/*
  Layout - Section
---------------------------------*/
.l-section {
  padding: 36px 0;
}

@media screen and (min-width: 768px) {
  .l-section {
    padding: 72px 0;
  }
}

/*
  Layout - Main
---------------------------------*/
.l-main {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .l-main {
    width: 560px;
    margin: 88px auto 0;
  }
}

.cv-area01,.cv-area02{
  position: relative;
}
.cv-area01,.cv-area02{
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .cv-area01{
    margin-top: 0!important;
  }
  .cv-area02{
    margin-top:0px;
  }
  .cv-tell-2 > a,.cv-tell > a,.cv-tell-3 > a{
    pointer-events: none;
  }
  .cvArea > .cv-box02 {
    padding: 0px 96px 0 96px!important;
    bottom: 136px!important;
}
  .cvArea > .cv-box02 .cv-ill {
    bottom: -120px!important;
}
  .cvArea > .cv-box03 {
    padding: 0px 96px 0 96px!important;
    bottom: 152px!important;
}  
  .cvArea > .cv-box03 .cv-ill {
    bottom: -144px!important;
}
  .cvArea > .cv-box {
    bottom:160px!important;
    padding: 0px 96px 0 96px!important;
}
.cvArea > .cv-box .cv-ill {
  bottom: -136px!important;
}
  .cv-tel img{
    width: 100%;
    display: block;
    margin: 0px auto 16px;
  }
  .cv-line img{
    width: 100%;
    display: block;
    margin: 0px auto;
  }    
  .cv01-img-mt24{
    margin-top: -48px!important;
  }
  .voice-inner{
    padding:72px 48px !important;
  }
  .p-sec01 li{
    padding-bottom: 32px!important;
  }
  .sec01-h3{
    margin: 48px 16px!important;
  }
  .sec02-ttl, .reason-ttl, .sec03-ttl {
    padding: 72px 0 48px 0!important;
  }
  .p-sec02 ul, .p-sec03 ul {
    padding: 48px 48px 0 48px!important;
  }
  .cv-tel a{
    pointer-events: none;
  }
  .voice-list span, .case-list span {
    width: 32%!important;
  }
  .case {
    padding-top: 8.8rem!important;
  }
  .case-list{
    padding: 9.6rem 3.2rem 25.2rem!important;
  }
  .voice-list {
    padding: 5.6rem 4.8rem 5.6rem!important;
  }
  .case-list h4{
    width: 90%;
    margin: 0 auto 1.6rem;
  }
  .case-list p{
    width: 90%;
    margin: 0 auto 1.6rem;
    font-size: 1.8rem!important;
  }
  .arrow {
    max-width: 48px!important;
  }
  .voice h3.sec-ttl, .case h3.sec-ttl {
    margin: 0rem 0 2rem!important;
  }
  .reason {
    margin: 8rem 0 6.4rem!important;
  }
  .reason li {
    padding-bottom: 4.8rem!important;
  }
  .reason li:last-child {
    padding-bottom: 0rem!important;
  }
  .lawyer-comment {
    border: solid 3px #212121!important;;
    border-radius: 24px!important;;
    padding: 8.8rem 4.8rem 4.8rem!important;;
    margin-top: 3.2rem!important;;
  }
  .lawyer-comment p {
    font-size: 1.8rem!important;
  }
  .lawyer-comment p:nth-of-type(1) {
    padding-top: 3.2rem!important;
  }
  .lawyer-comment a::before {
    width: 56px!important;
  }
  .flow{
    padding: 4.8rem !important;
  }
  .voice {
    margin-top: 7.2rem!important;
  }
  .voice-ill {
    margin: 0 auto 2.4rem!important;
  }
  .voice-list p{
    font-size: 1.8rem!important;
  }
  .question {
    margin-top: 3.2rem!important;
    margin-bottom: 6.4rem!important;
  }
  .qa dl {
    margin-bottom: 32px!important;
  }
  .qa dt {
    font-size: 2rem!important;
  }
  .qa dd{
    font-size: 1.6rem!important;
  }
  .box-inner{
    padding: 64px 48px!important;
  }
  .case .box-inner {
    padding: 24px 48px 64px!important;
  }
  .reason .box-inner {
    padding: 64px 48px 0px!important;
  }
  .voice .box-inner{
    padding: 32px 48px!important;
  }
  .question .box-inner {
   padding: 4.8rem 4.8rem 0!important;
  }
}

@media screen and (min-width: 768px) {
  .anc-area{
    padding: 0px 64px;
    bottom: 72px;
  }
}  
/*
  Layout - Footer
---------------------------------*/
.l-footer {
  background-color: #fff;
  margin-top: 0px;
}

.l-footer__copyright {
  background: #32716d;
  font-size: 1rem;
  padding: 20px 0 20px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
.f-nav{
  display: flex;
    background: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding:24px 0 24px 0;
    justify-content: center;
    align-items: center;
    color: #333;
}
.f-nav-item::after{
    content:"|";
    padding: 0 6px;
}
.page-top{
  background: #ddd;
    padding: 20px 0;
    font-size: 1.3rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer{
    max-width: 560px;
    margin: 0 auto;
  }
  .l-footer__copyright {
    font-size: 1.6em;
    padding: 24px 0px;
  }
}

/* -----------------------------------------------------------------
   Project
   ----------------------------------------------------------------- */
/*
  Footer
---------------------------------*/
.p-footer__content {
  position: relative;
  padding: 24px 0 28px;
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    padding: 56px 0;
  }
}

.p-footer__logo {
  width: calc(523 / 780 *100%);
  max-width: 261px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: calc(437 / 1080 *100%);
    max-width: 437px;
  }
}

.p-footer__text {
  text-align: center;
  font-size: 1.3rem;
  line-height: calc(42 / 26);
}

@media screen and (min-width: 768px) {
  .p-footer__text {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}

.p-footer__address {
  margin-top: 16px;
}

.p-footer__tell {
  margin-top: 8px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-footer__tell {
    margin-top: 24px;
    font-size: 3.2rem;
  }
}

/*
  Under layer
---------------------------------*/

.under-layer-inner{
  padding: 10vw 6.4%;
}

.under-layer-inner dl{
  padding-bottom: 8%;
  border-radius: 10px;
}

.under-layer-inner dt{
  font-size: 1.4rem;
  padding-bottom: 8px;
}
.under-layer-inner dd{
  font-size: 1.3rem;
  line-height:1.4;
}
.cntbox h3{
  padding: 4.8rem 0px 0;
  width: 92%;
  margin: 0 auto;
}
.under-layer-inner > address > dl > dd{
  background: #fafafa;
  padding: 15px;
  border-radius: 0px 0px 5px 5px;
}
.under-layer-inner > address > dl > dt{
  background: #4eaf9f;
  padding: 15px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}
h3.p-ttl{
  background: #10508a;
    padding: 30px 0;
}
.prfbox{
  border: 1px solid #d1d1d1;
    padding: 24px 24px;
    margin-top: 2%;
}
.cmp{
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 5%;
}
.prf{
  font-size: 1.3rem;
  line-height:1.8;
}

/*
  Index
---------------------------------*/
.p-section-heading__main {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  line-height: calc(56 / 42);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-section-heading__main {
    margin-top: 0;
    font-size: 3.4rem;
  }
}

.p-section-bg {
  background-color: #4C768B;
}

.p-head-cv {
  margin-top: calc(-59 /780 *100vw);
  position: relative;
}

.p-head-cv-tell {
  position: absolute;
  width: calc(407 / 536 *100%);
  top: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


@media screen and (min-width: 768px) {
  .p-kv__point {
    display: none;
  }
}
.sec-ttl{
  display: block;
}
.cvArea{
  margin-top:0px;
}
.cvArea,.cvArea02{
  position: relative;
}
.cvArea > .cv-box{
  position: absolute;
    padding: 0px 72px 0 72px;
    bottom: 112px;
    z-index: 10;
}
.cvArea > .cv-box02{
  position:absolute;
  padding: 0px 72px 0 72px;
  bottom: 100px;
  z-index: 10;
}
.cvArea > .cv-box03{
  position:absolute;
  padding: 0px 72px 0 72px;
  bottom: 104px;
  z-index: 10;
}
.cvArea > .cv-box .cv-ill{
  position: absolute;
    left: 0;
    bottom: -96px;
    z-index: 1;
}
.cvArea > .cv-box02 .cv-ill{
  position: absolute;
    left: 0;
    bottom: -88px;
    z-index: 1;
}
.cvArea > .cv-box03 .cv-ill{
  position: absolute;
    left: 0;
    bottom: -104px;
    z-index: 1;
}
.cv-tel,.cv-line{
  margin-bottom: 8px;
}  
.cv-area-a{
  background: #CE392A;
  border-radius: 10px;
  padding: 18px 20% 18px;
  text-align: center;
}
.cv-h5{
  margin-bottom: 5px;
}
.sec01-ttl{
  padding: 48px 0 28px 0;
}
.sec01-ttl img{
  width: 87.695%;
  display: block;
  margin:0 auto;
}
.p-sec01 ul{
  padding: 0 24px 0 24px;
}
.p-sec01 li{
  padding-bottom:16px;
}
.p-sec01 li:last-child{
  padding-bottom:0px;
  padding-top: 0px;
}
.p-sec02{
  margin-top: 0px;
}
.menu-box{
  background: url(../img/sec03-bg.svg) #EAEDF8 no-repeat;
  padding: 24px 0 32px;
  background-size: 50%;
}
.sec02-ttl{
  padding: 0px 0 28px 0;
  margin: 0 auto;
  display: block;
  width:100%;
}
.reason{
  margin: 5.6rem 0 4.8rem;
}
.case{
  background: #cfeae5;
  padding-top: 4.8rem;
}
.reason h3.sec-ttl{
  width: 91.7965%;
}
.reason .box-inner{
  padding: 4rem 2.4rem 0rem 2.4rem;
}
.reason li{
  padding-bottom: 3.2rem;
}
.reason li:last-child{
  padding-bottom: 0rem;
}
.lawyer-comment{
  border: solid 2px #212121;
  border-radius: 17px;
  padding: 5.6rem 3.2rem 3.2rem;
  position: relative;
  z-index: 10;
  margin-top: 2.4rem;  
}
.lawyer-comment span{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35%;
  z-index: 1;
}
.lawyer-comment p{
  font-family: 'IBM Plex Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.lawyer-comment p:nth-of-type(1){
  padding-top:2.4rem;
}
.lawyer-comment p:nth-of-type(2){
  padding:1.6rem 0;
}
.lawyer-comment p:nth-of-type(3){
  position: relative;
}
.lawyer-comment a::before{
    content: "";
    border-bottom: 1px solid #212121;
    position: absolute;
    width: 42px;
    bottom: 2px;
}

.flow{
  background: #F5F5F5;
  padding: 2.4rem 2.4rem 4rem 2.4rem;
}
.flow h3.sec-ttl{
  margin: 2.4rem 0 4rem;
}
.voice{
  margin-top: 4.8rem;
}
.voice .box-inner,.case .box-inner{
  padding: 0rem 2.4rem 0 2.4rem;
}
.case .box-inner{
  padding: 0rem 2.4rem 5.6rem 2.4rem;
  position: relative;
} 
.voice h3.sec-ttl,.case h3.sec-ttl{
  margin: 0rem 0 3.6rem;
}
.voice-list,.case-list{
  background: #e2f0ee;
  padding: 5.6rem 3.2rem 4rem;
  border-radius: 3rem;
  position: relative;
}
.case-list{
  background: #fff;
  padding: 7.2rem 3.2rem 17.2rem;
  /* border: 2px solid; */
}
.case-list h4{
  padding-bottom: 2rem;
}
.case-ill{
  position: absolute;
  width: 86%;
  left: 6%;
  display: block;
  margin: 1rem 0px;
}
.arrow{
  max-width: 32px;
    position: absolute;
    left: calc(100% - 55%);
    bottom: 8px;
}
.voice-list:nth-of-type(2),.case-list:nth-of-type(n+2){
  margin-top: 2.4rem;
}
.voice-list span,.case-list span{
  position: absolute;
  left: 0;
  top:0;
  width: 40%;
}
.voice-ill{
    width: 80px;
    margin: 0 auto 1.6rem;
    display: block;
}
.summary{
  margin: 2rem 0;
}
.voice p,.case p{
  font-family: 'IBM Plex Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 400;
}
.question{
  margin-top: 4.8rem;
  margin-bottom: 5.2rem;
}
.question .box-inner{
  padding: 4rem 2.4rem 0 2.4rem;
}
.qa dl{
  margin-bottom: 16px;
}
.qa dl:last-of-type{
  margin-bottom: 0px;
}
.qa dt{
  color:#212121;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'IBM Plex Sans JP', sans-serif;
  line-height: 1.4;
  font-size: 1.6rem;
  padding-bottom: 1.2rem;
}
.qa dt::before{
  content: "";
  background: url(../img/q.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
} 
.qa dd{
  font-family: 'IBM Plex Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 400;
  border-top: 1px dashed #212121;
  display: flex;
  padding-top: 1.2rem;
}
.qa dd > p{
  width: 90%;
}
.qa dd::before{
  content: "";
  background: url(../img/a.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
} 
.p-sec07 address{
  padding: 40px 32px;
}
.p-sec07 p{
  font-size: 1.3rem;
    line-height: 1.5;
    width: 80%;
    margin: 16px auto 32px;
    text-align: center;
    background: #f8f8f8;
    padding: 24px;
}

@media screen and (min-width: 768px) {
  .p-sec07 h3.sec-ttl01 {
    padding-top: 64px;
  }
  .menu-box{
    padding: 48px 0 32px;
  }
  .cv-tel p{
    background: #CE392A;
    border-radius: 10px;
    padding: 36px 128px 24px;
    text-align: center;
  }
  
  li.cv-tel,li.cv-line{
    margin-bottom:  12px;
  }
  .cv-tel-font{
    font-family: 'Lexend', sans-serif;
    color: #fff;
    font-size: 5.6rem;
    letter-spacing: -1.8px;
  }
}
@media screen and (min-width: 768px) {
  .sec-ttl01 {
    width: 80%;
  margin: 48px auto 0;
  padding: 80px 0 0px 0;
  }
}
/* -----------------------------------------------------------------
   floating
   ----------------------------------------------------------------- */

   .p-floating {
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    background:#f2f2f2;
    transition: .4s;
    padding: 3.5%;
  }
  .js-floating-bnr{
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .show{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .hidden{
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  
  @media screen and (min-width: 768px) {
    .p-floating {
      display: none;
    }
  }
  
  .p-floating__inner {
    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;
    max-width: 100%;
    margin: auto;
  }
  .p-floating .ft-txt{
    position: absolute;
  }
  .p-floating .ft-txt > img{
    position: relative;
    bottom: 52px;
  }
  
  .p-floating__tell {
    width:  100%;
    padding-right: 1.5%;
  }
  
  .p-floating__web,.p-floating__line {
    width: 20%;
  }

/* -----------------------------------------------------------------
   real-time
   ----------------------------------------------------------------- */

  .time{
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  }
  .cta-point{
    font-weight: bold;
  }
  .real-time{
    background: #212121;
    text-align: center;
    padding: 16px 0;
  }
  @media screen and (min-width: 768px) {
    .time{
      font-size: 2.8rem;
      top: 43px;
      left: 176px;
    }
  }
/* -----------------------------------------------------------------
   電話番号
   ----------------------------------------------------------------- */

  
/* -----------------------------------------------------------------
   Utility
   ----------------------------------------------------------------- */
.sp-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

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

.u-visibility-hidden {
  visibility: hidden;
}
