/* ------------ colors ------------ */
/* mobile */
main.index .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
main.index .box_wrapper .ph_box {
  width: 50%;
}
main.index .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}
main.index .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}
main.index .box_wrapper .txt_box .eng {
  font-size: 2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 10px;
  line-height: 1;
  color: #BA933F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
main.index .box_wrapper .txt_box .sub {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1;
  color: #4F3700;
}
main.index .box_wrapper .txt_box .tit {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #4F3700;
}
main.index .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}
main.index .box_wrapper .txt_box .txt.mb30 {
  margin-bottom: 30px;
}
main.index .box_wrapper .txt_box .data {
  padding-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  border-top: 1px solid #BA933F;
}
main.index .box_wrapper .txt_box .data small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
main.index .box_wrapper .txt_box .tel {
  font-size: 20px;
  font-weight: 700;
}
main.index .box_wrapper .txt_box .tel small {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}
main.index .box_wrapper .txt_box .tel a {
  pointer-events: none;
}
main.index .box_wrapper .txt_box ul.btn_list li {
  width: 49%;
  float: left;
}
main.index .box_wrapper .txt_box ul.btn_list li:last-child {
  float: right;
}
main.index .box_wrapper .txt_box ul.btn_list li:last-child .cmn_btn a {
  background: #BA933F;
  border: none;
  color: #fff;
}
main.index .box_wrapper .txt_box ul.btn_list li:last-child .cmn_btn a::before {
  background: url(../images/common/ico-arrow02.png) 0 0/cover;
}
main.index .box_wrapper .txt_box ul.btn_list li:last-child .cmn_btn a:hover {
  background: #151515;
}
main.index .box_wrapper .txt_box ul.btn_list li .cmn_btn a {
  width: 100%;
}
main.index .box_wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}

