@charset "UTF-8";

:root {
    --color-1: #61b710;
    --color-2: #f26938;
    --color-3: #767171;
}

/* ━━━━━━━━━━━━━━━━

 ■初期化

━━━━━━━━━━━━━━━━ */
body {
    font-family: "Noto Sans Japanese", sans-serif;
    min-width: auto !important;
}

/* ━━━━━━━━━━━━━━━━

 ■ユーティリティ

━━━━━━━━━━━━━━━━ */
/**
 * Display
 */
/*==================================
* media
==================================*/
@media screen and (min-width: 768px) {
    .u-hidden-pc {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-hidden-sp {
        display: none !important;
    }
}

/**
 * margin
 */
.u-mr-5 {
    margin-right: 5px !important;
}

.u-mr-10 {
    margin-right: 10px !important;
}

.u-ml-5 {
    margin-left: 5px !important;
}

.u-ml-10 {
    margin-left: 10px !important;
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-mb-5 {
    margin-bottom: 5px !important;
}

.u-mb-10 {
    margin-bottom: 10px !important;
}

.u-mb-15 {
    margin-bottom: 15px !important;
}

.u-mb-20 {
    margin-bottom: 20px !important;
}

.u-mb-30 {
    margin-bottom: 30px !important;
}

.u-mb-40 {
    margin-bottom: 40px !important;
}

.u-mb-50 {
    margin-bottom: 50px !important;
}

.u-mb-80 {
    margin-bottom: 80px !important;
}

/**
 * Padding
 */
.u-pt-0 {
    padding-top: 0 !important;
}

.u-pt-10 {
    padding-top: 10px !important;
}

.u-pt-50 {
    padding-top: 50px !important;
}

.u-pb-0 {
    padding-bottom: 0 !important;
}

.u-pd-0 {
    padding: 0 !important;
}

/**
 * Text
 */
/*==================================
* color
==================================*/
.u-fc-light {
    color: #ced4da !important;
}

.u-fc-dark {
    color: #343a40 !important;
}

.u-fc-blue {
    color: #345887 !important;
}

.u-fc-red {
    color: #dc3545 !important;
}

.u-fc-red-dark {
    color: #ad002d !important;
}

.u-fc-green {
    color: #03967a !important;
}

.u-fc-orange {
    color: #FF8C00 !important;
}

.u-fc-white {
    color: #fff !important;
}

.u-fc-yellow {
    color: #ffc107 !important;
}

/*==================================
* font-size
==================================*/
.u-fs-h1 {
    font-size: 2rem !important;
}

.u-fs-h2 {
    font-size: 1.5rem !important;
}

.u-fs-h3 {
    font-size: 1.1rem !important;
}

@media screen and (min-width: 768px) {
    .u-fs-h1 {
        font-size: 2.5rem !important;
    }

    .u-fs-h2 {
        font-size: 1.7rem !important;
    }

    .u-fs-h3 {
        font-size: 1.2rem !important;
    }
}

/*==================================
* font-weight
==================================*/
.u-fw-bold {
    font-weight: bold !important;
}

/*==================================
* align
==================================*/
.u-text-top {
    vertical-align: top !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-right {
    text-align: right !important;
}

.u-text-left {
    text-align: left !important;
}

.u-text-middle {
    vertical-align: middle !important;
}

.u-text-bottom {
    vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
    .u-text-pc-center {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .u-text-sp-center {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .u-text-sp-left {
        text-align: left !important;
    }
}

/*==================================
* マーカー
==================================*/
.u-text-marker {
    background: linear-gradient(transparent 70%, #FFF799 70%);
}

.u-text-marker--orange {
    background: linear-gradient(transparent 75%, #ffbf7f 75%);
}

/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */
/*
　概要-09
================================*/
.c-about-09__container {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-inline: 8vw;
    box-sizing: border-box;
}

.c-about-09 {
    position: relative;
}

.c-about-09::before {
    position: absolute;
    display: block;
    content: "";
    left: -8vw;
    right: -8vw;
    width: auto;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
}

.c-about-09__head {
    transform: translateY(-50%);
}

.c-about-09__head__title {
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Century Gothic", "Arial", sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.c-about-09__head__img__container {
    margin-top: 2rem;
}

.c-about-09__head__img {
    position: relative;
}

.c-about-09__head__img:nth-child(1) {
    width: 98%;
    margin-left: -8vw;
}

.c-about-09__head__img:nth-child(2) {
    display: none;
    width: 90%;
    margin-top: 1.25rem;
    margin-right: -8vw;
    margin-left: auto;
    padding-left: 8vw;
}

.c-about-09__head__img:nth-child(3) {
    display: none;
    width: 75%;
    margin-top: 1.25rem;
    margin-left: -8vw;
    padding-right: 8vw;
}

.c-about-09__head__img img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-about-09__body {
    margin-top: 2.875rem;
}

.c-about-09__body__title {
    letter-spacing: 0.2em;
    font-size: 20px;
    font-weight: bold;
}

.c-about-09__desc {
    margin-top: 1.25rem;
    line-height: 2;
    font-size: 14px;
}

a.c-about-09__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    padding: 0 1rem 0 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    text-decoration: none;
    color: #000;
}

a.c-about-09__btn:hover .c-about-09__btn__arrow {
    position: relative;
    display: flex;
    align-items: center;
}

a.c-about-09__btn:hover i {
    left: 100%;
}

.c-about-09__btn__text {
    margin-right: 1rem;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}

.c-about-09__btn__arrow {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0.7rem;
    margin-left: auto;
}

.c-about-09__btn__arrow i {
    position: absolute;
    left: 0;
    font-size: 15px;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-about-09__btn__line {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.6rem;
    pointer-events: none;
}

.c-about-09__btn__line::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
}

.c-about-09__btn__line::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #000;
}

/* PC */
@media screen and (min-width: 1024px) {
    .c-about-09__container {
        padding-inline: 9.5vw;
        margin-top: 100px;
    }

    .c-about-09 {
        padding-bottom: 4rem;
    }

    .c-about-09::before {
        left: -4.3rem;
        right: -4.3rem;
    }

    .c-about-09__head__title {
        font-size: 50px;
    }

    .c-about-09__head__img__container {
        margin-top: 0;
    }

    .c-about-09__head__img {
        position: absolute;
        width: 100%;
    }

    .c-about-09__head__img:nth-child(1) {
        width: 75%;
        top: -5rem;
        left: calc(50% + 3.75rem);
        width: 18.75rem;
        margin-left: 0;
        padding-right: 0;
    }

    .c-about-09__head__img:nth-child(2) {
        display: block;
        top: 21.5rem;
        left: calc(50% - 2.5rem);
        width: 25rem;
        margin-top: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .c-about-09__head__img:nth-child(3) {
        display: block;
        top: 2.9375rem;
        left: calc(50% + 23.5rem);
        width: 18.75rem;
        margin-left: 0;
        padding-right: 0;
    }

    .c-about-09__head__img img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .c-about-09__body {
        margin-top: 1.8rem;
    }

    .c-about-09__desc {
        width: calc(50% - 8rem);
        line-height: 2.2;
        font-size: 16px;
    }

    a.c-about-09__btn {
        max-width: 13.7rem;
        margin-bottom: 0;
    }

    .c-about-09__btn__text {
        position: relative;
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .c-about-09__head__img {
        position: absolute;
    }

    .c-about-09__head__img:nth-child(1) {
        top: -5.8vw;
        left: calc(50% + 4.3vw);
        width: 22vw;
    }

    .c-about-09__head__img:nth-child(2) {
        top: 25.1830161054vw;
        left: calc(50% - 3.7vw);
        width: 30vw;
    }

    .c-about-09__head__img:nth-child(3) {
        top: 3.4407027818vw;
        left: calc(50% + 27.3vw);
        width: 22vw;
    }
}

/*
　セクションタイトル-09
================================*/
.c-section-title-09 {
    position: relative;
    padding: 50px 0 30px 0;
    background-color: #6eb92b;
    overflow: hidden;
}

.c-section-title-09::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    letter-spacing: 0.3rem;
    font-size: clamp(70px, 9.1145833333vw, 100px);
    font-family: "Arial", "Century Gothic", sans-serif;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.05);
    z-index: 1;
}

.c-section-title-09--buy::after {
    content: "BUY";
}

.c-section-title-09--rent::after {
    content: "RENT";
}

.c-section-title-09--sell::after {
    content: "SELL";
}

.c-section-title-09--management::after {
    content: "MANAGEMENT";
    font-size: clamp(40px, 5.2083333333vw, 100px);
}

.c-section-title-09__inner {
    padding: 0 20px;
    text-align: center;
}

.c-section-title-09__inner h2 {
    margin-bottom: 20px;
    font-size: clamp(35px, 4.5572916667vw, 45px);
    font-weight: bold;
    color: #FFF;
}

.c-section-title-09__inner h2 span {
    color: #f3e600;
}

.c-section-title-09__inner p {
    color: #FFF;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-section-title-09 {
        padding: 60px 0 50px;
    }

    .c-section-title-09::after {
        top: 27%;
        font-size: clamp(80px, 7.0175438596vw, 120px);
    }

    .c-section-title-09__inner {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0;
    }

    .c-section-title-09__inner h2 {
        font-size: clamp(55px, 4.8245614035vw, 70px);
        line-height: 1.2;
    }

    .c-section-title-09__inner p {
        font-size: clamp(16px, 1.4035087719vw, 20px);
        text-align: center;
    }
}

/*
　ルビ付き-09
================================*/
.c-title-ruby-09 {
    width: 90%;
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 1.4;
}

.c-title-ruby-09 h2 {
    font-size: 26px;
    font-weight: 900;
    color: #333;
}

.c-title-ruby-09 span::first-letter {
    color: #6eb92b;
}

.c-title-ruby-09 span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-09 {
        width: 100%;
        margin: 0 auto 45px auto;
    }

    .c-title-ruby-09 h2 {
        font-size: 35px;
    }

    .c-title-ruby-09 span {
        font-size: 20px;
    }
}

/*
　物件情報
================================*/
.c-estate-list-slide-01__container {
    overflow: hidden;
}

.c-estate-list-slide-01__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 max(40px, 10vw);
}

.c-estate-list-slide-01 {
    overflow: visible;
}

.c-estate-list-slide-01,
.c-estate-list-slide-01--gray {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.c-estate-list-slide-01 li,
.c-estate-list-slide-01--gray li {
    position: relative;
    max-width: 450px;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* テキスト部分の背景：白色 */
.c-estate-list-slide-01 li {
    background-color: #fff;
}

/* テキスト部分の背景：灰色 */
.c-estate-list-slide-01--gray li {
    background-color: #f5f5f5;
}

.c-estate-list-slide-01 li:hover,
.c-estate-list-slide-01--gray li:hover {
    transform: translateY(-6px);
    opacity: 0.7;
}

.c-estate-list-slide-01 a,
.c-estate-list-slide-01--gray a {
    display: block;
    text-decoration: none;
    color: #000;
}

.c-estate-list-slide-01__image {
    position: relative;
}

.c-estate-list-slide-01__image img {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.c-estate-list-slide-01__type {
    position: absolute;
    bottom: -15px;
    left: 10px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #6eb92b;
    color: #fff;
    z-index: 50;
}

.c-estate-list-slide-01__textarea {
    padding: 20px 10px 15px 10px;
}

.c-estate-list-slide-01__name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}

.c-estate-list-slide-01__access {
    margin-bottom: 3px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-estate-list-slide-01__price {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}

.c-estate-list-slide-01__price span {
    font-size: 17px;
}

.c-estate-list-slide-01__catchcopy {
    line-height: 1.3;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-estate-list-slide-01__label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 14px 2px;
    text-align: center;
    width: 55px;
    height: 55px;
    background: #f4de51;
    border-radius: 50px;
    box-sizing: border-box;
}

.c-estate-list-slide-01__label span {
    color: #555;
    font-size: 13px;
    font-weight: bold;
}

.c-estate-list-slide-01__label span[data-label*=販売停止] {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* PC */
@media screen and (min-width: 1000px) {
    .c-estate-list-slide-01__inner {
        padding: 0 80px;
    }

    .c-estate-list-slide-01,
    .c-estate-list-slide-01--gray {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }

    .c-estate-list-slide-01::after,
    .c-estate-list-slide-01--gray::after {
        content: "";
        display: block;
        width: 263px;
    }

    .c-estate-list-slide-01 li,
    .c-estate-list-slide-01--gray li {
        width: 263px;
        min-height: 376px;
        margin-bottom: 50px;
    }

    .c-estate-list-slide-01__type {
        left: 18px;
    }

    .c-estate-list-slide-01__textarea {
        padding: 25px 18px 20px 18px;
    }

    .c-estate-list-slide-01__name {
        font-size: 17px;
    }

    .c-estate-list-slide-01__access,
    .c-estate-list-slide-01__catchcopy {
        font-size: 15px;
    }

    .c-estate-list-slide-01__label {
        top: 12px;
        right: 12px;
        padding: 13px 2px;
    }

    .c-estate-list-slide-01__label span {
        font-size: 14px;
    }
}

/*
　swiper
================================*/
.swiper.js-swiper-estate {
    padding-bottom: 20px;
    overflow: visible;
}

.js-swiper-estate .swiper-pagination.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    bottom: 18px;
    width: calc(100% - 130px);
    text-align: left;
}

.js-swiper-estate .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: unset;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.js-swiper-estate .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #6eb92b;
}

.js-swiper-estate .swiper-button-next,
.js-swiper-estate .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #6eb92b;
    transition: opacity 0.3s ease;
}

.js-swiper-estate .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: unset;
    right: 70px;
}

.js-swiper-estate .swiper-button-next {
    top: unset;
    bottom: 0;
}

.js-swiper-estate .swiper-button-next:hover,
.js-swiper-estate .swiper-button-prev:hover {
    opacity: 0.8;
}

.js-swiper-estate .swiper-button-next::after,
.js-swiper-estate .swiper-button-prev::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.js-swiper-estate .swiper-button-prev::after {
    transform: rotate(-135deg);
}

/*
　よくある質問（アコーディオン）-02
================================*/
.c-accordion-menu-02 {
    width: 100%;
    margin: 0 auto 30px auto;
}

.c-accordion-menu-02 li {
    display: block;
    background: #fff;
    box-shadow: 1px 1px 6px #dcdcdc;
    margin-bottom: 20px;
    overflow: hidden;
}

.c-accordion-menu-02__check {
    display: none;
}

.c-accordion-menu-02__check:checked+.c-accordion-menu-02__question+.c-accordion-menu-02__answer {
    padding: 15px 30px 15px 30px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.c-accordion-menu-02__check:checked+.c-accordion-menu-02__question::after {
    content: "－";
}

.c-accordion-menu-02__question {
    position: relative;
    display: block;
    padding: 15px 50px 15px 30px;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
}

.c-accordion-menu-02__question::before {
    position: absolute;
    display: block;
    top: 12px;
    left: 8px;
    box-sizing: border-box;
    content: "Q";
    color: #6eb92b;
    font-size: 19px;
}

.c-accordion-menu-02__question::after {
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    padding: 15px;
    box-sizing: border-box;
    content: "＋";
    color: #6eb92b;
}

.c-accordion-menu-02__answer {
    padding: 0 30px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.c-accordion-menu-02__answer p {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 15px;
    word-break: break-word;
    position: relative;
}

.c-accordion-menu-02__answer p::before {
    position: absolute;
    display: block;
    top: -4px;
    left: -19px;
    box-sizing: border-box;
    content: "A";
    color: #f26938;
    font-weight: bold;
    font-size: 20px;
}

.c-accordion-menu-02__button {
    text-align: right;
}

@media screen and (min-width: 768px) {
    .c-accordion-menu-02 {
        margin-bottom: 50px;
    }

    .c-accordion-menu-02__question {
        padding-right: 70px;
        padding-left: 40px;
        font-size: 18px;
        cursor: pointer;
    }

    .c-accordion-menu-02__question::before {
        left: 18px;
    }

    .c-accordion-menu-02__question::after {
        padding: 20px;
    }

    .c-accordion-menu-02__answer {
        padding: 0 30px 0 40px;
    }

    .c-accordion-menu-02__check:checked+.c-accordion-menu-02__question+.c-accordion-menu-02__answer {
        padding: 15px 70px 15px 40px;
    }

    .c-accordion-menu-02__answer p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/*
　スタッフ紹介-02
================================*/
.c-staff-list-02 li {
    margin-bottom: 50px;
}

.c-staff-list-02 li:last-child {
    margin-bottom: 20px;
}

.c-staff-list-02__post {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.c-staff-list-02__name {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.c-staff-list-02__title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #cccccc;
}

.c-staff-list-02__content dl {
    margin-bottom: 20px;
}

.c-staff-list-02__content dl dt,
.c-staff-list-02__content dl dd {
    margin: 0 0 5px 0;
    box-sizing: border-box;
}

.c-staff-list-02__content dl dt {
    display: inline-block;
    font-weight: bold;
    color: #333;
}

.c-staff-list-02__content dl dd {
    display: inline-block;
}

.c-staff-list-02__image {
    text-align: center;
}

.c-staff-list-02__image a {
    display: block;
    overflow: hidden;
}

.c-staff-list-02__image a img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: 1s all;
}

.c-staff-list-02__image a img:hover {
    opacity: 1;
    transform: scale(1.2, 1.2);
}

/* PC */
@media screen and (min-width: 768px) {
    .c-staff-list-02 li {
        display: flex;
        justify-content: space-between;
    }

    .c-staff-list-02__content {
        width: calc(100% - 365px);
        margin-right: 30px;
    }

    .c-staff-list-02__post {
        font-size: 18px;
    }

    .c-staff-list-02__name {
        font-size: 28px;
    }

    .c-staff-list-02__image {
        max-width: 365px;
    }
}

/*
　会社概要-06
================================*/
.c-company-06 {
    margin: 0 auto 10px auto;
}

.c-company-06__body {
    margin-bottom: 30px;
}

.c-company-06__body__detail {
    margin-bottom: 20px;
}

.c-company-06__body__detail dl>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 13px 10px;
    font-weight: bold;
    border-bottom: dotted 1px #908a6a;
    box-sizing: border-box;
}

.c-company-06__body__detail dl>div:last-child {
    border-bottom: none;
}

.c-company-06__body__detail dt {
    width: 30%;
    text-align: center;
}

.c-company-06__body__detail dd {
    width: 65%;
}

.c-company-06__body__map {
    height: 250px;
}

.c-company-06__body__map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.c-company-06__foot__image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-company-06__foot__image img {
    display: block;
    width: 49%;
    height: auto;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 7px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-company-06 {
        margin: 0 auto 30px auto;
        padding: 0 8px;
    }

    .c-company-06__body {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .c-company-06__body__detail {
        width: 55%;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .c-company-06__body__detail dt {
        width: 20%;
        text-align: center;
    }

    .c-company-06__body__detail dd {
        width: 75%;
    }

    .c-company-06__body__map {
        width: 45%;
        height: 400px;
    }

    .c-company-06__foot__image {
        display: flex;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .c-company-06__foot__image img {
        width: 23%;
        margin: 0 11px 10px 11px;
    }
}

/*
　ページタイトル-07
================================*/
.c-page-title-07 {
    display: flex;
    flex-direction: column;
}

.c-page-title-07.c-page-title-07__souzoku {
    margin-bottom: 30px;
}

.c-page-title-07__image {
    position: relative;
    width: 85%;
    margin: 0 0 0 auto;
    font-size: 0;
}

.c-page-title-07__image::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: rgba(29, 30, 65, 0.35);
}

.c-page-title-07__image img {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
}

.c-page-title-07__rabel {
    position: absolute;
    bottom: -15%;
    right: 2.2135416667vw;
    padding-right: 0.15em;
    font-size: clamp(63px, 8.203125vw, 100px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    font-style: italic;
    color: rgba(219, 219, 219, 0.46);
    line-height: 1;
}

.c-page-title-07__management .c-page-title-07__rabel {
    font-size: clamp(40px, 5.2083333333vw, 70px);
}

.c-page-title-07__text {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}

.c-page-title-07__text__inner {
    margin-top: 25px;
}

.c-page-title-07__text__inner h2 {
    margin-bottom: 10px;
    font-size: clamp(30px, 3.90625vw, 33px);
    font-weight: 900;
    color: #6eb92b;
}

.c-page-title-07__text__inner p {
    line-height: 1.75;
    font-weight: bold;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-page-title-07 {
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 50px;
    }

    .c-page-title-07.c-page-title-07__souzoku {
        margin-bottom: 80px;
    }

    .c-page-title-07__image {
        width: 65%;
    }

    .c-page-title-07__image img {
        height: clamp(280px, 30.701754386vw, 400px);
        -o-object-position: top right;
        object-position: top right;
    }

    .c-page-title-07__rabel {
        right: 1.7543859649vw;
        font-size: clamp(110px, 9.649122807vw, 180px);
    }

    .c-page-title-07__management .c-page-title-07__rabel {
        font-size: clamp(70px, 7.8947368421vw, 160px);
    }

    .c-page-title-07__text {
        position: relative;
        width: 35%;
        height: clamp(280px, 30.701754386vw, 400px);
    }

    .c-page-title-07__text__inner {
        position: absolute;
        top: 20%;
        left: 10%;
        min-width: 400px;
        margin: 0;
    }

    .c-page-title-07__text__inner h2 {
        margin-bottom: 20px;
        font-size: clamp(50px, 4.3859649123vw, 75px);
        line-height: 1.2;
        text-shadow: #fff 3px 3px 3px, #fff -3px -3px 3px, #fff -3px 3px 3px, #fff 3px -3px 3px, #fff 3px 0px 3px, #fff -3px 0px 3px, #fff 0px 3px 3px, #fff 0px -3px 3px;
    }

    .c-page-title-07__text__inner p {
        letter-spacing: 0.08em;
        font-size: clamp(18px, 1.5789473684vw, 23px);
        text-shadow: #fff 3px 3px 3px, #fff -3px -3px 3px, #fff -3px 3px 3px, #fff 3px -3px 3px, #fff 3px 0px 3px, #fff -3px 0px 3px, #fff 0px 3px 3px, #fff 0px -3px 3px;
    }
}

/* PC */
@media screen and (min-width: 1500px) {
    .c-page-title-07__text__inner {
        position: absolute;
        top: 53%;
        left: 55%;
        transform: translate(-50%, -50%);
        min-width: 450px;
    }
}

/*
　物件情報-02
================================*/
.c-estate-list-col3-02,
.c-estate-list-col3-02--gray {
    width: 95%;
    margin: 0 auto;
}

.c-estate-list-col3-02 li,
.c-estate-list-col3-02--gray li {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
}

/* テキスト部分の背景：白色 */
.c-estate-list-col3-02 li {
    background-color: #fff;
}

/* テキスト部分の背景：灰色 */
.c-estate-list-col3-02--gray li {
    background-color: #f5f5f5;
}

.c-estate-list-col3-02 a,
.c-estate-list-col3-02--gray a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000;
}

.c-estate-list-col3-02__image {
    position: relative;
}

.c-estate-list-col3-02__image img {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.c-estate-list-col3-02__type {
    position: absolute;
    bottom: -15px;
    left: 10px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #6eb92b;
    color: #fff;
}

.c-estate-list-col3-02__textarea {
    padding: 25px 20px 20px 20px;
}

.c-estate-list-col3-02__name {
    font-weight: bold;
    margin-bottom: 5px;
}

.c-estate-list-col3-02__access {
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-estate-list-col3-02__price {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}

.c-estate-list-col3-02__price span {
    font-size: 17px;
}

.c-estate-list-col3-02__catchcopy {
    line-height: 1.3;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-estate-list-col3-02__label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 14px 2px;
    text-align: center;
    width: 55px;
    height: 55px;
    background: #f4de51;
    border-radius: 50px;
    box-sizing: border-box;
}

.c-estate-list-col3-02__label span {
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

.c-estate-list-col3-02__label span[data-label*=販売停止] {
    font-weight: bold;
    color: #ff0000;
}

/* PC */
@media screen and (min-width: 768px) {

    .c-estate-list-col3-02,
    .c-estate-list-col3-02--gray {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .c-estate-list-col3-02::after,
    .c-estate-list-col3-02--gray::after {
        content: "";
        display: block;
        width: 31%;
    }

    .c-estate-list-col3-02 li,
    .c-estate-list-col3-02--gray li {
        width: 31%;
        margin-bottom: 50px;
    }

    .c-estate-list-col3-02 a:hover,
    .c-estate-list-col3-02--gray a:hover {
        opacity: 0.6;
    }

    .c-estate-list-col3-02__type {
        left: 20px;
    }

    .c-estate-list-col3-02__textarea {
        padding: 30px 25px 25px 25px;
    }

    .c-estate-list-col3-02__name {
        font-size: 18px;
    }

    .c-estate-list-col3-02__access,
    .c-estate-list-col3-02__catchcopy {
        font-size: 16px;
    }

    .c-estate-list-col3-02__label {
        top: 12px;
        right: 12px;
        padding: 13px 2px;
    }
}

/*
　物件検索-02
================================*/
.c-estate-search-02__category {
    width: 90%;
    margin: 0 auto 20px auto;
}

.c-estate-search-02__category ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-estate-search-02__category li {
    width: 47%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #FFF;
}

.c-estate-search-02__category li a {
    text-decoration: none;
    color: #000;
    padding: 15px 10px;
    display: block;
    border: 1px solid #000;
}

.c-estate-search-02__category li a:hover {
    border: 1px solid #6eb92b;
    color: #6eb92b;
    font-weight: bold;
}

.c-estate-search-02__banner {
    width: 90%;
    margin: 0 auto;
}

.c-estate-search-02__banner ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-estate-search-02__banner li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 18px;
}

.c-estate-search-02__banner li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 10px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}

.c-estate-search-02__banner li a span {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 33px;
    font-weight: 500;
    color: #f0f0f0;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    z-index: -1;
}

.c-estate-search-02__banner li a::before {
    content: "";
    bottom: 2px;
    right: 2px;
    border-top: 1.5em solid transparent;
    border-right: 1.5em solid #000;
    position: absolute;
    z-index: 1;
}

.c-estate-search-02__banner li a::after {
    content: "";
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    font-weight: bold;
    right: 0px;
    position: absolute;
}

.c-estate-search-02__banner li a img {
    height: 55px;
    margin-right: 15px;
    z-index: 1;
}

.c-estate-search-02__banner li a:hover {
    border: 1px solid #6eb92b;
    color: #6eb92b;
    font-weight: bold;
}

.c-estate-search-02__banner li a:hover::before {
    border-right: 1.5em solid #6eb92b;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-estate-search-02__category {
        width: 100%;
    }

    .c-estate-search-02__category li {
        width: 18%;
        font-size: 18px;
    }

    .c-estate-search-02__banner {
        width: 100%;
    }

    .c-estate-search-02__banner li {
        width: 31.5%;
        font-size: 19px;
    }

    .c-estate-search-02__banner li a {
        padding: 25px 10px;
    }

    .c-estate-search-02__banner li a span {
        font-size: 40px;
    }

    .c-estate-search-02__banner li a img {
        height: 60px;
    }
}

/**
 * Block
 */
/*==================================
* コンテナ
==================================*/
.c-block {
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (min-width: 768px) {
    .c-block {
        max-width: 1140px;
    }
}

/**
 * Button
 */
/*==================================
* Button
==================================*/
.c-button-container {
    padding-top: 30px;
    text-align: center;
}

/*
　標準ボタン
================================*/
.c-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px 5px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #6eb92b;
    background-color: #FFF;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    overflow: hidden;
    z-index: 1;
}

.c-button,
.c-button:link,
.c-button:visited {
    text-decoration: none;
    color: #6eb92b;
    font-weight: bold;
}

.c-button::after {
    background: #6eb92b;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.c-button:hover {
    color: #FFF;
}

.c-button:hover::after {
    transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
    .c-button {
        width: 43%;
        padding: 15px 10px;
        font-size: 17px;
    }
}

/*
　プライマリボタン
================================*/
.c-button--primary {
    display: block;
    width: 95%;
    padding: 20px 10px;
    margin: 0 auto;
    background-color: #6eb92b;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:visited {
    text-decoration: none;
    color: #FFF;
}

.c-button--primary:hover {
    opacity: 0.8;
}

@media screen and (min-width: 768px) {
    .c-button--primary {
        width: 35%;
        font-size: 17px;
    }
}

/*
　セカンダリボタン
================================*/
.c-button--secondary {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #f26938;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.c-button--secondary,
.c-button--secondary:link,
.c-button--secondary:visited {
    text-decoration: none;
    color: #FFF;
}

.c-button--secondary:hover {
    background-color: #767171;
}

@media screen and (min-width: 768px) {
    .c-button--secondary {
        width: 35%;
        font-size: 17px;
    }
}

/*
　アウトラインボタン
================================*/
.c-button-outline {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #111;
    box-sizing: border-box;
}

.c-button-outline,
.c-button-outline:link,
.c-button-outline:visited {
    text-decoration: none;
    color: #111;
}

.c-button-outline:hover {
    border-color: transparent;
    color: #FFF;
    background-color: #6eb92b;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-button-outline {
        width: 43%;
        font-size: 18px;
    }
}

/*
　システム標準-H2
================================*/
h2.tit {
    width: 90%;
    text-align: center;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 15px auto 30px auto;
    padding: 0;
    background-color: transparent !important;
}

/* PC */
@media screen and (min-width: 768px) {
    h2.tit {
        margin-top: 0;
        width: 100%;
        font-size: 2rem;
    }
}

/*
　システム標準-H3
================================*/
h3.tit {
    position: relative;
    border-bottom: 4px solid #ccc;
    margin: 0 0 20px 0;
    padding: 15px 10px 15px 0;
    font-size: 1.1rem;
    background: transparent;
    text-shadow: none;
    border-top: none;
}

h3.tit:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: "";
    width: 20%;
    height: 4px;
    background-color: #6eb92b;
}

/* PC */
@media screen and (min-width: 768px) {
    h3.tit {
        max-width: 1140px;
        margin: 0 auto 40px auto;
        padding: 0 0 10px 0;
        font-size: 1.3rem;
    }
}

/*
　シンプル-01・中央寄せ
================================*/
.c-title-01 {
    width: 90%;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0 auto 30px auto;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-01 {
        width: 100%;
        font-size: 2.5rem;
    }
}

/*
　シンプル-02・テキストカラー
================================*/
.c-title-02,
.c-title-02--color-2 {
    font-size: clamp(24px, 2.1929824561vw, 30px);
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    color: #6eb92b;
    margin-bottom: 30px;
}

.c-title-02--color-2 {
    color: #f26938;
}

/* PC */
@media screen and (min-width: 768px) {

    .c-title-02,
    .c-title-02--color-2 {
        font-size: clamp(40px, 4.649122807vw, 53px);
        margin-bottom: 50px;
    }
}

/*
　ルビ付き-01
================================*/
.c-title-ruby-01 {
    margin: 0 auto 20px auto;
    text-align: center;
}

.c-title-ruby-01 h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.c-title-ruby-01 span {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-title-ruby-01 span:before,
.c-title-ruby-01 span:after {
    content: "";
    width: 2em;
    border-top: 1px solid;
}

.c-title-ruby-01 span:before {
    margin-right: 0.7em;
}

.c-title-ruby-01 span:after {
    margin-left: 0.7em;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-01 {
        margin: 0 auto 50px auto;
    }

    .c-title-ruby-01 h2 {
        font-size: 2.5rem;
        margin-bottom: 7px;
    }

    .c-title-ruby-01 span {
        font-size: 1.2rem;
    }
}

/*
　ルビ付き-02
================================*/
.c-title-ruby-02 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    padding: 30px 0 10px 0;
}

.c-title-ruby-02 span {
    position: relative;
    line-height: 1.5;
    z-index: 2;
}

.c-title-ruby-02::before {
    content: attr(data-en);
    position: absolute;
    top: 20px;
    left: 10px;
    color: rgba(15, 10, 50, 0.1);
    font-size: 2rem;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    z-index: 1;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-02 {
        font-size: 3rem;
        margin-bottom: 50px;
    }

    .c-title-ruby-02::before {
        top: 0;
        left: 20px;
        font-size: 4.3rem;
    }
}

/*
　ルビ付き-03
================================*/
.c-title-ruby-03 {
    width: 90%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif;
    color: #6eb92b;
    margin: 0 auto 30px auto;
}

.c-title-ruby-03 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-03 {
        width: 100%;
        font-size: 2.3rem;
        line-height: 1.5;
        margin: 0 auto 45px auto;
    }
}

/*
　ルビ付き-04
================================*/
.c-title-ruby-04 {
    width: 90%;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 30px auto;
}

.c-title-ruby-04::first-letter {
    color: #6eb92b;
}

.c-title-ruby-04 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-04 {
        width: 100%;
        font-size: 2.8rem;
        line-height: 1.4;
        margin: 0 auto 45px auto;
    }

    .c-title-ruby-04 span {
        font-size: 18px;
    }
}

/*
　ルビ付き-05
================================*/
.c-title-ruby-05 {
    margin-bottom: 20px;
}

.c-title-ruby-05 span {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
}

.c-title-ruby-05 h2 {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-title-ruby-05 h2:before {
    content: "";
    width: 1.5em;
    border-top: 1px solid;
    margin-right: 0.5em;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-05 {
        margin-bottom: 50px;
    }

    .c-title-ruby-05 span {
        font-size: 40px;
    }

    .c-title-ruby-05 h2 {
        font-size: 18px;
        margin-bottom: 7px;
    }
}

/*
　ルビ付き-06
================================*/
.c-title-ruby-06 {
    width: 90%;
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 1.4;
}

.c-title-ruby-06 h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.c-title-ruby-06 span::first-letter {
    color: #6eb92b;
}

.c-title-ruby-06 span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-ruby-06 {
        width: 100%;
        margin: 0 auto 45px auto;
    }

    .c-title-ruby-06 h2 {
        font-size: 34px;
    }

    .c-title-ruby-06 span {
        font-size: 20px;
    }
}

/*
　下線付き-01
================================*/
.c-title-border-01 {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    width: 90%;
    margin: 0 auto 50px auto;
}

.c-title-border-01::after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    left: calc(50% - 30px);
    bottom: -15px;
    border: 2px solid #6eb92b;
    border-radius: 50px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-border-01 {
        width: 100%;
        font-size: 2.3rem;
        line-height: 1.4;
        margin: 0 auto 70px auto;
    }
}

/*
　番号付き-01
================================*/
.c-title-count-01 {
    position: relative;
    height: 100px;
    margin-right: 100px;
    padding: 20px 0 10px 15px;
    color: #fff;
    background: #6eb92b;
    box-sizing: border-box;
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 22px;
}

.c-title-count-01:after {
    position: absolute;
    top: 0;
    right: -60px;
    width: 0;
    height: 0;
    content: "";
    border-width: 100px 60px 0 0;
    border-style: solid;
    border-color: #6eb92b transparent transparent transparent;
}

.c-title-count-01 span {
    font-size: 50px;
    position: absolute;
    bottom: 0;
    right: -100px;
    display: block;
    padding-left: 16px;
    color: #6eb92b;
    font-family: "Arial", "Noto Sans Japanese", sans-serif;
    font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-count-01 {
        margin-right: 120px;
        margin-bottom: 60px;
        padding: 20px 0 10px 20px;
        font-size: 40px;
        font-size: clamp(33px, 3vw, 40px);
    }

    .c-title-count-01 span {
        font-size: 63px;
        top: 0;
        right: -120px;
        padding-top: 10px;
    }
}

/*
　番号付き-02
================================*/
.c-title-count-02 {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 10px 0;
}

.c-title-count-02 p {
    font-size: clamp(35px, 9vw, 100px);
    font-weight: bold;
    color: #6eb92b;
    font-family: "Arial", sans-serif;
}

.c-title-count-02 h2 {
    margin-left: 3%;
    line-height: 1.4;
    font-size: clamp(20px, 6vw, 41px);
    font-weight: 900;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-count-02 {
        align-items: center;
        padding: 0;
    }

    .c-title-count-02 p {
        margin-top: -2.4%;
        margin-bottom: -2.7%;
        font-size: clamp(130px, 17vw, 205px);
    }

    .c-title-count-02 h2 {
        margin-left: 40px;
        font-size: clamp(30px, 3.5vw, 45px);
    }
}

/*
　付箋風-01
================================*/
.c-title-label-01 {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #f8f8f8;
    border-left: 15px solid #6eb92b;
    margin: 0 0 15px 0;
    padding: 15px 10px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-label-01 {
        font-size: 2rem;
        padding: 11px 10px 11px 20px;
        letter-spacing: 0.04em;
    }
}

/*
　背景カラー-01
================================*/
.c-title-bg-01,
.c-title-bg-01--color-2,
.c-title-bg-01--sm,
.c-title-bg-01--color-2--sm {
    margin-bottom: 30px;
    padding: 15px;
    background: #6eb92b;
    display: flex;
    justify-content: center;
}

.c-title-bg-01 h2,
.c-title-bg-01--color-2 h2,
.c-title-bg-01--sm h2,
.c-title-bg-01--color-2--sm h2,
.c-title-bg-01 h3,
.c-title-bg-01--color-2 h3,
.c-title-bg-01--sm h3,
.c-title-bg-01--color-2--sm h3 {
    font-size: clamp(24px, 4.1666666667vw, 32px);
    color: #fff;
    font-weight: 900;
    line-height: 1.5;
}

.c-title-bg-01--color-2,
.c-title-bg-01--color-2--sm {
    background: #f26938;
}

.c-title-bg-01--sm,
.c-title-bg-01--color-2--sm {
    padding: 10px;
}

.c-title-bg-01--sm h2,
.c-title-bg-01--color-2--sm h2,
.c-title-bg-01--sm h3,
.c-title-bg-01--color-2--sm h3 {
    font-size: clamp(20px, 3.2552083333vw, 25px);
}

/* PC */
@media screen and (min-width: 768px) {

    .c-title-bg-01,
    .c-title-bg-01--color-2,
    .c-title-bg-01--sm,
    .c-title-bg-01--color-2--sm {
        margin-bottom: 50px;
        padding: 30px 0;
        text-align: center;
    }

    .c-title-bg-01 h2,
    .c-title-bg-01--color-2 h2,
    .c-title-bg-01--sm h2,
    .c-title-bg-01--color-2--sm h2,
    .c-title-bg-01 h3,
    .c-title-bg-01--color-2 h3,
    .c-title-bg-01--sm h3,
    .c-title-bg-01--color-2--sm h3 {
        font-size: clamp(32px, 4.1666666667vw, 50px);
        letter-spacing: 0.05em;
    }

    .c-title-bg-01--sm,
    .c-title-bg-01--color-2--sm {
        padding: 15px;
    }

    .c-title-bg-01--sm h2,
    .c-title-bg-01--color-2--sm h2,
    .c-title-bg-01--sm h3,
    .c-title-bg-01--color-2--sm h3 {
        font-size: clamp(25px, 3.90625vw, 30px);
    }
}

/*
　誘導型-01
================================*/
.c-title-induction-01 {
    width: 100%;
    padding-bottom: 35px;
    box-sizing: content-box;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    background-color: #f26938;
}

.c-title-induction-01__inner {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}

.c-title-induction-01__inner h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
}

.c-title-induction-01 span {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-induction-01__inner {
        max-width: 1140px;
        padding: 25px 0 20px 0;
    }

    .c-title-induction-01__inner h2 {
        line-height: 1.3;
        font-size: clamp(35px, 2vw, 40px);
    }

    .c-title-induction-01__inner span {
        font-size: clamp(42px, 5vw, 53px);
    }
}

/*==================================
* ページナビゲーション
==================================*/
/* ヘッダーナビ */
.c-page-nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.c-page-nav__logo {
    text-align: center;
    margin-bottom: 30px;
    max-width: 450px;
    margin: 0 auto 30px;
    width: 75%;
}

.c-page-nav__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-page-nav ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.c-page-nav__list {
    width: 33.333%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
}

.c-page-nav__list:first-child,
.c-page-nav__list:nth-child(2),
.c-page-nav__list:nth-child(3) {
    border-bottom: 1px dotted #333;
}

.c-page-nav__list:not(:nth-child(3n)) {
    border-right: 1px dotted #333;
}

.c-page-nav__list a {
    display: block;
    padding: 10px 3px 15px 3px;
    text-decoration: none;
    color: #333;
}

.c-page-nav__list img {
    width: clamp(50px, 10.4166666667vw, 80px);
    height: clamp(50px, 10.4166666667vw, 80px);
    margin-bottom: 5px;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-page-nav__list p {
    font-size: 15px;
    font-weight: bold;
}

/* PC */
@media screen and (min-width: 1000px) {

    /* ヘッダーナビ */
    .c-page-nav {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .c-page-nav.is-fixed {
        position: fixed;
        top: 0;
        z-index: 100;
        background: #fff;
        display: block;
        width: 100%;
    }

    .c-page-nav ul {
        flex-wrap: nowrap;
        width: 100%;
        max-width: 1200px;
        padding: 13px 0;
        position: relative;
        margin: 0 auto;
    }

    .c-page-nav__list {
        width: 16%;
        flex-grow: 1;
    }

    .c-page-nav__list:first-child,
    .c-page-nav__list:nth-child(2),
    .c-page-nav__list:nth-child(3) {
        border-bottom: none;
    }

    .c-page-nav__list:not(:last-child) {
        border-right: 1px dotted #333;
    }

    .c-page-nav__list a {
        padding: 20px 3px 15px 3px;
    }

    .c-page-nav__list a:hover {
        color: #6eb92b;
    }

    .c-page-nav__list img {
        width: 40%;
        min-width: 80px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin-bottom: 0;
    }

    .c-page-nav__list p {
        font-size: 17px;
    }
}

/*
　バナー
================================*/
.c-banner-col1-01 {
    position: relative;
    width: 95%;
    height: 250px;
    margin: 30px auto;
}

.c-banner-col1-01 a {
    display: block;
    text-decoration: none;
}

.c-banner-col1-01 a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(11, 60, 93, 0.7);
}

.c-banner-col1-01__image img {
    display: block;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-banner-col1-01__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    color: #fff;
}

.c-banner-col1-01__content__text {
    line-height: 1.4;
    font-size: 16px;
}

.c-banner-col1-01__content__title {
    margin: 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

.c-banner-col1-01__content__button {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    background: #f26938;
}

.c-banner-col1-01__content__button i {
    margin-left: 10px;
}

.c-banner-col1-01 a:hover {
    opacity: 0.8;
    background: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-banner-col1-01 {
        width: 100%;
        margin: 0 auto;
    }

    .c-banner-col1-01__content {
        width: 90%;
    }

    .c-banner-col1-01__content__title {
        text-align: left;
        font-size: 45px;
    }

    .c-banner-col1-01__content__text {
        font-size: 22px;
        font-weight: bold;
    }

    .c-banner-col1-01__content__button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40%;
        padding: 10px;
        font-size: 22px;
    }
}

/*
　ブログリスト-02
================================*/
.c-blog-list-02 {
    margin-bottom: 40px;
}

.c-blog-list-02 li {
    max-width: 400px;
    margin: 0 auto 50px auto;
}

.c-blog-list-02 li:last-child {
    border-bottom: none;
}

.c-blog-list-02 li a {
    display: block;
    text-decoration: none;
}

.c-blog-list-02__image img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.c-blog-list-02__content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.l-section--gray .c-blog-list-02__content,
.l-section--blue .c-blog-list-02__content,
.l-section--yellow .c-blog-list-02__content {
    padding-left: 8px;
    padding-right: 8px;
}

.c-blog-list-02__content__inner {
    padding-bottom: 10px;
}

.c-blog-list-02__content__date {
    color: #666;
}

.c-blog-list-02__content__title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #6eb92b;
    font-weight: bold;
}

.c-blog-list-02__content__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
}

.c-blog-list-02__tag span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff !important;
    background-color: #f26938;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-blog-list-02 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1140px;
        margin: 0 auto;
    }

    .c-blog-list-02::after {
        content: "";
        display: block;
        width: 31%;
    }

    .c-blog-list-02 li {
        width: 31%;
        margin: 0 0 50px 0;
        border-bottom: none;
    }

    .c-blog-list-02 a:hover {
        opacity: 0.7;
    }
}

