@charset "UTF-8";
/* reset */
body {
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url(/fonts/NotoSansJP-Bold.woff);
font-weight: bold;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url(/fonts/NotoSansJP-Medium.woff);
font-weight: 500;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url(/fonts/NotoSansJP-Regular.woff);
font-weight: 400;
}

@font-face {
	font-family: "Noto Serif JP";
	src: url(/fonts/NotoSerifJP-Bold.woff);
font-weight: bold;
}

@font-face {
	font-family: "Noto Serif JP";
	src: url(/fonts/NotoSerifJP-Medium.woff);
font-weight: 500;
}

@font-face {
	font-family: "Noto Serif JP";
	src: url(/fonts/NotoSerifJP-Regular.woff);
font-weight: 400;
}

#contents {
  width: 100%;
}

.l-wrapper{
  background-color: #fff;
}

.h1_section {
  display: none;
}

/* outline */
.l-page * {
  font-family: "Noto Sans JP";
  box-sizing: border-box;
}

.mainCatch {
  width: 100%;
  text-align: center;
}

.mainCatch img{
  height: 550px;
    object-fit: cover;
}

.mainCatch__ttl {
  font-size: 40px;
  color: #fff;
}

.mainCatch__text {
  font-size: 18px;
  color: #fff;
}

.mainCont {
  width: 100%;
}

[class$="__contWrap"] {
  width: 1140px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}

[class*="__contTtl"] {
  margin-bottom: 37px;
  font-size: 40px;
  font-weight: bold;
  color: #03502E;
  text-align: center;
  letter-spacing: 2.4px;
  font-family: "Noto Serif JP";
}


.cont-parts34 [class$="__contWrap"]{
  padding: 40px 0px 80px;
}
.cont-partskodawari:first-child {
  padding: 80px 0 0;
}
.parts34__contTtl span{
  font-size: 34px;
  font-family: "Noto Serif JP";
  color: #333333;
}

.parts34__item {
  display: flex;
}

.parts34__item:nth-child(2) .parts34__ttl,
.parts34__item:nth-child(3) .parts34__ttl{
  margin-bottom: 37px;
}

.parts34__item:not(:last-child) {
  margin-bottom: 28px;
}
.parts34__detail.parts34__detail-left{
  padding: 40px 40px 36px;
}
.parts34__detail.parts34__detail-right {
  padding: 40px 40px 38px;
}
.parts34__detail.parts34__detail_bottom{
  padding: 40px 40px 35px;
}
  .parts34__detail.parts34__detail-right {
    margin-left: 20px;
    width: 780px;
    background: #EFF6F4;
  }
  .parts34__detail.parts34__detail-left {
    width: 780px;
    margin-right: 20px;
    background: #EFF6F4;
  }

  .parts34__item:nth-child(2){
    margin-bottom: 30px;
  }
  
.parts34__ttl {
  font-size: 26px;
  margin-bottom: 39px;
  font-weight: 500;
  text-align: justify;
}
  .parts34__after-left,
  .parts34__after-right {
    position: relative;
  }
    .parts34__after-left::after,
    .parts34__after-right::after {
      content: "";
      position: absolute;
      background: #03502E;
    }
      .parts34__after-left::after {
        width: 70px;
        height: 1px;
        bottom: -50%;
        left: 0;
      }
      .parts34__after-right::after {
        width: 70px;
        height: 1px;
        bottom: -47%;
        left: 0;
      }

.parts34__text {
  font-size: 16px;
  line-height: 1.8;
}
.parts34__img{
  width: 340px;
}


.cont-parts11{
  background: #EFF6F4;
}
.cont-parts11 [class$="__contWrap"]{
  background: #EFF6F4;
  padding: 80px 0px 68px;
}

.parts11__contTtl[class*="__contTtl"]{
font-size: 40px;
margin-bottom: 24px;
}

