@charset "utf-8";

/* -----------------------------------------------------------
layered-voice-analysis
-------------------------------------------------------------- */
.top-area{
    padding: 80px 0 100px;
    /* background: url(../img/dot.png); */
}
.top-area .inner{
	display: flex;
	justify-content: space-between;
}
.top-area .txt-box {
	width: 600px;
	order: 1;
}
.top-area .ttl-catch{
    margin: 0 0 20px;
	line-height: 1.5;
	color: var(--txt-navy);
	font-size: 3.4rem;
}
.top-area .img {
	width: 540px;
	order: 2;
}
.top-area .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .top-area{
        padding: 40px 20px;
    }
	.top-area .inner{
		display: block;
	}
	.top-area .txt-box {
		width: 100%;
	}
	.top-area .ttl-catch{
        font-size: 2.2rem;
    }
	.top-area .img {
		width: 100%;
		margin: 0 0 30px;
	}
	.top-area .img img {
		height: 200px;
		border-radius: 10px;
		/*object-position: center top;*/
	}
	
    
	
}
/* -----------------------------------------------------------
feature-area
-------------------------------------------------------------- */
.feature-area{
    background: var(--bg-blue);
}
#analysis .feature-area .feature-box{
    margin: 0 0 50px;
}
.feature-area .ttl-m {
	margin: 0 0 30px;
}
.feature-area .feature-box .ttl-catch {
	margin: 30px 0 20px;
	font-size: 2.4rem;
}
#analysis .feature-area .feature-box .ttl-m .jp{
    font-size: 3.0rem;
}
#analysis .feature-area .feature-box.one .img{
    background: url(../img/analysis-feature01.jpg) no-repeat center / cover;
}
#analysis .feature-area .feature-box.two .img{
    background: url(../img/analysis-feature02.jpg) no-repeat center / contain #fff;
}
#analysis .feature-area .feature-box.three .img{
    background: url(../img/callcenter-feature01-1.jpg) no-repeat center / cover;
}
#analysis .feature-area .feature-box.two .txt-box{
    width: calc(100% - 603px);
    order: 0;
}
#analysis .feature-area .feature-box.two .emotions{
    width: 563px;
    order: 1;
    position: absolute;
    right: 50px;
}
#analysis .feature-area .feature-box .ttl-catch.two{
    margin: 40px 0 20px;
}
#analysis .feature-area .feature-box .txt-box .img{
    height: auto;
}
#analysis .feature-area .feature-box .txt-box img{
    width: 100%;
}
#analysis .feature-area .feature-box.two .flow-box{
    order: 2;
}
#analysis .feature-area .feature-box.two  .ttl-s{
    margin: 60px 0 30px;
}
#analysis .feature-area .feature-box.two  .flow-list{
    margin: 25px 0 0;
}
#analysis .feature-area .feature-box.two  .flow-list .flow-item{
    width: calc((100% - 120px) / 4);
}
#analysis .feature-area .feature-box.two  .flow-list .flow-item .img{
    background: none;
    width: auto;
    height: auto;
}
#analysis .feature-area .feature-box.two  .flow-list .flow-item img{
    width: 60px;
    height: 60px;
}
#analysis .feature-area .feature-box.two  .flow-list .flow-item .deco{
    background-color:#fff;
}
#analysis .feature-area .feature-box.three .txt-box{
    width: calc(100% - 603px);
    order: 0;
}
#analysis .feature-area .feature-box.three .figure{
    width: 563px;
    background: none;
}
@media screen and (max-width: 768px) {
	.feature-area{
		padding: 40px 20px 60px;
	}
    #analysis .feature-area .feature-box{
        margin: 0 0 50px;
    }
	.feature-area .ttl-m {
		margin: 0 0 20px;
	}
	.feature-area .feature-box .ttl-catch {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
    #analysis .feature-area .feature-box.one .more_contents{
        height: 95px;
    }
    #analysis .feature-area .feature-box.two .more_contents{
        height: 315px;
    }
    #analysis .feature-area .feature-box.three .more_contents{
        height: 315px;
    }
    #analysis .feature-area .feature-box .ttl-m .jp{
        font-size: 2.0rem;
    }
    .feature-area .feature-box .txt-box .index-list{
        flex-wrap: wrap;
    }
    #analysis .feature-area .feature-box .txt-box .index-list li{
        width: calc((100% - 15px) / 4);
        padding: 0 5px;
    }
    #analysis .feature-area .feature-box.two .txt-box{
        width: 100%;
    }
    #analysis .feature-area .feature-box.two .emotions{
        width: 100%;
        padding: 0 5px;
        margin: 20px auto 0;
        position: relative;
        right: auto;
		text-align: center;
		order: 0;
    }
	#analysis .feature-area .feature-box.two .emotions img{
		max-width: 400px;
		width: 100%;
    }
    #analysis .feature-area .feature-box.two .flow-box{
        padding: 0 20px;
        margin: 30px 0 0;
    }
	#analysis .feature-area .feature-box.two  .ttl-s{
		margin: 30px 0 20px;
	}
	
    #analysis .feature-area .feature-box.two .flow-list .flow-item{
        width: 100%;
    }
    #analysis .feature-area .feature-box.two .flow-list .flow-item .deco{
        background-color: rgba(223, 223, 223, 1);
    }
    #analysis .feature-area .feature-box.two .flow-list .flow-item:last-of-type .deco{
        display: none;
    }
    #analysis .feature-area .feature-box.three .txt-box{
        width: 100%;
        order: 0;
    }
    #analysis .feature-area .feature-box.three .figure{
        order: 0;
        width: 100%;
        padding: 10px 10px 0 10px;
        margin: 0;
		background: #fff;
		height: 100%;
    }
	#analysis .feature-area .feature-box.three .figure img{
		height: 100%;
		border-radius: 10px;
    }
}