/*
　チェックボックス付きリスト
=================================*/
.c-checkbox-list-01 {
    margin: 10px;
}

.c-checkbox-list-01 li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 17px;
}

.c-checkbox-list-01 li:before {
    position: absolute;
    top: 3px;
    margin-left: -30px;
    margin-right: 10px;
    content: url(../img/icon__check.png);
}

@media screen and (min-width: 768px) {
    .c-checkbox-list-01 {
        margin: 0;
    }

    .c-checkbox-list-01 li:before {
        top: 0;
    }
}

/*
　会社概要-02
================================*/
.c-company-02__detail__list {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.c-company-02__detail__list:nth-child(even) {
    background: #FFF;
}

.c-company-02__detail__list dt {
    width: 25%;
    padding-left: 2%;
    box-sizing: border-box;
}

.c-company-02__detail__list dd {
    width: 75%;
    padding-right: 2%;
    box-sizing: border-box;
}

.c-company-02__detail__list dt,
.c-company-02__detail__list dd {
    font-size: 14px;
}

.c-company-02__detail__feature {
    display: flex;
    flex-wrap: wrap;
}

.c-company-02__detail__feature li {
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    font-size: 14px;
    background-color: #6eb92b;
    border-radius: 3px;
    color: #FFF;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-company-02__detail__list {
        padding: 20px 0;
    }

    .c-company-02__detail__list dt {
        width: 19%;
    }

    .c-company-02__detail__list dd {
        width: 81%;
    }

    .c-company-02__detail__list dt,
    .c-company-02__detail__list dd {
        font-size: 16px;
    }

    .c-company-02__detail__feature li {
        margin: 0 7px 5px 0;
        padding: 2px 10px 4px 10px;
        font-size: 16px;
    }
}

