@charset "utf-8";

:root {
  --orange: #de6500;
}

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

  Hiraya "Highly Insulated and Airtight Housing" PC Style

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

/*
  Main Visual
-------------------------------------------------------------------- */
.main-visual {
  margin: 0 0 80px;
  display: grid;
}
.main-visual figure {
  height: auto;
  max-height: 670px;
  overflow: hidden;
  grid-area: 1 / 1;
}
.main-visual figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main-visual .contents-area {
  height: 100%;
  grid-area: 1 / 1;
}
.page-heading {
  position: relative;
  z-index: 1;
  font-size: 60px;
  color: var(--orange);
  letter-spacing: 0.075em;
  text-shadow: 0 3px 0 #ffffff;
  margin: 220px 0 0;
}
.page-heading small {
  font-size: calc(38 / 60 * 1em);
  line-height: calc(60 / 38);
  letter-spacing: 0.05em;
  display: block;
}

/*
  Page Link
-------------------------------------------------------------------- */
.page-link { margin: 0; }
.page-link ul { padding: 0 calc(100 / 1200 * 100%); }
.page-link ul li { position: relative; }
.page-link ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-bottom: solid 3px #f7eeda;
}
.page-link ul li a::before { border-bottom: solid 3px var(--orange); }

/*
  Section
-------------------------------------------------------------------- */
.sec-heading {
  font-size: 38px;
  letter-spacing: .05em;
  line-height: calc(54 / 38);
  text-align: center;
  min-width: initial;
  height: initial;
  padding: 0;
  display: block;
}

/* メリット
---------------------------------- */
.sec01 { padding: 110px 0 0; }
.sec01 .sec-heading { margin: 0 0 1em; }
.point {
  padding: 60px 0;
  background-color: #fffaee;
}
.point h3 {
  display: flex;
  align-items: center;
}
.point h3 i {
  display: inline-block;
  flex-shrink: 0;
}
.point h3 i img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.point h3 span {
  position: relative;
  top: -.15em;
  font-size: 34px;
  letter-spacing: .075em;
  line-height: calc(38 / 36);
  color: var(--orange);
  display: inline-block;
  margin: 0 0 0 15px;
}
.point h3 + p {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: calc(30 / 16);
  margin: -1.5em 0 0 140px;
}
.point figure + small {
  font-size: 12px;
  line-height: calc(18 / 12);
  color: #666666;
  display: inline-block;
  margin: 0 0 0 140px;
}

