@charset "UTF-8";
/*

SITE NAME :: セキスイハイム

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 10px */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ul, li {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  color: #000000;
  outline: none;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
figure {
  margin: 0;
  line-height: 1;
}

img {
  display: block;
  margin: 0 auto;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  border: none;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

body {
  color: #2e2f2e;
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
section {
  margin: 0;
  padding: 35px 0;
}
section .inner {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1010px;
}

@media screen and (min-width: 768px) {
  section {
    margin: 0;
    padding: 100px 0;
  }
  section .inner {
    padding: 0 15px;
  }
}
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-15 {
  width: 20%;
  flex: auto;
}

@media (min-width: 576px) {
  .col-sm-15 {
    width: 20%;
    flex: auto;
  }
}
@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: auto;
  }

  .col-md-offset-15 {
    margin-left: 4.3333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: auto;
  }
}
#hamburger_button {
  display: block;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
#hamburger_button span {
  display: block;
  width: 40%;
  height: 2px;
  background-color: #5b647c;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
}
#hamburger_button span::before, #hamburger_button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5b647c;
  position: absolute;
  left: 0;
  transition: 0.6s;
}
#hamburger_button span::before {
  top: -6px;
}
#hamburger_button span::after {
  top: 6px;
}
#hamburger_button small {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 8px;
}

@media screen and (max-width: 767px) {
  .menu-open #hamburger_button span {
    background-color: transparent;
  }
  .menu-open #hamburger_button span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .menu-open #hamburger_button span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  #hamburger_button {
    position: relative;
    margin-right: 10px;
  }
  #hamburger_button span {
    width: 18px;
  }
  #hamburger_button span::before {
    top: -5px;
  }
  #hamburger_button span::after {
    top: 5px;
  }
}
.site-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.site-header .logo {
  display: flex;
  align-items: center;
  padding: 5px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .site-header .navigaionWrap {
    display: flex;
    align-items: center;
    position: relative;
  }
  .site-header .logo {
    height: 94px;
  }
}
/* HEADER NAVIGATION */
.headerNavigation {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .headerNavigation {
    margin: 0 auto;
    width: 100%;
    max-width: 1010px;
  }
}
/* GLOVAL NAVIGATION */
.globalNavigation {
  display: none;
  background-color: #fff;
  width: 100%;
  height: calc( 100vh - 168px);
  background-color: #f0f2f6;
  border-top: 2px solid #235292;
  position: fixed;
  right: 0;
  top: 52px;
  z-index: 99;
  overflow: hidden;
}
.globalNavigation ul.naviList {
  padding: 0 0 30px;
  height: 100%;
  overflow-y: auto;
}
.globalNavigation ul.naviList li {
  border-bottom: 1px solid #2d8bd8;
}
.globalNavigation ul.naviList a, .globalNavigation ul.naviList span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  color: #0c5daa;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.globalNavigation ul.naviList span::after {
  content: "▶";
  padding-left: 5px;
  color: #0c5daa;
  font-size: 10px;
}
.globalNavigation ul.naviList li.open {
  border: 0;
}
.globalNavigation ul.naviList li.open span::after {
  padding-bottom: 5px;
  padding-left: 2px;
  transform-origin: center;
  transform: rotate(90deg);
}
.globalNavigation ul.childNavi {
  display: none;
}
.globalNavigation ul.childNavi li:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.globalNavigation ul.childNavi a, .globalNavigation ul.childNavi span {
  color: #fff;
  font-size: 16px;
  background-color: #0c5daa;
}