/*
　コンタクト-01
================================*/
.c-contact-01 {
    display: block;
    padding: 30px 0;
    background: #727a84;
}

/* mail */
.c-contact-01__mail {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
}

.c-contact-01__mail a {
    display: block;
    max-width: 380px;
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border: solid 1px #fff;
}

.c-contact-01__mail a:hover {
    background-color: #FFF;
    color: #727a84;
}

.c-contact-01__mail a i {
    margin-right: 5px;
}

/* tel */
.c-contact-01__tel {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.c-contact-01__tel__announce {
    font-size: 18px;
}

.c-contact-01__tel__no {
    text-decoration: none !important;
    font-size: 40px;
    font-weight: bold;
    color: #fff !important;
    font-family: "Arial", "Century Gothic", "Noto Sans Japanese", sans-serif;
}

.c-contact-01__tel__no i {
    margin-right: 5px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-contact-01 {
        display: flex;
        align-items: center;
        padding: 20px 0;
    }

    /* mail */
    .c-contact-01__mail {
        width: 50%;
        padding: 25px 0;
        border-right: 1px solid #FFF;
        border-bottom: none;
    }

    .c-contact-01__mail a {
        width: 70%;
        margin: 0 auto;
    }

    /* tel */
    .c-contact-01__tel {
        width: 50%;
        padding-top: 0;
    }

    .c-contact-01__tel__announce {
        font-size: 20px;
    }
}

/*
　コンタクト-10
================================*/
.c-contact-10 {
    background: #6eb92b;
    width: 100%;
    padding: 50px 0;
}

.c-contact-10__intro {
    position: relative;
    color: #fff;
    width: 80%;
    max-width: 500px;
    margin: 0 auto 50px auto;
}

.c-contact-10__text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.c-contact-10__text h3 {
    font-weight: bold;
}

.c-contact-10__telno {
    font-size: 40px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    margin-bottom: 10px;
}

.c-contact-10__telno a {
    color: #fff;
    text-decoration: none;
}

.c-contact-10__telno i {
    font-size: 30px;
    margin-right: 10px;
}

.c-contact-10__open {
    font-weight: bold;
    line-height: 1.5;
}

/* ボタン */
.c-contact-10__button {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.c-contact-10__button a {
    font-size: 20px;
    position: relative;
    padding: 35px 15px 15px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.c-contact-10__button a span {
    position: absolute;
    font-size: 16px;
    color: #000;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80%;
    padding: 5px 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.c-contact-10__button-satei {
    margin-bottom: 50px;
}

.c-contact-10__button a i {
    font-size: 25px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
}

.c-contact-10__button a:hover {
    opacity: 0.7;
}

.c-contact-10__button-satei a {
    background: #B22222;
    color: #fff;
}

.c-contact-10__button-inquiry a {
    background: #f26938;
    color: #fff;
}

.c-contact-10__button-satei a span {
    border: solid 2px #B22222;
}

.c-contact-10__button-inquiry a span {
    border: solid 2px #f26938;
}

/* PC */
@media screen and (min-width: 960px) {
    .c-contact-10__intro {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .c-contact-10__block {
        width: 100%;
        align-items: center;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .c-contact-10__text {
        font-size: 23px;
        margin: 0;
    }

    .c-contact-10__text h3 {
        font-weight: bold;
        text-align: left;
    }

    .c-contact-10__tel {
        width: 100%;
        margin: 0 auto 30px auto;
        display: flex;
        align-items: center;
    }

    .c-contact-10__telno {
        font-size: 80px;
        margin-bottom: 0;
    }

    .c-contact-10__telno i {
        font-size: 65px;
    }

    .c-contact-10__open {
        font-size: 18px;
        margin-left: 20px;
    }

    /* ボタン */
    .c-contact-10__button {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }

    .c-contact-10__button-satei,
    .c-contact-10__button-inquiry {
        width: 48%;
    }

    .c-contact-10__button-satei {
        margin-bottom: 0;
    }

    .c-contact-10__button a {
        padding: 40px 40px 30px 40px;
        font-size: 32px;
    }

    .c-contact-10__button a i {
        font-size: 37px;
        margin: -7px 10px 0 0;
    }

    .c-contact-10__button a span {
        font-size: 21px;
        top: -25px;
        border-width: 3px;
        border-radius: 25px;
    }
}

/* iPhone5 */
@media screen and (max-width: 320px) {
    .c-contact-10__text {
        padding-left: 10px;
    }

    /* tel */
    .c-contact-10__telno {
        font-size: 30px;
    }
}

/*
　流れ
================================*/
.c-flow-04 {
    margin: 0 auto 40px auto;
}

.c-flow-04.c-flow-04__inner {
    margin-top: 25px;
}

.c-flow-04__step {
    position: relative;
    width: 270px;
    background: #6eb92b;
    padding: 10px 10px 0 10px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    margin: 0 auto;
}

.c-flow-04__step p,
.c-flow-04__step h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
}

.c-flow-04__step:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    left: 0;
    border-style: solid;
    border-color: #6eb92b transparent transparent transparent;
    border-width: 25px 135px 0 135px;
    z-index: 1;
}

.c-flow-04__text {
    padding: 40px 10px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-flow-04 {
        margin-bottom: 80px;
    }

    .c-flow-04__block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .c-flow-04__step {
        margin: 0;
    }

    .c-flow-04__text {
        width: calc(100% - 330px);
        padding: 0 0 0 60px;
        font-size: 16px;
    }
}

/*
　ページタイトル-10
================================*/
.c-page-title-10 {
    position: relative;
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #333;
}

.c-page-title-10__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.c-page-title-10__inner p {
    margin-bottom: 5px;
    font-size: clamp(35px, 4.5572916667vw, 45px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #333;
}

.c-page-title-10__inner h2 {
    font-size: clamp(18px, 2.34375vw, 27px);
    font-weight: normal;
    color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-page-title-10 {
        height: clamp(180px, 17.5438596491vw, 200px);
    }

    .c-page-title-10__inner p {
        margin-bottom: 0;
        font-size: clamp(45px, 3.9473684211vw, 55px);
    }

    .c-page-title-10__inner h2 {
        font-size: clamp(20px, 1.7543859649vw, 23px);
    }
}

/*
　ポイント（リスト）-02
================================*/
.c-point-list-02 {
    background: #fafafa;
    margin-bottom: 80px;
}

.c-point-list-02 ul {
    counter-reset: num;
    /* カウンターをリセット */
}

.c-point-list-02 li {
    position: relative;
    border-bottom: 1px dotted #000;
}

.c-point-list-02 li:last-child {
    border-bottom: none;
}

.c-point-list-02__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding: 5px 0;
    background-color: #6eb92b;
}

.c-point-list-02__cover::before {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: "Arial", "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    counter-increment: num;
    content: counter(num);
}

.c-point-list-02__cover p {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: "Arial", "Noto Sans Japanese", sans-serif;
    font-weight: bold;
}

.c-point-list-02 h3 {
    padding: 10px 0 10px 65px;
    font-size: 25px;
    font-weight: 500;
}

.c-point-list-02__text {
    padding: 10px 20px 20px 20px;
}

.c-point-list-02__text img {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.c-point-list-02--orange {
    color: #FF8C00 !important;
    font-weight: bold !important;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-point-list-02 {
        margin-bottom: 100px;
    }

    .c-point-list-02 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .c-point-list-02 li {
        width: 50%;
        border-bottom: 1px dotted #000;
        border-right: 1px dotted #000;
        box-sizing: border-box;
    }

    .c-point-list-02 li:nth-last-child(2) {
        border-bottom: none;
    }

    .c-point-list-02 li:nth-child(2n) {
        border-right: none;
    }

    .c-point-list-02__cover {
        width: 70px;
        padding: 0;
    }

    .c-point-list-02__cover::before {
        font-size: 48px;
    }

    .c-point-list-02__cover p {
        font-size: 48px;
    }

    .c-point-list-02 h3 {
        padding: 15px 0 15px 85px;
        font-size: 28px;
    }

    .c-point-list-02__text {
        padding: 20px 30px 30px 30px;
    }
}

/*
　よくある質問①
================================*/
.c-ques-list-01 {
    width: 90%;
    margin: 0 auto 30px auto;
}

.c-ques-list-01 dt,
.c-ques-list-01 dd {
    line-height: 1.7;
}

.c-ques-list-01 dt {
    margin-bottom: 10px;
}

.c-ques-list-01 dd {
    margin-bottom: 50px;
}

.c-ques-list-01 dt p,
.c-ques-list-01 dd p {
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 10px;
    padding: 8px;
    font-size: 16px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    box-sizing: border-box;
}

.c-ques-list-01 dt:before,
.c-ques-list-01 dd:before {
    display: inline-block;
    content: "Q";
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    font-family: "Arial", sans-serif;
    font-weight: 500;
    color: #FFF;
    line-height: 35px;
    border-radius: 50%;
    background-color: #6eb92b;
}

.c-ques-list-01 dd:before {
    content: "A";
    background-color: #CCC;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-ques-list-01 {
        width: 100%;
    }

    .c-ques-list-01 dt:before,
    .c-ques-list-01 dd:before {
        width: 45px;
        height: 45px;
        font-size: 27px;
        line-height: 45px;
    }
}

/*
　吹き出し
================================*/
.c-trouble-04--mb-20 {
    margin-bottom: 20px !important;
}

.c-trouble-04__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

.c-trouble-04__list {
    display: flex;
    flex-wrap: wrap;
}

.c-trouble-04__list li {
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: flex-start;
    width: 100%;
}

.c-trouble-04 img {
    width: 15%;
}

.c-trouble-04 p {
    font-size: 15px;
    font-weight: bold;
}

.c-trouble-04 p span {
    background: linear-gradient(transparent 60%, #FFF799 60%);
}

.c-trouble-04__comment {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 10px 15px;
    text-align: left;
    background: #FFF;
    border-radius: 50px;
    box-sizing: border-box;
}

.c-trouble-04__comment:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 20px solid #FFF;
    z-index: 0;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-trouble-04__title {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .c-trouble-04 img {
        width: 13%;
    }

    .c-trouble-04__comment {
        font-size: 27px;
    }

    .c-trouble-04__list li {
        margin-bottom: 25px;
        width: 50%;
    }

    .c-trouble-04 p {
        font-size: 20px;
    }

    .c-trouble-04__comment {
        padding: 10px 15px;
    }
}

/* iPhone5 */
@media screen and (max-width: 320px) {
    .c-trouble-04 p {
        font-size: 11px;
    }

    .c-trouble-04 img {
        width: 10%;
    }
}

.c-trouble-04__text {
    line-height: 1.7;
}

/*
　2columnレイアウト
=================================*/
.c-column-2 {
    margin-bottom: 50px;
}

.c-column-2--text-center {
    text-align: center !important;
}

.c-column__col {
    margin-bottom: 15px;
}

.c-column__col h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.c-column__col img {
    max-width: 100%;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-column-2 {
        display: flex;
        justify-content: space-between;
    }

    .c-column__col {
        width: 48%;
    }
}

/*
　バナー（３カラム）-04
================================*/
.c-banner-col3-04 {
    width: 95%;
    margin: 30px auto 0;
}

.c-banner-col3-04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.c-banner-col3-04__item {
    position: relative;
    width: 48%;
    height: clamp(180px, 23.4375vw, 220px);
    overflow: hidden;
}

.c-banner-col3-04__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0), #1f1f1f);
    opacity: 0.9;
    z-index: 10;
}

.c-banner-col3-04__item:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 1s all;
}

.c-banner-col3-04__item:hover:after {
    opacity: 0.8;
    transform: scale(1.2, 1.2);
}

.c-banner-col3-04__item--01:after {
    background: url(../img/banner-col3-04--01.jpg) no-repeat center center/cover;
}

.c-banner-col3-04__item--02:after {
    background: url(../img/banner-col3-04--02.jpg) no-repeat center center/cover;
}

.c-banner-col3-04__item--03:after {
    background: url(../img/banner-col3-04--03.jpg) no-repeat center center/cover;
}

.c-banner-col3-04__item--04:after {
    background: url(../img/banner-col3-04--04.jpg) no-repeat center center/cover;
}

.c-banner-col3-04__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    z-index: 11;
}

.c-banner-col3-04__text {
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #fff;
    font-weight: 900;
    padding: 8px 10px;
}

.c-banner-col3-04__text p {
    line-height: 1.3;
    font-weight: bold;
}

.c-banner-col3-04__text h3 {
    font-size: clamp(20px, 2.6041666667vw, 25px);
    font-weight: 900;
    text-shadow: 2px 2px 2px #222;
    line-height: 1.2;
}

.c-banner-col3-04__text h3::first-letter {
    color: #6eb92b;
}

@media screen and (min-width: 900px) {
    .c-banner-col3-04 {
        width: 100%;
    }

    .c-banner-col3-04__item {
        width: 23.5%;
        height: 320px;
    }

    .c-banner-col3-04__item::before {
        height: 60%;
    }

    .c-banner-col3-04__text {
        padding: 8px 12px 8px 14px;
    }

    .c-banner-col3-04__text h3 {
        font-size: clamp(23px, 2.6315789474vw, 30px);
    }
}

/*
　アイコン付き-01
================================*/
.c-title-icon-01 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
}

