.pc{display: block!important;}
.sp{display: none!important;}
.pc-inline{display: inline!important;}
.pc-flex{display: flex!important;}
.sp-flex{display: none!important;}
body,main{
  overflow-x: hidden;
}
@font-face {
  font-family: 'centurygothic';
  src: url('../font/century-gothic-pro-regular.otf') format('opentype');
}
html {
  scroll-behavior: smooth;
}
/* フェードアップ */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
/* data-delay を適用 */
.fade-up[data-delay="100"] { transition-delay: 0.1s; }
.fade-up[data-delay="200"] { transition-delay: 0.2s; }
.fade-up[data-delay="300"] { transition-delay: 0.3s; }
.fade-up[data-delay="400"] { transition-delay: 0.4s; }
.fade-up[data-delay="500"] { transition-delay: 0.5s; }

:root {
	--design-size-pc: 1400;
	--design-size-pc--rem: 140.0rem;
	--design-size-sp: 375
}
:root {
	--color-twitter: #1da1f2;
	--color-facebook: #1877f2;
	--color-line: #32a632;
	--color-line-hover: #32bd51;
	--color-youtube: #f00;
	--color-hatena: #00a4de;
	--color-white: #ffffff;
	--color-white--rgba: 255, 255, 255;
	--color-black0: #000000;
	--color-black0--rgba: 0, 0, 0;
	--color-black2: #222222;
	--color-black3: #333333;
	--color-black3--rgba: 51, 51, 51;
	--color-dark-gray: #8e8e8e;
	--color-dark-gray2: #999999;
	--color-dark-gray3: #828282;
	--color-dark-gray4: #818181;
	--color-dark-gray5: #494949;
	--color-dark-gray6: #777777;
	--color-dark-gray7: #9f9f9f;
	--color-dark-gray8: #5e5e5e;
	--color-dark-gray9: #808080;
	--color-dark-gray10: #838383;
	--color-dark-gray11: #747474;
	--color-dark-gray12: #888888;
	--color-dark-gray13: #8d8d8d;
	--color-dark-gray14: #9c9c9c;
	--color-dark-gray15: #9a9a9a;
	--color-dark-gray16: #787878;
	--color-gray: #d7d7d7;
	--color-gray2: #b7b7b7;
	--color-gray3: #e0e0e0;
	--color-gray4: #c2c2c2;
	--color-gray5: #ababab;
	--color-gray6: #b5b5b5;
	--color-gray7: #aeaeae;
	--color-gray8: #dfdddb;
	--color-gray9: #cacaca;
	--color-gray10: #c5c5c5;
	--color-gray11: #afafaf;
	--color-gray12: #a7a7a7;
	--color-gray13: #efefef;
	--color-gray14: #bababa;
	--color-gray15: #aaaaaa;
	--color-gray16: #a4a4a4;
	--color-gray17: #c3c3c3;
	--color-gray18: #b3b3b3;
	--color-gray19: #a3a3a3;
	--color-gray20: #dcdcdc;
	--color-gray21: #cecece;
	--color-light-gray: #f0f0f0;
	--color-bluegray: #bec5c8;
	--color-yellowgray: #77776c;
	--color-light-yellowgray: #cfcfc4;
	--color-gold: #dcbc56;
	--color-gold2: #e6c56d;
	--color-gold3: #d0b26e;
	--color-gold4: #ebd088;
	--color-gold5: #eacf87;
	--color-gold5--rgba: 234, 207, 135;
	--color-gold6: #cda863;
	--color-gold7: #c5a132;
	--color-gold8: #cba663;
	--color-gold9: #cfb16e;
	--color-gold10: #cfaa63;
	--color-gold11: #caa563;
	--color-gold12: #ba8f54;
	--color-gold13: #a79366;
	--color-azuki: #a55854;
	--color-azuki2: #a45854;
	--color-azuki3: #905854;
	--color-orange: #da9a7d;
	--color-bronze: #965a19;
	--color-kuri: #5e4d27;
	--color-brown: #937254;
	--color-brown2: #8c7854;
	--color-brown3: #765a33;
	--color-brown4: #7d5f41;
	--color-beige: #c0aa88;
	--color-beige2: #aea691;
	--color-beige3: #e9e1c1;
	--color-beige4: #a68d6d;
	--color-beige5: #efe8da;
	--color-beige6: #bfa987;
	--color-beige7: #e8e0c0;
	--color-beige8: #a58c6d;
	--color-beige9: #bba583;
	--color-beige10: #ab9580;
	--color-kurk: #a28e82;
	--color-green: #92aa66;
	--color-green2: #91a966;
	--color-green3: #98b566;
	--color-green4: #4d6807;
	--color-green5: #8ca466;
	--color-light-green: #d9e5d1;
	--color-light-green2: #d8e4d0;
	--color-dark-olive: #757565;
	--color-dark-olive2: #716d52;
	--color-blue: #52727a;
	--color-blue2: #82999f;
	--color-blue3: #466871;
	--color-blue4: #68848b;
	--color-blue5: #61939d;
	--color-blue6: #426a79;
	--color-blue7: #578080;
	--color-light-blue: #e1e8e8;
	--color-light-blue2: #e0e7e7;
	--color-purple: #754865;
	--color-ui-error: #ff0000
}
.c-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  font-family: 'centurygothic', sans-serif;
  width: 90%;
  margin: inherit;
}
.c-breadcrumb li:not(:last-of-type) {
	display: flex;
	align-items: center;
}
@media screen and (min-width:561px) {
	.c-breadcrumb li:not(:last-of-type) {
		margin-right: .8rem
	}
}
@media screen and (max-width:560px) {
	.c-breadcrumb li:not(:last-of-type) {
		margin-right: .6rem
	}
}
.c-breadcrumb li:not(:last-of-type)::after {
	content: '';
	display: block;
	height: 1px;
	margin-left: .7rem
}
@media screen and (min-width:561px) {
	.c-breadcrumb li:not(:last-of-type)::after {
		width: 1.3rem
	}
}
@media screen and (max-width:560px) {
	.c-breadcrumb li:not(:last-of-type)::after {
		width: 0.5rem
	}
}
.c-breadcrumb li:last-of-type a {
	pointer-events: none
}
.c-breadcrumb a {
	font-weight: 700;
	letter-spacing: .1em
}
@media screen and (min-width:561px) {
	.c-breadcrumb a {
		font-size: 1.2rem;
		font-size: max(1.2rem, 11px)
	}
}
@media screen and (max-width:560px) {
	.c-breadcrumb a {
		font-size: 0.6rem
	}
}
.c-breadcrumb.-white li:not(:last-of-type)::after {
	background-color: var(--color-gray12)
}
.c-breadcrumb.-white li:last-of-type {
	opacity: .5
}
.c-breadcrumb.-white a {
	color: var(--color-white)
}
.c-breadcrumb.-black li:not(:last-of-type)::after {
	background-color: var(--color-dark-gray2)
}
.c-breadcrumb.-black li:last-of-type a {
	color: var(--color-dark-gray)
}
.sp-menu{
  display: none;
}
.openbtn1{
    display: none;
}
#g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #caebf3;
    transition: all 0.3s;
    display: none;
  }
  
  #g-nav.panelactive {
    opacity: 1;
    z-index: 997;
    height: 100vh;
  }
  #g-nav #g-nav-list {
    display: none;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    display: block;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #g-nav .menu {
    display: none;
    /* position: absolute; */
    z-index: 999;
    top: 20%;
    right: 5vw;
    transition: all 0.3s;
  }
  
  #g-nav.panelactive .menu {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    right: 0;
    margin-top: 30px;
  }
  
  
  #g-nav li {
    position: relative;
    list-style: none;
    text-align: left;
    color: #58595b;
    line-height: 18px;
    width: 50%;
    margin: auto;
  }
  
  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 20px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1rem;
    text-transform:none!important;
    text-align: left;
    transition: 0.3s;
  }
  #g-nav-list>a{
    margin-top: 13vw;
    margin-left: 10vw;
    display: block;
  }
  #g-nav-list .logo{
    width: 200px;
  }
  #g-nav-list .copy{
    display: block;
    /* position: absolute; */
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    color: #231815;
  }
  .openbtn1 {
    position: relative;
    z-index: 998;
    top: 15%;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #1a93b7;
    transition: background-color 0.5s ease;
    border-radius: 50px;
  }
  .openbtn1.active{
    background: #1a93b700;
  }
  
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    transition: background-color 0.5s ease;
    width: 60%;
  }
  .openbtn1.active span{
    background-color: #000;
  }
  
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
    /* width: 60%; */
  }
  
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    right: 0px;
    transform: translateY(6px) rotate(-25deg);
    width: 60%;
  }
  
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    right: 0px;
    transform: translateY(-6px) rotate(25deg);
    width: 60%;
  }
  .nav-wrap{
    max-width: 1300px;
    margin: auto;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
}
header{
  width: 100%;
  margin: auto;
  height: 100px;
  position: fixed;
  z-index: 9999;
  transition: all 0.25s ease-in-out;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #ffffffc9;
  color: #000;
}
header .wrap{
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    height: 80px;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 10px;
}
/* .scrollOn header{
  height: 60px;
} */

