@charset "UTF-8";
/*------------------------------------------------------------
	大規模建築LP
------------------------------------------------------------*/
#main .lsaLp {
  padding: 40px 0 80px;
  background-color: #fff;
}

#main .lsaLp .lsaLpInner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#main .lsaLp .lsaLpImg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*------------------------------------------------------------
	大規模建築LP テキストブロック
------------------------------------------------------------*/
#main .lsaLp .lsaLpText {
  padding: 50px 0 60px;
  letter-spacing: 0.04em;
}

/* 緑丸チェック付きの訴求リスト */
#main .lsaLp .lsaCheckUl {
  margin-bottom: 50px;
}

#main .lsaLp .lsaCheckUl li {
  margin-bottom: 12px;
  padding-left: 44px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ec6d65;
}

#main .lsaLp .lsaCheckUl li:last-child {
  margin-bottom: 0;
}

/* チェックアイコンの丸 */
#main .lsaLp .lsaCheckUl li::before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
  background-color: #a3c43c;
  content: "";
}

/* チェックアイコンのレ点 */
#main .lsaLp .lsaCheckUl li::after {
  width: 7px;
  height: 14px;
  position: absolute;
  top: 9px;
  left: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  content: "";
}

/* 白地の枠を濃紺のブロックに重ねた見出し */
#main .lsaLp .lsaTroubleTtl {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

#main .lsaLp .lsaTroubleTtl::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  background-color: #134989;
  content: "";
}

#main .lsaLp .lsaTroubleTtl span {
  padding: 12px 34px;
  display: block;
  position: relative;
  border: 2px solid #231815;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

#main .lsaLp .lsaDotUl li {
  margin-bottom: 8px;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1em;
}

#main .lsaLp .lsaDotUl li:last-child {
  margin-bottom: 0;
}

#main .lsaLp .lsaDotUl li::before {
  content: "・";
}

#main .lsaLp .lsaSolveTxt {
  margin: 30px 0 24px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ec6d65;
}

#main .lsaLp .lsaLeadTxt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

#main .lsaLp .lsaTxtTtl {
  margin: 50px 0 18px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0080a3;
}

/* あしらいのイラストはPCでも横並びにせず縦積みにする */
#main .lsaLp .lsaIllust {
  margin: 40px 0;
  text-align: center;
}

#main .lsaLp .lsaIllust img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#main .lsaLp .lsaIllust01 img {
  max-width: 430px;
}

#main .lsaLp .lsaIllust02 img {
  max-width: 540px;
}

#main .lsaLp .lsaCostBox {
  padding-left: 20px;
}

#main .lsaLp .lsaCostBox .lsaCostCase {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

#main .lsaLp .lsaCostBox .lsaCostUl li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

#main .lsaLp .lsaCostBox .lsaCostResult {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

#main .lsaLp .lsaCostBox .lsaCostNote {
  margin-top: 10px;
  padding-left: 12px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #555;
}

/* 「➡」の矢印はCSSで描く */
#main .lsaLp .lsaArrowTxt,
#main .lsaLp .lsaRecommendDl dd {
  padding-left: 32px;
  position: relative;
}

#main .lsaLp .lsaArrowTxt::before,
#main .lsaLp .lsaRecommendDl dd::before {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0.55em;
  left: 0;
  background-color: #231815;
  content: "";
}

#main .lsaLp .lsaArrowTxt::after,
#main .lsaLp .lsaRecommendDl dd::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 0.3em;
  left: 12px;
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #231815;
  content: "";
}

/* 黒文字の小見出し（【無料対応】） */
#main .lsaLp .lsaTxtTtl02 {
  margin: 24px 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

#main .lsaLp .lsaDotUl + .lsaLeadTxt {
  margin-top: 10px;
}

#main .lsaLp .lsaRecommendDl dt {
  margin-top: 14px;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1em;
}

#main .lsaLp .lsaRecommendDl dt:first-child {
  margin-top: 0;
}

#main .lsaLp .lsaRecommendDl dt::before {
  content: "・";
}

