@charset "UTF-8";

/*==================================
* Section
==================================*/
.l-section {
    padding: 50px 0;
}

.l-section.l-section--gray {
    background: #F5F5F5;
}

.l-section.l-section--blue {
    background: #eaf3f9;
}

.l-section.l-section--yellow {
    background: #fbf9ee;
}

.l-section__container {
    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;
    }
}


/*
　AI簡易査定-03
================================*/
.c-banner-ai-satei-03 {
    display: flex;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background-image: url(../img/banner__ai-satei__bg.jpg);
    background-size: cover;
    background-position: 35% 50%;
    background-repeat: no-repeat;
    text-decoration: none !important;
    gap: 30px;
}

.c-banner-ai-satei-03::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.c-banner-ai-satei-03__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: auto;
    order: 1;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 20px 15px;
    color: #fff;
    background-color: transparent;
}

.c-banner-ai-satei-03__text h2 {
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    color: #fcff00;
}

.c-banner-ai-satei-03__text h2 span {
    font-size: 1.15em;
}

.c-banner-ai-satei-03__catch {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
}

.c-banner-ai-satei-03__description {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.c-banner-ai-satei-03__points {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.c-banner-ai-satei-03__points li {
    display: inline-block;
}

.c-banner-ai-satei-03__points li span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    white-space: nowrap;
}

.c-banner-ai-satei-03__button {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    width: fit-content;
    transition: all 0.3s ease;
    position: relative;
}

.c-banner-ai-satei-03__button::after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 0.3rem;
    font-weight: normal;
}

.c-banner-ai-satei-03 .c-banner-ai-satei-03__button::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s ease;
    height: 1px;
    width: 100%;
}

.c-banner-ai-satei-03:hover .c-banner-ai-satei-03__button::before {
    transform: scaleX(0);
    transform-origin: right;
}

.c-banner-ai-satei-03__image {
    flex: 1;
    min-height: 250px;
    max-width: 300px;
    order: 2;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: end;
}

