@charset "utf-8";
/*
----------------------
ABOUT
----------------------*/
.serviceWrap{
	width: 100%;
	overflow: hidden;
}


/*
ABOUT
----------------------*/
.about_ttl{
	text-align: center;
	margin-bottom: 60px;
}
.about_ttl .about_ttl_border{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about_ttl .about_ttl_border:before,
.about_ttl .about_ttl_border:after{
	content: '';
	background: #2D2A28;
	width: 60px;
	height: 2px;
}

.about_ttl .about_ttl_border:before {
	margin-right: 20px;
}

.about_ttl .about_ttl_border:after{
	margin-left: 20px;
}

.about_ttl .about_ttl_border span{
	font-weight: bold;
	font-size: 40px;
}

@media screen and (max-width: 900px) {
	.about_ttl .about_ttl_border,
	.about_ttl .about_ttl_border span {
		font-size: 36px;
	}
	.about_ttl .about_ttl_border:before,
	.about_ttl .about_ttl_border:after{
		width: 40px;
	}
}

@media screen and (max-width: 768px) {
	.about_ttl .about_ttl_border,
	.about_ttl .about_ttl_border span {
		font-size: 30px;
	}
	.about_ttl .about_ttl_border:before,
	.about_ttl .about_ttl_border:after{
		display: none;
	}
}


/*
ABOUT 背景エリア
----------------------*/
.aboutWrap.bgImage{
	background: url(../img/about/bg_about_img.jpg) no-repeat;
	background-size: cover;
	background-position: center left;
}
@media screen and (max-width: 768px) {
	.aboutWrap.bgImage{
		background: url(../img/about/bg_about_img_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
}








/*
ABOUT
----------------------*/
.aboutWrap {
	padding-top: 130px;
}

.aboutWrap .textWrap {
	width: 90%;
	max-width: 560px;
	margin-left: auto;
	margin-bottom: 130px;
}

.aboutWrap .textWrap p{
	font-weight: 500;
}

.aboutWrap .about_bgItem {
	height: auto;
	width: 100%;
}

.about_bgItem .pc_img {
	display: block;
}
.about_bgItem .sp_img {
	display: none;
}


@media screen and (max-width: 768px) {
	.aboutWrap .textWrap{
		margin-right: auto;
		margin-bottom: 70px;
	}
	/*
	.aboutWrap .about_bgItem {
		background: url(../img/about/about_bgItem_trig_sp.png) no-repeat;
		background-size: contain;
		background-position: center bottom;
	}*/
	.about_bgItem .pc_img {
		display: none;
	}
	.about_bgItem .sp_img {
		display: block;
	}
}

@media screen and (max-width:640px) {
	.aboutWrap {
		padding-top: 250px;
	}
	.aboutWrap .textWrap p {
		margin-bottom: 20px;
		text-shadow: 0 0 7px rgb(77 63 38 / 64%);
	}
	.aboutWrap .textWrap h2 {
		margin-bottom: 20px;
		text-shadow: 0 0 7px rgb(77 63 38 / 64%);
	}
}



/*
ABOUT 画像
--------------------------------------------*/
.about_appWrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}
.about_appWrap:before {
    content: '';
    background-color: var(--color-main);
    width: 100%;
    height: 66%;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
}

.app_imgWrap {
	width: 90%;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}

.about_appWrap .textWrap {
	width: 90%;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	z-index: +1;
	margin-top: -100px;
	text-shadow: 0 0 20px var(--color-main);
}


/*英字アニメーション　----- */

.autoScroll {
    height: auto;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 200px;
    z-index: -1;
}

.autoScroll .bebas_prp {
    color: rgba(255, 255, 255, 0.15);
    font-size: 240px;
    padding-left: 100%;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    display: inline-block;
    font-weight: bold;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


@media screen and (max-width: 991px) {
	.about_appWrap .textWrap {
		margin-top: -50px;
	}
	.autoScroll .bebas_prp {
		font-size: 200px;
	}
}

@media screen and (max-width: 640px) {
	.autoScroll {
		bottom: 15%;
	}
}


/*
ABOUT 画像
--------------------------------------------*/
.aboutImageWrap .page_inner_Wrap{
	padding-top: 70px;
	padding-bottom: 70px;
}

.aboutImageWrap .page_inner_Wrap .about_imgWrap{
	width: 90%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.about_bgItem02 {
	height: auto;
	width: 100%;
	/*
	background: url(../img/about/about_bgItem02_trig_pc.png) no-repeat;
	background-size: contain;
	background-position: center top;
	*/
}

.about_bgItem02 .pc_img {
	display: block;
}
.about_bgItem02 .sp_img {
	display: none;
}

@media screen and (max-width: 768px) {
	.aboutWrap .about_bgItem02 {
		/*
		background: url(../img/about/about_bgItem02_trig_sp.png) no-repeat;
		background-size: contain;
		background-position: center top;
		*/
	}
	.about_bgItem02 .pc_img {
		display: none;
	}
	.about_bgItem02 .sp_img {
		display: block;
	}
}


/*
動画
--------------------------------------------*/
.youtube_movieWrap {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}



/*
ABOUT 画像
----------------------*/
.advantageWrap .flexWrap01{
	display: flex;
    flex-direction: row-reverse;
}

.advantageWrap .flexWrap01.right{
	flex-direction: row;
}

.advantageWrap .flexWrap01 .flex_imgWrap,
.advantageWrap .flexWrap01 .flex_textWrap{
	width: 50%;
}

.advantageWrap .flexWrap01 .flex_imgWrap {
	margin-left: 60px;
	padding-top: 70px;
	position: relative;
}

.advantageWrap .flexWrap01.right .flex_imgWrap {
	margin-left: 0;
	margin-right: 60px;
	position: relative;
}

.advantageWrap .flexWrap01 .flex_imgWrap img{
	max-width: 660px;
	width: 90%;
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.advantageWrap .flexWrap01.right .flex_imgWrap img{
	margin-left: auto;
	margin-right: 0;
}

.advantageWrap .flexWrap01 .flex_textWrap .flex_textWrap_inner{
	max-width: 660px;
	width: 90%;
	margin-left: auto;
}

.advantageWrap .flexWrap01.right .flex_textWrap .flex_textWrap_inner {
	margin-right: auto;
	margin-left: 0;
}

.advantageWrap .flexWrap01 .flex_imgWrap.flexBg01:before {
	content: '';
    width: 100%;
    height: 90%;
    display: block;
    position: absolute;
    right: -10%;
    top: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
background: -webkit-linear-gradient(left, #bdd400 0%, #9fc821 14.28%, #62af66 28.56%, #2b98a2 42.85%, #0087d2 57.14%, #2c98a2 71.42%, #63af66 85.71%, #bdd400 100%) 0% center/200% auto;
background: linear-gradient(to right, #bdd400 0%, #9fc821 14.28%, #62af66 28.56%, #2b98a2 42.85%, #0087d2 57.14%, #2c98a2 71.42%, #63af66 85.71%, #bdd400 100%) 0% center/200% auto;
-webkit-animation: about_bgAni_right 3s linear infinite;
animation: about_bgAni_right 5s linear infinite;
opacity: .5;

}

@-webkit-keyframes about_bgAni_right {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-moz-keyframes about_bgAni_right {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-o-keyframes about_bgAni_right {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@keyframes about_bgAni_right {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}



.advantageWrap .flexWrap01 .flex_imgWrap.flexBg02:before {
	content: '';
	width: 100%;
	height: 90%;
	display: block;
	position: absolute;
    left: -10%;
	top: 0;
	z-index: -1;
    border-radius: 0 30px 30px 0;
background: -webkit-linear-gradient(left, #bdd400 0%, #9fc821 14.28%, #62af66 28.56%, #2b98a2 42.85%, #0087d2 57.14%, #2c98a2 71.42%, #63af66 85.71%, #bdd400 100%) 0% center/200% auto;
background: linear-gradient(to right, #bdd400 0%, #9fc821 14.28%, #62af66 28.56%, #2b98a2 42.85%, #0087d2 57.14%, #2c98a2 71.42%, #63af66 85.71%, #bdd400 100%) 0% center/200% auto;
-webkit-animation: about_bgAni_left 3s linear infinite;
animation: about_bgAni_left 5s linear infinite;
opacity: .5;
}


@-webkit-keyframes about_bgAni_left {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-moz-keyframes about_bgAni_left {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-o-keyframes about_bgAni_left {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@keyframes about_bgAni_left {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

.advantageWrap .flexWrap01 .flex_imgWrap.flexBg03:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/about/advantage_bg_img03.png) no-repeat;
	background-size: 100%;
	background-position: top right;
	display: block;
	position: absolute;
    right: -10%;
    top: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
}



@media screen and (max-width: 800px) {
	.advantageWrap .flexWrap01{
		display: block;
	}
	.advantageWrap .flexWrap01 .flex_imgWrap,
	.advantageWrap .flexWrap01 .flex_textWrap{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.advantageWrap .flexWrap01 .flex_imgWrap{
		padding-top: 50px;
	}
	.advantageWrap .flexWrap01 .flex_imgWrap img{
		margin-left: auto;
		margin-right: auto;
	}
	.advantageWrap .flexWrap01 .flex_textWrap .flex_textWrap_inner {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/*
flex　テキスト装飾
----------------------*/
.flex_textWrap_inner .flex_numebr_ttl{
    color: var(--color-main);
    font-size: 46px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.flex_textWrap_inner .flex_numebr_ttl:after {
	content: '';
	width: 60px;
	height: 2px;
	background: var(--color-main);
	margin-left: 20px;
}

.flex_textWrap_inner .textWrap p{
	line-height: 2;
}



/*
リスト
----------------------*/
.flexListWrap .advantage_list .listItem{
	display: flex;
	margin-bottom: 40px;
}

.flexListWrap .advantage_list .listItem .imgWrap{
	max-width: 100px;
	width: 20%;
	margin-right: 30px;
}

.flexListWrap .advantage_list .listItem .textWrap{
	flex:1;
}

.flexListWrap .advantage_list .listItem img{
	width: auto;
}

@media screen and (max-width: 800px) {
	.flexListWrap .advantage_list .listItem{
		margin-bottom: 30px;
	}
	.flexListWrap .advantage_list .listItem .imgWrap{
		margin-right: 20px;
	}
}




/*
リスト
----------------------*/
/*
Advantage
------------------------------*/
.pointListwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
/*    margin-bottom: 220px;*/
}

.pointListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.pointListwrap .pointListwrap_news {
    margin-bottom: 0px;
}

.pointListwrap .stageCol {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s;
}



.pointListwrap .stageColBox {
    border: 3px solid #31D570;
    position: relative;
    /*text-align: center;*/
}

.pointListwrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 0;
    height: 100%;
    background: #fff;
}

.pointListwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.pointListwrap .stageCol_point .ttl {
    margin-bottom: 16px;
    font-weight: normal;
    text-align: left;
    color: var(--color-black1);
    padding: 0 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    min-height: 3em;
}

.pointListwrap .point_image_block {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.pointListwrap .stageCol_icon {
    margin-bottom: 30px;
}

.pointListwrap .stageCol_text {
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 0;
    margin-bottom: 10px;
}

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pointListwrap .stageCol .number{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-main);
}

.pointListwrap .stageColBox img {
    display: block;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.pointListwrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.pointListwrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.pointListwrap .stageColBox .moreLink{
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.pointListwrap .stageColBox .moreLink:after{
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.pointListwrap .stageColBox a:hover .point_image_block img{
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
    .pointListwrap .stageCol_point {
        min-height: 400px;
    }
    .pointListwrap .stageCol_point .ttl {
        font-size: 18px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .pointListwrap .stageCol_point {
        min-height: 300px;
    }
    .pointListwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}
@media screen and (max-width: 768px) {
    .pointListwrap{
    flex-wrap: wrap;
    justify-content: center;
    }
    .pointListwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
    }
/*    .pointListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .pointListwrap .stageCol:nth-child(3n + 1){
        margin-left: 2%;
    }
}
@media screen and (max-width: 640px) {
    .pointListwrap{
    display: block;
    }
    .pointListwrap .stageCol {
        margin-bottom: 40px;
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .pointListwrap .stageCol:nth-child(3n + 1){
        margin-right: auto;
        margin-left: auto;
    }
    .pointListwrap .point_image_block {
        /*margin-bottom: 0;*/
        height: 200px;
    }
    .pointListwrap .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }
    .pointListwrap .stageCol_point .ttl {
        font-size: 16px;
            min-height: auto;
    }
    .pointListwrap .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 14px;
        margin-bottom: 10px;
    }
}



/*
機能
-------------------------*/
.functionWrap .borderItem{
	border-radius: 50px;
	border: 2px solid var(--color-main);
	padding: 80px 30px;
}
.functionFlexWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*margin-left: -20px;
	margin-right: -20px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.functionFlexWrap .content_slide{
    width: calc(33% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 60px;
    max-width: 250px;
}

.functionFlexWrap .content_slide img{
	margin-bottom: 20px;
	max-width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.functionFlexWrap .content_slide .ttl{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.functionFlexWrap .content_slide .cs_tex{
	font-size: 14px;
	line-height: 1.7;
}

.functionFlexWrap .content_slide .caut {
	font-size: 12px;
	line-height: 1.7;
	display: block;
}

@media screen and (max-width: 991px) {
	.functionFlexWrap .content_slide {
		width: calc(33% - 40px);
	}
}

@media screen and (max-width: 768px) {
	.functionWrap .borderItem{
		border-radius: 30px;
		padding: 60px 0;
	}
	.functionFlexWrap .content_slide {
		width: calc(50% - 40px);
	}
}

@media screen and (max-width: 640px) {
	.functionFlexWrap {
		margin-right: 0;
		margin-left: 0;
	}
	.functionFlexWrap .content_slide {
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 60px;
	}
}




/*
導入事例
------------------------------*/
.caseWrap .comingsoonFlex {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	justify-content: center;
}

.caseWrap .comingsoonFlex .flexItem{
	width: 50%;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 520px;
}

@media screen and (max-width: 991px) {
	.caseWrap .comingsoonFlex .flexItem{
		margin-left: 10px;
		margin-right: 10px;
	}
}