.c-title-icon-01::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: linear-gradient(135deg, #4d811e 0%, #6eb92b 100%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-icon-01 {
        padding-left: 32px;
        font-size: 23px;
    }

    .c-title-icon-01::before {
        top: 7px;
        width: 24px;
        height: 24px;
    }
}

/*
　LINE-03
================================*/
.c-banner-line-03 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 10px 0;
    background: #fff;
    border: 3px solid #00b900;
}

.c-banner-line-03:hover {
    opacity: 0.7;
}

.c-banner-line-03__logo {
    width: 200px;
    max-width: 90%;
    margin: 0 auto;
}

.c-banner-line-03__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-banner-line-03__text {
    margin-top: 30px;
    line-height: 1.8;
    text-align: center;
}

.c-banner-line-03__text p {
    font-weight: 900;
    font-size: 14px;
}

.c-banner-line-03__text p:first-child {
    font-size: clamp(17px, 5.3125vw, 20px);
    color: #00b900;
}

.c-banner-line-03__btn {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 30px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #00b900;
}

.c-banner-line-03__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-banner-line-03__img {
    width: 200px;
    max-width: 90%;
    margin: 30px auto 0;
}

.c-banner-line-03__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-banner-line-03 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 0;
    }

    .c-banner-line-03__logo {
        flex: 1;
        text-align: center;
        padding-left: clamp(10px, 3.6330608538vw, 15px);
    }

    .c-banner-line-03__logo img {
        width: 75%;
    }

    .c-banner-line-03__text {
        width: 50%;
        margin-top: 0;
        padding: clamp(20px, 1.8165304269vw, 30px) 0;
    }

    .c-banner-line-03__text p {
        font-size: clamp(11px, 0.9990917348vw, 20px);
    }

    .c-banner-line-03__text p:first-child {
        font-size: clamp(20px, 1.8165304269vw, 35px);
    }

    a.c-banner-line-03__btn {
        display: inline-block;
        margin-top: 15px;
        padding: 8px 70px;
        box-sizing: border-box;
        text-decoration: none;
        font-size: clamp(14px, 1.2715712988vw, 20px);
        font-weight: bold;
        color: #fff;
    }

    .c-banner-line-03__img {
        flex: 1;
        align-self: flex-end;
        margin: 0;
        padding-right: clamp(10px, 3.6330608538vw, 20px);
        text-align: center;
    }

    .c-banner-line-03__img img {
        width: 100%;
        min-width: 170px;
        vertical-align: bottom;
    }
}

/*
　SNS-01
================================*/
.c-banner-sns-01 {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

.c-banner-sns-01 a {
    display: block;
    font-size: 0;
}

.c-banner-sns-01 a:hover {
    opacity: 0.7;
}

.c-banner-sns-01 li {
    margin-bottom: 15px;
}

.c-banner-sns-01 li:last-child {
    margin-bottom: 0;
}

.c-banner-sns-01 img {
    width: 100%;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-banner-sns-01 {
        flex-direction: row;
        justify-content: center;
        -moz-column-gap: 2%;
        column-gap: 2%;
        width: 100%;
    }

    .c-banner-sns-01 li {
        width: 32%;
        margin-bottom: 0;
    }
}

/*
　feature-swap-09
================================*/
.c-feature-swap-09 ul {
    margin: 0 5vw;
}

.c-feature-swap-09 li {
    position: relative;
}

.c-feature-swap-09 li:not(:first-child) {
    margin-top: 50px;
}

.c-feature-swap-09__inner {
    display: flex;
    flex-direction: column-reverse;
}

.c-feature-swap-09__text {
    margin-top: 32px;
}

.c-feature-swap-09__text span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75;
}

.c-feature-swap-09__text h2 {
    font-size: clamp(28px, 4.1666666667vw, 32px);
    color: #6eb92b;
    font-weight: 900;
    line-height: 1.3;
}

.c-feature-swap-09__text h3 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
}

.c-feature-swap-09__text p {
    margin-top: 16px;
    line-height: 1.75;
}

.c-feature-swap-09__image img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
}

.c-feature-swap-09 a {
    position: relative;
    display: inline-block;
    margin-top: 32px;
    padding: 0.5rem 4rem 0.5rem 0;
    padding: 8px 64px 8px 0;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #222;
    transition: 0.3s;
    overflow: hidden;
}

.c-feature-swap-09 a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: -webkit-linear-gradient(left, #61b710, #305b08);
    transition: 0.3s;
    transform: translateX(-100%);
}

.c-feature-swap-09 a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

.c-feature-swap-09 a:hover {
    border-bottom: 1px solid transparent;
    background: -webkit-linear-gradient(left, #61b710, #305b08);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-feature-swap-09 a:hover::before {
    transform: translateX(0);
}

.c-feature-swap-09 a:hover::after {
    right: 8px;
    border-color: #6eb92b;
}

/* PC */
@media screen and (min-width: 1000px) {
    .c-feature-swap-09 li:not(:first-child) {
        margin-top: 60px;
    }

    .c-feature-swap-09 li::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 90%;
        top: 10%;
        left: 0;
        background-color: #f9f9f9;
        z-index: -1;
    }

    .c-feature-swap-09 li:nth-child(odd) {
        margin-right: -5vw;
    }

    .c-feature-swap-09 li:nth-child(even) {
        margin-left: -5vw;
    }

    .c-feature-swap-09__inner {
        justify-content: space-between;
    }

    .c-feature-swap-09 li:nth-child(odd) .c-feature-swap-09__inner {
        flex-direction: row;
    }

    .c-feature-swap-09 li:nth-child(even) .c-feature-swap-09__inner {
        flex-direction: row-reverse;
    }

    .c-feature-swap-09__text {
        width: 50%;
        padding: 50px 40px 30px;
    }

    .c-feature-swap-09__text h2 {
        font-size: clamp(25px, 2.1929824561vw, 40px);
    }

    .c-feature-swap-09__text h3 {
        margin-top: 32px;
        font-size: clamp(20px, 1.7543859649vw, 25px);
    }

    .c-feature-swap-09__text p {
        margin-top: 32px;
        font-size: clamp(16px, 1.4035087719vw, 18px);
        letter-spacing: 0.05em;
    }

    .c-feature-swap-09__image {
        width: 50%;
    }

    .c-feature-swap-09__image img {
        height: 80%;
    }

    .c-feature-swap-09 li:nth-child(odd) .c-feature-swap-09__image {
        margin-left: auto;
    }

    .c-feature-swap-09 li:nth-child(even) .c-feature-swap-09__image {
        margin-right: auto;
    }
}

@media screen and (min-width: 1251px) {
    .c-feature-swap-09 ul {
        margin: 0 7vw;
    }

    .c-feature-swap-09 li:nth-child(odd) {
        margin-right: -7vw;
    }

    .c-feature-swap-09 li:nth-child(even) {
        margin-left: -7vw;
    }

    .c-feature-swap-09__text {
        width: 40%;
        margin-top: 65px;
    }

    .c-feature-swap-09__image {
        width: 62%;
        max-width: 930px;
    }

    .c-feature-swap-09__image img {
        max-width: 930px;
        height: 85%;
    }
}

/*
 ページリンク-11
================================*/
.c-page-link-11__title {
    padding: 15px 5px;
    background: #6eb92b;
    text-align: center;
}

.c-page-link-11__title h2 {
    font-size: clamp(25px, 3.2552083333vw, 32px);
    color: #fff;
    font-weight: 900;
    line-height: 1.5;
}

.c-page-link-11 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    background: url(../img/page-link-11__bg.jpg) no-repeat 70% 0%/cover;
}

.c-page-link-11::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(33, 33, 33, 0.75);
}

.c-page-link-11__inner {
    position: relative;
    width: 90%;
    text-align: center;
}

.c-page-link-11__title-balloon {
    margin-bottom: 10px;
    text-align: center;
}

.c-page-link-11__title-balloon__inner {
    width: 100%;
    margin: 0 auto;
}

.c-page-link-11__title-balloon__inner p {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px 15px;
    text-align: center;
    font-size: clamp(16px, 2.0833333333vw, 28px);
    font-weight: bold;
    color: #fff;
    background: #f26938;
    border-radius: 10px;
}

.c-page-link-11__title-balloon__inner p::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #f26938;
}

.c-page-link-11__title-balloon h2 {
    font-size: clamp(40px, 5.2083333333vw, 50px);
    font-weight: 900;
    color: #fff;
}

.c-page-link-11__text {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

.c-page-link-11__text span {
    color: #fedb39;
    font-weight: bold;
}

a.c-page-link-11__button {
    display: block;
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0.8em 1em 0.8em calc(2.8em - 15px);
    font-size: clamp(23px, 2.9947916667vw, 25px);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 0.5rem;
    background: #c30d24;
    box-shadow: 0 5px 0 #750715;
    box-sizing: border-box;
    transition: 0.3s;
}

.c-page-link-11__button .c-page-link-11__button__copy {
    position: absolute;
    bottom: 1em;
    left: -10px;
    display: inline-block;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.2em;
    text-align: center;
    color: #c30d24;
    font-size: 80%;
    font-weight: bold;
    background: #fff;
    border: 3px solid #c30d24;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-10deg);
}

.c-page-link-11__button .c-page-link-11__button__copy::before {
    position: absolute;
    content: "";
    bottom: -3px;
    right: -5px;
    border: 9px solid transparent;
    border-left: 15px solid #FFF;
    z-index: 0;
    transform: rotate(45deg);
}

.c-page-link-11__button__text {
    font-weight: 900;
    line-height: 1.2;
}

/* ホバー時 */
.c-page-link-11__button:hover {
    transform: translate(0, 3px);
    background: #6eb92b;
    box-shadow: 0 2px 0 #00524a;
}

.c-page-link-11__button:hover .c-page-link-11__button__copy {
    color: #6eb92b;
    border: 3px solid #6eb92b;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-page-link-11__title {
        padding: 25px 0;
    }

    .c-page-link-11__title h2 {
        font-size: clamp(30px, 3.5087719298vw, 40px);
        letter-spacing: 0.05em;
    }

    .c-page-link-11 {
        padding: 50px 0;
    }

    .c-page-link-11__inner {
        width: 100%;
    }

    .c-page-link-11__title-balloon__inner {
        width: 100%;
    }

    .c-page-link-11__title-balloon__inner p {
        margin-bottom: 15px;
        padding: 10px 25px;
        font-size: clamp(16px, 2.1929824561vw, 25px);
    }

    .c-page-link-11__title-balloon h2 {
        font-size: clamp(55px, 5.701754386vw, 65px);
    }

    .c-page-link-11__text {
        margin-bottom: 25px;
        font-size: clamp(18px, 1.9298245614vw, 22px);
        text-align: center;
    }

    a.c-page-link-11__button {
        width: 100%;
        max-width: 500px;
        padding: 0.8em 2em 0.8em calc(3.8em - 15px);
        font-size: clamp(23px, 2.0175438596vw, 28px);
    }

    .c-page-link-11__button .c-page-link-11__button__copy {
        width: 4.2em;
        height: 4.2em;
        line-height: 4em;
    }

    .c-page-link-11__button__text {
        line-height: 1;
    }
}

/*
　ポイント（３カラム）-03
================================*/
.c-point-col3-03 {
    padding-top: 15px;
}

.c-point-col3-03__block {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
}

.c-point-col3-03__block li {
    position: relative;
    width: 100%;
    border: solid 1px #ccc;
}

.c-point-col3-03__list-cover {
    position: absolute;
    top: -14px;
    left: 12px;
    width: 75px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #6eb92b;
}

.c-point-col3-03__block-no {
    font-size: 1.7rem;
}

.c-point-col3-03__block li h3 {
    margin-bottom: 0;
    font-size: clamp(22px, 3.6666666667vw, 27px);
    font-weight: 900;
    border-bottom: solid 1px #ccc;
    padding: 12px 10px 12px 104px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
}

.c-point-col3-03__block li h3 span {
    display: contents;
    color: #c30d24;
}

.c-point-col3-03__list-text {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .c-point-col3-03__block li {
        flex: 0 1 47%;
    }

    .c-point-col3-03__block li h3 {
        font-size: clamp(17px, 2.8333333333vw, 21px);
    }
}

/* PC */
@media screen and (min-width: 960px) {
    .c-point-col3-03 {
        padding-top: 0;
    }

    .c-point-col3-03__block {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px 25px;
        width: 100%;
    }

    .c-point-col3-03__block li {
        margin-top: 0;
        flex: 0 1 31%;
    }

    .c-point-col3-03__block li h3 {
        padding: 14px 10px 14px 107px;
        font-size: clamp(18px, 1.7543859649vw, 27px);
    }

    .c-point-col3-03__list-cover {
        top: -20px;
        width: 80px;
        padding: 20px 0 15px;
    }

    .c-point-col3-03__list-text p {
        font-size: clamp(16px, 1.5789473684vw, 18px);
    }
}

/*
　プロフィール-01
================================*/
.c-profile-01 {
    background: #fff;
    border: 2px solid #6eb92b;
    box-sizing: border-box;
}

.c-profile-01__title {
    padding: 15px;
    background: #6eb92b;
    display: flex;
    justify-content: center;
}

.c-profile-01__title h2 {
    font-size: clamp(25px, 5vw, 28px);
    font-weight: 900;
    color: #fff;
}

.c-profile-01__img {
    text-align: center;
    padding: 10px;
}

.c-profile-01__img img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.c-profile-01__img-text {
    font-size: 1em;
    line-height: 1.6;
}

.c-profile-01__text table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

.c-profile-01__text th {
    display: block;
    font-weight: 700;
    color: #555;
    text-align: left;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.c-profile-01__text td {
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-profile-01 {
        width: 100%;
    }

    .c-profile-01__title h2 {
        font-size: clamp(29px, 3vw, 35px);
        text-align: center;
    }

    .c-profile-01__info {
        display: flex;
        align-items: flex-start;
        padding: 20px 50px;
    }

    .c-profile-01__img {
        width: 36%;
        margin-top: 15px;
        padding: 0;
        text-align: center;
    }

    .c-profile-01__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .c-profile-01__text {
        width: 88%;
        padding-left: 6%;
        box-sizing: border-box;
    }

    .c-profile-01__text tr {
        border-bottom: 1px solid #dcdcdc;
    }

    .c-profile-01__text tr:last-child {
        border-bottom: none;
    }

    .c-profile-01__text th {
        display: inline-block;
        vertical-align: top;
        width: 17%;
        padding: 16px 0;
        border: none;
        background-color: transparent;
    }

    .c-profile-01__text td {
        display: inline-block;
        vertical-align: text-bottom;
        width: 83%;
        box-sizing: border-box;
        padding: 16px 0 16px 5px;
        margin-bottom: 0;
    }
}

/*
　特徴（３カラム）-04
================================*/
.c-feature-col3-04 {
    background: #19355b;
    color: #fff;
}

.c-feature-col3-04__cards {
    width: 95%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.c-feature-col3-04__card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    color: #000;
    padding: 20px 14px;
    flex: 1 1 100%;
}

.c-feature-col3-04__card__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.c-feature-col3-04__card__title img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    background: #f4f3ef;
}

.c-feature-col3-04__card h3 {
    font-size: 18px;
    font-weight: 700;
}

.c-feature-col3-04__note {
    display: flex;
    justify-content: center;
    font-size: clamp(16px, 4.1666666667vw, 18px);
    margin-top: 30px;
    font-weight: 600;
}

@media (min-width: 600px) {
    .c-feature-col3-04__card {
        flex-basis: 44%;
    }

    .c-feature-col3-04__card__title {
        align-items: center;
        flex-direction: column;
    }

    .c-feature-col3-04__card h3 {
        font-size: clamp(17px, 1.953125vw, 20px);
    }
}

/* PC */
@media screen and (min-width: 1024px) {
    .c-feature-col3-04__cards {
        width: 100%;
    }

    .c-feature-col3-04__cards::after {
        content: "";
        display: block;
        width: 31%;
    }

    .c-feature-col3-04__card {
        padding: 30px;
        flex-basis: 26%;
    }

    .c-feature-col3-04__card__title img {
        width: 110px;
        height: 110px;
    }

    .c-feature-col3-04__card h3 {
        font-size: clamp(18px, 2.0175438596vw, 23px);
        text-align: center;
    }
}

/*
　シンプル-04
================================*/
.c-feature-col3-04__title {
    width: 95%;
    margin: 0 auto 15px auto;
    text-align: center;
}

.c-feature-col3-04__title span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    font-size: clamp(20px, 2.6041666667vw, 30px);
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}

.c-feature-col3-04__title span::before,
.c-feature-col3-04__title span::after {
    content: "";
    width: 3px;
    height: 35px;
    background: #fff;
}

.c-feature-col3-04__title span::before {
    transform: rotate(-40deg);
}

.c-feature-col3-04__title span::after {
    transform: rotate(40deg);
}

