@charset "utf-8";


/***************************************************************************
*
* SERVICE STYLE
*
***************************************************************************/
/*MAINPAGE*/
#mainPage .pageTitle {
	/*width: 1152px;*/
	width: 1310px;
}
/*MAINPAGE*/

#content {
	margin-top: 63px;
}

/*AREAINTRO*/
.areaIntro {
	margin-bottom: 77px;
}
.areaIntro .introTitle {
	margin-bottom: 7px;
	color: #111;
}
.areaIntro .introSub {
	line-height: 1.85;
	color: #333;
}
/*AREAINTRO*/

/*AREARESULT*/
.areaAbout {
	background: #0086CC;
	color: #fff;
	padding: 80px 0 77px;
}
.areaAbout .aboutEn {
	color: #73B8E2;
	font-size: 61px;
    letter-spacing: 4px;
    margin-bottom: 3px;
    text-align: center;
}
/*
.areaAbout .aboutEn {
	width: 234px;
	margin: 0 auto;
}*/
.areaAbout .aboutJp {
	margin-bottom: 14px;
}
.areaAbout .aboutJp_l {
	font-size: 32px;
}
.areaAbout .aboutSub {
	line-height: 1.85;
	margin-bottom: 45px;
}
.areaAbout .aboutList {
	display: flex;
	justify-content: space-between;
}
.areaAbout .aboutList li {
	position: relative;
	width: 328px;
}
.areaAbout .aboutList li a {
	color: #fff;
}
.areaAbout .aboutList li .photo {
	margin-bottom: 16px;
}
.areaAbout .aboutList li .title {
	margin-bottom: 14px;
}
.areaAbout .aboutList li .text {
	line-height: 1.85;
}
/*AREARESULT*/