h3.cmn_tit {
  font-size: 24px;
  margin-bottom: 60px;
  border: 1px solid #BA933F;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 740px) {
  h3.cmn_tit {
    font-size: 5.2vw;
    margin-bottom: 8%;
    padding: 4% 0;
  }
}
h4.cmn_tit {
  font-size: 24px;
  margin-bottom: 40px;
  border: 1px solid #BA933F;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 740px) {
  h4.cmn_tit {
    font-size: 4.8vw;
    margin-bottom: 7%;
    padding: 3% 0;
    line-height: 1.5;
  }
}
.main_reason .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}
.main_reason .unit01 .ph {
  margin-bottom: 90px;
}
.main_reason .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.main_reason .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}
.main_reason .unit02 {
  width: 1200px;
  margin: 0 auto;
}
.main_reason .unit02 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 90px;
}
.main_reason .unit02 h3 span {
  font-size: 4.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 760px) {
  .main_reason .unit01 {
    width: 90%;
    padding-bottom: 13%;
    margin: 0 5% 13%;
  }
}
@media (max-width: 760px) {
  .main_reason .unit01 .ph {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 760px) {
  .main_reason .unit01 h2 {
    font-size: 6.4vw;
    margin-bottom: 5%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 760px) {
  .main_reason .unit01 .txt {
    font-size: 4vw;
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 760px) {
  .main_reason .unit02 {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 760px) {
  .main_reason .unit02 h3 {
    font-size: 4vw;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 760px) {
  .main_reason .unit02 h3 span {
    font-size: 8vw;
  }
}
.main_natural.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}
.main_natural.index .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.main_natural.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  width: 960px;
  margin: 0 auto;
}
.main_natural.index .unit02 {
  width: 1200px;
  margin: 0 auto;
}
.main_natural.index .unit02 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 90px;
}
.main_natural.index .unit02 h3 span {
  font-size: 3.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}
.main_natural.detail .unit_main {
  width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #BA933F;
}
.main_natural.detail .unit_main .main {
  margin-bottom: 70px;
}
.main_natural.detail .unit_main .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.main_natural.detail .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
}
.main_natural.detail .unit01 h3 {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.main_natural.detail .unit01 h3 small {
  color: #BA933F;
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.main_natural.detail .unit01 ul.feature_list li {
  width: 49%;
  margin-bottom: 2%;
  float: left;
  background: #F3F1ED;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 25px 0 25px 25px;
  line-height: 1;
}
.main_natural.detail .unit01 ul.feature_list li:nth-child(2n) {
  float: right;
}
.main_natural.detail .unit01 ul.feature_list li .number {
  font-size: 26px;
  color: #BA933F;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-right: 15px;
  vertical-align: sub;
}
.main_natural.detail .unit01 ul.feature_list li small {
  font-size: 10px;
  font-weight: 400;
  margin-left: 15px;
}
.main_natural.detail .unit01 .caption {
  font-size: 10px;
  text-align: right;
  font-weight: 400;
}
.main_natural.detail .unit02 {
  width: 1200px;
  margin: 0 auto;
}
.main_natural.detail .unit02 h3 {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 85px;
}
.main_natural.detail .unit02 .cmn_btn a {
  width: 606px;
  margin: 0 auto 120px;
  background: #BA933F;
  color: #fff;
  border: 1px solid #BA933F;
}
.main_natural.detail .unit02 .bnr {
  width: 600px;
  margin: 0 auto 130px;
}
.main_natural.detail .box02 {
  margin-bottom: 12px;
}
.main_natural.detail .box02 .box_l {
  width: 667px;
  float: left;
}
.main_natural.detail .box02 .box_l .inner {
  height: 235px;
  padding-top: 50px;
  text-align: left;
}
.main_natural.detail .box02 .box_l .tit {
  font-size: 29px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
}
.main_natural.detail .box02 .box_l .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.main_natural.detail .box02 .box_r {
  width: 517px;
  float: right;
}
.main_natural.detail .box04 {
  margin-bottom: 12px;
}
.main_natural.detail .box05 {
  margin-bottom: 48px;
}
.main_natural.detail.stucco .box01 {
  background: url(../natural/images/stucco/img01.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 12px;
}
.main_natural.detail.stucco .box01 .inner {
  position: absolute;
  left: 35px;
  top: 35px;
  background: rgba(255, 255, 255, 0.43);
  text-align: left;
  padding: 25px;
  width: 535px;
}
.main_natural.detail.stucco .box01 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.main_natural.detail.stucco .box03 {
  background: url(../natural/images/stucco/img05.jpg) no-repeat center center;
  background-size: cover;
  height: 677px;
  position: relative;
  margin-bottom: 12px;
}
.main_natural.detail.stucco .box03 .inner {
  position: absolute;
  right: 35px;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.43);
  text-align: left;
  padding: 25px;
  width: 535px;
}
.main_natural.detail.stucco .box03 .inner .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.main_natural.detail.stucco .box03 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.main_natural.detail.aging .box01 {
  background: url(../natural/images/aging/img01.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 12px;
}
.main_natural.detail.aging .box01 .inner {
  position: absolute;
  left: 35px;
  top: 35px;
  text-align: left;
  padding: 25px;
  width: 535px;
  color: #fff;
}
.main_natural.detail.aging .box01 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.main_natural.detail.aging .box03 {
  background: url(../natural/images/aging/img05.jpg) no-repeat center center;
  background-size: cover;
  height: 677px;
  position: relative;
  margin-bottom: 12px;
}
.main_natural.detail.aging .box03 .inner {
  position: absolute;
  right: 35px;
  bottom: 35px;
  text-align: left;
  padding: 25px;
  width: 535px;
  color: #fff;
}
.main_natural.detail.aging .box03 .inner .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.main_natural.detail.aging .box03 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.main_modelhouse.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}
.main_modelhouse.index .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.main_modelhouse.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.main_modelhouse.index .unit02 {
  width: 1200px;
  margin: 0 auto;
}
.main_modelhouse.detail .unit01 {
  width: 1200px;
  margin: 0 auto 130px;
}
.main_modelhouse.detail .unit01 h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  color: #4F3700;
}
.main_modelhouse.detail .unit01 h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.main_modelhouse.detail .unit01 .main {
  margin-bottom: 70px;
}
.main_modelhouse.detail .unit01 .box_wrapper {
  width: 1120px;
  margin: 0 auto;
}
.main_modelhouse.detail .unit01 .box_wrapper .box_l {
  float: left;
  width: 56%;
  text-align: left;
}
.main_modelhouse.detail .unit01 .box_wrapper .box_l h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
}
.main_modelhouse.detail .unit01 .box_wrapper .box_l .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.main_modelhouse.detail .unit01 .box_wrapper .box_r {
  float: right;
  width: 40%;
}
.main_modelhouse.detail .unit01 .box_wrapper .box_r .tbl01 th {
  width: 26%;
}
.main_modelhouse.detail .unit01 .box_wrapper .box_r .tbl01 td {
  vertical-align: middle;
}
.main_modelhouse.detail .unit01 ul.btn_list {
  margin: 50px auto 0;
}
.main_modelhouse.detail .unit02 {
  margin-bottom: 130px;
}
.main_modelhouse.detail .unit02 h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.main_modelhouse.detail .unit02 ul.can_list {
  width: 880px;
  margin: 0 auto 50px;
}
.main_modelhouse.detail .unit02 ul.can_list li {
  padding: 20px 20px 20px 40px;
  position: relative;
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
  font-size: 21px;
  border-top: 1px solid #a8a8a8;
}
.main_modelhouse.detail .unit02 ul.can_list li::before {
  content: "01";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-radius: 100vh;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background: #BA933F;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.main_modelhouse.detail .unit02 ul.can_list li:nth-child(2)::before {
  content: "02";
}
.main_modelhouse.detail .unit02 ul.can_list li:nth-child(3)::before {
  content: "03";
}
.main_modelhouse.detail .unit02 ul.can_list li:nth-child(4)::before {
  content: "04";
}
.main_modelhouse.detail .unit02 ul.can_list li:nth-child(5)::before {
  content: "05";
}
.main_modelhouse.detail .unit02 ul.can_list li:nth-child(6)::before {
  content: "06";
}
.main_modelhouse.detail .unit02 ul.can_list li em {
  background: linear-gradient(transparent 60%, #fff900 60%);
}
.main_modelhouse.detail .unit03 {
  margin: 0 0 130px;
}
.main_modelhouse.detail .unit03 .head {
  margin: 0 0 30px;
  text-align: center;
}
.main_modelhouse.detail .unit03 .head h2 {
  font-size: 1.2rem;
  font-weight: 400;
}
.main_modelhouse.detail .unit03 .head span {
  display: block;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  margin-bottom: 10px;
}
.main_modelhouse.detail .unit03 .body .slick-gallery {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 30px;
}
.main_modelhouse.detail .unit03 .body .slick-gallery .slick-slide span {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0 30px;
}
.main_modelhouse.detail .unit03 .body .slick-gallery .slick-prev,
.main_modelhouse.detail .unit03 .body .slick-gallery .slick-next {
  top: 53%;
  width: 24px;
  height: 42px;
  z-index: 1;
}
.main_modelhouse.detail .unit03 .body .slick-gallery .slick-prev {
  background: url(../images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}
.main_modelhouse.detail .unit03 .body .slick-gallery .slick-next {
  background: url(../images/common/ico-arrow_slide02_next.png) 0 0/cover;
}
.main_modelhouse.detail .unit03 .body .slick-gallery-nav {
  max-width: 900px;
  margin: auto;
}
.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-slide {
  padding: 0 10px;
}
.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-prev,
.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-next {
  top: 70%;
  width: 18px;
  height: 30px;
  z-index: 1;
}
.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-prev {
  background: url(../images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}
.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-next {
  background: url(../images/common/ico-arrow_slide02_next.png) 0 0/cover;
}
.main_modelhouse.detail .unit04 {
  margin: 0 auto;
  width: 1120px;
}
.main_modelhouse.detail .unit04 .map {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.main_modelhouse.detail .unit04 .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.main_modelhouse.detail .unit04 ul.btn_list {
  margin: 0 auto 90px;
}
.main_modelhouse.detail .unit04 .cmn_btn a {
  margin: 0 auto;
}
.main_modelhouse.detail .stay,
.main_modelhouse.detail .point {
  width: 1120px;
  margin: 0 auto 60px;
}
.main_modelhouse.detail .stay h3,
.main_modelhouse.detail .point h3 {
  display: block;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.main_modelhouse.detail .stay h4,
.main_modelhouse.detail .point h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
}
.main_modelhouse.detail .stay .list,
.main_modelhouse.detail .point .list {
  display: flex;
  width: 100%;
  margin: 0 auto 40px;
}
.main_modelhouse.detail .stay .list .image,
.main_modelhouse.detail .point .list .image {
  width: 43%;
  margin-right: 3%;
}
.main_modelhouse.detail .stay .list .text,
.main_modelhouse.detail .point .list .text {
  width: 54%;
  font-weight: 100;
  align-self: center;
}
.main_modelhouse.detail .stay .list .text p.cmn_btn,
.main_modelhouse.detail .point .list .text p.cmn_btn {
  margin: 0 auto;
  width: 350px;
}
.main_modelhouse.detail .stay .flow,
.main_modelhouse.detail .point .flow {
  width: 100%;
  margin: 0 auto 40px;
}
.main_modelhouse.detail .stay .flow .flow_txt p,
.main_modelhouse.detail .point .flow .flow_txt p,
.main_modelhouse.detail .stay .caution ul li,
.main_modelhouse.detail .point .caution ul li {
  margin-bottom: 10px;
  font-weight: 100;
}
.main_modelhouse.detail .madori {
  margin: 0 auto 130px;
  width: 900px;
}
.main_modelhouse.detail .madori li {
  width: 48%;
  float: left;
}
.main_modelhouse.detail .madori li:last-child {
  float: right;
}
.main_modelhouse.detail ul.btn_list {
  width: 940px;
  margin: 0 auto;
}
.main_modelhouse.detail ul.btn_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.main_modelhouse.detail ul.btn_list li:last-child {
  margin-right: 0;
}
.main_modelhouse.detail ul.btn_list li .cmn_btn a {
  width: 100%;
}
.main_modelhouse.detail ul.btn_list li.tel a {
  font-size: 20px;
  font-weight: 700;
  pointer-events: none;
}
.main_modelhouse.detail ul.btn_list li.tel a::before {
  content: none;
}
.main_modelhouse.detail ul.btn_list li.tel a span {
  font-size: 14px;
  margin-right: 3px;
  margin-top: 2px;
  font-weight: 500;
}
.main_modelhouse.detail ul.btn_list li.reserve a {
  background: #BA933F;
  border: none;
  color: #fff;
}
.main_modelhouse.detail ul.btn_list li.reserve a::before {
  background: url(../images/common/ico-arrow02.png) 0 0/cover;
}
.main_modelhouse.detail ul.btn_list li.reserve a:hover {
  background: #151515;
}

.main_quality.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}
.main_quality.index .unit01 h2 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
}
.main_quality.index .unit01 h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.main_quality.index .unit01 h3 {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.main_quality.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.main_quality.index .unit02 {
  width: 1200px;
  margin: 0 auto 100px;
}
.main_quality.index .unit02 ul.btn_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #43954E;
  background: rgba(67, 149, 78, 0.06);
  padding: 52px 0;
}
.main_quality.index .unit02 ul.btn_list li:nth-child(3n) {
  margin-right: 0;
}
.main_quality.index .unit02 ul.btn_list li .tit {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 40px;
  line-height: 1;
}
.main_quality.index .unit02 ul.btn_list li .cmn_btn a {
  width: 292px;
  margin: 0 auto;
}
.main_quality.detail .unit_main {
  width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #BA933F;
}
.main_quality.detail .unit_main h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  color: #4F3700;
}
.main_quality.detail .unit_main h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.main_quality.detail .unit_main .main {
  margin-bottom: 70px;
}
.main_quality.detail .unit_main h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
}
.main_quality.detail .unit_main .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.main_quality.detail.insulation .unit {
  width: 1200px;
  margin: 0 auto 130px;
}
.main_quality.detail.insulation .unit .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
.main_quality.detail.insulation .unit .box_wrapper .ph_box {
  width: 50%;
}
.main_quality.detail.insulation .unit .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}
.main_quality.detail.insulation .unit .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}
.main_quality.detail.insulation .unit .box_wrapper .txt_box .number {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 10px;
  line-height: 1;
  color: #BA933F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main_quality.detail.insulation .unit .box_wrapper .txt_box .tit {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #4F3700;
}
.main_quality.detail.insulation .unit .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}
.main_quality.detail.insulation .unit .box_wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
.main_quality.detail.inspection .unit {
  width: 1200px;
  margin: 0 auto 70px;
}
.main_quality.detail.inspection .unit h4 {
  border-left: 7px solid #009844;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 30px;
  height: 33px;
  color: #4F3700;
}
.main_quality.detail.inspection .unit .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
}
.main_quality.detail.inspection .unit .box_wrapper .ph_box {
  width: 709px;
  float: left;
}
.main_quality.detail.inspection .unit .box_wrapper .txt_box {
  width: 442px;
  float: right;
}
.main_quality.detail.inspection .unit .box_wrapper .txt_box .txt {
  font-size: 18px;
  line-height: 1.8;
}
.main_quality.detail.after .unit {
  width: 1200px;
  margin: 0 auto 130px;
}
.main_quality.detail.after .unit h4 {
  border-left: 7px solid #009844;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 30px;
  height: 33px;
  color: #4F3700;
}
.main_quality.detail.after .unit h5 {
  border-bottom: 1px solid #43954E;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}
.main_quality.detail.after .unit .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
.main_quality.detail.after .unit ul.accent_list {
  margin-bottom: 30px;
}
.main_quality.detail.after .unit ul.accent_list li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
  background: rgba(39, 175, 71, 0.07);
  height: 73px;
  line-height: 73px;
  font-weight: 500;
  font-size: 21px;
  font-family: source-han-serif-japanese, serif;
  float: left;
}
.main_quality.detail.after .unit ul.accent_list li:last-child {
  margin-right: 0;
}
.main_quality.detail.after .unit .accent {
  font-weight: 500;
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  background: #F3F1ED;
  height: 105px;
  line-height: 105px;
  margin-bottom: 70px;
  color: #4F3700;
  text-align: center;
}
.main_quality.detail.after .unit .ph_l {
  width: 1037px;
  margin: 50px auto 0;
}
.main_quality.detail.after .unit ul.col3 li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.main_quality.detail.after .unit ul.col3 li:last-child {
  margin-right: 0;
}
.main_quality.detail.eco .unit {
  width: 1200px;
  margin: 0 auto 130px;
}
.main_quality.detail.eco .unit .box_wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main_quality.detail.eco .unit .box_wrapper .ph_box {
  width: 600px;
  float: right;
}
.main_quality.detail.eco .unit .box_wrapper .txt_box {
  width: 560px;
  float: left;
}
.main_quality.detail.eco .unit .tit {
  font-size: 28px;
  line-height: 1.8;
  text-align: left;
  color: #4F3700;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.main_quality.detail.eco .unit .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
.main_quality.detail.eco .unit .accent {
  font-weight: 500;
  font-size: 25px;
  font-family: source-han-serif-japanese, serif;
  background: #F3F1ED;
  height: 105px;
  line-height: 105px;
  margin-bottom: 70px;
  color: #4F3700;
  text-align: center;
}
.main_quality.detail.eco .unit .ph_l {
  width: 1200px;
  margin: 80px auto 0;
}
.main_quality.detail.structure .unit {
  width: 1200px;
  margin: 0 auto 130px;
}
.main_quality.detail.structure .unit h4 {
  border-left: 7px solid #009844;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 30px;
  height: 33px;
  color: #4F3700;
}
.main_quality.detail.structure .unit h5 {
  border-bottom: 1px solid #43954E;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}
.main_quality.detail.structure .unit .tit {
  font-size: 28px;
  line-height: 1.8;
  text-align: left;
  color: #4F3700;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.main_quality.detail.structure .unit .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
.main_quality.detail.structure .unit .ph_l {
  width: 1200px;
  margin: 0 auto 0;
}
.main_quality.detail.structure .unit02 .box_wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main_quality.detail.structure .unit02 .box_wrapper .box_l {
  width: 896px;
  float: left;
}
.main_quality.detail.structure .unit02 .box_wrapper .box_r {
  width: 284px;
  float: right;
}
.main_quality.detail.structure .unit02 .box_wrapper .box_r .ph {
  width: 104px;
  margin: 0 auto 30px;
}
.main_quality.detail.structure .unit02 .box_wrapper .box_r .cmn_btn a {
  width: 192px;
  margin: 0 auto;
}
.main_quality.detail.structure .unit03 .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
}
.main_quality.detail.structure .unit03 .box_wrapper .ph_box {
  width: 380px;
  float: right;
}
.main_quality.detail.structure .unit03 .box_wrapper .txt_box {
  width: 754px;
  float: left;
}
.main_quality.detail.structure .unit03 .ph_l {
  margin-top: 30px;
}
.main_quality.detail.structure .unit04 .ph_l {
  width: 746px;
  float: left;
}
.main_quality.detail.structure .unit05 .box_wrapper,
.main_quality.detail.structure .unit06 .box_wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main_quality.detail.structure .unit05 .box_wrapper .ph_box,
.main_quality.detail.structure .unit06 .box_wrapper .ph_box {
  width: 489px;
  float: right;
}
.main_quality.detail.structure .unit05 .box_wrapper .txt_box,
.main_quality.detail.structure .unit06 .box_wrapper .txt_box {
  width: 620px;
  float: left;
}
.main_quality.detail .other {
  width: 1200px;
  margin: 0 auto 100px;
}
.main_quality.detail .other h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.main_quality.detail .other ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.main_quality.detail .other ul li:nth-child(3n) {
  margin-right: 0;
}
.main_quality.detail .other ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #4F3700;
  text-align: center;
  padding: 30px 0;
  color: #4F3700;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 18px;
}
.main_quality.detail .other ul li a:hover {
  background: #4F3700;
  color: #fff;
}

.main_commitment.flow h3.main {
  padding-bottom: 0;
  margin: 0 0 30px !important;
}
.main_commitment.flow h3.main::before {
  content: none;
}
.main_commitment.flow .unit {
  width: 1200px;
  padding-bottom: 50px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}
.main_commitment.flow .unit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #a8a8a8 transparent transparent transparent;
}
.main_commitment.flow .unit:last-child {
  margin: 0 auto 70px;
  padding-bottom: 0;
  border: none;
}
.main_commitment.flow .unit:last-child::before {
  content: none;
}
.main_commitment.flow .unit .head {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.main_commitment.flow .unit .head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #BA933F;
  margin: auto;
}
.main_commitment.flow .unit .step {
  font-size: 3.4rem;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  color: #BA933F;
  background: #fff;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}
.main_commitment.flow .unit .box_wrapper {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.main_commitment.flow .unit .box_wrapper:last-child {
  margin: 0 auto;
}
.main_commitment.flow .unit .box_wrapper .ph_box {
  width: 50%;
}
.main_commitment.flow .unit .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}
.main_commitment.flow .unit .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}
.main_commitment.flow .unit .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_commitment.flow .unit h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}
.main_commitment.flow .unit .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.main_commitment.flow .unit .txt:last-child {
  margin-bottom: 0;
}
.main_commitment.flow .unit .cmn_btn a {
  margin: 0 auto;
}

