@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  padding: 30px;
  font-family: "Kiwi Maru", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  color: #2c2c2c;
  font-size: 16px;
  background: url(https://ki-housing.com/system_panel/uploads/images/body_bg.png) no-repeat;
  background-size: cover;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2.5;
}

/*リンク */
a {
  color: #2c2c2c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1261px) {
  .header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1680px;
    margin: 0 auto;
    padding: 15px 20px 15px 30px;
  }
  .header .logo {
    max-width: 110px;
    width: 10%;
  }
  .header .logo a {
    display: block;
  }
  .header .hamburger {
    display: none;
  }
  .header.fixed {
    top: 0;
  }
}
@media (max-width: 1260px) {
  .header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1680px;
    margin: 0 auto;
    padding: 15px 20px 15px 30px;
  }
  .header .logo {
    max-width: 110px;
    width: 10%;
  }
  .header .logo a {
    display: block;
  }
  .header .hamburger {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 65px;
    right: 40px;
    width: 50px;
    height: 40px;
    z-index: 10000;
    transition: 0.4s;
  }
  .header .hamburger.is-open {
    top: 40px;
  }
  .header .hamburger .span {
    background: #2c2c2c;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .header .hamburger .span:nth-of-type(1) {
    top: 10px;
  }
  .header .hamburger .span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .hamburger .span:nth-of-type(3) {
    bottom: 10px;
  }
  .header .hamburger.is-open .span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  .header .hamburger.is-open .span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.is-open .span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }
  .header.fixed {
    top: 0;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1261px) {
  .navBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
  }
  .navBox .navList {
    width: 65%;
  }
  .navBox .navList .ul {
    display: flex;
    justify-content: center;
  }
  .navBox .navList .ul .li + .li {
    margin: 0 0 0 3%;
  }
  .navBox .navList .ul .li a {
    display: inline-block;
  }
  .navBox .navItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
  }
  .navBox .navItem .telBox {
    width: 55%;
  }
  .navBox .navItem .telBox a {
    display: inline-block;
    padding: 0 0 0 25px;
    font-size: 22px;
    line-height: 1;
    background: url(https://ki-housing.com/system_panel/uploads/images/header_tel.png) left top 5px no-repeat;
    background-size: 18px auto;
  }
  .navBox .navItem .telBox > p {
    font-size: 12px;
  }
  .navBox .navItem .mailBox {
    width: 45%;
  }
  .navBox .navItem .mailBox a {
    display: block;
    padding: 8px 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    background: #1b7c36;
  }
  .navBox .navItem .mailBox a p {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(https://ki-housing.com/system_panel/uploads/images/header_mail.png) left top 8px no-repeat;
    background-size: 13px auto;
  }
}
@media (max-width: 1260px) {
  .navBox {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 0 90px;
    z-index: 999;
    background: #ffffff;
    opacity: 0;
    opacity: 1;
    transition: 0.6s;
  }
  .navBox.active {
    right: 0;
    z-index: 1000;
    opacity: 1;
  }
  .navBox .navList {
    border-top: 1px solid #cccccc;
  }
  .navBox .navList .ul {
    font-size: 15px;
  }
  .navBox .navList .ul > .li {
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  .navBox .navList .ul a {
    display: block;
  }
  .navBox .navList .ul a {
    padding: 10px 20px;
  }
  .navBox .navItem {
    margin: 20px 0 0;
  }
  .navBox .telBox {
    display: block;
    text-align: center;
  }
  .navBox .telBox > p {
    font-size: 12px;
  }
  .navBox .telBox a {
    display: inline-block;
    padding: 0 0 0 25px;
    font-size: 22px;
    line-height: 1.2;
    background: url(https://ki-housing.com/system_panel/uploads/images/header_tel.png) left top 6px no-repeat;
    background-size: 18px auto;
  }
  .navBox .mailBox {
    width: 200px;
    margin: 20px auto 0;
  }
  .navBox .mailBox a {
    display: block;
    padding: 8px 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    background: #1b7c36;
  }
  .navBox .mailBox a p {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(https://ki-housing.com/system_panel/uploads/images/header_mail.png) left top 8px no-repeat;
    background-size: 13px auto;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  padding: 116px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #ffffff;
  background: #ffffff;
}

.pageKvContainer {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
.pageKvContainer .pageKvPanel {
  padding: 40px 0 120px;
  background: url(https://ki-housing.com/system_panel/uploads/images/page_kv_bg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.pageKvContainer .kvTitle {
  max-width: 1500px;
  margin: 0 auto;
  font-size: 40px;
}

.pageSecTtlBox {
  margin: 0 0 30px;
  text-align: center;
}
.pageSecTtlBox .pageSecTtl {
  font-size: 36px;
}
.pageSecTtlBox .pageSecTtl > * {
  display: inline;
  background: linear-gradient(transparent 75%, #4bfe52 75%);
}
.pageSecTtlBox .sub {
  margin: 5px 0 0;
}

.secWrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore {
  position: relative;
  max-width: 280px;
}
.btnMore::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #333;
}
.btnMore a {
  position: relative;
  display: block;
  padding: 15px 30px;
  font-size: 0;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: #188440;
}
.btnMore a > div {
  background: url(https://ki-housing.com/system_panel/uploads/images/btn_more_arrow.png) right center no-repeat;
  background-size: 5px auto;
}
.btnMore a p {
  display: inline-block;
  font-size: 16px;
}
.btnMore a .em {
  color: #f2fd9a;
}
@media (min-width: 1025px) {
  .btnMore a > div {
    transition: all 0.3s ease;
  }
  .btnMore a:hover {
    opacity: 1;
    transform: translateY(4px);
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  position: relative;
  margin: -5px 0 0;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
.footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: calc(100% - 20px);
  height: 120px;
  margin: 0 auto;
  background: url(https://ki-housing.com/system_panel/uploads/images/footer_btm_img.png) center no-repeat;
  background-size: 100% auto;
}
.footer .footContact .footContactPanel {
  padding: 100px 0;
  background: url(https://ki-housing.com/system_panel/uploads/images/footer_contact_bg.png) center top no-repeat;
  background-size: cover;
}
.footer .footContact .btnList {
  max-width: 630px;
  margin: 0 auto;
}
.footer .footContact .btnList .ul .li .btnMore.btnTel a {
  padding: 10px 15px;
}
.footer .footContact .btnList .ul .li .btnMore.btnTel a > div {
  background: none;
}
.footer .footContact .btnList .ul .li .btnMore.btnTel a p {
  vertical-align: middle;
}
.footer .footContact .btnList .ul .li .btnMore.btnTel .tel {
  margin: 0 0 0 5px;
  padding: 0 0 0 20px;
  font-size: 22px;
  background: url(https://ki-housing.com/system_panel/uploads/images/footer_contact_tel.png) left top 9px no-repeat;
  background-size: 18px auto;
}
@media (min-width: 1025px) {
  .footer .footContact .btnList .ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .btnList .ul .li {
    width: 300px;
  }
}
.footer .footPanel {
  padding: 60px 0 120px;
}
.footer .footPanel .footBox .leftBox .logo {
  max-width: 180px;
  margin: 0 0 10px;
}
.footer .footPanel .footBox .leftBox .txt {
  margin: 0 0 20px;
}
.footer .footPanel .footBox .leftBox .dl {
  display: flex;
}
.footer .footPanel .footBox .leftBox .dl .dt {
  width: 90px;
  margin: 0 20px 0 0;
  text-align: center;
  border-radius: 6px;
  background: #f2eee7;
}
.footer .footPanel .footBox .leftBox .dl + .dl {
  margin: 15px 0 0;
}
.footer .footPanel .footBox .rightBox .footNav {
  display: flex;
  justify-content: space-between;
}
.footer .footPanel .footBox .rightBox .footNav .ul {
  width: 33.3333333333%;
}
.footer .footPanel .footBox .rightBox .footNav .ul .li {
  padding: 0 0 0 25px;
  background: url(https://ki-housing.com/system_panel/uploads/images/footer_nav_icon.png) left top 8px no-repeat;
}
.footer .footPanel .footBox .rightBox .footNav .ul .li + .li {
  margin: 40px 0 0;
}
.footer .footPanel .footBox .rightBox .footNav .ul .li a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer .footPanel .footBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footPanel .footBox .leftBox {
    width: 30%;
  }
  .footer .footPanel .footBox .rightBox {
    width: 55%;
  }
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}