header li a{
    color: #fff;
}
header .menu a{
    color: #333;
}
#head-nav{
    margin-left: auto;
    margin-right: 1vw;
    display: flex;
}
#head-nav #contact{
  padding-left: 1vw;
  margin-top: -10px;
}
#head-nav ul{
    display: flex;
    gap: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
}
#head-nav ul li {
    display: block;
    align-content: end;
    padding: 0 0.8vw;
    transition: ease 0.3s;
}
#head-nav ul li.current {
    /* border-bottom: solid 2px #5a949c; */
    position: relative;
}
#head-nav ul li.tag a{
    font-weight: bold;
        color: #44b5c4;
}
#head-nav ul li.c02:before,
#g-nav ul li.c02:before{
  transition: ease 0.3s;
    content: "総合建築";
    position: absolute;
    bottom: -20px;
    left: 45px;
    /* right: 0;
    margin: auto; */
    width: fit-content;
    opacity: 0;
}
#head-nav ul li:hover.c02:before,
#g-nav ul li:hover.c02:before{
  opacity: 1;
}
#g-nav ul li.c02:before{
  right: unset;
  left: 35px;
}
#head-nav ul li.c02:after,
#g-nav ul li.c02:after{
  transition: ease 0.3s;
    content: "●";
    position: absolute;
    bottom: -20px;
    left: 25px;
    color: #ffd1a5;
    opacity: 0;
}
#head-nav ul li:hover.c02:after,
#g-nav ul li:hover.c02:after{
    opacity: 1;
}
#g-nav ul li.c02:after{
  left: 15px;
}
#head-nav ul li.c03:before,
#g-nav ul li.c03:before{
    transition: ease 0.3s;
    content: "不動産情報";
    position: absolute;
    bottom: -20px;
    left: 45px;
    /* right: 0;
    margin: auto; */
    width: fit-content;
    opacity: 0;
}
#head-nav ul li:hover.c03:before,
#g-nav ul li:hover.c03:before{
    opacity: 1;
}
#g-nav ul li.c03:before{
  right: unset;
  left: 35px;
}
#head-nav ul li.c03:after,
#g-nav ul li.c03:after{
    transition: ease 0.3s;
    content: "●";
    position: absolute;
    bottom: -20px;
    left: 25px;
    color: #0e7db3;
    opacity: 0;
}
#head-nav ul li:hover.c03:after,
#g-nav ul li:hover.c03:after{
  opacity: 1;
}
#g-nav ul li.c03:after{
  left: 15px;
}

#head-nav ul li.c04:before,
#g-nav ul li.c04:before{
    transition: ease 0.3s;
    content: "介護施設";
    position: absolute;
    bottom: -20px;
    left: 45px;
    /* right: 0;
    margin: auto; */
    width: fit-content;
    opacity: 0;
}
#head-nav ul li:hover.c04:before,
#g-nav ul li:hover.c04:before{
    opacity: 1;
}
#g-nav ul li.c04:before{
  right: unset;
  left: 35px;
}
#head-nav ul li.c04:after,
#g-nav ul li.c04:after{
    transition: ease 0.3s;
    content: "●";
    position: absolute;
    bottom: -20px;
    left: 25px;
    color: #de80a8;
    opacity: 0;
}
#head-nav ul li:hover.c04:after,
#g-nav ul li:hover.c04:after{
  opacity: 1;
}
#g-nav ul li.c04:after{
  left: 15px;
}

