@charset "utf-8";

/*====================
mv
====================*/
#servics .subpage-header .subpage-header__bg {
	background-image: url(../../img/service/sub-image.jpg);
}
#servics .subpage-header .sabpage-header__title .subpage-header__text {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	font-family: var(--font-tsukimi);
	color: var(--color-white);
}
#servics .subpage-header .sabpage-header__title .subpage-header__text h3{
	font-size: 54px;
	font-weight: 600;
	letter-spacing: 0.4rem;
	filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
}
#servics .subpage-header .sabpage-header__title .subpage-header__text h2{
  white-space: nowrap;
	font-size: 22px;
  font-weight: 500;
	letter-spacing: 0.8rem;
	filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
	font-family: var(--font-ibmplex);
	margin-top: 1rem;
}

@media screen and (max-width:960px) {
	#servics .subpage-header .sabpage-header__title {
		top: 90px;
		left: 5vw;
	}
	#servics .subpage-header .sabpage-header__title .subpage-header__text {
		font-size: 28px;
	}
	#servics .subpage-header .sabpage-header__title .subpage-header__text h3{
		font-size: 43px;
	}
	#servics .subpage-header .sabpage-header__title .subpage-header__text h2{
		font-size: 18px;
	}
}
@media screen and (max-width:600px) {
	#servics .subpage-header::before {
		top: -300px;
	}
  /* #servics .subpage-header .sabpage-header__title {
	} */
	#servics .subpage-header .sabpage-header__title .subpage-header__text h3{
		font-size: 24px;
	}
	#servics .subpage-header .sabpage-header__title .subpage-header__text h2{
		font-size: 16px;
		margin-top: .5rem;
	}
}
.property-circle.buy-circle {
	bottom: 0;
	left: 78vw;
}
@media screen and (max-width:600px) {
	.property-circle.buy-circle {
		bottom: -20;
		left: 72vw;
	}
}
@media screen and (max-width:960px) {
	#servics .scroll {
		display: none;
	}
}

#servics .ser__description-text{
  font-family: var(--font-ibmplex);
  font-weight: 500;
}

/*================
Our services
================*/
#ser-our .section-title{
  margin-top: 100px;
}
#ser-our .section-title::after {
	width: 80vw;
}
#ser-our .section-title.line-right::before {
	left: calc(20vw + 20px);
}
#ser-our .section-title.line-right .section-title__text-en,
#ser-our .section-title.line-right .section-title__text-ja {
	text-align: left;
	padding-left: initial;
}
@media screen and (max-width:1600px) {
	#ser-our .section-title::after {
		width: 85vw;
	}
	#ser-our .section-title.line-right::before {
		left: calc(15vw + 20px);
	}
}
@media screen and (max-width:1400px) {
	#ser-our .section-title::after {
		width: 88vw;
	}
	#ser-our .section-title.line-right::before {
		left: calc(12vw + 20px);
	}
}
@media screen and (max-width:1200px) {
	#ser-our .section-title::after {
		width: 92vw;
	}
	#ser-our .section-title.line-right::before {
		left: calc(8vw + 16px);
	}
}
@media screen and (max-width:960px) {
	#ser-our .section-title::after {
		width: 94vw;
	}
	#ser-our .section-title.line-right::before {
		left: calc(5vw + 16px);
	}
	#servics .section-title.line-right .section-title__text-en,
	#servics .section-title.line-right .section-title__text-ja {
		padding-left: 3%;
	}
}
@media screen and (max-width:790px) {
  #servics .section-title{
  margin-top:40px;
  }
	#servics .section-title.line-right .section-title__text-en,
	#servics .section-title.line-right .section-title__text-ja {
		padding-left: 12%;
	}
}
@media screen and (max-width:600px) {
	#servics .section-title.line-right .section-title__text-en,
	#servics .section-title.line-right .section-title__text-ja {
		padding-left: 15%;
	}
}