/* -----------------------------------------------------------
merit-area
-------------------------------------------------------------- */
.merit-area{
    padding: 80px 0 100px;
    /* background-color: var(--bg-blue); */
}
.merit-area .ttl-m{
    margin: 0 0 30px;
}
.merit-area .merit-box{
    display: flex;
    flex-wrap: wrap;
    background-color: var(--bg-blue);
}
.merit-area .merit-box:nth-child(2n){
    flex-flow: row-reverse;
}
.merit-area .merit-box:last-of-type{
    margin: 0;
}
.merit-area .merit-box .img{
    width: 50%;
    background-color: #ddd;
}
.merit-area .merit-box.one {
    margin: 50px auto 0;
}
.merit-area .merit-box.one .img{
    background: url(../img/analysis-merit01.jpg) no-repeat center top / cover;
}
.merit-area .merit-box.two .img{
    background: url(../img/analysis-merit02.jpg) no-repeat center top / cover;
}
.merit-area .merit-box.three .img{
    background: url(../img/analysis-merit03.jpg) no-repeat center / cover;
}
.merit-area .merit-box.four .img{
    background: url(../img/analysis-merit04.jpg) no-repeat center / cover;
}
.merit-area .merit-box .img img{
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}
.merit-area .merit-box .txt-box{
    width: 50%;
    padding: 40px 40px 40px 70px;
    /* padding: 30px 40px; */
    position: relative;
    /* background-color: #fff; */
}
.merit-area .merit-box:nth-child(2n+1) .txt-box{
    padding: 40px 70px 40px 40px;
}
.merit-area .merit-box .txt-box .no{
    display: inline-block;
    font-family: var(--font-en);
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--main-color);
    line-height: 1;
    letter-spacing: 0;
    /* text-align: right; */
    position: relative;
    padding: 0 25px 0 0;
    margin: 0 0 15px;
}
.merit-area .merit-box .txt-box .no::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: var(--main-color);
    bottom: 2px;
    right: 0;
}
.merit-area .merit-box:nth-child(2n+1) .txt-box .no{
    text-align: left;
}
.merit-area .merit-box .txt-box .box-ttl{
    font-size: 1.4rem;
    font-family: var(--font-en);
    font-weight: 700;
    color: var(--main-color);
    position: relative;
    top: 0px;
    right: calc((100% - 1600px) / 2);
    transform: rotate(90deg) translateX(-1em);
    transform-origin: left bottom;
    display: none;
}
.merit-area .merit-box:nth-child(2n+1) .txt-box .box-ttl{
    right: 0;
}
.merit-area .merit-box .txt-box .sub-catch{
    font-size: 2.0rem;
    font-weight: 700;
    /* color: var(--main-color); */
    margin: 0 0 10px;
}
.merit-area .merit-box .txt-box .ttl-catch{
    margin: 0 0 20px;
    line-height: 1.6;
}
.merit-area .merit-box .txt-box .txt + .txt  {
    margin: 15px 0 0;
}
.merit-area .merit-box .txt-box .txt:nth-child(n + 5)  {
    margin: 15px 0 0;
}
.merit-area .merit-box .txt-box .disc-list{
    margin: 15px 0 0;
}
.merit-area .merit-box .txt-box .index-list{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin: 15px 0;
}
.merit-area .merit-box .txt-box .index-list li{
    width: calc((100% - 35px) / 8);
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .merit-area{
        padding: 40px 0 0;
    }
    .merit-area .inner{
        padding: 0 20px;
        margin: 0 0 50px;
    }
    .merit-area .inner .ttl-m .jp{
        font-size: 2.1rem;
    }
    .merit-area .merit-box{
        flex-wrap: wrap !important;
        margin: 0;
    }
    .merit-area .ttl-m{
        margin: 0 0 20px;
    }
	.merit-area .merit-box.one {
		margin: 20px auto 0;
	}
    .merit-area .merit-box .img{
        width: 100%;
        height: 200px;
        order: 1;
    }
	.merit-area .merit-box .txt-box .no{
		font-size: 1.6rem;
	}
    .merit-area .merit-box .txt-box{
        width: 100%;
        padding: 30px 20px 40px !important;
        order: 2;
    }
    .merit-area .merit-box .txt-box .sub-catch{
        font-size: 1.6rem;
    }
	.merit-area .merit-box .txt-box .ttl-catch{
		font-size: 2rem;
		margin: 0 0 15px;
	}
	
}
/* -----------------------------------------------------------
case-area
-------------------------------------------------------------- */
.case-area .case-box{
    padding: 50px;
}
.case-area .case-box .point-box{
    padding: 20px 20px;
    border: solid 1px #AAB7B7;
    margin: 20px 0;
}
.case-area .case-box .point-box h4{
    padding: 0 0 8px;
    border-bottom: solid 1px var(--txt-navy);
    margin: 0 0 10px;
    color: var(--txt-navy);
}
.case-area .case-box.case03 .point-box .disc-list li{
    padding: 0;
}
.case-area .case-box.case03 .point-box .disc-list li::before{
    display: none;
}
.case-area .case-box.case03 .point-box .disc-list li span.note{
    font-size: 1.2rem;
    display: block;
    font-weight: 400;
}
.case-area .case-box.case03{
    margin: 60px 0 50px;
}
.otherscene-list{
    display: flex;
    gap: 30px;
    margin: 30px 0 0;
}
.otherscene-list .otherscene-item{
    width: calc((100% - 60px) / 3);
    background-color: #fff;
    padding: 20px 20px 30px;
	border-radius: 20px;
}
.otherscene-list .otherscene-item .img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
	border-radius: 10px;
}
.otherscene-list .otherscene-item .list-ttl{
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--txt-navy);
    margin: 20px 0 15px;
}
table.plan thead th{
    padding: 20px 20px;
    line-height: 1.3;
    background-color: #EAEAEA;
}
.case-area .ttl-catch{
    color: #333;
}

