@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

p {
  margin-bottom: 0;
}
.m-title {
  position: relative
}
.m-title sup {
  position: absolute;
  font-size: 10px;
  top: 10px;
}
.dflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.design .c-pagetitle {
  background-image: url(../images/design/design_mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.c-pagetitle {
  height: 560px;
  color: white;
}
.c-pagetitle__txt {
   position: absolute;
   font-size: 26px;
   line-height: 42px;
   color: #007090;
   text-align: left;
   font-weight: bold;
   letter-spacing: 0.08em;
   left: 280px;
   bottom: 50px;
}
.c-pagetitle__txt p {
  margin-bottom: 0;
  margin-top: 8px;
  padding-top: 8px;
  display: inline-block;
}
.c-pagetitle__box {
  /* width: 1140px; */
  /* height: auto; */
  min-width: 1140px;
  margin: 0 1rem;
  /* display: block; */
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}
.c-pagetitle__box p {
  font-size: 18px;
  letter-spacing: 0.1em;
  max-width: 305px;
  /* position: absolute; */
  bottom: -40px;
}
.c-pagetitle figcaption{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
  font-weight: 200;
  color: #545151;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
 .c-pagetitle__txt {
     left: 0;
     bottom: inherit;
 }
}

nav.design_nav {
  padding: 60px 0;
  max-width:1100px;
  margin:auto;
}
.design_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding-left: 0;
}
.design_nav ul a{
  text-decoration: none;
}
.design_nav ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  letter-spacing: .1em;
  border: #007090 solid 1px;
	width: 32%;
}
.design_nav ul li.active {
  color:#FFF;
  background-color: #007090;
}
.design_nav ul li:hover{
  color:#FFF;
  background-color: #66a9bc;
}
.design_nav ul li:hover a, .design_nav ul li.active a{
  color: #FFF;
}
.design_nav ul li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 0 20px;
  width: 100%;
	color: #007090;
  font-size: 24px;
}
h2.ttl_01{
  padding-top:160px;
  padding-bottom: 20px;
  color:#007090;
  font-size: 30px;
  line-height: 2em;
  margin-bottom:20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
h2.ttl_01::before{
  content:'';
  background-image: url(../images/growth/ttl_bg01.svg);
  background-size: 140px 140px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top:120px;
  left:calc(50% - 70px);
  width:140px;
  height:140px;
  z-index: -9;
}
h2.ttl_01 span{
  font-size: 18px;
}
.img_01{
  position: relative;
  max-width:1100px;
  margin: auto;
}
.img_01 figcaption{
  position: absolute;
  left:5px;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}
.txt{
  margin:50px auto 70px;
}
.txt h3{
  font-size: 28px;
  color:#007090;
  font-weight: 400;
  margin-bottom:30px;
  letter-spacing: 0.1em;
}
.txt p{
  font-size: 18px;
  color:#545151;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.img_02{
  position: relative;
  margin: auto;
}
.img_02 img{
  width:100%;
}
.img_02 figcaption{
  position: absolute;
  max-width: 1100px;
  left:5px;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}

.img_03{
	max-width: 1100px;
    margin: auto;
	margin-bottom: 100px;
}
.img_03 ul{
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img_03 ul li{
	width: 48%;
	list-style: none;
	display: flex;
}
.img_03 ul li div{
	display: inline;
}
.img_03 ul li div:nth-child(2){
  position: relative;
}
.img_03 ul li div:nth-child(2) figcaption{
  position: absolute;
  left:10px;
  bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}

.green{
  background-color: #eef6ea;
  padding-top: 20px;
  padding-bottom:20px;
  margin-top:80px;
  margin-bottom: 80px;
}
.green .container{
  max-width:1100px;
  margin: auto;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.green .container img{
  width:100%;
}
.green .imgbox01{
  max-width: 1110px;
  margin: auto;
  margin-bottom: 50px;
}
.green .boxtxt{
  font-size: 18px;
  color: #166e5b;
	text-align: left;
  margin-bottom: 10px;
}
.green .imgbox02{
  max-width: 765px;
  margin: auto;
  margin-bottom: 50px;
}

.container .contxt{
	font-size: 16px;
	color: #545151;
    line-height: 1.8em;
    letter-spacing: 0.1em;
	text-align: left;
}

.container figcaption{
  text-align: right;
  font-size:12px;
}
.green h4{
	background: url(../images/design/ttl_bg02.svg) no-repeat;
    background-position: 47% 0;
    background-size: contain;
	height: 76px;
  font-size: 28px;
  color: #0c725e;
  font-weight: 400;
    padding: 20px 0 0 20px;
  margin-bottom: 30px;
}

.green h5{
  font-size: 20px;
  color:#0c725e;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  padding:5px 0 0 10px;
  margin-bottom:15px;
}
.green h5:after {
  border-top: 1px solid #0c725e;
  content: "";
  width: 3em; /* 線の長さ */
}

.green h5:after {
	content: "";
  width: 60px; /* 線の長さ */
  margin-right: 1em; /* 文字の右隣 */
}

.green h5 span{
  letter-spacing: 0;
}
.green figcaption{
  font-size: 14px;
  color: #545151;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-align: left;
}
.gap_15{
  gap:15px;
}
.gap_30{
  gap:30px;
}
.d_f_01{
  width:32%;
margin-left: 10px;
}

.d_f_01:nth-child(3n+1) {
		margin-left: 0;
	}

.green .design_flex{
  margin-bottom:30px;
}
.design_flex{
  display: flex;
flex-wrap: wrap;
  justify-content: space-between;
}
.design_flex .d-f-wrap-g{
  position: relative;
  max-width: 48%;
	/*display: flex;*/
}
.design_flex .d-f-wrap-g figure {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	margin-block-end: 0;
}
.design_flex .d-f-wrap-g figure.psb {
	bottom: -2em;
}
.d_f_img{
  width:196px;
}
.d-f-wrap{
  text-align: left;
}
.d-f-wrap h4{
  font-size: 20px;
  color:#007090;
  font-weight: 400;
  margin-bottom:40px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.d-f-wrap p{
  font-size: 15px;
  color: #545151;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.d-f-wrap p.caption {
    font-size: 12px;
    margin-top: 25px;
}

#landscape .design_wrap{
  margin-bottom:180px;
}
.blue{
  background-color: #d9eaee;
  padding-top: 50px;
  padding-bottom:45px;
  margin-top:80px;
  margin-bottom: 80px;
}
.blue .container{
  max-width:1100px;
  margin: auto;
}
.blue .container img{
  width:100%;
}
.square::before{
  content:'';
  background-color: #cfe4ea;
  width:68px;
  height:68px;
  position: absolute;
  top:-30px;
  left:-34px;
  z-index: -9;
}
.square::after{
  content:'';
  background-color: #cfe4ea;
  width:68px;
  height:68px;
  position: absolute;
  bottom:-30px;
  right:-34px;
  z-index: -9;
}
.square{
  margin:30px 34px 80px;
  border:2px solid #99c6d3;
  padding:30px 40px 50px 60px;
  position: relative;
}
.square .d_f_img{
  width:131px;
}
.sharepost{
  margin-bottom:110px;
}
.light-blue{
  background-color: #ecf4f7;
  padding:70px 0 60px;
}
.green_line{
  border:1px solid #005438;
  max-width:1100px;
  margin:auto;
  display: flex;
  justify-content: space-between;
  padding:30px 40px 25px;
  align-items: center;
}
.light-blue h3{
  font-size: 20px;
  color:#545151;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom:20px;
}
.omoi{
  width:400px;
  margin: 0 auto 40px;
}
.hitomowa{
  width:170px;
}
.g_l_left{
  max-width:470px;
}
.g_l_left h4{
  font-size: 18px;
  color:#005438;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin:20px auto;
}
.g_l_left h5{
  font-size: 18px;
  color:#FFF;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom:20px;
  background-color: #005438;
}
.g_l_left p{
  font-size: 15px;
  color:#545151;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom:20px;
}
.g_l_left p span{
  font-size: 13px;
}
.fig_h figcaption{
  text-align: right;
  font-size: 13px;

}
.fig_2{
  position: relative;
}
.fig_2 figcaption{
  color:#FFF;
  position: absolute;
  font-size: 13px;
  bottom:0;
  right:5px;
}


.pc {
  display: block;
}

.sp {
  display: none;
}
#facade,#landscape,#commonarea{
 scroll-margin-top: 250px;
}






.linkArea.none {
			background-color: #fff;
			background-image: none;
			margin-left: 20px;
			margin-right: 20px;
		}

.linkCont {
			max-width: 1000px;
			margin: 0 auto;
			padding-bottom: 3rem;
		}

.linkCont h2.ttl-location {
				text-align: left;
				width: 100%;
			}
				.linkCont h2.ttl-location img {
					width: 355px;
				}
			.linkCont h2.ttl-design {
				text-align: right;
				width: 100%;
			}
				.linkCont h2.ttl-design img {
					width: 253px;
				}
			.linkCont h2.ttl-plan {
				text-align: left;
				width: 100%;
			}
				.linkCont h2.ttl-plan img {
					width: 168px;
				}

.linkMenu {
	}
		.linkMenu a {
			display: inline-block;
			margin: 0 auto 6rem auto;
		}
		.linkMenu .link-img {
			display: flex;
			justify-content: center;
			align-items: center;
			max-width: 740px;
		}
		.linkMenu .link-img .btn {
			position: relative;
			z-index: 0;
		}
		.linkMenu .link-img .menu {
			position: absolute;
			z-index: 1;
		}
		.linkMenu .link-img .menu .menu01 {
			max-width: 182px;
			margin: 130px 0px 0px 0px;
		}
		

.slanted-block {
  position: relative;
  overflow: hidden;
}
.slanted-block::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    145deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 100%
  );
  transform: skewX(-42deg);
  filter: blur(2px);
  opacity: 0;
  pointer-events: none;
}
.slanted-block.shine-active::before {
  animation-name: shine-once-fast;
  animation-duration: var(--shine-duration, 1.0s);
  animation-timing-function: cubic-bezier(0.15,0.1,0.25,1);
  animation-fill-mode: forwards;
}
@keyframes shine-once-fast {
  0% { left: -120%; opacity: 0; }
  12% { opacity: 0.5; }
  50% { left: 90%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}





















@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #facade,#landscape,#commonarea{
 scroll-margin-top: 350px;
}
  body.design .c-pagetitle {
		margin-bottom: 15rem;
	}
  .c-pagetitle {
    height:370px;
  }
  .c-pagetitle__box {
		width: 100%;
		min-width: auto;
		
		margin: 0;
        padding: 0 2rem;
        bottom: -17rem;
        position: absolute;
	}
	.c-pagetitle__box p {
		max-width: 16rem;
		margin-bottom: 10px;
	}
	.c-pagetitle__txt {
		font-size: 26px;
		line-height: 42px;
		color: #007090;
		text-align: left;
		font-weight: bold;
		letter-spacing: 0.08em;
		left: 0;
		position: relative;
        bottom: 0;
        margin-top: 0;
	}

  .design_nav ul {
    flex-wrap: wrap;
    gap:10px;
  }
  .design_nav ul li {
    width:94%;
    margin:auto;
  }
  .design_nav ul li a{
    font-size:inherit;
  }
	