#ser-our {
  position: relative;
	margin-top: 92px;
}
#ser-our .ser-our__head{
  max-width: 800px;
  margin-bottom: 70px;
  letter-spacing: .2em;
  padding-right: 25px;
  line-height: 2em
}
#ser-our .ser-our__box{
  position: relative;
  margin-bottom: 120px;
}
#ser-our .ser-our__box h3{
  min-height: 67px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 85px auto;
  padding: 22px 0 22px 80px;
  font-size: 23px;
  letter-spacing: .2em;
  margin-bottom: 30px;
  mix-blend-mode: multiply;
}
#ser-our .ser-our__box.no01 h3{
  background-image:url("../../img/service/our-n01.png");
}
#ser-our .ser-our__box.no02 h3{
  background-image:url("../../img/service/our-n02.png");
}
#ser-our .ser-our__box.no03 h3{
  background-image:url("../../img/service/our-n03.png");
}
#ser-our .ser-our__box.no04 h3{
  background-image:url("../../img/service/our-n04.png");
}
#ser-our .ser-our__con_r{
  position: relative;
  margin-bottom: 90px;
}
#ser-our .ser-our__text-con_r{
  display: flex;
  align-items:flex-start;
  gap:100px;
  max-width: 930px;
  width: 100%;
  margin-left: calc((100% - 930px) / 2);
}
#ser-our .ser-our__text-con_t{
  width: 100%;
  max-width: 400px;
}
#ser-our .ser-our__text-con_t h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2em;
  mix-blend-mode: multiply;
}
#ser-our .no01 .ser-our__text-con_t h4 {
	background-color: rgba(224,239,248,1.00);
}
#ser-our .no02 .ser-our__text-con_t h4 {
	background-color: rgba(236,245,236,1.00);
}
#ser-our .no03 .ser-our__text-con_t h4 {
	background-color: rgba(230,233,255,1.00);
}
#ser-our .no04 .ser-our__text-con_t h4 {
	background-color: rgba(226,221,219,1.00);
}
#ser-our .ser-our__text-con_t .ser__description-text{
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: .2em;
  padding-left: 45px;
  border-left: .8px solid #000;
}
#ser-our .ser-our__text-con_t .ser__description-text img{
  display: none;
}
#ser-our .ser-our__text-con_t p{
  text-align: center;
}
#ser-our .ser-our__text-con_t a{
  display: inline-block;
  max-width:114px;
  margin: 30px 10px 0;
  transition: all 0.3s ease;
}
#ser-our .no03 .ser-our__text-con_t a,
#ser-our .no04 .ser-our__text-con_t a{
  display: block;
  max-width:100%;
  margin: 30px 10px 0;
  padding: 15px 15px;
  background-color: #C8D3F9;
}
#ser-our .no04 .ser-our__text-con_t a{
  background-color: #F1F1ED;
}
#ser-our .ser-our__text-con_t a:hover{
	transform: translateY(-5px);
}
#ser-our .ser-our__text-con_t a img{
  width: 100%;
}
#ser-our .no03 .ser-our__text-con_t a img,
#ser-our .no04 .ser-our__text-con_t a img{
  max-width: 322px;
  margin: auto;
}
#ser-our .ser-our__img-con_r {
  position: relative;
}
#ser-our .ser-our__img-con_t {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#ser-our .ser-our__img-con_t img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
#ser-our .ser-our__bg{
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 85%;
  border-radius: 0 100px 100px 0;
  mix-blend-mode: multiply;
  height: 400px;
  z-index: -1;
}
#ser-our .no01 .ser-our__bg{
  background: rgba(224,239,248,1.00);
}
#ser-our .no02 .ser-our__bg{
  background: rgba(236,245,236,1.00);
}
#ser-our .no03 .ser-our__bg{
  background: rgba(230,233,255,1.00);
}
#ser-our .no04 .ser-our__bg{
  background: rgba(226,221,219,1.00);
}

