@charset "UTF-8";
/* #################### */
/* _reboot.scss */
/* 修正時は_reboot.scssを修正してコンパイルしてください */
/* また_reboot.scssをインクルードしているscssファイルもコンパイルし直してください。 */
/* #################### */
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* #################### */
/* _valiables.scss */
/* 修正時は_valiables.scssを修正してコンパイルしてください */
/* #################### */
.mincho {
  /* 游明朝体メイン */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_w, header nav#main_nav, #cv_about .lead, #cv_about .dekirukoto .dekiru_wrap, #cv_renovation .rnv_flow, #cv_renovation .diff_wrap, #cv_service .diff_wrap, #cv_plan .plan_wrap, #cv_flow ul.flow_list, #cv_faq dl.faq_list, footer .contact_box_wrap .contact_box {
  width: 1100px;
  margin: 0 auto 0;
}
@media screen and (max-width: 896px) {
  .main_w, header nav#main_nav, #cv_about .lead, #cv_about .dekirukoto .dekiru_wrap, #cv_renovation .rnv_flow, #cv_renovation .diff_wrap, #cv_service .diff_wrap, #cv_plan .plan_wrap, #cv_flow ul.flow_list, #cv_faq dl.faq_list, footer .contact_box_wrap .contact_box {
    width: calc(100vw - 40px);
  }
}

.full_w {
  width: 1000px;
}
@media screen and (max-width: 896px) {
  .full_w {
    width: 100%;
  }
}

/* #################### */
/* _valiables.scss */
/* 修正時は_valiables.scssを修正してコンパイルしてください */
/* #################### */
.mincho {
  /* 游明朝体メイン */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_w, header nav#main_nav, #cv_about .lead, #cv_about .dekirukoto .dekiru_wrap, #cv_renovation .rnv_flow, #cv_renovation .diff_wrap, #cv_service .diff_wrap, #cv_plan .plan_wrap, #cv_flow ul.flow_list, #cv_faq dl.faq_list, footer .contact_box_wrap .contact_box {
  width: 1100px;
  margin: 0 auto 0;
}
@media screen and (max-width: 896px) {
  .main_w, header nav#main_nav, #cv_about .lead, #cv_about .dekirukoto .dekiru_wrap, #cv_renovation .rnv_flow, #cv_renovation .diff_wrap, #cv_service .diff_wrap, #cv_plan .plan_wrap, #cv_flow ul.flow_list, #cv_faq dl.faq_list, footer .contact_box_wrap .contact_box {
    width: calc(100vw - 40px);
  }
}

.full_w {
  width: 1000px;
}
@media screen and (max-width: 896px) {
  .full_w {
    width: 100%;
  }
}

/* #################### */
/* _parts.scss */
/* 修正時は_parts.scssを修正してコンパイルしてください */
/* #################### */
/* CSS Document */
/*汎用クラス*/
/*##############################################*/
strong {
  font-weight: bold;
}

.torikeshi {
  text-decoration: line-through;
}

.red_txt {
  color: #f00;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
  margin: 0 auto;
}

img.center_img {
  display: block;
  margin: 0 auto 2em;
}

.img_cap_box {
  text-align: center;
  margin: 0 auto;
}
.img_cap_box img {
  margin: 0 auto 0.3em;
}
.img_cap_box p {
  font-size: 0.8em;
}
.img_cap_box p.copy {
  text-align: right;
}

.border_box {
  border: solid 1px #dadada;
  margin: 1em auto;
  padding: 1em;
}

hr.sikiri, hr.shikiri {
  border: solid #6e6e71;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_wide, hr.shikiri_wide {
  border: solid #6e6e71;
  border-width: 1px 0 0 0;
  margin: 2em 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_gray, hr.shikiri_gray {
  border: solid #e6e6e6;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dashed, hr.shikiri_dashed {
  border: dashed #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dotted, hr.shikiri_dotted {
  border: dotted #666;
  border-width: 1px 0 0 0;
  margin: 40px 0 40px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_ornament, hr.shikiri_ornament {
  clear: both;
  border: none;
  border-width: 0;
  width: 100%;
  height: 10px;
  margin: 2em auto;
  background: url(../../images/shikiri_ornament.png) center 50% no-repeat;
  background-size: 200px 5px;
}

.nodisp, #cv_about h2 span, #cv_about .dekirukoto h3 span, #cv_about .dekirukoto .dekiru_wrap .dekiru_box h4 span, #cv_renovation h2 span, #cv_renovation .diff_wrap .diff_box .num span, #cv_service h2 span, #cv_service .phase1 ul.list_p1 li.p_text h5 span, #cv_service .phase2 .teian_wrap .teian_box .num span, #cv_service .diff_wrap .diff_box .num span, #cv_plan h2 span, #cv_plan h3 span, #cv_flow h2 span, #cv_faq h2 span {
  position: absolute;
  left: -9999px;
}

/*文字サイズ関連*/
.r3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
}

.r6, .link_arrow_up, .link_arrow_bottom {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
}

.r10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  zoom: 1;
  position: relative;
}

.r15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  zoom: 1;
  position: relative;
}

.r20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  zoom: 1;
  position: relative;
}

/*無印リスト*/
ul.normal {
  list-style: none;
  margin: 1em 0 1em 0.5em;
}
ul.normal li {
  margin: 0 0 0.5em 0;
}

/*黒丸リスト*/
ul.list_disc {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}
ul.list_disc.narrow li {
  margin: 0 0 0 0;
}
ul.list_disc li {
  margin: 0 0 0.5em 0;
}

/*四角リスト*/
ul.list_square {
  list-style: square;
  margin: 1em 0 1em 1.5em;
}
ul.list_square li {
  margin: 0 0 0.5em 0;
}

/*数字リスト*/
ul.list_decimal {
  list-style: decimal;
  margin: 1em 0 1em 1.5em;
}
ul.list_decimal li {
  margin: 0 0 0.5em 0;
}

/*日付見出しリスト汎用1　yyyy年m月d日想定*/
dl.list_date {
  overflow: hidden;
}
dl.list_date dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0em;
}
dl.list_date dd {
  margin: 0 0 0.5em 9em;
}

/*日付見出しリスト汎用2　yyyy/mm/dd想定*/
dl.list_date_narrow dt {
  clear: left;
  float: left;
  color: #000;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
}
dl.list_date_narrow dd {
  margin: 0 0 0.5em 7em;
  padding: 0.5em 0;
}
dl.list_date_narrow dd a {
  text-decoration: none;
  color: #000;
}
dl.list_date_narrow dd a:hover {
  text-decoration: underline;
}