#main .lsaLp .lsaRecommendDl dd {
  margin-top: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

#main .lsaLp .lsaClosingTxt {
  margin-top: 44px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0080a3;
}

#main .lsaLp .lsaIllust03 img {
  max-width: 420px;
}

/* 4枚目のテキストブロックは赤文字から始まる */
#main .lsaLp .lsaLpText02 .lsaSolveTxt {
  margin-top: 0;
}

/* 資料請求ボタン（事例集スライダーの下に配置） */
#main .lsaLpButton {
  margin-block-start: 60px;
}

/*------------------------------------------------------------
	事例集スライダー
------------------------------------------------------------*/
#main .lsaCase {
  padding: 0 0 80px;
  background-color: #fff;
}

#main .lsaCase .lsaCaseInner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#main .lsaCase .lsaCaseTtl {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #493A34;
  letter-spacing: 0.06em;
  text-align: center;
}

/* スライダーのページャー（ドット）の下に置く一文 */
#main .lsaCase .lsaCaseLead {
  margin-top: 14px;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.03em;
  text-align: center;
}

/* slick の初期化が終わるまで一瞬崩れて見えるのを防ぐ */
#main .lsaCase .lsaCaseSlider {
  visibility: hidden;
  position: relative;
  padding-bottom: 36px;
}

#main .lsaCase .lsaCaseSlider.slick-initialized {
  visibility: visible;
}

#main .lsaCase .lsaCaseSlide {
  outline: none;
}

#main .lsaCase .lsaCaseLink {
  display: block;
  outline: none;
  cursor: zoom-in;
}

#main .lsaCase .lsaCaseImg {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #E5E1DE;
  box-sizing: border-box;
}

/* 前後の矢印（slick-theme.css は読み込んでいないため自前で指定する） */
#main .lsaCase .lsaCaseSlider .slick-prev,
#main .lsaCase .lsaCaseSlider .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(73, 58, 52, 0.7);
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  transition: background-color 0.2s;
  appearance: none;
  z-index: 10;
}

#main .lsaCase .lsaCaseSlider .slick-prev {
  left: 10px;
}

#main .lsaCase .lsaCaseSlider .slick-next {
  right: 10px;
}

#main .lsaCase .lsaCaseSlider .slick-prev:before,
#main .lsaCase .lsaCaseSlider .slick-next:before {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

#main .lsaCase .lsaCaseSlider .slick-prev:before {
  transform: translateX(3px) rotate(-135deg);
}

#main .lsaCase .lsaCaseSlider .slick-next:before {
  transform: translateX(-3px) rotate(45deg);
}

#main .lsaCase .lsaCaseSlider .slick-prev.slick-disabled,
#main .lsaCase .lsaCaseSlider .slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

/* ページ送りのドット */
#main .lsaCase .lsaCaseSlider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

#main .lsaCase .lsaCaseSlider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

#main .lsaCase .lsaCaseSlider .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #493A34;
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0.25;
  cursor: pointer;
  transition: opacity 0.2s;
  appearance: none;
}

#main .lsaCase .lsaCaseSlider .slick-dots li.slick-active button {
  opacity: 1;
}