@media screen and (max-width:960px) {
  #ser-our .ser-our__box{
    margin-bottom: 100px;
  }
  #ser-our .ser-our__box h3{
  margin-left: 30px;
  }
  #ser-our .ser-our__text-con_r{
  gap:15px;
  margin-left: 30px;
  }
  #ser-our .ser-our__text-con_t{
  max-width: 50%;
  }
  #ser-our .ser-our__text-con_t .ser__description-text{
    margin-top: 30px;
    padding-left: 25px;
  }
  #ser-our .ser-our__text-con_t a{
    max-width:90px;
    margin: 20px 10px 0;
  }
  #ser-our .ser-our__bg{
  bottom: -30px;
  width: 85%;
  }
}
@media (max-width: 768px) {
  #ser-our {
    margin-top: 50px;
  }
  #ser-our .ser-our__head{
    margin-bottom: 50px;
  }
  #ser-our .ser-our__box{
    margin-bottom: 80px;
  }
  #ser-our .ser-our__box h3{
    min-height: 46px;
    background-size: 58px auto;
    padding: 14px 0 14px 52px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  #ser-our .ser-our__con_r{
    margin-bottom: 50px;
  }
  #ser-our .ser-our__text-con_r{
    display: block;
    margin-left: 0;
    padding: 0 20px;
  }
  #ser-our .ser-our__text-con_t{
    width: 100%;
    max-width: 100%;
  }
  #ser-our .ser-our__text-con_t h4 {
    font-size: 15.5px;
    letter-spacing: .1em;
  }
  #ser-our .ser-our__text-con_t .ser__description-text{
    margin-top: 20px;
    letter-spacing: .1em;
    padding-left: 20px;
  }
  #ser-our .ser-our__text-con_t .ser__description-text img{
    display: block;
    width: 50%;
    float: right;
    margin: 0 -20px 20px 20px;
  }
  #ser-our .ser-our__text-con_t a{
    display: inline-block;
    max-width:80px;
    margin: 20px 10px 0;
  }
  #ser-our .ser-our__img-con_t {
    display: none;
  }
  #ser-our .ser-our__bg{
    bottom: -30px;
    width: 90%;
    border-radius: 0 50px 50px 0;
    height: 400px;
  }
}

/*================
専門サービス
================*/
#ser-exp{
  margin-top: 200px;
  margin-bottom: 100px;
}
#ser-exp h2{
  font-size: 30px;
  text-align: center;
  color: #6A6D76;
  margin: 0 auto 30px;
  letter-spacing: .2em;
}
#ser-exp .ser-exp__head{
  font-size: 22px;
  font-weight: 700;
  color: #7492B0;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
#ser-exp .ser-exp__box{
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px;
}
#ser-exp .ser-exp__box h3{
  min-height: 87px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 87px;
  font-size: 23px;
  letter-spacing: .2em;
  padding: 15px 0 15px 120px;
  margin-left: calc((100% - 930px) / 2);
  margin-bottom: 30px;
}
#ser-exp .ser-exp__box.no01 h3{
  background-image: url("../../img/service/exp_p01.png");
}
#ser-exp .ser-exp__box.no02 h3{
  background-image: url("../../img/service/exp_p02.png");
}
#ser-exp .ser-exp__box.no03 h3{
  background-image: url("../../img/service/exp_p03.png");
}
#ser-exp .ser-exp__box h3 span{
  display: block;
  font-size: 16px;
  margin-top: 15px;
  font-family: var(--font-ibmplex); 
}
#ser-exp .ser-exp__con_r{
  display: flex;
  align-items:flex-start;
  gap:0;
}
#ser-exp .ser-exp__img-con_t{
  width: 50%;
  padding-left: calc((100% - 1200px) / 2);
}
#ser-exp .ser-exp__img-con_t img{
  width: 100%;
}
#ser-exp .ser-exp__text-con_t{
  width: 50%;
  position: relative;
  border-top: .5px solid #000000;
  padding-right: calc((100% - 930px) / 2);
}
#ser-exp .ser-exp__text-con_t::before{
  position: absolute;
  width: .5px;
  top: -17px;
  height: 100px;
  background-color: #000000;
  content: '';
}
#ser-exp .ser-exp__text-con_t::before {
    left: 17px;
}
#ser-exp .ser-exp__text-con_t img{
  display: none;
}
#ser-exp .ser-exp__text-con_t .ser-exp__text-con_txt{
  padding: 30px 0 50px 50px;
  font-size: 14px;
  font-family: var(--font-ibmplex);
  letter-spacing: 0.15em;
  font-weight: 500;
}
#ser-exp .no02 .ser-exp__con_r{
  gap:20px;
}
#ser-exp .no02 .ser-exp__img-con_t{
  padding-right: calc((100% - 1200px) / 2);
  padding-left: 0;
  width: calc(50%-20px);
}
#ser-exp .no02 .ser-exp__text-con_t{
  padding-left: calc((100% - 930px) / 2);
  padding-right: 0;
}
#ser-exp .no02 .ser-exp__text-con_t::before{
  display: none;
}
#ser-exp .no02 .ser-exp__text-con_t::after{
  position: absolute;
  width: .5px;
  top: -17px;
  height: 200px;
  background-color: #000000;
  content: '';
}
#ser-exp .no02 .ser-exp__text-con_t::after {
  right: 17px;
}
#ser-exp .no02 .ser-exp__text-con_t .ser-exp__text-con_txt{
  padding: 30px 50px 30px 0;
}
#ser-exp .no03 .ser-exp__con_r{
  gap:20px;
}
#ser-exp .no03 .ser-exp__img-con_t{
  width: calc(50%-20px);
}
#ser-exp .no03 .ser-exp__text-con_t::before{
  height: 200px;
}
#ser-exp .no03 .ser-exp__text-con_t .ser-exp__text-con_txt{
  padding: 30px 0 30px 50px;
}
#ser-exp .ser-exp__text-con_t .ser-exp__text-con_txt p{
  text-align: center;
}
#ser-exp .ser-exp__text-con_t p a{
  display: inline-block;
  max-width:114px;
  margin: 20px 10px 0;
  transition: all 0.3s ease;
}
#ser-exp .ser-exp__text-con_t p a:hover{
	transform: translateY(-5px);
}
  #ser-exp .ser-exp__text-con_t p a img{
    display: inline-block;
    width: 100%;
    margin: auto;
  }
