/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.6.1
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

/* Sections
 */
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;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #cc3366;
}
a:hover,
a:active {
  color: #333366;
}
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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

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

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type='text'],
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='url'],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type='text']:focus,
input[type='date']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type='submit'],
[type='button'] {
  display: inline-block;
  font-weight: 400;
  color: #cc3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #cc3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type='submit']:focus,
[type='button']:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover,
button:focus,
[type='submit']:hover,
[type='submit']:focus,
[type='button']:hover,
[type='button']:focus {
  color: #ffffff;
  background-color: #cc3366;
  text-decoration: none;
}
button:not(:disabled),
[type='submit']:not(:disabled),
[type='button']:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #80808080;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #80808080;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #80808012;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #8080801a;
}
table tbody + tbody {
  border-top: 2px solid #80808080;
}
/* 2023/04/05追加分 */
.kenchiku__sp {
  display: none;
}
.kenchiku__pc {
  display: block;
}
.kenchiku__price_list_wrap {
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* kenchiku_lp_style */
.kenchiku_lp p,
ul,
h2,
h3,
table,
div,
input,
span {
  font-family: 'Noto Sans JP', Sans-serif;
}

.kenchiku_lp a {
  text-decoration: none;
}

.kenchiku_lp a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.kenchiku_lp img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.kenchiku_lp .wrap_1200 {
  max-width: 1200px;
}

.kenchiku_lp .mr_auto {
  margin: 0 auto;
}

.kenchiku_lp .pt_80 {
  padding-top: 80px;
}

.kenchiku_lp .mb_0 {
  margin-bottom: 0px;
}

.kenchiku_lp .mb_m10 {
  margin-bottom: -10px;
}

.kenchiku_lp .mb_20 {
  margin-bottom: 20px !important;
}

.kenchiku_lp .mb_m20 {
  margin-bottom: -20px;
}

.kenchiku_lp .mb_30 {
  margin-bottom: 30px !important;
}

.kenchiku_lp .mb_40 {
  margin-bottom: 40px !important;
}

.kenchiku_lp .mb_50 {
  margin-bottom: 50px !important;
}

.kenchiku_lp .mb_60 {
  margin-bottom: 60px !important;
}

.kenchiku_lp .mb_70 {
  margin-bottom: 70px !important;
}

.kenchiku_lp .txt_center {
  text-align: center;
}

.kenchiku_lp .txt_center {
  text-align: center;
}

.kenchiku_lp .font_12 {
  font-size: 12px;
}

.kenchiku_lp .font_13 {
  font-size: 13px;
}

.kenchiku_lp .font_16 {
  font-size: 16px;
}

.kenchiku_lp .font_18 {
  font-size: 18px;
}

.kenchiku_lp .font_20 {
  font-size: 20px;
}

.kenchiku_lp .font_24 {
  font-size: 24px;
}

.kenchiku_lp .font_26 {
  font-size: 27px;
}

.kenchiku_lp .font_28 {
  font-size: 28px;
}

.kenchiku_lp .font_32 {
  font-size: 32px;
}

.kenchiku_lp .font_36 {
  font-size: 36px;
}

.kenchiku_lp .font_40 {
  font-size: 40px;
}

.kenchiku_lp .font_52 {
  font-size: 52px;
}

.kenchiku_lp .orange_marker {
  background-color: #f29600;
}

.kenchiku_lp .font_wht {
  color: #fff;
}

.kenchiku_lp .orange_txt {
  color: #f29600;
}

.kenchiku_lp .blue_txt {
  color: #009fd9;
}

.kenchiku_lp .purple_txt {
  color: #4e5493;
}

.kenchiku_lp .blue_bk {
  background-color: #eff4f6;
}

.kenchiku_lp .wht_bk {
  background-color: #fff;
}

.kenchiku_lp .logo_h1 {
  top: 0;
  left: 0;
  margin-left: 40px;
}

.kenchiku_lp .mv_cont_wrap {
  margin-bottom: 17px;
}

.kenchiku_lp .mv_copy {
  margin-left: 150px;
  float: left;
}

.kenchiku_lp .mv_copy p {
  margin-bottom: 40px;
}

.kenchiku_lp .mv_maincopy {
  margin-top: 148px;
  margin-bottom: 30px;
}

.kenchiku_lp .mv_img {
  text-align: right;
}

.kenchiku_lp .jusho img {
  margin-right: 12px;
}

.kenchiku_lp .cv_wrap {
  max-width: 1060px;
  /* 23/04/05 width追加 */
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  /* 23/04/05 padding調整 */
  /* padding: 20px 15px 20px 30px; */
  padding: 20px 0px;
}

.kenchiku_lp .mv_cv_wrap {
  max-width: 1055px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 15px 20px 30px;
}

.kenchiku_lp .comment {
  /* 23/04/05 margin削除 */
  /* margin-right: 30px; */
}

.kenchiku_lp .cv_wrap a {
  margin-right: 5px;
}

.kenchiku_lp .magazine_wrap {
  overflow: hidden;
  margin: 0 auto;
}

.kenchiku_lp .magazine_wrap div {
  float: left;
}

.kenchiku_lp .magazine_wrap img {
  /* 03/04/05 margin 削除 */
  /* margin-right: 19px; */
}

.kenchiku_lp .web_shukyaku {
  padding-bottom: 80px;
}
.kenchiku_lp .circle_wrap {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 35px;
  max-width: 988px;
}

.kenchiku_lp .circle_point {
  max-width: 296px;
  float: left;
}

@media screen and (min-width: 960px) {
  .kenchiku_lp .circle_point {
    margin-right: 50px;
  }
}
.kenchiku_lp .circle_point03 {
  max-width: 296px;
  float: left;

}
.kenchiku__font40 {
}

.kenchiku_lp .onayami {
  text-align: center;
  margin: 0 auto 68px;
}

.kenchiku_lp .omakase_ttl {
  line-height: 0.5em;
}

.kenchiku_lp .erabareru {
  overflow: hidden;
}

.kenchiku_lp .erabareru_ttl {
  text-align: center;
  margin-bottom: -5px;
}

.kenchiku_lp .gray_bk {
  background-color: #f6f6f6;
}

.kenchiku_lp .erabareru .point01,
.kenchiku_lp .erabareru .point02 {
  margin-right: 13px;
  float: left;
  max-width: 346px;
}
.kenchiku_lp .erabareru .point03 {
  max-width: 346px;
}

.kenchiku_lp .square_point {
  padding: 0 29px 20px;
}

.kenchiku_lp .square_point img {
  top: -40px;
}

.kenchiku_lp .square_point_wrap {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 52px;
  padding: 25px 39px 45px;
}

.kenchiku_lp .partner_list {
  background-color: #fff;
  font-size: 12px;
  padding: 3px 10px 2px;
  border-radius: 100px;
  margin: 0 5px 5px 0;
}

.kenchiku_lp .tsumari_ttl {
  margin: -0px auto 30px;
}

.kenchiku_lp .kenchiku_jisseki {
  width: 100%;
  height: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
  background-image: url('/wp-content/themes/hello-elementor/assets/images/kenchiku_lp/jisseki-bk.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 80px 0;
}

.kenchiku_lp .kenchiku_jisseki_ttl {
  margin-bottom: 35px;
}

.kenchiku_lp .kenchiku_jisseki_list_wrap {
  max-width: 1390px;
  margin: 0 auto;
}

.kenchiku_lp .kenchiku_jisseki_list {
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border: 1px solid #fff;
  padding: 0 35px 3px;
  margin: 0 15px 30px;
  float: left;
}

.kenchiku_lp .plan_shokai,
.faq {
  padding: 70px 0 0;
}

.kenchiku_lp .plan_shokai_midashi {
  text-align: center;
  margin-bottom: -5px;
}

.kenchiku_lp .bule_midashi {
  margin-bottom: 35px;
}

.kenchiku_lp .bluebear_kaiketsu {
  max-width: 1100px;
  margin: 0 auto 80px;
  overflow: hidden;
  padding: 35px 50px;
}

.kenchiku_lp .txt_right {
  text-align: right;
}

.kenchiku_lp .ikusei_jirei,
.keikenchi {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto 80px;
}

.kenchiku_lp .jirei {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .kenchiku_lp .jirei {
    overflow: hidden;
  }
}

.kenchiku_lp .jirei img {
  margin-right: 45px;
}

.kenchiku_lp .u_border {
  border-bottom: solid;
  border-color: #000;
  border-width: 2px;
}

@media screen and (min-width: 960px) {
  .kenchiku_lp .jirei_wrap {
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {
  .kenchiku_lp .ikusei_jirei {
    width: 100%;
  }
}

.kenchiku_lp .txtbox_535 {
  max-width: 535px;
}

.kenchiku_lp .teiyosan_kaizen {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
}

.kenchiku_lp .keikenchi {
  max-width: 936px;
}

.kenchiku_lp .snsplan_list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
}

.kenchiku_lp .snsplan_list_left {
  float: left;
  margin-right: 34px;
  font-weight: bold;
  max-width: 268px;
}

.kenchiku_lp .snsplan_list_left img {
  float: left;
  margin-right: 10px;
}

.kenchiku_lp .plan_orange_marker {
  background-color: #f29600;
  padding: 2px 49px 2px;
  font-weight: bold;
}

.kenchiku_lp .snsgyomu_list_wrap {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.kenchiku_lp .snsgyomu_list {
  max-width: 346px;
  margin-right: 30px;
  overflow: hidden;
}

.kenchiku_lp .bule_marker {
  background-color: #009fd9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 0 14px 2px;
  margin-right: 4px;
  float: left;
}

.kenchiku_lp .mb_m14 {
  margin-top: -14px;
}

.kenchiku_lp .red_txt {
  color: #fc021b;
}

.kenchiku_lp .taiou_list {
  padding: 0px 20px;
}

.kenchiku_lp .taiou_list img {
  margin-right: 15px;
}

.kenchiku_lp .snsgyomu {
  margin-bottom: 75px;
}

.kenchiku_lp .voice {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

.kenchiku_lp .voice_list {
  margin-bottom: 25px;
  overflow: hidden;
}

.kenchiku_lp .voice_list .fl_l {
  margin-right: 25px;
}

.kenchiku_lp .more_btn {
  text-align: right;
}

.kenchiku_lp .service_flow {
  width: 100%;
  height: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
  background-image: url('/wp-content/themes/hello-elementor/assets/images/kenchiku_lp/serviceflow-bk.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 80px 0;
}

.kenchiku_lp .faq_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.kenchiku_lp .faq_q {
  background-color: #009fd9;
  padding: 12px 13px;
}

.kenchiku_lp .faq_a {
  padding: 0 13px;
}

.kenchiku_lp .faq {
  padding-bottom: 70px;
}

.kenchiku_lp .faq .wht_bk {
  padding-bottom: 55px;
}

.kenchiku_lp .price {
  overflow: hidden;
  padding: 80px 0;
}

.kenchiku_lp .price_list_wrap {
  padding: 25px 50px;
}

.kenchiku_lp .price_list {
  border: solid 22px #eff4f6;
  float: left;
  margin-right: 30px;
  /* 23/04/05 width修正 */
  /* max-width: 346px; */
  width: 346px;
  padding: 20px 25px;
}

.kenchiku_lp .price_list03 {
  border: solid 22px #eff4f6;
  float: left;
  /* 23/04/05 width修正 */
  /* max-width: 296px; */
  width: 346px;
  padding: 20px 25px;
}

.kenchiku_lp .green_checklist {
  list-style: url(img/kenchiku_lp/green-check.png);
  list-style-position: initial;
}

.kenchiku_lp .green_checklist li {
  border-bottom: dotted;
  border-color: #b8b8b8;
  border-width: 1px;
}

.kenchiku_lp .price_kingaku {
  margin: -10px 0 -5px;
}

.kenchiku_lp .price_list03 .orange_txt {
  margin-bottom: -13px;
}

.kenchiku_lp .company {
  overflow: hidden;
  padding: 80px 0;
}

.kenchiku_lp .daihyo_img {
  margin-right: 68px;
}

.kenchiku_lp .company_midashi {
  padding-bottom: 80px;
  overflow: hidden;
}

.kenchiku_lp .company table {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.kenchiku_lp .profile_bk_blue {
  background-color: #009fd9;
  padding: 6px 11px;
  text-align: center;
}

.kenchiku_lp .last_cv {
  width: 100%;
  height: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
  background-image: url('/wp-content/themes/hello-elementor/assets/images/kenchiku_lp/cv-bk.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 80px 0;
}

.kenchiku_lp .over_h {
  overflow: hidden;
}

.kenchiku_lp .sns_plan {
  padding: 80px 0;
}

.kenchiku_lp .voice {
  margin: 60px auto 60px;
}

.kenchiku_lp .copywriter {
  font-size: 10px;
  background-color: #f6f6f6;
  padding: 8px 0 7px;
}

@media screen and (min-width: 960px) {
  .kenchiku_lp .sp {
    display: none;
  }
  .kenchiku_lp .mv_wrap {
    width: 100%;
    min-width: 1500px;
    min-height: 782px;
    height: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
    background-image: url('/wp-content/themes/hello-elementor/assets/images/kenchiku_lp/mv-pc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .kenchiku_lp .mv_cv_wrap {
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    margin-left: 21%;
  }

  .kenchiku_lp .cv_wrap {
    margin: 0 auto;
  }
  .kenchiku_lp .fl_l {
    float: left;
  }

  .kenchiku_lp .fl_r {
    float: right;
  }

  .kenchiku_lp .mt_m50 {
    margin-top: -50px !important;
  }

  .onayami_wrap {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .kenchiku_lp .pc {
    display: none;
  }
  .kenchiku_lp .mv_wrap {
    width: 100%;
    min-height: 852px;
    height: calc(100%);
    margin: 0 auto;
    overflow: hidden;
    background-image: url('/wp-content/themes/hello-elementor/assets/images/kenchiku_lp/mv-sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .kenchiku_lp .mv_cv_wrap {
    margin: -50px auto 0;
    text-align: center;
  }
  .kenchiku_lp .cv_wrap {
    text-align: center;
    margin-top: -40px;
  }
  .kenchiku_lp .bule_midashi,
  .kenchiku_lp .erabareru_ttl img,
  .kenchiku_lp .bule_midashi img,
  .kenchiku_lp .company_midashi img,
  .kenchiku_lp .price_midashi img {
    width: 100%;
    height: auto;
    /* 23/04/05 min-width 削除 */
    /* min-width: 390px; */
  }

  .kenchiku_lp .circle_wrap {
    /* 23/04/05 margin-left 削除 */
    /* margin-left: 10%; */
  }

  .kenchiku_lp .voice_wrap {
    text-align: center;
  }
  .kenchiku_lp .tsumari_ttl {
    margin: -0px auto 60px;
    font-size: 113%;
  }

  .kenchiku_lp .company table {
    width: 100%;
  }

  .kenchiku_lp .message {
    font-size: 113%;
  }

  .kenchiku_lp .jirei_txt {
    font-size: 240%;
  }
  /* 20230404追加CSS*/
  .font_36 {
    font-size: 30px;
  }
  .font_32 {
    font-size: 28px;
  }
  .font_24 {
    font-size: 22px;
  }
  .square_point {
    padding: 0 0 20px;
  }
  .bluebear_kaiketsu {
    padding: 35px 30px;
  }
  /* 2023/04/05追加分 */
  .kenchiku__pc {
    display: none;
  }
  .kenchiku__sp {
    display: block;
  }
  .kenchiku__wrap1200 {
    width: 92%;
    margin: 0 auto;
  }
  .kenchiku_lp .kenchiku__circle_point{
    float: none;
    margin: 0 auto;
  }  
  .kenchiku__square_point {
    padding: 0;
  }
  .kenchiku_lp .kenchiku__square_point_wrap {
    padding: 25px 0 45px;
  }
  .kenchiku_lp .erabareru .kenchiku__gray__bk {
    margin: 0 0 20px;
    padding: 10px;
    float: none;
  }
  .kenchiku__point13 {
    text-align: justify;
  }
  .kenchiku__tsumari_ttl {
    padding: 0 24px;
  }
  .kenchiku__jirei_wrap {
    padding: 20px;
  }
  .keikenchi .jirei .kenchiku__keiken_img {
    display: block;
    margin: 0 auto;
  }
  .kenchiku__jirei_wra {
    padding: 0 20px;
    text-align: justify;
  }
  .kenchiku_lp .kenchiku__jirei_wrap_font_20 {
    margin-bottom: 10px;
  }
  .kenchiku__listing {
    width: 92%;
    margin: 0 auto;
    text-align: justify;
  }
  .kenchiku__chusyaku {
    text-align: center;
  }
  .kenchiku__snsgyomu {
    width: 92%;
    margin: 0 auto;
    text-align: justify;
  }
  .kenchiku_lp .kenchiku__snsgyomu_list {
    margin: 0;
  }
  .kenchiku_lp .voice_list .kenchiku__voicewrap {
    margin: 0 auto;
    padding: 0;
  }
  .kenchiku_lp .kenchiku__voice {
    width: 92%;
    margin: 60px auto;
    text-align: justify;
  }
  .kenchiku_lp .kenchiku__voice_img {
    display: block;
    margin: 0 auto;
  }
  .kenchiku_lp .kenchiku__voice_more_btn {
    width: fit-content;
    margin: 0 auto;
  }
  .kenchiku_lp .kenchiku__price_list_wrap {
    width: 100%;
    margin: 0;
  }
  .kenchiku_lp .kenchiku__price_list {
    margin: 0 auto 20px;
    width: 100%;
  }
  .kenchiku_lp .kenchiku__company {
    width: 100%;
  }
  .kenchiku_lp .kenchiku__daihyo_img {
    width: 92%;
    display: block;
    margin: 10px auto;
  }
  .kenchiku_lp .kenchiku__message {
    width: 92%;
    margin: 0 auto;
  }
  .kenchiku_lp .company .kenchiku__table {
    width: 92%;
  }
  .kenchiku_lp .company .kenchiku__text_rekishi {
    width: 92%;
    text-align: justify;
    margin: 0 auto;
  }
  /* ここまで */
}
