@charset "utf-8";

/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/

body {
    margin: 0;
}

.l-main {
    width: auto;
    padding: 0 0 80px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.l-main * {
    box-sizing: border-box;
}

img {
    vertical-align: top;
}

:root {
    --text-color: #333;
}

/*-------------------------------------------------------------------------
フリー検索
-------------------------------------------------------------------------*/

.contents__wrap--search {
    width: 100%;
    overflow: visible;
    margin: 80px 0 0;
}

.contents__inner {
    width: 1140px;
    margin: 0 auto;
    overflow: visible;
}

.free-search {
    display: flex;
    align-items: center;
    width: 100%;
    height: 145px;
    background-color: #76d100;
    padding: 0 40px 0 50px;
    overflow: visible;
}

.free-search__ttl-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 108px;
    margin-right: 50px;
    flex-shrink: 0;
}

.free-search__icon {
    width: 108px;
    height: 97px;
}

.free-search__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.free-search__ttl-jp {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.free-search__ttl-en {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px;
    color: #fff;
}

.free-search__body {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

.free-search__form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 607px;
    flex-shrink: 0;
    overflow: visible;
}

.free-search__row {
    display: flex;
    gap: 6px;
    overflow: visible;
}

.free-search__select {
    position: relative;
    height: 50px;
    border: 1px solid #bbb7a9;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.free-search__select--type {
    width: 205px;
    overflow: visible;
    z-index: 2;
}

.free-search__select--area {
    width: 273px;
    overflow: visible;
    z-index: 1;
}

.free-search__select--price,
.free-search__select--size {
    width: 161px;
    overflow: visible;
    z-index: 2;
}

.free-search__select select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 15px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    background-image: url('/images/top/icon-select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 21px center;
    background-size: 10px 5px;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
    cursor: pointer;
}

.free-search__class-trigger,
.free-search__area-trigger,
.free-search__price-trigger,
.free-search__size-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 15px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    background-image: url('/images/top/icon-select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 21px center;
    background-size: 10px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
    text-align: left;
    cursor: pointer;
}

.free-search__class-panel,
.free-search__area-panel,
.free-search__price-panel,
.free-search__size-panel {
    display: flex;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #808080;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.free-search__area-panel {
    max-height: 280px;
}

.free-search__price-panel,
.free-search__size-panel {
    border-color: #3c91e0;
}

.free-search__class-panel[hidden],
.free-search__area-panel[hidden],
.free-search__price-panel[hidden],
.free-search__size-panel[hidden] {
    display: none;
}

.free-search__class-col {
    width: 125px;
    padding: 8px 0 10px;
}

.free-search__class-col + .free-search__class-col {
    border-left: 1px dashed #808080;
}

.free-search__class-ttl {
    margin: 0;
    padding: 3px 0 6px 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-align: left;
}

.free-search__class-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.free-search__class-item {
    display: block;
    width: 100%;
    padding: 4px 10px;
    border: none;
    background: transparent;
    font-size: 12px;
    line-height: 1.4;
    color: #004499;
    text-align: left;
    cursor: pointer;
}

.free-search__class-item:hover {
    background-color: #d0e1f5;
}

.free-search__area-col {
    width: 136px;
    padding: 8px 0 10px;
    overflow-y: auto;
    max-height: 280px;
}

.free-search__area-col + .free-search__area-col {
    border-left: 1px dashed #808080;
}

.free-search__area-ttl {
    margin: 0;
    padding: 3px 0 6px 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-align: left;
}

.free-search__area-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.free-search__area-item {
    display: block;
    width: 100%;
    padding: 4px 10px;
    border: none;
    background: transparent;
    font-size: 12px;
    line-height: 1.4;
    color: #004499;
    text-align: left;
    cursor: pointer;
}

.free-search__area-item:hover {
    background-color: #d0e1f5;
}

.free-search__price-col,
.free-search__size-col {
    min-width: 120px;
    padding: 8px 0 10px;
    max-height: 280px;
    overflow-y: auto;
}

.free-search__price-ttl,
.free-search__size-ttl {
    margin: 0;
    padding: 0 0 6px 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-align: left;
}

.free-search__price-list,
.free-search__size-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.free-search__price-item,
.free-search__size-item {
    display: block;
    width: 100%;
    padding: 4px 10px;
    border: none;
    background: transparent;
    font-size: 12px;
    line-height: 1.4;
    color: #004499;
    text-align: left;
    cursor: pointer;
}

.free-search__price-item:hover,
.free-search__size-item:hover {
    background-color: #d0e1f5;
}

.l-main .free-search__input {
    width: 396px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #bbb7a9;
    border-radius: 3px;
    background-color: #eee;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
}

.free-search__input::placeholder {
    color: #9e9e9e;
}

.free-search__action {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 19px;
}

.free-search__num {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
}

.free-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 55px;
    border: none;
    background-color: #fa0;
    box-shadow: 7px 6px 0 #bd8311;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.8px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.free-search__btn:hover,
.free-search__btn:active {
    transform: translate(7px, 6px);
    box-shadow: 0 0 0 #bd8311;
    transition: 0s;
    opacity: 1;
}
.contents__wrap--searchbtn {
    padding-top: 50px;
}
.contents__wrap--searchbtn .contents__inner {
    display: flex;
    justify-content: center;
    gap: 27px;
}
.searchbtn--rent {
    display: flex;
    width: 556px;
    height: 233px;
    background: url(/images/top/bg_shape_rent.webp) center / cover no-repeat;
    padding: 17px 25px 15px 60px;
    gap: 65px;
    align-items: center;
}
.searchbtn__ttl-wrap {

  
}
.searchbtn--rent__ttl {width: 143px;}
.searchbtn--rent__ttl img {
    width: 100%;
    height: 100%;
    }
.searchbtn--rent__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.searchbtn--rent__btn--ensen {
    box-shadow: 6px 5px 0 #BD8311;
}
.searchbtn--rent__btn--area {
    box-shadow: 6px 5px 0 #60840F;
}
.searchbtn--rent__btn--map {
    box-shadow: 6px 5px 0 #403830;
}
.searchbtn--sale {
    display: flex;
    width: 556px;
    height: 233px;
    background: url(/images/top/bg_shape_sell.webp) center / cover no-repeat;
    padding: 17px 25px 15px 60px;
    gap: 65px;
    align-items: center;
}
.searchbtn__ttl-wrap {

  
}
.searchbtn--sale__ttl {

   
}
.searchbtn--sale__ttl img {
    width: 100%;
    height: 100%;
}
.searchbtn--sale__btn-wrap {display: flex;flex-direction: column;gap: 14px;}
.searchbtn--sale__btn--ensen,
.searchbtn--sale__btn--area,
.searchbtn--sale__btn--map,
.searchbtn--rent__btn--area,
.searchbtn--rent__btn--map,
.searchbtn--rent__btn--ensen {
    display: block;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.searchbtn--sale__btn--ensen {box-shadow: 6px 5px 0 #BD8311;}
.searchbtn--sale__btn--area {box-shadow: 6px 5px 0 #60840F;}
.searchbtn--sale__btn--map {box-shadow: 6px 5px 0 #403830;}
.searchbtn--sale__btn--ensen:hover,
.searchbtn--sale__btn--ensen:active,
.searchbtn--sale__btn--area:hover,
.searchbtn--sale__btn--area:active,
.searchbtn--sale__btn--map:hover,
.searchbtn--sale__btn--map:active,
.searchbtn--rent__btn--ensen:hover,
.searchbtn--rent__btn--ensen:active,
.searchbtn--rent__btn--area:hover,
.searchbtn--rent__btn--area:active,
.searchbtn--rent__btn--map:hover,
.searchbtn--rent__btn--map:active {
    transform: translate(6px, 5px);
    box-shadow: 0 0 0 transparent;
    transition: 0s;
    opacity: 1;
}

/*-------------------------------------------------------------------------
こだわり検索
Figma: search_detail 1140x218 / rent・sell 556 / gap14 / btn gap10
title(文字+border) 556x50 / rent btn 170x154 / sale btn 260x154
-------------------------------------------------------------------------*/
.contents__wrap--searchkodawari {
    padding-top: 50px;
}
.contents__wrap--searchkodawari .contents__inner {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}

.searchkodawari--rent,
.searchkodawari--sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 556px;
}

.searchkodawari__ttl {
    margin: 0;
    width: 556px;
    height: 50px;
}

.searchkodawari__ttl img {
    display: block;
    width: 556px;
    height: 50px;
}

.searchkodawari__btn-list {
    display: flex;
    gap: 10px;
    align-items: center;
}

.searchkodawari__btn {
    display: block;
    line-height: 0;
}

.searchkodawari__btn img {
    display: block;
    width: 100%;
    height: auto;
}

.searchkodawari--rent .searchkodawari__btn {
    width: 170px;
    height: 154px;
}

.searchkodawari--sale .searchkodawari__btn {
    width: 260px;
    height: 154px;
}

/*-------------------------------------------------------------------------
新着物件
Figma: new_arrival / headline 1140x50 / content 1140 / gap30
rent・sell 556 / tab 556x50 / gap15 / bkn 264x295 / img 264x196
list gap 28px 30px
-------------------------------------------------------------------------*/
.contents__wrap--newbkn {
    padding-top: 80px;
}
.contents__wrap--newbkn .contents__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    /* margin: 80px auto 0; */
}

.newbkn__ttl {
    margin: 0;
    width: 1140px;
    height: 50px;
}

.newbkn__ttl img {
    display: block;
    width: 1140px;
    height: 50px;
}

.newbkn__content {
    display: flex;
    justify-content: space-between;
    width: 1140px;
}

.newbkn--rent,
.newbkn--sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 556px;
}

.newbkn__tab {
    margin: 0;
    width: 556px;
    height: 50px;
}

.newbkn__tab img {
    display: block;
    width: 556px;
    height: 50px;
}

.newbkn__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 28px;
    width: 556px;
}

.newbkn__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 264px;
    text-decoration: none;
    color: inherit;
}