@media screen and (min-width: 768px) {
  .globalNavigation {
    padding-left: 130px;
    padding-top: 90px;
    width: 390px;
    background-color: rgba(237, 240, 244, 0.85);
    border: 0;
    position: absolute;
    top: 94px;
  }
  .globalNavigation ul.naviList li {
    margin-bottom: 25px;
    text-align: left;
    border: 0;
  }
  .globalNavigation ul.naviList a, .globalNavigation ul.naviList span {
    display: inline-block;
    width: auto;
    height: auto;
    color: #374c82;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
  .globalNavigation ul.naviList a {
    text-decoration: underline;
  }
  .globalNavigation ul.naviList span {
    display: block;
    pointer-events: none;
    cursor: inherit;
  }
  .globalNavigation ul.naviList span::after {
    content: "▶";
    display: inline-block;
    margin-left: 3px;
    color: #374c82;
    font-size: 14px;
    padding-bottom: 0 !important;
    padding-left: 2px !important;
    transform-origin: center;
    transform: rotate(90deg);
  }
  .globalNavigation ul.childNavi {
    display: block !important;
  }
  .globalNavigation ul.childNavi li {
    margin-bottom: 5px;
  }
  .globalNavigation ul.childNavi li:not(:last-child) {
    border: 0;
  }
  .globalNavigation ul.childNavi a {
    color: #374c82;
    font-size: 12px;
    text-decoration: underline;
    background: none;
  }
}
@media screen and (min-width: 1310px) {
  .globalNavigation {
    right: -170px;
  }
}
/* closeButton( pc-only ) */
@media screen and (min-width: 768px) {
  .gnaviCloseButton {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 70px;
    top: 18px;
    cursor: pointer;
  }
  .gnaviCloseButton::before, .gnaviCloseButton::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #66769e;
    position: absolute;
    top: 50%;
  }
  .gnaviCloseButton::before {
    transform: rotate(-45deg);
    left: 0;
  }
  .gnaviCloseButton::after {
    transform: rotate(45deg);
    right: 0;
  }
}
/* contactNavi( pc-only ) */
.contactNavi .contactBanner {
  padding: 25px;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #374c82;
  border-bottom: 2px solid #374c82;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.contactNavi .contactBanner .btnContact {
  margin-bottom: 10px;
}
.contactNavi .contactBanner .btnContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #374c82;
  border-radius: 10px;
}
.contactNavi .contactBanner .btnContact a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 14px;
  background-image: url(../images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.contactNavi .contactBanner .btnContact a::after {
  content: "▶";
  margin-left: 3px;
}
.contactNavi .telwrap {
  align-items: flex-end;
  justify-content: space-between;
}
.contactNavi .telwrap .tel {
  padding-right: 10px;
}
.contactNavi .telwrap .tel a:hover {
  opacity: 0.7;
}
.contactNavi .telwrap .msg {
  width: 10em;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contactNavi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 45px;
    background-color: #374c82;
    position: relative;
    cursor: pointer;
  }
  .contactNavi span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .contactNavi span::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 31px;
    height: 19px;
    background-image: url(../images/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .contactNavi .contactBanner {
    padding: 22px 20px;
    width: 400px;
    background-color: rgba(55, 76, 130, 0.85);
    position: absolute;
    bottom: auto;
    top: 100%;
    right: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .contactNavi .contactBanner__in {
    padding: 27px 20px;
    background-color: #fff;
  }
  .contactNavi .telwrap .msg {
    padding: 0 10px;
    width: 7em;
    border-left: 2px solid #374c82;
    border-right: 2px solid #374c82;
  }
  .contactNavi:hover .contactBanner {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
}
/* FOOTER */
.site-footer {
  padding: 40px 15px 20px;
  text-align: left;
  background-color: #e8e8e8;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 30px 15px;
  }
}
/* footerWrap */
.footerWrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1020px;
}
.footerWrap .f01 {
  margin-bottom: 30px;
}
.footerWrap .f01 .footerName {
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 700;
}
.footerWrap .f01 .footerAddress {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.footerWrap .f01 .footerArea {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.footerWrap .f01 .footerTel {
  text-align: left;
}
.footerWrap .f01 .footerTel img {
  margin: 0;
  width: 260px;
}
.footerWrap .f02 .footerNavigation ul {
  display: flex;
  flex-wrap: wrap;
	
}
.footerWrap .f02 .footerNavigation ul li {
  margin-right: 1em;
}
.footerWrap .f02 .footerNavigation ul li a {
  color: #333;
}
.footerWrap .f02 .footerNavigation ul li a:hover {
  text-decoration: none;
}
.footerWrap .f02 .footerNavigation ul li a::before {
  content: "▶";
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .footerWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 980px;
  }
  .footerWrap .f01 .footerName {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .footerWrap .f01 .footerAddress {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .footerWrap .f01 .footerArea {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .footerWrap .f02 {
    width: 270px;
  }
  .footerWrap .f02 .footerNavigation ul {
    margin: 0 0 0 auto;
  }
  .footerWrap .f02 .footerNavigation ul li {
    margin: 0;
    width: 100%;
    text-align: right;
    line-height: 1.4;
  }
  .footerWrap .f02 .footerNavigation ul li a {
    font-size: 12px;
  }
  .footerWrap .f02 .footerNavigation ul li a::before {
    content: none;
  }
}
/* copyright */
.copyright {
  margin: 0 auto;
  padding: 10px 10px;
  width: 100%;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .copyright {
    padding: 12px 10px 0;
    letter-spacing: 0.15em;
  }
}
/* LAYPUT */
.wrapper {
  padding: 50px 0 118px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding: 96px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */