@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start > div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 35%;
  text-align: center;
}
.start .logo {
  margin: 0 auto 3rem;
}
.start .loading {}
body.preload .wow.slideInLeft {
  visibility: hidden;
}
/* ================== */
/*header.home　*/
/* ================== */
header.home {
  position: static;
  z-index: inherit;
  background: none;
  padding: 0;
  box-shadow: none;
}
header.home .headArea {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 30px 5px 0 20px;
}
header.home .headArea.fixed {
  background: #FFF;
  box-shadow: 0 4px 5px #eee;
  padding: 2rem 0 2rem 3rem;
}
header.home .headArea.fixed * {
  color: #000;
}
header.home .headArea .logo {
  width: 230px;
  float: left;
}
header.home .headArea .logo .bk {
  display: none;
}
header.home .headArea.fixed .logo .bk {
  display: block;
  width: 200px;
}
header.home .headArea .logo .wh {
  display: block;
}
header.home .headArea.fixed .logo .wh {
  display: none;
}
header.home .headArea.fixed .nav_pc {
  margin: 0.5rem 0 0;
}
header.home .headArea * {
  color: #FFF;
}
header.home .headArea ul li a {
  color: #fff;
}
header.home .headArea ul li:after {
  background: #fff;
}
header.home .headArea.fixed ul li:after {
  background: #000;
}
/*キービジュアル*/
#keyArea .slides li .ab {
  max-width: 620px;
  top: calc(50% - 154px);
  left: calc(50% - 272px);
}
#keyArea .slides li .ab * {
  color: #FFF;
  text-align: center;
  text-shadow: #3f3f3f 1px 1px 4px, #3f3f3f -1px 1px 4px, #3f3f3f 1px -1px 4px, #3f3f3f -1px -1px 4px;
}
#keyArea .slides li .ab .m_Cat {
  font-size: 6rem;
  line-height: 7.4rem;
  letter-spacing: 0.8rem;
  margin: 0 0 40px 0;
}
#keyArea .slides li .ab .m_tit {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
#keyArea {
  margin: 0 0 120px 0;
}
/*共通*/
/*各セクション*/
#index #mainArea {
  overflow: hidden;
}
#index #mainArea .cont {
  padding: 50px 0;
  margin: 0;
}
/*TOPメインエリア*/
#index #mainArea .cont h3 {
  text-align: center;
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: 8px;
  margin: 0 0 50px;
}
#index #mainArea .cont .lead {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.2em;
  line-height: 2.5;
}
#index #mainArea .cont .btn-in {
  width: 220px;
  margin: 50px auto;
}
#index #mainArea .cont .btn-in a {
  background: #fff;
  border: 1px solid #707070;
  color: #707070;
  font-family: unset;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px;
  letter-spacing: inherit;
  position: relative;
}
#index #mainArea .cont .btn-internal a:before {
  display: none;
}
#index #mainArea .cont ul {
  overflow: hidden;
}
#index #mainArea .cont ul li {
  width: 32%;
  float: left;
}
#index #mainArea .cont ul li:nth-child(2) {
  margin: 0 2%;
}
#index #mainArea .cont .point {
  overflow: hidden;
}
#index #mainArea .cont .leftBox .en01 {
  width: 580px;
  margin: 0 0 40px 0;
}
#index #mainArea .no1 {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#index #mainArea .no1 img {
  width: 30px;
}
/*#index #mainArea .cont .leftBox {
background: #FFF;
display: inline-block;
padding: 40px 30px 40px 0;
position: relative;
}
#index #mainArea .cont .leftBox * {
font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#index #mainArea .cont .leftBox:before {
    content: "";
    background: url("../../images/top/bgimg_dg.jpg") no-repeat;
	background-size: cover;
    position: absolute;
    z-index: -1;
    top: -4rem;
    left: calc(50% - -210px);
    width: calc(50% + 35vw);
    height: 680px;
	opacity: 0;
    -webkit-transition: opacity 1000ms 6.5s;
    transition: opacity 1000ms 6.5s;
}
#index #mainArea .cont .leftBox.is-show:before {
    opacity: 1;
}



#index #mainArea .cont .leftBox .lead {
	font-size: 1.7rem;
    line-height: 3.5rem;
    margin: 0 0 50px 0;
}

#index #mainArea .cont .leftBox .point img {
width: auto;
height: 26px;
}
#index #mainArea .cont .leftBox .point dd {
border-left: 1px solid #000;
height: 60px;
display: table-cell;
vertical-align: middle;
width: 100%;
padding: 0 0 0 20px;
}
*/ /*#index #mainArea .cont .leftBox .point dl.fadeInLeft {
	opacity: 0;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}*/
/*@keyframes fadeInLeft {
   0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
   }
   100% {
      opacity: 1;
      transform: none;
   }
}*/
/*施工事例*/
#index #case {
  padding: 100px 0;
}
#index #case .cont {
  margin: 0 0 50px 0;
}
/*バナー*/
/*#index #bn .wi1100,
#index #bn2 .wi1100 {
display: block;
text-align: center;
font-size: 0;
}
#index #bn .bn,
#index #bn2 .bn {
width: 530px;
height: 130px;
display: inline-block;
border: 2px solid #000;
box-sizing: border-box;
}
#index #bn .bn a,
#index #bn2 .bn a {
display: block;
box-sizing: border-box;
font-size: 15px;
}
#index #bn .bn:first-child,
#index #bn2 .bn:first-child {
margin: 0 38px 0 0;
}*/
/*スタッフ*/
#index #staff {}
#index #staff .cont {
  background: url("../../images/top/top_bg_staff.jpg") 0 0 no-repeat;
  background-size: 35% auto;
  margin: 0 0 50px 0;
}
#index #staff .left {
  width: 550px;
  float: left;
  box-sizing: border-box;
}
#index #staff .left .bg_white {
  background: #FFF;
  padding: 0 60px;
  min-height: 550px;
}
#index #staff .left p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 2px;
}
#index #staff .right {
  width: 550px;
  float: right;
}
#index #staff .right ul {}
#index #staff .right ul li {
  width: 170px;
  float: left;
  margin: 0 20px 0 0;
}
#index #staff .right ul li:nth-child(-n+6) {
  margin: 0 20px 20px 0;
}
#index #staff .right ul li:nth-child(3n) {
  margin: 0 0 20px 0;
}
#index #staff .right ul li img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#index #staff .right ul li a {
  position: relative;
  display: block;
}
#index #staff .right ul li a div * {
  color: #FFF;
  text-align: center;
  letter-spacing: 0;
}
#index #staff .right ul li a div p span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8rem;
  margin: 0 0 5px 0;
}
#index #staff .right ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.8s;
  display: table;
}
#index #staff .right ul li a div p {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
#index #staff .right ul li a.on div {
  opacity: 1;
}
#index #staff .awards {
  width: 1100px;
  margin: 120px auto;
  height: 200px;
}
#index #staff .awards a {
  display: block;
  text-align: center;
  line-height: 200px;
  background: #ccc;
  height: 200px;
}
/*blog*/
#index #blog {
  padding: 100px 0;
}
/*column*/
#column {
  padding: 100px 0;
}
a.click_maintenancefree_banner img {
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  #caution dl {
    font-size: 1rem;
    display: block;
    border: 1px solid #d1d2cc;
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  #caution dl dt {
    background: #d1d2cc;
    padding: 10px 7%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
  }
  #caution dl dd {
    text-align: center;
    padding: 10px 7%;
    font-size: 1.3rem;
  }
  #index #mainArea .bg_gray {
    padding: 100px 0 150px;
    margin: 0;
  }
  #index #mainArea #pointCol {
    margin-top: -150px;
  }
  #index #mainArea .cont .point dl {
    width: 32%;
    float: left;
  }
  #index #mainArea .cont .point dl:nth-child(2) {
    margin: 0 2%;
  }
  #index #mainArea .cont .point dl dt {
    margin-top: 15px;
  }
  #index #mainArea .cont .point dl dt img {
    width: 75px;
    height: auto;
  }
  #index #mainArea .no1 {
    justify-content: center;
  }
  #index #mainArea .no1 img {
    width: 40px;
    margin-right: 20px;
  }
  #index #mainArea #tumugi {
    display: block;
      margin: 40px auto;
  }
  #index #mainArea #tumugi img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
/*--------------------------------------
  ランド・ガーデンの強み（TOPページ用）
  ※ #index #mainArea 内に追記
  　 tp-strength__ プレフィックスで既存スタイルと分離
---------------------------------------*/
.tp-strength__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 50px;
  padding: 0;
  /* 既存の ul スタイル（overflow:hidden）を上書き */
  overflow: visible;
}
/* 既存の #index #mainArea .cont ul li（width:32% float:left）を上書き */
.tp-strength__grid.tp-strength__item,
.tp-strength__grid li.tp-strength__item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.tp-strength__item {
  list-style: none;
  text-align: center;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.tp-strength__img {
  overflow: hidden;
  margin: 0 0 12px;
}
.tp-strength__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.tp-strength__item:hover .tp-strength__img img {
  transform: scale(1.04);
}
/* 数字＋タイトルのテキストエリア：白背景・縦横中央揃え */
.tp-strength__body {
  background: #fff;
  width: 100%;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.tp-strength__num {
  font-size: 2.4rem;
  line-height: 1;
  color: #6d9fa4;
  margin: 0 0 6px;
  letter-spacing: 0.05em;
}
.tp-strength__tit {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .tp-strength__grid {
    gap: 24px;
  }
}

@media screen and (max-width: 599px) {
  /* SP時：2カラム×2段 */
  .tp-strength__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 0 50px !important;
    align-items: stretch;
  }
  .tp-strength__item {
    display: flex;
    flex-direction: column;
  }
  .tp-strength__img {
    flex: 0 0 auto;
  }
  .tp-strength__img img {
    height: 120px;
    width: 100%;
    object-fit: cover;
  }
  .tp-strength__body {
    flex: 1;
    min-height: 70px;
    padding: 12px 8px;
  }
  .tp-strength__num {
    font-size: 2rem;
    color: #6d9fa4;
  }
  .tp-strength__tit {
    font-size: 1.15rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  #caution dl {
    font-size: 1rem;
    display: block;
    border: 1px solid #d1d2cc;
    width: 95%;
    box-sizing: border-box;
    margin: 20px auto;
  }
  #caution dl dt {
    background: #d1d2cc;
    padding: 5px 7%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
  }
  #caution dl dd {
    text-align: center;
    padding: 5px 3%;
  }
  .start > div {
    width: 60%;
  }
  /* ================== */
  /*header.home　*/
  /* ================== */
  header.home {
    position: fixed;
    background: #fff;
    padding: 1rem 0 1rem 4%;
    box-shadow: none;
    z-index: 999;
  }
  header.home .headArea {
    width: 100%;
    position: static;
    z-index: inherit;
    padding: 0;
  }
  header.home .headArea.fixed {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  header.home .headArea.fixed * {
    color: #000;
  }
  header.home .headArea .logo {
    width: 140px;
    margin: 1rem 0 0;
  }
  header.home .headArea .logo .bk {
    display: block;
  }
  header.home .headArea.fixed .logo .bk {
    display: block;
    width: 200px;
  }
  header.home .headArea .logo .wh {
    display: none;
  }
  header.home .headArea.fixed .logo .wh {
    display: none;
  }
  header.home .headArea.fixed .nav_pc {
    margin: 0.5rem 0 0;
  }
  header.home .headArea * {
    color: #FFF;
  }
  header.home .headArea ul li a {
    color: #fff;
  }
  header.home .headArea ul li:after {
    background: #fff;
  }
  header.home .headArea.fixed ul li:after {
    background: #000;
  }
  /*キービジュアル*/
  #keyArea .slides li .ab {
    max-width: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #keyArea .slides li .ab * {}
  #keyArea .slides li .ab .m_Cat {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 2rem 0;
  }
  #keyArea .slides li .ab .m_tit {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #keyArea {
    margin: 0 0 4rem;
    height: auto;
  }
  /*共通*/
  /*各セクション*/
  #index #mainArea .sp_bg {
    background: url("../../images/top/bgimg_dg.jpg") no-repeat right center;
    background-size: cover;
    padding: 0 0 3rem;
  }
  #index #mainArea .cont {
    padding: 5rem 4% 1rem;
  }
  /*TOPメインエリア*/
  #index #mainArea .cont h3 {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 30px;
  }
  #index #mainArea .cont .lead {
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    font-size: 1.1em;
    line-height: 2;
  }
  #index #mainArea .cont .btn-in {
    width: 220px;
    margin: 30px auto;
  }
  #index #mainArea .cont .btn-in a {
    background: #fff;
    border: 1px solid #707070;
    color: #707070;
    font-family: unset;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px;
    letter-spacing: inherit;
    position: relative;
  }
  #index #mainArea .cont ul {
    margin-bottom: 10px;
  }
  #index #mainArea .cont ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  #index #mainArea .cont ul li:nth-child(2n) {
    margin: 0 0 10px 4%;
  }
  #index #mainArea .cont .point img {
    width: auto;
    height: 20px;
  }
  #index #mainArea .cont .point dl {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
  }
  #index #mainArea .cont .point dt {
    margin: 0 0 0 -20px;
    padding: 0 0 10px 0;
  }
  #index #mainArea .cont .point dd {
    border-left: 1px solid #000;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 0 0 20px;
  }
  #index #mainArea .no1 p:first-of-type {
    width: 15%;
  }
  #index #mainArea .no1 p:last-of-type {
    width: 85%;
  }
  /*#index #mainArea .cont .leftBox {
display: block;
padding: 3rem 2rem;
position: relative;
background: rgba(255,255,255,0.9);
}
#index #mainArea .cont .leftBox:before {
content: none;
}
#index #mainArea .cont .leftBox .lead {
font-size: 1.8rem;
line-height: 3.2rem;
 margin: 0 0 50px 0;
}
#index #mainArea .cont .leftBox .en01 {
width: 100%;
margin: 0 0 3rem;
}
*/
  /*施工事例*/
  #index #case {
    padding: 3rem 0;
  }
  #index #case .cont {
    margin: 0 0 4rem 0;
  }
  #index #case .sl_slider {
    width: 100%;
  }
  #index #case .sl_slider .slick-slide {
    margin: 0 5px;
  }
  #index #case .slick-next {
    right: 3%;
  }
  #index #case .slick-prev {
    left: 3%;
    z-index: 1;
  }
  #index #case .sl_slider .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
    -o-filter: opacity(60%);
    -ms-filter: opacity(60%);
    filter: opacity(60%);
  }
  /*スタッフ*/
  #index #staff {}
  #index #staff .cont {
    background: url("../../images/top/top_bg_staff.jpg") 0 0 no-repeat;
    background-size: 60% auto;
    margin: 0 0 3rem;
  }
  #index #staff .left {
    width: 100%;
    float: none;
  }
  #index #staff .left .bg_white {
    padding: 0 8%;
    min-height: 360px;
  }
  #index #staff .left p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  #index #staff .right {
    width: 100%;
    float: none;
    padding: 0 4%;
  }
  #index #staff .right ul {}
  #index #staff .right ul li {
    width: 32%;
    float: left;
    margin: 0 2% 2% 0;
  }
  #index #staff .right ul li:nth-child(-n+6) {
    margin: 0 2% 2% 0;
  }
  #index #staff .right ul li:nth-child(2n) {
    margin: 0 2% 2% 0;
  }
  #index #staff .right ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  #index #staff .right ul li img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #index #staff .right ul li a {
    position: relative;
    display: block;
  }
  #index #staff .right ul li a div * {
    color: #FFF;
    text-align: center;
    letter-spacing: 0;
  }
  #index #staff .right ul li a div p span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.8rem;
    margin: 0 0 5px 0;
  }
  #index #staff .right ul li a div {
    display: none;
  }
  #index #staff .right ul li a div p {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
  }
  #index #staff .right ul li a.on div {
    opacity: 1;
  }
  #index #staff .awards {
    width: 100%;
    margin: 6rem auto;
    height: 200px;
  }
  #index #staff .awards a {
    display: block;
    text-align: center;
    line-height: 200px;
    background: #ccc;
    height: 200px;
  }
  /*column*/
  #column {
    padding: 5rem 4%;
  }
  #column .sl_slider {
    width: 100%;
  }
  #column .sl_slider li {
    margin: 0 0 2rem;
  }
  #column .sl_slider li:last-child {
    margin: 0;
  }
  #column .sl_slider li a {
    display: table;
    width: 100%;
  }
  #column .sl_slider .photo {
    display: table-cell;
    vertical-align: top;
    width: 80px;
  }
  #column .sl_slider .photo img {
    width: 100%;
    height: 80px;
  }
  #column .sl_slider .txtBox {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 1.5rem;
  }
  /*blog*/
  #index #blog {
    padding: 5rem 4%;
  }
  #index #blog .sl_slider {
    width: 100%;
  }
  #index #blog .sl_slider li {
    margin: 0 0 2rem;
  }
  #index #blog .sl_slider li:last-child {
    margin: 0;
  }
  #index #blog .sl_slider li a {
    display: table;
    width: 100%;
  }
  #index #blog .sl_slider .photo {
    display: table-cell;
    vertical-align: top;
    width: 80px;
  }
  #index #blog .sl_slider .photo img {
    width: 100%;
    height: 80px;
  }
  #index #blog .sl_slider .txtBox {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 1.5rem;
  }
  #index #mainArea #tumugi {
    padding: 0 4%;
    display: block;
      margin-top: 40px;
  }
  #index #mainArea #tumugi img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}