/*AREAFLOW*/
.areaFlow {
	padding: 80px 0;
}
.areaFlow .flowTitle {
    text-align: center;
    margin-bottom: 24px;
}
.areaFlow .flowTitle img {
	width: auto;
	height: 48px;
}
.areaFlow .titleSub {
    text-align: center;
    margin-bottom: 14px;
    color: #111;
}
.areaFlow .flowSub {
	text-align: center;
	line-height: 1.85;
	margin-bottom: 45px;
}
.areaFlow .flowStep {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.areaFlow .flowStep li {
	position: relative;
	width: 328px;
	min-height: 328px;
	border: 1px solid #0086CC;
	padding: 22.5px 22px 19.5px 23px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.areaFlow .flowStep li:not(:last-child):before {
	content: "";
	position: absolute;
	background-color: #0086CC;
	top: 46.5px;
	right: -25px;
	width: 224px;
	height: 1px;
}
.areaFlow .flowStep li:nth-child(3n) {
	margin-right: 0;
}
.areaFlow .flowStep li:nth-child(4):after {
	content: "";
	position: absolute;
	background-color: #0086CC;
	top: 46px;
	left: -24px;
	width: 24px;
	height: 1px;
}
.areaFlow .flowStep li:last-child:after , .areaFlow .flowStep li.last:after {
	content: "";
	position: absolute;
	background: url(../images/service-detail/area-flow-icon.jpg)no-repeat;
	background-size: 100%;
	top: -1px;
	right: -1px;
	width: 48px;
	height: 48px;
}
.areaFlow .flowStep li.last:after {
	display: block !important;
}
.areaFlow .flowStep .stepNumber {
	display: inline-block;
    margin-bottom: 23px;
	height: 48px;
}
.areaFlow .flowStep .stepNumber img {
	width: auto;
	height: 100%;
}
.areaFlow .flowStep .stepInfo {
	margin-bottom: 14px;
}
.areaFlow .flowStep .stepSub {
	line-height: 1.85;
}
.areaFlow .flowNote {
	text-align: center;
	font-weight: 600;
	margin-bottom: 24px;
}
.areaFlow .boxBtn {
	text-align: center;
}
/*AREAFLOW*/

/*SP STYLE*/
@media (max-width: 768px) {
	#mainPage .inner {
	    bottom: -5px;
	    left: 50%;
	}
	#mainPage .pageTitle {
	    width: 100%;
	    transform: translateX(0.5px);
	} 
	#mainPage .pageTitle img {
		width: 100%;
	}
	#content {
	    margin-top: 39px;
	}

	/*AREAINTRO*/
	.areaIntro .inner {
		width: 100%;
		padding: 0 4%;
	}
	.areaIntro .introTitle {
	    margin-bottom: 18px;
        font-size: 32px;
	}
	.areaIntro {
	    margin-bottom: 50px;
	}
	/*AREAINTRO*/

	/*AREAABOUT*/
	.areaAbout {
	    padding: 40px 0 37px;
	}
	.areaAbout .inner {
		padding: 0 4%;
	}
    .areaAbout .aboutEn {
		font-size: 40px;
		letter-spacing: 2.5px;
	    padding-left: 4px;
	    margin-bottom: 6px;
	}
    /*
	.areaAbout .aboutEn {
	    width: 156px;
	    margin-bottom: -14px;
	}
    */
	.areaAbout .aboutJp {
		line-height: 1.75;
		font-size: 5.6vw;
		text-align: center;
	    margin-bottom: 11px;

	}
	.areaAbout .aboutSub {
	    text-align: left;
	    margin-bottom: 28px;
	}
	.areaAbout .aboutList {
		flex-direction: column;
	}
	.areaAbout .aboutList li {
		width: 100%;
	}
	.areaAbout .aboutList li + li {
		margin-top: 37px;
	}
	.areaAbout .aboutList li .photo {
	    margin-bottom: 15px;
	}
	.areaAbout .aboutList li .title {
	    margin-bottom: 12px;
	}
	/*AREAABOUT*/

	/*AREAFLOW*/
	.areaFlow {
	    padding: 40px 0 60px;
	}
	.areaFlow .inner {
		padding: 0 4%;
	}
	.areaFlow .flowTitle {
		margin-bottom: 12px;
		line-height: 100%;
	}
	.areaFlow .flowTitle img{
		width: 128px;
		height: auto;
	}
	.areaFlow .titleSub {
		margin-bottom: 13px;
	}
	.areaFlow .flowSub {
		text-align: left;
	}
	.areaFlow .flowSub {
		margin-bottom: 28px;
	}
	.areaFlow .flowStep {
		margin-bottom: 0;
	}
	.areaFlow .flowStep li {
		width: 100%;
		/*min-height: 273px;*/
		min-height: auto;
		height: auto;
		padding: 18px 22px 10px 34px;
		margin-right: 0;
		margin-bottom: 30px;
		background-color: #fff;
	}
	.areaFlow .flowStep li:not(:last-child):before {
		content: "";
		position: absolute;
		background-color: #0086CC;
		top: auto;
		bottom: -31px;
		left: 19px;
		width: 1px;
		height: calc(100% - 40px);
	}
	.areaFlow .flowStep li:last-child:before {
		content: "";
		position: absolute;
		background-color: #0086CC;
		top: auto;
		bottom: 0;
		left: 19px;
		width: 1px;
		height: calc(100% - 75px);
	}
	.areaFlow .flowStep li:nth-child(4):after {
		display: none;
	}
	.areaFlow .flowStep .stepNumber {
		margin-bottom: 15px;
    	margin-left: -15.5px;
		height: 32px;
	}
	.areaFlow .flowStep .stepNumber img {
		width: auto;
		height: 100%;
	}
	.areaFlow .flowStep li:first-child .stepNumber {
		width: 46px;
	}
	.areaFlow .flowStep .stepInfo {
    	margin-bottom: 12px;
	}
	.areaFlow .flowNote {
		margin-bottom: 14px;
	}
	.areaFlow .boxBtn a {
		width: 100%;
	}
	/*AREAFLOW*/

}