.c-feature-col3-04__title h2 {
    margin-top: 10px;
    font-size: clamp(25px, 3.2552083333vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-feature-col3-04__title {
        width: 100%;
    }

    .c-feature-col3-04__title span {
        font-size: 24px;
        font-size: clamp(25px, 2.1929824561vw, 35px);
    }

    .c-feature-col3-04__title span::before,
    .c-feature-col3-04__title span::after {
        height: 45px;
    }

    .c-feature-col3-04__title span::before {
        left: -30px;
    }

    .c-feature-col3-04__title span::after {
        right: -30px;
    }

    .c-feature-col3-04__title h2 {
        margin-top: 0;
        font-size: clamp(33px, 2.8947368421vw, 48px);
    }
}

/*
　テーブル-02
================================*/
.c-table-02 {
    width: 100%;
    margin: 0 auto 20px auto;
}

.c-table-02 table.tbl thead th {
    padding: 15px 5px;
    color: #FFF;
    background-color: #6eb92b;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    border: none;
    border-right: 2px solid #f5fbf3;
}

.c-table-02 table.tbl th span.c-table-02__heading {
    display: block;
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 10px 5px;
    background-color: #FFF;
    color: #6eb92b;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    line-height: 1.2;
}

.c-table-02 table.tbl th p {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.c-table-02 table.tbl th {
    width: 45%;
    min-width: 149px;
    background: #f3f3f3;
    text-align: center;
}

.c-table-02 table.tbl tr:nth-child(even) td {
    background-color: #f3f3f3;
}

.c-table-02 table.tbl th,
.c-table-02 table.tbl td {
    padding: 13px 5px;
    font-size: clamp(15px, 3vw, 17px);
    box-sizing: border-box;
    color: #333;
}

.c-table-02 table.tbl td:first-child {
    font-weight: bold;
}

.c-table-02 table.tbl td:not(:first-child) {
    text-align: center;
}

.c-table-02 table.tbl td span {
    font-size: 1.3rem;
    font-family: "Arial", "Century Gothic", sans-serif;
}

.c-table-02 table.tbl td span.small {
    font-size: 0.8rem;
    font-family: "Noto Sans Japanese", sans-serif;
}

.c-table-02__detail {
    width: 95%;
    margin: 0 auto;
}

.c-table-02__detail p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.c-table-02__price td {
    color: #e60012 !important;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-table-02 table.tbl {
        width: 100%;
    }

    .c-table-02 table.tbl th:first-child,
    .c-table-02 table.tbl td:first-child {
        width: 24%;
    }

    .c-table-02 table.tbl tr:first-child th {
        padding: 25px 5px;
    }

    .c-table-02 table.tbl th span.c-table-02__heading {
        width: 80%;
        line-height: 1;
    }

    .c-table-02 table.tbl th p {
        width: 85%;
        font-size: 16px;
    }

    .c-table-02 table.tbl th,
    .c-table-02 table.tbl td {
        width: 19%;
        padding: 14px 23px;
        font-size: 18px;
    }

    .c-table-02 table.tbl td span {
        font-size: 1.5rem;
    }

    .c-table-02__detail {
        width: 100%;
    }
}

/*
　紹介-01
================================*/
.c-introduction-01 {
    width: 90%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.c-introduction-01__image img {
    display: block;
    width: clamp(160px, 20.8333333333vw, 230px);
    height: clamp(160px, 20.8333333333vw, 230px);
    margin: 0 auto 10px auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-introduction-01__image p {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    text-align: center;
    line-height: 1.3;
}

.c-introduction-01__image p:last-child {
    font-size: 18px;
}

.c-introduction-01__text__inner {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding: 20px 15px;
    border: 2px solid #333;
    border-radius: 15px;
    background-color: #FFF;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
}

.c-introduction-01__text__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #333;
    translate: -50% -100%;
}

.c-introduction-01__text__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 7.8px 15.5px 7.8px;
    border-color: transparent transparent #FFF;
    translate: -50% -100%;
}

.c-introduction-01__text__inner p {
    font-weight: bold;
}

.c-introduction-01__text__inner p em {
    background-color: #f26938;
    display: inline;
    margin: 3px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
}

.c-introduction-01__text__inner p span {
    color: #c30d24;
}

.c-introduction-01__text h2 {
    margin-bottom: 10px;
    font-size: clamp(20px, 3.125vw, 24px);
    text-align: center;
    font-weight: bold;
    color: #6eb92b;
    line-height: 1.3;
}

.c-introduction-01__text p {
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .c-introduction-01 {
        width: 95%;
        max-width: 1350px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .c-introduction-01__image img {
        width: clamp(180px, 15.7894736842vw, 200px);
        height: clamp(180px, 15.7894736842vw, 200px);
    }

    .c-introduction-01__text {
        margin-left: 30px;
    }

    .c-introduction-01__text__inner {
        margin-top: 0;
        margin-left: 20px;
        padding: 20px 35px;
    }

    .c-introduction-01__text__inner::before {
        top: 25%;
        left: 0;
        border-width: 11.5px 20px 11.5px 0;
        border-color: transparent #333 transparent transparent;
        translate: -100% -50%;
    }

    .c-introduction-01__text__inner::after {
        top: 25%;
        left: 0;
        border-width: 9.2px 16px 9.2px 0;
        border-color: transparent #FFF transparent transparent;
        translate: -100% -50%;
    }

    .c-introduction-01__text h2 {
        font-size: 23px;
        text-align: left;
    }

    .c-introduction-01__text p {
        font-size: 17px;
        line-height: 1.7;
        font-size: clamp(17px, 2.0175438596vw, 23px);
    }
}

/*
　ポイント（３カラム）-08
================================*/
.c-point-col3-08 {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
}

.c-point-col3-08__unit {
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #6eb92b;
    border-radius: 5px;
    box-sizing: border-box;
}

.c-point-col3-08__head {
    display: flex;
    gap: 10px;
}

.c-point-col3-08__head span {
    padding: 6px;
    font-family: "Arial", sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    background: #6eb92b;
    border-radius: 3px 0 5px 0;
}

.c-point-col3-08__head h3 {
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    flex: 1;
    display: flex;
    align-items: center;
}

.c-point-col3-08__body {
    padding: 15px 20px 20px 20px;
}

.c-point-col3-08__body p {
    line-height: 1.6;
    font-size: clamp(16px, 1.4912280702vw, 18px);
}

/* PC */
@media screen and (min-width: 800px) {
    .c-point-col3-08 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 8px;
        gap: 20px;
    }

    .c-point-col3-08__unit {
        display: flex;
        flex-direction: column;
        width: 31%;
    }

    .c-point-col3-08__head {
        gap: 20px;
    }

    .c-point-col3-08__head span {
        padding: 10px;
        font-size: 24px;
    }

    .c-point-col3-08__head h3 {
        font-size: clamp(20px, 2.6041666667vw, 27px);
    }

    .c-point-col3-08__body {
        padding: 25px 25px 30px 25px;
    }
}

.c-point-col3-08__title {
    margin-bottom: 30px;
    font-size: clamp(20px, 3.2552083333vw, 35px);
    font-weight: bold;
}

.c-point-col3-08__title span:nth-of-type(1) {
    color: #f26938;
}

.c-point-col3-08__title span:nth-of-type(2) {
    color: #6eb92b;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-point-col3-08__title {
        margin-bottom: 50px;
        font-size: clamp(28px, 2.4561403509vw, 42px);
        text-align: center;
    }
}

.c-point-col3-08__image {
    max-width: 900px;
    margin: 0 auto 20px;
}

.c-point-col3-08__image img {
    width: 100%;
}

/*
　お知らせ-01
================================*/
.c-news-list-01__title h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

.c-news-list-01__list {
    padding: 0 10px;
}

.c-news-list-01__list li {
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #dddddd;
}

.c-news-list-01__list li:first-child {
    border-top: solid 1px #dddddd;
}

.c-news-list-01__list li::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 2px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
}

.c-news-list-01__list a {
    display: block;
    color: #333;
    text-decoration: none;
}

.c-news-list-01__list__data {
    margin-bottom: 5px;
    font-size: 14px;
}

.c-news-list-01__list__text {
    width: 90%;
}

.c-news-list-01__button__pc {
    display: none;
}

.c-news-list-01__button__sp {
    padding: 30px 0 0 0;
    text-align: center;
}

.c-news-list-01__button__sp a {
    position: relative;
    display: block;
    width: 90%;
    padding: 20px 10px;
    margin: 0 auto;
    color: #ffffff;
    background-color: #6eb92b;
    text-decoration: none;
    text-align: center;
}

.c-news-list-01__button__sp a,
.c-news-list-01__button__sp a:link,
.c-news-list-01__button__sp a:visited {
    text-decoration: none;
    color: #FFF;
}

.c-news-list-01__button__sp .fa {
    margin-left: 20px;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-news-list-01 {
        max-width: 1140px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .c-news-list-01__title {
        width: 30%;
    }

    .c-news-list-01__title h2 {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }

    .c-news-list-01__list {
        width: 70%;
    }

    .c-news-list-01__list li {
        padding: 15px 10px;
        border-bottom: solid 1px #000;
    }

    .c-news-list-01__list li::after {
        display: none;
    }

    .c-news-list-01__list li:first-child {
        border-top: none;
    }

    .c-news-list-01__list li:last-child {
        border-bottom: none;
    }

    .c-news-list-01__list li a {
        display: flex;
        box-sizing: border-box;
    }

    .c-news-list-01__list li a:hover {
        color: #6eb92b;
        text-decoration: underline;
    }

    .c-news-list-01__list__data {
        width: 25%;
        font-size: 16px;
    }

    .c-news-list-01__list__text {
        width: 75%;
    }

    .c-news-list-01__button__pc {
        display: block;
    }

    .c-news-list-01__button__pc a {
        position: relative;
        display: block;
        width: 130px;
        margin: 0 auto;
        padding: 10px;
        color: #ffffff;
        background-color: #6eb92b;
        text-decoration: none;
        text-align: center;
    }

    .c-news-list-01__button__pc a,
    .c-news-list-01__button__pc a:link,
    .c-news-list-01__button__pc a:visited {
        text-decoration: none;
        color: #FFF;
    }

    .c-news-list-01__button__pc a:hover {
        background-color: #f26938;
    }

    .c-news-list-01__button__pc .fa {
        margin-left: 10px;
    }

    .c-news-list-01__button__sp {
        display: none;
    }
}

/*
　ポイント（１カラム）-01
================================*/
.c-point-col1-01 {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 15px 3px rgba(118, 118, 118, 0.5);
    width: 90%;
    margin: 0 auto 40px;
}

.c-point-col1-01:last-child {
    margin-bottom: 0;
}

.c-point-col1-01__header {
    padding: 20px 0;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 5px 5px 0 0;
}

.c-point-col1-01__title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
}

.c-point-col1-01__body {
    padding: 50px 15px 20px 15px;
    overflow-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.c-point-col1-01__body__text p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: clamp(16px, 2.0833333333vw, 19px);
}

.c-point-col1-01__body__note {
    color: #6eb92b;
    font-weight: 600;
}

.c-point-col1-01__body__image img {
    width: 100%;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-point-col1-01 {
        width: 100%;
        margin: 0 auto 80px;
    }

    .c-point-col1-01__header {
        padding: 25px 0;
    }

    .c-point-col1-01__title {
        vertical-align: middle;
        font-size: 32px;
    }

    .c-point-col1-01__body {
        padding: 80px 50px 50px 50px;
        flex-direction: row;
    }

    .c-point-col1-01__body__text {
        flex-basis: 47%;
    }

    .c-point-col1-01__body__image {
        flex-basis: 47%;
    }

    .c-point-col1-01__body__text p {
        font-size: clamp(18px, 1.5789473684vw, 20px);
    }
}

/*
  吹き出し付き見出し-01
==================================*/
.c-title-balloon-01 {
    text-align: center;
}

.c-title-balloon-01__inner p {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 12px 45px;
    text-align: center;
    font-size: clamp(16px, 5vw, 28px);
    font-weight: bold;
    color: #fff;
    background: #f26938;
    border-radius: 30px;
}

.c-title-balloon-01__inner p::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #f26938;
}

.c-title-balloon-01 h2 {
    font-size: clamp(26px, 3.3854166667vw, 35px);
    font-weight: 900;
}

.c-title-balloon-01 h2 span {
    color: #6eb92b;
}

.c-title-balloon-01 h2 em {
    display: inline-block;
    font-size: clamp(38px, 11.875vw, 48px);
    font-weight: 900;
    font-style: unset;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title-balloon-01__inner p {
        margin-bottom: 20px;
        font-size: clamp(18px, 1.5789473684vw, 28px);
    }

    .c-title-balloon-01 h2 {
        font-size: clamp(30px, 3.5087719298vw, 60px);
    }

    .c-title-balloon-01 h2 em {
        font-size: clamp(40px, 3.5087719298vw, 60px);
    }
}

/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */
/*=========================================

* ヘッダー

==========================================*/
html {
    scroll-padding-top: 100px;
}

.l-header {
    position: relative;
    margin: 0;
}

.l-header__wrapper {
    position: fixed;
    width: 100%;
    height: 80px;
    top: -100px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1010;
    transition: top 0.6s ease;
}

.l-header__wrapper.is-visible {
    top: 0;
}

.l-header__wrapper.__open {
    top: 0;
    box-shadow: none;
}

.l-header__title {
    padding: 3px 5px;
    font-size: 0.8em;
    color: #fff;
    background-color: #6eb92b;
    display: flex;
}

.l-header__title h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.l-header__inquiry {
    display: none;
}

.l-header__utility-links {
    display: none;
}

.l-header__utility-link a {
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

.l-header__utility-link a:hover {
    color: #f3e600;
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px 5px 10px;
}

.l-header__logo a {
    display: block;
    font-size: 0;
}

.l-header__logo img {
    width: 250px;
}

.l-header__nav {
    display: none;
}

.l-header__nav a:hover {
    background-color: #ecf5f4;
}

.l-header__menu__button i {
    font-size: 35px;
}

.l-header__menu__button a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1f2a34;
}

.l-header__sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 20px 65px 20px;
    transform: translateY(min(-100%, -1000px));
    transition: transform 0.5s;
    overflow-y: auto;
    background: #fefefe;
    box-sizing: border-box;
    z-index: 1000;
}

.l-header__sp-menu.__open {
    transform: translateY(0);
    transition: transform 0.5s;
}

.l-header__sp-menu ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid #919191;
}

.l-header__sp-menu ul li:hover {
    background: #747474;
}

.l-header__sp-menu ul li:last-child {
    border-bottom: 1px solid #919191;
}

.l-header__sp-menu ul li a {
    display: block;
    width: 100%;
    margin-left: 1em;
    line-height: 2.7em;
    text-decoration: none;
    font-size: 1em;
    color: #0b3c5d;
}

.l-header__sp-menu ul li a:hover {
    color: #fff;
}

.l-header__sp-menu--tel a {
    margin-top: 30px;
    line-height: 1;
    text-decoration: none;
    font-family: "Arial", "Noto Sans Japanese", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #6eb92b;
}

.l-header__sp-menu--tel p {
    text-align: center;
}

.l-header__sp-menu--inquiry {
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto;
}

.l-header__sp-menu--inquiry__mail {
    width: 60%;
}

.l-header__sp-menu--inquiry__mail a {
    display: block;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #6eb92b;
    box-sizing: border-box;
}

.l-header__sp-menu--inquiry__mail a:hover {
    background: #767171;
}

.l-header__sp-menu--tel a {
    display: block;
    text-align: center;
}

@media print {
    .l-header__sp-menu {
        display: none;
    }
}

