@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
    color: #171a25;
}
img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
    height: auto;
    width: 100%;
    transition: opacity 0.3s ease;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
li > ul, li > ol{
    margin-left: 0;
}
li {
    list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {
    quotes:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
a, a:hover, a:active {
    text-decoration-line: none;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
.clear {
	clear:both;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    background: #fff;
    margin-top: 0 !important;
    width: 100%;
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    font-family:'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6rem;
    text-decoration-line: none;
    text-decoration: none;
    color: var(--basic);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    min-height: 100vh; 
    position: relative;
    padding-bottom: 200px;
    box-sizing: border-box;
    background-image: url("/img/ai_search_lp/bg_gray.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
@media (min-width: 1024px){
    .sp{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .sp{
        display: none;
    }
}
@media (max-width: 767px){
    .pc{
        display: none;
    }
    body{
        background: none;
    }
    html{
        position: relative;
    }
    html::before,
    html::after{
        content: "";
        position: fixed;
        inset: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
        transition: opacity .5s ease;
        z-index: -1;
    }
    html::before{
        background-image: url("/img/ai_search_lp/bg_gray_sp.jpg");
        opacity: 1;
    }
    html::after{
        background-image: url("/img/ai_search_lp/bg_blue.jpg");
        opacity: 0;
    }
    html.is-features::before{
        opacity: 0;
    }
    html.is-features::after{
        opacity: 1;
    }
}


/* ============================================================================
fv
============================================================================ */
.fv_inner{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fv_logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
}
.fv_area{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 6rem 9rem 3rem 0rem;
}
.fv_img{
    width: 45%;
}
.fv_txt{
    width: 43%;
}
.main_copy{
    margin-bottom: 3.5rem;
}
.note{
    font-size: 9px;
    color: #6d6d6d;
    line-height: 1.2rem;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .fv_inner{
        max-width: 100%;
        padding: 0 20px;
    }
    .fv_logo{
        width: 190px;
        top: 10px;
        left: 20px;
    }
    .fv_area{
        flex-direction: column;
        padding: 3.7rem 0 2rem;
        gap: 2rem;
    }
    .fv_img{
        width: 100%;
    }
    .fv_txt{
        width: 100%;
    }
    .note{
        font-size: 8px;
        line-height: 1rem;
    }
}
/* ----------------------------------------
タブレット
---------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px){
    .fv_area{
        padding: 5rem 0 2rem;
    }
    .main_copy{
        margin-bottom: 2rem;
    }
}
/* ============================================================================
cvbtn
============================================================================ */
.cv_area{
    text-align: center;
}
.cv_area p{
    color: #535353;
    font-size: 1.2rem;
    margin-top: 0.7rem;
}
.cv_btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #1fcab3, #00b1a7);
    border-radius: 50px;
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    padding: 2.8rem 0;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 0;
}
.cv_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(100%);
    transition: transform 0.45s ease;
    z-index: -1;
}
.cv_btn:hover::before {
    transform: translateY(0);
}
.cv_btn::after {
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 7%;
    transform: translate(-0%, -50%) rotate(45deg);
    transition: transform 0.4s ease;
    z-index: 1;
}
.float_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity .3s, transform .3s, visibility .3s;
    background: hsl(0deg 0% 100% / 70%);
    padding: 1.5rem 0 1rem;
}
.float_btn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.float_btn .cv_area {
    width: 47rem;
    margin: 0 auto;
}

/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .cv_btn{
        font-size: 1.7rem;
        padding: 1.9rem 0;
    }
    .cv_btn::after{
        width: 6px;
        height: 6px;
        right: 6%;
    }
    .cv_area p{
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    .float_btn {
        padding: 1rem 0 0.5rem;
    }
    .float_btn .cv_area {
        width: 90%;
    }
}
/* ----------------------------------------
タブレット
---------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .cv_btn{
        font-size: 1.8rem;
        padding: 2.3rem 0;
    }
}

/* ============================================================================
concept
============================================================================ */
.concept{
    background: #fff;
    max-width: 960px;
    margin: 5rem auto 9rem;
    border-radius: 20px;
    padding: 5rem 12rem 8rem;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 3%);
}
.sec_ttl{
    margin-bottom: 4.4rem;
}
.sec_ttl .ttl_deco{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem;
    color: #2f56ec;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.sec_ttl .ttl_deco::before{
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("/img/ai_search_lp/icon_ai.png") center / contain no-repeat;
    transform: translateY(-4px);
}
.sec_ttl h2{
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.4;
}
.concept_inner{
    display: flex;
    gap: 3.5rem;
    align-items: stretch;
}
.concept_inner .arrow_right{
    width: 5rem;
    padding: 14rem 0;
}
.after{
    position: relative;
}
.after .img_ai{
    position: absolute;
    width: 5rem;
    top: -5%;
    right: 4%;
}
.before{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90rem;
}
.before .head,
.after .head{
    background: #878ea5;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    padding: 1.2rem 0 1.3rem;
    margin-bottom: 1.5rem;
}
.after .head{
    background: #2f56ec;
}
.after .letter{
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.after .letter span.txt_blue{
    color: #2f56ec;
    font-weight: 600;
}
/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .concept{
        margin: 2.6rem 2rem;
        border-radius: 15px;
        padding: 3.5rem 2rem 5rem;
    }
    .sec_ttl{
        margin-bottom: 3.1rem;
    }
    .sec_ttl .ttl_deco{
        font-size: 1rem;
        gap: 0.4rem;
        margin-bottom: 0.8rem;
    }
    .sec_ttl .ttl_deco::before{
        width: 22px;
        height: 22px;
        transform: translateY(-3px);
    }
    .sec_ttl h2{
        font-size: 2.2rem;
        line-height: 1.3;
    }
    .concept_inner{
        flex-direction: column;
        gap: 2.5rem;
        align-items: center;
    }
    .before{
        width: 100%;
    }
    .before img{
        width: 90%;
        margin: 0 auto;
    }
    .before .head, .after .head{
        font-size: 1.6rem;
        padding: 0.8rem 0 0.9rem;
    }
    .concept_inner .arrow_bottom{
        width: 8rem;
    }
    .after .img_ai{
        width: 4rem;
        top: -3%;
        right: 1%;
    }
    .after .letter{
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 0 0.6rem;
    }
}
/* ----------------------------------------
タブレット
---------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px){
    .concept{
        padding: 4rem 5rem;
    }
    .concept_inner{
        gap: 2rem;
    }
    .before{
        justify-content: flex-start;
        width: 70rem;
    }
    .concept_inner .arrow_right{
        width: 4rem;
    }
    .after .img_ai{
        width: 4rem;
        top: -3%;
        right: 0;
    }
}

/* ============================================================================
features
============================================================================ */
.features{
    position: relative;
    padding: 6rem 0 10rem;
    overflow: hidden;
  }
.features::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("/img/ai_search_lp/bg_blue.jpg") center / cover no-repeat;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
}
.features > *{
    position: relative;
    z-index: 1;
}
.features.is-active::before{
    opacity: 1;
}
.features_inner{
    max-width: 960px;
    margin: 0 auto;
}
.sec_ttl.ttl_white .ttl_deco{
    color: #fff;
}
.sec_ttl.ttl_white .ttl_deco::before{
    background: url(/img/ai_search_lp/icon_ai_white.png) center / contain no-repeat;
}
.sec_ttl.ttl_white h2{
    color: #fff;
}

.step{
    display: flex;
    align-items: center;
    gap: 1.8rem;
    align-items: stretch;
}
.step_inner{
    background: #fff;
    text-align: center;
    width: 280px;
    border-top: 4px solid #72c5af;
    padding: 2.2rem 1.2rem;
}
.step_inner .num{
    font-family: "Montserrat", sans-serif;
    color: #00b1a7;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.step_inner .num span{
    font-size: 140%;
    font-weight: 600;
    color: #00b1a7;
}
.step_inner .letter{
    font-size: 1.7rem;
    font-weight: 600;
    margin: 2rem auto;
}
.step_inner img{
    width: 80%;
}
.step1 img{
    transform: translateY(20px);
}
.step3 img{
    transform: translateY(10px);
}
.step .arrow_right{
    width: 25px;
    padding: 9rem 0;
}

.new{
    margin: 4.5rem auto 0;
    text-align: center;
}
.icon_new{
    width: 6rem;
}
.new_ttl{
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    margin: 1rem 0 2.5rem;
    line-height: 1;
}
.new_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}
.new_inner .parts img{
    width: 26rem;
    margin-bottom: 2rem;
}
.new_inner .parts p{
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.new_inner .parts p.txt_1{
    transform: translateY(15px);
}
.new_inner .plus{
    width: 70px;
}
/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .features{
        padding: 4rem 4rem 7rem;
    }
    .features::before{
        background-image: none;
    }
    .step{
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }
    .step_inner{
        border-left: 4px solid #72c5af;
        border-top: none;
        padding: 2rem 1rem;
        width: 100%;
    }
    .step_txt{
        display: flex;
        align-items: baseline;
        gap: 0.5rem;
        margin-bottom: 2.5rem;
    }
    .step_inner .num{
        font-size: 1.3rem;
    }
    .step_inner .letter{
        margin: 0;
        font-size: 1.5rem;
    }
    .step_inner img {
        width: 71%;
    }
    .arrow_bottom{
        width: 5rem;
    }
    .step1 img,.step3 img{
        transform: none;
    }
    .icon_new{
        width: 4.7rem;
    }
    .new_ttl{
        font-size: 2.1rem;
        margin: 0.8rem 0 3.5rem;
    }
    .new_inner{
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .new_inner .parts{
        display: flex;
        align-items: center;
        gap: 1.2rem;
    }
    .new_inner .parts img{
        width: 14.2rem;
        margin: 0;
    }
    .new_inner .parts p{
        text-align: left;
        font-size: 1.4rem;
    }
    .new_inner .parts p.txt_1{
        transform: none;
    }
    .new_inner .plus{
        width: 35px;
        margin: 0 auto;
    }
}
/* ----------------------------------------
タブレット
---------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px){
    .features{
        padding: 6rem 5rem 10rem;
    }
}

/* ============================================================================
merit
============================================================================ */
.merit{
    background-color: #fff;
    padding: 6rem 0 10rem;
}
.merit_inner {
    max-width: 960px;
    margin: 0 auto;
}
.merit_list{
    display: flex;
}
.merit_list .parts{
    position: relative;
    flex: 1;
    padding: 0 3.5rem;
}
.merit_list .parts:first-child {
    padding-left: 0;
}
.merit_list .parts:last-child {
    padding-right: 0;
}
.merit_list .parts::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebec;
}
.merit_list .parts:last-child::after {
    display: none;
}
.merit_list img{
    height: 19rem;
    width: auto;
}
.merit_list .merit_ttl{
    font-size: 2.6rem;
    font-weight: 700;
    color: #2f56ec;
    margin: 2rem 0 1.5rem;
    letter-spacing: 0.08rem;
    line-height: 1;
}
.merit_list .merit_letter{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02rem;
}
/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .merit{
        padding: 4rem 4rem 7rem;
    }
    .merit_list{
        flex-direction: column;
    }
    .merit_list .parts{
        padding: 2.5rem 0;
    }
    .merit_list .parts:first-child {
        padding-top: 0;
    }
    .merit_list .parts:last-child {
        padding-bottom: 0;
    }
    .merit_list .parts::after {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 1px;
    }
    .merit_list img{
        height: 15rem;
    }
    .merit_list .merit_ttl{
        font-size: 2rem;
        margin: 1.5rem 0 1.2rem;
    }
    .merit_list .merit_letter{
        font-size: 1.3rem;
    }
}
/* ----------------------------------------
タブレット
---------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
    .merit {
        padding: 6rem 5rem 10rem;
    }
    .merit_list img{
        height: 11rem;
    }
}

/* ============================================================================
faq
============================================================================ */
.faq {
    padding: 6rem 0 10rem;
}
.faq_inner {
    max-width: 960px;
    margin: 0 auto;
}