.parts11__item {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.parts11__item:not(:first-child) {
  margin-top: 20px;
}

.parts11__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.parts11__item:nth-child(1) {
  background: url(/images/company/img_parts11-1.jpg) center left no-repeat;
}

.parts11__inner {
  width: 710px;
  padding: 40px 40px 22px;
  background: #FFFFFF;
  margin-top: -3px;
}

.parts11__ttl {
  margin-bottom: 38px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  position: relative;
}

.parts11__ttl::after {
  content: "";
  width: 70px;
  height: 1px;
  background: #03502E;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.parts11__text {
  min-height: 275px;
  font-size: 16px;
  color: #333333;
  line-height: 1.82;
}




.parts_company_01 [class$="__contWrap"]{
  padding: 78px 135px 80px;
}

.parts_company_01__inner {
  width: 100%;
  height: auto;
}

.parts_company_01__company_name {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.parts_company_01__company_name::after {
  content: "";
  position: absolute;
  background: #03502E;
  width: 70px;
  height: 1px;
  bottom: -20px;
  left: 0;
}

.parts_company_01__item {
  background: #FFFFFF;
  padding: 39px 38px 50px;
  border: 1px solid #333333;
}

.parts_company_01__dl:not(:first-child) {
  margin-top: 20px;
}

.parts_company_01__dl {
  display: flex;
}

.parts_company_01__dt {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  width: 239px;
}

.parts_company_01__dd {
  font-size: 16px;
  color: #333;
  margin-left: 19px;
  width: 537px;
}

.parts_company_01__img_p:not(:nth-child(3n+1)) {
  margin-left: 12px;
}

.parts_company_01__img_box {
  display: flex;
  margin-top: 20px;
}

.parts_company_01__map {
  margin-top: 20px;
}

.company__ttl{
  font-size: 26px;
  color: #03502E;
    font-weight: 500;
}

.parts_company_01__dd a{
  font-size: 16px;
}


/*-------------------------------------------------------------------------
カード型物件
-------------------------------------------------------------------------*/

.bkn__list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 40px;
}
.md-bkn-card {
  width: 263px;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

.md-bkn-card__head {
  display: grid;
}

.md-bkn-card__img,
.md-bkn-card__over {
  grid-area: 1 / -1;
}

.md-bkn-card__img {
  height: 160px;
}

.md-bkn-card__over {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.md-bkn-card__label,
.md-bkn-card__price {
  align-self: flex-start;
}

.md-bkn-card__label {
  background-color: #fff;
  border: 1px solid #78909C;
  border-radius: 50px;
  margin: 10px 0 0 10px;
  padding: 1px 10px;
  font-size: 10px;
}

.md-bkn-card__price {
  background-color: var(--bg-dark-transparent);
  display: flex;
  align-items: baseline;
  padding: 8px 10px 2px;
  font-size: 15px;
  color: #fff;
}

.md-bkn-card__price span {
  margin: -3px 0 0;
  font-size: 24px;
  color: inherit;
  line-height: 1;
}

.md-bkn-card__info {
  padding: 5px 10px 12px;
}

.popular .md-bkn-card__info {
  padding: 0 10px 5px;
}

.md-bkn-card__between {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2px;
}

.md-bkn-card__price-down {
  display: flex;
  gap: 10px;
}

.md-bkn-card__favorite {
  margin: -22px 0 0;
}

.price-down {
  display: inline-block;
  margin: 0 0 3px;
  padding: 1px 5px 0;
  border: 1px solid var(--strong-color);
  font-size: 12px;
  color: var(--strong-color);
}

.md-bkn-card__point {
  margin: 0 0 1px;
  font-size: 13px;
  color: var(--gray-text);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.md-bkn-card__point br {
  display: none;
}

.md-bkn-card__name {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.md-bkn-card__text {
  font-size: 13px;
}
.md-bkn-card__favorite {
  margin: -22px 0 0;
}


/*-------------------------------------------------------------------------
お客様の声2タイトル
-------------------------------------------------------------------------*/

.parts_customer_02__item {
  width: 280px;
}

.parts_customer_02__item:not(:first-child) {
  margin-left: 15px;
}

.parts_customer_02__img {
  width: 280px;
  height: 210px;
  margin-bottom: 6px;
  background: #ccc;
}

.parts_customer_02__img img{
  width: 280px;
  height: 210px;
  object-fit: cover;
}

.parts_customer_02__ttl {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.parts_customer_02__detail {
  overflow: hidden;
}

.parts_customer_02__text01 {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.parts_customer_02__text02 {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.customerA {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.parts_customer_02__img a {
  width: 100%;
  height: 100%;
  display: flex;
}

.parts_customer_02__item a:hover {
  opacity: .8;
}
.parts_customer_02__item a {
  text-decoration: unset;
}

.parts_bkn_02_bkn__contents {
  margin-bottom: 10px;
}

.parts_customer_02__wrap {
  display: flex;
  margin-bottom: 30px;
}


.click-02 {
  width: 280px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.click-02 a {
  background: #666666;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.click-02 a::before {
  content: "";
  position: absolute;
  background: url(/pg-semiorder-base/images/parts_staff_01_click.png) center/contain no-repeat;
  width: 20px;
  height: 20px;
  top: 40px;
  right: 15px;
}

.parts_customer_02__item {
  width: 278px;
}


/*-------------------------------------------------------------------------
お客様の声2タイトル
-------------------------------------------------------------------------*/

.parts_customer_02__item {
  width: 365px;
}

.parts_customer_02__item:not(:first-child) {
  margin-left: 15px;
}

.parts_customer_02__img {
  width: 365px;
  height: 250px;
  margin-bottom: 5px;
  background: #ccc;
}

.parts_customer_02__img img{
  width: 365px;
  height: 250px;
  object-fit: cover;
}

.parts_customer_02__ttl {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.parts_customer_02__detail {
  overflow: hidden;
}

.parts_customer_02__text01 {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.parts_customer_02__text02 {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.parts_customer_02__img a {
  width: 100%;
  height: 100%;
  display: flex;
}

.parts_customer_02__item a:hover {
  opacity: .8;
}
.parts_customer_02__item a {
  text-decoration: unset;
}

.parts_bkn_02_bkn__contents {
  margin-bottom: 10px;
}

.parts_customer_02__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}


.more__btn {
  width: 270px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.more__btn a {
  background: var(--sub-color);
  width: 210px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.more__btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  right: 20px;
  margin: auto;
}
