@charset "UTF-8";
/* CSS Document */

.disp-sp{
	display: none;
}
@media only screen and (max-width: 767px) {
	.disp-pc{
		display: none;
	}
	.disp-sp{
		display: block;
	}
}

@media only screen and (max-width: 959px) {
	html:not(.external) .child section{
		padding: 5rem 0;
	}
	html:not(.external) .child section.sp-nopadding{
		padding-top: 0;
	}
}


.child .page-aiops-automation .btn a{
	border-radius: 0.5rem;
	padding: 1.8rem 2rem;
}

.child .page-aiops-automation section .lr-2col{
	align-items: self-start;
	padding-bottom: 4rem;
}
@media only screen and (min-width: 960px) {
	.child section .lr-2col .left-col, .child section .lr-2col .right-col{
		width: calc(50% - 1rem);
	}
}

.child section .lr-2col .left-col{
	padding-right: 4rem;
}
.child section .lr-2col.reverse .left-col{
	padding-right: 0;
}
.child section .lr-2col .right-col{
	padding-left: 0;
}
.child section .lr-2col.reverse .right-col{
	padding-left: 4rem;
}

@media only screen and (max-width: 959px) {
	.child .page-aiops-automation section .lr-2col{
		border-bottom: none;
	}
	.child section .lr-2col .left-col{
		padding-right: 0;
	}
	.child section .lr-2col.reverse .right-col{
		padding-left: 0;
	}
	.child .page-aiops-automation section .lr-2col.reverse .left-col{
		order: 2;
	}
	.child .page-aiops-automation section .lr-2col.reverse .right-col{
		order: 1;
	}
}

.child section .lr-2col .btn{
	margin-top: 1rem;
}

.child .page-aiops-automation section .lr-2col figure .shadow{
	box-shadow: 0 6px 6px rgba(0,0,0,0.15);
	border-radius: 6px;
}

