  @font-face {
  font-family: "Yu Gothic M";

  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  font-weight: bold;

  src: local("Yu Gothic Bold");
}

* {
  font-family: -apple-system, BlinkMacSystemFont,
  "游ゴシック体", YuGothic,
  "Yu Gothic M",
  "游ゴシック Medium", "Yu Gothic Medium",
  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
  "メイリオ", Meiryo,
  Osaka,
  "ＭＳ Ｐゴシック", "MS PGothic",
  "Helvetica Neue", HelveticaNeue,
  Helvetica,
  Arial,
  "Segoe UI",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  box-sizing: border-box;
  transition: 0.3s;
}

img {
  vertical-align: bottom;
}

.inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

a:hover {
  transition: 0.3s;
  opacity: 0.4;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  word-wrap: break-word;
  word-break: break-all;
}

table tr .null {
  border-color: transparent !important;
  background-color: transparent !important;
}

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

.m-center {
  display: block;
  margin: 0 auto;
}

.align-center {
  align-items: center;
}

.sec05 table th {
  background-color: #f0f0f0 !important;
}

.sec05 table td {
  text-align: center;
  background-color: #ffffff !important;
}

/* -----------------------------------------------------------
/  ヘッダー
----------------------------------------------------------- */
header {
  padding: 16px 0;
}

header .telandplace {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 586px;
}

header .place {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
}

header .place li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background: #000;
  border-radius: 999px;
  padding: 8px 14px;
  line-height: 1;
  margin-bottom: 6px;
}



/* -----------------------------------------------------------
/ メインビジュアル
----------------------------------------------------------- */
.mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 477px;
  background: url(../images/bg_sky.jpg) no-repeat center bottom;
}

.mainvisual:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg_ray.png) no-repeat center bottom;
  background-size: cover;
}

.mainvisual .bg_house {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 477px;
  background: url(../images/house.png) no-repeat center bottom;
}

.mainvisual .inner {
  position: relative;
  z-index: 2;
}

.mainvisual .main-txt-1 {
  margin-bottom: 26px;
}

.mainvisual .maincopy {
  text-align: center;
  padding-bottom: 30px;
}

.mainvisual .maincopy > img:nth-of-type(1) {
  margin-right: 32px;
}

.mainvisual + .cvunit {
  margin-bottom: -80px;
}