.newbkn__img-wrap {
    position: relative;
    width: 264px;
    height: 196px;
    overflow: hidden;
    background-color: #9a9a9a;
}

.newbkn__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newbkn__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 264px;
}

.newbkn__name {
    margin: 0;
    width: 264px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newbkn__subject {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.newbkn__price-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 264px;
}

.newbkn__price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.newbkn__price--rent {
    color: #fa0;
}

.newbkn__price--sale {
    color: #76d100;
}

.newbkn__price .price,
.newbkn__price-num {
    font-size: 20px;
    line-height: 1.2;
}

.newbkn__price-unit {
    font-size: 13px;
    line-height: 1.4;
}

.newbkn__discount {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 108px;
    height: 23px;
    margin: 0;
    border: 1px solid #ff2c2c;
    font-size: 12px;
    line-height: 1.2;
    color: #ff2c2c;
    white-space: nowrap;
}

.newbkn__discount:empty {
    display: none;
}

.newbkn__text {
    margin: 0;
    width: 264px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.newbkn__text--traffic {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newbkn__img-wrap {
    position: relative;
}
.newbkn__img-wrap .newbkn__img-lock {
    position: absolute;
    fill: #fff;
    width: 76px;
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.newbkn__item--member .newbkn__name {
    text-align: center;
    color: #6CC000;
    font-size: 17px;
}

/*-------------------------------------------------------------------------
おすすめ物件
Figma: recommend / py80 / レイアウトは新着物件と同一
-------------------------------------------------------------------------*/
.contents__wrap--osusumebkn {
    /* padding-bottom: 80px; */
}

/*-------------------------------------------------------------------------
価格変更物件
Figma: price_change / headline 1140x50 / tab 1140x50 / list 1140 横4件
gap30 / tab-list gap15 / item gap 28
-------------------------------------------------------------------------*/
.contents__wrap--pricelessbkn .newbkn__content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.contents__wrap--pricelessbkn .newbkn--sale {
    width: 1140px;
    gap: 15px;
}

.contents__wrap--pricelessbkn .newbkn__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1140px;
    height: 50px;
    background-color: #76d100;
}

.contents__wrap--pricelessbkn .newbkn__tab img {
    width: 100%;
    height: 50px;
}

.contents__wrap--pricelessbkn .newbkn__list {
    width: 1140px;
    gap: 30px 28px;
}

/*-------------------------------------------------------------------------
お知らせ
Figma: news / py80 / headline 1140x50 / gap30
list gap8 / item gap13 / date 14px / text 14px lh1.4
marker #ffc / #cff / more 290x55 shadow 7 6 #60840f
-------------------------------------------------------------------------*/
.contents__wrap--news {
    padding: 80px 0 0;
}

.contents__wrap--news .contents__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    margin: 0 auto;
}

.news__ttl {
    margin: 0;
    width: 1140px;
    height: 50px;
}

.news__ttl img {
    display: block;
    width: 1140px;
    height: 50px;
}

.news__body-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 1140px;
}

.news__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news__item {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    width: 1140px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c5c5c5;
}

.news__date {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
}

.news__icon {
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/top/news_icon.svg) center / cover no-repeat;
}

.news__date time {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    color: #333;
    white-space: nowrap;
}

.news__body {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}

.news__item:nth-child(odd) .news__body {
    /* background-color: #ffc; */
}

.news__item:nth-child(even) .news__body {
    /* background-color: #cff; */
}

.news__body p {
    margin: 0;
}

.news__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 55px;
    background-color: #76d100;
    box-shadow: 7px 6px 0 #60840f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.news__more:hover,
.news__more:active {
    transform: translate(7px, 6px);
    box-shadow: 0 0 0 #60840f;
    opacity: 1;
}

/*-------------------------------------------------------------------------
スタッフブログ
Figma: blog / headline 1140x50 / gap30
list gap28 / item 264 / img 264x196 / content gap6
more 290x55 shadow 7 6 #60840f
-------------------------------------------------------------------------*/
.contents__wrap--blog {
    padding-top: 80px;
}

.contents__wrap--blog .contents__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    margin: 0 auto;
}

.blog__ttl {
    margin: 0;
    width: 1140px;
    height: 50px;
}

.blog__ttl img {
    display: block;
    width: 1140px;
    height: 50px;
}

.blog__body-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 1140px;
}

.org-blog__list {
    display: flex;
    gap: 28px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog__item {
    width: 264px;
}

.blog__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 264px;
    text-decoration: none;
    color: inherit;
}