@media (max-width: 768px) {
    #content .areaIntro .inner .introTitle {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    #content .serviceBGwhiteCom {
        padding-bottom: 0;
    }
}
#content .serviceBGwhiteTopborder {
	position: relative;
	padding: 0 0 80px;
}
#content .serviceBGwhiteTopborder:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	width: 100%;
	height: 260px;
	background-color: #0086CC;
	bottom: 0;
	left: 0;
}
#content .serviceBGwhiteCom h1 {
    text-align: center;
    font-size: 61px;
    color: #73B8E2;
    letter-spacing: 4px;
}
#content .serviceBGwhiteCom h3 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}
#content .serviceBGwhiteCom h4 {
    font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.aboutHumanBox_wrap {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#content .serviceBGwhiteCom .aboutHumanBox {
	width: 31.8%;
	border: 1px solid #0086CC;
	background-color: #fff;
	text-align: center;
	padding: 20px 25px 5px;
}
#content .serviceBGwhiteCom .aboutHumanBox .photo img {
    max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	#content .serviceBGwhiteTopborder:after {
		height: 85%;
	}
	.aboutHumanBox_wrap {
		display: block;
	}
	#content .serviceBGwhiteCom .aboutHumanBox {
		width: 100%;
		margin-bottom: 15px;
	}
}


@media (max-width: 768px) {
    #content .serviceBGblueCom h2 {
        line-height: 110%;
    }
}
#content .serviceBGblueCom h3 {
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    #content .serviceBGblueCom h3 {
        margin-bottom: 0;
    }
}
#content .serviceBGblueCom .humanShienBoxWrapper {
    display: flex;
	justify-content:space-between;
	flex-wrap: nowrap;
    padding-top: 20px;
	max-width: 680px;
	margin: 0 auto;
}
@media (max-width: 768px) {
    #content .serviceBGblueCom .humanShienBoxWrapper {
        display: block;
    }
}
#content .serviceBGblueCom .humanShienBoxWrapper .humanShienBox {
    width: 48.5%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    #content .serviceBGblueCom .humanShienBoxWrapper .humanShienBox {
        width: 100%;
		margin-bottom: 30px;
    }
}
#content .serviceBGblueCom .humanShienBoxWrapper .humanShienBox h4 {
    text-align: left;
    margin-bottom: 15px;
	color: #333;
}
#content .serviceBGblueCom .humanShienBoxWrapper .humanShienBox p {
    margin-bottom: 15px;
	color: #333;
}
@media (max-width: 768px) {
	#content .serviceBGblueCom .humanShienBoxWrapper .humanShienBox p {
		margin-bottom: 15px;
	}
}



#content .serviceFlexWrapper {
    width: 1032px;
    margin: 0 auto;
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    #content .serviceFlexWrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 4%;
    }
}
#content .serviceFlexWrapper .serviceFlexBox {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 70px;
}
#content .serviceFlexWrapper .serviceFlexBox .photo {
    margin-bottom: 10px;
}
#content .serviceFlexWrapper .serviceFlexBox .title {
    margin-bottom: 10px;
}
#content .serviceFlexWrapper .serviceFlexBox .photo img {
    width: 100%;
}

#content .serviceFlexWrapper .serviceFlexBoxTimeC div {
    width: 50%;
    float: left;
}
#content .serviceFlexWrapper .serviceFlexBoxTimeC .text {
    clear: both;
    padding-top: 20px;
}
@media (max-width: 768px) {
    #content .serviceFlexWrapper .serviceFlexBoxTimeC div {
        width: 100%;
        float: none;
    }
}

#content #serviceList li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
}
@media (max-width: 768px) {
    #content #serviceList li {
        width: 100%;
        margin-bottom: 30px;
    }
}
#content #serviceList li .photo {
    margin-bottom: 10px;
}
#content #serviceList li h4 {
    margin-bottom: 10px;
}

#content .AiVideocom {
    width: 100%;
    box-sizing: border-box;
}
#content .AiVideocom .text {
    padding-top: 5px;
}
#content .AiVideocom .AiVideoBox {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
#content .AiVideocom .AiVideoBox video {
    width: 100%;
    object-fit: cover;
}
#content .AiVideocom .AiVideoBox .buttons {
    width: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    pointer-events: none;
    opacity: 0.7;
}
#content .AiVideocom .AiVideoBox .video_play {
    display: none;
}

