@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

共通設定

///////////////////////////////////////////////////////////////////////*/
.life {
  padding: 0 28px 50px;
  font-size: 16px;
}
.life img {
  vertical-align: middle;
}
.life_ttl {
  margin-bottom: 30px;
}
.life_lead {
  margin-bottom: 46px;
}
.life_lead-txt {
  margin-bottom: 18px;
}
.life-perth {
  margin-bottom: 36px;
}
.life-perth_img {
  margin-bottom: 20px;
}
.life-perth_link {
  text-align: right;
}
.life-perth_link a {
  display: inline-block;
  height: 38px;
  padding: 0 20px 0 42px;
  border: 1px solid #555;
  background: url(/public/img/common/icon_enlarge-mediumgray.svg) 14px center no-repeat;
  background-size: 19px auto;
  color: #555;
  text-decoration: none;
  line-height: 38px;
}
.life-perth_link a:hover {
  color: #555 !important;
}
/* ====================================================
  ポイント
====================================================*/
.life-point {
  margin-bottom: 35px;
}
.life-point-media {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.life-point_ttl {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid #ccc;
  font-size: 21px;
  font-weight: bold;
}
.life-point_ttl-sub {
  margin-left: 6px;
  font-family: 'Segoe Print', serif;
  font-size: 24px;
  font-weight: bold;
}
.life-point--garden .life-point_ttl, .life-point--garden_2 .life-point_ttl {
  border-color: #23ac38;
}
.life-point--parking .life-point_ttl {
  border-color: #ec6841;
}
.life-point--approach .life-point_ttl, .life-point--approach_2 .life-point_ttl {
  border-color: #02b7ee;
}
.life-point--gate .life-point_ttl {
  border-color: #0068b7;
}
.life-point_features {
  width: 331px;
  margin-left: auto;
}
.life-point_features li {
  display: flex;
  margin-bottom: 12px;
}
.life-point_features li:last-of-type {
  margin-bottom: 0;
}
.life-point_features-num {
  flex: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-right: 9px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}
.life-point_features-num--small {
  font-size: 14px;
}
.life-point_features-num--garden, .life-point_features-num--garden_2 {
  background-color: #23ac38;
}
.life-point_features-num--parking, .life-point_features-num--parking_2 {
  background-color: #ec6841;
}
.life-point_features-num--approach, .life-point_features-num--approach_2 {
  background-color: #02b7ee;
}
.life-point_features-num--gate, .life-point_features-num--gate_2 {
  background-color: #0068b7;
}
.life-point_features-num--others {
  background-color: #f19149;
}
.life-point_features-txt {
  font-size: 18px;
  font-weight: bold;
}
.life-point_txt {
  font-size: 16px;
}
.life-point_txt a {
  color: #3f8ec9;
  text-decoration: underline;
}
/* ====================================================
  その他のポイント
====================================================*/
.life-other-point {
  margin-bottom: 50px;
}
.life-other-point_ttl {
  margin-bottom: 25px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f2914a;
  font-size: 20px;
  font-weight: bold;
}
.life-other-point_ttl-sub {
  margin-left: 6px;
  font-family: 'Segoe Print', serif;
  font-size: 24px;
  font-weight: bold;
}
.life-other-point_hd {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.life-other-point_hd::before {
  content: "+α";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #f19149;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: -0.2ex;
  text-indent: -0.2ex;
}
.life-other-point_txt {
  margin-bottom: 26px;
}
.life-other-point-media {
  display: flex;
  align-items: center;
}
.life-other-point-media-body {
  width: 329px;
  margin-left: auto;
}
.life-other-point-media .life-other-point_txt {
  margin-bottom: 0;
}
/* ====================================================
  施工例
====================================================*/
.life-showcase {
  margin-bottom: 40px;
}
.life-showcase-chain {
  margin-bottom: 100px;
}
.life-showcase-chain_ttl {
  height: 50px;
  margin-bottom: 30px;
  background-color: #ebe6d4;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.life-showcase_ttl {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 10px solid #ebe6d3;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.33333;
}
.life-showcase_fig {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.life-showcase_features {
  width: 331px;
  margin-left: auto;
}
.life-showcase_features li {
  display: flex;
  margin-bottom: 12px;
}
.life-showcase_features li:last-of-type {
  margin-bottom: 0;
}
.life-showcase_features-num {
  flex: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-right: 9px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}
.life-showcase_features-num--small {
  font-size: 14px;
  letter-spacing: -0.2ex;
  text-indent: -0.2ex;
}
.life-showcase_features-num--garden, .life-showcase_features-num--garden_2 {
  background-color: #23ac38;
}
.life-showcase_features-num--parking, .life-showcase_features-num--parking_2 {
  background-color: #ec6841;
}
.life-showcase_features-num--approach, .life-showcase_features-num--approach_2 {
  background-color: #02b7ee;
}
.life-showcase_features-num--gate, .life-showcase_features-num--gate_2 {
  background-color: #0068b7;
}
.life-showcase_features-num--others {
  background-color: #f19149;
}
.life-showcase_features-txt {
  font-size: 18px;
  font-weight: bold;
}
.life-showcase_txt {
  margin-bottom: 15px;
}
.life-showcase_link {
  text-align: right;
}
.life-showcase_link a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0 10px 0 30px;
  border: solid 1px #2f7400;
  border-radius: 5px;
  background-color: #f7faef;
  color: #2f7400;
  font-size: 14px;
  line-height: 38px;
  text-decoration: none;
}
.life-showcase_link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 9px solid #2f7300;
  border-right: none;
  vertical-align: middle;
}
/* ====================================================
  ボタン
====================================================*/
.life-buttons {
  margin-bottom: 100px;
}
.life-buttons li {
  margin-bottom: 20px;
  text-align: center;
}
.life-buttons a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 490px;
  height: 70px;
  border: 1px solid #2f7400;
  border-radius: 5px;
  background-color: #f7faef;
  color: #2f7400;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.life-buttons a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 0;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 9px solid #2f7400;
  border-right: none;
}
/* ====================================================
  問い合わせ
====================================================*/
.life-contact {
  margin: 0 0 100px;
  padding: 50px 0 38px;
  background-color: #fffccd;
  text-align: center;
}
.life-contact a {
  display: inline-block;
  height: 70px;
  padding: 0 14px 0 16px;
  border-radius: 5px;
  background-color: #0068b7;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 70px;
}
.life-contact a:hover {
  color: #fff !important;
}
.life-contact a::before {
  content: "";
  display: inline-block;
  margin-right: 13px;
  border: 6px solid transparent;
  border-left: 11px solid #fff;
  border-right: none;
  vertical-align: middle;
}
.life-contact-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 13px;
  font-size: 14px;
}
.life-contact-txt_em {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
/* ====================================================
  おすすめコンテンツ
====================================================*/
.life-suggest {
  margin-bottom: 50px;
}
.life-suggest_ttl {
  margin-bottom: 17px;
  padding-bottom: 6px;
  border-bottom: 2px solid #8fc320;
  font-size: 20px;
  font-weight: bold;
}
.life-suggest_lead {
  margin-bottom: 5px;
}
.life-suggest_hd {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold;
}
.life-suggest_img {
  margin-bottom: 18px;
}
.life-suggest_txt {
  margin-bottom: 15px;
}
.life-suggest_link {
  text-align: right;
}
.life-suggest_link a {
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 40px;
  padding: 0 10px 0 30px;
  border: solid 1px #2f7400;
  border-radius: 5px;
  background-color: #f7faef;
  color: #2f7400;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
}
.life-suggest_link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 9px solid #2f7300;
  border-right: none;
  vertical-align: middle;
}
/* ====================================================
  その他のプラン例
====================================================*/
.design-others_ttl {
  height: 50px;
  margin-bottom: 30px;
  background-color: #ece7d4;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.design-others-card a {
  display: block;
  width: 198px;
  height: 300px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}
