@charset "utf-8";

/*---------------------------------------
共通・リセット
---------------------------------------*/

.h1_section {
    display: none;
}

#contents {
    width: 100%;
    padding-bottom: 83px;
    overflow: hidden;
}

.l-page * {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    box-sizing: border-box;
}

.wrap {
    max-width: 950px;
    margin: 0 auto;
}

.section__title {
    font-size: 24px;
    font-weight: 700;
    color: #765c30;
    line-height: 1;
    text-align: center;
    margin-bottom: 26px;
}

.service,
.precedent {
    padding: 60px 0;
}

.intro__inner,
.service__inner {
    padding: 0 40px;
}


/*---------------------------------------
パンくずここから
---------------------------------------*/

.breadcrumbs * {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
}

.breadcrumbs {
    background-color: #72af2c;
}

.breadcrumbs__inner {
    max-width: 950px;
    margin: 0 auto;
    padding: 7px 40px 7px;
}

.breadcrumbs__icon {
    display: inline-block;
    margin: 0 4px;
}


/*---------------------------------------
パンくずここまで
---------------------------------------*/


/*---------------------------------------
ページ上部
---------------------------------------*/

.page-head__inner {
    width: 950px;
    min-height: 140px;
    margin: 0 auto;
    background-color: #765c30;
    padding: 40px 0 22px 369px;
    position: relative;
}

.headline {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.headline__sm {
    display: block;
    font-weight: 400;
    color: inherit;
    margin-top: 18px;
}

.page-head__box {
    width: 290px;
    height: 250px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 87px 0 0 28px;
}


/*---------------------------------------
当社が行っているサービス&当社の管理実績
---------------------------------------*/

.intro {
    padding: 28px 0 60px;
}

.intro__title {
    font-size: 24px;
    font-weight: 700;
    color: #765c30;
    line-height: 1;
    margin-bottom: 20px;
}

.intro__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.intro-data {
    width: 290px;
    margin-top: 150px;
}

.intro-data__block {
    display: flex;
    justify-content: space-between;
}

.intro-achievement {
    width: 135px;
    height: 40px;
    display: flex;
}

.intro-achievement__name,
.intro-achievement__number {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-achievement__name {
    width: 58px;
    background-color: #765c30;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.intro-achievement__number {
    width: calc(100% - 58px);
    background-color: #fff;
}

.intro-service {
    width: 540px;
}

.intro-service__list {
    display: flex;
    flex-wrap: wrap;
}

.intro-service__item {
    margin: 0 10px 10px 0;
}

.intro-service__item:nth-child(5n) {
    margin-right: 0;
}

.intro-service__item:nth-last-child(-n+5) {
    margin-bottom: 0;
}

.intro__copy {
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .intro-achievement__name {
        padding: 5px 0 0;
    }
}


/*---------------------------------------
サービスと実績
---------------------------------------*/

.service {
    background-color: #fff;
}

.service-panel {
    border: 2px solid #765c30;
    padding: 45px 40px 40px 106px;
    position: relative;
    margin-bottom: 20px;
}

.service-panel:last-child {
    margin-bottom: 0;
}

.service-box {
    width: 70px;
    position: absolute;
    top: 6px;
    left: 6px;
}

[class*="service-box__number"] {
    color: #fff;
    text-align: center;
    line-height: 1;
}

.service-box__number {
    width: 70px;
    height: 70px;
    background-color: #72af2c;
    font-size: 14px;
    font-weight: 700;
    padding-top: 18px;
    margin-bottom: 4px;
}

.service-box__number--lg {
    display: block;
    font-size: 24px;
    margin-top: 6px;
}

.service-box__border {
    display: block;
    width: 100%;
    height: 7px;
    background-color: #72af2c;
}

.service-panel__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #72af2c;
    margin-bottom: 10px;
}

.service-panel__text {
    margin-bottom: 27px;
}

.service-panel__text:last-child {
    margin-bottom: 0;
}


/*---------------------------------------
実例/実績紹介
---------------------------------------*/

.precedent__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.precedent__block:last-child {
    margin-bottom: 0;
}

.precedent-panel {
    width: 460px;
}

.precedent-panel__head {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #765c30;
    background-color: #baad97;
    padding: 12px 0 12px;
}

.panel-accent .precedent-panel__head {
    color: #fff;
    background-color: #765c30;
}

.precedent-panel__body {
    padding: 18px 20px 45px;
    background-color: #fff;
}

.precedent-data {
    min-height: 424px;
    margin-bottom: 53px;
    position: relative;
}

.precedent-data:last-child {
    margin-bottom: 0;
}

.precedent-data::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 30px 0 30px;
    border-color: #baad97 transparent transparent transparent;
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: auto;
}