#head-nav ul li a {
    transform: scale(0.9);
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 8px 0;
    transition: ease 0.3s;
    letter-spacing: 1px;
    max-width: 230px;
    box-sizing: border-box;
    display: block;
    position: relative;
    white-space: nowrap; 
}

#head-nav #contact .tel{
  display: block;
  margin-top: -60px;
}
#head-nav #contact .hover-switch{
  top: -20px;
  width: 100%;
}
@media screen and (max-width:1300px) {
  #head-nav ul li a {
    padding: 8px 0.6vw;
    font-size: 1vw;
  }
  #head-nav ul {
    gap: 0px;
  }
}
#head-nav li a:hover{
  color: #44b5c4;
  border-bottom: solid 2px #5a949c;
}
#head-nav li:last-child a:hover{
  border-bottom: none;
}
.scrollOn #head-nav ul li a{
    transform: scale(0.9);
}

header h1{
    display: contents
}
header h1 img{
    max-width: 100px;
    margin: auto;
    display: block;
}
.scrollOn  header h1 img {
  max-width: 130px;
}
header h1 a{
    align-content: center;
}
#head-nav #contact b a{
  display: block;
    padding-left: 25px;
  /* display: inline-block; */
  font-size: 24px;
  max-width: unset;
  /* padding: 0; */
  transform: unset;
  color: #44b5c3;
    font-family: sans-serif;
    letter-spacing: 0px;
}
.logo {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.logo.fade-out {
  opacity: 0;
}
img{
  width: 100%;
}

html{
  font-family: "ryo-gothic-plusn", sans-serif;
}
h2{
    font-family: 'centurygothic', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}
/*コンテンツ*/

.button{
  display: inline-block;
  background: #44b5c4;
  max-width: 300px;
  border-radius: 50px;
  width: 100%;
  padding: 30px 30px 30px 20px;
  text-align: justify;
  text-indent: 30px;
  line-height: normal;
  color: #FFF;
  margin: 5px;
  border: 3px solid;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: 'centurygothic', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  transition: .3s;
}
.button::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #FFF;
  transition: .3s;
}
.button::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-135deg);
  transition: .3s;
}
.button:hover{
  color: #44b5c4;
  background: #fff;
}
.button:hover::before{
  right: 40px;
  width: 70px;
  background: #44b5c4;
}
.button:hover::after{
  right: 40px;
  border-left: 1px solid #44b5c4;
  border-bottom: 1px solid #44b5c4;
}

.mv{
  width: 80%;
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
  z-index: -1;
}
.nairan{
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3vw;
  width: 155px;
  height: 150px;
  z-index: 3;
}
.hover-switch {
  width: fit-content;
  display: inline-block;
}

.hover-switch img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
  aspect-ratio: 155 / 197;
}

.hover-switch .default-img {
  opacity: 1;
  z-index: 1;
}

.hover-switch .hover-img {
  opacity: 0;
  z-index: 2;
}

.hover-switch:hover .default-img {
  opacity: 0;
}

.hover-switch:hover .hover-img {
  opacity: 1;
}
.hover-switch {
  transition: opacity 0.5s ease;
}
.show {
  opacity: 1;
  pointer-events: auto;
}
.hide {
  opacity: 0;
  pointer-events: none;
}
.mv-text{
  position: absolute;
  writing-mode: vertical-rl;
  right: -10%;
  top: 15%;
  font-size: 2.3vw;
  line-height: 5vw;
  letter-spacing: 10px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wrap{
  max-width: 1200px;
  margin: auto;
}
#info{
  position: relative;
}
#info .flex-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 40px;
  margin: auto;
}
#info .button{
  max-width: 230px;
}
.reverse{
  flex-direction: row-reverse;
}
.column{
  width: 42%;
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
    align-content: center;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 4%;
}
/*右側へ要素を広げる（1カラム）*/
.outside-right{
  margin-right: calc(50% - 50vw);
}
/*左側へ要素を広げる（1カラム）*/
.outside-left{
  margin-left: calc(50% - 50vw);
}
#info h2{
  margin-top: 30px;
  font-size: 2rem;
  letter-spacing: 13px;
}
#info p{
  margin: 4.5vw auto;
  line-height: 2.5vw;
  font-size: 1.1rem;
}
#info:before{
  content: "";
  background-color: #fff9d0;
  position: absolute;
  width: 60%;
  height: 100%;
  max-height: 880px;
  border-radius: 0 80px 80px 0;
  z-index: -1;
}
#info .btn{
  max-width: 300px;
}
#support{
  position: relative;
  text-align: center;
}
#support:before{
  content: "";
  background-color: #fff9d0;
  position: absolute;
  width: 80%;
  height: 100%;
  max-height: 880px;
  border-radius: 80px 0 0 80px;
  z-index: -1;
  right: 0;
}
#support h2{
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 2rem;
  letter-spacing: 13px;
}
#support p{
  font-size: 1.1rem;
  margin-top: 20px;
  padding-bottom: 50px;
}
#our{
  overflow: hidden;
  position: relative;
}
#our:before{
  content: "";
  background-image: url(../img/our.svg);
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 120px;
  max-width: 1000px;
  width: 64vw;
  /* max-height: 450px; */
  height: 28vw;
  z-index: 2;
  left: 0;
  right: 0;
}
#our .background-wrap{
  background: #a3c9cc;
  clip-path: ellipse(100% 100% at 50% 100%);
  width: 100%;
}
#our .flex-wrap{
  display: flex;
  max-width: 1200px;
  margin: 250px auto 0;
  padding: 14vw 0 230px;
  gap: 30px;
}