@media (max-width: 760px) {
  .main_commitment.flow h3.main {
    margin: 0 0 6% !important;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit {
    width: 90%;
    padding-bottom: 10%;
    margin: 0 5% 10%;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit:last-child {
    margin: 0 5%;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .head {
    margin-bottom: 3%;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .step {
    font-size: 2.5rem;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper {
    width: 100%;
    margin: 0;
    display: block;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper:last-child {
    margin: 0;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 6%;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper .txt_box {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit h3 {
    margin: 0 0 2%;
    font-size: 5.2vw;
  }
}
@media (max-width: 760px) {
  .main_commitment.flow .unit .txt {
    margin-bottom: 5%;
    font-size: 3.73vw;
  }
}
.main_lineup.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}
.main_lineup.index .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.main_lineup.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.main_lineup.index .unit02 {
  width: 1200px;
  margin: 0 auto;
}
.main_lineup.detail .unit_main {
  width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #BA933F;
}
.main_lineup.detail .unit_main h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  color: #4F3700;
}
.main_lineup.detail .unit_main h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.main_lineup.detail .unit_main .main {
  margin-bottom: 70px;
}
.main_lineup.detail .unit_main h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
}
.main_lineup.detail .unit_main .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.main_lineup.detail .unit_feature {
  width: 1200px;
  margin: 0 auto 130px;
}
.main_lineup.detail .unit_feature .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
.main_lineup.detail .unit_feature .box_wrapper .ph_box {
  width: 50%;
}
.main_lineup.detail .unit_feature .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}
.main_lineup.detail .unit_feature .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}
.main_lineup.detail .unit_feature .box_wrapper .txt_box .number {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 10px;
  line-height: 1;
  color: #BA933F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main_lineup.detail .unit_feature .box_wrapper .txt_box .tit {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #4F3700;
}
.main_lineup.detail .unit_feature .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}
.main_lineup.detail .unit_feature .box_wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
.main_lineup.detail .unit_feature .bnr_reform {
  width: 782px;
  margin: 100px auto 0;
}
.main_lineup.detail .unit_gallery {
  margin: 0;
}
.main_lineup.detail .unit_gallery .cmn_btn a {
  margin: 0 auto;
}
.main_lineup.detail .unit_gallery .head {
  margin: 0 0 30px;
  text-align: center;
}
.main_lineup.detail .unit_gallery .head h2 {
  font-size: 1.2rem;
  font-weight: 400;
}
.main_lineup.detail .unit_gallery .head span {
  font-size: 4.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}
.main_lineup.detail .unit_gallery .body {
  margin-bottom: 70px;
}
.main_lineup.detail .unit_gallery .body .slick-gallery {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 30px;
}
.main_lineup.detail .unit_gallery .body .slick-gallery .slick-slide span {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0 30px;
}
.main_lineup.detail .unit_gallery .body .slick-gallery .slick-prev,
.main_lineup.detail .unit_gallery .body .slick-gallery .slick-next {
  top: 53%;
  width: 24px;
  height: 42px;
  z-index: 1;
}
.main_lineup.detail .unit_gallery .body .slick-gallery .slick-prev {
  background: url(../images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}
.main_lineup.detail .unit_gallery .body .slick-gallery .slick-next {
  background: url(../images/common/ico-arrow_slide02_next.png) 0 0/cover;
}
.main_lineup.detail .unit_gallery .body .slick-gallery-nav {
  max-width: 900px;
  margin: auto;
}
.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-slide {
  padding: 0 10px;
}
.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-prev,
.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-next {
  top: 70%;
  width: 18px;
  height: 30px;
  z-index: 1;
}
.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-prev {
  background: url(../images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}
.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-next {
  background: url(../images/common/ico-arrow_slide02_next.png) 0 0/cover;
}
.main_lineup.detail .unit_nature {
  background: #F3F1ED;
  padding: 60px 0 78px;
  text-align: center;
  margin-bottom: 130px;
}
.main_lineup.detail .unit_nature h4 {
  font-size: 2.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 40px;
  line-height: 1;
}
.main_lineup.detail .unit_nature ul {
  width: 1200px;
  margin: 0 auto;
}
.main_lineup.detail .unit_nature ul li {
  width: 50%;
  float: left;
}
.main_lineup.detail .unit_nature ul li:last-child {
  float: right;
}
.main_lineup.detail .unit_plan {
  background: #F3F1ED;
  padding: 60px 0 78px;
  text-align: center;
  margin-bottom: 130px;
}
.main_lineup.detail .unit_plan .head {
  margin: 0 0 85px;
  text-align: center;
}
.main_lineup.detail .unit_plan .head h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
.main_lineup.detail .unit_plan .head span {
  font-size: 4.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}
.main_lineup.detail .unit_plan .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
.main_lineup.detail .unit_plan .box_wrapper .ph_box {
  width: 50%;
}
.main_lineup.detail .unit_plan .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}
.main_lineup.detail .unit_plan .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}
.main_lineup.detail .unit_plan .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}
.main_lineup.detail .unit_plan .box_wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
.main_lineup.detail .unit_plan .box_wrapper:last-child {
  margin-bottom: 0;
}

.main_faq .section_faq {
  width: 1120px;
  margin: 0 auto 130px;
}
.main_faq .section_faq dl {
  border-bottom: 1px dotted #a8a8a8;
}
.main_faq .section_faq dl:last-child {
  border-bottom: none;
}
.main_faq .section_faq dt {
  font-size: 16px;
  position: relative;
  padding: 20px 30px;
  text-align: left;
  cursor: pointer;
}
.main_faq .section_faq dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transform: rotate(135deg);
  border-top: 1px solid #5b5b5b;
  border-right: 1px solid #5b5b5b;
  content: "";
}
.main_faq .section_faq dt::before {
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 5px;
  content: "Q.";
}
.main_faq .section_faq dt.active::after {
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-top: 1px solid #a8a8a8 !important;
  border-right: 1px solid #a8a8a8 !important;
}
.main_faq .section_faq dd {
  font-size: 14px;
  position: relative;
  display: none;
  margin-bottom: 2%;
  padding: 0px 10px 30px 28px;
  text-align: left;
  line-height: 1.8;
}
.main_faq .section_faq dd::before {
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 5px;
  content: "A.";
}
.main_faq .section_faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.main_faq .section_faq dd a {
  text-decoration: underline;
}
.main_faq .section_faq dd .btn {
  margin-top: 30px;
}
.main_faq .section_faq dd .btn a {
  text-decoration: none;
}
.main_faq .section_faq .cmn_btn a {
  margin: 30px auto 0px;
  text-decoration: none;
}

