@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

.about_us{
	font-size: 10px;
	font-size: 62.5%;
	color: #333;
	letter-spacing: 0.02em;
	vertical-align: baseline;
}
.about_us table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_us div, .about_us span, .about_us object,
.about_us h1, .about_us h2, .about_us h3, .about_us h4, .about_us p,
.about_us a, .about_us em, .about_us img, .about_us strong,
.about_us sub, .about_us sup, .about_us dl, .about_us dt, .about_us dd,
.about_us ol, .about_us ul, .about_us li,
.about_us table, .about_us caption, .about_us tbody, .about_us tfoot, .about_us thead,
.about_us tr, .about_us th, .about_us td,
.about_us article, .about_us figure, .about_us figcaption, .about_us footer, .about_us header {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
  font-feature-settings: "palt" 1;
}
.about_us img, .about_us object {
  max-width: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.about_us a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.about_us a:visited {
  color: #333;
}
.about_us .clearfix {
  display: inline-block;
}
.about_us .clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about_us img {
  width: 100%;
}
.about_us picture {
  display:block;
  font-size:0;
}
.about_us .sp {
  display: none;
}
.about_us p {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-family: YakuHanMP, "Noto Serif JP", serif;  
}
@media all and (min-width: 769px) {
  .about_us a:hover {
    opacity: .7;
  }
}
@media all and (max-width: 768px) {
	.about_us .pc {
    display: none;
  }
	.about_us .sp {
    display: inline-block;
  }
}

.hero_wrap{
  position: relative;
  background-color: #f1f3f4;
}
.hero_wrap h1{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 216px;
  padding-left: 42px;
  margin: 184px auto 0;
  box-sizing: content-box;
}
.hero_wrap .hero{
  width: 100%;
  margin: 0 auto;
}
.hero_wrap .concept{
  padding-bottom: 128px;
  margin-top: -250px;
  text-align: center;
}
.hero_wrap .concept .copy{
  margin-bottom: 66px;
  font-size: 24px;
  line-height: 2;
}
.hero_wrap .concept .hd{
  width: 661px;
  margin: 0 auto 66px;
  font-size: 0;
}
.hero_wrap .concept .txt{
  margin-bottom: 66px;
  font-size: 18px;
  line-height: 2;
}
.hero_wrap .concept .img{
  width: 418px;
  margin: 0 auto;
  font-size: 0;
}
@media all and (min-width: 769px) {
  .hero_wrap .hero{
    background: url(../img/about_us/kv_pc.jpg) no-repeat center top;
    background-size: 1680px auto;
    min-height: 1370px;
  }
  .hero_wrap .hero img{
    visibility: hidden;
  }
}
@media all and (min-width: 1681px) {
  .hero_wrap h1{
    margin-top: 10.952%;
  }
  .hero_wrap .hero{
    background-size: 100% auto;
  }
}
@media all and (max-width: 768px) {
  .hero_wrap h1{
    width: 32.031%;
    padding-left: 5.469%;
    margin-top: 23.438%;
  }
  .hero_wrap .concept{
    padding-bottom: 20.833%;
    margin-top: -39.583%;
  }
  .hero_wrap .concept .copy{
    margin-bottom: 9.115%;
    font-size: 3.646vw;
  }
  .hero_wrap .concept .hd{
    width: 82.161%;
    margin-bottom: 10.417%;
  }
  .hero_wrap .concept .txt{
    margin-bottom: 7.031%;
    font-size: 3.385vw;
  }
  .hero_wrap .concept .img{
    width: 65.365%;
    margin-top: 10.417%;
  }
}

.sec{
  position: relative;
  width: 100%;
}
.sec .hd{
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.sec .hd .en{
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.stre{
  padding: 120px 0 196px;
}
.stre .hd{
  margin-bottom: 80px;
}
.stre .hd .en{
  width: 90px;
  margin-bottom: 20px;
}
.stre .sec_c{
  position: relative;
  background-color: #f5f5f5;
  max-width: 1280px;
  margin: 0 auto;
}
.stre .sec_c + .sec_c{
  margin-top: 42px;
}
.stre .sec_c .tab{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stre .sec_c .tab::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/about_us/ico_arrow.svg) no-repeat center;
  background-size: contain;
  height: 0;
  margin: 0 auto 44px;
}
.stre .sec_c .tab.active::after{
  transform: scale(1,-1);
}
.stre .sec_c .tab .ttl{
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.1em;
  text-align: center;
  line-height: 1;
}
.stre .sec_c .tab .ttl .en{
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.stre .str_cont{
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stre .str_cont.active{
  height: auto;
  opacity: 1;
}
.stre .str_cont > .txt{
  margin-bottom: 70px;
  text-align: center;
}
.stre .str_cont > .txt .catch{
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.stre .str_cont .doc{
  position: relative;
}
.stre .str_cont .doc + .doc{
  margin-top: 74px;
}
.stre .str_cont .doc .doc_ttl{
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  margin-bottom: 34px;
  padding: 24px 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: -0.06em;
  line-height: 1;
}
.stre .str_cont .doc .photo_wrap{
  margin-bottom: 34px;
}
.stre .str_cont .doc .photo_wrap::after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.stre .str_cont .doc .photo_wrap > p{
  float: left;
  font-size: 0;
}
.stre .str_cont .doc .photo{
  margin-bottom: 34px;
}
.stre .str_cont .doc .txt_wrap{
  letter-spacing: -0.05em;
}
.stre .str_cont .doc .txt_wrap .st .gd{
  display: inline-block;
  border: solid 1px #ea5504;
  color: #ea5504;
  line-height: 1;
}
.stre .str_cont .doc_wrap .doc .txt_wrap{
  display: block;
}
.stre .str_cont .doc_wrap .doc .txt_wrap .st{
  width: 100%;
  margin-bottom: 14px;
}
.stre .str_cont .doc_wrap .doc .txt_wrap .txt{
  width: 100%;
}
.stre .str_cont .doc_wrap .doc:first-child .txt_wrap .txt{
  letter-spacing: -0.034em;
}
.stre .str_cont .btn{
  position: relative;
  display: block;
  background-color: #333;
  margin: 0 auto 58px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: -0.06em;
  line-height: 1;
  text-align: center;
}
.stre .str_cont .btn::after{
  content: '';
  position: relative;
  display: inline-block;
  background: url(../img/about_us/ico_blank.svg) no-repeat center;
  background-size: contain;
}
.stre .str_cont .close{
  margin: 0 auto;
  text-align: center;
}
.stre .str_cont .close span{
  display: inline-block;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #777;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media all and (min-width: 769px) {
  .sec .hd{
    font-size: 44px;
  }
  .stre .sec_c .tab{
    min-height: 444px;
    cursor: pointer;
  }
  .stre .sec_c .tab::after{
    width: 26px;
    padding-bottom: 14px;
  }  
  .stre .sec_c .tab:hover{
    opacity: .7;
  }
  .stre .sec_c .tab .ttl{
    font-size: 44px;
    letter-spacing: -0.06em;
  }
  .stre .sec_c.str01 .tab{
    background-image: url(../img/about_us/concept_kv_pc.jpg);
  }
  .stre .sec_c.str02 .tab{
    background-image: url(../img/about_us/living_space_kv_pc.jpg);
  }
  .stre .sec_c.str03 .tab{
    background-image: url(../img/about_us/after_care_kv_pc.jpg);
  }
  .stre .sec_c.str01 .tab .ttl .en{
    width: 191px;
    margin-bottom: 28px;
  }
  .stre .sec_c.str02 .tab .ttl .en{
    width: 241px;
    margin-bottom: 28px;
  }
  .stre .sec_c.str03 .tab .ttl .en{
    width: 121px;
    margin-bottom: 36px;
  }
  .stre .str_cont{
    padding: 0 80px 0;
  }
  .stre .str_cont.active{
    padding: 70px 80px 60px;
  }
  .stre .str_cont > .txt{
    font-size: 16px;
    line-height: 1.875;
  }
  .stre .str_cont > .txt .catch{
    font-size: 36px;
    line-height: 1;
  }
  .stre .str_cont .doc_wrap{
    display: flex;
    justify-content: space-between;
  }
  .stre .str_cont .doc_wrap .doc{
    width: 540px;
  }
  .stre .str_cont .doc_wrap .doc + .doc{
    margin-top: 0;
  }
  .stre .str_cont .doc .doc_ttl{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .stre .str_cont .doc .doc_ttl .nm{
    font-size: 30px;
  }
  .stre .str_cont .doc .doc_ttl .loc{
    font-size: 19px;
  }
  .stre .str_cont .doc .photo_wrap > p{
    width: 360px;
    width: 32.143%;
  }
  .stre .str_cont .doc .photo_wrap > p.wide{
    width: 750px;
    width: 66.964%;
    margin-right: 0.893%;
  }
  .stre .str_cont .doc .photo_wrap > p.wide + p{
    margin-bottom: 0.893%;
  }
  .stre .str_cont .doc .txt_wrap{
    display: flex;
    margin-bottom: 56px;
  }
  .stre .str_cont .doc .txt_wrap .st{
    width: 560px;
    font-size: 27px;
    line-height: 1.519;
  }
  .stre .str_cont .doc .txt_wrap .st .gd{
    padding: 8px;
    margin-bottom: 6px;
    font-size: 17px;
  }
  .stre .str_cont .doc .txt_wrap .txt{
    width: 560px;
    font-size: 16px;
    line-height: 1.875;
  }
  .stre .str_cont .btn{
    width: 480px;
    padding: 30px 0;
    font-size: 19px;
  }
  .stre .str_cont .btn::after{
    width: 20px;
    padding-bottom: 15px;
    margin-left: 8px;
  }
  .stre .str_cont .close span{
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .stre .str_cont .close span:hover{
    opacity: .7;
  }
}
@media all and (max-width: 768px) {
  .sec .hd{
    font-size: 6.25vw;
  }
  .stre{
    padding: 15.625% 0;
  }
  .stre .hd{
    margin-bottom: 9.896%;
  }
  .stre .hd .en{
    width: 13.802%;
    margin-bottom: 3.125%;
  }
  .stre .sec_c{
    width: 89.583%;
  }
  .stre .sec_c + .sec_c{
    margin-top: 5.208%;
  }
  .stre .sec_c .tab{
    min-height: 57.813vw;
  }
  .stre .sec_c .tab::after{
    width: 3.779%;
    padding-bottom: 2.035%;
    margin-bottom: 6.395%;
  }
  .stre .sec_c .tab .ttl{
    width: 100%;
    margin-bottom: 2.907%;
    font-size: 6.25vw;
    letter-spacing: -0.06em;
  }
  .stre .sec_c.str03 .tab .ttl{
    letter-spacing: -0.16em;
  }
  .stre .sec_c.str01 .tab{
    background-image: url(../img/about_us/concept_kv_sp.jpg);
  }
  .stre .sec_c.str02 .tab{
    background-image: url(../img/about_us/living_space_kv_sp.jpg);
  }
  .stre .sec_c.str03 .tab{
    background-image: url(../img/about_us/after_care_kv_sp.jpg);
  }
  .stre .sec_c.str01 .tab .ttl .en{
    width: 32.849%;
    margin-bottom: 3.488%;
  }
  .stre .sec_c.str02 .tab .ttl .en{
    width: 41.424%;
    margin-bottom: 3.488%;
  }
  .stre .sec_c.str03 .tab .ttl .en{
    width: 20.785%;
    margin-bottom: 4.942%;
  }
  .stre .str_cont{
    padding: 0 2.907% 0;
  }
  .stre .str_cont.active{
    padding: 10.174% 2.907% 11.628%;
  }
  .stre .str_cont > .txt{
    margin-bottom: 10.802%;
    font-size: 3.385vw;
    letter-spacing: -0.08em;
    line-height: 1.769;
  }
  .stre .str_cont > .txt .catch{
    margin-bottom: 4.012%;
    font-size: 5.729vw;
    line-height: 1.545;
  }
  .stre .str_cont .doc_wrap .doc{
    width: 100%;
  }
  .stre .str_cont .doc + .doc{
    margin-top: 10.465%;
  }
  .stre .str_cont .doc .doc_ttl{
    margin-bottom: 6.173%;
    padding: 5.556% 0;
    text-align: center;
  }
  .stre .str_cont .doc .doc_ttl .nm{
    display: block;
    margin-bottom: 4.012%;
    font-size: 5.729vw;
  }
  .stre .str_cont .doc_wrap .doc .doc_ttl .nm{
    margin-bottom: 0;
  }
  .stre .str_cont .doc .doc_ttl .loc{
    display: block;
    font-size: 3.385vw;
  }
  .stre .str_cont .doc .photo_wrap{
    margin-bottom: 5.556%;
  }
  .stre .str_cont .doc .photo_wrap > p{
    width: 49.228%;
  }
  .stre .str_cont .doc .photo_wrap > p.wide{
    width: 100%;
    margin-bottom: 1.543%;
  }
  .stre .str_cont .doc .photo_wrap > p.wide + p{
    margin-right: 1.544%;
  }
  .stre .str_cont .doc .photo{
    margin-bottom: 5.556%;
  }
  .stre .str_cont .doc .txt_wrap{
    letter-spacing: -0.05em;
  }
  .stre .str_cont .doc .txt_wrap .st{
    margin-bottom: 3.704%;
    font-size: 4.688vw;
    letter-spacing: -0.09em;
    line-height: 1.667;
    text-align: center;
  }
  .stre .str_cont .doc .txt_wrap .st .gd{
    padding: 1.235%;
    margin-bottom: 2.160%;
    font-size: 3.646vw;
    letter-spacing: 0;
  }
  .stre .str_cont .doc .txt_wrap .txt{
    font-size: 3.385vw;
    line-height: 1.769;
  }
  .stre .str_cont .doc_wrap .doc .txt_wrap .st{
    margin-bottom: 3.704%;
  }
  .stre .str_cont .btn{
    padding: 6.173% 0;
    margin: 6.173% 0 11.728%;
    font-size: 3.385vw;
  }
  .stre .str_cont .btn::after{
    width: 4.167%;
    padding-bottom: 3.086%;
    margin-left: 1.543%;
  }
  .stre .str_cont .close span{
    font-size: 3.385vw;
  }
}

.syst{
  background-color: #f1f3f4;
  padding: 160px 0;
}
.syst .inneer{
  margin: 0 auto;
}
.syst .txt_wrap .hd{
  letter-spacing: -0.05em;
  line-height: 1.455;
}
.syst .txt_wrap .hd .en{
  display: block;
  font-size: 0;
}
.syst .txt_wrap .txt{
  letter-spacing: -0.03em;
  line-height: 1.875;
}
@media all and (min-width: 769px) {
  .syst .inneer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
  }
  .syst .txt_wrap{
    width: 520px;
  }
  .syst .txt_wrap .hd{
    margin-bottom: 36px;
    font-size: 44px;
    text-align: left;
  }
  .syst .txt_wrap .hd .en{
    width: 179px;
    margin: 0 0 14px;
  }
  .syst .txt_wrap .txt{
    font-size: 16px;
  }
  .syst .txt_wrap .txt + .txt{
    margin-top: 24px;
  }
  .syst .img{
    width: 664px;
    margin: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .syst{
    padding: 15.625% 0 20.833%;
  }
  .syst .inneer{
    width: 89.583%;
    margin: 0 auto;
  }
  .syst .txt_wrap .hd{
    margin-bottom: 3.488%;
    font-size: 6.25vw;
    line-height: 1.583;
  }
  .syst .txt_wrap .hd .en{
    width: 31.686%;
    margin: 0 auto 2.907%;
  }
  .syst .txt_wrap .txt{
    font-size: 3.385vw;
    line-height: 1.769;
    text-align: center;
  }
  .syst .txt_wrap .txt + .txt{
    margin-top: 5.814%;
  }
  .syst .img{
    width: 100%;
    margin-top: 8.721%;
  }
}

.resu .results_map{
  margin: 0 auto;
}
.resu .results_map .ttl{
  background-color: #f5f5f5;
  margin: 0 auto 40px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.5;
}
.resu .results_map .ttl strong{
  font-weight: 400;
  color: #ea5504;
  letter-spacing: -0.04em;
}
.resu .results_map .ttl .fs{
  display: inline-block;
}
.resu .results_map .map{
  position: relative;
  margin: 0 auto 60px;
  font-size: 0;
}
.resu .results_map .focus > p{
  font-size: 0;
}
.resu .area_wrap{
  position: relative;
}
.resu .area_wrap .catch{
  text-align: center;
}
.resu .area_wrap .photo_wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.resu .area_wrap .photo_wrap .cap{
  display: inline-block;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .resu{
    padding: 160px 0;
  }
  .resu .hd{
    margin-bottom: 90px;
  }
  .resu .hd .en{
    width: 71px;
    margin-bottom: 24px;
  }
  .resu .results_map{
    max-width: 1280px;
  }
  .resu .results_map .ttl{
    display: flex;
    align-items: center;
    border-left: solid 4px #ea5504;
    padding: 10px 0;
    font-size: 21px;
  }
  .resu .results_map .ttl strong{
    margin: 0 20px 0 30px;
    font-size: 36px;
  }
  .resu .results_map .ttl .fs{
    margin-top: 4px;
    font-size: 13px;
  }
  .resu .results_map .map{
    max-width: 1193px;
  }
  .resu .results_map .focus{
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
  }
  .resu .results_map .focus > p{
    margin: 0 .5%;
    width: 32.8125%;
  }
  .resu .area_wrap .catch{
    margin-bottom: 24px;
    font-size: 30px;
  }
  .resu .area_wrap .photo_wrap{
    column-gap: 10px;
  }
  .resu .area_wrap .photo_wrap > p{
    width: 32.8125%;
  }
  .resu .area_wrap .photo_wrap .cap{
    margin-bottom: 26px;
    font-size: 19px;
  }
}
@media all and (max-width: 768px) {
  .resu{
    padding: 20.833% 0 6.510%;
  }
  .resu .hd{
    margin-bottom: 8.594%;
    line-height: 1.583;
  }
  .resu .hd .en{
    width: 11.458%;
    margin-bottom: 3.125%;
  }
  .resu .results_map{
    width: 89.583%;
  }
  .resu .results_map .ttl{
    border-bottom: solid 0.521vw #ea5504;
    padding: 2.907% 0;
    margin-bottom: 5.814%;
    font-size: 3.385vw;
    text-align: center;
  }
  .resu .results_map .ttl strong{
    margin-bottom: 0.727%;
    font-size: 5.208vw;
  }
  .resu .results_map .ttl .fs{
    font-size: 2.865vw;
  }
  .resu .results_map .map{
    width: 100%;
    margin-bottom: 8.721%;
  }
  .resu .results_map .map::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/about_us/ico_hand.svg) no-repeat center;
    background-size: contain;
    width: 11.628%;
    padding-bottom: 11.628%;
    margin-top: 3.488%;
    margin-right: 2.326%;
  }
  .resu .results_map .focus{
    margin-bottom: 10.465%;
  }
  .resu .results_map .focus > p{
    width: 100%;
  }
  .resu .results_map .focus > p + p{
    margin-top: 2.907%;
  }
  .resu .area_wrap .catch{
    margin-bottom: 5.814%;
    font-size: 4.688vw;
    line-height: 1.5;
  }
  .resu .area_wrap .photo_wrap{
    justify-content: center;
    column-gap: 4.07%;
  }
  .resu .area_wrap .photo_wrap > p{
    width: 47.965%;
  }
  .resu .area_wrap .photo_wrap .cap{
    margin-bottom: 8.485%;
    font-size: 3.125vw;
    letter-spacing: -0.08em;
  }
}

.about_us .lnk_wrap a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: -0.06em;
  line-height: 1.5;
  text-align: center;
}
@media all and (min-width: 769px) {
  .about_us .lnk_wrap a{
    background-image: url(../img/about_us/bg_hc_site_pc.jpg);
    padding: 116px 0;
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  .about_us .lnk_wrap a{
    background-image: url(../img/about_us/bg_hc_site_sp.jpg);
    padding: 14.323% 0;
    font-size: 4.688vw;
  }
}

.is-view{
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.is-view.view{
  opacity: 1;
  transform: translateY(0);
}
@media all and (min-width: 769px) {
  .is-view{
    transform: translateY(50px);
  }
}
@media all and (max-width: 768px) {
  .is-view{
    transform: translateY(80px);
  }
}