#content .AiVideocom .AiVideoBox .stopfilter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#content .AiVideocom .AiVideoBox .playfilter {
    display: none;
    pointer-events: none;
}

#content .titleBlueCom {
    color: #73B8E2 !important;
    font-size: 61px !important;
    letter-spacing: 4px !important;
    margin-bottom: 3px !important;
    text-align: center !important;
}
@media (max-width: 768px) {
    #content .titleBlueCom {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
}

#content .titleBigCom {
    font-size: 36px !important;
    text-align: center !important;
}
@media (max-width: 768px) {
    #content .titleBigCom {
        font-size: 20px !important;
    }
}

#content .Submargin {
    margin-top: -15px;
    margin-bottom: 40px;
}


.aiArea .flowStep li {
    position: relative;
    width: 243px;
    min-height: 328px;
    border: 1px solid #0086CC;
    padding: 22.5px 22px 19.5px 23px;
    margin-right: 20px;
    margin-bottom: 24px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .aiArea .flowStep li {
        width: 100%;
        margin-right: 0;
        padding-left: 34px;
        height: auto;
		min-height: auto;
    }
}
.aiArea .flowStep li:not(:last-child)::before {
    content: "";
    position: absolute;
    background-color: #0086CC;
    top: 46.5px;
    right: -22px;
    width: 100px;
    height: 1px;
}
@media (max-width: 768px) {
    .aiArea .flowStep li:not(:last-child)::before {
        top: auto;
        bottom: -30px;
        left: 19px;
        width: 1px;
        height: calc(100% - 40px);
	}
}
.aiArea .flowStep li:nth-child(3) {
    margin-right: 20px;
}
@media (max-width: 768px) {
    .aiArea .flowStep li:nth-child(3) {
        margin-right: 0;
    }
}
.aiArea .flowStep li:nth-child(4) {
    margin-right: 0px;
}
.aiArea .flowStep li:nth-child(4)::after {
    left: inherit;
    right: -1px;
}

.serviceFlexBox .boxBtn.white {
    margin:  0 auto;
    width: 416px;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .serviceFlexBox .boxBtn.white {
        width: 100%;
    }
}
.serviceFlexBox .boxBtn.white a {
    background: #fff;
    color: #1486CC;
}