.ellipse {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.container {
  padding: 80px 0;
}

.section_headline {
  display: block;
  margin: 0 auto 48px;
}

/* -----------------------------------------------------------
/ cvunit
----------------------------------------------------------- */
.ellipse + .inner {
  z-index: 9;
  top: -100px;
}

.cvunit {
  padding: 40px 0;
}

.cvunit .inner {
  position: relative;
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
.cvunit .cv_present {
  margin: 0 auto;
}

/* -----------------------------------------------------------
/ 知っておいて欲しい８つのこと
----------------------------------------------------------- */
.sec01 {
  background: url(../images/bg_gray_dot.png);
}

.sec01 .content-wrapper {
  margin-bottom: 76px;
}

.content-wrapper {
  position: relative;
  display: flex;

  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

.reversed.content-wrapper .content-inner:nth-of-type(1) {
  order: 1;
}

.reversed.content-wrapper .content-inner:nth-of-type(2) {
  order: 0;
}

.content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.content-inner .content-headline {
  position: relative;
  z-index: 9;
}

.content-inner .content-image {
  margin-left: 44px;
}

.reversed .content-inner .content-image {
  margin-right: 44px;
  margin-left: 0;
}

.sec01 .content-inner p {
  font-size: 18px;
  line-height: 1.4;
  color: #171717;
}

.sec01 .content-inner p .red {
  color: #b90101;
}

.sec01 .content-inner .addition {
  font-size: 10px;
}

.sec01 .content-inner .number {
  position: absolute;
  top: -44px;
  left: 0;
}

/* -----------------------------------------------------------
/ 他社と比べて
----------------------------------------------------------- */
.sec02 {
  background: #ece8dc;
}

.hikakuhyou th,
.hikakuhyou td {
  text-align: center;
  vertical-align: middle;
  border: 2px solid #dddddd;
  background: #ffffff;
}

.hikakuhyou th {
  font-weight: bold;
  padding: 26px 40px;
}

.hikakuhyou td {
  padding: 16px 0;
}

.hikakuhyou .right_girasol {
  border-right-color: #cca700;
}

.hikakuhyou .left_girasol {
  border-left-color: #cca700;
}

table.hikakuhyou tr th.null,
table.hikakuhyou tr td.null {
  border-right: solid 2px #c8c8c8 !important;
  border-bottom: solid 2px #c8c8c8 !important;
}

.hikakuhyou .girasol {
  border-color: #cca700;
}

.hikakuhyou th.girasol {
  background: #ffd200;
}

.hikakuhyou td.girasol {
  background-color: #fff4c3;
}

.bg_cian {
  background: url(../images/bg_cian_dot.png);
}

/* -----------------------------------------------------------
/  他社の見積もりと徹底比較
----------------------------------------------------------- */
.sec03 {
  background-color: #f8f4c7;
}

.sec03 table.default {
  width: auto;
  margin: 0 auto;
}

table.default tr:nth-child(even) th,
table.default tr:nth-child(even) td {
  background: #ffffff;
}

table.default tr:nth-child(odd) th,
table.default tr:nth-child(odd) td {
  background: #f0f0f0;
}

table.default th,
table.default td {
  font-size: 14px;
  padding: 10px 0;
  border: solid 2px #c8c8c8;
}

table.default tr th.null,
table.default tr td.null {
  border-right: solid 2px #c8c8c8 !important;
  border-bottom: solid 2px #c8c8c8 !important;
}

.sec03 .mitumorihikaku th.long {
  width: 230px;
}

.sec03 .mitumorihikaku tr th:nth-child(2),
.sec03 .mitumorihikaku tr td:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  background-color: #faee9c;
}

.sec03 .mitumorihikaku tr:last-child th,
.sec03 .mitumorihikaku tr:last-child td {
  font-size: 18px;
  font-weight: bold;
}

.sec03 .mitumorihikaku th,
.sec03 .mitumorihikaku td {
  width: 144px;
  text-align: center;
  vertical-align: middle;
}

.sec03 .mitumorihikaku tr:last-child th {
  border-top: 2px solid #f55a5a;
  border-bottom: 2px solid #f55a5a;
  border-left: 2px solid #f55a5a;
}

.sec03 .mitumorihikaku tr:last-child td {
  border-top: 2px solid #f55a5a;
  border-bottom: 2px solid #f55a5a;
}

.sec03 .mitumorihikaku tr:last-child td:last-child {
  border-top: 2px solid #f55a5a;
  border-right: 2px solid #f55a5a;
  border-bottom: 2px solid #f55a5a;
}

.sec03 .mitumorihikaku .bb-red {
  border-bottom: 2px solid #f55a5a !important;
}

.sec03 .mitumorihikaku .bb-bold {
  border-bottom-width: 4px !important;
}

/* -----------------------------------------------------------
/  なぜそんなにも安くできるの？
----------------------------------------------------------- */
.sec04-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 864px;
  margin: 0 auto 60px;
}

.sec04 .content-wrapper {
  width: 700px;
  margin-top: 30px;
}

.sec04-content-wrapper > img {
  margin: 12px 0;
}

.sec04 .maker-wrapper {
  display: flex;
  width: 398px;

  justify-content: space-between;
  flex-wrap: wrap;
}

.sec04 .maker-wrapper > img:nth-of-type(1),
.sec04 .maker-wrapper > img:nth-of-type(2) {
  margin-bottom: 20px;
}

/* -----------------------------------------------------------
/  初期費用を抑えることが重要！
----------------------------------------------------------- */
.sec05 {
  background: url(../images/bg_cian_dot.png);
}

.sec05 .table-outer {
  width: 850px;
  margin: 30px auto 40px;
}

.sec05 .table-outer img {
  margin-bottom: 10px;
}

.case_txt {
  font-weight: bold;
}

/* -----------------------------------------------------------
/  ヒラソルが選ばれる理由
----------------------------------------------------------- */
.sec06 .content-wrapper {
  flex-wrap: wrap;
}

.sec06 .content-inner {
  width: 310px;
  margin-bottom: 32px;
}

.sec06 .content-inner .card-thumbnail {
  display: flex;
  height: 180px;
  background-color: #eff0d8;

  justify-content: center;
  align-items: center;
}

.sec06 .content-inner h4 {
  margin-bottom: 24px;
  text-align: center;
}

.sec06 .content-inner p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #171717;
}