#ser-exp .ser-exp__bg-l,
#ser-exp .ser-exp__bg-r{
  position: absolute;
  mix-blend-mode: multiply;
  z-index: -1;
}
#ser-exp .ser-exp__bg-l{
  left: 0;
}
#ser-exp .ser-exp__bg-r{
  right: 0;
}
#ser-exp .no01 .ser-exp__bg-l,
#ser-exp .no01 .ser-exp__bg-r{
background: #E9F5FC;
}
#ser-exp .no01 .ser-exp__bg-l{
  top: 0;
  width: 40%;
  height: 300px;
}
#ser-exp .no01 .ser-exp__bg-r{
  bottom: 28px;
  width: 70%;
  height: 240px;
}
#ser-exp .no02 .ser-exp__bg-l,
#ser-exp .no02 .ser-exp__bg-r{
background: #E6E9FF;
}
#ser-exp .no02 .ser-exp__bg-r{
  top: 70px;
  width: 40%;
  height: 300px;
}
#ser-exp .no02 .ser-exp__bg-l{
  bottom : 0;
  width: 70%;
  height: 340px;
}
#ser-exp .no03 .ser-exp__bg-r{
	background: #ECF5EC;
  bottom: 0;
  width: 70%;
  height: 380px;
}
@media screen and (max-width:960px) {
  #ser-exp .ser-exp__box h3{
  margin-left: 30px;
  text-wrap: wrap;
  }
  #ser-exp .ser-exp__text-con_t .ser-exp__text-con_txt{
    padding: 30px 20px 50px 50px;
  }
  #ser-exp .no02 .ser-exp__text-con_t .ser-exp__text-con_txt{
    padding: 30px 50px 30px 20px;
  }
  #ser-exp .no03 .ser-exp__text-con_t .ser-exp__text-con_txt{
    padding: 30px 20px 30px 50px;
  }
}
@media (max-width: 768px) {
  #ser-exp{
    margin-top: 100px;
  }
  #ser-exp h2{
    font-size: 20px;
    letter-spacing: .2em;
  }
  #ser-exp .ser-exp__head{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #ser-exp .ser-exp__box{
    padding-top: 20px;
    margin-bottom: 40px;
  }
  #ser-exp .ser-exp__box h3{
    min-height: 60px;
    background-size: auto 61px;
    font-size: 19px;
    letter-spacing: .1em;
    padding: 0 20px 15px 80px;
    margin-bottom: 20px;
    margin-left: 10px;  
  }
  #ser-exp .ser-exp__box h3 span{
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6em;
  }
  #ser-exp .ser-exp__con_r{
    gap:0;
  }
  #ser-exp .ser-exp__img-con_t{
    display: none;
  }
  #ser-exp .ser-exp__text-con_t{
    width: 100%;
  }
  #ser-exp .ser-exp__text-con_t::before{
    height: 300px;
  }
  #ser-exp .ser-exp__text-con_t img{
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    width: 50%;
  }
  #ser-exp .ser-exp__text-con_t .ser-exp__text-con_txt{
    padding: 20px 20px 10px 37px;
    letter-spacing: 0.1em;
  }
  #ser-exp .no02 .ser-exp__text-con_t .ser-exp__text-con_txt{
    padding: 20px 37px 10px 20px;
  }
  #ser-exp .no03 .ser-exp__text-con_t .ser-exp__text-con_txt{
    padding: 20px 20px 10px 37px;
  }
  #ser-exp .ser-exp__text-con_t .ser-exp__text-con_txt p{
    text-align: center;
  }
  #ser-exp .ser-exp__text-con_t p a{
    max-width: 100%;
    margin: 15px 10px 0;
  }
  #ser-exp .ser-exp__text-con_t p a img{
    display: inline-block;
    width: 80px;
    margin: auto;
  }
  #ser-exp .no01 .ser-exp__bg-l,
  #ser-exp .no01 .ser-exp__bg-r{
  background: #E9F5FC;
  }
  #ser-exp .no01 .ser-exp__bg-l{
    width: 40%;
    height: 250px;
  }
  #ser-exp .no01 .ser-exp__bg-r{
    bottom: -10px;
    width: 80%;
    height: 180px;
  }
  #ser-exp .no02 .ser-exp__bg-r{
    top: 20px;
    width: 40%;
    height: 230px;
  }
  #ser-exp .no02 .ser-exp__bg-l{
    bottom : 0;
    width: 85%;
    height: 200px;
  }
  #ser-exp .no03 .ser-exp__bg-r{
    background: #ECF5EC;
    bottom: 0;
    width: 80%;
    height: 350px;
  }
}