@media (min-width: 769px) {
	#content .ownedmedia_box01_wrap {
		position: relative;
		width: 100%;
	}
	#content .ownedmedia_box01_wrap .box01 {
		position: relative;
		margin-bottom: 60px;
	}
	#content .ownedmedia_box01_wrap .box01:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		width: 40%;
		height: 226px;
		left: 0;
		bottom: 0;
		background-color: #0086CC;
	}
	#content .ownedmedia_box01_wrap .box01 .inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: end;
		position: relative;
	}
	#content .ownedmedia_box01_wrap .box01_rev:after {
		left: inherit;
		right: 0;
	}
	#content .ownedmedia_box01_wrap .box01_rev .inner {
		flex-direction: row-reverse;
	}
	#content .ownedmedia_box01_wrap .box01 .img {
		position: relative;
		z-index: 2;
		width: 66%;
		box-sizing: border-box;
		padding-bottom: 20px;
		padding-left: 50px;
	}
	#content .ownedmedia_box01_wrap .box01_rev .img {
		padding-left: 10px;
	}
	#content .ownedmedia_box01_wrap .box01 .img:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 226px;
		left: 0;
		bottom: 0;
		background-color: #0086CC;
	}
	#content .ownedmedia_box01_wrap .box01 .img img {
		position: relative;
		z-index: 2;
		width: 96%;
	}
	#content .ownedmedia_box01_wrap .box01 .text {
		position: relative;
		width: 34%;
		box-sizing: border-box;
		padding-left: 25px;
	}
	#content .ownedmedia_box01_wrap .box01_rev .text {
		padding-left: 0;
		padding-right: 25px;
	}
	#content .ownedmedia_box01_wrap .box01 .text .title {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 15px;
		line-height: 175%;
	}
	#content .ownedmedia_box01_wrap .box01 .text p {
		font-weight: 700;
		line-height: 170%;
	}
}
@media (max-width: 768px) {
	#content .ownedmedia_box01_wrap {
		position: relative;
		width: 100%;
	}
	#content .ownedmedia_box01_wrap .box01 {
		position: relative;
		margin-bottom: 40px;
	}
	#content .ownedmedia_box01_wrap .box01 .inner {
		position: relative;
	}
	#content .ownedmedia_box01_wrap .box01_rev:after {
		left: inherit;
		right: 0;
	}
	#content .ownedmedia_box01_wrap .box01 .img {
		position: relative;
		z-index: 2;
		box-sizing: border-box;
		padding-bottom: 15px;
	}
	#content .ownedmedia_box01_wrap .box01 .img img {
		position: relative;
		z-index: 2;
		width: 95%;
	}
	#content .ownedmedia_box01_wrap .box01 .img:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		width: 105%;
		height: 154px;
		left: -20px;
		bottom: 0;
		background-color: #0086CC;
	}
	#content .ownedmedia_box01_wrap .box01_rev .img:after {
		left: inherit;
		right: -20px;
	}
	#content .ownedmedia_box01_wrap .box01 .text {
		position: relative;
		box-sizing: border-box;
		padding-top: 10px;
	}
	#content .ownedmedia_box01_wrap .box01 .text .title {
		font-size: 21px;
		font-weight: 700;
		margin-bottom: 15px;
		line-height: 175%;
	}
	#content .ownedmedia_box01_wrap .box01 .text p {
		font-weight: 700;
		line-height: 170%;
	}
}