/*table 背景*/
td.tbl_glay,
th.tbl_glay {
  background-color: #ccc;
}

/*※つきリスト*/
dl.list_asta dt {
  clear: left;
  float: left;
  width: 1.5em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
dl.list_asta dd {
  margin: 0 0 0.2em 1.5em;
  padding: 0;
}

/*普通のdl*/
dl.normal dt {
  font-weight: bold;
}
dl.normal dd {
  font-weight: normal;
  margin: 0 0 0.2em 1em;
  padding: 0;
}
dl.normal dd:last-child {
  margin: 0 0 1em 1em;
}

/*汎用テーブル線なし*/
table.normal_tbl {
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
table.normal_tbl th {
  padding: 0.35em 0.6em 0.35em 0;
  vertical-align: top;
  white-space: nowrap;
}
table.normal_tbl td {
  padding: 0.35em 0.6em;
  vertical-align: top;
}

/*汎用テーブル線あり*/
table.line_tbl {
  width: auto;
  margin: 20px 0;
  border-collapse: collapse;
}
table.line_tbl tr {
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
}
table.line_tbl tr th {
  background-color: #ccc;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
table.line_tbl tr th:last-child {
  border-right: none;
  border-bottom: solid 1px #dadada;
}
table.line_tbl tr td {
  background-color: #fff;
  border-right: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  padding: 10px 15px;
  vertical-align: middle;
}

/*タブレット時に横カラムが全て縦並びになる*/
@media screen and (max-width: 1000px) {
  table.pad_v th, table.pad_v td {
    width: 100%;
    display: block;
  }
}

/*SP時に横カラムが全て縦並びになる*/
@media screen and (max-width: 896px) {
  table.sp_v th, table.sp_v td {
    width: 100%;
    display: block;
  }
}

table.nothwrap tr th {
  white-space: nowrap;
}

/*cssのみで動作するtab*/
/*tabの全体枠*/
.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 2em auto;
  background: #efefef;
  border: 1px solid #ccc;
}

/*inputを非表示にする*/
.input {
  position: absolute;
  opacity: 0;
}

/*tabボタン部分*/
.tab_label {
  width: auto;
  padding: 10px 15px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #7f7f7f;
  margin-bottom: 0;
  transition: all 0.1s;
}
.tab_label:hover {
  background: #d8d8d8;
}
.tab_label:active {
  background: #ccc;
}
@media screen and (max-width: 896px) {
  .tab_label {
    width: 100%;
  }
}

.input:checked + .tab_label {
  background: #fff;
  color: #000;
  border: solid 1px #dadada;
}

/*tabの本文エリア*/
.tab_panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
  order: 99;
}
.tab_panel h3 {
  font-size: 16px;
}
.tab_panel h4 {
  font-size: 14px;
}
.tab_panel h5 {
  font-size: 14px;
  font-weight: normal;
}
.ofi {
  -o-object-fit: cover;
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*本文*/
.honbun {
  margin: 0 0 2em;
  overflow: hidden;
}
.honbun p {
  margin: 0 0 1em;
}

/*アイコン付きリンク*/
.link_print:before {
  font-family: "FontAwesome";
  content: "\f02f";
  margin: 0 0.2em 0 0;
}

.link_pdf:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin: 0 0.2em 0 0;
}

.link_download:before {
  font-family: "FontAwesome";
  content: "\f019";
  margin: 0 0.2em 0 0;
}

.link_list:before {
  font-family: "FontAwesome";
  content: "\f03a";
  margin: 0 0.2em 0 0;
}

.link_mail:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin: 0 0.2em 0 0;
}

.link_sound:before {
  font-family: "FontAwesome";
  content: "\f1c7";
  margin: 0 0.2em 0 0;
}

.link_movie:before {
  font-family: "FontAwesome";
  content: "\f008";
  margin: 0 0.2em 0 0;
}

.link_youtube:before {
  font-family: "FontAwesome";
  content: "\f16a";
  margin: 0 0.2em 0 0;
}

.link_web:before {
  font-family: "FontAwesome";
  content: "\f08e";
  margin: 0 0.2em 0 0;
}

.link_map:before {
  font-family: "FontAwesome";
  content: "\f041";
  margin: 0 0.2em 0 0;
}

.link_arrow_bottom {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 1em 0 2em;
  padding: 0.5em;
}
.link_arrow_bottom:before {
  font-family: "FontAwesome";
  content: "\f107";
  margin: 0 0.2em 0 0;
}

.link_arrow_up {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 1em 0 2em;
  padding: 0.5em;
}
.link_arrow_up:before {
  font-family: "FontAwesome";
  content: "\f106";
  margin: 0 0.2em 0 0;
}

/* CSS Document */
/*
imported Google font
font-family: 'Fredericka the Great', cursive;
font-family: 'IBM Plex Mono', monospace;
*/
html {
  font-size: 15px;
}

body {
  text-align: left;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: #595959;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/*h*/
a {
  color: palettes(link);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: palettes(link, light);
  text-decoration: underline;
}

a:visited {
  color: palettes(link, dark);
}

a:active {
  /*    color: #99ccff;*/
  /*    text-decoration: underline;*/
}

/*####################*/
/*基本構造*/
/*####################*/
article {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  overflow: hidden;
}

section {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  overflow: hidden;
}

/*####################*/
/*汎用部品*/
/*####################*/
.nosp {
  display: block;
}
@media screen and (max-width: 896px) {
  .nosp {
    display: none;
  }
}

.nopc {
  display: none;
}
@media screen and (max-width: 896px) {
  .nopc {
    display: block;
  }
}

.btn:hover {
  opacity: 0.7;
}

a#scroller {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 15px;
  z-index: 9500;
  opacity: 0.75;
  background: url(../../images/icon_scrollup.png) 0px 0px no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  a#scroller {
    right: 20px;
  }
}

.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
}