.accordion{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.accordion_inner{
    box-shadow: 5px 5px 20px rgb(0 0 0 / 3%);
}
.accordion-content {
    display: none;
}
.accordion-header {
    background-color: #FFF;
    padding: 3rem 5rem;
    margin: 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}
.accordion-header.active {
    border-radius: 20px 20px 0 0;
}
.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:5rem;
    bottom:0;
    width:14px;
    height:1px;
    margin:auto;
    background:#151E2F;
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion-header.active::after{
    transform:rotate(0deg);
}
.accordion-content {
    background-color: #FFF;
    padding: 3.8rem 5rem;
    border-radius: 0 0 20px 20px;
    position: relative;
} 
.accordion-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    background: #e0e3eb;
    transform: translateX(-50%);
}
.accordion-header span,
.accordion-content span{
    display: flex;
    align-items: center;
    gap: 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.accordion-header span::before{
    content:"Q";
    top: 2px;
    left: 0;
    color: #2f56ec;
    font-size: 3.1rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    flex-shrink: 0;
}
.accordion-content span::before{
    content:"A";
    top: 3px;
    left: 0;
    color: #72c5af;
    font-size: 3.1rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    flex-shrink: 0;
}

/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .faq{
        padding: 4rem 4rem 7rem;
    }
    .accordion{
        margin: 0 -2rem;
        gap: 1rem;
    }
    .accordion-header{
        border-radius: 15px;
        padding: 2.5rem 2rem;
    }
    .accordion-content{
        border-radius: 0 0 15px 15px;
        padding: 2.5rem 2rem;
    }
    .accordion-header span::before,
    .accordion-content span::before{
        font-size: 2rem;
    }
    .accordion-header span,
    .accordion-content span{
        font-size: 1.2rem;
        gap: 1.2rem;
    }
    .accordion-header::before,
    .accordion-header::after{
        width: 10px;
        right: 2rem;
    }
}
/* ----------------------------------------
タブレット
---------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
    .faq {
        padding: 6rem 5rem 10rem;
    }
}
/* ============================================================================
footer
============================================================================ */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #272c3e;
}
.footer-info {
    background: var(--gray);
    padding: 60px 0 50px;
}
.footer_logo {
    max-width: 245px;
}
.footer-info .footer-info__inner {
    display: flex;
    justify-content: center;
    max-width: 900px;
    gap: 50px;
    margin: 0 auto;
}
.footer-info .footer-info__inner .footer-info__txt {
    max-width: 560px;
    font-size: 13px;
    font-weight: 400;
}
.footer-info .footer-info__inner .footer-info__txt p{
    color: #fff;
}
.footer-info .footer-info__inner .footer-info__txt .contact{
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 0;
    color: #fff;
    margin-top: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.footer-info .footer-info__inner .footer-info__txt .contact:hover{
    background-color: #fff;
    color: #151E2F; 
}
.footer-copyright{
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}
.footer-copyright p{
    color: #fff;
}

/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px){
    .footer-info{
        padding: 20px 15px;
    }
    .footer_logo{
        max-width: 170px;
    }
    .footer-info .footer-info__inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        gap: 15px;
    }
    .footer-info .footer-info__inner .footer-info__txt{
        font-size: 11px;
        text-align: center;
    }
    .footer-copyright{
        font-size: 10px;
    }
}

/* ============================================================================
フェードイン
============================================================================ */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-show,.fade-left.is-show {
    opacity: 1;
    transform: translateY(0);
}
.fade-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
/* ----------------------------------------
スマホ
---------------------------------------- */
@media (max-width: 767px) {
    .fade-left {
      transform: translateY(30px);
    }
    .fade-left.is-show {
      transform: translateY(0);
    }
}