/*================
背景画像
================*/
.service-bg-right-01 {
	background-image: url(../../img/common/wave-medium.svg);
	width: 420px;
	height: 307px;
	top: 130px;
	right: -247px;
}
.service-bg-left-02 {
	background-image: url(../../img/common/wave-medium_02.svg);
	width: 392px;
	height: 306px;
	left: -240px;
	bottom: 45%;
}
.service-bg-left-03 {
  position: absolute;
	background-image: url(../../img/about/wave-medium_a01.svg);
	width: 291px;
	height: 224px;
	left: -130px;
	bottom: 45%;
  z-index: 1;
}
.service-bg-right-04 {
  position: absolute;
	background-image: url(../../img/about/wave-medium_a02.svg);
	width: 302px;
	height: 349px;
	bottom: 30%;
	right: -200px;
}

@media screen and (max-width:768px) {
	.service-bg-right-01 {
		width: 210px;
		right: -130px;
    top:-30px;
	}
	.service-bg-left-02 {
		width: 252px;
		left: -170px;
	}
	.service-bg-left-03 {
		width: 200px;
		left: -100px;
	}
  .service-bg-right-04 {
    display: none;
  }
}

/*================
成約済物件一覧
================*/
/* description */
#ser-proper .description .description__text{
padding-top: 16px;
padding-bottom: 40px;
}

/* tab */
#ser-proper .property-tab__list .property-tab__tabs .property-tab__tab{
	letter-spacing: 1em;
	text-indent: 1em;
}
/* チェックされたラジオボタンに対応するコンテンツを表示 */
#contracted-building:checked~#contracted-building__content {
	display: block;
}

#contracted-land:checked~#contracted-land__content {
	display: block;
}

.property-tab__list .property-tab__content .property-listing .property-tab__item .property-tab__link .property-tab__image-wrapper{
	padding-bottom: 0;
}

#ser-proper .property-tab__list .property-tab__content .property-listing{
	flex-wrap: wrap;
}

#ser-proper .property-tab__list .property-tab__content .property-listing .property-tab__item{
	width: calc(50% - 32px);
}

@media screen and (max-width:960px){
#ser-proper .property-tab__list .property-tab__content .property-listing .property-tab__item{
	width: 100%;
}
/*===========max-width:960px============*/
}






