@media (max-width: 760px) {
  .main_faq .section_faq {
    width: 90%;
    margin: 0 5% 15%;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq dt {
    font-size: 4vw;
    line-height: 1.4;
    padding: 4% 14% 4% 8%;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq dt::after {
    right: 10px;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq dt::before {
    top: 7.3vw;
    left: 5px;
    margin-top: -15px;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq dd {
    font-size: 3.73vw;
    padding: 3% 4% 8% 4%;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq dd::before {
    content: none;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq dd .btn {
    margin-top: 8%;
  }
}
@media (max-width: 760px) {
  .main_faq .section_faq .cmn_btn a {
    margin: 5% auto 0px;
  }
}
.main_policy .section_policy {
  width: 1120px;
  margin: 90px auto;
  text-align: left;
}
.main_policy .section_policy .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400;
}
.main_policy .section_policy .unit {
  margin-top: 70px;
}
.main_policy .section_policy .unit:first-child {
  margin-top: 0;
}
.main_policy .section_policy .unit h3 {
  font-size: 18px;
  margin-bottom: 15px;
  background: #eee;
  padding: 9px 0 9px 16px;
  font-weight: 700;
}
.main_policy .section_policy .unit h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 760px) {
  .main_policy .section_policy {
    width: 90%;
    margin: 15% 5%;
  }
  .main_policy .section_policy .txt {
    margin-bottom: 8%;
    font-size: 3.47vw;
  }
  .main_policy .section_policy .unit {
    margin-top: 13%;
  }
  .main_policy .section_policy h3 {
    font-size: 4.53vw;
  }
  .main_policy .section_policy h4 {
    font-size: 4.27vw;
  }
}
/*company*/
.main_company .article_h2 {
  background-image: url(../company/images/company_main.jpg);
  background-size: cover;
  background-position-y: 20%;
}
.main_company .section_company {
  width: 1000px;
  margin: 0 auto 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main_company .section_company {
    width: 100%;
  }
}
.main_company .section_company .unit {
  margin-bottom: 80px;
}
.main_company .section_company .unit:first-child {
  margin-bottom: 0;
}
.main_company .section_company .unit .tbl01 {
  margin: 0 auto;
  width: 800px;
  background-color: #f9f8f7;
  margin-bottom: 65px;
  border: none;
}
@media screen and (max-width: 768px) {
  .main_company .section_company .unit .tbl01 {
    width: 100%;
  }
}
.main_company .section_company .unit .tbl01 tr {
  border-bottom: 1px dashed #a8a8a8;
}
.main_company .section_company .unit .tbl01 tr:last-child {
  border: none;
}
.main_company .section_company .unit .tbl01 th {
  width: 28%;
  border: none;
  padding: 15px;
}
@media (max-width: 760px) {
  .main_company .section_company .unit .tbl01 th {
    width: auto;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 0 20px;
  }
}
.main_company .section_company .unit .tbl01 td {
  padding: 15px;
  border: none;
}
@media (max-width: 768px) {
  .main_company .section_company .unit .tbl01 td {
    padding: 15px 15px 15px 20px;
  }
}
.main_company .section_company .unit .parking {
  width: 90%;
  margin: 0 auto 65px;
}
@media (max-width: 760px) {
  .main_company .section_company .unit .parking {
    width: 100%;
  }
}
.main_company .section_company .unit .parking .text {
  color: #e4131a;
}
.main_company .section_company .unit .map {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.main_company .section_company .unit .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.main_company .section_company .h3 {
  text-align: center;
  letter-spacing: 0.1em;
}
.main_company .section_company .h3 span {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.main_company .section_company .h3 h3 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  padding: 5px 0;
  width: 20%;
  font-size: 25px;
  font-weight: bolder;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main_company .section_company .h3 h3 {
    width: 80%;
  }
}
.main_company .section_company ul.anc_list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main_company .section_company ul.anc_list {
    width: 80%;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.main_company .section_company ul.anc_list li {
  margin-right: 5%;
  text-align: center;
}
@media (max-width: 760px) {
  .main_company .section_company ul.anc_list li {
    width: auto;
    margin-right: 7%;
  }
}
.main_company .section_company ul.anc_list li:last-child {
  margin-right: 0;
}
.main_company .section_company ul.anc_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
}
@media (max-width: 760px) {
  .main_company .section_company ul.anc_list li a {
    margin-left: 10px;
  }
}
.main_company .section_company ul.anc_list li a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -25px;
  width: 8px;
  height: 60%;
  background-color: #005149;
}
@media (max-width: 760px) {
  .main_company .section_company ul.anc_list li a::before {
    top: 10px;
    left: -10px;
  }
}
.main_company .section_company ul.anc_list li a:hover::before {
  background-color: #A31039;
}
.main_company .section_company ul.business_list li {
  margin-bottom: 50px;
  display: flex;
}
@media (max-width: 760px) {
  .main_company .section_company ul.business_list li {
    display: block;
  }
}
.main_company .section_company ul.business_list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.main_company .section_company ul.business_list li:nth-child(2n) .textbox {
  padding-right: 40px;
}
@media (max-width: 760px) {
  .main_company .section_company ul.business_list li:nth-child(2n) .textbox {
    padding-right: 0px;
  }
}
.main_company .section_company ul.business_list li:nth-child(2n+1) {
  flex-wrap: wrap;
}
.main_company .section_company ul.business_list li:nth-child(2n+1) .textbox {
  padding-left: 40px;
}
@media (max-width: 760px) {
  .main_company .section_company ul.business_list li:nth-child(2n+1) .textbox {
    padding-left: 0px;
  }
}
.main_company .section_company ul.business_list li .textbox {
  width: 52%;
}
@media (max-width: 760px) {
  .main_company .section_company ul.business_list li .textbox {
    width: 88%;
    margin: 0 auto;
  }
}
.main_company .section_company ul.business_list li .ph {
  margin-bottom: 25px;
  width: 48%;
}
@media (max-width: 760px) {
  .main_company .section_company ul.business_list li .ph {
    width: 100%;
  }
}
.main_company .section_company ul.business_list li .ph img {
  width: 100%;
}
.main_company .section_company .unit06 .tit {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.main_company .section_company .unit06 .tit::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -25px;
  width: 8px;
  height: 100%;
  background-color: #A31039;
  margin-right: 15px;
}
.main_company .section_company .unit08 .txt {
  text-align: center;
}
.main_company .section_company .unit08 .message {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.main_company .section_company .unit08 .message .poster_01, .main_company .section_company .unit08 .message .poster_02 {
  width: 40%;
}
.main_company .section_company .txt {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}
.main_company .section_company h4 {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 760px) {
  .main_company .section_company h4 {
    text-align: left;
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.main_company .section_company h4 .txt {
  text-align: center;
}
@media (max-width: 760px) {
  .main_company .section_company h4 .txt {
    text-align: left;
  }
}
.main_company .section_company .message {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_company .section_company .message {
    width: 100%;
  }
}
.main_company .section_company .message .photo {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main_company .section_company .message .photo {
    width: 80%;
    margin-right: 0px;
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
  }
}
.main_company .section_company .message .inner {
  background: rgba(255, 255, 255, 0.92);
}
@media (max-width: 760px) {
  .main_company .section_company .message .inner {
    padding: 0 20px;
  }
}
.main_company .section_company .message .inner .tit {
  font-size: 26px;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}
.main_company .section_company .message .inner .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-bottom: 10px;
}
.main_company .section_company .message .inner .name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
.main_company .section_company .message .inner .column_link {
  border: 2px solid #A31039;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
.main_company .section_company .message .inner .column_link a {
  color: #A31039;
  font-size: 22px;
}
@media (max-width: 760px) {
  .main_company .section_company .message .inner .column_link a {
    font-size: 17px;
  }
}
.main_company .section_company .apartment_list {
  display: flex;
  width: 100%;
}
@media (max-width: 760px) {
  .main_company .section_company .apartment_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main_company .section_company .apartment_list li {
  width: 15%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
@media (max-width: 760px) {
  .main_company .section_company .apartment_list li {
    width: 30%;
    float: none;
  }
  .main_company .section_company .apartment_list li:last-child, .main_company .section_company .apartment_list li:nth-child(3) {
    margin-right: 0;
  }
}
.main_company .section_company .apartment_list li .name {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.main_company .section_company .apartment_list li .ph {
  margin-bottom: 15px;
}

/*# sourceMappingURL=page-detail.css.map */