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

/* ==========================================================================
   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: 3%;
  padding-top: 16px;
  padding-bottom: 16px;
  pointer-events: all;
  width: calc(440 / 780 *100%);
  max-width: 220px;
}

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

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

@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;
}
.l-guide-mail-btn{
  right: 60px;
}

@media screen and (min-width: 780px) {
  .l-guide-sp-btn,.l-guide-mail-btn {
    width: 88px;
    height: 88px;
    /* display: none; */
  }
  .l-guide-sp-btn > a,.l-guide-mail > a{
    pointer-events: none;
  }
  .l-guide-mail-btn{
    right: 88px!important;
  }
}


.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-area02{
  margin-top:-56px;
}

@media screen and (min-width: 780px) {
  .cv-area02{
    margin-top:-72px;
  }
  .cv-tell-2 > a,.cv-tell > a,.cv-tell-3 > a{
    pointer-events: none;
  }
  .cvArea{ 
    padding: 64px 48px 72px!important;
  }
  .cv01-img-mt24{
    margin-top: -48px!important;
  }
  .p-sec01,.reason,.voice-inner{
    padding:80px 48px !important;
  }
  .p-sec01 li{
    padding-bottom: 16px!important;
  }
  .sec01-h3{
    margin: 48px 16px!important;
  }
  .p-sec02{
    margin-top: -80px!important;
  }
  .cv-tel a{
    pointer-events: none;
  }  
  .reason-ttl{
    margin-bottom:56px!important;
  }
  .reason li{
    margin-bottom:48px!important;
  }
  .compair,.flow .box-inner{
    padding:80px 48px !important;
  }
  .compair-ttl{
    width: 30%!important;
    margin-bottom: 48px!important;
  }
  .compair li, .voice li{
    padding-bottom: 32px!important;
  }
  .p-sec04 .box-inner,.p-sec05 .box-inner,.p-sec06 .box-inner{
    padding: 64px 48px!important;
  }
  .p-sec07 .area-box,.p-sec08 .area-box,#contact .area-box{
    padding: 64px 48px!important;
  }
  .p-sec07 p{
    margin: 32px auto!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;
}

.l-footer__copyright {
  background: rgb(248, 248, 248);
  font-size: 1rem;
  padding: 20px 0 20px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
.f-nav{
  display: flex;
    background: #F5EFE1;
    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: #f8f8f8;
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
}
.under-layer-inner > address > dl > dt{
  background: #E55E5E;
  padding: 15px;
  color: #fff;
  border-radius: 10px 10px 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{
  background: #F5EFE1 ;
  padding: 32px 24px 40px;
}
.cv01-img-mt24{
  margin-top: -24px;
}
.cv02-img-mb16{
  margin-bottom: 16px;
}
.cv02-img-mt28{
  margin-top: -28px;
}
.vermin{
  display: block;
  padding:0px 16px 24px;
}
.p-sec01,.reason,.voice-inner{
  background: url(../img/bg-pat01.svg) repeat-y;
  padding: 40px 24px 44px;
  background-size: contain;
}
.p-sec02{
  margin-top:-60px;
}
.voice-inner{
  padding: 32px 24px 40px;
}
.sec01-ttl,.reason-ttl,.compair-ttl{
  margin: 0 auto;
  display: block;
}
.sec01-ttl{
  width: 64%;
  margin-bottom: 16px;
}
.reason-ttl{
  width: 82%;
  margin-bottom: 28px;
}
.reason li{
  margin-bottom: 28px;
}
.reason 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;
}
.p-sec01 li{
  margin-bottom:8px;
}
.p-sec01 li:last-child{
  margin-bottom:0px;
}
.sec01-h3{
  margin:32px 8px;
}
.cv-tel{
    margin-bottom: 16px;
}
.p-sec07{
  background: url(../img/area-bg.svg) #F5EFE1 no-repeat;
  background-size: contain;
}
.area-box,.box-inner{
  padding: 40px 24px;
}

.area-box dl.hyogo{
  margin-top:16px;
}
.area-box dt{
  background: #fff;
  color:#31230F;
  padding: 24px;
  font-size: 1.6rem;
  margin-bottom:2px;
  text-align: center;
}
.area-box dd{
    background: #fff;
    padding: 24px;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.3rem;
}
/* .sec-ttl01{
  padding-top: 48px;
} */
.qa dl{
  margin-bottom: 16px;
}
.qa dl:last-of-type{
  margin-bottom: 0px;
}
.qa dt{
  background: #E55E5E;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
.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: #F5EFE1;
  display: flex;
}
.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-sec04 p {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
  width: 80%;
  margin: 24px auto 0px;
  text-align: center;
}
.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;
  }
}
@media screen and (min-width: 780px) {
  .sec-ttl01 {
    width: 80%;
  margin: 48px auto 0;
  padding: 80px 0 0px 0;
  }
}

/* -----------------------------------------------------------------
   floating
   ----------------------------------------------------------------- */

   .floating-banner {
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 0; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
    width: 300px; /* バナーの横幅 */
  }
  @media screen and (min-width: 780px) { /* タブレット用のブレイクポイントを指定 */
    .floating-banner {
      display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
  }
  @media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
    .floating-banner {
      display: block;/* 消していたバナーを表示させる */
      width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    .floating-banner .btn{
      background: #fff;
      padding: 24px 16px;
      display: flex;
    }
    .floating-banner .btn a.tel{
      padding-right: 1.5%;
    }
    .floating-banner .btn a.line{
      padding-left: 1.5%;
    }
  }
  .js-is-in .floating-banner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


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