.blog__img-wrap {
    width: 264px;
    height: 196px;
    overflow: hidden;
    background-color: #9a9a9a;
}

.blog__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 264px;
}

.blog__name {
    margin: 0;
    width: 264px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog__text {
    display: -webkit-box;
    width: 264px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 55px;
    background-color: #76d100;
    box-shadow: 7px 6px 0 #60840f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.blog__more:hover,
.blog__more:active {
    transform: translate(7px, 6px);
    box-shadow: 0 0 0 #60840f;
    opacity: 1;
}

/*-------------------------------------------------------------------------
スタッフ紹介
Figma: staff / py80 / headline 1140x50 / gap30
list 2列 justify-between / item 550 / img 254x188 border #ddd
name 20px #6cc000 / label 68x26 #e9e9e9 / row gap6 gap8
-------------------------------------------------------------------------*/
.contents__wrap--staff {
    padding: 80px 0 0;
}

.contents__wrap--staff .contents__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    margin: 0 auto;
}

.staff__ttl {
    margin: 0;
    width: 1140px;
    height: 50px;
}

.staff__ttl img {
    display: block;
    width: 1140px;
    height: 50px;
}

.staff__list {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.staff__item {
    width: 550px;
}

.staff__link {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 550px;
    text-decoration: none;
    color: inherit;
}

.staff__img-wrap {
    flex-shrink: 0;
    width: 254px;
    height: 188px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #9a9a9a;
}

.staff__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.staff__name {
    margin: 0;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #6cc000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staff__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin: 0;
}

.staff__row {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.staff__label {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 26px;
    margin: 0;
    background-color: #e9e9e9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
}

.staff__value {
    flex: 1;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-------------------------------------------------------------------------
会社紹介（aboutus）
Figma: aboutus / pb80 / content 1140 / padding60 / gap20
bg content.webp + rgba(255,255,255,0.6) / ttl img 557x50
text 16px lh1.6 / subject gap20
-------------------------------------------------------------------------*/
.contents__wrap--aboutus {
    padding-top: 80px;
}

.contents__wrap--aboutus .contents__inner {
    width: 1140px;
    margin: 0 auto;
}

.aboutus__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 1140px;
    padding: 60px;
    overflow: hidden;
}

.aboutus__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.aboutus__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.aboutus__bg-overlay {
    position: absolute;
    inset: 0;
}

.aboutus__ttl {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 562px;
    height: 48px;
}

.aboutus__ttl img {
    display: block;
    width: 562px;
    height: 48px;
}

.aboutus__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.aboutus__text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

/*-------------------------------------------------------------------------
お客様の声
Figma: customer / gap30 / headline 1140 / list 4列 gap28 / item 264
img 264x196 / name 15px bold / more 290x55 shadow 7px 6px #60840f
-------------------------------------------------------------------------*/
.contents__wrap--customer {
    padding-top: 80px;
}

.contents__wrap--customer .contents__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    margin: 0 auto;
}

.customer__ttl {
    margin: 0;
    width: 1140px;
    height: 50px;
}

.customer__ttl img {
    display: block;
    width: 1140px;
    height: 50px;
}

.customer__body-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 1140px;
}

.customer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 28px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer__item {
    width: 264px;
}

.customer__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 264px;
    text-decoration: none;
    color: inherit;
}

.customer__img-wrap {
    width: 264px;
    height: 196px;
    overflow: hidden;
    background-color: #9a9a9a;
}

.customer__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer__name {
    margin: 0;
    width: 264px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 55px;
    background-color: #76d100;
    box-shadow: 7px 6px 0 #60840f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.customer__more:hover,
.customer__more:active {
    transform: translate(7px, 6px);
    box-shadow: 0 0 0 #60840f;
    opacity: 1;
}

.contents__wrap--banner {
    padding-top: 80px;
}

.banner__list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.banner__item a {
    width: 234px;
    height: 162px;
    display: block;
}
.banner__item--satei  a {
    width: 212px;
    height: 162px;
    display: block;
}
.banner__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}