/* ==========================================================================
   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{
  background: #000;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  height: 7vh;
  border-radius: 8px;
}
#contact td input[type="radio"]{
  width: auto;
  vertical-align: text-bottom;
}
#contact td .repair-check{
  line-height: 32px;
  margin-right: 8px;
}
/*
form
*/
#contact{
  background: #C3DDF2;
}

#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: #1673cd;
  padding: 5px 8px;
  color: #fff;
  margin-left: 8px;
  border-radius: 4px;
}

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

/**
 * 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: 780px) {
  .l-header {
    height: 88px;
    width: 780px;
    margin:0 auto;
  }
}

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

@media screen and (min-width: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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: 2.566%;
  padding-top: 14px;
  padding-bottom: 12px;
  pointer-events: all;
  width: calc(440 / 780 *100%);
  max-width: 200px;
}

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

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

@media screen and (min-width: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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: 780px) {
  .l-nav-sp-btn {
    display: none;
  }
}

.l-guide-sp-btn,.l-guide-mail-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: 132px;
  background: #CE392A;
}
.l-guide-sp-btn .tel-box{
  padding: 12px 6px;
}
.tel-box .ico-24h{
  padding-bottom: 6px;
}
.l-guide-mail-btn{
  right: 132px;
}

@media screen and (min-width: 780px) {
  .l-guide-sp-btn,.l-guide-mail-btn {
    width: 88px;
    height: 88px;
    /* display: none; */
  }
  .l-guide-sp-btn{
    width: 195px;
  }
  .l-guide-sp-btn > a,.l-guide-mail > a{
    pointer-events: none;
  }
  .l-guide-mail-btn{
    right: 195px!important;
  }
  .tel-font{
    font-family: 'Lexend', sans-serif;
      color: #fff;
      font-size: 2.5rem;
      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: 780px) {
  .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: 780px) {
  .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: 780px) {
  .l-container {
    max-width: 780px;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 780px) {
  .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-box,.cvArea02 > .cv-box {
    padding: 1010px 0px 0 0px!important;
    left: 56px!important;
  }
  .cvArea > .cv-box {
    bottom:252px!important;
    }
  .cvArea02 > .cv-box {
    padding: 0px 0px 0 0px!important;
    bottom:252px!important;
  }
  .cv-tel img{
    width: 100%;
    display: block;
    margin: 0px auto 16px;
  }
  .cv-line img{
    width: 100%;
    display: block;
    margin: 0px auto;
  }
  #btn_animation{
    display: none;
  }    
  .cv01-img-mt24{
    margin-top: -48px!important;
  }
  .sec00-dec{
    left: 268px!important;
    top: -78px!important;
  } 
  .sec01{
   padding-bottom: 120px!important;
  }
  .sec01-menu-list{
    padding: 0 48px!important;
  }
  .sec01-menu-list:nth-of-type(1),.sec01-menu-list:nth-of-type(2){
    padding-bottom: 24px!important;
  }
  .sec01-ttl {
    padding: 80px 0 64px 0!important;
  }
  .p-sec01{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
  }
  .p-sec01 ul {
    padding: 0 48px 0 48px!important;
  }
  .voice-inner{
    padding:16px 40px !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{
    margin-top: -32px!important;
  }
  .p-sec02 ul, .p-sec03 ul {
    padding: 48px 48px 0 48px!important;
  }
  .cv-tel a{
    pointer-events: none;
  }
  .reason,.price{
    padding-bottom: 0px!important;
  }  
  .reason li,.price li{
    margin-bottom:40px!important;
  }
  .reason p{
    font-size: 1.6rem!important;
    margin: 2rem 0!important;
    line-height: 1.6!important;
  }
  .price-box{
    padding: 48px!important;
  }
  .price-box img{
    padding-bottom: 32px!important;
  }
  .price-box p{
      padding: 20px 0!important;
      font-size: 2.4rem!important;
  }
  .price-box p::before{
    width: 28px!important;
    height: 28px!important;
    margin-right: 12px!important;
    vertical-align: bottom!important;
  }
  .flow li{
    margin-bottom:56px!important;
  }
  .p-sec03{
    padding-bottom:64px!important;
  }
  .p-sec03 li{
    padding-bottom:32px!important;
  }
  .p-sec03 li:last-child{
    padding-bottom:0px!important;
  }
  .p-sec04{
    padding: 0px!important;
  }
  .compair,.flow .box-inner{
    padding:56px 48px !important;
  }
  .compair li, .voice li{
    padding-bottom: 32px!important;
  }
  .p-sec05 .box-inner,.p-sec06 .box-inner{
    padding: 64px 48px!important;
  }
  .p-sec07{
    background-position-y:160px!important;
  }
  .p-sec07 .area-box{
    padding: 56px 48px 64px!important;
  }
  .p-sec07 p{
    margin: 32px auto!important;
  }
  .area-ttl{
    padding: 88px 0 56px!important;
  }
  .area-ill{
    padding: 0 240px 0!important;
  }
  .box-inner{
    padding: 64px 48px!important;
  }
}
.reason02{
  position: relative;
}
.anc-area{
  position: absolute;
  padding: 0px 32px;
  bottom: 36px;
  display: block;
}

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

.l-footer__copyright {
  background: #212121;
  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: 780px) {
  .l-footer{
    max-width: 780px;
    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: 780px) {
  .p-footer__content {
    padding: 56px 0;
  }
}

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

@media screen and (min-width: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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;
}
.under-layer-inner > address > dl > dd{
  background: #ebedf8;
  padding: 15px;
  border-radius: 0px 0px 5px 5px;
}
.under-layer-inner > address > dl > dt{
  background: #FFEB03;
  padding: 15px;
  color: #212121;
  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: 780px) {
  .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: 780px) {
  .p-kv__point {
    display: none;
  }
}
.sec-ttl{
  display: block;
}
.cvArea{
  margin-top:0px;
}
.cvArea,.cvArea02{
  position: relative;
}
.cvArea > .cv-box{
  position:absolute;
  padding: 88px 24px 0 24px;
  bottom: 25%;
}
.cvArea02 > .cv-box{
  position:absolute;
  padding: 128px 24px 0 24px;
  bottom: 22.5%;
}
.cv-tel{
  margin-bottom: 0px;
}  
.cv-area-a{
  background: #CE392A;
  border-radius: 10px;
  /* padding: 18px 20% 18px; */
  padding: 20px 6% 11px;
  text-align: center;
  position: relative;
}
.call-txt{
  position: absolute;
  width: 88%;
  left: 18px;
  bottom: 10px;
}

.cv-h5{
  width: 96%;
  display: block;
  padding-left: 67px;
  margin-bottom: 5px;
}
.seconds{
  position: absolute;
  width: 14%;
  top: -3px;
  left: 37px;
}
/* -----------------------------------------------------------------
   ボタンエフェクト
   ----------------------------------------------------------------- */

   .btn_box{
    margin: 0;
  }
  
  #btn_animation .btn {
    display: block;
    max-width: 100%;
    height: 92px;
    line-height: 92px;
    text-decoration: none;
    background-color: #ce392a;
    text-align: center;
    cursor: pointer;
    animation: btn_animation 2s infinite;
  }
  
  @keyframes btn_animation {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
  }

.sec00{
   position: relative;
  }
.sec00-dec{
  position:absolute;
  width: 33.5%;
  left: 128px;
  top: -40px;
}  
.sec01{
  background: #f2f2f2;
  padding-bottom: 68px;
}
.sec01-ttl{
  padding: 40px 0 28px 0;
}
.sec01-ttl img{
  width: 100%;
  display: block;
  margin:0 auto;
}
.sec01-menu-list{
  padding: 0 20px;
}
.sec01-menu-list:nth-of-type(1),.sec01-menu-list:nth-of-type(2){
  padding-bottom: 12px;
}
.sec01-menu-list ul{
  display: flex;
  justify-content: space-between;
}
.sec01-menu-list li{
  width: 48%;
}
li.wide-wrap{
  width: 100%;
}
.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-ttl{
  padding: 36px 0 28px 0;
  margin: 0 auto;
  display: block;
  width:85%;
}
.reason p{
  font-size: 1.55rem;
  margin: 2.4rem 0 0;
  line-height: 1.5;
}
.sec03-ttl{
  width:100%;
  margin: 0 auto;
  display: block;
  padding:0px;
}

.p-sec02 ul,.p-sec03 ul{
  padding: 0 24px 0 24px;
}
.p-sec03 ul{
  padding: 28px 20px 32px 20px;
  background: #EAEDF8;
}
.p-sec03 li{
  padding-bottom:24px;
}
.p-sec03 li:last-child{
  padding-bottom:0px;
  padding-top: 8px;
}
.p-sec03 img.arrow{
  width: 10%;
  display: block;
  margin: 0 auto;
}
.p-sec04{
  padding: 0px;
}
.reason{
  background: #FFFFFF;
  padding-bottom: 0px;
}
.price{
  padding-bottom: 0px;
}
.price li{
  background: #fff;
  border-radius: 20px;
}
.menu-img{
  position: relative;
}
.menu-img > img{
  border-radius: 15px 15px 0 0;
}
/* .menu-img-inner{
  position: absolute;
  display: flex;
  bottom: 0;
  justify-content: left;
}
.menu-img-inner span{
  width: 25%;
}
.menu-img h3{
  width: 60%;
  font-size: 2rem;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  padding: 0 40px;
  background: #000;
  color: #fff;
}
.menu-ico{
  display: inline-block;
  width: 45%;
} */
.price-box{
  padding: 24px 24px 20px 24px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
.price-box img{
  padding-bottom: 16px;
}
.price-box p{
  border-top: 1px dashed #aaa;
    padding: 12px 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.price-box p::before{
  content:"";
  background: url(../img/check-ico.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-top;
}
.reason li,.price li{
  margin-bottom: 24px;
}
.flow li{
  margin-bottom: 32px;
}
.reason li:last-child,.flow li:last-child,.price li:last-child{
  margin-bottom: 0px!important;
}
.compair{
  background: #F5EFE1 ;
  padding: 44px 24px;
}
.compair-ttl{
  width: 32%;
  margin-bottom: 24px;
}
.compair li, .voice li{
  padding-bottom: 16px;
}
.compair li:last-child,.voice li:last-child{
  padding-bottom: 0px!important;
}
.sec01-h3{
  margin:32px 8px;
}
.p-sec07{
  background: #333;
}
.area-box{
  padding: 28px 24px 32px 24px;
}
.area-ill{
  padding: 0 80px 0;
}
.area-ttl{
  padding: 48px 0 28px;
}
.box-inner{
  padding: 27px 20px 32px 20px;
}
.p-sec04 .box-inner li{
  background: #fff;
    border-radius: 15px;
    padding: 32px 24px 36px;
    margin-bottom: 16px;
}
.p-sec04 .box-inner li > img{
  width: 28%;
  margin: 0 auto 20px;
  display: block;
}
.voice-inner h3{
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 16px 0;
  font-size: 2rem;
  font-weight: bold;
}
.voice-inner span{
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: text-top;
}
.voice-inner p{
  margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.p-sec04 .box-inner li:last-child{
  margin-bottom: 0px;
}
.flow .box-inner{
  padding: 36px 20px;
}

.box-inner dt{
  background: #fff;
  color:#151515;
  padding: 24px;
  font-size: 1.6rem;
  margin-bottom:2px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.box-inner dd{
    background: #fff;
    padding: 24px;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.3rem;
    border-radius: 0px 0px 10px 10px; 
}

.area-box li{
  background: #fff;
    padding: 24px;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.3rem;
    border-radius: 0 10px 0px 10px;
    margin-bottom: 16px;
}
.area-box li:last-child{
  margin-bottom: 0px;
}

.qa dl{
  margin-bottom: 16px;
}
.qa dl:last-of-type{
  margin-bottom: 0px;
}
.qa dt{
  background: #FFEB03;
  color:#212121;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0px;
}
.qa dt::before{
  content: "";
  background: url(../img/q.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
} 
.qa dd{
  background: #fff;
  display: flex;
  border: 1px solid #d2d2d2;
}
.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: 8px;
} 
.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: 780px) {
  .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{
    margin-bottom:  16px;
  }
  .cv-tel-font{
    font-family: 'Lexend', sans-serif;
    color: #fff;
    font-size: 5.6rem;
    letter-spacing: -1.8px;
  }
}
@media screen and (min-width: 780px) {
  .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;
  }
  .ft-bg{
    position: absolute;
    bottom: 72px;
    left: 4px;
  }
  .show{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .hidden{
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  
  @media screen and (min-width: 780px) {
    .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:  55%;
    /* padding-right: 1.5%; */
  }
  
  .p-floating__web,.p-floating__line {
    width: 42%;
    position: relative;
  }

/* -----------------------------------------------------------------
   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: 780px) {
    .time{
      font-size: 2.8rem;
      top: 43px;
      left: 176px;
    }
  }
/* -----------------------------------------------------------------
   メニュー
   ----------------------------------------------------------------- */

   .menu-list{
    background: #000;
    padding: 0 24px;
    font-family: 'Noto Sans JP', sans-serif;
   }    

   .menu-txt{
    padding: 48px 0 32px 0;
   }
   .menu-img-box{
    padding-bottom:32px;
   }
   .yellow{
    color:#ffeb03;
   }
   .menu-list h3{
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.5px;
    margin-bottom: 32px;
    } 
    .menu-list li{
      padding-bottom:16px;
    }
    .menu-list li:last-child{
      padding-bottom:0px;
    }
    .menu-list h4{
      background: #fff;
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 1.3rem;
      border-radius: 5px;
      max-width: 80px;
      letter-spacing: -.5px;
      height: 28px;
      text-align: center;
      vertical-align: middle;
      line-height: 28px;
    }  
    .menu-list p{
      color: #fff;
      font-size: 1.3rem;
      line-height: 1.5;
      font-weight: normal;
    }
    @media screen and (min-width: 780px) {
      .menu-list{
        padding: 0 48px;
       }
      .menu-list h3{
        font-size: 3.6rem;
        margin-bottom: 48px;
        line-height: 1.2;
      }
      .menu-txt{
        padding: 80px 0 48px 0;
       }  
       .menu-img-box{
        padding-bottom:64px;
       }
       .menu-list p{
        font-size: 1.4rem;
      }  
    }   

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

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

.pc-only {
  display: none;
}

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

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