#our li{
  flex: 1;
  width: calc(100%/3);
  background-color: #fff;
  border-radius: 80px;
  position: relative;
}
#our li.our01:before{
  content: "";
  position: absolute;
  background-image: url(../img/our01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  height: 220px;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
#our li.our02:before{
  content: "";
  position: absolute;
  background-image: url(../img/our02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 200px;
  height: 220px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

#our li.our03:before{
  content: "";
  position: absolute;
  background-image: url(../img/our03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  height: 220px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}


#our li:nth-child(2){
  position: relative;
  top: 80px;
}
#our .title{
  font-size: 1.8rem;
  text-align: center;
  padding: 5px;
  display: table;
  margin: 150px auto 10px;
}
#our .category{
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: block;
  text-align: justify;
  border-top: solid 1px;
  margin-top: 5px;
  padding-top: 10px;
  font-weight: 100;
}
#our .category b{
  display: inline-block;
  padding-right: 10px;
  font-size: 0.8rem;
  line-height: initial;
}
#our p{
  font-size: 1rem;
    line-height: 30px;
    margin: 30px auto 20px;
}
#our .button{
  max-width: 30px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}
#our .button::before{
  right: 20px;
  width: 40px;
}
#our .button::after{
  right: 20px;
}
#our a{
  display: block;
  padding: 50px;
}
#our a:hover .button{
  color: #44b5c4;
  background: #fff;
}
#our a:hover .button::before{
  right: 20px;
  width: 40px;
  background: #44b5c4;
}
#our a:hover .button::after{
  right: 20px;
  border-left: 1px solid #44b5c4;
  border-bottom: 1px solid #44b5c4;
}
#works{
  position: relative;
}
#works .background-wrap{
  background: #edece6;
  clip-path: ellipse(150% 100% at 50% 0%);
  width: 100%;
  overflow: hidden;
}
#works h2{
    font-family: 'centurygothic', sans-serif;
    font-size: 6rem;
    font-weight: normal;
}
#works small{
  font-size: 1.5rem;
  font-weight: bold;
}
#works .wrap{
  padding: 150px 0 100px;
}
.latest-work{
  display: flex;
  margin: 30px 0px 50px 30px;
  position: relative;
}
.latest-work:before{
  position: absolute;
  content: "";
  background-image: url(../img/works-illust.png);
  background-size: 100%;
  background-repeat: no-repeat;
  right: 50px;
  top: -35px;
  width: 260px;
  height: 100px;
}
#works .img-wrap{
  flex: 1;
  transform: scale(1.1);
}
#works .img-wrap img{
  border-radius: 50px;
  min-height: 400px;
  object-fit: cover;
}
#works .text-wrap{
  flex: 0.8;
  background-color: #fff;
  border-radius: 0 50px 50px 0;
  padding: 50px;
  align-content: center;
}
#works .concept{
  max-width: 1000px;
  margin: auto;
}
#works .concept span{
  padding: 5px 20px;
  background: #c6c6c6;
  margin-right: 15px;
  display: flex;
    align-items: center;
    white-space: nowrap;
}
#works .concept li{
  display: flex;
  align-items: center;
}
#works .tag{
  font-size: 1.2rem;
  letter-spacing: 4px;
  padding-left: 25px;
  font-weight: bold;
  position: relative;
}
#works .tag:before{
  content: "\25cf";
  position: absolute;
  left: 0;
  color: #609fa1;
}
#works .latest-work .caption{
  font-size: 1.7rem;
  line-height: 50px;
  margin: 30px auto;
  padding: 0;
  letter-spacing: 1px;
}
#works dl{
  display: flex;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 20px;
}
#works dt{
  width: 12%;
}
#works dd{
  width: 88%;
  line-height: 20px;
}
#works dl ul{
  display: flex;
  gap: 8%;
}
#works dl:last-child{
  border-top: unset;
}
#works dd p{
  line-height: 30px;
}
#works .slick-list{
  width: calc(100% + (70vw - 100%) / 2);
  position: relative;
  margin: 200px auto 50px;
  padding: 0 0 0 55vh !important;
}
#works .button{
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  max-width: 230px;
}

#works .works-slide .button{
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  display: table;
  width: 10px;
  background: #fff;
  border: solid 1px #000;
}
#works .works-slide .slide-prev{
  left: 3%!important;
  transform: rotate(180deg);
}
#works .works-slide .slide-next{
  left: 12%;
}
#works .works-slide .button:hover{
  background: #000;
  border: solid 1px #fff;
}

#works .works-slide .button::before {
  right: 15px;
  width: 30px;
  background: #000;
}
#works .works-slide .button::after {
  right: 15px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#works .works-slide .button:hover::before {
  background: #fff;
}
#works .works-slide .button:hover::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.worksslide-wrap{
  position: relative;
}
.gallery-title{
    position: absolute !important;
    margin: auto !important;
    font-size: 2.5rem !important;
    left: 21%;
    top: -17%;
}
.works-slide{
  display: none;
}
.works-slide.slick-initialized{
  display: block;
}
 
#works .slide-prev{
  position: absolute;
  top: -20%;
  left: 3%;
  width: 70px;
  cursor: pointer;
}
#works .slide-next{
  position: absolute;
  top:-20%;
  left: 12%;
  width: 70px;
  cursor: pointer;
  z-index: 2;
}
#works .slick-slide {
  margin-right: 30px;
  position: relative;
}

#works .slick-slide img {
  display: block;
  margin: auto;
  min-height: 500px;
  object-fit: cover;
  border-radius: 50px;
}
#works .works-slide .tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: max-content;
  z-index: 10;
  background: #fff;
  padding: 20px 50px 20px 60px;
  border-radius: 0 0px 30px 30px;
  font-size: 0.8rem;
}
#works .works-slide .tag:before {
  left: 40px;
}
#works .btn img{
  max-width: 300px;
}
#works .caption{
  padding-top: 30px;
  line-height: 20px;
  padding-left: 10px;
}

#community{
  padding: 200px 0 0px;
  margin-bottom: -100px;
}
#community .background-wrap{
  background: #fff;
  clip-path: ellipse(150% 100% at 50% 0%);
  width: 100%;
  padding-bottom: 150px;
}
#community h2{
    font-family: 'centurygothic', sans-serif;
    font-size: 6rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
#community .wrap{
  position: relative;
}
#community .wrap:before{
  content: "";
  background-image: url(../img/star01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 6%;
  top: 28%;
  width: 250px;
  height: 130px;
  position: absolute;
}
#community .wrap:after{
  content: "";
  background-image: url(../img/star02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 6%;
  top: 23%;
  width: 250px;
  height: 130px;
  position: absolute;
}
#community .flex-wrap{
    display: flex;
    max-width: 850px;
    margin: auto;
}
#community .left-wrap{
  width: 45%;
  align-content: center;
}
#community .left-wrap p{
  line-height: 2.5vw;
  font-size: 1.1rem;
}
#community .right-wrap{
  width: 50%;
  flex: 1;
}