.child .page-aiops-automation section .lr-4col{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.child .page-aiops-automation section .lr-4col > dl{
	width: calc(33.33% - 4rem);
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 959px) {
	.child .page-aiops-automation section .lr-4col{
		flex-wrap: wrap;
	}
	.child .page-aiops-automation section .lr-4col > dl{
		width: 100%;
		margin-bottom: 4rem;
	}
}

.child .page-aiops-automation section .lr-4col > dl dt{
	font-size: 3.5rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 959px) {
	.child .page-aiops-automation section .lr-4col > dl dt{
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	.child .page-aiops-automation section .lr-4col > dl dt{
		font-size: 22px;
	}
}

.child .page-aiops-automation section .lr-4col > dl dd{
	flex-grow: 1;
}

.page-aiops-automation .mb8{
	margin-bottom: 8rem;
}

.page-aiops-automation .mb6{
	margin-bottom: 6rem;
}

.page-aiops-automation .mb4{
	margin-bottom: 4rem;
}

.page-aiops-automation figure{
	text-align: center;
}

html:not(.external) .child .page-aiops-automation section h2,
html:not(.external) .child .page-aiops-automation section h3{
	margin-bottom: 4rem;
}

html:not(.external) .child .page-aiops-automation section h2{
	font-size: 5rem;
}
@media only screen and (max-width: 959px) {
	html:not(.external) .child .page-aiops-automation section h2{
		font-size: 3.5rem;
	}
}
@media only screen and (max-width: 767px) {
	html:not(.external) .child .page-aiops-automation section h2{
		font-size: 25px;
	}
}

html:not(.external) .child .page-aiops-automation section h2.mb8{
	margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
    html:not(.external) .child .page-aiops-automation section h2.mb8{
        margin-bottom: 4rem;
    }
}

html:not(.external) .child .page-aiops-automation section h3{
	font-size: 3.4rem;
}
@media only screen and (max-width: 959px) {
	html:not(.external) .child .page-aiops-automation section h3{
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	html:not(.external) .child .page-aiops-automation section h3{
		font-size: 22px;
	}
}


.page-aiops-automation .main-title-area{
	background-color: #048a24;
	color: #FFF;
}

.page-aiops-automation .main-title-area .breadcrumb{
	padding: 0 0 2rem;
}

.page-aiops-automation .main-title-area .breadcrumb a{
    color: #FFF;
}

.page-aiops-automation .main-title-area .inner {
	align-items: center;
	height: auto;
	max-height: none;
	padding: 8rem 0;
	max-width: 1300px;
	margin: 0 auto;
}

@media only screen and (max-width: 959px) {
	.page-aiops-automation .main-title-area .inner {
		padding: 4rem 0;
		flex-wrap: wrap;
	}
}

.page-aiops-automation .main-title-area .inner .left-col{
	width: 50%;
	padding-right: 5rem;
}
@media only screen and (max-width: 1383px) {
	.page-aiops-automation .main-title-area .inner .left-col{
		padding: 6rem 3rem;
	}
}
@media only screen and (max-width: 959px) {
	.page-aiops-automation .main-title-area .inner .left-col{
		width: calc(100% - 8rem);
		margin: 0 auto;
		padding: 4rem 0 4rem;

	}
}
@media only screen and (max-width: 767px) {
	.page-aiops-automation .main-title-area .inner .left-col{
		padding-top: 0;
	}
}

.page-aiops-automation .main-title-area .inner .right-col{
	width: 50%;
	flex: 1;
}

@media only screen and (max-width: 959px) {
	.page-aiops-automation .main-title-area .inner .right-col{
		margin-right: 0;
		width: 100%;
		flex: auto;
		padding: 0 4rem;
		height: auto;
	}
	.page-aiops-automation .main-title-area .inner .right-col img{
		height: 80vw;
		width: 100%;
		object-fit: cover;
		object-position: left top;
	}
}


.page-aiops-automation .main-title-area .btn-area > div{
	display: inline-block;
}

.page-aiops-automation .main-title-area .btn-area .btn{
	margin-top: 1rem;
}

@media only screen and (max-width: 959px) {
	.page-aiops-automation .main-title-area .btn-area .btn{
		margin-bottom: 2rem;
		margin-right: 0;
	}
}

.page-aiops-automation .main-title-area .btn-area .btn a{
	min-width: 24rem;
	padding: 2rem 2rem;
	border: #048A24 2px solid;
}

.page-aiops-automation .main-title-area .btn-area .btn a:hover{
	border: 2px solid #FFF;
	background-color: #048A24;
	color: #FFF;
}


.page-aiops-automation .main-title-area .movie-thum{
	cursor: pointer;
}

.page-aiops-automation .main-title-area .movie-thum::after{
	display: none;
}

.page-aiops-automation .main-title-area .movie-thum a:hover::before{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}

.page-aiops-automation .main-title-area .movie-thum a::after{
	content: "WATCH NOW ▶︎";
	color: #048a24;
	background-color: #FFF;
	width: 19.5rem;
	padding: 1rem 1rem 0.7rem;
	font-size: 1.8rem;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.page-aiops-automation .main-title-area .movie-thum a:hover::after{
	background-color: #048a24;
	color: #FFF;
}

.page-aiops-automation .main-title-area h1{
	font-size: 5rem;
	line-height: 1.5;
}
@media only screen and (max-width: 1383px) {
	.page-aiops-automation .main-title-area h1{
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	.page-aiops-automation .main-title-area h1{
		font-size: 28px;
	}
}

.page-aiops-automation .main-title-area h1 + p{
	font-family: 'Plain','Shin Go Regular', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
}

.page-aiops-automation .main-title-area p{
	margin-bottom: 2rem;
}

html:not(.external) .child .page-aiops-automation .resources-list h2{
	margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
	.child .page-aiops-automation .resources-list:not(.list-4col) .list + .list{
		margin-top: 4rem;
	}
	.child .page-aiops-automation .resources-list.list-4col .list{
		margin-bottom: 2rem;
	}
}

.child .page-aiops-automation .resources-list .list dd p{
	font-size: 2.5rem;
}

.blog-footer{
	background: #06AC38 url(../images/blog/bk_blog_footer.svg) no-repeat right 157px center;
	background-size: contain;
	text-align: center;
	padding: 6rem 0;
	color: #FFF;
}
@media only screen and (max-width: 767px) {
	.blog-footer{
		background: #06AC38 url(../images/blog/bk_blog_footer.svg) no-repeat right top;
		background-size: 50%;
		padding: 6rem 2rem 7rem;
	}
}


.blog-footer .logo {
	margin-bottom: 2rem;
}

.blog-footer .logo img{
	width: 18.4rem;
}
@media only screen and (max-width: 767px) {
	.blog-footer .logo img{
		width: 16rem;
	}
}

.blog-footer p{
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
	.blog-footer p{
		font-size: 1.4rem;
	}
}

.blog-footer .btn-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	font-size: 1.8rem;
}

.blog-footer .btn-area a{
	transition: 0.5s background , 0.5s color;
}

.blog-footer .btn-area .btn-contact{
	width: calc(50% - 1rem);
}
@media only screen and (max-width: 767px) {
	.blog-footer .btn-area .btn-contact{
		width: 100%;
		margin-bottom: 1.5rem;
	}
}

.blog-footer .btn-area .btn-contact a{
	border: 2px solid #FFF;
	background-color: #FFF;
	color: #058A24;
	padding: 1.5rem 2rem;
	border-radius: 5px;
	display: block;
}

.blog-footer .btn-area .btn-contact a:hover{
	border: 2px solid #005a24;
	background-color: #005a24;
	border-color: #005a24;
	color: #FFF;
}

.blog-footer .btn-area .btn-trial{
	width: calc(50% - 1rem);
}

@media only screen and (max-width: 767px) {
	.blog-footer .btn-area .btn-trial{
		width: 100%;
	}
}

.blog-footer .btn-area .btn-trial a{
	color: #FFF;
	padding: 1.5rem ;
	border-radius: 5px;
	display: block;
	border: 2px solid #FFF;
}

@media only screen and (max-width: 767px) {
	.blog-footer .btn-area .btn-contact a,
	.blog-footer .btn-area .btn-trial a{
		font-size: 1.5rem;
	}
}

.blog-footer .btn-area .btn-trial a:hover{
	color: #048A24;
    border-color: #048A24;
    background-color: #ffe664;
}

#logos{
	background-color: #FFF;
}

.list-6col{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.list-6col{
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
	}
	.list-6col > div{
		width: calc(50% - 2rem);
	}
}

.page-aiops-automation .slider .list{
	background-color: #FFF;
	padding: 4rem;
	box-shadow: 0 0 6px egba(0,0,0,0.15);
}

.page-aiops-automation .slider .list::before{
	content: "";
	display: block;
	width: 7.2rem;
	height: 7.2rem;
	background: url(/images/aiops-automation/icon-quote.svg) no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 768px) {
	.child .resources-list .list{
		width: calc(33.33% - 3.5rem);
	}
}
.resources-list .list dt{
	position: relative;
	overflow: hidden;
	padding-top: 65%;
}
@media only screen and (max-width: 767px) {
	.child .resources-list .list dt{
		margin-bottom: 1rem;
	}
}

.resources-list .list dt img{
	object-fit: cover;
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	transition: transform 0.5s;
}
.resources-list .list a:hover dt img{
	transform: translate(-50% , -50%) scale(1.1);
}
.resources-list .list dt::after{
	content: "→";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 30px;
	background-color: #FFF;
	z-index: 1;
}

.child .page-aiops-automation .resources-list .list dd span{
	background-color: #058A24;
    color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: 1;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    border-radius: 3px;
}
@media only screen and (max-width: 767px) {
	.child .page-aiops-automation .resources-list .list dd span{
	}
}


.child .page-aiops-automation .resources-list .list dd p{
	line-height: 1.5;
	font-size: 2rem;
}
.child .page-aiops-automation .resources-list .list dd p.text-link{
	font-size: 1.6rem;
}

.list-disc li{
	margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
	.section02 .lr-2col{
		margin-bottom: 0 !important;
	}
}

html:not(.external) .child .page-aiops-automation .section03 h2{
	font-size: 4.5rem;
}
@media only screen and (max-width: 767px) {
	html:not(.external) .child .page-aiops-automation .section03 h2{
		font-size: 3rem;
	}
}

.section04{
	background-color: #94b2a540;
}

.page-aiops-automation .list-customers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	.page-aiops-automation .list-customers {
		margin-top: 3rem;
	}
}

.page-aiops-automation .list-customers::after {
	content: "";
	display: block;
	width: calc(33.33% - 2rem);
}

.page-aiops-automation .list-customers .list {
	width: calc(33.33% - 2rem);
	margin-bottom: 4rem;
	background-color: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 959px) {
	.page-aiops-automation .list-customers .list {
		width: calc(50% - 2rem);
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 767px) {
	.page-aiops-automation .list-customers .list {
		width: 100%;
		margin-bottom: 3rem;
	}
}

.page-aiops-automation .list-customers .list a{
	text-decoration: none;
}

.page-aiops-automation .list-customers .list figure {
	padding-top: 62%;
	position: relative;
	overflow: hidden;
	background-color: #CCC;
}

.page-aiops-automation .list-customers .list figure img {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	transition: transform 0.3s;
}

.page-aiops-automation .list-customers .list a:hover figure img{
	transform: translate(-50% , -50%) scale(1.1);
}

.page-aiops-automation .list-customers .list .inner{
	padding: 2rem 2rem 2rem;
}

.page-aiops-automation .list-customers .list .inner .list-customers__logo{
	height: 3rem;
	margin-bottom: 1.8rem;
}

.page-aiops-automation .list-customers .list .inner .list-customers__logo img{
	height: 100%;
	width: auto;
}

.page-aiops-automation .list-customers .list .inner .list-customers__name{
	margin-bottom: 1rem;
}

.page-aiops-automation .list-customers {
	position: relative;
	z-index: 1;
}

.page-aiops-automation .list-customers .category {
	margin: 0;
	margin-bottom: 1rem;
}

.page-aiops-automation .list-customers .category li {
	background-color: #ffe664;
	color: #005a24;
	display: inline-block;
	margin: 0;
	padding: 0.7rem 1rem;
	line-height: 1;
	margin-right: 1rem;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

html:not(.external) .child .page-aiops-automation .list-customers h3 {
	color: #24202B;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    html:not(.external) .child .page-aiops-automation .list-customers h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
	html:not(.external) .child section.section01{
		padding-bottom: 0;
	}
}

html:not(.external) .child .page-aiops-automation .section01 h2{
	font-size: 4.4rem;
}
@media only screen and (max-width: 767px) {
	html:not(.external) .child .page-aiops-automation .section01 h2{
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 767px) {
	html:not(.external) .child section.section02{
		padding-top: 3rem;
	}
}

.section02 .right-col figure a:hover img{
	opacity: 0.7;
}

.child .page-aiops-automation .section05 .lr-2col{
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.child .page-aiops-automation .section05 .lr-2col{
		align-items: center;
		margin-bottom: 0;
	}
}