/* PC */
@media screen and (min-width: 768px) {
    .l-header__utility-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .l-header__title {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1100px) {
    html {
        scroll-padding-top: 120px;
    }

    .l-header__wrapper {
        justify-content: flex-end;
        height: 120px;
        top: -120px;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .l-header__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 30px;
        height: 40px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .l-header__title h1 {
        -webkit-line-clamp: 1;
        width: calc(100% - 750px);
    }

    .l-header__inquiry {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-basis: auto;
    }

    .l-header__inquiry__inner {
        display: flex;
        align-items: center;
    }

    .l-header__inquiry--tel {
        display: block;
        margin-right: 20px;
    }

    .l-header__inquiry--tel a {
        line-height: 1;
        text-decoration: none;
        font-family: "Century Gothic", "Arial", sans-serif;
        font-size: 28px;
        color: #FFF;
    }

    .l-header__inquiry--mail {
        background-color: #f26938;
    }

    .l-header__inquiry--mail a {
        display: block;
        height: 40px;
        padding: 12px 20px;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        color: #FFF;
        font-size: 16px;
        box-sizing: border-box;
    }

    .l-header__inquiry--mail:hover {
        opacity: 0.5;
    }

    .l-header__inner {
        height: 80px;
        padding: 0 0 0 20px;
    }

    .l-header__logo {
        position: static;
        margin: 0 auto 0 0;
    }

    .l-header__logo a {
        width: clamp(220px, 19.298245614vw, 350px);
        max-width: 100%;
    }

    .l-header__logo img {
        width: 100%;
    }

    .l-header__nav {
        display: block;
    }

    .l-header__nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .l-header__nav li {
        border-left: 1px solid #CCC;
    }

    .l-header__nav li a {
        position: relative;
        display: inline-block;
        padding: 0 15px 0 15px;
        line-height: 80px;
        text-align: center;
        text-decoration: none;
        font-size: clamp(16px, 1.4035087719vw, 17px);
        color: #000;
        display: flex;
        align-items: center;
    }

    .l-header__nav__li a::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 2.5em;
        width: 1.7em;
        min-width: clamp(27px, 2.3684210526vw, 40px);
        margin-right: 3px;
    }

    .l-header__nav__li--buy a::before {
        background-image: url(../img/header__nav--01.svg);
    }

    .l-header__nav__li--rent a::before {
        background-image: url(../img/header__nav--02.svg);
    }

    .l-header__nav__li--sell a::before {
        background-image: url(../img/header__nav--03.svg);
    }

    .l-header__nav__li--management a::before {
        background-image: url(../img/header__nav--04.svg);
    }

    .l-header__nav__li--slog a::before {
        background-image: url(../img/header__nav--05.svg);
    }

    .l-header__nav__li--company a::before {
        background-image: url(../img/header__nav--06.svg);
    }

    .l-header__menu__button {
        display: none;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .l-header__nav a {
        padding: 0 30px;
        font-size: 16px;
    }
}

/*=========================================

* メインビジュアル

==========================================*/
.l-main-visual {
    margin-bottom: 20px;
}

.l-main-visual__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.l-main-visual__image--01 {
    background-image: url(../img/main-visual--01.jpg);
    background-position: 65% 50%;
}

.l-main-visual__image--02 {
    background-image: url(../img/main-visual--02.jpg);
}

.l-main-visual__image--03 {
    background-image: url(../img/main-visual--03.jpg);
}

.l-main-visual__text {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 5%;
}

.l-main-visual__image--01 .l-main-visual__text {
    top: auto;
    bottom: 5%;
}

.l-main-visual__image--02 .l-main-visual__text {
    top: auto;
    bottom: 8%;
}

.l-main-visual__image--03 .l-main-visual__text {
    top: 13%;
}

.l-main-visual__text h2 {
    font-size: clamp(22px, 2.8645833333vw, 40px);
    line-height: 1.4;
    color: #6eb92b;
    font-weight: bold;
    text-shadow: #fff 3px 3px 3px, #fff -3px -3px 3px, #fff -3px 3px 3px, #fff 3px -3px 3px, #fff 3px 0px 3px, #fff -3px 0px 3px, #fff 0px 3px 3px, #fff 0px -3px 3px;
}

.l-main-visual__text h2 em {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}

.l-main-visual__image--02 .l-main-visual__text h2 em {
    font-size: 1.6em;
}

.l-main-visual__text span {
    font-weight: bold;
    display: inline-block;
    font-size: clamp(18px, 3.2552083333vw, 25px);
    color: #222;
    margin-bottom: 10px;
    text-shadow: #fff 2px 2px 2px, #fff -2px -2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px 2px 2px, #fff 0px -2px 2px;
}

.l-main-visual .sp-button {
    background-color: #9fa0a0;
    width: 6px;
    height: 6px;
    border: 1px solid #9fa0a0;
}

.l-main-visual .sp-button.sp-selected-button {
    background-color: #6eb92b;
    border: 1px solid #6eb92b;
}

/* PC */
@media screen and (min-width: 768px) {
    .l-main-visual__text {
        width: auto;
        top: 50%;
        left: 10%;
    }

    .l-main-visual__image--01 .l-main-visual__text {
        bottom: 15%;
    }

    .l-main-visual__image--02 .l-main-visual__text {
        bottom: 10%;
    }

    .l-main-visual__image--03 .l-main-visual__text {
        top: 17%;
    }

    .l-main-visual__text h2 {
        font-size: clamp(35px, 3.0701754386vw, 50px);
        line-height: 1.3;
    }

    .l-main-visual__text h2 em {
        display: inline-block;
    }

    .l-main-visual__text span {
        font-size: clamp(25px, 2.6315789474vw, 30px);
    }
}

/*=========================================

* フッター-07

==========================================*/
.l-footer-07 {
    padding: 30px 0;
    background: #F5F5F5;
}

.l-footer-07__inner {
    max-width: 90%;
    margin: 0 auto;
}

.l-footer-07__info {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.l-footer-07__info__logo {
    width: 85%;
    max-width: 300px;
    margin-bottom: 20px;
}

.l-footer-07__info__detail {
    margin-bottom: 20px;
}

.l-footer-07__info__logo img {
    width: 100%;
}

a.l-footer-07__info__tel {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #b30404;
    font-family: "Arial", "Century Gothic", sans-serif;
}

.l-footer-07__info__detail p {
    margin-bottom: 3px;
    line-height: 1.4;
}

.l-footer-07__info__map {
    width: 100%;
    height: 250px;
}

.l-footer-07__info__map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.l-footer-07__nav {
    padding-top: 20px;
}

.l-footer-07__nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.l-footer-07__nav ul li {
    width: 50%;
}

.l-footer-07__nav ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px;
}

.l-footer-07__nav ul li a:hover {
    color: #6eb92b;
    font-weight: bold;
}

.l-footer-07__contact__sns {
    display: flex;
    padding-left: 10px;
}

.l-footer-07__contact__sns a:hover {
    opacity: 0.7;
}

.l-footer-07__contact__sns img {
    width: 35px;
}

.l-footer-07__contact__sns a:not(:first-child) {
    margin-left: 15px;
}

.l-footer-07__contact__banner {
    margin-top: 20px;
    max-width: 175px;
    padding-left: 10px;
}

.l-footer-07__contact__banner img {
    width: 100%;
}

.l-footer-07__contact__banner a {
    width: 100%;
    height: auto;
    display: inline-block;
}

.l-footer-07__contact__banner a:hover {
    opacity: 0.7;
}

.copyright {
    padding: 10px 0 30px 0 !important;
    text-align: center !important;
    background-color: #6eb92b !important;
    color: #FFF !important;
    font-size: 14px !important;
}

/* PC */
@media screen and (min-width: 1024px) {
    .l-footer-07 {
        padding: 60px 0 50px 0;
    }

    .l-footer-07__inner {
        max-width: 85%;
    }

    .l-footer-07__contents {
        display: flex;
        justify-content: space-between;
    }

    .l-footer-07__info {
        display: flex;
        justify-content: space-between;
        width: 57%;
        border-right: 1px solid #CCC;
        border-bottom: none;
        padding-right: 3%;
        padding-bottom: 0;
        box-sizing: border-box;
    }

    .l-footer-07__info__detail {
        width: 48%;
        margin-bottom: 0;
    }

    .l-footer-07__info__logo {
        max-width: 310px;
    }

    a.l-footer-07__info__tel {
        font-size: clamp(27px, 2.109375vw, 35px);
    }

    .l-footer-07__info__map {
        width: 50%;
    }

    .l-footer-07__nav {
        width: 43%;
        padding-left: 2%;
        padding-top: 0;
        box-sizing: border-box;
    }

    .l-footer-07__nav ul {
        margin-bottom: 10px;
    }

    .l-footer-07__nav ul li {
        width: auto;
        margin-bottom: 15px;
        border-right: 1px solid #333;
    }

    .l-footer-07__nav ul li a {
        padding: 3px 25px;
        line-height: 1;
    }

    .l-footer-07__contact__sns {
        padding-left: 25px;
    }

    .l-footer-07__contact__sns img {
        width: 35px;
    }

    .l-footer-07__contact__sns a:not(:first-child) {
        margin-left: 15px;
    }

    .l-footer-07__contact__banner {
        padding-left: 25px;
    }

    .btn__page_top {
        position: fixed;
        right: 10px;
        bottom: 50px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        background: #fff;
        color: #737373;
        padding: 13px;
        border: solid 1px;
        border-radius: 50%;
        box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
    }

    .btn__page_top i {
        font-size: 1.2rem;
        opacity: 1;
        margin: 0;
    }

    .btn__page_top span {
        display: none;
    }

    .copyright {
        padding: 20px 0 !important;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .btn__page_top {
        display: none !important;
    }
}

.l-footer__menu {
    margin: 50px 0;
}

.l-footer__menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
    padding: 0;
    list-style: none;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.l-footer__menu li {
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1/1;
}

.l-footer__menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #479200;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.l-footer__menu a:hover {
    background-color: #fff;
    color: #479200;
    border: 2px solid #479200;
}

.l-footer__menu p {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.l-footer__menu p span {
    display: block;
    font-size: 0.7em;
    margin-top: 4px;
}

@media (min-width: 550px) {
    .l-footer__menu ul {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }

    .l-footer__menu p {
        font-size: 18px;
        font-size: clamp(16px, 1.5789473684vw, 19px);
    }

    .l-footer__menu p span {
        font-size: 0.8em;
    }
}

.l-footer__sp__utility-nav {
    flex-basis: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    background: #6eb92b;
}

.l-footer__sp__utility-nav.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.l-footer__sp__utility-nav__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.l-footer__sp__utility a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    width: auto;
    font-size: clamp(13px, 2.0833333333vw, 16px);
    box-sizing: border-box;
    flex-basis: 25%;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.l-footer__sp__utility a i {
    margin-right: 3px;
    font-size: clamp(13px, 3.7333333333vw, 16px);
}

.l-footer__sp__utility a:hover {
    background-color: #6eb92b;
}

.l-footer__sp__utility--members {
    color: #fff;
    font-size: clamp(13px, 2.0833333333vw, 16px);
    display: flex;
    flex-basis: 23%;
    align-items: center;
    padding-left: 5px;
}

.l-footer__sp__utility--members span {
    position: relative;
    line-height: 1.2;
}

.l-footer__sp__utility--members span::after {
    content: "";
    position: absolute;
    right: -0.7em;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
    .l-footer__sp__utility-nav {
        display: none;
    }
}

/**
 * Section
 */
/*==================================
* Section
==================================*/
.l-section {
    padding: 50px 0;
}

.l-section.l-section--gray {
    background: #F5F5F5;
}

.l-section.l-section--blue {
    background: #f7fbf3;
}

.l-section.l-section--yellow {
    background: #fbf9ee;
}

.l-section.l-section--beige {
    background: #fbfaf5;
}

.l-section.l-section--stripe {
    background: repeating-linear-gradient(#fefcfa, #fefcfa 20px, #fff 20px, #fff 41px);
}

.l-section__container,
.l-section__container--md,
.l-section__container--lg {
    padding: 0 8px;
}

/* PC */
@media screen and (min-width: 768px) {
    .l-section {
        padding: 80px 0;
    }

    .l-section__container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }

    .l-section__container--md {
        max-width: 1250px;
        margin: 0 auto;
        padding: 0;
    }

    .l-section__container--lg {
        max-width: 1350px;
        margin: 0 auto;
        padding: 0;
    }
}

/* ━━━━━━━━━━━━━━━━

 ■プロジェクト

━━━━━━━━━━━━━━━━ */
/*=================================

* トップ

=================================*/
/*=================================

* 会社案内

=================================*/
/*
　紹介文
================================*/
.p-company__introduction {
    position: relative;
    background: url(../img/company__introduction__bg.jpg) no-repeat center center/cover;
}

.p-company__introduction::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(248, 247, 247, 0.85);
}

.p-company__introduction__inner {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.p-company__introduction__inner h2 {
    margin-bottom: 15px;
    font-size: clamp(22px, 2.8645833333vw, 26px);
    font-weight: bold;
    color: #333;
}

.p-company__introduction__inner p {
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company__introduction__inner {
        max-width: 1140px;
    }

    .p-company__introduction__inner h2 {
        margin-bottom: 30px;
        font-size: clamp(23px, 2.0175438596vw, 30px);
        text-align: center;
    }

    .p-company__introduction__inner p {
        font-size: clamp(16px, 1.4035087719vw, 18px);
    }
}

/*
　共通タイトル
================================*/
.p-company-title {
    position: relative;
    width: 90%;
    margin: 0 auto 50px auto;
    font-size: clamp(22px, 2.8645833333vw, 26px);
    font-weight: bold;
    text-align: center;
    color: #333;
}

.p-company-title::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 12px);
    bottom: -20px;
    width: 24px;
    border: 2px solid #6eb92b;
    border-radius: 50px;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company-title {
        width: 100%;
        margin: 0 auto 70px auto;
        font-size: clamp(23px, 2.0175438596vw, 30px);
    }

    .p-company-title::after {
        left: calc(50% - 17px);
        width: 34px;
    }
}

/*
　当社の特徴
================================*/
.p-company__feature {
    padding-top: 15px;
}

.p-company__feature__block {
    width: 90%;
    margin: 0 auto;
}

.p-company__feature__block li {
    position: relative;
    width: 100%;
    border: solid 1px #ccc;
}

.p-company__feature__block li:not(:first-child) {
    margin-top: 30px;
}

.p-company__feature__list-cover {
    position: absolute;
    top: -14px;
    left: 12px;
    width: 80px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #6eb92b;
}

.p-company__feature__block-no {
    font-size: 1.7rem;
}

.p-company__feature__block li h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 12px 10px 105px;
    min-height: 80px;
    font-size: clamp(20px, 2.6041666667vw, 25px);
    font-weight: 900;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    color: #222;
    line-height: 1.3;
}

.p-company__feature__list-text {
    padding: 20px;
}

.p-company__feature__list-text p {
    line-height: 1.6;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company__feature__block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .p-company__feature__block li {
        width: 31%;
        margin-top: 0;
    }

    .p-company__feature__block li:not(:first-child) {
        margin-top: 0;
    }

    .p-company__feature__block li:nth-child(n+4) {
        margin-top: 68px;
    }

    .p-company__feature ul::after {
        display: block;
        content: "";
        width: 31%;
    }

    .p-company__feature__list-cover {
        padding: 18px 0;
    }

    .p-company__feature__block li h3 {
        min-height: 100px;
        padding: 12px 12px 12px 110px;
    }
}

/*
　代表あいさつ
================================*/
.p-company__greeting {
    width: 95%;
    margin: 0 auto;
}

.p-company__greeting h3 {
    margin-bottom: 25px;
    font-size: clamp(24px, 3.125vw, 28px);
    font-weight: 900;
    color: #6eb92b;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
}

.p-company__greeting__text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.p-company__greeting__img {
    width: 100%;
}

.p-company__greeting__img img {
    display: block;
    width: 100%;
    max-height: 350px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company__greeting {
        width: 100%;
    }

    .p-company__greeting__inner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
    }

    .p-company__greeting h3 {
        margin-bottom: 30px;
        font-size: clamp(25px, 2.1929824561vw, 40px);
    }

    .p-company__greeting__text p {
        margin-bottom: 0;
        font-size: clamp(16px, 1.4035087719vw, 18px);
    }

    .p-company__greeting__img {
        width: 35%;
    }

    .p-company__greeting__img img {
        max-height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

/*
　スタッフ紹介バナー
================================*/
.p-company__banner-staff {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/company__banner-staff.jpg) no-repeat center center/cover;
}

.p-company__banner-staff::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(12, 55, 94, 0.7);
}

.p-company__banner-staff__inner {
    position: relative;
    width: 90%;
    text-align: center;
}

.p-company__banner-staff__title {
    font-size: clamp(32px, 4.1666666667vw, 40px);
    font-weight: 900;
    color: #fff;
}