#renovation img {
  display: block;
  height: auto;
  border-radius: 20px;
}
#renovation .img-box{
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
#renovation .vr-text{
  font-family: serif;
  font-size: 1.3rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 35px;
  text-align: justify;
  margin-top: 30px;
}

#renovation{
  background: #f9f3d2;
}
#renovation h2{
  font-family: 'centurygothic', sans-serif;
  font-size: 6rem;
  font-weight: normal;
}
#renovation p{
  text-align: left;
  line-height: 30px;
  padding-top: 30px;
  font-size: 1rem;
}
#renovation .flex-wrap{
  display: flex;
  justify-content: end;
  padding: 250px 0px;
  position: relative;
}
#renovation .flex-wrap:before{
  position: absolute;
  content: "";
  background-image: url(../img/renovation-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80%;
  min-width: 1000px;
  height: 43vw;
  max-height: 750px;
  left: 0;
  bottom: 10%;
}
.renovation-title .symbol {
  display: none;
}
.renovation-itemswrapper {
  width: 85%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:1100px) {
  .renovation-itemswrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}
.renovation-items {
  display: flex;
  transition: height 0.4s ease;
  height: auto;
  border: solid 1px #9f9f9f;
}

.renovation-item {
  display: flex;
  flex-direction: row-reverse;
  width: 70px;
  transition: width 0.6s ease;
  position: relative;
  background: #eae6e8;
  overflow: hidden;
}
.renovation-item.item02 {
  background: #d9d1d6;
}
.renovation-item.item03 {
  background: #c5b7bf;
}
.renovation-item.item04 {
  background: #b7a7af;
}

.renovation-item.act {
  width: 100%;
}

.renovation-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: rotate(0deg);
  width: 70px;
  height: 100%;
  background: #eae6e8;
  font-weight: bold;
  display: flex;
  justify-content: normal;
  text-indent: 30px;
  letter-spacing: 4px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
  z-index: 1;
  position: absolute;
  border-right: solid 1px #9f9f9f;
}

.item02 .renovation-title { background: #d9d1d6; }
.item03 .renovation-title { background: #c5b7bf; }
.item04 .renovation-title { background: #b7a7af; }

.renovation-title .symbol {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 16px;
  display: none;
}

.renovation-detail {
  max-height: 756px;
  width: 0;
  height: 0;
  text-align: center;
  transition: opacity 0.3s ease, width 0.6s ease, padding 0.6s ease;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}

.renovation-item.act .renovation-detail {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.renovation-detail img {
  max-width: 100%;
  height: auto;
  display: block;
}
.renovation-flex{
  display: flex;
  max-width: 1000px;
  margin: auto;
  gap: 10px;
}
#news{
  background-color: #f9f3d2;
  position: relative;
}
#news:before{
  position: absolute;
  content: "";
  width: 85%;
  background-color: #fff;
  height: 83%;
  border-radius: 0 50px 50px 0;
  z-index: 0;
}
#news h2{
  font-family: 'centurygothic', sans-serif;
  font-size: 6rem;
  font-weight: normal;
}
#news .flex-wrap{
  max-width: 1200px;
  display: flex;
  gap: 80px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
#news .flex-wrap:before {
  position: absolute;
  content: "";
  background-image: url(../img/news-illust.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 160px;
  top: -30px;
  right: 10%;
}
#news .title-area{
  width: 20%;
}
#news .title-area .button{
  background: #fff;
  color: #000;
  max-width: 250px;
  margin: 15px 0;
  font-size: 1rem;
  padding: 15px 30px 15px 20px;
  text-indent: 5px;
}
#news .title-area .button:hover {
  color: #fff;
  background: #000;
}
#news .title-area .button::before {
  right: 40px;
  width: 40px;
  background: #000;
}
#news .title-area .button::after{
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 40px;
}
#news .title-area .button:hover::before {
  right: 30px;
  width: 60px;
  background: #fff;
}
#news .title-area .button:hover::after {
  right: 30px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#news .news-area{
  flex: 1;
  width: 80%;
}
#news .title-area a{
  display: block;
  width: 90%;
  padding-top: 30px;
}
#news dl{
  margin-top: 80px;
  margin-bottom: 30px;
}
#news dl a {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
#news dt{
  width: 20%;
}
#news dd{
  width: 80%;
  padding-left: 20px;
  box-sizing: border-box;
  align-content: center;
  color: #808080;
}
#news dd span{
  font-weight: 600;
  font-size: 1rem;
  padding-top: 10px;
  display: block;
}
#news dd .tag{
  color: #44b6c5;
  padding-left: 5px;
  display: inline;
}
#news dt span{
  display: block;
  border-radius: 60px;
  overflow: hidden;
  width: auto;
  height: 120px;
}
#news dt img{
  transition: ease 0.3s;
      max-height: 130px;
}
#news .news-area a:hover img{
  scale: 1.3;
}
#news .news-text{
  transition: 0.3s;
}
#news a:hover .news-text {
  color: #000;
  border-bottom: solid 1px;
  display: inline-block;
  padding-bottom: 5px;
}
#colab{
  background-image: url(../img/colab-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}
