@charset "UTF-8";
/*!
Theme Name: 遺品整理コンシェルジュ WordPressテーマ
Version: 1.0
*/
/* slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ベース定義 */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, ol, figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
a{
  text-decoration: none;
  color: #444;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
   line-height: 1.85;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

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

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

a, button {
  outline: none;
}

ul {
  list-style: none;
}

/*====================================

Utilities

====================================*/
.u-color-orange{
  color: #ff8f3f !important;

}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml-0-pc {
    margin-left: 0px !important;
  }
  .u-mr-0-pc {
    margin-right: 0px !important;
  }
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl-0-pc {
    padding-left: 0px !important;
  }
  .u-pr-0-pc {
    padding-right: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml-15-pc {
    margin-left: 15px !important;
  }
  .u-mr-15-pc {
    margin-right: 15px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl-15-pc {
    padding-left: 15px !important;
  }
  .u-pr-15-pc {
    padding-right: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml-25-pc {
    margin-left: 25px !important;
  }
  .u-mr-25-pc {
    margin-right: 25px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl-25-pc {
    padding-left: 25px !important;
  }
  .u-pr-25-pc {
    padding-right: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml-35-pc {
    margin-left: 35px !important;
  }
  .u-mr-35-pc {
    margin-right: 35px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl-35-pc {
    padding-left: 35px !important;
  }
  .u-pr-35-pc {
    padding-right: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml-45-pc {
    margin-left: 45px !important;
  }
  .u-mr-45-pc {
    margin-right: 45px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl-45-pc {
    padding-left: 45px !important;
  }
  .u-pr-45-pc {
    padding-right: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml-55-pc {
    margin-left: 55px !important;
  }
  .u-mr-55-pc {
    margin-right: 55px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl-55-pc {
    padding-left: 55px !important;
  }
  .u-pr-55-pc {
    padding-right: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml-65-pc {
    margin-left: 65px !important;
  }
  .u-mr-65-pc {
    margin-right: 65px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl-65-pc {
    padding-left: 65px !important;
  }
  .u-pr-65-pc {
    padding-right: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml-75-pc {
    margin-left: 75px !important;
  }
  .u-mr-75-pc {
    margin-right: 75px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl-75-pc {
    padding-left: 75px !important;
  }
  .u-pr-75-pc {
    padding-right: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml-85-pc {
    margin-left: 85px !important;
  }
  .u-mr-85-pc {
    margin-right: 85px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl-85-pc {
    padding-left: 85px !important;
  }
  .u-pr-85-pc {
    padding-right: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml-95-pc {
    margin-left: 95px !important;
  }
  .u-mr-95-pc {
    margin-right: 95px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl-95-pc {
    padding-left: 95px !important;
  }
  .u-pr-95-pc {
    padding-right: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml-100-pc {
    margin-left: 100px !important;
  }
  .u-mr-100-pc {
    margin-right: 100px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl-100-pc {
    padding-left: 100px !important;
  }
  .u-pr-100-pc {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml-0-sp {
    margin-left: 0px !important;
  }
  .u-mr-0-sp {
    margin-right: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl-0-sp {
    padding-left: 0px !important;
  }
  .u-pr-0-sp {
    padding-right: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml-15-sp {
    margin-left: 15px !important;
  }
  .u-mr-15-sp {
    margin-right: 15px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl-15-sp {
    padding-left: 15px !important;
  }
  .u-pr-15-sp {
    padding-right: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml-25-sp {
    margin-left: 25px !important;
  }
  .u-mr-25-sp {
    margin-right: 25px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl-25-sp {
    padding-left: 25px !important;
  }
  .u-pr-25-sp {
    padding-right: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml-35-sp {
    margin-left: 35px !important;
  }
  .u-mr-35-sp {
    margin-right: 35px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl-35-sp {
    padding-left: 35px !important;
  }
  .u-pr-35-sp {
    padding-right: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml-45-sp {
    margin-left: 45px !important;
  }
  .u-mr-45-sp {
    margin-right: 45px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl-45-sp {
    padding-left: 45px !important;
  }
  .u-pr-45-sp {
    padding-right: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml-55-sp {
    margin-left: 55px !important;
  }
  .u-mr-55-sp {
    margin-right: 55px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl-55-sp {
    padding-left: 55px !important;
  }
  .u-pr-55-sp {
    padding-right: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml-65-sp {
    margin-left: 65px !important;
  }
  .u-mr-65-sp {
    margin-right: 65px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl-65-sp {
    padding-left: 65px !important;
  }
  .u-pr-65-sp {
    padding-right: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml-75-sp {
    margin-left: 75px !important;
  }
  .u-mr-75-sp {
    margin-right: 75px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl-75-sp {
    padding-left: 75px !important;
  }
  .u-pr-75-sp {
    padding-right: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml-85-sp {
    margin-left: 85px !important;
  }
  .u-mr-85-sp {
    margin-right: 85px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl-85-sp {
    padding-left: 85px !important;
  }
  .u-pr-85-sp {
    padding-right: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml-95-sp {
    margin-left: 95px !important;
  }
  .u-mr-95-sp {
    margin-right: 95px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl-95-sp {
    padding-left: 95px !important;
  }
  .u-pr-95-sp {
    padding-right: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml-100-sp {
    margin-left: 100px !important;
  }
  .u-mr-100-sp {
    margin-right: 100px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl-100-sp {
    padding-left: 100px !important;
  }
  .u-pr-100-sp {
    padding-right: 100px !important;
  }
}

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

.u-center {
  text-align: center !important;
}
@media only screen and (min-width: 768px),
print {
.u-center-pc {
    text-align: center !important;
  }
}
.u-right {
  text-align: right !important;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
  .u-inline-block-sp {
    display: inline-block !important;
  }
  .u-inline-sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-block-pc {
    display: block !important;
  }
  .u-inline-block-pc {
    display: inline-block !important;
  }
  .u-inline-pc {
    display: inline !important;
  }
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-nowrap {
  white-space: nowrap !important;
}
.u-hidden{
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
.u-white{
  color: #fff;
}
.u-red {
  color: #FC6C8D;
}

.u-blue {
  color: #FFAB2F;
}
.u-main{
  color: #FFAB2F;
  font-size: 0.85em;
}

.u-font-24 {
  font-size: 24px;
}

.u-round-10 {
  border-radius: 10px;
}

.u-round-15 {
  border-radius: 15px;
}
@media (min-width: 768px) {
.u-tel {
  pointer-events: none !important;
  text-decoration: none !important;
}
}
.u-tel {
  text-decoration: underline;
}

/* フォントサイズ可変 */
.u-variable{
font-size: clamp(13px, 1.111vw, 18px);
}
@media (max-width: 767px) {
  .u-variable {
    font-size: clamp(13px, 3.733vw, 15.5px);
  }
}
.u-en{
  font-family: "Lato", sans-serif;
}
.u-hover_effect{
  transition: .2s;
}
.u-hover_effect:hover {
 opacity: .85;
}
/* Layouts */
/*
* 幅を決めるクラス
* Bootstrap の container みたいなもの
*/
.container, .cv-line__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 98%;
}

@media only screen and (max-width: 1059px) {
  .container, .cv-line__inner {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container, .cv-line__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col {
    display: flex;
    justify-content: space-between;
  }
}

.grid-2col.-contact {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px), print {
  .grid-2col.-service {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell {
    flex: 1;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell.-case {
    flex: none;
    width: 47.5%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2col__cell.-case {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-2col__cell.-case:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell.-contact {
    flex: none;
    width: 44.4444%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2col__cell.-contact {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-2col__cell.-contact:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell.-service {
    flex: none;
    width: 48%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2col__cell.-service {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.grid-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1059px) {
  .grid-3col {
    justify-content: space-between;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .grid-3col {
    display: block;
    width: auto;
  }
}

.grid-3col.-partner {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: auto;
}

.grid-3col__cell {
  width: 340px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1060px), print {
  .grid-3col__cell {
    margin-left: 50px;
  }
  .grid-3col__cell:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid-3col__cell {
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-3col__cell:nth-child(n+2) {
    margin-top: 50px;
  }
}

.grid-3col__cell.-partner {
  width: 31%;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .grid-3col__cell.-partner {
    width: auto;
    max-width: 310px;
    margin-left: auto;
  }
}

.grid-3col__cell.-wide {
  width: 310px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1060px), print {
  .grid-3col__cell.-wide {
    margin-left: 35px;
  }
  .grid-3col__cell.-wide:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid-3col__cell.-wide {
    max-width: 310px;
  }
}

.grid-4col {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1059px) {
  .grid-4col {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .grid-4col {
    display: block;
    width: auto;
  }
}

.grid-4col__cell {
  width: 200px;
  margin-bottom: 60px;
  margin-left: 40px;
}

@media only screen and (min-width: 1060px), print {
  .grid-4col__cell:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1059px) {
  .grid-4col__cell:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid-4col__cell.grid-4col__cell {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.grid-5col.-flow {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 999px) {
  .grid-5col.-flow {
    display: block;
  }
}

.grid-5col__cell.-flow {
  width: 180px;
}

@media only screen and (max-width: 999px) {
  .grid-5col__cell.-flow {
    margin-top: 30px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Blocks */
.aboutus {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #effafd;
}

@media only screen and (max-width: 767px) {
  .aboutus {
    padding: 10px 0 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .aboutus__row-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 540px;
  }
}

@media only screen and (min-width: 768px), print {
  .aboutus__row-2, .aboutus__row-3 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .aboutus__sub-row {
    display: flex;
    justify-content: space-between;
    width: 420px;
    margin-left: auto;
  }
}

.aboutus__item.-no-3 {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .aboutus__item {
    margin-top: 20px;
    text-align: center;
  }
  .aboutus__item > img {
    width: 100%;
    max-width: 420px;
  }
}

.access__map {
  position: relative;
  padding-bottom: 30%;
}

@media only screen and (max-width: 767px) {
  .access__map {
    padding-bottom: 80%;
  }
}

.access__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px), print {
  .access__grid {
    display: flex;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .access__grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .access__item {
    width: 400px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .access__item {
    margin-top: 40px;
  }
}

.article {
  padding: 50px 100px 80px;
}

@media only screen and (max-width: 767px) {
  .article {
    padding: 30px 0;
  }
}

.article__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.article__date {
  display: block;
  color: #FFAB2F;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
}

.article__category {
  display: inline-block;
  width: 107px;
  border: 1px solid #FFAB2F;
  font-size: 12px;
  color: #FFAB2F;
  text-align: center;
}

.article__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid;
}

.article__content p,
.article .editor-styles-wrapper p {
  margin-bottom: 30px;
}

.article__content h2,
.article__content h2,
.article__content h4,
.article .editor-styles-wrapper h2,
.article .editor-styles-wrapper h3,
.article .editor-styles-wrapper h4 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.main .article__content h3, .article .editor-styles-wrapper h3 {
padding-left: 16px;
border-left: 5px solid #FFAB2F!important;
height: 40px;
align-items: center;
display: inline-flex;
margin-bottom: 24px;
margin-top: 24px;
}

.main .article .article__content h2, .article .editor-styles-wrapper h2 {
padding-top: 18px;
padding-bottom: 16px;
padding-left: 20px;
padding-right: 20px;
font-size: 20px;
margin-top: 56px;
border-left: 5px solid #FFAB2F;
display: block;
background: #f3f3f3;
}


/*-----
.article__content h2,
.article .editor-styles-wrapper h2 {
  background: #f3f3f3;
  padding: 3px 10px;
}
-----*/

.attempt {
  background: #f7faf6;
}

.attempt__h2 {
  margin-bottom: 1em;
}

.c_area {
    display: flex;
    justify-content: center;
    margin: 40px 5% 0px;
}
.c_area .left {
    width: 50%;
    max-width: 277px;
    margin-right: 5%;
}
.c_area .right {
    width: 50%;
    max-width: 277px;
}

@media only screen and (max-width: 767px) {
  .attempt__txt {
    font-size: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 768px), print {
  .attempt__txt {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.big-card {
  padding: 40px 20px 80px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .big-card {
    padding: 40px 20px;
  }
}

.big-card__heading {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .big-card__heading {
    margin-bottom: 30px;
  }
}

.breadcrumb {
  display: flex;
}

.breadcrumb > li {
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
}

.breadcrumb > li + li {
  margin-left: 4px;
}

.breadcrumb > li + li:before {
  content: ">";
  margin-right: 4px;
}

.breadcrumb > li > a {
  color: #FFAB2F;
  text-decoration: none;
}

.breadcrumb > li > a:hover {
  text-decoration: underline;
}

.btn.-contact, .btn.-line, .btn.-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 65px;
  padding: 10px 15px;
  border-style: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.btn.-contact, .btn.-line{
  flex-direction: column;
  letter-spacing: normal;
}
.btn.-contact svg, .btn.-line svg{
  position: relative;
  top: 2px;
}
.btn.-tel {
  height: 45px;
}
.top1px{
  position: relative;
  top: -1px;
}
.top3px{
  position: relative;
  top: -3px;
}
.m-copy{
  font-size: 11px;
}

.btn.-contact > svg, .btn.-line > svg, .btn.-tel > svg {
  margin-right: 8px;
}

.btn.-blue:after, .btn.-green:after, .btn.-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.95%200H.171l5.874%205.131L.001%2010H1.95l6.051-4.869z%22%2F%3E%3C%2Fsvg%3E");
}

.btn.-simple:after {
  background-image: url("data: image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%233aa3c3%22%20d%3D%22M1.95%200H.171l5.874%205.131L.001%2010H1.95l6.051-4.869z%22%2F%3E%3C%2Fsvg%3E");
}

.btn {
  display: inline-block;
  position: relative;
  width: 240px;
  padding: 12px;
  border: 1px solid;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.btn:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 15px;
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
}

.btn:disabled {
  opacity: 0.2;
  cursor: default;
}

.btn.-w220 {
  width: 220px;
}
.btn.-w300 {
  width: 300px;
  max-width: 100%;
}
.btn.-w400 {
  width: 400px;
  max-width: 100%;
}

.btn.-blue {
  border-style: none;
  background-color: #FFAB2F;
  color: #fff;
}

.btn.-green {
  position: relative;
  border-style: none;
  background-color: #25c300;
  color: #fff;
}
.card-g__btn .btn.-green img {
  position: absolute;
  width: 3.5em;
  left: 1em;
  height: 3.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.card-g__btn .btn{
  min-height: 4.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.-white {
  border-color: #fff;
  color: #fff;
}

.btn.-tel-2 {
  border-style: none;
  background-color: #ff8f3f;
  color: #fff;
  font-style: italic;
}

.btn.-tel-2 > svg {
  margin-right: 5px;
  vertical-align: -8px;
}

.btn.-simple {
  width: auto;
  padding: 10px 15px 10px 0;
  border: none;
  color: #3aa3c3;
  letter-spacing: 1px;
}

.btn.-simple:after {
  right: 0;
}

.btn.-block {
  display: block;
  width: 100%;
}

.btn.-noicon:after {
  content: none;
}

.btn.-round {
  border-radius: 25px;
}
.btn.-round-light {
  border-radius: 5px;
}

.btn.-contact {
  background-color: #ff8f3f;
  height: auto;
}

.btn.-line {
  background-color: #25c300;
  height: auto;
}
.btn.-line .-icon{
width: 3em;
border-radius: 50%;
}
.btn.-tel {
  position: relative;
  font-size: 1.5em;
  color: #000;
}

.cv .btn {
  font-size: 18px;
  padding: 18px 0;
}
.cv .btn:after{
  top: 30px;
}

.card-a {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: .4s;
}
.card-a:hover,
.card-a__list:hover{
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  opacity: .8;
}
.card-a__img {
  display: block;
  overflow: hidden;
  height: 200px;
  object-fit: cover;
}

.card-a__img > img {
  transition: transform .2s;
  width: 100%;
}

.card-a__img:hover > img {
  transform: scale(1.1);
}

.card-a__content {
  padding: 20px 15px;
}

.card-a__info {
  display: flex;
  justify-content: space-between;
}

.card-a__date {
  display: block;
  color: #FFAB2F;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
}

.card-a__category {
  display: inline-block;
  width: 107px;
  border: 1px solid #FFAB2F;
  font-size: 12px;
  color: #FFAB2F;
  text-align: center;
}

.card-a__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

.card-a__text {
  margin-top: 20px;
  letter-spacing: 0;
}

.card-a__btn {
  margin-top: 10px;
  text-align: right;
}

.card-a__list{
  border: 1px solid #333;
  padding: 10px 40px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: .4s;
}
.card-a__list a::after{
  content: '>';
  position: absolute;
  top: 12px;
  right: 30px;
  width: 2px;
  height: 10px;
  background-repeat: no-repeat;
  font-weight: bolder;
}
.card-a__list h4{
  font-size: 1.2em;
  font-weight: bold;
}

.card-b {
  padding: 40px 15px;
  background-color: #FFAB2F;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-b.-case {
  background-image: url(img/top/case-bg.jpg?2);
}

.card-b.-faq {
  background-image: url(img/top/faq-bg.svg);
}

.card-b__title-main {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-weight: bold;
}

.card-b__title-sub {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.card-b__text {
  margin-top: 25px;
}

.card-b__btn {
  margin-top: 30px;
}

.card-c {
  position: relative;
  text-align: center;
}

.card-c__heading {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}
/* @media only screen and (max-width: 999px) {
  font-size: 20px;
} */

.card-c__text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.card-c__text > a {
  text-decoration: none;
  color: #3aa3c3;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
}

.card-c__text > a:hover {
  text-decoration: underline;
}

.card-c__arrow {
  position: absolute;
  top: 90px;
  right: -35px;
}

@media only screen and (max-width: 999px) {
  .card-c__arrow {
    display: none;
  }
}

.card-c__arrow.-no1 {
  fill: #f1ffd7;
}

.card-c__arrow.-no2 {
  fill: #cdf288;
}

.card-c__arrow.-no3 {
fill: #b6e65b;
}

.card-c__arrow.-no4 {
  fill: #FFAB2F;
}

.card-d__label {
  position: relative;
  width: 126px;
  margin: -20px auto 15px;
  padding: 3px;
  border-radius: 20px;
  border: 2px solid #FFAB2F;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #FFAB2F;
}

.card-d__text > p {
  margin-bottom: 0;
}

.card-e {
  padding: 50px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .card-e {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .card-e__header {
    display: flex;
  }
}

@media only screen and (min-width: 768px), print {
  .card-e__thumb {
    flex: none;
  }
}

@media only screen and (max-width: 767px) {
  .card-e__thumb {
    text-align: center;
  }
}

@media only screen and (min-width: 768px), print {
  .card-e__header-main {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .card-e__header-main {
    margin-top: 20px;
  }
}

.card-e__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.card-e__info {
  margin-top: 15px;
}

.card-e__info > span {
  display: inline-block;
  margin-right: 36px;
}

.card-e__text {
  margin-top: 25px;
}

.card-e__text > p {
  margin-bottom: 0;
}

.card-e__text > p + p {
  margin-top: 25px;
}

.card-f__icon {
  text-align: center;
}

.card-f__heading {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.card-f__text {
  margin-top: 25px;
}

.card-g {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.card-g__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  text-indent: 2px;
}

.card-g__text-1 {
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.5;
}

.card-g__text-2 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  list-style: 1.5em;
}

.card-g__btn {
  margin-top: 35px;
}

.card-h__icon {
  margin-top: -50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.card-h__icon{
   margin-top: -20px;
  }
}

.card-h__heading {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.25;
  text-align: center;
}
.card-h__heading .-sm{
  font-size: .5em;
  position: relative;
    top: -.75em;
}
@media only screen and (max-width: 767px) {
  .card-h__heading {
    font-size: 18px;
  }
}

.card-h__text {
  margin-top: 25px;
}

.card-i {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
}

.card-i__icon {
  text-align: center;
}

.card-i__heading {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.card-i__info {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.card-i__text {
  margin-top: 25px;
}

.card-j__thumb {
  text-align: center;
}

.card-j__heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.25em;
}

.card-j__sub-heading {
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
}

.card-j__text {
  line-height: 1.25;
}

.card-j__text > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

.cv-line {
  padding: 40px 20px;
  background-image: url(img/cv-line-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.cv-line__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cv-line__inner {
    flex-direction: column;
  }
}

.cv-line__content {
  max-width: 400px;
  text-align: center;
}

.cv-line__catchcopy {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  text-shadow: 1px 1px 5px black;
}

.cv-line__text {
  text-shadow: 1px 1px 5px black;
  margin-top: 15px;
  text-align: left;
}

.cv-line__qr {
  width: 177px;
}

@media only screen and (max-width: 767px) {
  .cv-line__qr {
    margin-top: 20px;
  }
}

.cv-line__qr-lead {
  margin-left: -2px;
  margin-right: -2px;
  color: #25c300;
  font-size: 26px;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.cv-line__qr-lead > small {
  font-size: 18px;
}

.cv-line__qr-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 176px;
  margin-top: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22177%22%20height%3D%22176%22%20viewBox%3D%220%200%20177%20176%22%3E%3Cg%20transform%3D%22translate(13%2011.639)%22%3E%3Crect%20width%3D%22129.998%22%20height%3D%22129.998%22%20rx%3D%2213%22%20transform%3D%22translate(11.818%2010.665)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M127.423%20143.179H25.76A15.779%2015.779%200%200110%20127.419V25.756A15.776%2015.776%200%200125.76%2010h101.663a15.774%2015.774%200%200115.76%2015.756v101.663a15.777%2015.777%200%2001-15.76%2015.76zm-101.663-130a12.59%2012.59%200%2000-12.578%2012.574v101.666a12.59%2012.59%200%200012.578%2012.577h101.663A12.59%2012.59%200%2000140%20127.419V25.756a12.59%2012.59%200%2000-12.577-12.574z%22%20fill%3D%22%2325c300%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2325c300%22%3E%3Cpath%20d%3D%22M7.447%2046.996V26.773A19.818%2019.818%200%200127.241%206.979h18.315V0H27.241A26.8%2026.8%200%2000.468%2026.773v20.223z%22%2F%3E%3Cpath%20d%3D%22M169.144%20128.637l.06%2020.22a19.81%2019.81%200%2001-19.73%2019.854l-18.311.057.021%206.979%2018.314-.057a26.8%2026.8%200%200026.688-26.854l-.06-20.22z%22%2F%3E%3Cpath%20d%3D%22M129.567%207.627l20.22.121a19.815%2019.815%200%200119.67%2019.915l-.11%2018.314%206.979.043.11-18.314A26.8%2026.8%200%2000149.83.77L129.61.646z%22%2F%3E%3Cpath%20d%3D%22M46.932%20168.818l-20.22-.06a19.82%2019.82%200%2001-19.734-19.854l.057-18.314-6.979-.021-.057%2018.315a26.805%2026.805%200%200026.691%2026.854l20.223.06z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.cv {
  padding: 3em 1.875em 1em;
color: #333;
  text-align: center;
  background: #fff5eb;
}

@media only screen and (max-width: 767px) {
  .cv {
    padding: 1.25em;
  }
}

.cv__inner {
  display: flex;
  padding: 3.125em 0;
justify-content: center;
align-items: center;
}

@media only screen and (max-width: 1059px) {
  .cv__inner {
    display: block;
    padding: 2.5em 0;
  }
}

.cv__logo {
  flex: auto;
}

.cv__logo > img {
  width: 19.6875em;
}

.cv__tel {
  flex: none;
  width: auto;
  padding: 1em;
  border-radius: .5em;
  background: #fff;
  margin-right: 1em;
  
}
.cv__contact{
  flex: none;
  width: 25%;
  padding: 0 1.5625em;
}

@media only screen and (max-width: 1059px) {
  .cv__tel, .cv__contact {
    width: auto;
    max-width: 31.25em;
    margin: 1.875em auto 0;
    background: none;
    margin-right: 0;
  }
}

.cv__heading {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  text-indent: 0.1875em;
}


.cta-icon{
  position: relative;
  top: 0.1875em;
  margin-right: 0.3125em;
}

@media only screen and (max-width: 767px) {
  .cv__heading:before {
    content: none;
  }
}

.cv__heading > span {
  display: inline-block;
  position: relative;
  padding: 0 0.625em;
}

.cv__tel__1 {
  font-size: 3.25em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.125em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25em;
 
}

.cv__tel__1 > svg {
position: relative;
  top: .125em;
}

@media screen and (max-width: 1215px) {
  .cv__tel__1 {
    font-size: 2.25em;
    background: #fff;
    border-radius: .5em;
    padding: .5em;
    margin-bottom: .25em;
   
  }
  .cv__tel__1 > svg {
    width: 1.3125em;
    vertical-align: -0.625em;
  }
}

@media only screen and (max-width: 767px) {
  .cv__tel__1 {
    font-size: 2em;
    letter-spacing: 0.0625em;
  }
  .cv__tel__1 > svg {
    width: .75em;
    
  }
}
@media only screen and (min-width: 768px) {
.cv__tel__2 {
  font-size: 1.3em;
}
}
.cv__tel__2 .mukyu{
position: relative;
    top: -0.25em;
    font-weight: bold;
    padding: 0.25em 0.625em;
}
.cv__btn {
  margin-top: 0.625em;
  font-weight: bold;
}
.cv__btn .btn.-green .-icon{
width: 2.25em;
border-radius: 50%;
}

.cv__btn .btn{
  border: 1px solid;
  border-radius: 0.3125em;
min-height: 4.5em;
display: inline-flex;
align-items: center;
justify-content: center;
gap: .5em;
padding-right: 1em;
}
.cv__btn .btn:after{
  top: 0;
  bottom: 0;
  margin: auto;
}
.cv__btn .btn.-blue {
  background-color: #ff8f3f;
  color: #fff !important;
}

.drawer {
  position: fixed;
  z-index: 1600;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 300px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition-property: opacity, visibility, transform;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 1119px) {
  .is-drawer-active .drawer {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.drawer__shade {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 1119px) {
  .is-drawer-active .drawer__shade {
    opacity: 1;
    visibility: visible;
  }
}

.drawer__list > li + li {
  border-top: 1px dotted #ccc;
}

.drawer__list > li > a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
}

.drawer__list > li > a:hover {
  text-decoration: underline;
}

.drawer__list > li > a > span {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
}

.drawer__list > li > ul > li {
  border-top: 1px dotted #ccc;
}

.drawer__list > li > ul > li > a {
  display: block;
  padding: 15px 20px 15px 40px;
  color: #333;
  text-decoration: none;
}

.drawer__list > li > ul > li > a:hover {
  text-decoration: underline;
}

.drawer__tel > a {
  display: block;
  padding: 15px 25px;
  background-color: #FFAB2F;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.drawer__tel > a:hover {
  opacity: 0.8;
}

.drawer__tel > a > svg {
  margin-right: 5px;
  vertical-align: -1px;
}

.faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #333;
}

.faq.is-active {
  border-color: #FFAB2F;
}

.faq__head {
  position: relative;
  cursor: pointer;
}

.faq__head:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cpath%20d%3D%22M17.5%2C0A17.5%2C17.5%2C0%2C1%2C1%2C0%2C17.5%2C17.508%2C17.508%2C0%2C0%2C1%2C17.5%2C0Zm0%2C1.522A15.978%2C15.978%2C0%2C1%2C1%2C1.522%2C17.5%2C15.986%2C15.986%2C0%2C0%2C1%2C17.5%2C1.522Zm.761%2C15.217h9.13v1.522h-9.13v9.13H16.739v-9.13H7.609V16.739h9.13V7.609h1.522Z%22%20fill%3D%22%2394c33a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.faq__head.is-active:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cpath%20d%3D%22M17.5%2C0A17.5%2C17.5%2C0%2C1%2C1%2C0%2C17.5%2C17.508%2C17.508%2C0%2C0%2C1%2C17.5%2C0Zm0%2C1.522A15.978%2C15.978%2C0%2C1%2C1%2C1.522%2C17.5%2C15.986%2C15.986%2C0%2C0%2C1%2C17.5%2C1.522Zm9.891%2C15.217v1.522H7.609V16.739Z%22%20fill%3D%22%2394c33a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.faq__q {
  padding: 10px 50px 10px 54px;
  font-size: 16px;
  font-weight: bold;
  text-indent: -39px;
}

.faq__q:before {
  content: 'Q.';
  margin-right: 10px;
  font-size: 24px;
  letter-spacing: 3.6px;
}

.faq__body {
  display: none;
}

.faq__a {
  padding: 0 15px 25px 54px;
  font-size: 14px;
  text-indent: -39px;
}

.faq__a:before {
  content: 'A.';
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.6px;
  color: #FFAB2F;
}

.feature {
  position: relative;
  margin-top: 90px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px), print {
  .feature {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1059px) {
  .feature {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .feature {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0 !important;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 768px), print {
  .feature__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature__img > img {
    position: relative;
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__img > img {
    width: 100%;
  }
}

.feature__content {
  position: relative;
  padding: 40px 50px 60px;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .feature__content {
    display: flex;
    flex-direction: column;
    width: 500px;
    min-height: 360px;
    margin-left: auto;
    margin-right: calc(50% - 450px);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 1059px) {
  .feature__content {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature__content {
    padding: 20px;
  }
}

.feature__title-main {
  color: #333;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.feature__title-sub {
  margin-top: 10px;
  margin-bottom: 45px;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .feature__title-sub {
    margin-bottom: 20px;
  }
}

.feature__text {
  margin-top: 30px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .feature__text {
    margin-top: 20px;
  }
}

.feature__btn {
  margin-top: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .feature__btn {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .feature.-rev .feature__img {
    left: auto;
    right: 50px;
  }
  .feature.-rev .feature__content {
    margin-left: calc(50% - 500px);
    margin-right: auto;
  }
}

@media only screen and (max-width: 1059px) {
  .feature.-rev .feature__content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .feature.-top {
    margin-top: 70px;
  }
  .feature.-top .feature__img:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: -20px;
    left: -20px;
    border: 5px solid #c6f0d6;
  }
  .feature.-top.-rev {
    padding-top: 0;
  }
  .feature.-top.-rev .feature__img {
    top: 100px;
  }
  .feature.-top.-rev .feature__img:before {
    top: -20px;
    right: -20px;
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .feature.-top.-rev {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .feature.-top.-rev .feature__img {
    top: 100px;
  }
  .feature.-top.-rev .feature__img:before {
    top: -20px;
    right: -20px;
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 1059px) {
  .feature.-top.-rev {
    padding-bottom: 250px;
  }
  .feature.-top.-rev .feature__img {
    top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .feature.-top.-rev {
    padding-bottom: 0;
  }
}

.feature.-message {
  padding-top: 130px;
}

@media only screen and (min-width: 1060px), print {
  .feature.-message {
    min-height: 550px;
  }
}

@media only screen and (max-width: 1059px) {
  .feature.-message {
    padding-top: 500px;
  }
}

.feature.-message .feature__content {
  min-height: 0;
  padding: 30px 20px;
  border: 2px solid #FFAB2F;
  box-shadow: none;
}

.feature.-message .feature__label {
  margin-bottom: 25px;
  color: #FFAB2F;
  font-size: 16px;
  letter-spacing: 2px;
}

.feature.-message .feature__name {
  color: #d4f793;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 25px;
}

@media only screen and (min-width: 768px), print {
  .feature.-message .feature__name {
    position: absolute;
    top: -90px;
    left: 0;
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .feature.-message .feature__name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 4px;
    text-align: center;
  }
}

.feature.-message .feature__title-main {
  text-align: left;
}

.feature.-message .feature__text {
  margin-top: 25px;
}

.feature__number{
  position: absolute;
  left: 3px;
  top: -45px;
  font-size: 100px;
  font-family: math;
  font-style: italic;
  color: #FFAB2F;
}
@media screen and (max-width: 767px) {
  .feature__number{
    top: 5px;
    font-size: 35px;
  }
}
.flow-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px), print {
  .flow-card.-left .flow-card__heading {
    align-self: flex-end;
  }
  .flow-card.-left .flow-card__number {
    right: 0;
  }
}

.flow-card__heading {
  align-self: flex-start;
  padding: 10px 50px 16px;
  border-radius: 31px;
  border: 1px solid #FFAB2F;
  font-size: 24px;
  letter-spacing: 4px;
  text-indent: 4px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  color: #FFAB2F;
  text-align: center;
}

.flow-card__heading > span {
  margin-left: 10px;
  font-size: 34px;
}

.flow-card.-line .flow-card__heading {
  border-color: #25c300;
  color: #25c300;
}

.flow-card__img {
  margin-top: 20px;
}

@media only screen and (min-width: 1060px), print {
  .flow-card__text-wrapper {
    height: auto;
  }
}

.flow-card__text {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.7px;
}

.flow-card__sub-heading {
  font-size: 20px;
  font-weight: bold;
}

.flow {
  position: relative;
  padding-bottom: 328px;
}

.fee h3 {
    background: #FFAB2F;
    margin: 16px 0px 0px;
    border-radius: 12px 12px 0px 0px;
    max-width: 200px;
    text-align: center;
    color: #fff;
}

.fee-list {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #FFAB2F;
    padding: 11px 0px 16px;
}

.fee-list img {
    width: 50%;
    max-width: 56px;
    margin-left: 40px;
}

.fee-list ul {
    width: 50%;
    margin-left: 40px;
}

.fee-list li {
    padding-left: 13px;
    position: relative;
line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .fee-list img {
     display: none;
    }
        .fee-list ul {
         width: 100%;
        }
}

.fee-list li::before {
    content: "";
    border-radius: 50%;
    background: #FFAB2F;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
}








.flow__item {
  position: relative;
}

@media only screen and (max-width: 1059px) {
  .flow__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.flow__item:before {
  content: "";
  position: absolute;
  top: 33px;
  left: -52px;
  width: 80px;
  height: 1px;
  background-color: #FFAB2F;
}

@media only screen and (max-width: 1059px) {
  .flow__item:before {
    left: -40px;
    width: 60px;
  }
}

.flow.-line .flow__item:before {
  background-color: #25c300;
}

@media only screen and (min-width: 1060px), print {
  .flow__item {
    width: 448px;
  }
  .flow__item.-left:before {
    left: auto;
    right: -52px;
  }
  .flow__item.-right {
    margin-left: auto;
  }
  .flow__item:nth-child(n+2) {
    margin-top: -32px;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #FFAB2F;
  color: #fff;
}

@media only screen and (max-width: 1059px) {
  .footer {
    padding: 30px 10px 15px;
  }
}

@media only screen and (max-width: 1059px) {
  .footer__logo {
    text-align: center;
  }
}

.footer__logo > a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer__logo > a > img {
  margin-right: 8px;
  vertical-align: -10px;
}

.footer__grid {
  display: flex;
}

@media only screen and (max-width: 1059px) {
  .footer__grid {
    display: block;
  }
}

@media only screen and (max-width: 1059px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer__address {
  margin-top: 25px;
  line-height: 2;
}

.footer__tel {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

.footer__tel > svg {
  margin-right: 5px;
  vertical-align: -1px;
}

@media only screen and (max-width: 1059px) {
  .footer__tel {
    margin-top: 10px;
    font-size: 32px;
    text-align: center;
  }
}

.footer__telinfo {
  font-size: 0.9em;
}

.footer__license {
  margin-top: 20px;
  font-size: 12px;
}

.footer__nav {
  position: relative;
  margin-left: auto;
  padding-top: 10px;
}

@media only screen and (max-width: 1059px) {
  .footer__nav {
    display: none;
  }
}

.footer__link-list {
  display: flex;
  position: relative;
  width: 700px;
  letter-spacing: 0;
  line-height: 1.5;
}

.footer__link-list > li:nth-child(-n + 5) {
  flex: auto;
}

.footer__link-list > li > a {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.footer__link-list > li > a:hover {
  text-decoration: underline;
}

.footer__link-list > li > span {
  font-size: 16px;
  font-weight: bold;
}

.footer__link-list-child > li:first-child {
  margin-top: 10px;
}

.footer__link-list-child > li > a {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}

.footer__link-list-child > li > a:hover {
  text-decoration: underline;
}

.footer__link-list-child > li > a.-lg {
  font-size: 14px;
  font-weight: bold;
}

.footer__link-list-child.-no-parent > li:first-child {
  margin-top: 49px;
}

.footer__copyright {
  margin-top: 50px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .form {
    width: 710px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .form {
    margin-top: 40px;
  }
}

.form__unit {
  border-style: none;
}

.form__unit:nth-child(n + 2) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .form__unit:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.form__subunit {
  border-style: none;
}

.form__subunit:nth-child(n + 3) {
  margin-top: 20px;
}

.form__label {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.form__required {
  font-size: 18px;
  color: #f76b87;
}

.form__control {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .form__control {
    margin-top: 5px;
  }
}

.form__control a {
  color: #FFAB2F;
  font-weight: bold;
  text-decoration: none;
}

.form__control a:hover {
  text-decoration: underline;
}

.form__btn {
  margin-top: 50px;
  text-align: center;
}

.form__textbox {
  width: 100%;
  padding: 16px 30px;
  border-radius: 10px;
  border: 1px solid #333;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media only screen and (max-width: 767px) {
  .form__textbox {
    padding: 10px 20px;
    font-size: 13px;
  }
}

.form__textbox.-ml {
  height: 250px;
}

.form__select {
  display: block;
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  line-height: inherit;
  padding: 16px 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #333;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to left, #FFAB2F, #FFAB2F 80px, #fff 80px);
  background-repeat: no-repeat, repeat;
  background-position: right 30px top 50%, right;
  background-size: 19px 11px, 100%;
  outline: none;
}

.form__select::-ms-expand {
  display: none;
}

.form__select option {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .form__select {
    padding: 10px 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to left, #FFAB2F, #FFAB2F 60px, #fff 60px);
    background-position: right 20px top 50%, right;
  }
}

.form__file {
  position: relative;
}

.form__file-info {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #333;
  overflow: hidden;
}

.form__file-name {
  flex: auto;
  padding: 0 30px;
  color: #afafaf;
}

@media only screen and (max-width: 767px) {
  .form__file-name {
    padding: 10px 20px;
  }
}

.form__file.is-active .form__file-name {
  color: #333;
}

.form__file-label {
  flex: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  background-color: #FFAB2F;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .form__file-label {
    padding: 10px 20px;
  }
}

.form__file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.mwform-radio-field.horizontal-item {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 200;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1119px) {
  .header__top {
    padding: 0 15px;
  }
}

.header__logo {
  flex-shrink: 0;
}

.header__logo > a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 1119px) {
  .header__logo > a {
    padding: 8px 0;
  }
}

.header__logo > a > img {
  width: 20em;
  margin-block:1em;
}

@media only screen and (max-width: 1119px) {
  .header__logo > a > img {
    width: 14em;
  }
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 1119px) {
  .header__cta {
    display: none;
  }
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  margin-right: 5px;
  transition: opacity 0.3s;
}
.header__tel:hover {
  opacity: 0.8;
}

.header__tel-icon {
  flex-shrink: 0;
  position: relative;
  top: -.5em;
  transform-origin: 50%;
    transform: scale(1.4);
}

.header__tel-text {
  display: flex;
  flex-direction: column;
}

.header__tel-number {
  font-size: 28px;
  font-weight: bold;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  color: #333;
}

.header__tel-info {
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  margin-top: 2px;
}

.header__tel-badge {
  display: inline-block;
  padding: 1px 8px;
  margin-left: 4px;
  background-color: #E53935;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3em;
  vertical-align: middle;
}

.header__btn-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 22px 0 12px;
 
  border-radius: 6px;
  background-color: #25c300;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
  height: 52px;
}
.header__btn-line:hover {
  opacity: 0.8;
}
.header__btn-line .-icon{
  width: 2.5em;
  border-radius: 50%;
  
}

.header__btn-estimate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  border: none;
  border-radius: 6px;
  background-color: #ff8f3f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
  height: 52px;
}
.header__btn-estimate:hover {
  opacity: 0.8;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 1119px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
}

.header__list > li {
  position: relative;
}

.header__list > li > a {
  display: block;
  position: relative;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.header__list > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #FFAB2F;
  transition: all 0.3s;
  transform: translateX(-50%);
}

.header__list > li > a.is-active:after,
.header__list > li > a:hover:after {
  width: 80%;
}

.header__list > li > a.is-active,
.header__list > li > a:hover {
  color: #FFAB2F;
}

.header__sp-menu {
  display: none;
}

@media only screen and (max-width: 1119px) {
  .header__sp-menu {
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
  }
}

.heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* ===== Hero MV (New Design) ===== */
.hero-mv {
  position: relative;
  overflow: hidden;
background: #fff5eb;
}
.hero-mv__self{
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 37em;
  max-width: 100%;
  z-index: 3;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  border-radius: .5em;
  transition: .1s;
  display: block;
}
.hero-mv__self:hover {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  transform: translate(1px,1px);
}
@media only screen and (max-width: 1012px) {
  .hero-mv__self {
    position: relative;
    top: -3em;
    left: 1em;
    width: calc(100% - 2em);
    
    
  }
}
.hero-mv__inner {
  display: flex;
  min-height: 540px;
  justify-content: space-between;
}

@media only screen and (max-width: 1012px) {
  .hero-mv__inner {
    flex-direction: column;
    min-height: auto;
  }
}

.hero-mv__content {
  position: relative;
  padding: 2em 1em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 60%;
}



@media only screen and (max-width: 1012px) {
  .hero-mv__content {
    width: 100%;
    padding: 1.25em;
   
  }
}

.hero-mv__badge {
  display: inline-block;
  padding: 0.375em 3em;
  border-radius: 1.25em;
  font-weight: bold;
  border-radius: 3.125em;
background: #FFAB2F;
color: #fff;
position: relative;
}
@media only screen and (max-width: 767px) {
.hero-mv__badge {
  font-size: .875em;
}

}
.hero-mv__badge:after{
  position: absolute;
  bottom: -.75em;
  margin: auto;
  left: 0;
  right: 0;
  content: "";
width: 1em;
height: 1em;
background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2233%22%20height%3D%2228%22%20viewBox%3D%220%200%2033%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.0215%2027.75L1.28328e-05%203.01796e-06L32.043%202.1668e-07L16.0215%2027.75Z%22%20fill%3D%22%23FFAB2F%22%2F%3E%3C%2Fsvg%3E')50% / 100% auto no-repeat

}
.hero-mv__lead {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.3125em;
  letter-spacing: 0.125em;
}



.hero-mv__lead-em {
  font-size: 1.15em;
}

.hero-mv__title {
  font-size: 4em;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hero-mv__title {
    font-size: 2em;
    line-height: 1.2;
      margin-block: .25em;
  }
}
.hero-mv__title-lead{
  font-size: .5em;
}
.hero-mv__title-lead .-grn{
  font-size: 1.25em;
  color: #FFAB2F
}
.hero-mv__title-pro {
 color: #FF9800;
}

.hero-mv__desc {
  font-size: 1.25em;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
.hero-mv__desc {
    font-size: 1em;
   text-align: center;
   line-height: 1.4;
  }
}
.hero-mv__features {
  display: flex;
  gap: 0.625em;
  flex-wrap: wrap;
  font-size: 1.35em;
  background: #FFAB2F;
  padding: .35em 3em;
}
@media only screen and (max-width: 767px) {
.hero-mv__features {
  font-size: .875em;
    gap: .25em;
    background: none;
    padding: 0;
      flex-wrap: nowrap

  }
}
.hero-mv__features > li {
  display: inline-flex;
  align-items: center;
  gap: 0.375em;
  padding: 0.375em 1em;
  background-color: #fff;
  color: #FFAB2F;
  border-radius: 1.25em;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .hero-mv__features > li svg{
  transform: scale(1.5);
}
}
.hero-mv__price {
  display: flex;
  align-items: center;
  color: #E53935;
  gap: .25em;
  font-size: .85em;
}

.hero-mv__price-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
margin-block: .75em;
  line-height: 1.2;
padding: .25em .25em;
}

@media only screen and (min-width: 768px) {
.hero-mv__price-label {
    font-size: 2.25em;
}
}
.hero-mv__price-number {
  font-size: 8em;
  font-weight: 900;
  line-height: 1;
    
}
.hero-mv__price-number .-mark{
  position: relative;
  top: -.125em;
}


.hero-mv__price-unit {
  font-size: 2.5em;
  font-weight: 900;
  margin-left: 0.3125em;
line-height: 1.1;
}

.hero-mv__price-tax {
  font-size: 0.75em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hero-mv__price-number {
    font-size: 3.25em;
  }
    .hero-mv__price-unit {
      font-size: 1.5em;
    }
}
.hero-mv__buttons {
  display: flex;
  gap: 0.875em;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .hero-mv__buttons {
    flex-direction: column;
    width: 100%;
  }
}

.hero-mv__btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.9375em 1.875em;
  background-color: #4DB051;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  font-family: Lato, sans-serif;
  border-radius: 0.5em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.hero-mv__btn-tel svg{
transform-origin: 50%;
transform: scale(2);
}
.hero-mv__btn-tel:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .hero-mv__btn-tel {
    padding: 0;
    background: none;
    color: #000;
    font-size: 2em;
    letter-spacing: 0;
  }
    .hero-mv__btn-tel svg {
    transform-origin: 0 50%;
    }
    
.hero-mv__btn-tel path{
  fill:rgb(0 ,0 ,0) !important;
}
}

@media only screen and (max-width: 767px) {
  .hero-mv__btn-tel {
    flex: 1;
    justify-content: center;
    padding: 0.875em 1.25em;
    font-size: 1.125em;
  }
}

.hero-mv__btn-estimate {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  padding: 0.9375em 1.875em;
  background-color: #ff8f3f;
  color: #fff;
  font-size: 1.25emem;
  font-weight: bold;
  border-radius: 0.5em;
  text-decoration: none;
  letter-spacing: 0.0625em;
  transition: opacity 0.3s;
}
.hero-mv__btn-estimate svg {
  transform-origin: 50%;
  transform: scale(1.75);
}
.hero-mv__btn-estimate:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .hero-mv__btn-estimate {
    flex: 1;
    justify-content: center;
    padding: 0.875em 1.25em;
  }
}

.hero-mv__image {
  position: relative;
  width: 40%;
  z-index: 1;
}

@media only screen and (max-width: 1012px) {
  .hero-mv__image {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
     .hero-mv__image img {
      width: auto !important;
      margin: 0 auto;
        display: block;
     }
}

.hero-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ===== End Hero MV ===== */

/* ===== Link Banner ===== */
.link-banner {
  max-width: 1000px;
  margin: 35px auto;
  padding: 0 15px;
}

@media only screen and (min-width: 768px), print {
  .link-banner {
    padding: 0;
  }
}

.link-banner__link {
  display: block;
  transition: opacity 0.3s;
}

.link-banner__link:hover {
  opacity: 0.8;
}

.link-banner__link > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* ===== End Link Banner ===== */

/* ===== Worry Section ===== */
.worry {
  padding-bottom: 3.75em;
}

.worry__head {
  background-color: #fff5eb;

}
.h2__head{
    padding: 2.5em 0.9375em 1.875em;
  text-align: center;
}

.h2__title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #333;
  display: inline-block;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .h2__title {
    font-size: 1.375em;
  }
}

.h2__title-em {
  color: #FFAB2F;
  font-size: 1.25em;
}
.h2__title-em.-grn {
  color: #22ac38;

}
.h2__title-icon {
  vertical-align: middle;
  margin-left: 5px;
}
.h2__title:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 0.25em;
  background-color: #FFAB2F;
  margin: 0.5em auto 0;
  border-radius: 0.125em;
}
.h2__title.-grn::after{
  background-color: #22ac38;
}

.worry__card {
  position: relative;
  max-width: 56.25em;
  margin: -0.625em auto 0;
  background-color: #fff;
  border-radius: 0.75em;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 2.5em 2.5em 2.5em 3.125em;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .worry__card {
    padding: 1.5625em 1.25em;
    margin-top: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  .worry__list {
    max-width: 100%;
  }
}

.worry__list > li {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 1em 0;
  border-bottom: 2px dashed #c6e8c6;
}

.worry__list > li:last-child {
  border-bottom: none;
}

.worry__check {
  flex-shrink: 0;
}

.worry__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: .5em;
}
.worry__icon svg{
  transform-origin: 50%;
  transform: scale(1.5);
}
.worry__text {
  font-size: 1.25em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .worry__icon {
    width: 2em;
    height: 2em;
  }
    .worry__icon svg {
      transform: scale(1.25);
    }
  .worry__text {
    font-size: 0.875em;
  }
}

.worry__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .worry__photo {
    
  }
}

.worry__photo > img {
  width: 100%;
  height: auto;
  object-position: 100% center;
}

.worry__bottom {
  text-align: center;
  margin-top: 1.875em;
}

.worry__arrow {
  margin-bottom: 0.9375em;
}

.worry__solution {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 767px) {
  .worry__solution {
    font-size: 1.5em;
  }
}

.worry__solution-em {
  color: #FFAB2F;
  background: linear-gradient(transparent 60%, #fff6d2 60%);
  padding: 0 0.125em;
}
/* ===== End Worry Section ===== */

/* ===== Service Section ===== */
.svc-section {
  background-color: #fff5eb;
  padding: 3.75em 0 4.375em;
}

.svc-section__title {
  text-align: center;
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #333;
  margin-bottom: 2.1875em;
}

@media only screen and (max-width: 767px) {
  .svc-section__title {
    font-size: 1.375em;
  }
}

.svc-section__title-em {
  font-weight: bold;
}

.svc-section__title:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 0.25em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 0;
  border-radius: 0.125em;
}

.svc-section__intro {
  display: flex;
  align-items: center;
  margin: 0 0 2.5em;
  border-radius: 0.75em;
  overflow: hidden;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .svc-section__intro {
    flex-direction: column;
  }
}

.svc-section__intro-img {
  width: 34%;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .svc-section__intro-img {
    width: 100%;
  }
}

.svc-section__intro-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-section__intro-text {
  font-size: 1.5em;
  padding: 2em;
  font-weight: bold;
 
}

@media only screen and (max-width: 767px) {
  .svc-section__intro-text {
    padding: 1em;
    font-size: 1.125em;
  }
}





.svc-section__intro-text strong {
  color: #FFAB2F;
  font-weight: bold;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625em;
  margin-top: 0.625em;
}

@media only screen and (max-width: 767px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
  }
}

.svc-card {
  background-color: #fff;
  border-radius: 0.625em;
  border: .5em solid #FFDA95;
  padding: 1.875em 1.25em 1.5625em;
  text-align: center;
  letter-spacing: 0;
}

.svc-card__icon {
  width: 5.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.9375em;
}

@media only screen and (max-width: 767px) {
  .svc-card {
    border: none;
    padding: 1em;
  }
    .svc-card .svc-card__icon {
      width: 3em;
    }
}

.svc-card__label {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75em;
  letter-spacing: 0.0625em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5em;
}
.svc-card__label:after{
  content: "";
  width: 3em;
  height: .25em;
  background: #FFAB2F;
  border-radius: 1em;
}

.svc-card__text {
  line-height: 1.7;
  text-align: left;
}
/* ===== End Service Section ===== */

/* ===== Outline Green Button (shared) ===== */
.btn-outline-green {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid #FFAB2F;
  border-radius: 30px;
  background-color: #fff;
  color: #FFAB2F;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-outline-green:hover {
  background-color: #FFAB2F;
  color: #fff;
}
/* ===== End Outline Green Button ===== */

/* ===== Reason Section ===== */
.reason {
  padding: 4.375em 0 3.75em;
}

.reason__title {
  text-align: center;
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #333;
  margin-bottom: 0.625em;
}

@media only screen and (max-width: 767px) {
  .reason__title {
    font-size: 1.375em;
  }
}

.reason__title-em {
  font-weight: bold;
}

.reason__title:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 0.25em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 0;
  border-radius: 0.125em;
}

.reason__subtitle {
  text-align: center;
  margin-block: 2em;
  font-size: 1.25em;

}

.reason__subtitle-em {
  color: #FFAB2F;
  font-weight: bold;
}

.reason__item {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 0.75em;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5625em;
}

@media only screen and (max-width: 767px) {
  .reason__item {
    flex-direction: column;
  }
}

.reason__item.-rev {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .reason__item.-rev {
    flex-direction: column;
  }
}

.reason__img {
  width: 45%;
  flex-shrink: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .reason__img {
    width: 75%;
margin-inline: auto;
  }
}

.reason__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reason__img.-left {
  border-radius: 0.75em 0 0 0.75em;
}

.reason__img.-right {
  border-radius: 0 0.75em 0.75em 0;
}

@media only screen and (max-width: 767px) {
  .reason__img.-left,
  .reason__img.-right {
    border-radius: 0.75em 0.75em 0 0;
  }
}

.reason__img:before {
  content: '';
  position: absolute;
  top: -0.625em;
  width: 7.5em;
  height: 7.5em;
  background-color: rgba(34, 172, 56, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.reason__img.-left:before {
  left: -1.25em;
}

.reason__img.-right:before {
  right: -1.25em;
}

.reason__content {
  padding: 1.875em 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .reason__content {
    padding: 1em;
  }
}

.reason__label {
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .reason__label {
    width: 4em;
    margin: 0 auto .5em;
    }
}


.reason__heading {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  display: flex;
    flex-direction: column;
    gap: .25em;
}
.reason__heading:after{
  content: "";
    width: 3em;
    height: .25em;
    background: #FFAB2F;
    border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .reason__heading {
    font-size: 1.125em;
    text-align: center;
      align-items: center;
  }
}

.reason__text {
}

.reason__em {
  color: #FFAB2F;
  font-weight: bold;
}
/* ===== End Reason Section ===== */

/* ===== Certified Section ===== */
.certified {
  padding: 5em 0;
  background-color: #fff5eb;
}
.certified__card {
  max-width: 56.25em;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.75em;
  border: 2px solid #e0e0e0;
  padding: 3.125em 2.5em;
}
.certified__head {
  display: flex;
  text-align: center;
  margin-bottom: 1.875em;
  flex-direction: column;
    align-items: center;
}
.certified__badge {
  display: inline-block;
  padding: 0.5em 1.75em;
  background-color: #FFAB2F;
  color: #fff;
  border-radius: 1.875em;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin-bottom: 0.9375em;
}
.certified__title {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.125em;
  border-bottom: 3px solid #333;
  display: inline-block;
  padding-bottom: 0.3125em;
}
.certified__body {
  text-align: center;
  font-size: 0.875em;
  color: #555;
  line-height: 1.8;
  margin-bottom: 2.1875em;
  padding: 0 1.25em;
  border-top: 1px solid #ddd;
  padding-top: 1.5625em;
}
.certified__body p {
  margin-bottom: 0.625em;
}
.certified__images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.certified__seal {
  flex-shrink: 0;
  width: 11.25em;
}
.certified__seal img {
  width: 100%;
  height: auto;
}
.certified__cert {
  flex-shrink: 0;
  width: 12.5em;
}
.certified__cert img {
  width: 100%;
  height: auto;
  border-radius: 0.25em;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
  .certified {
    padding: 3.125em 0;
  }
  .certified__card {
    padding: 1.875em 1.25em;
  }
  .certified__badge {
    font-size: 0.875em;
    padding: 0.375em 1.25em;
  }
  .certified__title {
    font-size: 1.5em;
  }
  .certified__body {
    text-align: left;
    padding: 1.25em 0 0;
    font-size: 0.8125em;
  }
  .certified__images {
    gap:.5em;
  flex-wrap: wrap;
  }
  .certified__seal {
    width: 100%;
  
  }
     .certified__seal img {
       width: 5em;
       display: block;
       margin: 0 auto;
     }
  .certified__cert {
    width: 40%;
  }
}
/* ===== End Certified Section ===== */

/* ===== Pricing Section ===== */
.pricing {
  padding: 5em 0;
  background-color: #fff5eb;
  overflow-x: hidden;
}
.pricing__head {
  background-image: url(img/top/pricing-head-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0.75em;
  padding: 2.5em 1.875em;
  text-align: center;
  color: #333;
  margin-bottom: 3.125em;
  position: relative;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}
.pricing__head::after {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.5625em solid transparent;
  border-right: 1.5625em solid transparent;
  border-top: 1.5625em solid #c5dfc7;
  z-index: 1;
}
.pricing__title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.125em;
}
.pricing__title-em {
  border-bottom: 3px solid #FFAB2F;
  padding-bottom: 0.125em;
}
.pricing__title-bar {
  width: 2.5em;
  height: 0.1875em;
  background-color: #FFAB2F;
  margin: 0.9375em auto;
}
.pricing__subtitle {
  font-size: 1em;
  opacity: 0.9;
}
.pricing__table-wrap {
  overflow-x: auto;
  margin-top: 1em
}
.pricing__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}
.pricing__table thead th {
  background-color: #FFAB2F;
  color: #fff;
  padding: 0.875em 1.25em;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.pricing__table thead th:last-child {
  border-right: none;
}
.pricing__table tbody td {
  padding: 1em 1.25em;
  text-align: center;
  font-size: 0.9375em;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.pricing__table tbody td:last-child {
  border-right: none;
}
.pricing__table tbody td:first-child {
  color: #FFAB2F;
  font-weight: bold;
}
.pricing__table tbody tr:last-child td {
  border-bottom: none;
}
.pricing__price {
  color: #e74c3c;
  font-weight: bold;
  font-size: 1em !important;
  font-family: Lato, sans-serif;
}
.pricing__notes {
  
  margin-top: 1.875em;
  font-size: 0.8125em;
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pricing {
    padding: 3.125em 0;
  }
  .pricing__head {
    padding: 1.875em 1.25em;
    margin-bottom: 1.875em;
    border-radius: 0.5em;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
  }
  .pricing__title {
    font-size: 1.375em;
  }
  .pricing__table {
    font-size: 0.8125em;
  }
  .pricing__table thead th {
    padding: 0.625em 0.5em;
    font-size: 0.8125em;
  }
  .pricing__table tbody td {
    padding: 0.75em 0.5em;
    font-size: 0.8125em;
  }
  .pricing__price {
    font-size: 0.8125em !important;
  }
}
/* ===== End Pricing Section ===== */

/* ===== Flow Section ===== */
.flow {
  padding: 5em 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.flow__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5em;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.flow > .container {
  position: relative;
  z-index: 1;
}
.flow__title {
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  letter-spacing: 0.1875em;
  color: #333;
  position: relative;
}
.flow__title::before {
  content: 'FLOW';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.5em;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: rgba(34,172,56,0.06);
  letter-spacing: 0.625em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
.flow__title-bar {
  width: 2.5em;
  height: 0.1875em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 1.25em;
}
.flow__subtitle {
  text-align: center;
  font-size: 1.125em;
  color: #333;
  margin-bottom: 2.5em;
}
.flow__subtitle-em {
  color: #FFAB2F;
  font-weight: bold;
}
.flow__steps {
  display: flex;
  gap: 0;
  background-color: #FFAB2F;
  border-radius: 1em;
  padding: 1.875em 1.25em;
}
.flow__step {
  flex: 1;
  background-color: #fff;
  border-radius: 0.75em;
  padding: 1.5625em 1.125em;
  text-align: center;
  position: relative;
  margin: 0 0.5em;
}
.flow__step-label {
  display: inline-block;
  padding: 0.3125em 1.125em;
  border: 2px solid #FFAB2F;
  border-radius: 1.25em;
  font-family: Lato, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  color: #FFAB2F;
  letter-spacing: 0.0625em;
  margin-bottom: 0.9375em;
}
.flow__step-icon {
  width: 3.75em;
  height: 3.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.9375em;
}
.flow__step-icon img {
  width: 3.75em;
  height: 3.75em;
}
.flow__step-title {
  font-size: 0.9375em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.625em;
}
.flow__step-text {
  font-size: 0.8125em;
  color: #666;
  line-height: 1.6;
}
.flow__arrow {
  position: absolute;
  right: -.85em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.flow__arrow svg path {
  stroke: #fff;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.125em 0;
  }
  .flow__deco {
    display: none;
  }
  .flow__title {
    font-size: 1.75em;
  }
  .flow__subtitle {
    font-size: 0.9375em;
  }
  .flow__steps {
    flex-direction: column;
    padding: 1.25em 0.9375em;
    gap: 0.75em;
  }
  .flow__step {
    margin: 0;
    padding: 1.25em 0.9375em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    gap: 0.625em;
  }
  .flow__step-label {
    margin-bottom: 0;
    font-size: 0.75em;
    padding: 0.1875em 0.75em;
  }
  .flow__step-icon {
    width: 2.75em;
    height: 2.75em;
    margin: 0;
  }
  .flow__step-icon img {
    width: 2.75em;
    height: 2.75em;
  }
  .flow__step-title {
    flex: 1;
    margin-bottom: 0;
  }
  .flow__step-text {
    width: 100%;
  }
  .flow__arrow {
    display: none;
  }
}
/* ===== End Flow Section ===== */

/* ===== Voice New Section ===== */
.voice-new {
  padding: 5em 0;
  background-color: #fff5eb;
}



.voice-new__title-bar {
  width: 2.5em;
  height: 0.1875em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 1.25em;
}
.voice-new__subtitle {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 2.5em;
}
.voice-new__cards {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  gap: 1.5em;
}
.voice-new__card {
  flex: 1;
  background: #fff;
  border-radius: 0.75em;
  padding: 1.5em;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: relative;
  transition: .2s;
}
.voice-new__card:hover{
  opacity: .85;
}
.voice-new__card-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.voice-new__card-img {
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.875em;
  aspect-ratio: 16/10;
}
.voice-new__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-new__card-stars {
  color: #f5a623;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.voice-new__card-stars.-single{
font-size: 2em;
}
.voice-new__card-meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75em;
  flex-wrap: wrap;
}
.voice-new__tag {
  display: inline-block;
  padding: 0.1875em 0.625em;
  border: 1px solid #FFAB2F;
  border-radius: 0.25em;
  font-size: 0.75em;
  color: #FFAB2F;
  font-weight: bold;
}
.voice-new__name {
  font-size: 0.875em;
  font-weight: bold;
  color: #333;
}
.voice-new__card-text {
  font-size: 0.875em;
  color: #555;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .voice-new {
    padding: 3.125em 0;
  }
  .voice-new__title {
    font-size: 1.5em;
  }
  .voice-new__subtitle {
    font-size: 0.9375em;
  }
  .voice-new__cards {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
/* ===== End Voice New Section ===== */

/* ===== Area Section ===== */
.area {
  padding: 5em 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.area__title {
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  letter-spacing: 0.1875em;
  color: #333;
  position: relative;
}
.area__title::before {
  content: 'AREA';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.5em;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: rgba(34,172,56,0.06);
  letter-spacing: 0.625em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
.area__title-em {
  color: #FFAB2F;
}
.area__title-bar {
  width: 2.5em;
  height: 0.1875em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 1.25em;
}
.area__subtitle {
  text-align: center;
  font-size: 1.125em;
  color: #333;
  margin-bottom: 2.5em;
}
.area__subtitle-em {
  color: #ff8f3f;
  font-weight: bold;
}
.area__content {
  display: flex;
  gap: 2.5em;
  background: #fff;
  border-radius: 0.75em;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  padding: 2.5em;
  align-items: flex-start;
}
.area__map {
  flex-shrink: 0;
  width: 45%;
}
.area__map img {
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}
.area__list {
  flex: 1;
}
.area__group {
  margin-bottom: 1.5625em;
}
.area__group:last-child {
  margin-bottom: 0;
}
.area__group-title {
  display: flex;
  align-items: center;
  gap: 0.375em;
  font-size: 1em;
  font-weight: bold;
  color: #FFAB2F;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.875em;
}
.area__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.area__tags.-main > li {
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #FFAB2F;
  color: #fff;
  border-radius: 1.5625em;
  font-size: 0.9375em;
  font-weight: bold;
}
.area__tags.-sub > li {
  display: inline-block;
  padding: 0.375em 1em;
  background-color: #e8f5e9;
  color: #333;
  border-radius: 1.25em;
  font-size: 0.8125em;
}
.area__note {
  text-align: center;
  margin-top: 1.875em;
  font-size: 0.875em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .area {
    padding: 3.125em 0;
  }
  .area__title {
    font-size: 1.625em;
  }
  .area__content {
    flex-direction: column;
    padding: 1.25em;
    gap: 1.25em;
  }
  .area__map {
    width: 100%;
  }
}
/* ===== End Area Section ===== */

/* ===== Blog New Section ===== */
.blog-new {
  padding: 5em 0;
  background-color: #fff5eb;
  position: relative;
  overflow: hidden;
}
.blog-new__title {
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  letter-spacing: 0.1875em;
  color: #333;
  position: relative;
}
.blog-new__title::before {
  content: 'BLOG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.5em;
  font-family: Lato, sans-serif;
  font-weight: bold;
color: rgba(245, 172, 0, 0.06);
  letter-spacing: 0.625em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
.blog-new__title-bar {
  width: 2.5em;
  height: 0.1875em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 1.25em;
}
.blog-new__subtitle {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 2.5em;
  padding-bottom: 0.9375em;
  border-bottom: 2px dashed #FFAB2F;
}
.blog-new__cards {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  gap: 1.5em;
}
.blog-new__card {
  flex: 1;
  background: #fff;
  border-radius: 0.75em;
  padding: 1.5em;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s;
}
.blog-new__card:hover {
  opacity: 0.8;
}
.blog-new__card-img {
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.875em;
  aspect-ratio: 16/10;
}
.blog-new__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-new__card-date {
  font-size: 0.8125em;
  color: #888;
  font-family: Lato, sans-serif;
}
.blog-new__card-cat {
  display: inline-block;
  padding: 0.1875em 0.625em;
  border: 1px solid #FFAB2F;
  border-radius: 0.25em;
  font-size: 0.75em;
  color: #FFAB2F;
  font-weight: bold;
  margin-left: 0.5em;
}
.blog-new__card-title {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.blog-new__card-excerpt {
  font-size: 0.875em;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .blog-new {
    padding: 3.125em 0;
  }
  .blog-new__title {
    font-size: 1.75em;
  }
  .blog-new__subtitle {
    font-size: 0.9375em;
  }
  .blog-new__cards {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
/* ===== End Blog New Section ===== */

/* ===== FAQ New Section ===== */
.faq-new {
  padding: 5em 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.faq-new::before,
.faq-new::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13.75em;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
}
.faq-new::before {
  left: 0;
  background-image: url(img/top/faq-left.png);
}
.faq-new::after {
  right: 0;
  background-image: url(img/top/faq-right.png);
}
.faq-new > .container {
  position: relative;
  z-index: 1;
}
.faq-new__title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375em;
  flex-wrap: wrap;
}
.faq-new__title-icon {
  flex-shrink: 0;
}
.faq-new__title-em {
  color: #333;
  font-weight: bold;
}
.faq-new__title-bar {
  width: 2.5em;
  height: 0.1875em;
  background-color: #FFAB2F;
  margin: 0.9375em auto 1.875em;
}
.faq-new__list {
  max-width: 50em;
  margin: 0 auto;
}
.faq-new__item {
  margin-bottom: 0.75em;
}
.faq-new__question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.125em 1.25em;
  background: linear-gradient(135deg, #e8f5e9 0%, #e8f5e9 100%);
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  transition: background 0.3s;
}
.faq-new__question:hover {
  background: linear-gradient(135deg, #d4edda 0%, #e8f5e9 100%);
}
.faq-new__q-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background-color: #FFAB2F;
  color: #fff;
  border-radius: 50%;
  font-size: 0.875em;
  font-weight: bold;
  font-family: Lato, sans-serif;
  flex-shrink: 0;
  margin-right: 0.875em;
}
.faq-new__q-text {
  flex: 1;
}
.faq-new__toggle {
  font-size: 1.375em;
  color: #999;
  flex-shrink: 0;
  margin-left: 0.875em;
  transition: transform 0.3s;
}
.faq-new__item.-open .faq-new__toggle {
  transform: rotate(45deg);
}
.faq-new__answer {
  display: none;
  padding: 1.25em 1.25em 1.25em 4.125em;
  font-size: 0.9375em;
  color: #555;
  line-height: 1.7;
}
.faq-new__item.-open .faq-new__answer {
  display: block;
}
@media screen and (max-width: 767px) {
  .faq-new {
    padding: 3.125em 0;
  }
  .faq-new::before,
  .faq-new::after {
    display: none;
  }
  .faq-new__title {
    font-size: 1.5em;
  }
  .faq-new__question {
    padding: 0.875em 0.9375em;
    font-size: 0.875em;
  }
  .faq-new__answer {
    padding: 0.9375em 0.9375em 0.9375em 3.125em;
    font-size: 0.875em;
  }
}
/* ===== End FAQ New Section ===== */

/* ===== Estimate Section ===== */
.estimate {
  padding: 80px 0;
  background-color: #fff5eb;
  position: relative;
  background-image: url(img/top/estimate-bg.png);
  background-size: cover;
  background-position: center;
}
.estimate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(240,248,240,0.88);
  z-index: 0;
}
.estimate > .container {
  position: relative;
  z-index: 1;
}
.estimate__head {
  text-align: center;
  margin-bottom: 40px;
}
.estimate__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.estimate__title-em {
  color: #FFAB2F;
}
.estimate__title-bar {
  width: 40px;
  height: 3px;
  background-color: #FFAB2F;
  margin: 15px auto 20px;
}
.estimate__head-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: #555;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.estimate__body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.estimate__contact {
  flex-shrink: 0;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.estimate__contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.estimate__contact-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ff8f3f;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.estimate__contact-label.-line {
  background-color: #FFAB2F;
}
.estimate__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 28px;
  font-weight: bold;
  font-family: Lato, sans-serif;
  color: #FFAB2F;
  text-decoration: none;
  margin-bottom: 8px;
}
.estimate__contact-info {
  font-size: 13px;
  color: #666;
}
.estimate__contact-em {
  color: #FFAB2F;
  font-weight: bold;
}
.estimate__contact-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  background-color: #25c300;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  transition: opacity 0.3s;
}
.estimate__contact-line-btn:hover {
  opacity: 0.8;
}
.estimate__form-wrap {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.estimate__form-row {
  margin-bottom: 20px;
}
.estimate__form-row.-center {
  text-align: center;
  margin-bottom: 10px;
}
.estimate__form-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}
.estimate__required {
  display: inline-block;
  padding: 1px 8px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 4px;
  font-weight: bold;
}
.estimate__form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.estimate__form-input:focus {
  border-color: #FFAB2F;
}
.estimate__form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  min-height: 100px;
  resize: vertical;
  outline: none;
  transition: border-color 0.3s;
}
.estimate__form-textarea:focus {
  border-color: #FFAB2F;
}
.estimate__form-checks,
.estimate__form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.estimate__form-checks label,
.estimate__form-radios label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  cursor: pointer;
}
.estimate__form-privacy {
  font-size: 14px;
  cursor: pointer;
}
.estimate__form-privacy a {
  color: #FFAB2F;
}
.estimate__form-submit {
  display: inline-block;
  padding: 16px 60px;
  background-color: #ff8f3f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
  transition: opacity 0.3s;
  width: 100%;
  max-width: 400px;
}
.estimate__form-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .estimate {
    padding: 50px 0;
  }
  .estimate__title {
    font-size: 22px;
    flex-wrap: wrap;
  }
  .estimate__head-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
  .estimate__body {
    flex-direction: column;
  }
  .estimate__contact {
    width: 100%;
  }
  .estimate__form-wrap {
    padding: 20px;
  }
}
/* ===== End Estimate Section ===== */

/* ===== CTA Bar Section ===== */
.cta-bar {
  padding: 50px 0;
  background: linear-gradient(135deg, #FFAB2F 0%, #1a8a2c 100%);
  color: #fff;
  text-align: center;
}
.cta-bar__text {
  font-size: 1.5em;
  font-weight: bold;

}
.cta-bar__text-em {
  font-size: 1.15em;
  font-weight: bold;
}
.cta-bar__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.cta-bar__col {
  text-align: center;
}
.cta-bar__label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
}
.cta-bar__label::before,
.cta-bar__label::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.6);
  margin: 0 10px;
  vertical-align: middle;
}
.cta-bar__label::before {
  transform: rotate(-20deg);
}
.cta-bar__label::after {
  transform: rotate(20deg);
}
.cta-bar__btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 35px;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  font-family: Lato, sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.3s;
}
.cta-bar__btn-tel:hover {
  opacity: 0.9;
}
.cta-bar__btn-estimate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 35px;
  background-color: #ff8f3f;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.3s;
}
.cta-bar__btn-estimate:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .cta-bar {
    padding: 35px 0;
  }
  .cta-bar__text {
    font-size: 1.25em;
    line-height: 1.5;
  }
  .cta-bar__buttons {
    flex-direction: column;
    gap: 20px;
  }
  .cta-bar__btn-tel {
    font-size: 20px;
    padding: 12px 30px;
  }
  .cta-bar__btn-estimate {
    padding: 12px 30px;
  }
}
/* ===== End CTA Bar Section ===== */

/* ===== Footer New ===== */
.footer-new {
  background-color: #3a3a3a;
  color: #fff;
  padding: 60px 0 0;
}
.footer-new__grid {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
.footer-new__brand {
  flex-shrink: 0;
  width: 320px;
}
.footer-new__logo {
  margin-bottom: 20px;
}
.footer-new__logo a {
  display: inline-block;
}
.footer-new__logo img {
  height: 30px;
  width: auto;
}
.footer-new__desc {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
}
.footer-new__company {
  flex-shrink: 0;
}
.footer-new__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer-new__dl {
  font-size: 14px;
  line-height: 1.8;
}
.footer-new__dl dt {
  color: rgba(255,255,255,0.7);
  margin-top: 10px;
}
.footer-new__dl dt:first-child {
  margin-top: 0;
}
.footer-new__dl dd {
  color: #fff;
}
.footer-new__tel-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-new__menu {
  flex: 1;
}
.footer-new__links {
  display: flex;
  gap: 40px;
}
.footer-new__link-col {
  list-style: none;
}
.footer-new__link-col li {
  margin-bottom: 12px;
}
.footer-new__link-col a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s;
}
.footer-new__link-col a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff8f3f;
  border-right: 2px solid #ff8f3f;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.footer-new__link-col a:hover {
  color: #FFAB2F;
}
.footer-new__copyright {
  text-align: center;
  padding: 20px 0 80px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 767px) {
  .footer-new {
    padding: 40px 0 0;
  }
  .footer-new__grid {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
  .footer-new__brand {
    width: 100%;
  }
  .footer-new__links {
    gap: 30px;
  }
}
/* ===== End Footer New ===== */


@media only screen and (min-width: 768px), print {
  .lead {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lead__heading {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.lead p {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .lead p {
    text-align: left;
  }
}

.lead p + .lead__heading {
  margin-top: 50px;
}

.list-a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 52px;
  border: 3px solid #FFAB2F;
}

@media only screen and (max-width: 767px) {
  .list-a {
    padding: 10px 5px;
  }
}

.list-a > li {
  padding: 5px 8px;
  font-size: 16px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .list-a > li {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.list-a > li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #FFAB2F;
  vertical-align: -2px;
}

.magazine {
  background: #f7faf6;
}

@media only screen and (min-width: 768px), print {
  .magazine {
    font-size: 18px;
  }
}

.magazine__wh {
  background: #fff;
  padding: 1em;
}

@media only screen and (min-width: 768px), print {
  .magazine__wh {
    padding: 2em;
  }
}

.magazine__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .magazine__logos {
    transform-origin: 50%;
    transform: scale(0.6);
  }
}

.magazine__logos img {
  margin-bottom: 1em;
}

.magazine__logos img + img {
  margin-left: 2em;
}

@media only screen and (min-width: 768px), print {
  .magazine__logos img + img {
    margin-left: 2.5em;
  }
}

.magazine__txt {
  margin-bottom: 1em;
}

.magazine__links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.magazine__links a {
  position: relative;
  display: block;
  border: 1px #f4f4f4 solid;
  transition: 0.2s;
}

.magazine__links a + a {
  margin-left: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .magazine__links a + a {
    margin-left: 1em;
  }
}

.magazine__links a:hover {
  opacity: 0.85;
}

.magazine__links a:hover .magazine__blank {
  transform: translate(1px, 1px);
}

.magazine__blank {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  transform-origin: 50%;
}

.main {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 40px;
  }
}

.main.-top {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  .media {
    display: flex;
  }
  .media.-rev {
    flex-direction: row-reverse;
  }
  .media.-rev .media__img {
    margin-left: 40px;
    margin-right: 0;
  }
  .media.-center {
    align-items: center;
  }
}

.media + .media {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .media + .media {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .media__img {
    flex: none;
    margin-right: 40px;
    max-width: 50%;
  }
}

.media.-column .media__img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .media__img {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .media__content {
    margin-top: 20px;
  }
}

.media__heading {
  font-size: 24px;
  font-weight: bold;
  color: #FFAB2F;
  text-align: center;
}

.media__name {
  margin-bottom: 50px;
}

.media__text:nth-child(n+2) {
  margin-top: 25px;
}

.media__text + .media__heading {
  margin-top: 40px;
}

.mv {
  height: 344px;
  margin-bottom: 50px;
  padding-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .mv {
    height: 250px;
  }
}

.mv__title {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .mv__title {
    margin-top: 50px;
  }
}

.nav-a > ul {
  display: flex;
}

.nav-a > ul > li {
  flex: 1;
  border-right: 1px solid #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .nav-a > ul > li {
    flex: auto;
  }
}

.nav-a > ul > li:first-child {
  border-left: 1px solid #f0f0f0;
}

.nav-a > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-indent: 2px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .nav-a > ul > li > a {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.nav-a > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FFAB2F;
  transform: scaleX(0);
  transition: all .3s;
}

.nav-a > ul > li > a.is-active {
  color: #FFAB2F;
}

.nav-a > ul > li > a.is-active:before, .nav-a > ul > li > a:hover:before {
  transform: none;
}

.news-list__item + .news-list__item {
  margin-top: 25px;
}

.news {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .news {
    flex-wrap: wrap;
  }
}

.news__date {
  flex: none;
  display: block;
  width: 120px;
  font-weight: bold;
  font-style: italic;
}

.news__category {
  flex: none;
  display: block;
  width: 110px;
  border: 1px solid #FFAB2F;
  color: #FFAB2F;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

.news__title {
  display: block;
  margin-left: 30px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__title:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .news__title {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

.pagetop {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    right: 15px;
  }
}

.pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

.pagetop__arrow {
  stroke: #FFAB2F;
}

.pagetop.-white .pagetop__arrow {
  stroke: #fff;
}

.pagetop__text {
  fill: #FFAB2F;
}

.pagetop.-white .pagetop__text {
  fill: #fff;
}

.pagination {
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

.pagination__prev, .pagination__next {
  position: absolute;
  top: 0;
}

.pagination__prev {
  left: 0;
}

.pagination__next {
  right: 0;
}

.pagination > .page-numbers {
  display: flex;
  justify-content: center;
}

.pagination > .page-numbers > li:nth-child(n+2) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .pagination > .page-numbers > li:nth-child(n+2) {
    margin-left: 5px;
  }
}

.pagination > .page-numbers > li > .page-numbers {
  display: block;
  width: 32px;
  height: 32px;
  padding: 2px 0;
  border: 1px solid #FFAB2F;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #FFAB2F;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .pagination > .page-numbers > li > .page-numbers {
    width: 28px;
    height: 28px;
    padding: 0;
  }
}

.pagination > .page-numbers > li > .page-numbers.current {
  background-color: #FFAB2F;
  color: #fff;
}

.pagination > .page-numbers > li > .page-numbers.dots {
  border-style: none;
}

.post-links-simple {
  display: flex;
}

.post-links-simple__item.-prev > a {
  padding: 10px 0 10px 25px;
}

.post-links-simple__item.-prev > a:before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M9.953%200v5.354L5.329%2010l4.624%204.646V20L0%2010z%22%20fill%3D%22%2394c33a%22%2F%3E%3C%2Fsvg%3E");
}

.post-links-simple__item.-next {
  margin-left: auto;
}

.post-links-simple__item.-next > a {
  padding: 10px 25px 10px 0;
}

.post-links-simple__item.-next > a:before {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M0%200v5.354L4.624%2010%200%2014.646V20l9.953-10z%22%20fill%3D%22%2394c33a%22%2F%3E%3C%2Fsvg%3E");
}

.post-links-simple__item > a {
  display: block;
  position: relative;
  color: #FFAB2F;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

.post-links-simple__item > a:hover {
  text-decoration: underline;
}

.post-links-simple__item > a:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 10px;
  height: 20px;
}

.post-links {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .post-links {
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .post-links:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    width: 1px;
    background-color: #eee;
  }
}

.post-links__item {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .post-links__item {
    width: auto;
  }
  .post-links__item.-next {
    margin-top: 20px;
  }
}

.post-link {
  display: flex;
  align-items: center;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.post-link:hover {
  text-decoration: underline;
}

.post-link.-prev {
  padding-left: 20px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .post-link.-prev {
    padding-right: 0;
  }
}

.post-link.-next {
  flex-direction: row-reverse;
  padding-left: 40px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-link.-next {
    padding-left: 0;
  }
}

.post-link__title {
  display: block;
}

.post-link.-prev .post-link__title {
  margin-left: 10px;
}

.post-link.-next .post-link__title {
  margin-right: 10px;
}

.post-link__prev, .post-link__next {
  position: absolute;
  color: #FFAB2F;
  letter-spacing: 2px;
  font-style: italic;
}

.post-link__prev > svg, .post-link__next > svg {
  vertical-align: -4px;
}

.post-link__prev {
  left: 0;
}

.post-link__prev > svg {
  margin-right: 15px;
}

.post-link__next {
  right: 0;
}

.post-link__next > svg {
  margin-left: 15px;
}

.review__stars {
  font-size: 1.25em;
  color: #ff8f3f;
}

.review__points {
  display: flex;
  align-items: center;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .section.-news {
    padding-top: 100px;
  }
}

.section.-plan {
  background-image: url(img/top-plan-bg-1.png), url(img/top-plan-bg-2.png);
  background-repeat: no-repeat, repeat-y;
  background-position: top 50% left 34px, right;
  background-size: 342px, 50%;
}

@media only screen and (max-width: 767px) {
  .section.-plan {
    background-position: center;
    background-size: 342px, cover;
  }
}

.section.-case {
  padding-top: 0;
}

.sentence {
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px), print {
  .sentence {
    text-align: center;
  }
}

.sentence.-sm {
  font-size: 12px;
}

.sentence p + p {
  margin-top: 26px;
}

.sentence img {
  vertical-align: middle;
}

.sp-menu {
  position: fixed;
  z-index: 1700;
  top: 0;
  right: 0;
  width: 60px;
  height: 55px;
  padding: 0;
  border: none;
  background-color: #FFAB2F;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.sp-menu__bar-1, .sp-menu__bar-2, .sp-menu__bar-3 {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: white;
  transition: all 0.3s;
}
.sp-menu__bar-3:after{
  content: 'メニュー';
  font-size: 8px;
  color: #fff;
  display: block;
  top: 6px;
  position: relative;
  left: -4px;
  width: 40px;
}
.is-drawer-active .sp-menu__bar-3:after{
  display: none;
}

.sp-menu__bar-1 {
  display: block;
  top: 15px;
  transform-origin: left;
}

.is-drawer-active .sp-menu__bar-1 {
  transform: translateY(-3px) rotate(45deg) scaleX(1.4142);
}

.sp-menu__bar-2 {
  display: block;
  top: 25px;
}

.is-drawer-active .sp-menu__bar-2 {
  transform: scaleX(0);
}

.sp-menu__bar-3 {
  display: block;
  top: 35px;
  transform-origin: left;
}

.is-drawer-active .sp-menu__bar-3 {
  transform: translateY(7px) rotate(-45deg) scaleX(1.4142);
}

.tab {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
}

.tab__list {
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .tab__item {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .tab__item {
    flex: auto;
  }
}

@media only screen and (min-width: 768px), print {
  .tab__item:first-child {
    width: auto;
    flex: auto;
  }
}

.tab__item:first-child .tab__link {
  border-left-style: none;
}

.tab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 10px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #eee;
  font-size: 18px;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.5;
  text-align: center;
  color: #999;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .tab__link {
    height: 60px;
    font-size: 12px;
  }
}

.tab__link.is-active {
  box-shadow: none;
  background-color: transparent;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .tab__link.is-active {
    padding-top: 17px;
    padding-bottom: 20px;
    border-left-width: 1px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.tab__panel {
  display: none;
  padding: 100px 40px;
}

@media only screen and (max-width: 767px) {
  .tab__panel {
    padding: 40px 20px;
  }
}

.tab__panel.is-active {
  display: block;
}

.tab__heading {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tab__heading {
    margin-bottom: 30px;
  }
}

.table-b {
  width: 900px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .table-b {
    width: 600px;
    font-size: .7em;
    line-height: 1.4;
  }
  .table-b__wrapper {
    padding-bottom: 30px;
    overflow: auto;
  }
}

.table-b th, .table-b td {
  border: 1px solid #333;
  text-align: center;
 
}

.table-b th {
  padding: 1em .5em;
  font-weight: bold;
}

.table-b td {
padding: 1em .5em;
}

.table-b td.-lg {
  font-size:1.25em;
  font-weight: bold;
}

.table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

.table.-property {
  width: 100%;
}

.table th, .table td {
  padding: 25px 0;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .table th, .table td {
    display: block;
  }
}

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

@media only screen and (min-width: 768px), print {
  .table th {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .table th {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .table td {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

.table tr {
  border-bottom: 1px solid #ddd;
}

.table a {
  color: #FFAB2F;
  text-decoration: none;
}

.table a:hover {
  text-decoration: underline;
}

.telcaption__no {
  position: relative;
}
.telcaption__icon {
  transform-origin: 50%;
  transform: scale(1.25);
}

.telcaption__txt {
  position: absolute;
  font-size: 14px;
  top: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  width: 90%;
  right: 1.5em;
  border-top: 1px solid #ddd;
  text-align: right;
}

.telcaption__txt.-center {
  text-align: center;
}

.textbox {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #191919;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media only screen and (max-width: 767px) {
  .textbox {
    padding: 10px 20px;
  }
}

.textbox.-ml {
  height: 250px;
}

.textbox.-zip1 {
  width: 95px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .textbox.-zip1 {
    margin-bottom: 10px;
  }
}

.textbox.-zip2 {
  width: 110px;
  margin-left: 10px;
  margin-right: 35px;
}

.textbox.-other {
  margin-left: auto;
}

.textbox.-other.-ways {
  width: 455px;
}

@media only screen and (max-width: 767px) {
  .textbox.-other.-ways {
    width: calc(100% - 90px);
  }
}

.textbox.-other.-type {
  width: 620px;
}

@media only screen and (max-width: 767px) {
  .textbox.-other.-type {
    width: calc(100% - 90px);
  }
}

.title.-lv2 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .title.-lv2 {
    margin-bottom: 20px;
  }
}

.title.-lv2 .title__main {
  font-size: 24px;
}

.title.-lv2 .title__sub {
  font-size: 14px;
}

.title.-lv2 .title__lead {
  font-size: 18px;
}

.title.-blue {

}

.title__main {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title__main {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.title__sub {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}

.title__category {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.title__date {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-style: italic;
}

.title__lead {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title__lead {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.title__lead2 {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #FFAB2F;
  font-weight: bold;
  text-align: center;
}

.works h2 {
  clear: both;
  color: #FFAB2F;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.works h2:nth-child(n+2) {
  margin-top: 80px;
}

.works h3 {
  clear: both;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.works .table-works {
  clear: both;
  border-bottom: 1px solid #E0E0E1;
  margin: 1em 0 2em 0;
  background-color: #F9F8F8;
  overflow: hidden;
}

.works .table-works dt, .works .table-works dd {
  padding: 20px;
}

.works .table-works dt {
  border-top: 1px solid #E0E0E1;
  font-weight: bold;
  float: left;
  width: 100px;
}

@media sp {
  .works .table-works dt {
    width: 100%;
    float: none;
    padding: 0.5em 20px;
  }
}

.works .table-works dd {
  margin-left: 100px;
  border-top: 1px solid #E0E0E1;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .works .imgleft_works {
    float: left;
  }
}

@media only screen and (min-width: 768px), print {
  .works .imgleft_works + .imglast {
    margin-left: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .works .imgleft_works + .imglast {
    margin-top: 20px;
  }
}

.works .imglast + .table-works {
  margin-top: 70px;
}

.yt {
  padding: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 768px), print {
  .yt {
    padding: 50px 0;
    margin-top: 0;
  }
}

.yt__iframe {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 2em);
  height: 100%;
  aspect-ratio: 16 / 9;
}

.yt__txt {
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .yt__txt {
    font-size: 1.35em;
  }
}

.yt__txt span {
  margin: 0 0.5em;
}

.yt__txt span.-rev {
  display: inline-block;
  transform-origin: 50%;
  transform: scaleX(-1);
}

.pc-hidden {
  display: none;
}

.lead.mb30,
.container.mb30,
.mb30.cv-line__inner {
  margin-bottom: 30px;
}

.hc_box {
  margin-bottom: 40px;
}

.hc_box span {
  display: block;
}

.hc_box .box_title {
  background-color: #FFAB2F;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
}

.hc_box .box_title .t_main {
  font-size: 24px;
}

.hc_box .box_title .sub {
  font-size: 18px;
}

.hc_box .wrp_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hc_box .wrp_box .box {
  width: 49.5%;
  display: flex;
  align-items: center;
  border: 2px solid #FFAB2F;
  margin-bottom: 15px;
}

.hc_box .wrp_box .box.ajust {
  width: 100%;
}

.hc_box .wrp_box .box.ajust .item {
  width: 83%;
}

.hc_box .wrp_box .box.ajust .item:first-of-type {
  width: 17%;
}

.hc_box .wrp_box .box .item {
  width: 65%;
  padding: 15px 10px;
}

.hc_box .wrp_box .box .item:first-of-type {
  text-align: center;
  width: 35%;
}

.hc_box .wrp_box .box .item img {
  margin-bottom: 10px;
  max-width: 80px;
}

.hc_box .wrp_box .box .item .t_main {
  font-weight: 600;
}

.hc_box .wrp_box .box .item .sub {
  color: #cc0e0e;
}

.hc_box .wrp_box .box .item ul li {
  font-size: 12px;
}

.more_btn_box {
  text-align: center;
  margin-top: 50px;
}

.more_btn_box .item_tit {
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

ul.keep{
    padding-left: 21px;
}

ul.keep>li {
    position: relative;
    margin-bottom: 32px;
}
ul.keep>li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.8em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #FFAB2F;
    border-bottom: 2px solid #FFAB2F;
    transform: rotate(-45deg);
}
h3.keep_ttl {
    font-size: 16px;
    font-weight: bold;
}
p.keep_txt {
    margin-top: 8px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
  .ajust03 {
    max-width: 280px;
    margin: 0 auto;
  }
  .lead__text.pc-hidden {
    font-size: 12px;
    margin-top: 20px;
  }
  .hc_box .box_title .t_main {
    font-size: 21px;
  }
  .hc_box .box_title .sub {
    font-size: 14px;
  }
  .hc_box .wrp_box .box {
    flex-wrap: wrap;
  }
  .hc_box .wrp_box .box .item:first-of-type,
  .hc_box .wrp_box .box.ajust .item:first-of-type,
  .hc_box .wrp_box .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .hc_box .wrp_box .box .item:first-of-type,
  .hc_box .wrp_box .box.ajust .item:first-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hc_box .wrp_box .box .item,
  .hc_box .wrp_box .box.ajust .item {
    width: 100%;
  }
  .more_btn_box .item_tit {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .more_btn_box .feature__btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 450px) {
ul.keep.lead.u-mt-50.u-mt-30-sp {
    width: 95%;
    margin: 0 auto;
}
}

/* 地域ページ */

header.s_ttl h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}
header.s_ttl h2::before {
    content: '';
    background: url(img/region/l_slash.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
}
header.s_ttl h2::after {
    content: '';
    background: url(img/region/r_slash.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
}
header.s_ttl .ttl_sub {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: -4px;
}
ul.service_list {
    display: flex;
    justify-content: space-between;
}
ul.service_list li {
    width: 100%;
    max-width: 188px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}


.cv_area {
    width: 100%;
    border: 3px solid #FFAB2F;
}
p.cv_ttl {
    font-size: 40px;
    font-weight: bold;
    padding-top: 21px;
    text-align: center;
    padding-left: 60px;
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
p.cv_ttl::before {
    content: '';
    background: url(img/region/women_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 64px;
    height: 103px;
    position: absolute;
    left: -8px;
    top: -18px;
}
.cv_ttl>span.num {
    font-size: 72px;
    color: #FFAB2F;
    display: inline-block;
    margin-left: 8px;
    line-height: 0.8;
}
span.f_24 {
    font-size: 24px;
}
p.cv_txt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.cv_btn {
    display: flex;
    justify-content: space-evenly;
    padding: 24px 24px 40px;
    flex-wrap: wrap;
}
.cv_btn a {
    width: 100%;
    max-width: 440px;
    text-decoration: none;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
}
a.cv_tel {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #ff8f3f;
    border-radius: 50px;
    padding: 11px 13px 8px 140px;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
}
a.cv_tel::before {
    content: '';
    background: url(img/region/tel_icon.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 110px;
    top: 23px;
}
a.cv_tel span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: auto 0 auto 16px;
}
a.cv_web {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #FFAB2F;
    border-radius: 50px;
    padding: 11px 16px 8px 16px;
    text-align: center;
    line-height: 1.3;
}
a.cv_web span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 500;
}

header.w_ttl h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
header.w_ttl div {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
ul.w_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}
ul.w_list li {
    width: 100%;
    max-width: 308px;
}
ul.w_list li:nth-child(n+4) {
    margin-top: 40px;
}
ul.w_list li .txt {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}
.p_area {
    background: #40C2BE;
    position: relative;
    margin-top: 80px;
    padding-top: 0px;
    padding-bottom: 64px;
}
.p_area::before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
header.p_ttl h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}
header.p_ttl h3>img {
    max-width: 190px;
    width: 100%;
}
header.p_ttl h3>span {
    font-size: 24px;
    margin-left: 11px;
}
header.p_ttl>div {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08rem;
    margin-top: 14px;
}
ul.p_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
ul.p_list li {
    width: 100%;
    max-width: 480px;
    display: block;
    background: #fff;
    margin-left: 14px;
    text-align: center;
    padding-bottom: 32px;
}
.p_ttl {
    position: relative;
}
.p_num {
    position: absolute;
    background: #000;
    border-radius: 100%;
    color: #fff;
    max-width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: -14px;
    top: -14px;
    padding-left: 2px;
    padding-top: 1px;
}
.p_ttl>h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 32px;
}
ul.p_list li img {
    max-width: 233px;
    margin: 16px 0;
}
ul.p_list .txt {
    font-size: 14px;
    width: 100%;
    padding: 0 40px;
	text-align: left;
}
ul.p_list li:nth-child(n+3) {
    margin-top: 40px;
}

ul.scene_list {
    display: flex;
    justify-content: space-between;
}
ul.scene_list li {
    width: 100%;
    max-width: 188px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
header.s_ttl .sub {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}


/* 地域ページ SP版 */
@media only screen and (max-width: 960px) {

a.cv_web {
    margin-top: 24px;
}
ul.w_list {
    justify-content: space-evenly;
}
ul.p_list {
    justify-content: center;
}
ul.p_list li:nth-child(2) {
    margin-top: 40px;
}
ul.service_list {
    justify-content: center;
    flex-wrap: wrap;
}
ul.service_list li {
    margin: 24px;
}
ul.scene_list {
    justify-content: center;
    flex-wrap: wrap;
}
ul.scene_list li {
    margin: 24px;
}
	
}
@media only screen and (max-width: 767px) {

header.s_ttl .ttl_sub {
    font-size: 32px;
    line-height: 1.3;
    width: 95%;
    margin: 8px auto 0px;
}
ul.service_list li {
    margin: 16px;
}
.cv_ttl>span.num {
    font-size: 56px;
    margin-left: 3px;
}
p.cv_ttl {
	font-size: 32px;
    padding-left: 40px;
}
p.cv_ttl::before {
    width: 50px;
    height: 80px;
    left: 10px;
    top: -11px;
}
span.f_24 {
    font-size: 21px;
}
a.cv_tel {
	padding: 11px 16px 8px 110px;	
}
a.cv_tel::before{
	left: 80px;	
}
header.w_ttl div {
    font-size: 32px;
    width: 95%;
    margin: 0 auto;
}
ul.w_list li {
    max-width: 200px;
}
ul.w_list li .txt {
    font-size: 16px;
}
ul.w_list li:nth-child(n+3) {
    margin-top: 32px;
}
header.p_ttl h3 {
    font-size: 24px;
}
header.p_ttl h3>img {
    max-width: 160px;
}
header.p_ttl h3>span {
    margin-left: 5px;
}
header.p_ttl>div {
    font-size: 18px;
    margin-top: 0px;
}
ul.p_list {
    margin-right: 14px;
}
header.s_ttl .sub {
    font-size: 24px;
	width: 95%;
    margin: 0 auto;
}
ul.scene_list li {
    margin: 16px;
}
}

@media only screen and (max-width: 450px) {
ul.service_list li {
    margin: 8px;
    max-width: 158px;
}
	ul.scene_list li {
    margin: 8px;
    max-width: 158px;
}
	p.cv_ttl {
    font-size: 26px;
    padding-left: 32px;
}
p.cv_ttl::before {
    width: 48px;
    height: 76px;
    left: 8px;
    top: -8px;
}
.cv_ttl>span.num {
    font-size: 48px;
    margin-left: 1px;
}
p.cv_txt {
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 16px 0px;
}
a.cv_tel {
    padding: 11px 16px 8px 50px;
	flex-wrap: wrap;
}
a.cv_tel::before {
    left: 21px;
}
ul.w_list li {
    max-width: 280px;
    width: 100%;
	margin-bottom: 32px;
}
ul.w_list {
    margin-top: 16px;
    flex-wrap: wrap;
}
ul.w_list li .txt {
    font-size: 16px;
    text-align: center;
}
.p_area {
    margin-top: 48px;
}
header.s_ttl .sub {
    line-height: 1.3;
}
ul.w_list li:nth-child(n+3) {
      margin-top: 0px;
}
ul.w_list li:nth-child(n+4) {
    margin-top: 0px;
}
}



/* 地域別ページへの導線 */
.region_area {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.region_area a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #FFAB2F;
    padding: 16px 40px;
    position: relative;
    margin-top: 24px;
}
.region_area a::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 26px;
    right: 8px;
}
.region_ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    margin: 0px auto 8px;
}

@media only screen and (max-width: 390px) {
	a.cv_tel {
    padding: 11px 0px 8px 42px;
}
	a.cv_tel::before {
    left: 18px;
    width: 18px;
    height: 18px;
}
a.cv_tel span {
    font-size: 13px;
	margin: auto 0 auto 5px;
}
p.cv_ttl::before {
    width: 40px;
    height: 63px;
    left: 2px;
    top: -3px;
}
	
}
.meta-thumb{
  width: 120px;
  display: block;
  margin: .5em 1rem 0 auto;
 
}
@media only screen and (min-width: 768px),
print {
.meta-thumb {
    width: 142px;
    margin: -1em 0 0;
  }
}

.mukyu{
  background: #E53935;
    font-weight: 500;
    font-size: 13px;
    padding: 1px 5px;
    border-radius: 3em;
    color: #fff;
}

.point{
  background:#fff;
}
.point .h2{
  text-align: center;
  font-size: 1.6em;
  font-weight: bolder;
  line-height: 1.4;
}
.point__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point__cards li{
  padding: 16px 25px;
  background-color: #fff;
  color: #51B95B;
  border-radius: 10px;
  border: 1px solid;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .point__cards li{
    min-width: 180px;
  }
}
.point__cards li:before{
  content: '';
  max-width: 80px;
  height: 44px;
  display: block;
  margin: 0 auto;
  background-size: 100%;
  padding: 10px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .point__cards li:before{
    width: 40px;
    height: 40px;
  }
  .point .h2{
    font-size: 1.3em;
  }

  .point__cards li{
    padding: 10px 20px;
    width: 33%;
    margin-top: 5px;
    font-size: 1em;
    text-align: center;
  }
  .point__cards li:before{
    margin-bottom: 5px;
  }
}
.point__cards li:first-child:before{
  background-image: url('img/top/icon-point1.png');
}
.point__cards li:nth-child(2):before{
  background-image: url('img/top/icon-point2.png');
}
.point__cards li:nth-child(3):before{
  background-image: url('img/top/icon-point3.png');
}
.point__cards li:nth-child(4):before{
  background-image: url('img/top/icon-point4.png');
}
.point__cards li:nth-child(5):before{
  background-image: url('img/top/icon-point5.png');
}
.point__cards li:nth-child(6):before{
  background-image: url('img/top/icon-point6.png');
}

.header-intro{  
  background-color: #FFAB2F;
  font-size: 2.2em;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
}
.header-intro:after{
content: '';
display: block;
height: 30px;
width: 60px;
background-color: #FFAB2F;
background-position: 6px 0;
position: absolute;
bottom: -29px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .header-intro{
    font-size: 1.2em;
    line-height: 1.2;
  }
}

.text-big{
  font-size: 1.5em;
  position: relative;
  top: 2px;
  margin: 0 1px;
}
.yellow{
  color: yellow;
}

.text-center{
  text-align: center!important;
}
.grid-12col__cell{
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.grid-12col__cell .card-a{
  width: 100%;
  display: inline-flex;
}
.grid-12col__cell .card-a .card-a__content{
  width: 70%;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .grid-12col__cell .card-a{
    display: block;
  }
  .grid-12col__cell .card-a .card-a__content{
    width: 100%;
    padding: 30px 20px;
  }
  .grid-12col__cell .card-a__img{
    display: none;
  }
}

/* plan */
.table-b {
	max-width: 900px;
	width: 100%;

}
.table-b .-color{
  background: #fff5eb;
}

.plans {
	display: flex;
	flex-wrap: wrap;
}

.plan {
	width: 46%;
	padding: 40px 25px 30px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
  margin: 2%;
}

.plan__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.plan__header.-tall {
	margin-bottom: 4px;
	align-items: flex-start;
}

.plan__title {
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
}

.plan__price {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.plan__body {
	margin-top: 5px;
	margin-left: 20px;
	display: flex;
	align-items: flex-end;
}

.plan__content {
	flex: auto;
	margin-right: 20px;
}

.plan__desc {
	position: relative;
	min-height: 74px;
	margin-right: -100px;
	font-size: 20px;
	color: #707070;
}

.plan__feature {
	margin-top: 20px;
}

.plan__feature > li {
	margin-top: 10px;
	padding: 6px;
	border-radius: 18px;
	background-color: #d4f793;
	font-size: 14px;
	text-align: center;
}

.plan__thumb {
	flex: none;
	width: 220px;
	text-align: right;
}

@media screen and (max-width: 1059px) {
	.plan {
		padding: 25px 10px;
	}

	.plan__header {
		margin-bottom: 25px;
	}

	.plan__header.-tall {
		margin-bottom: 9px;
	}

	.plan__body {
		margin-left: 0;
	}

	.plan__title {
		font-size: 20px;
	}

	.plan__price {
		font-size: 26px;
	}

	.plan__thumb {
		width: 160px;
	}

	.plan__content {
		margin-right: 10px;
	}

	.plan__desc {
		min-height: 58px;
		font-size: 16px;
	}

	.plan__feature > li {
		border-radius: 17px;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.plans {
		display: block;
		padding: 0 10px;
	}

	.plan {
		max-width: 400px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 400px) {
	.plan__content {
		margin-right: 5px;
	}

	.plan__header.-tall {
		margin-bottom: 11px;
	}

	.plan__title {
		font-size: 16px;
	}

	.plan__price {
		font-size: 20px;
	}

	.plan__desc {
		min-height: 50px;
		font-size: 14px;
	}

	.plan__thumb {
		width: 110px;
	}
}

.mx-auto{
  margin: 0 auto;
}

.voice__intro{
  display: flex;
  justify-content: start;
  align-items: center;
}
.voice__intro_h3{
  font-size: 1.6em;
  font-weight: bold;
}

.voice .grid-3col__cell{
  width: 280px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .voice__intro{
    display: block;
  }
  .voice__intro img{
    width: 100%;
  }
  .voice__intro_h3{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
  font-size: 1.125em;
  }
  .voice .grid-3col__cell{
    max-width: 100%;
    width: 100%;
  }
}

/* ========================================
   セルフ遺品整理・伴走コンシェルジュ
   ======================================== */
.self-svc__lead {
  padding-top: 60px;
}
@media only screen and (min-width: 768px){
.self-svc__lead p.lead__text {
    text-align: center;
  }
}

.self-svc__catch {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.4;
}
p.self-svc__catch-sub {
  text-align: center;
  font-size: 1.25em;
  margin-top: 10px;
text-align: center;
}
.self-svc__em {
  border-bottom: 2px solid ;
  padding-bottom: 1px;
}

/* お悩みリスト */
.self-svc__worry {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}
.self-svc__worry li {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #fff5eb;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.self-svc__worry li strong {
  color: #e74c3c;
}
.self-svc__worry-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 1em;
}
.self-svc__worry-answer {
  text-align: center;
  font-size: 22px;
  color: #333;
  line-height: 1.6;
}
.self-svc__worry-answer strong {
  color: #FFAB2F;
  font-size: 24px;
}

/* 3つの戦略 */
.self-svc__strategies {
  display: flex;
  gap: 24px;
}
.self-svc__strategy-card {
  flex: 1;
  background: #fff;
  border: 2px solid #FFAB2F;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
}
.self-svc__strategy-num {
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: rgb(255, 167, 0.8);
  letter-spacing: 2px;
  line-height: 1;
}
.self-svc__strategy-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
  margin-bottom: 16px;
}
.self-svc__strategy-label {
  color: #FFAB2F;
  font-size: 26px;
  font-weight: bold;
}
.self-svc__strategy-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

/* ご利用の流れ */
.self-svc__flow {
  display: flex;
  align-items: flex-start;
}
.self-svc__flow-step {
  flex: 1;
  background: #fff5eb;
  border-radius: 12px;
  padding: 28px 18px;
  text-align: center;
}
.self-svc__flow-num {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFAB2F;
  letter-spacing: 2px;
}
.self-svc__flow-num span {
  font-size: 28px;
  font-weight: bold;
}
.self-svc__flow-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.self-svc__flow-title small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: 4px;
}
.self-svc__flow-text {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  text-align: left;
}
.self-svc__flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  align-self: center;
}

/* 料金ボックス */
.self-svc__price-box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #FFAB2F;
  border-radius: 16px;
  overflow: hidden;
}
.self-svc__price-header {
  background: #FFAB2F;
  color: #fff;
  text-align: center;
  padding: 24px 20px;
}
.self-svc__price-name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.self-svc__price-amount {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-top: 8px;
  letter-spacing: 2px;
}
.self-svc__price-amount span {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}
.self-svc__price-body {
  padding: 30px;
}
.self-svc__price-includes {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  text-align: center;
}
.self-svc__price-list {
  list-style: none;
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
}
.self-svc__price-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.self-svc__price-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #FFAB2F;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6l2.5 2.5L9 4' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.self-svc__price-list li:last-child {
  border-bottom: none;
}

/* 比較表タイトル */
.self-svc__compare-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

/* アップセル */
.self-svc__upsell {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
  border: 2px solid #ff8f3f;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
}
.self-svc__upsell-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.self-svc__upsell-text {
  line-height: 1.8;
}
.self-svc__upsell-text strong {
  color: #ff8f3f;
  font-size: 1.5em;
  text-decoration: underline;
}
.self-svc__upsell-badge {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  background: #ff8f3f;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.self-svc__upsell-badge span {
  font-size: 28px;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

/* お客様の声 */
.self-svc__voices {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.self-svc__voice-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.self-svc__voice-header {
  margin-bottom: 12px;
}
.self-svc__voice-attr {
  display: inline-block;
  padding: 4px 14px;
  background: #fff5eb;
  border-radius: 20px;
  font-size: 13px;
  color: #FFAB2F;
  font-weight: bold;
}
.self-svc__voice-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.self-svc__voice-text strong {
  color: #FFAB2F;
}

/* FAQ */
.self-svc__faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.self-svc__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.self-svc__faq-item.-open .self-svc__faq-a {
  display: flex;
  gap: 12px;
}
.self-svc__faq-item.-open .self-svc__faq-toggle svg path:first-child {
  display: none;
}
.self-svc__faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 18px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: left;
  font-family: inherit;
}
.self-svc__faq-q:hover {
  background: #fafafa;
}
.self-svc__faq-q-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FFAB2F;
  color: #fff;
  border-radius: 50%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.self-svc__faq-toggle {
  flex-shrink: 0;
  margin-left: auto;
}
.self-svc__faq-a {
  display: none;
  gap: 12px;
  padding: 1em 20px 18px;
  font-size: 14px;
  line-height: 1.8;
}
.self-svc__faq-a p {
  margin: 0;
}
.self-svc__faq-a-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #ff8f3f;
  color: #fff;
  border-radius: 50%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* SP レスポンシブ */
@media screen and (max-width: 767px) {
  .self-svc__lead {
    padding-top: 30px;
  }
  .self-svc__catch {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .self-svc__catch-sub {
    font-size: 15px;
  }
  .self-svc__worry li {
    font-size: 14px;
    padding: 1em;
    flex-direction: column;
    position: relative;
    text-align: center;
  }
  .self-svc__worry-icon{
    position: absolute;
    top:.5em;
    left: .5em;
  }
  .self-svc__worry-answer {
    font-size: 17px;
  }
  .self-svc__worry-answer strong {
    font-size: 19px;
  }
  .self-svc__strategies {
    flex-direction: column;
    gap: 16px;
  }
  .self-svc__strategy-card {
    padding: 24px 18px;
  }
  .self-svc__strategy-title {
    font-size: 18px;
  }
  .self-svc__strategy-label {
    font-size: 22px;
  }
  .self-svc__flow {
    flex-direction: column;
    gap: 0;
  }
  .self-svc__flow-step {
    padding: 20px 18px;
  }
  .self-svc__flow-num span {
    font-size: 22px;
  }
  .self-svc__flow-arrow {
    transform: rotate(90deg);
    padding: 8px 0;
  }
  .self-svc__price-name {
    font-size: 18px;
  }
  .self-svc__price-amount {
    font-size: 36px;
  }
  .self-svc__price-amount span {
    font-size: 14px;
  }
  .self-svc__price-body {
    padding: 20px;
  }
  .self-svc__price-list li {
    font-size: 14px;
  }
  .self-svc__compare-title {
    font-size: 18px;
  }
  .self-svc__upsell {
    padding:1em;
  }
  .self-svc__upsell-title {
    font-size: 18px;
  }
  .self-svc__upsell-text {
    font-size: 14px;
  }
  .self-svc__upsell-text strong {
    font-size: 16px;
  }
  .self-svc__upsell-badge {
    font-size: 15px;
    padding: 8px 24px;
  }
  .self-svc__upsell-badge span {
    font-size: 22px;
  }
  .self-svc__voice-card {
    padding: 18px;
  }
  .self-svc__faq-q {
    padding: 14px 15px;
    font-size: 14px;
  }
  .self-svc__faq-a {
    padding: 0 15px 14px;
    font-size: 13px;
  }
}

/* ========================================
   セルフ遺品整理 トップページバナー
   ======================================== */
.self-banner {
  padding: 3.75em 0;
  
}
.self-banner__inner {
  position: relative;
  background: url('img/top/self_pc.jpg?2') 50% /cover;
  border: 2px solid #FFAB2F;
  border-radius: 1em;
  padding: 2.5em 2.5em 4em;
  box-shadow: 0 4px 20px rgba(34,172,56,0.1);

}
.self-banner__badge {
  position: absolute;
  top: -0.875em;
left: 1em;
  background: #e74c3c;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.125em;
  padding: 0.3125em 1.125em;
  border-radius: 1.25em;
  line-height: 1.5;
}
.self-banner__content {
  text-align: center;
}
.self-banner__title {
  font-size: 1.875em;
  font-weight: bold;
  color: #FFAB2F;
  letter-spacing: 0.125em;
  line-height: 1.4;
}
.self-banner__catch {
  font-size: 1.25em;
  margin-top: 0.5em;
  letter-spacing: 0.0625em;
}
.self-banner__desc {
  line-height: 1.8;
  margin-top: 1em;
}
.self-banner__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.5em;
  margin-top: 1.25em;
  flex-wrap: wrap;
}
.self-banner__price-label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.self-banner__price-label {
  width: 100%;
}}
.self-banner__price-num {
  font-family: Lato, sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  color: #e74c3c;
}
.self-banner__price-tax {
  font-size: 0.875em;
}
.self-banner__points {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  list-style: none;
  padding: 0;
  
}
.self-banner__points li {
  display: flex;
  align-items: center;
  gap: 0.375em;
  font-weight: bold;
  padding: 1em;
  background: rgba(255,255,255,.4);
}
.self-banner__btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.875em 2.5em;
  background: #22ac38;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1.875em;
  text-decoration: none;
  letter-spacing: 0.0625em;
  transition: opacity 0.3s;
}
.self-banner__btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .self-banner {
    padding: 2.5em 0;
  }
  .self-banner__inner {
    padding: 1.875em 1.25em 11em;
    background: url('img/top/self_sp.jpg?2') 50% 100% /100% auto no-repeat #fff;
  }
  .self-banner__badge {
    left: 1.25em;
    font-size: 1.5em;
  }
  .self-banner__title {
    font-size: 1.5em;
  }
  .self-banner__catch {
    font-size: 0.9375em;
  }
  .self-banner__desc {
    font-size: 0.875em;
  }
  .self-banner__price-num {
    font-size: 1.75em;
  }
  .self-banner__points {
    flex-direction: column;
    align-items: center;
    gap: 0.625em;
      margin-bottom: 1em;
      margin-top: 2em;
  }
    .self-banner__points li{
      background: none;
      padding: 0;
      
    }
  .self-banner__btn {
    padding: 0.75em 2em;
    font-size: 0.9375em;
  }
}
.p-price{
  background: #fff5eb;
}
.p-flow{

}
.p-flow::before {
  content: "";
  position: absolute;
  background-color: #FFAB2F;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  margin: auto;
}
@media screen and (max-width: 1059px) {
  .p-flow{
    padding-left: 40px;
  }
  .p-flow::before {
  right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .floating {
    display: block !important;
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 100;
    animation-name: floating;
    animation-delay: 2.5s;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: floating;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
  }

  .floating__flex {
    display: flex;
    justify-content: center;
  }

  .floating__link {
    margin: 0;
    display: block;
  }

  .floating__link.-tel {
    flex-grow: 43;
    width: 60%;
  }

  .floating__link.-line,
  .floating__link.-contact {
    flex-grow: 16;
    width: 22.5%;
  }

  .floating__link img {
    width: 100%;
  }

  .floating__link:hover {
    transform: translate(1px, 1px);
  }

  @keyframes floating {
    0% {
      bottom: -100px;
    }

    100% {
      bottom: 0px;
    }
  }
}

@media only screen and (max-width: 1119px) {
  .pagetop {
    bottom: 82px;
  }
}