@media (min-width: 769px) {
	.ai_box01_wrap {
		position: relative;
		padding: 80px 0;
		box-sizing: border-box;
	}
	#content .ai_box01_wrap:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		width: 72%;
		height: 100%;
		left: 0;
		bottom: 0;
		background-color: #0086CC;
	}
	.ai_box01_wrap .inner {
		position: relative;
		z-index: 2;
	}
	ul.ai_box01_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
	}
	ul.ai_box01_list li {
		width: 49%;
		margin-bottom: 30px;
		background-color: #fff;
	}
	ul.ai_box01_list li .text {
		background-color: #fff;
		padding: 20px 25px;
	}
	ul.ai_box01_list li .text p {
		margin: 0;
		line-height: 160%;
	}
	ul.ai_box01_list li .img {
		position: relative;
	}
	ul.ai_box01_list li .img .play:before {
		position: absolute;
		display: block;
		content: "";
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 90px;
		height: 90px;
		background-image: url(../images/service-ai/icon_play.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}

@media (max-width: 768px) {
	.ai_box01_wrap {
		position: relative;
		padding: 40px 0;
		box-sizing: border-box;
	}
	#content .ai_box01_wrap:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		width: 85%;
		height: 100%;
		left: 0;
		bottom: 0;
		background-color: #0086CC;
	}
	.ai_box01_wrap .inner {
		position: relative;
		z-index: 2;
	}
	ul.ai_box01_list li {
		margin-bottom: 20px;
		background-color: #fff;
	}
	ul.ai_box01_list li .text {
		background-color: #fff;
		padding: 15px 20px;
	}
	ul.ai_box01_list li .text p {
		margin: 0;
		line-height: 160%;
	}
	ul.ai_box01_list li .img {
		position: relative;
	}
}
.video:before {
	position: absolute;
	z-index: 3;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background-image: url(../images/service-ai/icon_play.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}



ul.sa_deli_list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: stretch;
	background-color: #fff;
	padding: 50px 0;
	margin-bottom: 40px;
}
.sa_deli_list li:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 100%;
	right: -90%;
	bottom: 0;
	background-color: #fff;
}
ul.sa_deli_list li .img {
	width: 49%;
}
ul.sa_deli_list li .text {
	width: 47%;
	color: #333;
}
ul.sa_deli_list li .text .en {
	color: #0086CC;
	font-weight: 700;
}
ul.sa_deli_list li .text h4 {
	font-size: 32px;
	font-weight: 700;
	margin: 10px 0 15px;
}
ul.sa_deli_list li .text .subtitle {
	font-weight: 700;
	margin-bottom: 10px;
}
ul.sa_deli_list li .text p {
	line-height: 180%;
}
@media (max-width: 768px) {
	ul.sa_deli_list li {
		display: block;
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.sa_deli_list li:after {
		width: 10%;
		right: -10%;
	}
	ul.sa_deli_list li .img {
		width: 100%;
	}
	ul.sa_deli_list li .text {
		width: 100%;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	ul.sa_deli_list li .text .en {
		font-size: 12px;
	}
	ul.sa_deli_list li .text h4 {
		font-size: 22px;
		margin: 5px 0 10px;
	}
}


@media (min-width: 769px) {
	.service-video-main {
		position: relative;
		z-index: 2;
		height: 800px !important;
		overflow: inherit !important;
		margin-bottom: 130px;
	}
	.service-video-main .mainPhoto {
		width: 100%;
		height: 800px;
		overflow: hidden;
	}
	.service-video-main .mainPhoto img {
		width: 100%;
		min-width: 1366px;
		min-height: 800px;
	}
	.service-video-main .pageTitle_2 {
		position: absolute;
		top: -10px;
		left: -10px;
		max-width: 1123px;
	}
	.service-video-main .text_box {
		position: absolute;
		right: 70px;
		bottom: 160px;
		width: 420px;
		color: #fff;
	}
	.service-video-main .text_box .title1 , .service-video-main .text_box .title2 {
		font-size: 47px;
		font-weight: 900;
		line-height: 100%;
		margin-bottom: 25px;
	}
	.service-video-main .text_box .title2 {
		position: absolute;
		right: 10px;
		top: 0;
		writing-mode: vertical-rl;
		margin-bottom: 0;
		white-space: nowrap;
	}
	.service-video-main .text_box .text {
		padding-bottom: 50px;
	}
	.service-video-main .text_box p {
		padding-right: 70px;
		line-height: 180%;
	}
	.service-video-main .blue_box_wrap {
		position: absolute;
		display: block;
		z-index: 2;
		left: 0;
		bottom: -80px;
		width: 75%;
	}
	.service-video-main .blue_box {
		width: 100%;
		background-color: #0086CC;
		padding: 45px 50px 40px 150px;
		box-sizing: border-box;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 180%;
	}


	.video_list {
		width: 100%;
		margin: 0 auto 80px;
	}
	.video_list li {
		margin-bottom: 10px;
	}
	.video_list li > div {
		width: 100%;
	}
	.video_list a {
		position: relative;
		display: block;
		width: 100%;
		background-color: #000;
	}
	.video_list a .video_wrap , .video_list a .img {
		position: relative;
		height: 0;
		padding: 30px 0 36.25%;
		overflow: hidden;
		
	}
	.video_list a .video_wrap video , .video_list a .img img {
		position: absolute;
		width: auto;
		max-width: none !important;
		height: 100%;
		min-height: 520px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		   -moz-transform: translate3d(-50%, -50%, 0);
				 -ms-transform: translate(-50%, -50%);
				transform: translate3d(-50%, -50%, 0);
	}
	.video_list a .text {
		position: absolute;
		z-index: 1;
		color: #fff;
		width: 440px;
		left: 0;
		bottom: 40px;
		border: 1px solid #fff;
		border-left: none;
		padding: 25px 30px 25px;
		box-sizing: border-box;
		background-color: rgba(51, 51, 51, 0.35);
	}
	.video_list a .text h3 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
	}
}
@media (max-width: 1032px) {
	.video_list a .video_wrap , .video_list a .img {
		position: relative;
		height: 390px;
		padding: 0;
		overflow: hidden;
		
	}
}


@media (max-width: 768px) {
	.scroll_area , .video_box {
		height: 100dvh;
	}
	.video_box a {
		height: 100dvh;
	}
	.video_box a .video_wrap , .video_box a .img {
		height: 100dvh;
	}
	.video_box a .video_wrap video , .video_box a .img img {
		height: 100dvh;
	}
	.video_box a .text {
		width: 90%;
		bottom: 70px;
		padding: 30px 20px 30px;
	}
	.video_box a .text h3 {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.service-video-main {
		position: relative;
		z-index: 2;
		overflow:inherit !important;
		/*margin-bottom: 130px;*/
	}
	.service-video-main .mainPhoto {
		width: 100%;
		/*height: calc(100vh + 40px);*/
	}
	.service-video-main .mainPhoto img {
		width: 100%;
		min-height: auto;
	}
	.service-video-main .pageTitle_2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		margin: 0 auto;
		width: 92% !important;
	}
	.service-video-main .text_box {
		position: absolute;
		left: 0;
		right: 0;
		top: 245px;
		margin: 0 auto;
		width: 92%;
		color: #fff;
	}
	.service-video-main .text_box .title1 , .service-video-main .text_box .title2 {
		font-size: 10vw;
		font-weight: 900;
		line-height: 100%;
		margin-bottom: 15px;
	}
	.service-video-main .text_box .title2 {
		position: absolute;
		right: 10px;
		top: 0;
		writing-mode: vertical-rl;
		margin-bottom: 0;
		white-space: nowrap;
	}
	.service-video-main .text_box p {
		font-size: 4.2vw;
		padding-right: 18vw;
		line-height: 160%;
	}
	.service-video-main .blue_box_wrap {
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: -90px;
		width: 100%;
	}
	.service-video-main .blue_box_wrap .blue_box {
		width: 90vw;
		background-color: #0086CC;
		padding: 20px 30px 20px 30px;
		box-sizing: border-box;
		color: #fff;
		font-size: 5.0vw;
		font-weight: 700;
		line-height: 170%;
	}


	.service_video_box01_wrap .video_list {
		width: 100%;
		margin: 0 auto;
	}
	.service_video_box01_wrap .video_list li {
		margin-bottom: 10px;
	}
	.service_video_box01_wrap .video_list li > div {
		width: 100%;
		/*height: calc(100vh - 76px);*/
		height: 600px;
	}
	.service_video_box01_wrap .video_list li a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	.service_video_box01_wrap .video_list li a .video_wrap {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.service_video_box01_wrap .video_list li a .video_wrap video {
		position: absolute;
		width: auto;
		max-width: none !important;
		height: 100vh;
		height: 600px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		   -moz-transform: translate3d(-50%, -50%, 0);
				 -ms-transform: translate(-50%, -50%);
				transform: translate3d(-50%, -50%, 0);
	}
	.service_video_box01_wrap .video_list li a .img {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.service_video_box01_wrap .video_list li a .img img {
		position: absolute;
		width: auto;
		max-width: none !important;
		height: 100vh;
		height: 600px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		   -moz-transform: translate3d(-50%, -50%, 0);
				 -ms-transform: translate(-50%, -50%);
				transform: translate3d(-50%, -50%, 0);
	}
	.service_video_box01_wrap .video_list li a .text {
		position: absolute;
		z-index: 1;
		color: #fff;
		width: 95%;
		left: 0;
		bottom: 15px;
		border: 1px solid #fff;
		border-left: none;
		padding: 20px 30px 25px;
		box-sizing: border-box;
		background-color: rgba(51, 51, 51, 0.35);
	}
	.service_video_box01_wrap .video_list li a .text h3 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.service_video_box01_wrap .slick-prev , .service_video_box01_wrap .slick-next {
		position: absolute;
		z-index: 20;
		top: 45%;
	}
	.service_video_box01_wrap .slick-prev:before , .service_video_box01_wrap .slick-next:before {
		font-size: 30px !important;
	}
	.service_video_box01_wrap .slick-prev {
		left: 10px;
	}
	.service_video_box01_wrap .slick-next {
		right: 20px;
	}
}