#colab h2{
  font-family: 'centurygothic', sans-serif;
  font-size: 6rem;
  font-weight: normal;
  color: #fff;
}
#colab .wrap{
  padding: 50px 0 50px;
  text-align: center;
}
#colab .title{
  font-weight: bold;
  font-size: 1.5rem;
}
#colab p{
  font-size: 0.9rem;
  line-height: 30px;
}
#colab ul{
  display: flex;
  gap: 30px;
  margin: 50px auto;
  width: 90%;
}
#colab li{
  flex: 1;
  width: calc(100%/2);
}
#colab a{
  margin: 20px auto;
  display: block;
  transition: 0.2s;
}
#colab a:hover{
  filter: brightness(0.5);
}
#contact h2{
  font-family: 'centurygothic', sans-serif;
  font-size: 6rem;
  font-weight: normal;
  text-align: center;
  margin-top: 150px;
  position: relative;
}
#contact h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/contact-illust.png);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 230px;
  width: 15vw;
  height: 130px;
  top: -1vw;
  left: 70vw;
  z-index: -1;
}
#contact .contact-wrap{
  margin: 30px auto 50px;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
}
#contact ul{
  margin: auto;
  display: flex;
  max-width: 1500px;
}
#contact li{
  flex: 1;
  width: calc(100%/3);
  align-content: center;
  justify-content: center;
  padding: 100px 50px;
  text-align: center;
}
#contact li:nth-child(2){
  padding: 100px 0;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
}
#contact .btn{
  display: block;
  margin: 20px auto;
  max-width: 250px;
}
#contact span{
  font-size: 0.9rem;
  letter-spacing: 2px;
  display: inline!important;
}
#contact .tel{
  font-size: 1rem;
  padding-left: 30px;
  position: relative;
}
#contact li b{
  font-size: 2.2rem;
  display: block;
  padding: 25px 0 10px;
  letter-spacing: 4px;
}
#contact .tel:before{
  position: absolute;
  content: "";
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  width: 22px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#contact .mail{
  font-size: 1rem;
  padding-left: 35px;
  position: relative;
  font-weight: 600;
}
#contact .mail:before{
  position: absolute;
  content: "";
  background-image: url(../img/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  width: 30px;
  height: 30px;
  top: -3px;
}
#contact .event{
  font-size: 1rem;
  padding-left: 35px;
  position: relative;
  font-weight: 600;
}
#contact .event:before{
  position: absolute;
  content: "";
  background-image: url(../img/icon-event.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  width: 30px;
  height: 30px;
  top: -5px;
}
#contact .flex-wrap{
  max-width: 1100px;
  margin: 50px auto 150px;
  display: flex;
  gap: 80px;
  min-height: 160px;
  width: 70vw;

}
#contact .flex-wrap a{
  flex: 1;
  width: calc(100%/2);
}
#contact .button{
  max-width: 250px;
  margin: 15px 0;
  font-size: 1.1rem;
  padding: 20px 30px 20px 20px;
  text-indent: 20px;
}
#contact .hover-switch{
  position: relative;
}
#contact .hover-switch img{
  aspect-ratio: unset;
}
#about{
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  color: #fff;
}
#about ul{
  display: flex;
  justify-content: space-around;
  margin: auto;
  padding: 50px 0;
}
#about li{
  align-content: center;
}
#about img{
  max-width: 120px;
  width: 100%;
}
#about li:last-child img{
  max-width: 150px;
}
#about li:nth-child(2){
  width: 50%;
  text-align: left;
  font-size: 1rem;
  line-height: 30px;
}
#about li:nth-child(2) h3{
  font-size: 1.6rem;
  line-height: 45px;
  padding-bottom: 30px;
  letter-spacing: 8px;
}
#about .button{
  background: none;
  max-width: 130px;
  border-radius: 200px;
  font-size: 1rem;
  padding: 65px 10px;
  text-indent: 0;
  text-align: center;
}
#about .button::before {
  top: 80px;
}
#about .button::after {
  top: 80px;
}
#about .button:hover{
  background: #44b5c4;
  color: #fff;
  border: solid 1px #44b5c4;
}
#about .button:hover::before {
  background: #fff;
}
#about .button:hover::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#btn-footer{
  width: 130px;
  border-radius: 200px;
  border: solid 1px #4d4d4d;
  background-color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 40px;
  position: relative;
}
.ballon-inner {
  position: absolute;
  top: -50px!important;
  left: 45%!important;
  width: 80%;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.3s ease;
}
/* アニメーション用 */
@keyframes balloon-float-smooth {
  0% { transform: rotateZ(15deg); }
  50% { transform: rotateZ(-15deg); }
  100% { transform: rotateZ(10deg); }
}
@keyframes FloatVertical {
  0% { transform:translate3d(-50%,0,0); }
  25% { transform:translate3d(-40%,0,0) translateY(-10px); }
  50% { transform:translate3d(-60%,0,0) translateY(-20px); }
  100% { transform:translate3d(-50%,0,0) translateY(-40px); }
}
#btn-footer:hover .ballon-inner{
  animation: FloatVertical 4.0s ease-in-out infinite alternate;
  ;
}
  
#btn-footer:hover .balloon-icon {
  animation: balloon-float-smooth 6.0s ease-in-out infinite;
}

footer{
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}
.footer-wrap{
  padding: 50px 3vw 50px 6vw;
  display: flex;
  justify-content: space-between;
}
footer h3{
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
footer .free{
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 4px;
}
footer .free:before{
  content: "";
  background-image: url(../img/icon-free.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 5px;
}
footer p{
  font-size: 1.2rem;
  line-height: 35px;
  margin-bottom: 30px;
}
footer .box{
  border: solid 1px;
  padding: 10px 15px;
  width: fit-content;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 30px;
}
footer .gmap{
  padding: 5px 15px;
  border-radius: 30px;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  border: solid 1px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: normal;
  transition: 0.3s;
}
footer .gmap:hover{
  background: #000;
  color:#fff;
}
footer .copy {
  margin-top: 30px;
  display: block;
}
#foot-nav ul{
  display: flex;
  gap: 20px 30px;
  font-size: 1rem;
  flex-wrap: wrap;
  max-width: 570px;
  justify-content: start;
}
footer nav a{
  transition: 0.3s ease;
}
footer nav a:hover{
  color: #44b5c4;
}

@media screen and (max-width:1024px) {
.c-breadcrumb {
  margin: auto;
}
#head-nav ul li.c02:before, #g-nav ul li.c02:before,
#head-nav ul li.c03:before, #g-nav ul li.c03:before,
#head-nav ul li.c04:before, #g-nav ul li.c04:before,
#head-nav ul li.c02:after, #g-nav ul li.c02:after,
#head-nav ul li.c03:after, #g-nav ul li.c03:after,
#head-nav ul li.c04:after, #g-nav ul li.c04:after{
  opacity: 1;
        bottom: -10px;
}
#g-nav{
  display: block;
}
#g-nav li a{
    padding: 10px 10px;
}
.openbtn1 span{
  width: 55%;
}
.openbtn1 span:nth-of-type(1) {
  top: 10px;
}