/*####################*/
/*ヘッダ　hedaer*/
/*####################*/
header {
  background-color: #ffd900;
  padding-bottom: 54px;
  padding-top: 122px;
  transition: all 1s;
}
@media screen and (max-width: 896px) {
  header {
    padding-bottom: 0;
    padding-top: 90px;
  }
}
header .header_contact_wrap {
  position: absolute;
  z-index: 1000;
  top: 0px;
  width: 100%;
  height: 94px;
  background-color: rgba(255, 255, 255, 0.8);
}
header .header_contact_wrap.inheader {
  transition: all 1s;
  background-color: rgba(249, 218, 73, 0.8);
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap {
    height: 63px;
  }
}
header .header_contact_wrap .contact_box {
  position: relative;
  width: 1100px;
  height: 84px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap .contact_box {
    max-width: 750px;
    width: 100%;
    height: 53px;
    margin: 0 auto 18px;
  }
}
header .header_contact_wrap .contact_box .tel_box {
  position: absolute;
  right: 230px;
  top: 0px;
  width: 280px;
  height: 84px;
  padding: 16px 0 0;
  text-align: center;
}
header .header_contact_wrap .contact_box .tel_box .tel {
  font-size: 26px;
  font-weight: bold;
}
header .header_contact_wrap .contact_box .tel_box .tel a {
  text-decoration: none;
  color: #595959;
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap .contact_box .tel_box .tel {
    font-size: 16px;
  }
}
header .header_contact_wrap .contact_box .tel_box .time {
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap .contact_box .tel_box .time {
    font-size: 10px;
  }
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap .contact_box .tel_box {
    width: 165px;
    height: 53px;
    right: 137px;
    top: 0px;
    padding: 10px 0 0;
  }
}
header .header_contact_wrap .contact_box a.btn_dl {
  position: absolute;
  width: 114px;
  height: 84px;
  right: 115px;
  top: 0px;
}
header .header_contact_wrap .contact_box a.btn_dl img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap .contact_box a.btn_dl {
    width: 68px;
    height: 53px;
    right: 69px;
    top: 0px;
  }
}
header .header_contact_wrap .contact_box a.btn_contact {
  position: absolute;
  width: 114px;
  height: 84px;
  right: 0px;
  top: 0px;
}
header .header_contact_wrap .contact_box a.btn_contact img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 896px) {
  header .header_contact_wrap .contact_box a.btn_contact {
    width: 68px;
    height: 53px;
    right: 0px;
    top: 0px;
  }
}
header img.main_img {
  width: 1100px;
  height: auto;
  margin: 0 auto 84px;
}
@media screen and (max-width: 896px) {
  header img.main_img {
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto 32px;
  }
}
header a.btn_dl_main {
  display: block;
  width: 533px;
  height: 103px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 896px) {
  header a.btn_dl_main {
    max-width: 317px;
    width: 100%;
    height: auto;
    margin: 0 auto 35px;
  }
}
header a.btn_dl_main img {
  width: 100%;
  height: auto;
}
header #nav_switch {
  display: none;
  transition: all 0.5s;
  width: 85px;
  height: 45px;
  margin: 0 auto;
  background: url(../../images/menu_sw_open.png) center 50% no-repeat;
  background-size: contain;
}
header #nav_switch.active {
  transition: all 0.5s;
  background: url(../../images/menu_sw_close.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  header #nav_switch {
    display: block;
  }
}
header nav#main_nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 896px) {
  header nav#main_nav {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    border-radius: 0 0 0 0;
  }
}
header nav#main_nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (max-width: 896px) {
  header nav#main_nav ul {
    display: block;
    padding: 0 0;
    background-color: #fff;
  }
}
header nav#main_nav ul li {
  font-size: 16px;
  border: solid 4px #f3f7f7;
  border-radius: 10px;
  background-color: #fff;
  width: 258px;
  display: table;
}
@media screen and (max-width: 896px) {
  header nav#main_nav ul li {
    display: block;
    width: 100%;
    padding: 2em 0;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #595959;
  }
}
header nav#main_nav ul li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 108px;
  text-decoration: none;
  color: #595959;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  header nav#main_nav ul li a {
    height: auto;
    display: block;
  }
}

/*####################*/
/*「商品価値リノベーション®︎」とは？　cv_about*/
/*####################*/
#cv_about {
  margin: 0;
  padding: 180px 0 0;
  background-color: #f3f7f7;
}
@media screen and (max-width: 896px) {
  #cv_about {
    padding: 60px 0 0;
  }
}
#cv_about h2 {
  width: 529px;
  height: 150px;
  margin: 0 auto 90px;
  background: url(../../images/about_title_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_about h2 {
    width: 77.6vw;
    height: 30.6vw;
    margin: 0 auto 30px;
    background: url(../../images/about_title_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_about .lead {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
  margin: 0 auto 110px;
}
@media screen and (max-width: 896px) {
  #cv_about .lead {
    font-size: 3.8vw;
    margin: 0 auto 30px;
  }
}
#cv_about .lead p {
  margin-bottom: 1em;
}
#cv_about .lead p:last-child {
  margin-bottom: 0;
}
#cv_about .onayami .onayami_box {
  width: calc(16em + 90px);
  height: 80px;
  margin: 0 auto 55px;
  padding: 0 0 0 0px;
  text-align: right;
  line-height: 2.5;
  font-size: 30px;
  font-weight: bold;
  background: url(../../images/icon_mushimegane.png) left 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_about .onayami .onayami_box {
    height: auto;
    margin: 0 auto 22px;
    padding: 70px 0 0 0;
    background: url(../../images/icon_mushimegane.png) center top no-repeat;
    background-size: 60px;
    text-align: center;
    font-size: 4.56vw;
  }
}
#cv_about .onayami .nayami_ill_box {
  width: 829px;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #cv_about .onayami .nayami_ill_box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#cv_about .onayami .nayami_ill_box img {
  width: 100%;
  height: auto;
}
#cv_about .onayami .onayami_msg {
  margin: 0 auto 120px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