.p-company__banner-staff__text {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

a.p-company__banner-staff__button {
    display: block;
    max-width: 330px;
    margin: 30px auto 0;
    padding: 10px 10px;
    font-size: clamp(18px, 2.34375vw, 22px);
    font-weight: bold;
    text-decoration: none;
    color: #6eb92b;
    background: #fedb39;
}

a.p-company__banner-staff__button:hover {
    opacity: 0.8;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company__banner-staff__inner {
        width: 100%;
    }

    .p-company__banner-staff__title {
        font-size: clamp(30px, 2.6315789474vw, 45px);
    }

    .p-company__banner-staff__text {
        font-size: clamp(16px, 1.4035087719vw, 18px);
    }

    a.p-company__banner-staff__button {
        font-size: clamp(17px, 1.4912280702vw, 22px);
    }
}

/* 店舗写真
======================= */
.p-company__image__img {
    width: 100%;
}

.p-company__image__img:not(:first-child) {
    margin-top: 20px;
}

.p-company__image__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .p-company__image {
        display: flex;
        justify-content: center;
    }

    .p-company__image__img {
        width: auto;
        margin: 0 10px;
        max-width: 30%;
        min-width: 23%;
    }

    .p-company__image__img:not(:first-child) {
        margin-top: unset;
    }
}

/*
　沿革
================================*/
.p-company__history__list {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.p-company__history__list:nth-child(even) {
    background: #FFF;
}

.p-company__history__list dt {
    width: 28%;
    padding-left: 2%;
}

.p-company__history__list dd {
    width: 81%;
    padding-right: 2%;
}

.p-company__history__list dt,
.p-company__history__list dd {
    font-size: 14px;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company__history__list {
        padding: 20px 0;
    }

    .p-company__history__list dt {
        width: 19%;
    }

    .p-company__history__list dt,
    .p-company__history__list dd {
        font-size: 16px;
    }
}

/*
　アクセス
================================*/
.p-company__access {
    padding-bottom: 0 !important;
    font-size: 0;
}

.p-company__access__lead {
    width: 90%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}

.p-company__access iframe {
    width: 100%;
    border: none;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-company__access__lead {
        max-width: 1140px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
}

/*=================================

* 不動産売却

=================================*/
/*
　タイトル（フォントサイズlg）
================================*/
.c-title--large {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 900;
}

.c-title--large span {
    font-size: 33px;
}

.c-title--large--center {
    text-align: center;
}

/* PC */
@media screen and (min-width: 768px) {
    .c-title--large {
        font-size: 40px;
    }

    .c-title--large span {
        font-size: 55px;
    }
}

/* PC */
@media screen and (min-width: 768px) {
    .p-sell__main--pc {
        text-align: center;
    }
}

/*
　横3つ並び枠
=================================*/
.p-sell__promise {
    width: 90%;
    margin: 40px auto 0;
}

.p-sell__promise ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.p-sell__promise li {
    width: 100%;
    border: 2px solid #6eb92b;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}

.p-sell__promise-label {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 58px;
    height: 58px;
    background-color: #6eb92b;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    font-family: "Century Gothic", "Arial", sans-serif;
}

.p-sell__promise-number {
    font-size: 1.7em;
    line-height: 1;
}

.p-sell__promise li h3 {
    font-size: clamp(20px, 3.8333333333vw, 23px);
    margin-bottom: 10px;
    color: #6eb92b;
    text-align: center;
    line-height: 1.4;
    font-weight: 900;
    padding: 0 10px;
}

.p-sell__promise li p {
    font-size: 16px;
    line-height: 1.6;
}

/* PC */
@media screen and (min-width: 700px) {
    .p-sell__promise {
        margin: 100px auto 0;
        width: 90%;
    }

    .p-sell__promise ul {
        gap: 60px 30px;
    }

    .p-sell__promise li {
        flex: 0 1 47%;
    }

    .p-sell__promise li h3 {
        margin-bottom: 15px;
        font-size: clamp(18px, 2.34375vw, 23px);
    }

    .p-sell__promise-label {
        width: 70px;
        height: 70px;
        top: -40px;
    }
}

@media screen and (min-width: 960px) {
    .p-sell__promise {
        margin: 100px auto 0;
        width: 90%;
    }

    .p-sell__promise ul {
        justify-content: center;
        gap: 60px 40px;
    }

    .p-sell__promise li {
        padding: 20px;
        flex: 0 1 30%;
    }

    .p-sell__promise li h3 {
        font-size: clamp(16px, 1.6666666667vw, 25px);
    }

    .p-sell__promise li p {
        font-size: clamp(16px, 1.5789473684vw, 18px);
    }

    .p-sell__promise-label {
        width: 75px;
        height: 75px;
        top: -40px;
        left: -30px;
    }

    .p-sell__promise-number {
        font-size: 2.5em;
    }
}

/*
　こだわりリスト
=================================*/
/* PC */
@media screen and (min-width: 768px) {
    .c-checkbox-list-01.p-sell__commitment {
        display: flex;
        justify-content: center;
    }

    .c-checkbox-list-01.p-sell__commitment li {
        font-size: 20px;
    }
}

/*
　売却時に必要な諸費用
=================================*/
.p-sell__point__read {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: clamp(16px, 1.4035087719vw, 22px);
}

.p-sell__point__image {
    max-width: 1000px;
    margin: 20px auto 0;
}

.p-sell__point__image picture,
.p-sell__point__image img {
    width: 100%;
    height: auto;
    display: block;
}

/*
　不動産売却はスマリブホームにお任せください
=================================*/
.p-sell__support {
    max-width: 900px;
    margin: 50px auto 0;
    width: 90%;
}

.p-sell__support__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-sell__support__item {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    border: 2px solid #6eb92b;
    background-color: #fff;
    border-radius: 12px;
    padding: 2em;
    margin-bottom: 30px;
    position: relative;
}

.p-sell__support__number {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #6eb92b;
    color: #fff;
    font-weight: bold;
    font-size: clamp(30px, 3.90625vw, 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
    position: absolute;
    left: -10px;
    top: -30px;
    font-family: "Arial", "Century Gothic", sans-serif;
}

.p-sell__support__content p {
    margin: 0;
    line-height: 1.6;
    color: #6eb92b;
    font-weight: 600;
    font-size: clamp(18px, 2.6041666667vw, 20px);
}

/* PC */
@media (min-width: 768px) {
    .p-sell__support__number {
        margin-bottom: 0;
        margin-right: 1em;
        left: -20px;
        font-size: clamp(35px, 4.5572916667vw, 40px);
        width: 75px;
        height: 75px;
    }

    .p-sell__support__item {
        padding: 2em 4em;
        margin-bottom: 50px;
    }

    .p-sell__support__content p {
        font-size: clamp(18px, 2.34375vw, 23px);
    }
}

/*
　イクラ不動産バナー
=================================*/
.p-sell__iqura {
    max-width: 728px;
    margin: 0 auto;
    text-align: center;
}

.p-sell__iqura img {
    width: 100%;
}

.p-sell__iqura a:hover {
    opacity: 0.7;
}

.p-sell__estate-image img {
    width: 100%;
}

/*=================================

* マイページ物件リクエスト

=================================*/
/*
　吹き出し付き見出し
================================*/
.p-request__title-balloon {
    margin-bottom: 30px;
    text-align: center;
}

.p-request__title-balloon__inner {
    width: 85%;
    margin: 0 auto;
}

.p-request__title-balloon__inner p {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 12px 25px;
    text-align: center;
    font-size: clamp(16px, 5vw, 28px);
    font-weight: bold;
    color: #fff;
    background: #6eb92b;
    border-radius: 10px;
}

.p-request__title-balloon__inner p::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #6eb92b;
}

.p-request__title-balloon h2 {
    font-size: clamp(26px, 8.125vw, 35px);
    font-weight: 900;
    color: #000;
}

.p-request__title-balloon h2 em {
    display: inline-block;
    margin-left: 10px;
    font-size: clamp(30px, 9.375vw, 43px);
    font-weight: 900;
    font-style: unset;
    color: #c30d24;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-request__title-balloon {
        margin-bottom: 40px;
    }

    .p-request__title-balloon__inner {
        width: 100%;
    }

    .p-request__title-balloon__inner p {
        font-size: 28px;
    }

    .p-request__title-balloon h2 {
        font-size: clamp(45px, 5.859375vw, 50px);
        line-height: 1.1;
    }

    .p-request__title-balloon h2 em {
        font-size: clamp(55px, 7.1614583333vw, 60px);
    }
}

/*
　概要
================================*/
.p-request__lead {
    width: 95%;
    margin: 0 auto;
}

.p-request__lead h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: clamp(20px, 6.25vw, 25px);
    font-weight: 900;
    color: #f26938;
}

.p-request__lead p {
    font-weight: bold;
    line-height: 1.7;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-request__lead {
        width: 100%;
    }

    .p-request__lead h3 {
        margin-bottom: 30px;
        font-size: clamp(25px, 2.1929824561vw, 30px);
    }

    .p-request__lead p {
        font-size: 18px;
        text-align: center;
    }
}

/*
　ステップ
================================*/
.p-request__step {
    background-color: #f5f4ef;
}

.p-request__step__inner {
    width: 90%;
    margin: 0 auto 20px auto;
}

.p-request__step__title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.p-request__step ul li {
    display: flex;
    flex-direction: column;
}

.p-request__step ul li:not(:first-child) {
    margin-top: 30px;
}

.p-request__step__label {
    position: relative;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 10px;
}

.p-request__step__label::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #6eb92b transparent transparent transparent;
    z-index: 10;
}

.p-request__step__card-body {
    flex: 1;
    height: auto;
    margin-top: 25px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    background-color: #FFF;
    box-sizing: border-box;
}

.p-request__step__card_title {
    font-size: clamp(23px, 2.9947916667vw, 30px);
    font-weight: 900;
    text-align: center;
    color: #6eb92b;
}

.p-request__step__card-body img {
    display: block;
    margin: 20px auto;
    width: 80px;
    height: 80px;
}

.p-request__step__card_text {
    font-size: 16px;
    line-height: 1.7;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-request__step__inner {
        width: 100%;
        max-width: 1200px;
    }

    .p-request__step__title {
        margin-bottom: 50px;
        font-size: clamp(25px, 2.1929824561vw, 35px);
    }

    .p-request__step ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p-request__step ul li {
        width: 31.5%;
    }

    .p-request__step ul li:not(:first-child) {
        margin-top: 0;
    }

    .p-request__step__card-body {
        padding: 30px 25px 25px 25px;
    }

    .p-request__step__card_title {
        font-size: clamp(20px, 1.7543859649vw, 27px);
    }

    .p-request__step__card-body img {
        margin: 20px auto 30px auto;
    }
}

/*
　ご登録の流れ
================================*/
.p-request__flow-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.p-request__flow {
    width: 95%;
    margin: 0 auto;
}

.p-request__flow__unit {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 25px auto 50px auto;
}

.p-request__flow__unit:not(:first-child)::before {
    content: "\f078";
    position: absolute;
    top: -60%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 32px;
    font-weight: normal;
    color: #333;
}

.p-request__flow__unit__image {
    display: block;
    width: 100px;
}

.p-request__flow__unit__image img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-request__flow__unit__text {
    width: calc(100% - 115px);
}

.p-request__flow__unit__text h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    color: #6eb92b;
}

.p-request__flow__unit__text p {
    font-size: 16px;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-request__flow-title {
        margin-bottom: 50px;
        font-size: clamp(25px, 2.1929824561vw, 35px);
    }

    .p-request__flow {
        width: 100%;
    }

    .p-request__flow ul {
        display: flex;
        justify-content: space-between;
    }

    .p-request__flow__unit {
        display: block;
        width: 25%;
        margin: 0 auto;
    }

    .p-request__flow__unit__image {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .p-request__flow__unit__image img {
        width: clamp(135px, 11.8421052632vw, 180px);
        height: clamp(135px, 11.8421052632vw, 180px);
    }

    .p-request__flow__unit:not(:first-child)::before {
        content: "\f054";
        top: 23%;
        left: -17%;
    }

    .p-request__flow__unit__text {
        width: 100%;
        margin: 0 auto;
    }

    .p-request__flow__unit__text h3 {
        text-align: center;
        font-size: 22px;
    }
}

/*
　希望条件登録
================================*/
.p-request__induction {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-sizing: content-box;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    background-color: #6eb92b;
}

.p-request__induction__inner {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}

.p-request__induction__inner h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-request__induction {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }

    .p-request__induction__inner {
        max-width: 1140px;
        padding: 25px 0 15px 0;
    }

    .p-request__induction__inner h2 {
        font-size: clamp(35px, 5vw, 45px);
    }
}

/*=================================

* 不動産買取

=================================*/
/*
　買取
=================================*/
.p-buyback__text {
    line-height: 1.7;
}

.p-buyback__caption {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 900;
}

@media screen and (min-width: 768px) {
    .p-buyback__caption {
        font-size: 35px;
        text-align: center;
    }
}

/* 矢印付タイトル
 ======================= */
.p-triangle__title {
    margin-bottom: 30px;
    text-align: center;
}

.p-triangle__title p {
    background: #c70000;
    padding: 15px 10px 18px 10px;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    line-height: 1.3;
}

.p-triangle__title__bottom {
    display: inline-block;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #c70000 transparent transparent transparent;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-triangle__title p {
        font-size: 35px;
    }
}

/* メリットタイトル
======================= */
.p-point__title {
    margin: 0 0 20px 0;
    background: #6eb92b;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
}

.p-point__title span {
    font-size: 28px;
    color: #fff100;
    font-family: "メイリオ", "Meiryo", "Arial", sans-serif;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-point__title {
        font-size: 35px;
    }

    .p-point__title span {
        font-size: 55px;
    }
}

/*=================================

* 相続相談

=================================*/
.p-souzoku__action {
    box-sizing: border-box;
    margin: 10px;
}

.p-souzoku__action-list {
    margin-bottom: 30px;
    text-align: center;
}

.p-souzoku__action-list li {
    margin: 10px 0;
    padding: 10px;
    line-height: 1.5;
    background-color: #1e5b85;
    color: #FFF;
}

.p-souzoku__actionpoint-list {
    padding: 10px;
    border: 2px solid #1e5b85;
    border-radius: 4px;
    background-color: #FFF;
}

.p-souzoku__actionpoint-list li {
    margin: 7px 0;
}

.p-souzoku__actionpoint-list li::before {
    margin-right: 3px;
    padding: 10px 5px;
    content: "□";
}

.p-souzoku__service-list li {
    font-size: 17px;
    margin-bottom: 10px;
}

.p-souzoku__service-list li::before {
    content: "◆";
    margin-right: 5px;
}

.p-souzoku__service {
    font-size: 1.1rem !important;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-souzoku__action-list {
        display: flex;
        justify-content: space-between;
    }

    .p-souzoku__action-list li {
        width: 32%;
        padding: 10px 25px;
        box-sizing: border-box;
    }

    .p-souzoku__actionpoint-list {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .p-souzoku__actionpoint-list li {
        margin-right: 15px;
    }

    .p-souzoku__actionpoint-list li::before {
        margin-right: 0;
    }

    .p-souzoku__service-list li {
        font-size: 18px;
    }

    .p-souzoku__service {
        font-size: 1.2rem !important;
    }
}

/* パンくずリスト
======================= */
.p-breadcrumbs {
    margin-top: 20px;
}

.p-breadcrumbs li {
    margin-right: 10px;
    font-size: 14px;
    display: inline;
}

.p-breadcrumbs li a {
    text-decoration: none;
}

.p-breadcrumbs li a span {
    display: inline;
}

.p-breadcrumbs li a:hover {
    color: #999;
    text-decoration: underline;
}

.p-breadcrumbs li:before {
    content: " > ";
    color: #888;
    margin-right: 10px;
}

.p-breadcrumbs li:first-child:before {
    content: "";
}

/* PC */
@media screen and (min-width: 768px) {
    .p-breadcrumbs {
        margin: 0;
    }

    .p-breadcrumbs li {
        font-size: 15px;
    }
}