.openbtn1 span:nth-of-type(2) {
  top: 19px;
}

.openbtn1 span:nth-of-type(3) {
  top: 29px;
}
.mv-text{
  font-size: 1.5rem;
  line-height: 50px;
}
.pc{display: none!important;}
.sp{display: block!important;}
.pc-flex{display: none!important;}
.sp-flex{display: flex!important;}
#head-nav{
  display: none;
}
#info .flex-wrap{
  flex-wrap: wrap;
  justify-content: center;
}
#info h2{
    font-size: 1.2rem;
    letter-spacing: 3px;
    font-weight: 600;
}
.column-outside-right{
  flex: unset;
  width: 100%;
}
.column{
  width: 100vw;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
#info:before{
  width: 90%;
  max-height: 950px;
} 
#info p{
    line-height: 35px;
    font-size: 0.8rem;
}
#info .button {
    max-width: 180px;
    margin-left: 8vw;
}
.button{
  padding: 20px 10px 20px 0;
  font-size: 1rem;
}
.sp-menu{
    position: absolute;
    right: 2.7vw;
    top: 80px;
    display: grid;
    gap: 8px;
}
.sp-menu img{
  width: 40px;
  background: #fff;
  border-radius: 100px;
}
  .openbtn1{
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width:767px) {
.pc-inline{display: none!important;}
#our .background-wrap{
    clip-path: ellipse(400% 100% at 50% 100%);
}
#our .flex-wrap{
  flex-wrap: wrap;
    margin: 150px auto 0;
    padding: 150px 0 80px;
}
#our a {
    padding: 50px 40px;
}
#our li {
  flex: unset;
  width: 80%;
  margin: auto;
  border-radius: 40px;
  margin-bottom: 80px;
}
#our:before {
    background-image: url(../img/our-sp.webp);
    background-size: 100%;
    width: 80%;
    height: 15%;
    top: 50px;
}
#our li.our01:before{
    width: 130px;
    height: 160px;
    top: -30px;
}
#our li.our02:before {
    width: 170px;
    height: 150px;
}
#our li.our03:before {
    width: 150px;
    height: 120px;
}
#our .title {
    font-size: 1.5rem;
    margin: 100px auto 10px;
    font-weight: 800;
    width: 100%;
}
#our p {
    font-size: 0.8rem;
    line-height: 25px;
    margin: 0px auto 20px;
}
#our .button {
    max-width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    padding: 30px 30px;
}
#our li:nth-child(2) {
    position: unset;
}
#works .background-wrap:before {
    position: absolute;
    content: "";
    background-image: url(../img/works-illust.png);
    background-size: 100%;
    right: 25px;
    top: -35px;
    width: 180px;
    height: 60px;
    z-index: 2;
}
.latest-work:before{
  content: unset;
}
#works .background-wrap{
  clip-path: ellipse(400% 100% at 50% 0%);
  overflow: unset;
}