#cv_about .onayami .onayami_msg span {
  color: #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_about .onayami .onayami_msg {
    font-size: 5.5vw;
    margin: 0 auto 40px;
  }
}
#cv_about .viewpoint {
  padding: 125px 0 100px;
  background: url(../../images/about_dekirukoto_bg_arrow.png) center top no-repeat #ffd900;
  background-size: 122px;
}
@media screen and (max-width: 896px) {
  #cv_about .viewpoint {
    padding: 59px 0 10px;
    background: url(../../images/about_dekirukoto_bg_arrow.png) center top no-repeat #ffd900;
    background-size: 64px;
  }
}
#cv_about .viewpoint h3 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 120px 0 0;
  background: url(../../images/viewpoint_light.png) center top no-repeat;
  background-size: 84px 99px;
}
@media screen and (max-width: 896px) {
  #cv_about .viewpoint h3 {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
}
#cv_about .viewpoint h3 span {
  display: none;
}
#cv_about .viewpoint h3 img {
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 896px) {
  #cv_about .viewpoint h3 img {
    max-width: 50vw;
  }
}
#cv_about .viewpoint .zu_pc {
  position: relative;
  width: 1100px;
  height: 744px;
  background: url(../../images/viewpoint_zu_pc.png) center top no-repeat;
  background-size: contain;
  margin: 0 auto 55px;
}
#cv_about .viewpoint .zu_pc .point {
  position: absolute;
  width: 208px;
  height: 148px;
  background: url(../../images/viewpoint_point_bg.png) center 13px no-repeat #fdff7d;
  background-size: 67px 27px;
  border-radius: 16px;
  margin: 0;
  padding: 55px 0 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#cv_about .viewpoint .zu_pc .point.point01 {
  left: 44px;
  top: 2px;
}
#cv_about .viewpoint .zu_pc .point.point02 {
  left: 106px;
  top: 183px;
}
#cv_about .viewpoint .zu_pc .point.point03 {
  left: 797px;
  top: 139px;
}
#cv_about .viewpoint .zu_pc .view {
  position: absolute;
  width: 322px;
  height: 322px;
  margin: 0;
  padding: 55px 0 0;
  text-align: center;
}
#cv_about .viewpoint .zu_pc .view.view01 {
  left: 389px;
  top: 80px;
}
#cv_about .viewpoint .zu_pc .view.view01 .kakomi {
  color: #ed7d31;
}
#cv_about .viewpoint .zu_pc .view.view02 {
  left: 141px;
  top: 418px;
}
#cv_about .viewpoint .zu_pc .view.view02 .kakomi {
  color: #58bcce;
}
#cv_about .viewpoint .zu_pc .view.view03 {
  left: 640px;
  top: 418px;
}
#cv_about .viewpoint .zu_pc .view.view03 .kakomi {
  color: #9bc200;
}
#cv_about .viewpoint .zu_pc .view .midashi {
  margin: 0 auto 3px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
#cv_about .viewpoint .zu_pc .view .kakomi {
  width: 270px;
  margin: 0 auto 20px;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;
}
#cv_about .viewpoint .zu_pc .view .setsumei {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
#cv_about .viewpoint .zu_sp {
  position: relative;
  margin: 0 0 5vw;
}
#cv_about .viewpoint .zu_sp img.view_map {
  width: 100%;
}
#cv_about .viewpoint .zu_sp area {
  cursor: pointer !important;
  border: solid 2px red !important;
}
#cv_about .viewpoint .zu_sp .sp_point {
  position: fixed;
  z-index: 2000;
  background-color: rgba(255, 217, 0, 0.8);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