.c-banner-ai-satei-03__image img {
    width: 100%;
    filter: drop-shadow(3px 3px 4px #CCC);
    margin-bottom: -90%;
}

/* PC */
@media screen and (min-width:768px) {
    .c-banner-ai-satei-03 {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        padding: 0 70px;
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .c-banner-ai-satei-03__text {
        min-height: 350px;
        max-width: none;
        flex-basis: 40%;
        flex: none;
        margin: 0;
        padding: 0;
        flex-basis: 60%;
    }

    .c-banner-ai-satei-03__catch {
        font-size: 23px;
    }
    
    .c-banner-ai-satei-03__text h2 {
        font-size: clamp(40px, 60/1140*100vw, 60px);
        line-height: 1;
    }

    .c-banner-ai-satei-03__text h2 span {
        font-size: 1.2em;
    }

    .c-banner-ai-satei-03__description {
        font-size: 16px;
        font-size: clamp(16px, 20/1140*100vw, 20px);
    }
    
    .c-banner-ai-satei-03__points {
        gap: 10px;
        margin-bottom: 25px;
    }
    
    .c-banner-ai-satei-03__points li span {
        padding: 6px 14px;
        font-size: 18px;
        font-size: clamp(16px, 18/1140*100vw, 18px);
    }
    
    .c-banner-ai-satei-03__button {
        font-size: 21px;
        font-size: clamp(18px, 21/1140*100vw, 21px);
    }
    
    .c-banner-ai-satei-03__image {
        min-height: 300px;
        max-width: 340px;
        width: auto;
        margin: 0;
        flex-basis: 40%;
        display: inline-block;
        margin-top: 40px;
    }

    .c-banner-ai-satei-03__image img {
        width: 100%;
        margin-bottom: -100%;
    }
}

/*=================================

* AI査定ページ

=================================*/

/*
　ヒーローセクション
================================*/
.p-ai-satei__hero {
    background: #fff;
}

.p-ai-satei__hero-inner {
    max-width: 1140px;
    padding: 3.5rem 8px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.p-ai-satei__hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.p-ai-satei__hero-text {
    width: 100%;
}

.p-ai-satei__hero-title {
    font-size: clamp(36px, 70 / 768 * 100vw, 60px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #333;
}

.p-ai-satei__hero-title-accent {
    font-size: clamp(22px, 40 / 768 * 100vw, 40px);
    font-weight: 800;
    color: #0d9488;
}

.p-ai-satei__hero-description {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.p-ai-satei__hero-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 2rem 0;
    justify-content: center;
}

.p-ai-satei__hero-label {
    padding: 10px;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #0d9488;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-ai-satei__hero-label span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.p-ai-satei__hero-cta {
    display: block;
    background-color: #4f46e5;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    padding: 25px 30px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
    box-shadow: 0 10px 15px -3px rgba(29, 45, 80, 0.2);
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.p-ai-satei__hero-cta:hover {
    background-color: #4338ca;
}

.p-ai-satei__cta-arrows {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-left: 10px;
    vertical-align: middle;
    top: -20px;
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow {
    position: absolute;
    width: 30px;
    height: 4px;
    opacity: 0;
    transform: scale(0.3);
    animation: arrow-move 3s ease-out infinite;
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:first-child {
    animation: arrow-move 3s ease-out 0s infinite;
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:nth-child(2) {
    animation: arrow-move 3s ease-out 1s infinite;
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:nth-child(3) {
    animation: arrow-move 3s ease-out 2s infinite;
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:before,
.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 1px;
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:before {
    left: 1px;
    transform: skewY(30deg);
}

.p-ai-satei__cta-arrows .p-ai-satei__cta-arrow:after {
    right: 1px;
    transform: skewY(-30deg);
}

@keyframes arrow-move {
    25% {
        opacity: 0.6;
    }
    43% {
        transform: translateY(12px);
        opacity: 0.8;
    }
    62% {
        transform: translateY(24px);
        opacity: 1;
    }
    100% {
        transform: translateY(36px) scale(0.5);
        opacity: 0;
    }
}

.p-ai-satei__hero-cta-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

.p-ai-satei__hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
    filter: drop-shadow(2px 2px 4px #999);
    max-width: 230px;
    margin-bottom: -120px;
}

.p-ai-satei__hero--02 {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 50%, #4f46e5 100%);
}

.p-ai-satei__hero--02 .p-ai-satei__hero-title,
.p-ai-satei__hero--02 .p-ai-satei__hero-title-accent,
.p-ai-satei__hero--02 .p-ai-satei__hero-description{
    color: #fff;
}

.p-ai-satei__hero--02 .p-ai-satei__hero-label {
    background-color: #F2DEA0;
}

.p-ai-satei__hero--02 .p-ai-satei__hero-label span {
    color: #0d9488;
}

.p-ai-satei__hero--02 .p-ai-satei__hero-cta {
    background-color: #0F50A6;
}

.p-ai-satei__hero--02  .p-ai-satei__hero-cta:hover {
    background-color: #0a3874;
}

.p-ai-satei__hero--02 .p-ai-satei__hero-image,
.p-ai-satei__hero--03 .p-ai-satei__hero-image {
    filter: drop-shadow(2px 2px 4px #CCC);
}

.p-ai-satei__hero--03 {
    background-image: url(../img/ai-satei__hero--bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p-ai-satei__hero--03 .p-ai-satei__hero-title,
.p-ai-satei__hero--03 .p-ai-satei__hero-title-accent,
.p-ai-satei__hero--03 .p-ai-satei__hero-description{
    color: #fff;
}

.p-ai-satei__hero--03 .p-ai-satei__hero-title-accent {
    color: #F2E30F;
}

.p-ai-satei__hero--03 .p-ai-satei__hero-label {
    background-color: #FFF;
}

.p-ai-satei__hero--03 .p-ai-satei__hero-label span {
    color: #0d54a6;
}

.p-ai-satei__hero--03 .p-ai-satei__hero-cta {
    background-color: #8C0E03;
}

.p-ai-satei__hero--03  .p-ai-satei__hero-cta:hover {
    background-color: #700b02;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-ai-satei__hero-inner {
        padding: 5rem 8px;
    }

    .p-ai-satei__hero-content {
        flex-direction: row;
        gap: 30px;
    }

    .p-ai-satei__hero-text {
        width: 63%;
        text-align: left;
    }

    .p-ai-satei__hero-description {
        font-size: 18px;
    }

    .p-ai-satei__hero-cta {
        margin: 0;
        font-size: 20px;
    }

    .p-ai-satei__hero-labels {
        justify-content: flex-start;
    }

    .p-ai-satei__hero-label {
        width: 140px;
        height: 140px;
    }

    .p-ai-satei__hero-label span {
        font-size: 20px;
    }

    .p-ai-satei__hero-title {
        font-size: clamp(40px, 65 / 1140 * 100vw, 60px);
        letter-spacing: 0.01px;
        line-height: 1.1;
    }
    
    .p-ai-satei__hero-title-accent {
        font-size: clamp(24px, 40 / 1140 * 100vw, 40px);
        letter-spacing: 0.01px;
        line-height: 1.1;
    }
    
    .p-ai-satei__hero-image {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0;
    }

}

/*
　セクションタイトル
================================*/
.p-ai-satei__title {
    margin: 0 auto 30px auto;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    background-color:  transparent !important;
}

@media screen and (min-width: 768px) {
    .p-ai-satei__title {
        width: 100%;
        font-size: 2.3rem;
    }
}
    
/*
　特徴セクション
================================*/
.p-ai-satei__features {
    background-color: #ffffff;
}

.p-ai-satei__features-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 8px;
}

.p-ai-satei__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.p-ai-satei__features-card {
    background-color: #fbfcfd;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid #eef0f2;
    display: grid;
    grid-template-columns: 3rem 1fr;
    column-gap: 1rem;
    align-items: start;
}

.p-ai-satei__features-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    align-self: center;
}

.p-ai-satei__features-card-icon img {
    width: 40px;
    aspect-ratio: 1 / 1;
    height: 40px;
    object-fit: contain;
}

.p-ai-satei__features-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
    line-height: 1.3;
    align-self: center;
}

.p-ai-satei__features-card-description {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    grid-column: 1 / -1;
    margin-top: 0.75rem;
}

@media screen and (min-width: 500px) {

    .p-ai-satei__features-card {
        display: block;
        padding: 30px 15px 20px;
    }

    .p-ai-satei__features-card-icon {
        width: 4rem;
        height: 4rem;
        margin: 0 auto 1rem;
    }

    .p-ai-satei__features-card-icon img {
        width: 60px;
        height: 60px;
    }

    .p-ai-satei__features-card-title {
        font-size: 17px;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* PC */
@media screen and (min-width: 768px) {
    .p-ai-satei__features-grid {
        gap: 1.5rem;
    }

    .p-ai-satei__features-card-description {
        font-size: 16px;
        margin-top: 0;
        line-height: 1.6;
    }

    .p-ai-satei__features-card-title {
        font-size: clamp(16px, 19 / 1140 * 100vw, 19px);
        margin-bottom: 15px;
        text-align: center;
    }
}

/*
　ステップセクション
================================*/
.p-ai-satei__steps {
    max-width: 1140px;
    margin: 0 auto;
    padding: 4rem 8px;
}

.p-ai-satei__steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap:  2em 0;
    position: relative;
    margin: 0 auto;
    max-width: 550px;
}

.p-ai-satei__steps-line {
    display: none;
}

.p-ai-satei__step {
    position: relative;
}

.p-ai-satei__step-circle {
    width: 6rem;
    height: 6rem;
    background-color: #0d9488;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 10;
}

.p-ai-satei__step-circle-inner {
    text-align: center;
    line-height: 1.1;
}

.p-ai-satei__step-label {
    font-size: 14px;
    font-weight: 600;
}

.p-ai-satei__step-number {
    font-size: 24px;
    font-weight: 700;
}

.p-ai-satei__step-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.p-ai-satei__step-description {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}


/* PC */
@media screen and (min-width: 768px) {
    .p-ai-satei__steps-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap:  2em 0;
        position: relative;
        margin: 0 auto;
        max-width: none;
    }

    .p-ai-satei__steps-line {
        display: block;
        position: absolute;
        top: 3rem;
        left: 16%;
        right: 16%;
        height: 2px;
        background-color: #e5e7eb;
    }
}

/*
  フォームセクション
================================*/
.p-ai-satei__form {
    background: #f8fafc;
}

/*
　マイページセクション
================================*/
.p-ai-satei__mypage {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.p-ai-satei__mypage-text {
    width: 100%;
}

.p-ai-satei__mypage-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.p-ai-satei__mypage-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    color: #333;
}

.p-ai-satei__mypage-feature-title {
    font-weight: 700;
    font-size: 18px;
}

.p-ai-satei__mypage-feature-title::before {
    font-family: "FontAwesome";
    content: "\f058";
    margin-right: 0.4em;
    color: #0d9488;
}

.p-ai-satei__mypage-feature-description {
    font-size: 16px;
}

.p-ai-satei__mypage-note {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}

.p-ai-satei__mypage-demo {
    width: 100%;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-ai-satei__mypage {
        flex-direction: row;
        padding: 40px 30px;
    }

    .p-ai-satei__mypage-title {
        font-size: clamp(20px, 24 / 1140 * 100vw, 24px);
        margin-bottom: 20px;
    }

    .p-ai-satei__mypage-text {
        width: 50%;
    }

    .p-ai-satei__mypage-demo {
        width: 50%;
    }
}

/*
　チャットデモ
================================*/
.p-ai-satei__chat {
    background-color: #f8fafc;
    padding: 10px;
    border-radius: 1em;
    border: 1px solid #e5e7eb;
}

.p-ai-satei__chat-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

.p-ai-satei__chat-avatar {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-ai-satei__chat-avatar img {
    width: 20px;
    height: 20px;
}

.p-ai-satei__chat-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.p-ai-satei__chat-messages {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.p-ai-satei__chat-message {
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-size: 15px;
    width: 80%;
}

.p-ai-satei__chat-message--user {
    background-color: #ccfbf1;
    color: #134e4a;
    border-top-left-radius: 0.25rem;
}

.p-ai-satei__chat-message--agent {
    background-color: #ffffff;
    color: #333;
    border: 1px solid #f3f4f6;
    border-top-right-radius: 0.25rem;
    margin-left: auto;
}

.p-ai-satei__chat-message--input {
    background-color: #f1f5f9;
    color: #333;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    cursor: default;
}

/*
 ページリンク-12
================================*/
.c-page-link-12 {
    margin-bottom: 0;
    background-color:  color-mix(in srgb, #A10800, White 90%);
    overflow: hidden;
}

.c-page-link-12__inner {
    padding: 30px 0;
}

.c-page-link-12__text {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #FFF;
}

.c-page-link-12__text h2 {
    margin-bottom: 15px;
    font-size: clamp(30px, 40 / 768 * 100vw, 40px);
    font-weight: 900;
    color: #A10800;
}

.c-page-link-12__text p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

.c-page-link-12__button {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 12px 5px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #A10800;
    border-radius: 25px;
    background-color: #FFF;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    z-index: 1;
}

.c-page-link-12__button,
.c-page-link-12__button:link,
.c-page-link-12__button:visited {
    text-decoration: none;
    color: #A10800;
    font-weight: bold;
}

.c-page-link-12__button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #A10800;
    transform: scale(0,1);
    transform-origin: left top;
    transition: .3s;
    z-index: -1;
}

.c-page-link-12__button:hover {
    color: #FFF;
}

.c-page-link-12__button:hover::after {
    transform: scale(1,1);
}

.c-page-link-12__image {
    margin: -40px 0 0;
}

.c-page-link-12__image img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

@media screen and (min-width:760px) {
    .c-page-link-12 {
        max-width: 800px;
        margin: 0 auto;
    }

    .c-page-link-12__inner {
        display: flex;
        align-items: center;
        gap: 30px;
        margin: 0 auto;
        padding: 40px;
    }

    .c-page-link-12__text {
        width: 60%;
        margin: 0;
        padding: 0;
        background-color: unset;
    }

    .c-page-link-12__text h2 {
        font-size: 38px;
        line-height: 1.3;
    }

    .c-page-link-12__button {
        max-width: 230px;
        margin: 0;
    }

    .c-page-link-12__image {
        width: 38%;
        margin: 0;
    }

    .c-page-link-12__image img {
        min-height: 360px;
        box-shadow: 0 5px 10px rgba(0,0,0,.3);
    }
}