.case-area .overview-box{
	position: relative;
}
.case-area .overview-box .short{
	width: 620px;
}
.case-area .overview-box .photo{
    position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	height: 350px;
}
.case-area .overview-box .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.case-area .overview-box .txt.long{
	width: 1100px;
}

@media screen and (max-width: 768px) {
	.case-area .case-box{
		padding: 20px 20px 40px;
	}
	.case-area .case-box .more_contents{
        height: 350px;
    }
    .case-area .ttl-m .jp{
        font-size: 2.2rem;
    }
    .index-list{
        flex-wrap: wrap;
    }
    .index-list li{
        width: calc((100% - 15px) / 4);
    }
    .otherscene-list{
        flex-wrap: wrap;
        gap: 15px;
		margin: 20px 0 0;
    }
    .otherscene-list .otherscene-item{
        width: 100%;
        padding: 20px 15px;
    }
    .otherscene-list .otherscene-item .list-ttl{
        font-size: 1.8rem;
    }
	
	.case-area .overview-box{
	}
	.case-area .overview-box .short{
		width: 100%;
	}
	.case-area .overview-box .photo{
		position: static;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		margin: 0 auto 25px;
	}
	.case-area .overview-box .photo img{
		height: 200px;
		border-radius: 10px;
	}
	.case-area .overview-box .txt.long{
		width: 100%;
	}

}
/* -----------------------------------------------------------
plan-area
-------------------------------------------------------------- */
table.plan thead th:first-of-type{
    background-color: unset;
}
table.plan thead th.alice{
    background-color: var(--main-color);
    color: #fff;
    border-top: 6px solid var(--main-color);
    border-left: 6px solid var(--main-color);
    border-right: 6px solid var(--main-color);
}
table.plan tbody th:first-child{
    padding: 27px 20px;
    width: 233px;
	line-height: 1.5;
}
table.plan tbody td{
    padding: 27px 20px;
    text-align: center;
    line-height: 1.5;
}
table.plan tbody td.alice{
    border-right: solid 6px var(--main-color);
    border-left: solid 6px var(--main-color);
}
table.plan tbody tr:last-child td.alice{
    border-bottom: solid 6px var(--main-color);
}
@media screen and (max-width: 768px) {
    table.plan{
        margin: 30px auto 0;
    }
    table.plan tr.head th{
        padding: 15px 0 !important;
    }
    table.plan tr.head .ver{
        height: auto;
        width: auto;
        top: 0;
    }
	table.plan tbody{
        width: 100%;
    }
    table.plan tbody th:first-child{
        width: 114px;
        padding: 15px 5px 15px 15px;
    }
    table.plan tbody td{
        padding: 15px 15px 15px 5px;
        min-width: 236px;
    }
}
/* -----------------------------------------------------------
message-area
-------------------------------------------------------------- */
.message-area{
    padding: 80px 0;
    background: url(../img/bg-grade.jpg) no-repeat center / cover;
}
.message-area .inner{
    display: flex;
    gap: 60px;
    justify-content: space-between;
	align-items: center;
}
.message-area .inner .txt-box{
    width: 640px;
}
.message-area .ttl-catch{
    margin: 0 0 20px;
	line-height: 1.5;
	color: var(--txt-navy);
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
    .message-area{
        padding: 220px 20px 60px;
        position: relative;
    }
    .message-area::before {
        position: absolute;
        content: "";
        background: url(../img/top-about-sp.jpg) no-repeat center / contain;
        width: 100%;
        aspect-ratio: 375 / 180;
        top: 0;
        left: 0;
    }
    .message-area .inner{
        flex-wrap: wrap;
    }
    .message-area .inner .txt-box{
        width: 100%;
    }
	.message-area .ttl-catch{
		margin: 0 0 15px;
		font-size: 2.2rem;
	}

}
/* -----------------------------------------------------------
alice-bnr-area
-------------------------------------------------------------- */
.alice-bnr-area{
    margin: 100px auto 120px;
}
@media screen and (max-width: 768px) {
    .alice-bnr-area{
        margin: 40px auto 0;
    }
}