#cv_about .viewpoint .zu_sp .sp_point .sp_point_box {
  position: fixed;
  z-index: 2100;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 80px 0px 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/viewpoint_point_bg_sp.png) center 20px no-repeat #fff;
  background-size: 90px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#cv_about .viewpoint .zu_sp .sp_point .sp_point_box p {
  margin: 0 0 0.7em;
}
#cv_about .viewpoint .zu_sp .sp_point .sp_point_box .close {
  padding: 20px 0;
  cursor: pointer;
  text-align: center;
}
#cv_about .viewpoint .msg {
  width: 1100px;
  height: 293px;
  margin: 0 auto 0;
  padding: 143px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  background: url(../../images/about_ill_01_fukidashibase_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_about .viewpoint .msg {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.511);
    margin: 0 auto 60px;
    padding: 17.8vw 0 0;
    text-align: center;
    font-size: 3.95vw;
    line-height: 2.05;
    background: url(../../images/about_ill_01_fukidashibase_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_about .dekirukoto {
  padding: 125px 0 0;
  background: url(../../images/about_dekirukoto_bg_arrow_yellow.png) center top no-repeat #f3f7f7;
  background-size: 122px;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto {
    padding: 59px 0 0;
    background: url(../../images/about_dekirukoto_bg_arrow_yellow.png) center top no-repeat #f3f7f7;
    background-size: 64px;
  }
}
#cv_about .dekirukoto h3 {
  width: 650px;
  height: 50px;
  margin: 0 auto 110px;
  background: url(../../images/about_dekirukoto_h3_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto h3 {
    background: url(../../images/about_dekirukoto_h3_sp.png) center 50% no-repeat;
    background-size: contain;
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.2);
    margin: 0 auto 70px;
  }
}
#cv_about .dekirukoto .dekiru_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto .dekiru_wrap {
    display: block;
    width: calc(100vw - 100px);
  }
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box {
  position: relative;
  width: 340px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto .dekiru_wrap .dekiru_box {
    width: 100%;
  }
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box h4 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: calc(50% - 50px);
  z-index: 100;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto .dekiru_wrap .dekiru_box h4 {
    width: 78px;
    height: 78px;
    top: -39px;
    left: calc(50% - 39px);
  }
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box h4.thing01 {
  background: url(../../images/about_dekirukoto_01.png) center 50% no-repeat;
  background-size: contain;
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box h4.thing02 {
  background: url(../../images/about_dekirukoto_02.png) center 50% no-repeat;
  background-size: contain;
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box h4.thing03 {
  background: url(../../images/about_dekirukoto_03.png) center 50% no-repeat;
  background-size: contain;
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box dl {
  width: 100%;
  display: block;
  margin: 0 auto 130px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto .dekiru_wrap .dekiru_box dl {
    font-size: 5vw;
    line-height: 1.8;
    margin: 0 auto 70px;
  }
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box dl dt {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 60px 0 40px;
  background-color: #fed900;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto .dekiru_wrap .dekiru_box dl dt {
    padding: 8.5vw 0 5.5vw;
  }
}
#cv_about .dekirukoto .dekiru_wrap .dekiru_box dl dd {
  display: block;
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 40px 0 50px;
  background: url(../../images/about_dekirukoto_yellowarrow.png) center top no-repeat #fff;
  background-size: 30px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #cv_about .dekirukoto .dekiru_wrap .dekiru_box dl dd {
    fpadding: 5.5vw 0 6.5vw;
  }
}

/*####################*/
/*リノベーションの進め方 cv_renovation*/
/*####################*/
#cv_renovation {
  margin: 0;
  padding: 128px 0 0;
  background: url(../../images/service_bg_triangle_reverse.png) center bottom repeat-x, url(../../images/service_bg.png) left top repeat;
}
@media screen and (max-width: 896px) {
  #cv_renovation {
    padding: 60px 0 0;
  }
}
#cv_renovation h2 {
  width: 529px;
  height: 150px;
  margin: 0 auto 65px;
  background: url(../../images/renovation_title_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_renovation h2 {
    width: 83vw;
    height: 23.5vw;
    margin: 0 auto 55px;
    background: url(../../images/renovation_title_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_renovation p.lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 896px) {
  #cv_renovation p.lead {
    width: calc(100vw - 40px);
    font-size: 4.1vw;
    margin: 0 auto 38px;
  }
}
#cv_renovation .rnv_flow {
  border-radius: 5px;
  margin-bottom: 90px;
  padding: 85px;
  background-color: #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_renovation .rnv_flow {
    padding: 20px;
  }
}
#cv_renovation .rnv_flow .flow_box {
  position: relative;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 60px 40px 60px 3px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #cv_renovation .rnv_flow .flow_box {
    border-radius: 5px;
    padding: 30px 20px;
  }
}
#cv_renovation .rnv_flow .flow_box:before {
  position: absolute;
  z-index: 11;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 29px 41px 0 41px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#cv_renovation .rnv_flow .flow_box:after {
  position: absolute;
  z-index: 10;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 32px 44px 0 44px;
  border-style: solid;
  border-color: #ed7d31 transparent transparent transparent;
}
#cv_renovation .rnv_flow .flow_box:last-child:before {
  display: none;
}
#cv_renovation .rnv_flow .flow_box:last-child:after {
  display: none;
}
#cv_renovation .rnv_flow .flow_box h4 {
  position: relative;
  float: left;
  width: 295px;
  height: 145px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#cv_renovation .rnv_flow .flow_box h4.wide {
  letter-spacing: 12px;
}
@media screen and (max-width: 896px) {
  #cv_renovation .rnv_flow .flow_box h4 {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
#cv_renovation .rnv_flow .flow_box h4:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 145px;
  background-color: #595959;
}
@media screen and (max-width: 896px) {
  #cv_renovation .rnv_flow .flow_box h4:after {
    top: auto;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 20vw;
    height: 1px;
  }
}
#cv_renovation .rnv_flow .flow_box h4 .step {
  width: 110px;
  height: 74px;
  margin: 0 auto 20px;
}
#cv_renovation .rnv_flow .flow_box h4 .step span {
  display: none;
}
#cv_renovation .rnv_flow .flow_box h4 .step.step01 {
  background: url(../../images/rnv_flow_step01.png) center top no-repeat;
  background-size: contain;
}
#cv_renovation .rnv_flow .flow_box h4 .step.step02 {
  background: url(../../images/rnv_flow_step02.png) center top no-repeat;
  background-size: contain;
}
#cv_renovation .rnv_flow .flow_box h4 .step.step03 {
  background: url(../../images/rnv_flow_step03.png) center top no-repeat;
  background-size: contain;
}
#cv_renovation .rnv_flow .flow_box h4 .step.step04 {
  background: url(../../images/rnv_flow_step04.png) center top no-repeat;
  background-size: contain;
}
#cv_renovation .rnv_flow .flow_box h4 .step.step05 {
  background: url(../../images/rnv_flow_step05.png) center top no-repeat;
  background-size: contain;
}
#cv_renovation .rnv_flow .flow_box .textcont {
  min-height: 145px;
  margin-left: 350px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  #cv_renovation .rnv_flow .flow_box .textcont {
    min-height: 10em;
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
}
#cv_renovation .rnv_flow .flow_box .textcont span.hot {
  color: #ed7d31;
}
#cv_renovation .different {
  margin: 0 auto 85px;
  padding: 0 0 55px;
  background: url(../../images/service_diff_line.png) center bottom no-repeat;
  background-size: auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #cv_renovation .different {
    width: 70vw;
    font-size: 3.8vw;
    margin: 0 auto 10px;
  }
}
#cv_renovation .diff_wrap {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  #cv_renovation .diff_wrap {
    display: block;
    padding-top: 60px;
  }
}
#cv_renovation .diff_wrap .diff_box {
  position: relative;
  width: 332px;
  margin: 0;
  padding: 45px 0 35px;
  border: solid 4px #ed7d31;
  border-radius: 12px;
}
@media screen and (max-width: 896px) {
  #cv_renovation .diff_wrap .diff_box {
    width: 100%;
    margin: 0 0 65px;
    padding: 45px 0 35px;
    border: solid 2px #ed7d31;
  }
}
@media screen and (max-width: 896px) {
  #cv_renovation .diff_wrap .diff_box :last-child {
    margin: 0 0 0;
  }
}
#cv_renovation .diff_wrap .diff_box .num {
  position: absolute;
  width: 88px;
  height: 81px;
  background-color: #ed7d31;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
#cv_renovation .diff_wrap .diff_box .num.num1 {
  background: url(../../images/service_diff_num1.png) center 50% no-repeat;
  background-size: contain;
}
#cv_renovation .diff_wrap .diff_box .num.num2 {
  background: url(../../images/service_diff_num2.png) center 50% no-repeat;
  background-size: contain;
}
#cv_renovation .diff_wrap .diff_box .num.num3 {
  background: url(../../images/service_diff_num3.png) center 50% no-repeat;
  background-size: contain;
}
#cv_renovation .diff_wrap .diff_box .midashi_wrap {
  display: table;
  width: 100%;
}
#cv_renovation .diff_wrap .diff_box .midashi_wrap .inner {
  display: table-cell;
  width: 100%;
  height: 132px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_renovation .diff_wrap .diff_box .midashi_wrap .inner {
    height: 35vw;
    font-size: 5vw;
  }
}
#cv_renovation .diff_wrap .diff_box .maintext {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 25px;
}
@media screen and (max-width: 896px) {
  #cv_renovation .diff_wrap .diff_box .maintext {
    font-size: 15px;
  }
}