.point01 figure {
  width: calc(715 / 1200 * 100%);
  margin: 40px auto;
}
.point02 { background-color: #fffcdb; }
.point02 figure {
  width: calc(589 / 1200 * 100%);
  margin: 40px auto;
}
.point03 figure {
  width: calc(699 / 1200 * 100%);
  margin: 40px auto;
}
.point03 ul {
  width: calc(699 / 1200 * 100%);
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 7px;
}

/* 背景
---------------------------------- */
.sec02 {
  padding: 150px 0 100px;
  background-color: #f7eeda;
}
.sec02::before, .sec02::after {
  content: "";
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec02::before {
  top: 0;
  left: 0;
  height: calc(641 / 1500 * 100vw);
  background-position: 0 0;
  background-image: url(../images/hia/hia-housing_sec02_bg_top.png);
}
.sec02::after {
  right: 0;
  bottom: 0;
  height: calc(649 / 1500 * 100vw);
  background-position: 100% 50%;
  background-image: url(../images/hia/hia-housing_sec02_bg_btm.png);
}
.sec02 .inner {
  position: relative;
  z-index: 1;
}

.sec02 .sec-heading + p {
  width: 510px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: calc(30 / 16);
  margin: 50px 0 0;
}
.regional-division-map {
  position: absolute;
  top: -110px;
  right: -15px;
  width: 617px;
  height: auto;
}

.ua-value {
  padding: 0 100px;
  margin: 305px 0 0;
}
.ua-explanation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.ua-explanation dl dt {
  font-size: 22px;
  letter-spacing: .025em;
  line-height: calc(34 / 22);
  color: var(--orange);
  background-color: #fffcdb;
  border: solid 3px var(--orange);
  border-radius: 10px;
  padding: .5em .75em;
  margin: 0 0 20px;
}
.ua-explanation dl dd {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: calc(30 / 16);
}
.ua-value > figure {
  position: relative;
  margin: 60px 0 35px;
}
.ua-value > figure figcaption {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: calc(30 / 16);
}
.whats-ua {
  padding: 25px 30px;
  background-color: var(--wht);
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.whats-ua > dl dt {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: calc(36 / 18);
  color: var(--orange);
}
.whats-ua > dl dd {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
  padding: 0 calc(60 / 940 * 100%) 0 0;
}
.whats-ua > figure {
  width: calc(460 / 940 * 100%);
  overflow: hidden;
  flex-shrink: 0;
}
.whats-ua > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 断熱住宅とは？
---------------------------------- */
.sec03 { padding: 150px 0 0; }
.sec03 .sec-heading { margin: 0 0 1em; }
.sec-visual { display: grid; }
.sec-visual .contents-area {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
}
.sec-visual > figure {
  grid-area: 1 / 1;
  overflow: hidden;
}
.sec-visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 断熱住宅の事例
---------------------------------- */
.sec04 {
  padding: 150px 0 80px;
  background-color: #f7eeda;
}
.sec04 .sec-heading { margin: 0 0 50px; }
.sec04 .sec-heading small {
  font-size: calc(24 / 38 * 1em);
  letter-spacing: .05em;
  display: block;
}

.example-intro { margin: 0 0 0 calc((100vw - 1200px) / 2); }
.example-intro p {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
  margin: 0 0 30px;
}
.example-intro > div { width: calc(100vw - ((100vw - 1200px) / 2)); }
.example-intro > div img {
  width: calc(100vw - ((100vw - 1200px) / 2));
  height: auto;
}

.example {
  position: relative;
  width: 100%;
  padding: 0 80px 80px;
  background-color: var(--wht);
  box-shadow: 0px 8px 16px 0px rgba(222,101,0,.08);
  margin: 80px 0 0;
}
.example img {
  width: 100%;
  height: auto;
}

.example-heading {
  position: relative;
  z-index: 1;
  top: 30px;
  left: -60px;
  display: flex;
  align-items: center;
}
.ex02 .example-heading:first-of-type { margin: 0 0 50px; }
.ex02 .example-heading:last-of-type { margin: 0 0 50px; }
.ex03 .example-heading { margin: 0 0 10px; }
.ex04 .example-heading { margin: 0 0 10px; }
.ex05 .example-heading { margin: 0 0 10px; }

.example-heading i {
  position: relative;
  flex-shrink: 0;
}
.example-heading i img {
  display: inline-block;
  flex-shrink: 0;
}
.example-heading i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 1.2;
  white-space: pre;
  color: var(--wht);
  text-align: center;
}
.ex01 .example-heading i::before { content: "断熱材"; }
.ex02 .example-heading:first-of-type i::before { content: "構造体"; }
.ex02 .example-heading:last-of-type i::before { content: "工場生産"; }
.ex03 .example-heading i::before { content: "高気密"; }
.ex04 .example-heading i::before { content: "窓"; }
.ex05 .example-heading i::before { content: "換気\Aシステム"; }

.example-heading span {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: calc(30 / 24);
  color: var(--orange);
  display: inline-block;
  margin: 0 0 0 25px;
}

/* Example01
---------------------------------- */

/* 断熱材 */
.insulation {
  display: grid;
  grid-template-columns: calc(540 / 1040 * 100%) calc(450 / 1040 * 100%);
  justify-content: space-between;
  justify-items: stretch;
}
.insulation h4 {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: calc(28 / 18);
  margin: 0 0 1em;
}
.insulation h4 small {
  font-size: calc(12 / 18 * 1em);
  display: block;
  margin: 1em 0 0;
}
.insulation ul:first-of-type { margin: 0 0 60px; }
.insulation ul li span {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: calc(30 / 16);
  color: #837e7c;
  display: inline-block;
  margin: .25em 0 0;
}
.insulation ul li p {
  font-size: 16px;
  letter-spacing: .075em;
  line-height: calc(28 / 16);
}

/* Example02
---------------------------------- */
.wbp-pict {
  position: absolute;
  top: 444px;
  right: 80px;
  width: 214px;
  height: 744px;
}
.w700 { width: calc(700 / (1200 - 160) * 100%); }
.ex02 h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: calc(28 / 18);
  color: var(--orange);
  text-align: center;
  height: 68px;
  line-height: 62px;
  background-color: #fffcdb;
  border-style: solid;
  border-width: 3px;
  border-color: var(--orange);
  border-radius: 10px;
}
.ex02 h4::after {
  content: "";
  position: absolute;
  z-index: 0 !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ex02 h4.wbpp01::after {
  top: 26px;
  right: -148px;
  width: 148px;
  height: 273px;
  background-image: url(../images/hia/hia-housing_sec04_03_line001b.png);
}
.ex02 h4.wbpp02::after {
  top: 21px;
  right: -191px;
  width: 191px;
  height: 18px;
  background-image: url(../images/hia/hia-housing_sec04_03_line002b.png);
}
.ex02 h4.wbpp03::after {
  bottom: 26px;
  right: -243px;
  width: 243px;
  height: 592px;
  background-image: url(../images/hia/hia-housing_sec04_03_line003b.png);
}

/* 構造体 */
.structure { margin: 0 0 70px; }
.structure .w700:first-of-type { margin: 0 0 75px; }
.structure p {
  font-size: 16px;
  letter-spacing: .075em;
  line-height: calc(28 / 16);
  margin: 1em 0 1.5em;
}
.structure ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.structure ul li figcaption {
  font-size: 12px;
  letter-spacing: .075em;
  line-height: calc(18 / 12);
  margin: .5em 0 0;
}

/* 工場生産 */
.production {
  height: 100%;
  display: grid;
  grid-template-columns: calc(540 / 1040 * 100%) calc(450 / 1040 * 100%);
  justify-content: space-between;
  margin: 25px 0 0;
}
.production > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.production > div dl dt {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: calc(28 / 18);
  margin: 0 0 .5em;
}
.production > div dl dd span {
  font-size: 12px;
  letter-spacing: .075em;
  margin: .5em 0 0;
  display: inline-block;
}
.production > div p {
  width: 63px;
  margin: auto;
}

/* Example03
---------------------------------- */

/* 高気密 */
.high-airtightness {
  display: grid;
  grid-template-columns: calc(370 / 1040 * 100%) calc(620 / 1040 * 100%);
  justify-content: space-between;
}
.high-airtightness figcaption {
  font-size: 12px;
  letter-spacing: .1em;
  margin: .5em 0 0;
}
.high-airtightness dl dt {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.0;
  margin: 0 0 .75em;
}
.high-airtightness dl dd {
  font-size: 16px;
  letter-spacing: .075em;
  line-height: calc(28 / 20);
}
.high-airtightness ul {
  display: grid;
  grid-template-columns: calc(297 / 620 * 100%) calc(277 / 620 * 100%);
  justify-content: space-between;
  margin: 25px 0 0;
}
.high-airtightness ul li p {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: calc(16 / 12);
  margin: .5em 0 0;
}

/* Example04
---------------------------------- */

/* 窓 */
.window-performance {
  display: grid;
  grid-template-columns: calc(540 / 1040 * 100%) calc(450 / 1040 * 100%);
  justify-content: space-between;
}
.window-performance > figure figcaption {
  font-size: 16px;
  letter-spacing: .075em;
  line-height: calc(28 / 16);
  margin: 25px 0 0;
}
.window-performance dl dt {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: calc(28 / 18);
  margin: 0 0 35px;
}
.window-performance dl dt sup {
  font-size: .5em;
  display: inline-block;
}
.window-performance dl dd figure {
  width: 65%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 25px;
}
.window-performance dl dd p {
  font-size: 12px;
  letter-spacing: .075em;
  line-height: calc(18 / 12);
}

/* Example05
---------------------------------- */

/* 換気システム */
.ventilation-system > figure figcaption {
  font-size: 12px;
  letter-spacing: .075em;
  line-height: calc(18 / 12);
  display: block;
  text-align: right;
  margin: 1em 0 0;
}
.ventilation-system > div {
  display: grid;
  grid-template-columns: calc(540 / 1040 * 100%) calc(450 / 1040 * 100%);
  justify-content: space-between;
  margin: 45px 0 0;
}
.ventilation-system > div dl dt {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: calc(28 / 18);
  margin: 0 0 1em;
}
.ventilation-system > div dl dd {
  font-size: 16px;
  letter-spacing: .075em;
  line-height: calc(28 / 16);
}

/* 関連カタログプレセント
---------------------------------- */
.present-unit {
  background-color: #f9fafa;
  padding: 110px 0 90px;
}
.present-unit h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #535353;
  text-align: center;
  margin: 0 0 65px;
}
.present-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.present figure img {
  width: 100%;
  height: auto;
}
.present-summary { padding: 0 37.5px; }
.present-summary label span {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: calc(28 / 18);
}
.present-summary label span small {
  font-size: calc(13 / 18 * 1em);
  display: block;
}
.present-summary p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: calc(22 / 14);
}

/* CheckBox */
.present-summary label {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
}
.present-summary label input[type="checkbox"] { display: none; }
.present-summary label span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #c0c6d1;
  background-color: #ffffff;
}
.present-summary label input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/hia/checked.svg);
  background-size: cover;
}

/* Tag */
.tag {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 20px 0 0;
}
.tag i {
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  color: #000000;
  border: solid 1px #e5e5e4;
  background-color: #ffffff;
  padding: 4px 5px;
}

/* 応募ボタン */
.present-app-btn {
  appearance: none;
  border: none;
  background: none;
  width: fit-content;
  margin: 45px auto 0;
  display: block;
  transition: all .3s;
}
.present-app-btn:hover { opacity: 0.7; }

/* インタビュー掲載
---------------------------------- */
.sec06 {
  text-align: center;
  background-color: #f9fafa;
}
.sec06 h3 {
  font-size: 30px;
  letter-spacing: .075em;
  line-height: calc(46 / 30);
  color: #9e9360;
}
.sec06 p {
  font-size: 24px;
  letter-spacing: .075em;
  line-height: calc(36 / 24);
  margin: 15px 0 35px;
}
.sec06 figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}