.design-others-card a:hover {
  color: #333 !important;
}
.design-others-card_img {
  margin-bottom: 15px;
}
.design-others-card_ttl {
  height: 70px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.design-others-card_txt {
  margin: 0 10px;
}
/* swiper
--------------------------------*/
.design-others-chain-container {
  position: relative;
}
.design-others-chain li {
  width: 200px;
}
.design-others-chain li:nth-of-type(n+2) {
  display: none;
}
.swiper-initialized .design-others-chain li:nth-of-type(n+2) {
  display: block;
}
.design-others .swiper-button-prev,
.design-others .swiper-button-next {
  position: absolute;
  top: 74px;
  display: block;
  width: 26px;
  height: 92px;
  margin-top: 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.design-others .swiper-button-prev:hover,
.design-others .swiper-button-next:hover {
  opacity: 0.7;
  box-shadow: none;
}
.design-others .swiper-button-prev.swiper-button-disabled,
.design-others .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.design-others .swiper-button-prev.swiper-button-disabled:hover,
.design-others .swiper-button-next.swiper-button-disabled:hover {
  opacity: 0;
}
.design-others .swiper-button-prev {
  left: -34px;
  background: url(/public/img/showcase/cate/detail/icon_prev_gray.png) center center no-repeat #fff;
  border-radius: 5px;
}
.design-others .swiper-button-next {
  right: -34px;
  background: url(/public/img/showcase/cate/detail/icon_next_gray.png) center center no-repeat #fff;
  border-radius: 5px;
}
.design-others .swiper-button-prev::after,
.design-others .swiper-button-next::after {
  display: none;
  content: "";
}
.concept_common_link {
  margin-bottom: 12px;
  text-align: right;
}
.concept_common_link a {
  color: #00479d;
  font-size: 14px;
  text-decoration: underline;
}
.concept_common_link a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  border: 3px solid transparent;
  border-left: 6px solid #00479d;
  border-right: none;
  vertical-align: middle;
}

/*------ 20230202追記 ------*/
.concept_bt_1col {
  margin: 35px 0 0;
}
.concept_bt_1col li {
  margin: 10px 0 20px;
}
.concept_bt_1col li a {
  display: block;
  display: flex;
  align-items: center;
  height: 120px;
  border: solid 1px #ccc;
  padding: 9px;
  background: url(/gr/concept/img/common/icon_next_gray.png) right 10px center no-repeat;
  text-decoration: none;
}
.concept_bt_1col .bt_link_txt {
  display: inline-block;
  padding: 0 0 0 20px;
  line-height: 1;
  font-size: 21px;
  color: #333;
  font-weight: bold;
}
.design-others_link {
  margin: 12px 0;
  text-align: right;
}
.design-others_link a {
  color: #00479d;
  font-size: 14px;
  text-decoration: underline;
}
.design-others_link a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  border: 3px solid transparent;
  border-left: 6px solid #00479d;
  border-right: none;
  vertical-align: middle;
}

/*----202305526----*/
.life.childcare .gpcat-box.gpcat-blog .gpcat-blog-chain li {
  width: 178px;
}