.panel-accent .precedent-data::after {
    border-color: #765c30 transparent transparent transparent;
}

.precedent-data:last-child::after {
    display: none;
}

.precedent-data__image {
    margin-bottom: 18px;
}

.precedent-data__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 0 7px;
    margin-bottom: 10px;
}

.precedent-data__text {
    padding: 0 7px;
}

@media all and (-ms-high-contrast: none) {
    .precedent-panel__head {
        padding: 16px 0 8px;
    }
}


/*---------------------------------------
お客様の声をご紹介
---------------------------------------*/

.customer {
    margin-bottom: 60px;
}

.customer__title {
    margin-bottom: 40px;
}

.customer__block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #72af2c;
    padding: 53px 0 40px;
}

.customer__block:first-of-type {
    border-top: 1px solid #72af2c;
}

.customer__image {
    width: 150px;
}

.customer-info {
    width: calc(100% - 150px - 29px);
    margin-top: -3px;
}

.customer-info__title {
    font-size: 24px;
    font-weight: 700;
    color: #72af2c;
    line-height: 1.2;
    margin-bottom: 9px;
}


/*---------------------------------------
お問い合わせ
---------------------------------------*/

.contactUs-panel {
    border: 6px solid #72af2c;
    padding: 50px 0 65px;
    text-align: center;
    background-color: #fff;
}

.contactUs-panel__title {
    font-size: 36px;
    font-weight: 700;
    color: #72af2c;
    line-height: 1;
    margin-bottom: 22px;
}

.contactUs-panel__text {
    font-size: 24px;
    margin-bottom: 24px;
}

.contactUs-panel__phone {
    width: 610px;
    height: 70px;
    background-color: #d8b304;
    border-radius: 10px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 10px;
    text-align: left;
    padding-left: 142px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 14px;
}

.contactUs-panel__rentalmanagement{
    width: 610px;
    height: 70px;
    background-color: #72af2c;
    border-radius: 10px;
    margin: 40px auto 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    box-shadow: 0 10px #558222;
}

.contactUs-panel__rentalmanagement a{
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
}

.contactUs-panel__rentalmanagement:hover{
    margin-top: 58px;
    margin-bottom: -18px;
    box-shadow: 0 0 #558222;
}

.contactUs-panel__rentalmanagement a{
    text-decoration: none;
}

.contactUs-panel__phone--icon {
    display: inline-block;
    width: 27px;
    height: 29px;
    margin-right: 10px;
    vertical-align: -2px;
    background: url(../images/icon_phone.png) no-repeat center / cover;
}

@media all and (-ms-high-contrast: none) {
    .contactUs-panel__phone {
        padding-top: 20px;
    }
}



.floatBnr * {
    font-family: 'Noto Sans JP', sans-serif;
}
.floatBnr {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(73, 55, 24, .9);   
}
.floatBnr.static {
    display: none;
}
.floatBnr_inner {
    width: 892px;
    margin: auto;
    padding: 11px 20px 9px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floatbnr_tel_txt {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.floatbnr_tel_num {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.icn_float_tel {
    width: 27px;
    height: 29px;
    margin-right: 10px;
    background: url(/owner/gyoumu/images/icn_float_tel.png) center / contain no-repeat;
    display: inline-block;
}