/* -----------------------------------------------------------
/  お客様との5つの約束
----------------------------------------------------------- */
.sec07 .content-wrapper {
  width: 840px;
  margin: 0 auto 40px;

  justify-content: flex-start;
}

.sec07 .content-wrapper img {
  margin-right: 32px;
}

.sec07 .content-wrapper p {
  font-size: 18px;
  line-height: 1.5;
  width: 560px;
  color: #171717;
}

/* -----------------------------------------------------------
/  お客様の声
----------------------------------------------------------- */
.sec08 {
  background-color: #f8e9d7;
}

.sec08 .content-inner p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/* -----------------------------------------------------------
/  よくある質問
----------------------------------------------------------- */
.sec09 .q-wrapper {
  margin-bottom: 38px;
}

.sec09 .q-title {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 30px 28px 30px;
  background-color: #e3ebef;
  box-shadow: inset 0 -4px 0 0 #008ae0;
}
.sec09 .q-title + p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 30px;
}

/* -----------------------------------------------------------
/  会社案内
----------------------------------------------------------- */
.sec10 .content-wrapper {
  justify-content: center;
}

.sec10 .content-wrapper .content-inner {
  display: flex;
  width: 310px;
  margin-bottom: 60px;

  align-items: center;
  justify-content: center;
}

/* -----------------------------------------------------------
/  ヒラソルの取り扱いメーカー
----------------------------------------------------------- */
.sec11 {
  padding: 0;
}
.sec11 .content-inner {
  margin-bottom: 20px;
}

/* -----------------------------------------------------------
/  お見積りフォーム
----------------------------------------------------------- */
span.require {
  color: white;
  background: red;
  padding: 3px;
  font-size: 0.7rem;
  border-radius: 10px;
  margin-left: 6px;
}

.form p {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

form {
  width: 630px;
  margin: 0 auto;
}

form input {
  font-weight: bold;
  padding: 6px 10px;
  border: solid 1px #c8c8c8;
  background-color: #ececec;
}

form th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  width: 142px;
  color: #000000;
  background-color: #f0f0f0;
}

form th,
form td {
  padding: 14px 18px;
  color: #000000;
  border: solid 2px #c8c8c8;
}

form td {
  background-color: #ffffff;
}

form .name {
  text-align: right;
}

form .name input {
  width: 152px;
}

form .zipcode input {
  width: 256px;
}

form .tel input {
  width: 206px;
}

form .address input,
form .mail input,
form .textarea textarea {
  width: 100%;
}

form .submit-btn {
  margin: 24px 0;
}

form .submit-btn input[type=submit] {
  padding: 24px 60px;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  background-color: #e76700;
  box-shadow: 0 4px 1px 0 #b55100;
  margin:0 auto;
}

form .submit-btn input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}

.inline-flex {
  display: inline-flex;

  align-items: center;
}

/* -----------------------------------------------------------
/ フッター
----------------------------------------------------------- */
footer {
  margin-top: 100px;
  padding: 42px 15px;
  background-color: #f2f2f2;
}

footer .inner {
  display: flex;

  justify-content: flex-end;
  align-items: center;
}

footer nav a {
  font-size: 12px;
  margin: 0 16px;
  color: #000000;
}
footer .copyright {
  font-size: 12px;
  margin: 0 16px;
  color: #000000;
}
