@charset "UTF-8";

/*=========== LP-2 外壁塗装 LP 共通 ===========*/

  

/* body */
body#lp-wrap {
  background-color: #BBCCDB;
  margin-bottom: 100px;
}



/* スクロールトップボタン位置 */
#lp-wrap .ast-scroll-to-top-right {
 z-index: -1;
}

/* PC/スマホ切り替え */
.pc-switch { display: block; }
.smart-switch { display: none; }

/* コンテンツ幅制御 */
p.content-1000, .content-1000 {
 
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 50px;
  overflow: hidden;
}

section{
padding: 20px 0;
}

/* ----------ヘッダー--------- */
header {
  background: transparent;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
    max-width: 1200px;
  margin: 0 auto;
}

.head-set {
  position: relative;
  background: #BBCCDB; 
  z-index: -2;
}

.hero-section {
  position: relative;
  width: 100%;
  background: #BBCCDB;
  z-index: -1;
  margin-top: -100px;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ロゴ */
.logo-set {
  width: 320px;
  padding: 0 20px 0 20px;
  border-radius: 18px;

}

.logo-set img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

.catch-copy {
  font-size: 12px;
  color: #333;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* ボタンセット */


/* ボタンセット */
.button-set {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end; /* ← これを追加 */
  gap: 10px; /* お好みでボタン間に余白 */
}

/* ボタン */
#lp-wrap .mail-box a,#lp-wrap .tel-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-height: 50px;
  width: 300px;
  height: 75px;
  color: white;
  transition: all 0.3s ease;

}

.mail-box {
 background: linear-gradient(180deg, #24C2F9 0%, #3565E0 100%);
   border-radius: 20px;
  margin-top: 7px;
   
}

.mail-box:hover {
  background-color: #004080;
  transform: scale(1.02);
}

.tel-box:hover {
  transform: scale(1.02);
  opacity: 0.8;
}
.tel-box {
  
}


.mail-box i {
  font-size: 24px;
  margin-bottom: 6px;
  padding-right: 5px;
  vertical-align: -3px;
}

/* ----------CTA固定ボタン--------- */
.fixed-cta {
  position: fixed;
  bottom: 0; left: 0; width: 100%;
  display: flex;
  background: #fff;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  z-index: 98;
  align-items: stretch;
}

.cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(180deg, #24C2F9 0%, #3565E0 100%);
  transition: opacity 0.3s;
}

.cta-btn + .cta-btn { background: linear-gradient(180deg, #128E29 0%, #0C4D18 100%);}

.cta-btn:hover { opacity: 0.7; color:white; }

.cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.cta-btn:first-child .cta-text { line-height: 1; }

.cta-heading { font-size: 10px; margin-bottom: 4px; }
.cta-number { font-size: 25px; font-weight: 800; letter-spacing: 0.5px; }

.cta-btn i { font-size: 25px; }

/*==============アクション==============*/

/*フワッと表示遅延あり　スクリプトあり*/
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}



/* スマホ対応 */
@media (max-width: 768px) {
  .cta-btn { padding: 15px 12px; font-size: 13px; }
  .cta-number { font-size: 16px; }
  .pc-switch { display: none; }
  .smart-switch { display: block; }

  header {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }

  .button-set {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    gap: 10px;
    justify-content: center;
  }

  p.content-1000, .content-1000 { width: 100%; padding:10px;box-sizing: border-box;
  }

}

/*=========== 見出し ===========*/
.midashi-1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #2c3e50;
  margin: 40px 0;
  position: relative;
}

.midashi-1::after {
  content: '';
  display: block;
  width: 300px;
  height: 3px;
  background: #f3cb00;
  margin: 12px auto 0;
  border-radius: 2px;
}

.lead-message {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
  margin: 20px;
}

/*=========== 施工実績 ===========*/
.works-gallery {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.work-item {
  width: 20%;
  text-align: center;
  position: relative;
}

.work-item p {
  font-size: 13px;
}

.work-item .city {
  font-size: 13px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  background-color: #ff5e00;
  right: 5px;
  top: 5px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 30px;
}

.work-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

/*=========== FAQ ===========*/
.faq-list {
  margin: 20px auto;
  max-width: 800px;
}

.faq-list dt {
  font-weight: bold;
  margin: 20px;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}

.faq-list dd {
  margin-left: 1em;
  margin-bottom: 50px;
  color: #333;
}

/*=========== ランディング用セクション ===========*/
.content-1000 img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  box-sizing: border-box;
 
}

.img-star {
  position: relative;
  max-width: 1000px;
}

.img-star img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -100px;
  width: 200px;
  height: auto;
}

section.section1{
padding-bottom: 0;
}

/* section2 */
.section2 .section-box-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 20px auto 0 auto;
  max-width: 800px;
}

.section2 .section-box-flex .box,{
  max-width: 500px;
  height: auto;
}

.section2 .section-box-flex .box-set {
  max-width: 500px;
  height: auto;
display: flex;
flex-direction: column;
gap: 20px;
}

/* section2*/
section.section2-1 {
margin: 0;
padding: 0;
position: relative;
}
section.section2-1 svg{

position: absolute;
top: 0;
}


/* section3 */
section.section3 {
z-index: -5;
position: relative;
height: 500px;
background-image: url(../lp-img/back-img.jpg);
background-size: cover;
background-position: center;
}

.section3 .set{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%); /* 自分の幅高さ分を調整 */
  z-index: 1;
}


.section3 .set div{
text-align: center;
}

.section3-1{
margin-top:-200px;
padding: 20px 10px;
position: relative;
}

.section3-1 .message-box{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 auto;
max-width: 500px;
border-bottom: #8bbe2b 1px solid;
padding-bottom: 25px;
padding-top: 25px;
}

.section3-1 .message-box h2{
margin-right: 30px;
color: #8bbe2b;
font-size: 22px;

}


.section3-1 .message-box img{
width: 150px;
height: auto;
display: block;
}


.section-bg {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1202 1318" preserveAspectRatio="xMidYMid meet"><path d="M0 176L1202 0.5V844.5H0V176Z" fill="%23EFF5E1"/><path d="M0 340L1200 829.808V1318H0V340Z" fill="%23E1F3BC"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
   background-position: top center; /* ← 上に揃える */
}

.section3-1 .clover-box{
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
background-color: white;
max-width: 500px;
margin: 80px auto 20px auto;
padding: 20px;
border-radius: 20px;

}




.section-contact{


  padding: 50px 20px;
background-color: white;

}


/* responsive */
@media screen and (max-width: 768px) {
  .section2 .section-box-flex { flex-direction: column; margin-top: 0px;}
  .section2 .section-box-flex .box,
  .section2 .section-box-flex .box-set { width: 100%; margin: 0 auto; }
  .img-star img { top: -45px; width: 100px; height: auto;}
  .works-gallery { flex-direction: column; }
  .work-item { width: 100%;padding: 10px;box-sizing: border-box; }

  
}

/* footer */
footer p {
  text-align: center;
  margin-top: 84px;  
}