.design_flex .d-f-wrap-g{
  max-width: 100%;
}
	
.img_03 ul{
	display: block;
	padding-inline-start: 0;
}
.img_03 ul li {
	width: 90%;
	margin: 0 auto 10px auto;
}
  h2.ttl_01 {
    font-size: 24px;
    padding-top: 60px;
    line-height: 1.5em;
  }
  h2.ttl_01::before{
    background-size: contain;
    width:100px;
    height:100px;
    left:calc(50% - 50px);
    top:30px;
  }
  h2.ttl_01 span{
    font-size:14px;
  }
  .txt{
    margin:20px 20px 30px;
  }
  .txt h3{
    font-size:16px;
    margin-bottom: 15px;
  }
  .txt p{
    font-size: 14px;
    /*text-align:justify;*/
  }
  .green{
    padding-top: 20px;
    padding-bottom:20px;
    margin-top:20px;
    margin-bottom: 20px;
  }
  .green .design_flex{
    display: flex;
    flex-wrap: wrap;
	  margin-bottom: 50px;
  }
  .green h4{
	 background-position: 36% 0;
    height:auto;
    font-size: 24px;
    color:#0c725e;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding:10px 0 5px 0px;
    margin-bottom:15px;
  }
  .green h5{
    font-size: 16px;
    padding:3px 0 0 10px;
  }
  .d_f_inner{
    width:100%;
	/*margin-right: 10px;*/
  }
  .gap_15{
    gap:10px;
  }
  .gap_30{
    gap:0;
  }
  .mb_20{
    margin-bottom: 0;
  }
  .green p {
    margin-bottom:15px;
  }
  .mb_20{
    margin-bottom:0;
  }
  .d_f_01 {
    width: 100%;
	margin-left: 0px;
  }
  .design_flex{
    display: block;
  }
  .d-f-wrap h4 {
    margin-bottom: 15px;
  }
  .d-f-wrap p {
    font-size: 14px;
    text-align:justify;
    line-height: 1.8em;
  }
  .d-f-wrap {
    margin-bottom:20px;
  }
  #landscape .design_wrap {
    margin-bottom: 30px;
  }
  .blue{
    padding-top: 40px;
    padding-bottom:40px;
    margin-top:20px;
    margin-bottom: 20px;
  }
  .blue .container{
    width: 100%;
  }
  .sharepost {
    margin-bottom: 50px;
  }
  .square {
    margin: 40px 20px;
    border: 2px solid #99c6d3;
    padding: 20px;
    position: relative;
  }
  .square::before{
    width:40px;
    height:40px;
    top:-20px;
    left:-20px;
  }
  .square::after{
    width:40px;
    height:40px;
    bottom:-20px;
    right:-20px;
  }

  .light-blue{
    padding:40px 0;
    margin-top:40px;
  }
  .omoi{
    width:70%;
  }
  .green_line{
    width:calc(100% - 40px);
    padding:20px 15px;
    display: block;
  }
  .g_l_left{
    max-width:100%;
  }
  .g_l_left p{
    text-align: justify;
  }
	.green .imgbox01{
		width: 100%;
		padding-right: 20px;
        padding-left: 20px;
	}
	.green .imgbox02{
		width: 100%;
		padding-right: 20px;
        padding-left: 20px;
	}
	
	.container .contxt{
	font-size: 13px;
}
	.linkMenu .link-img .menu .menu01 {
			width: 160px;
			margin: 50px 0px 0px 0px;
		}
}