.nairan {
  position: fixed;
  top: unset;
  bottom: 5vw;
  right: 3vw;
  width: 100px;
  height: 130px;
  z-index: 3;
  margin: auto;
}
  #renovation{
    padding-bottom: 80px;
  }
  #renovation>h2{
    padding-top: 50px!important;
  }
  #renovation h2{
    font-size: 2.5rem;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #renovation .flex-wrap {
      padding: 30px 0px 100px;
  }
  .renovation-items {
    flex-direction: column;
    height: auto;
    border: unset;
  }

  .renovation-item {
    flex-direction: column;
    width: 90% !important;
    border: solid 1px #ccc;
    border-bottom: unset;
    margin-left: auto;
  }

  .renovation-title {
    padding-left: 40px;
    writing-mode: horizontal-tb;
    transform: none;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    justify-content: flex-start;
    font-size: 18px;
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: left;
    border-right: unset;
  }
  #renovation .flex-wrap:before {
    width: 80%;
    min-width: 1000px;
    height: 100vw;
    max-height: 750px;
    left: 0;
    bottom: 5%;
  }
  #renovation .img-box{
    margin-top: 0;
  }

  .renovation-title .symbol {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    left: unset;
    font-size: 20px;
  }

  .renovation-title span + br {
    display: none; /* SPでは改行なし */
  }

  .renovation-detail {
    width: 100%;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

  .renovation-item.act .renovation-detail {
    max-height: 1000px; /* 適当に大きく */
    padding: 20px;
  }
  #btn-footer {
    width: 100px;
    border-radius: 200px;
    border: solid 1px #4d4d4d;
    background-color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 30px;
    position: relative;
  }
  #works .wrap {
    padding: 50px 0 150px!important;
  }
  #works h2{
    font-size: 3rem;
    width: 80%;
    margin: auto;
  }
  #works small {
    font-size: 1rem;
    font-weight: bold;
    display: block;
  }
  .latest-work{
    display: block;
    margin: 30px auto 50px;
    width: 95%;
  }
  .latest-work:before {
    right: 20px;
    top: -40vw;
    width: 150px;
    height: 50px;
    z-index: 2;
  }
  #works .tag{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    display: inline-table;
    background: #fff;
    padding: 10px 45px 10px 55px;
    border-radius: 0px 0px 20px 20px;
    font-size: 10px;
  }
  #works .tag:before {
    left: 40px;
  }
  #works .img-wrap img {
      border-radius: 20px;
      min-height: 230px;
      object-fit: cover;
      position: relative;
  }
  #works .text-wrap{
    background: unset;
  }
  #works .latest-work .caption {
    font-size: 1rem;
    line-height: 30px;
    margin: -20px auto 30px;
    width: 90%;
    padding: 30px 40px;
    letter-spacing: 1px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0px 0px 30px 30px;
    text-align: center;
  }
  #works .concept,.gallery-title{
    display: none;
  }
  #works .slick-slide img {
      min-height: 350px;
      border-radius: 30px;
  }
  #works .works-slide .tag {
    padding: 10px 40px 10px 60px;
    border-radius: 0 0px 20px 20px;
    font-size: 10px;
  }
  #works .slick-list{
    margin: 50px auto;
    padding: 0 25% 0 0!important;
  }
  #works .button {
      max-width: 180px;
      font-size: 15px;
      padding: 20px 10px 20px 0px;
      bottom: 100px;
  }
  .button::before{
    right: 25px;
    width: 30px;
  }
  .button::after{
    right: 25px;
  }
  .button:hover::before {
    right: 25px;
    width: 35px;
  }
  .button:hover::after {
    right: 25px;
  }
  #community {
    padding: 80px 0 0px;
    margin-bottom: -20px;
  }
  #community h2{
    font-size: 3rem;
  }
  #community .background-wrap {
      clip-path: ellipse(250% 100% at 50% 0%);
      padding-bottom: 80px;
  }
  #community .wrap:before {
    left: 6%;
    top: 18%;
    width: 130px;
    height: 130px;
    z-index: 1;
  }
  #community .wrap:after {
    background-image: url(../img/star02-sp.svg);
    right: 0%;
    top: 16%;
    width: 130px;
    height: 130px;
  }
  #community .flex-wrap {
    flex-wrap: wrap-reverse;
  }
  #community .left-wrap{
    width: 65%;
    margin: auto;
  }
  #community .left-wrap p {
    font-size: 0.8rem;
    line-height: 25px;
  }
  #community .right-wrap{
    flex: unset;
    width: 80%;
    margin: 30px auto;
  }
  .renovation-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  #news:before{
    width: 95%;
    height: 90%;
  }
  #news h2{
    font-size: 3rem;
    margin:30px auto;
    width: 85%;
  }
  #news .flex-wrap{
    flex-wrap: wrap-reverse;
    gap: 30px;
    padding-bottom: 130px;
  }
  #news .flex-wrap:before {
    width: 190px;
    height: 160px;
    top: -30px;
    right: 5%;
  }
  #news .title-area{
    width: 100%;
  }
  #news dl {
    margin-top: 50px;
  }
  #news dl a {
    border-bottom: solid 1px;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #news dt {
    width: 30%;
  }
  #news dt span {
    border-radius: 40px;
    height: 70px;
  }
  #news dd {
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box;
    align-content: center;
    color: #231815;
  }
  #news dl a:last-child{
    border-bottom: unset;
  }
  #news dd span {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 25px;
    padding-top: 0px;
    display: block;
  }
  #news .title-area .button{
    margin: auto;
    max-width: 180px;
    padding: 15px 20px 15px 20px;
    font-size: 0.8rem;
  }
  #news .title-area .button::before{
    width: 30px;
  }
  #news .title-area .button::after{
    width: 4px;
    height: 4px;
  }
  #news a:hover .news-text{
    border-bottom: unset;
  }
  #colab {
    background-image: url(../img/colab-bg-sp.webp);
    background-color: #a1b8b8;
  }
  #colab .wrap{
    margin-top: 100px;
  }
  #colab h2{
    font-size: 3rem;
    margin-top: -120px;
    color: #000;
  }
  #colab img{
    width: 80%;
  }
  #colab ul{
    flex-wrap: wrap;
    gap: 50px;
    margin: 80px auto 50px;
  }
  #colab li{
    flex: unset;
    width: 100%;
  }
  #colab .title{
    font-size: 1.3rem;
  }
  #colab p {
    font-size: 0.7rem;
    line-height: 25px;
    width: 100%;
    margin: auto;
  }
  #contact h2{
    width: 80%;
    font-size: 3rem;
    text-align: left;
    margin: 100px auto 0;
  }
  #contact h2:before {
    max-width: 130px;
    width: 45vw;
    height: 90px;
    top: -25vw;
    left: 50vw;
    z-index: -1;
  }
  #contact .contact-wrap{
    border: unset;
  }
  #contact ul{
    flex-wrap: wrap;
    gap: 5px;
    width: 90%;
  }
  #contact li:first-child {
        width: 100%;
        display: block;
    flex: unset;
    margin: auto;
    box-sizing: border-box;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 20px 30px;
  }
  #contact li:nth-child(2){
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #contact li{
    width: 100%;
    flex: unset;
    margin: auto;
    box-sizing: border-box;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 20px 30px;
    display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
  }
  #contact span.pc{
    display: none!important;
  }
  #contact .button {
    max-width: 120px;
    margin: 0;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    text-indent: 11px;
  }
  #contact .button::before {
    right: 15px;
    width: 20px;
  }
  #contact .button::after {
    right: 15px;
  }
  #contact .button:hover::before {
    right: 15px;
    width: 20px;
  }
  #contact .button:hover::after {
    right: 15px;
  }
  #contact .mail,#contact .event{
    font-size: 10px;
    padding-left: 20px;
  }
  #contact .mail:before,#contact .event:before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
  #contact .flex-wrap{
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px auto 80px;
    width: 90%;
    min-height: 250px;
    gap: 30px;
  }
  #contact .flex-wrap a {
    flex: unset;
    width: 100%;
  }
  #about{
    background-image: url(../img/about-bg-sp.jpg);
  }
  #about ul.sp{
    width: 85%;
    margin: auto;
  }
  #about li{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  #about img{
    max-width: 60px;
  }
  #about h3{
    width: 100%;
    display: block;
    text-align: left;
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 25px;
    letter-spacing: 1px;
  }
  #about li:nth-child(2){
    width: 100%;
    font-size: 0.8rem;
    line-height: 20px;
    margin: 30px auto;
    letter-spacing: 0;
  }
  #about .button{
    max-width: 0px;
    font-size: 1rem;
    padding: 35px;
  }
  #about .button::before {
    top: 0;
    right: 20px;
    width: 30px;
  }
  #about .button::after {
    top: 0;
    right: 20px;
  }
  .footer-wrap{
    flex-wrap: wrap;
  }
  #footer-nav ul{
      margin: 30px auto 100px;
      border-top: solid 2px #e8e7e1;
  }
  #foot-nav li {
    font-size: 13px;
    font-weight: 800;
    min-width: 130px;
  }
  footer p{
    font-size: 1rem;
  }
  footer .copy{
    margin-bottom: 100px;
  }
  footer{
    background-size: 150%;
  }
}

@media screen and (max-width:750px) {
  header{
    height: 80px;
  }
  .mv{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .mv-text{
      left: 0;
      right: 0;
      margin: auto;
      width: fit-content;
      font-size: 5vw;
      line-height: 50px;
  }
}