/*####################*/
/*サービスメニュー cv_service*/
/*####################*/
#cv_service {
  margin: 0;
  padding: 128px 0 0;
  background: url(../../images/service_bg_triangle_reverse.png) center bottom repeat-x, url(../../images/service_bg.png) left top repeat;
}
@media screen and (max-width: 896px) {
  #cv_service {
    padding: 60px 0 0;
  }
}
#cv_service h2 {
  width: 389px;
  height: 150px;
  margin: 0 auto 65px;
  background: url(../../images/service_title_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_service h2 {
    width: 65vw;
    height: 23.5vw;
    margin: 0 auto 55px;
    background: url(../../images/service_title_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_service p.lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 896px) {
  #cv_service p.lead {
    width: calc(100vw - 40px);
    font-size: 4.1vw;
    margin: 0 auto 38px;
  }
}
#cv_service h3.flow {
  width: 9.5em;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 5px;
  text-decoration: underline;
  text-underline-offset: 18px;
  text-decoration-thickness: 4px;
}
@media screen and (max-width: 896px) {
  #cv_service h3.flow {
    font-size: 20px;
    margin: 0 auto 38px;
    text-underline-offset: 14px;
    text-decoration-thickness: 2px;
  }
}
#cv_service h4.phase {
  background-color: #ffea00;
  width: 8em;
  font-size: 20px;
  margin: 0 auto 45px;
  padding: 10px 20px;
  line-height: 1.5;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 896px) {
  #cv_service h4.phase {
    font-size: 14px;
    margin: 0 auto 22px;
    padding: 7px 10px;
  }
}
#cv_service .phase1 {
  width: 1000px;
  border-radius: 10px 10px 0 0;
  margin: 0 auto 0;
  padding: 60px 0 40px;
  background-color: #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_service .phase1 {
    width: calc(100vw - 40px);
    padding: 25px 0 30px;
    border-radius: 5px 5px 0 0;
  }
}
#cv_service .phase1 .lead {
  font-size: 32px;
  color: #fff;
  margin: 0 auto 50px;
}
@media screen and (max-width: 896px) {
  #cv_service .phase1 .lead {
    font-size: 5vw;
    margin: 0 auto 25px;
  }
}
#cv_service .phase1 ul.list_p1 {
  list-style-type: none;
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  #cv_service .phase1 ul.list_p1 {
    width: calc(100% - 30px);
    margin: 0 auto 0;
  }
}
#cv_service .phase1 ul.list_p1 li.p_text {
  position: relative;
  width: calc(100% - 46px);
  height: 92px;
  margin: 0 0 0 46px;
  padding: 6px 0 6px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #cv_service .phase1 ul.list_p1 li.p_text {
    font-size: 4vw;
    margin: 0 0 0 23px;
  }
}
#cv_service .phase1 ul.list_p1 li.p_text h5 {
  position: absolute;
  width: 92px;
  height: 92px;
  left: -46px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 896px) {
  #cv_service .phase1 ul.list_p1 li.p_text h5 {
    width: 46px;
    height: 46px;
    left: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#cv_service .phase1 ul.list_p1 li.p_text.p1 h5 {
  background: url(../../images/service_icon_phase1.png) left 50% no-repeat;
  background-size: contain;
}
#cv_service .phase1 ul.list_p1 li.p_text.p2 h5 {
  background: url(../../images/service_icon_phase2.png) left 50% no-repeat;
  background-size: contain;
}
#cv_service .phase1 ul.list_p1 li.p_text.p3 h5 {
  background: url(../../images/service_icon_phase3.png) left 50% no-repeat;
  background-size: contain;
}
#cv_service .phase1 ul.list_p1 li.p_text.p4 h5 {
  background: url(../../images/service_icon_phase4.png) left 50% no-repeat;
  background-size: contain;
}
#cv_service .phase1 ul.list_p1 li.p_text .wrapper {
  display: table;
  width: 100%;
}
#cv_service .phase1 ul.list_p1 li.p_text .wrapper .inner {
  display: table-cell;
  width: 100%;
  height: 80px;
  padding: 0 46px 0 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #cv_service .phase1 ul.list_p1 li.p_text .wrapper .inner {
    padding: 0 23px 0;
  }
}
#cv_service .phase1 ul.list_p1 li.arrow {
  height: 40px;
  background: url(../../images/service_phase_arrow_yellow.png) center 50% no-repeat;
  background-size: 30px;
}
#cv_service .phase2 {
  width: 1000px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 100px;
  padding: 165px 0 70px;
  background: url(../../images/service_phase_arrow_pc.png) center top no-repeat #fcf7de;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_service .phase2 {
    width: calc(100vw - 40px);
    margin: 0 auto 45px;
    padding: 22vw 0 30px;
    border-radius: 0 0 5px 5px;
    background: url(../../images/service_phase_arrow_sp.png) center top no-repeat #fcf7de;
    background-size: contain;
  }
}
#cv_service .phase2 .lead {
  font-size: 32px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 896px) {
  #cv_service .phase2 .lead {
    font-size: 5vw;
    margin: 0 auto 25px;
  }
}
#cv_service .phase2 .teian_wrap {
  width: 870px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  #cv_service .phase2 .teian_wrap {
    display: block;
    width: calc(100% - 60px);
  }
}
#cv_service .phase2 .teian_wrap .teian_box {
  position: relative;
  width: 260px;
  height: 160px;
  margin: 0 15px 30px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #cv_service .phase2 .teian_wrap .teian_box {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    font-size: 5vw;
    line-height: 1.3;
  }
}
#cv_service .phase2 .teian_wrap .teian_box .num {
  position: absolute;
  width: 50px;
  height: 33px;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