@media all and (min-width: 897px) {
  #main .lsaCase .lsaCaseSlider .slick-prev:hover,
  #main .lsaCase .lsaCaseSlider .slick-next:hover {
    background-color: #493a34;
  }
  #main .lsaCase .lsaCaseSlider .slick-prev.slick-disabled:hover,
  #main .lsaCase .lsaCaseSlider .slick-next.slick-disabled:hover {
    background-color: rgba(73, 58, 52, 0.7);
  }
  #main .lsaCase .lsaCaseSlider .slick-dots li button:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 896px) {
  #main .lsaLp {
    padding: 20px 0 40px;
  }
  #main .lsaLp .lsaLpInner {
    padding: 0 10px;
  }
  #main .lsaLpButton {
    margin-block-start: 30px;
  }
  #main .lsaLp .lsaLpText {
    padding: 25px 0 30px;
  }
  #main .lsaLp .lsaCheckUl {
    margin-bottom: 30px;
  }
  #main .lsaLp .lsaCheckUl li {
    margin-bottom: 8px;
    padding-left: 28px;
    font-size: 1.6rem;
  }
  #main .lsaLp .lsaCheckUl li::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  #main .lsaLp .lsaCheckUl li::after {
    width: 5px;
    height: 10px;
    top: 6px;
    left: 7px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  #main .lsaLp .lsaTroubleTtl {
    margin-bottom: 20px;
  }
  #main .lsaLp .lsaTroubleTtl::before {
    top: 6px;
    left: 6px;
  }
  #main .lsaLp .lsaTroubleTtl span {
    padding: 8px 16px;
    font-size: 1.9rem;
  }
  #main .lsaLp .lsaDotUl li {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  #main .lsaLp .lsaSolveTxt {
    margin: 20px 0 16px;
    font-size: 1.8rem;
  }
  #main .lsaLp .lsaLeadTxt {
    font-size: 1.4rem;
  }
  #main .lsaLp .lsaTxtTtl {
    margin: 30px 0 12px;
    font-size: 1.8rem;
  }
  #main .lsaLp .lsaIllust {
    margin: 25px 0;
  }
  #main .lsaLp .lsaIllust01 img {
    max-width: 280px;
  }
  #main .lsaLp .lsaIllust02 img {
    max-width: 330px;
  }
  #main .lsaLp .lsaCostBox {
    padding-left: 10px;
  }
  #main .lsaLp .lsaCostBox .lsaCostCase,
  #main .lsaLp .lsaCostBox .lsaCostUl li,
  #main .lsaLp .lsaCostBox .lsaCostResult {
    font-size: 1.4rem;
  }
  #main .lsaLp .lsaCostBox .lsaCostNote {
    margin-top: 8px;
    padding-left: 0;
    font-size: 1.1rem;
  }
  #main .lsaLp .lsaArrowTxt,
  #main .lsaLp .lsaRecommendDl dd {
    padding-left: 24px;
  }
  #main .lsaLp .lsaArrowTxt::before,
  #main .lsaLp .lsaRecommendDl dd::before {
    width: 9px;
    height: 6px;
  }
  #main .lsaLp .lsaArrowTxt::after,
  #main .lsaLp .lsaRecommendDl dd::after {
    left: 9px;
    border-width: 6px 0 6px 8px;
  }
  #main .lsaLp .lsaTxtTtl02 {
    margin: 16px 0 6px;
    font-size: 1.4rem;
  }
  #main .lsaLp .lsaDotUl + .lsaLeadTxt {
    margin-top: 6px;
  }
  #main .lsaLp .lsaRecommendDl dt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #main .lsaLp .lsaRecommendDl dd {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  #main .lsaLp .lsaClosingTxt {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  #main .lsaLp .lsaIllust03 img {
    max-width: 300px;
  }
  #main .lsaCase {
    padding: 0 0 40px;
  }
  #main .lsaCase .lsaCaseInner {
    padding: 0 10px;
  }
  #main .lsaCase .lsaCaseTtl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #main .lsaCase .lsaCaseLead {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #main .lsaCase .lsaCaseSlider {
    padding-bottom: 28px;
  }
  #main .lsaCase .lsaCaseSlider .slick-prev,
  #main .lsaCase .lsaCaseSlider .slick-next {
    width: 34px;
    height: 34px;
    margin-top: -30px;
  }
  #main .lsaCase .lsaCaseSlider .slick-prev {
    left: 5px;
  }
  #main .lsaCase .lsaCaseSlider .slick-next {
    right: 5px;
  }
  #main .lsaCase .lsaCaseSlider .slick-prev:before,
  #main .lsaCase .lsaCaseSlider .slick-next:before {
    width: 9px;
    height: 9px;
  }
  #main .lsaCase .lsaCaseSlider .slick-dots li {
    margin: 0 3px;
  }
  #main .lsaCase .lsaCaseSlider .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}