#cv_service .phase2 .teian_wrap .teian_box .num.num1 {
  background: url(../../images/service_teian_num1.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .phase2 .teian_wrap .teian_box .num.num2 {
  background: url(../../images/service_teian_num2.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .phase2 .teian_wrap .teian_box .num.num3 {
  background: url(../../images/service_teian_num3.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .phase2 .teian_wrap .teian_box .num.num4 {
  background: url(../../images/service_teian_num4.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .phase2 .teian_wrap .teian_box .num.num5 {
  background: url(../../images/service_teian_num5.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .phase2 .teian_wrap .teian_box .num.num6 {
  background: url(../../images/service_teian_num6.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .phase2 .teian_wrap .teian_box .wrapper {
  display: table;
  width: 260px;
  height: 160px;
}
@media screen and (max-width: 896px) {
  #cv_service .phase2 .teian_wrap .teian_box .wrapper {
    width: 100%;
    height: auto;
  }
}
#cv_service .phase2 .teian_wrap .teian_box .wrapper .inner {
  display: table-cell;
  width: 260px;
  height: 160px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: solid 2px #595959;
  border-radius: 10px;
}
@media screen and (max-width: 896px) {
  #cv_service .phase2 .teian_wrap .teian_box .wrapper .inner {
    width: 100%;
    height: 170px;
  }
}
#cv_service .phase2 p.teiancap {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 2em;
}
#cv_service .different {
  margin: 0 auto 85px;
  padding: 0 0 55px;
  background: url(../../images/service_diff_line.png) center bottom no-repeat;
  background-size: auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #cv_service .different {
    width: 70vw;
    font-size: 3.8vw;
    margin: 0 auto 10px;
  }
}
#cv_service .diff_wrap {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  #cv_service .diff_wrap {
    display: block;
    padding-top: 60px;
  }
}
#cv_service .diff_wrap .diff_box {
  position: relative;
  width: 332px;
  margin: 0;
  padding: 45px 0 35px;
  border: solid 4px #ed7d31;
  border-radius: 12px;
}
@media screen and (max-width: 896px) {
  #cv_service .diff_wrap .diff_box {
    width: 100%;
    margin: 0 0 65px;
    padding: 45px 0 35px;
    border: solid 2px #ed7d31;
  }
}
@media screen and (max-width: 896px) {
  #cv_service .diff_wrap .diff_box :last-child {
    margin: 0 0 0;
  }
}
#cv_service .diff_wrap .diff_box .num {
  position: absolute;
  width: 88px;
  height: 81px;
  background-color: #ed7d31;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
#cv_service .diff_wrap .diff_box .num.num1 {
  background: url(../../images/service_diff_num1.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .diff_wrap .diff_box .num.num2 {
  background: url(../../images/service_diff_num2.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .diff_wrap .diff_box .num.num3 {
  background: url(../../images/service_diff_num3.png) center 50% no-repeat;
  background-size: contain;
}
#cv_service .diff_wrap .diff_box .midashi_wrap {
  display: table;
  width: 100%;
}
#cv_service .diff_wrap .diff_box .midashi_wrap .inner {
  display: table-cell;
  width: 100%;
  height: 132px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_service .diff_wrap .diff_box .midashi_wrap .inner {
    height: 35vw;
    font-size: 5vw;
  }
}
#cv_service .diff_wrap .diff_box .maintext {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 25px;
}
@media screen and (max-width: 896px) {
  #cv_service .diff_wrap .diff_box .maintext {
    font-size: 15px;
  }
}

/*####################*/
/*ページ中間の使用DL mid_dl*/
/*####################*/
#mid_dl .scheme_dl {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 40px;
  background-color: #ffd900;
}
@media screen and (max-width: 896px) {
  #mid_dl .scheme_dl {
    padding: 20px 0 20px;
  }
}
#mid_dl .scheme_dl h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 25px;
}
@media screen and (max-width: 896px) {
  #mid_dl .scheme_dl h3 {
    font-size: 14px;
    margin: 0 auto 17px;
  }
}
#mid_dl .scheme_dl a#renov_shiryo_mid {
  display: block;
  width: 533px;
  height: 103px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 896px) {
  #mid_dl .scheme_dl a#renov_shiryo_mid {
    max-width: 317px;
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
  }
}
#mid_dl .scheme_dl a#renov_shiryo_mid img {
  width: 100%;
  height: auto;
}
#mid_dl .scheme_dl a#debut_contact_mid img {
  width: 118px;
  height: auto;
}
@media screen and (max-width: 896px) {
  #mid_dl .scheme_dl a#debut_contact_mid img {
    width: 86px;
    height: auto;
  }
}

/*####################*/
/*プラン例 dp_plan*/
/*####################*/
#cv_plan {
  margin: 0;
  padding: 128px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #cv_plan {
    padding: 60px 0 0;
  }
}
#cv_plan h2 {
  width: 389px;
  height: 150px;
  margin: 0 auto 70px;
  background: url(../../images/plan_title_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_plan h2 {
    width: 65vw;
    height: 23.5vw;
    margin: 0 auto 30px;
    background: url(../../images/plan_title_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_plan h3 {
  text-align: center;
  width: 360px;
  height: 87px;
  margin: 0 auto 90px;
  background: url(../../images/plan_subtitle_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_plan h3 {
    background: url(../../images/plan_subtitle_sp.png) center 50% no-repeat;
    background-size: contain;
    width: 62vw;
    height: 16.35vw;
    margin: 0 auto 43px;
  }
}
#cv_plan .plan_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 87px;
}
@media screen and (max-width: 896px) {
  #cv_plan .plan_wrap {
    display: block;
    margin-bottom: 45px;
  }
}
#cv_plan .plan_wrap .plan_box {
  width: 332px;
}
@media screen and (max-width: 896px) {
  #cv_plan .plan_wrap .plan_box {
    width: 100%;
    margin: 0 auto 50px;
  }
}
#cv_plan .plan_wrap .plan_box img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
@media screen and (max-width: 896px) {
  #cv_plan .plan_wrap .plan_box img {
    margin: 0 0 20px;
  }
}
#cv_plan .plan_wrap .plan_box h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media screen and (max-width: 896px) {
  #cv_plan .plan_wrap .plan_box h4 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
#cv_plan .plan_wrap .plan_box .setsumei {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  #cv_plan .plan_wrap .plan_box .setsumei {
    font-size: 15px;
  }
}
#cv_plan .msg {
  width: 908px;
  height: 208px;
  margin: 0 auto 125px;
  padding: 50px 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  background: url(../../images/plan_fukidashibase_pc.png) center 50% no-repeat;
  background-size: contain;
}
#cv_plan .msg span.msg_strong {
  color: #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_plan .msg {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.46);
    margin: 0 auto 60px;
    padding: 10vw 0 0;
    text-align: center;
    font-size: 4.2vw;
    line-height: 1.9;
    background: url(../../images/plan_fukidashibase_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}

/*####################*/
/*ご利用の流れ dp_flow*/
/*####################*/
#cv_flow {
  margin: 0;
  padding: 128px 0 0;
  background: url(../../images/flow_bg.png);
}
@media screen and (max-width: 896px) {
  #cv_flow {
    padding: 60px 0 0;
  }
}
#cv_flow h2 {
  width: 389px;
  height: 150px;
  margin: 0 auto 70px;
  background: url(../../images/flow_title_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_flow h2 {
    width: 65vw;
    height: 23.5vw;
    margin: 0 auto 30px;
    background: url(../../images/flow_title_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_flow ul.flow_list {
  list-style-type: none;
  display: flex;
  margin: 0 auto 120px;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list {
    display: block;
    margin: 0 auto 60px;
  }
}
#cv_flow ul.flow_list li.flow {
  width: 204px;
  padding: 0;
  border-radius: 10px;
  vertical-align: top;
  border: solid 2px #595959;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list li.flow {
    width: 100%;
    border-radius: 6px;
  }
}
#cv_flow ul.flow_list li.flow .tbl_outer {
  display: table;
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list li.flow .tbl_outer {
    height: 72px;
  }
}
#cv_flow ul.flow_list li.flow .tbl_outer h4 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list li.flow .tbl_outer h4 {
    font-size: 18px;
  }
}
#cv_flow ul.flow_list li.flow .honbun {
  margin: 0 20px 20px;
  font-size: 15px;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list li.flow .honbun {
    margin: 0 25px 30px;
  }
}
#cv_flow ul.flow_list li.debut {
  border: solid 4px #ed7d31;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list li.debut {
    border: solid 3px #ed7d31;
  }
}
#cv_flow ul.flow_list li.debut h4 {
  color: #ed7d31;
}
#cv_flow ul.flow_list li.arrow {
  width: 20px;
  background: url(../../images/flow_arrow_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_flow ul.flow_list li.arrow {
    width: 100%;
    height: 30px;
    background: url(../../images/flow_arrow_sp.png) center 50% no-repeat;
    background-size: 35px;
  }
}

/*####################*/
/*よくある質問 dp_faq*/
/*####################*/
#cv_faq {
  margin: 0;
  padding: 40px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #cv_faq {
    padding: 17px 0 0;
  }
}
#cv_faq h2 {
  width: 440px;
  height: 159px;
  margin: 0 auto 80px;
  background: url(../../images/faq_title_pc.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #cv_faq h2 {
    width: 77.3vw;
    height: 22vw;
    margin: 0 auto 37px;
    background: url(../../images/faq_title_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}
#cv_faq dl.faq_list {
  margin-bottom: 120px;
}
@media screen and (max-width: 896px) {
  #cv_faq dl.faq_list {
    margin-bottom: 60px;
  }
}
#cv_faq dl.faq_list dt {
  cursor: pointer;
  margin: 0 0 20px;
  padding: 20px 20px 20px 80px;
  font-size: 20px;
  font-weight: bold;
  background: url(../../images/faq_icon_q.png) left 50% no-repeat;
  background-size: 60px;
}
@media screen and (max-width: 896px) {
  #cv_faq dl.faq_list dt {
    padding: 20px 20px 20px 40px;
    font-size: 17px;
    background: url(../../images/faq_icon_q.png) left 50% no-repeat;
    background-size: 30px;
  }
}
#cv_faq dl.faq_list dd {
  margin: 0 0 20px;
  border-bottom: solid 1px #595959;
}
#cv_faq dl.faq_list dd .ans {
  border-radius: 10px;
  margin: 0 0 20px;
  font-size: 16px;
  padding: 40px 30px 40px 90px;
  background: url(../../images/faq_icon_a.png) 30px 40px no-repeat #f3f7f7;
  background-size: 40px;
}
@media screen and (max-width: 896px) {
  #cv_faq dl.faq_list dd .ans {
    padding: 25px 20px 25px 55px;
    font-size: 15px;
    background: url(../../images/faq_icon_a.png) 20px 25px no-repeat #f3f7f7;
    background-size: 25px;
  }
}

/*####################*/
/*バナー dp_banner*/
/*####################*/
#cv_banner {
  background-color: #fff;
  text-align: center;
  margin: 0 auto 120px;
}
@media screen and (max-width: 896px) {
  #cv_banner {
    margin-bottom: 60px;
  }
}
#cv_banner a img.banner {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 896px) {
  #cv_banner a img.banner {
    width: calc(100vw - 40px);
  }
}

/*####################*/
/*フッタ　footer*/
/*####################*/
footer .contact_box_wrap {
  background: url(../../images/footer_bg.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  footer .contact_box_wrap {
    background-image: none;
  }
}
footer .contact_box_wrap .contact_box {
  display: flex;
}
@media screen and (max-width: 896px) {
  footer .contact_box_wrap .contact_box {
    display: block;
    width: 100%;
    margin: 0 auto 0;
  }
}
footer .contact_box_wrap .contact_box .tel_box {
  width: 550px;
  padding: 35px 0 30px;
  text-align: center;
  background-color: #ffd900;
}
@media screen and (max-width: 896px) {
  footer .contact_box_wrap .contact_box .tel_box {
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 0 15px;
  }
}
footer .contact_box_wrap .contact_box .tel_box .tel {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  width: 10em;
  margin: 0 auto;
  padding: 0 0 0 10px;
  background: url(../../images/icon_tel.png) left 50% no-repeat;
  background-size: 30px;
}
footer .contact_box_wrap .contact_box .tel_box .tel a {
  text-decoration: none;
  color: #595959;
}
@media screen and (max-width: 896px) {
  footer .contact_box_wrap .contact_box .tel_box .tel {
    width: 9.3em;
    text-align: right;
    font-size: 27px;
    margin: 0 auto;
    padding: 0 0 0 8px;
    background: url(../../images/icon_tel.png) left 50% no-repeat;
    background-size: 25px;
  }
}
footer .contact_box_wrap .contact_box .tel_box .time {
  font-size: 15px;
}
@media screen and (max-width: 896px) {
  footer .contact_box_wrap .contact_box .tel_box .time {
    font-size: 12px;
    line-height: 2;
  }
}
footer .contact_box_wrap .contact_box .toiawase_box {
  width: 100%;
  padding: 45px 0 30px;
  text-align: center;
  background-color: #fff000;
}
@media screen and (max-width: 896px) {
  footer .contact_box_wrap .contact_box .toiawase_box {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0 32px;
  }
}
footer .contact_box_wrap .contact_box .toiawase_box .toiawase img {
  width: 276px;
  height: 25px;
}
footer .copyright_box {
  background-color: #515f61;
  color: #fff;
  text-align: center;
  padding: 40px 0 35px;
}
footer .copyright_box .yuidea {
  margin: 0 auto 12px;
}
footer .copyright_box a.privacypolicy {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  line-height: 1;
  margin: 0 auto 25px;
}
footer .copyright_box .copyright {
  font-size: 10px;
}