@charset "utf-8";

/* 特徴
------------------------------------- */

.wrapMvProduct{
    overflow-x: hidden;
}

#mvProduct{
    padding: 47px calc(( 100% - 1142px ) / 2 ) 52px;
    border-top: solid 1px #808080;
    position: relative;
}

#mvProduct p{
    width: 1142px;
    height: 310px;
    background: url("../img/mv_rji.jpg") no-repeat;
    background-size: cover;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.52;
    padding-left: 50px;
    padding-top: 200px;
}

ul.tabMenu{
    margin: 0 calc(( 100% - 1138px ) / 2 );
    width: 1138px;
    height: 74px;
    border-bottom: solid 2px #cccccc;
    padding: 0　41px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

ul.tabMenu li{
    width: 322px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
}

ul.tabMenu li.cur{
    position: relative;
    height: 74px;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #cccccc;
    
    background: #28b074; /* Old browsers */
    background: -moz-linear-gradient(top, #28b074 1%, #28b074 10%, #28b074 10%, #ffffff 11%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #28b074 1%,#28b074 10%,#28b074 10%,#ffffff 11%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, 80b5ff 1%,#28b074 10%,#28b074 10%,#ffffff 11%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b074', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
    padding-top: 21px;
}

ul.tabMenu a li{
    background: #eeeeef;
    color: #888888;
    height: 61px;
    margin-bottom: 13px;
    padding-top: 13px;
}


ul.tabMenu a:hover li{
    background: #dbdcdc;
    color: #231815;
    opacity: 1.0;
    transition: 0.4s;
}


ul.tabMenu a:active li {
    position: relative;
    top: 2px;
    left: 2px;
}


#feature{
    width: 930px;
    margin: 105px calc(( 100% - 930px ) / 2 ) 160px;
    background: #89d4b3;
    padding: 40px 55px;
}

#feature ul{
    width: 800px;
    height: 142px;
    background: #fff;
    margin: 30px auto;
    font-size: 19px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6;
}

#feature ul li.num{
    background: #e0f1eb;
    width: 56px;
    height: 100%;
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#feature ul li.icon{
    width: 155px;
}

#feature ul li.icon img{
    width: 92px;
    height: 88px;
    margin: 27px 37px;
}

#feature ul li.txt .point{
    font-size: 30px;
    font-weight: 700;
    border-bottom: solid 3px #ffb196;
}

#feature ul li.txt .pack{
    margin-left: -15px;
    margin-right: -10px;
}

#feature ul:nth-child(1) li.txt{
    line-height: 1.9;
}


#feature ul:nth-child(1) li.num{
    background: #e0f1eb url("../img/num1.svg") no-repeat;
    background-size: 8px 20px;
    background-position: 50%;
}

#feature ul:nth-child(2) li.num{
    background: #e0f1eb url("../img/num2.svg") no-repeat;
    background-size: 12.3px 20px;
    background-position: 50%;
}

#feature ul:nth-child(3) li.num{
    background: #e0f1eb url("../img/num3.svg") no-repeat;
    background-size: 12.14px 20.25px;
    background-position: 50%;
}

#feature ul:nth-child(4) li.num{
    background: #e0f1eb url("../img/num4.svg") no-repeat;
    background-size: 13.75px 20px;
    background-position: 50%;
}

#feature ul:nth-child(5) li.num{
    background: #e0f1eb url("../img/num5.svg") no-repeat;
    background-size: 12.2px 20px;
    background-position: 50%;
}

/* 構成
------------------------------------- */
#composition{
    position: relative;
    margin: 95px calc(( 100% - 890px ) / 2 ) 155px;
    width: 890px;
	height: 740px;
    background: #efefef url("../img/bgComposition.svg") no-repeat;
    background-size: cover;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

#composition .boxini{
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
}

#composition .boxini a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#composition .boxini p{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

#composition .boxini span{
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

#composition .box1{
    width: 326px;
    height: 182px;
    top: 77px;
    left: 66px;
    background: #79b351;
}

#composition .box1 p{
    padding-top: 48px;
    padding-bottom: 36px;
}

#composition .box2{
    width: 326px;
    height: 182px;
    top: 77px;
    right: 66px;
    background: #3f7acc;
}

#composition .box2 p{
    padding-top: 48px;
    padding-bottom: 36px;
}

#composition .box3{
    width: 326px;
    height: 162px;
    top: 340px;
    left: 282px;
    background: #57b5e0;
}

#composition .box3 p{
    padding-top: 42px;
    padding-bottom: 25px;
}

#composition .box4{
    width: 304px;
    height: 130px;
    bottom: 40px;
    left: 115px;
    background: #d1b74d;
}

#composition .box4 p{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
}

#composition .box5{
    width: 304px;
    height: 130px;
    bottom: 40px;
    right: 115px;
    background: #b9a389;
}

#composition .box5 p{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
}

#composition .box4 span{
    width: 260px;
    text-align: left;
    margin: 0 auto;
}

#composition .box5 span{
    width: 250px;
    text-align: left;
    margin: 0 auto;
}

/* サービス内容
------------------------------------- */
#serviceContents{
    width: 100%;
    margin: 100px auto 90px;
}

#serviceContents li{
    position: relative;
    width: 880px;
    height: 72px;
    font-size: 26.5px;
    font-weight: 700;
    color: #4c79d6;
    margin: 20px auto 0;
    padding-top: 14px;
    padding-left: 40px;
    display: block;
    border: solid 1px #4c79d6;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.10);
    transition: 0.4s;
}

#serviceContents li.off{
}

#serviceContents li.on{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
}

#serviceContents li#tgl1.on{
    background: #79b351;
    border: solid 1px #79b351;
}

#serviceContents li#tgl2.on{
    background: #3f7acc;
    border: solid 1px #3f7acc;
}

#serviceContents li#tgl3.on{
    background: #57b5e0;
    border: solid 1px #57b5e0;
}

#serviceContents li#tgl4.on{
    background: #d1b74d;
    border: solid 1px #d1b74d;
}

#serviceContents li#tgl5.on{
    background: #b9a389;
    border: solid 1px #b9a389;
}

#serviceContents li.down::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 24px;
    right: 40px;
    background: url("../../assets/img/btnTglDown.svg");
    background-size: cover;
}

#serviceContents li.up::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 24px;
    right: 40px;
    background: url("../../assets/img/btnTglUp.svg");
    background-size: cover;
}

#serviceContents li:hover{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#serviceContents li#tgl1:hover{
    background: #79b351;
    border: solid 1px #79b351;
}

#serviceContents li#tgl2:hover{
    background: #3f7acc;
    border: solid 1px #3f7acc;
}

#serviceContents li#tgl3:hover{
    background: #57b5e0;
    border: solid 1px #57b5e0;
}

#serviceContents li#tgl4:hover{
    background: #d1b74d;
    border: solid 1px #d1b74d;
}

#serviceContents li#tgl5:hover{
    background: #b9a389;
    border: solid 1px #b9a389;
}

#serviceContents .boxService{
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(( 100% - 1100px ) / 2 ) 65px;
    text-align: left;
}

#serviceContents #service1{
    background: #c7ddb8;
    display: none;
}

#serviceContents #service2{
    background: #b2caeb;
    display: none;
}

#serviceContents #service3{
    background: #bce1f3;
    display: none;
}

#serviceContents #service4{
    background: #ede2b8;
    display: none;
}

#serviceContents #service5{
    background: #f0e7dd;
    display: none;
}

#serviceContents .boxService p.boxClose{
    width: 100%;
    margin-top: 65px;
    padding-right: 30px;
    text-align: right;
}

#serviceContents .boxService span.close{
    position: relative;
    margin-top: 65px;
    margin-bottom: 0;
    color: #005dcf;
    font-size: 20px;
    font-weight: 400;
}

#serviceContents .boxService span.close::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 3px;
    right: -26px;
    background: url("../../assets/img/btnTglDown.svg");
    background-size: cover;
    transform: rotate(180deg);
}

#serviceContents .boxService span.close:hover{
    border-bottom: solid 1px #005dcf;
    cursor: pointer;
}


/* サービス内容　各ブロックの内容
------------------------------------- */

/* ===== Service1 =====*/

#serviceContents #service1 .boxLead{
    width: 100%;
    height: 275px;
    background: url("../img/iconService1.svg") no-repeat;
    background-size: 118px 97px;
    background-position: 820px 91px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 108px;
    padding-top: 94px;
    color: #231815;
}

#serviceContents #service1 .box1{
    position: relative;
    width: 100%;
    height: 813px;
    background: url("../img/bgService1_box1.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service1 .box1 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service1 .box1 p:nth-child(2){
    position: absolute;
    color: #231815;
    top: 74px;
    left: 347px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service1 .box1 p:nth-child(3),
#serviceContents #service1 .box1 p:nth-child(4),
#serviceContents #service1 .box1 p:nth-child(5),
#serviceContents #service1 .box1 p:nth-child(6){
    position: absolute;
    color: #231815;
    font-size: 19px;
    font-weight: 400;
}

#serviceContents #service1 .box1 p:nth-child(3){
    top: 642px;
    left: 340px;
}

#serviceContents #service1 .box1 p:nth-child(4){
    top: 642px;
    left: 492px;
}

#serviceContents #service1 .box1 p:nth-child(5){
    top: 679px;
    left: 340px;
}

#serviceContents #service1 .box1 p:nth-child(6){
    top: 679px;
    left: 492px;
}
#serviceContents #service1 .box2{
    position: relative;
    width: 100%;
    height: 745px;
    background: url("../img/bgService1_box2.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service1 .box2 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service1 .box2 p{
    position: absolute;
    color: #231815;
    top: 74px;
    left: 347px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service1 .box3{
    position: relative;
    width: 100%;
    height: 829px;
    background: url("../img/bgService1_box3.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service1 .box3 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service1 .box3 p{
    position: absolute;
    color: #231815;
    top: 74px;
    left: 347px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service1 .box4{
    position: relative;
    width: 100%;
    height: 961px;
    background: url("../img/bgService1_box4.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service1 .box4 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service1 .box4 p{
    position: absolute;
    color: #231815;
    top: 74px;
    left: 419px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

/* ===== Service2 =====*/

#serviceContents #service2 .boxLead{
    width: 100%;
    height: 320px;
    background: url("../img/iconService2.svg") no-repeat;
    background-size: 106px 96px;
    background-position: 880px 120px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 108px;
    padding-top: 94px;
    color: #231815;
}

#serviceContents #service2 .box1{
    position: relative;
    width: 100%;
    height: 706px;
    background: url("../img/bgService2_box1.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service2 .box1 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service2 .box1 p{
    position: absolute;
    color: #231815;
    top: 74px;
    left: 334px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service2 .box2{
    position: relative;
    width: 100%;
    height: 745px;
    background: url("../img/bgService2_box2.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service2 .box2 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service2 .box2 p{
    position: absolute;
    color: #231815;
    top: 74px;
    left: 334px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service2 .box3{
    position: relative;
    width: 100%;
    height: 1635px;
    background: url("../img/bgService2_box3.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service2 .box3 h1{
    position: absolute;
    color: #fff;
    top: 62px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service2 .box3 p:nth-child(2){
    position: absolute;
    color: #231815;
    top: 74px;
    left: 347px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service2 .box3 p:nth-child(3){
    position: absolute;
    color: #fff;
    top: 785px;
    left: 710px;
    font-size: 25px;
    font-weight: 700;
}

#serviceContents #service2 .box3 p:nth-child(4){
    position: absolute;
    color: #231815;
    top: 850px;
    left: 692px;
	width: 320px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.48;
}

#serviceContents #service2 .box3 p:nth-child(4) span{
    font-weight: 700;
    text-decoration: underline;
}

/* ===== Service3 =====*/

#serviceContents #service3 .boxLead{
    position: relative;
	width: 100%;
    height: 420px;
    background: url("../img/iconService3.svg") no-repeat;
    background-size: 136px 91px;
    background-position: 870px 91px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 108px;
    padding-top: 94px;
    color: #231815;
}

#serviceContents #service3 .boxLead p{
    position: absolute;
    top: 272px;
    left: 108px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #231815;
    width: 900px;
}

#serviceContents #service3 .box1{
    position: relative;
    width: 100%;
    height: 813px;
    background: url("../img/bgService3_box1.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service3 .box1 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service3 .box1 p{
    position: absolute;
    color: #231815;
	top: 645px;
    left: 457px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.47;
}

#serviceContents #service3 .box2{
    position: relative;
    width: 100%;
    height: 687px;
    background: url("../img/bgService3_box2.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service3 .box2 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service3 .box2 p{
    position: absolute;
    color: #231815;
	top: 73px;
    left: 334px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service3 .box3{
    position: relative;
    width: 100%;
    height: 687px;
    background: url("../img/bgService3_box3.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service3 .box3 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service3 .box3 p{
    position: absolute;
    color: #231815;
	top: 73px;
    left: 334px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service3 .box4{
    position: relative;
    width: 100%;
    height: 1906px;
    background: url("../img/bgService3_box4.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service3 .box4 h1{
    position: absolute;
    color: #fff;
    top: 64px;
    left: 112px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service3 .box4 p{
    position: absolute;
    color: #231815;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service3 .box4 h2{
    position: absolute;
    color: #00418f;
    font-size: 25px;
    font-weight: 500;
}

#serviceContents #service3 .box4 h2 span{
    color: #458ee6;
    margin-right: 6px;
}

#serviceContents #service3 .box4 p:nth-child(2){
    top: 73px;
    left: 406px;
}

#serviceContents #service3 .box4 h2:nth-child(3){
    top: 236px;
    left: 109px;
}
#serviceContents #service3 .box4 p:nth-child(4){
    top: 292px;
    left: 109px;
    width: 290px;
}

#serviceContents #service3 .box4 h2:nth-child(5){
    top: 780px;
    left: 109px;
}
#serviceContents #service3 .box4 p:nth-child(6){
    top: 836px;
    left: 109px;
    width: 290px;
}

#serviceContents #service3 .box4 h2:nth-child(7){
    top: 1320px;
    left: 109px;
}
#serviceContents #service3 .box4 p:nth-child(8){
    top: 1380px;
    left: 109px;
    width: 290px;
}


/* ===== Service4 =====*/

#serviceContents #service4 .boxLead{
    width: 100%;
    height: 325px;
    background: url("../img/iconService4.svg") no-repeat;
    background-size: 147px 91px;
    background-position: 929px 116px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 70px;
    padding-top: 94px;
}

#serviceContents #service4 .box1{
    position: relative;
    width: 100%;
    height: 1759px;
    background: url("../img/bgService4_box1.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service4 .box1 p{
    position: absolute;
    color: #231815;
    font-size: 23px;
    font-weight: 400;
}

#serviceContents #service4 .box1 p:nth-child(1){
    top: 90px;
    left: 130px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service4 .box1 p:nth-child(2){
    color: #1F438C;
    top: 980px;
    left: 470px;
    font-size: 33.6px;
    font-weight: 700;
    line-height: 1;    
}


#serviceContents #service4 .box1 p span.point{
	border-bottom: solid 3px #FF9900;
	font-size: 29px;
    font-weight: 700;
    margin-right: 5px;
}

#serviceContents #service4 .box1 p:nth-child(3) span.point{
    margin-left: 5px;
}

#serviceContents #service4 .box1 p:nth-child(3) span.point:nth-child(2){
    margin-left: 5px;
}

#serviceContents #service4 .box1 p:nth-child(2) span{
    position: relative;
    font-size: 42.4px;
    margin-right: 6px;
    top: 3px;
}

#serviceContents #service4 .box1 p:nth-child(3){
	top: 1080px;
    left: 250px;
}

#serviceContents #service4 .box1 p:nth-child(4){
	top: 1215px;
    left: 250px;
}

#serviceContents #service4 .box1 p:nth-child(5){
	top: 1348px;
    left: 250px;
}

#serviceContents #service4 .box1 p:nth-child(6){
	top: 1480px;
    left: 250px;
    line-height: 1.2;
}

#serviceContents #service4 .box2{
    position: relative;
    width: 100%;
    height: 669px;
    background: url("../img/bgService4_box2.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service4 .box2 h3{
    position: absolute;
    color: #00418f;
    top: 54px;
    left: 90px;
    font-size: 30px;
    font-weight: 500;  
}

#serviceContents #service4 .box2 h3::before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #458ee6;
    top: 12px;
    left: -34px;
}

#serviceContents #service4 .box2 p{
    position: absolute;
    color: #231815;
    top: 290px;
    left: 100px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.47;
    width: 330px;
}

#serviceContents #service4 .box3{
    position: relative;
    width: 100%;
    height: 1301px;
    background: url("../img/bgService4_box3.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service4 .box3 h3,
#serviceContents #service4 .box3 p{
    position: absolute;
}

#serviceContents #service4 .box3 h3{
    color: #00418f;
    top: 54px;
    left: 90px;
    font-size: 30px;
    font-weight: 500;  
}

#serviceContents #service4 .box3 h3::before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #458ee6;
    top: 12px;
    left: -34px;
}

#serviceContents #service4 .box3 p:nth-child(2),
#serviceContents #service4 .box3 p:nth-child(3),
#serviceContents #service4 .box3 p:nth-child(4){
    position: absolute;
    color: #231815;
    left: 100px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.47;
}

#serviceContents #service4 .box3 p:nth-child(2){
    top: 199px;
}

#serviceContents #service4 .box3 p:nth-child(3){
    top: 355px;
    width: 330px;
}

#serviceContents #service4 .box3 p:nth-child(4){
    top: 539px;
    width: 330px;
}

#serviceContents #service4 .box3 p:nth-child(5){
    color: #fff;
    top: 956px;
    left: 125px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.37;
    text-align: center;
}

/* ===== Service5 =====*/

#serviceContents #service5 .boxLead{
    width: 100%;
    height: 275px;
    background: url("../img/iconService5.svg") no-repeat;
    background-size: 154px 76px;
    background-position: 931px 98px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 58px;
    padding-top: 92px;
}

#serviceContents #service5 .box1{
    position: relative;
    width: 100%;
    height: 1983px;
    background: url("../img/bgService5_box1.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service5 .box1 p{
    position: absolute;
}

#serviceContents #service5 .box1 p:nth-child(1){
    color: #231815;
    top: 88px;
    left: 160px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;  
}

#serviceContents #service5 .box1 p:nth-child(1) span{
    position: relative;
    font-size: 14px;
    top: -10px;
}

#serviceContents #service5 .box1 p:nth-child(2){
    color: #231815;
    top: 185px;
    left: 610px;
    font-size: 14px;
    font-weight: 300;
}

#serviceContents #service5 .box1 p:nth-child(3){
    color: #005BC9;
    top: 350px;
    left: 140px;
    font-size: 26px;
    font-weight: 500;
}

#serviceContents #service5 .box1 p:nth-child(4){
    color: #005BC9;
    top: 1050px;
    left: 140px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

#serviceContents #service5 .box1 p:nth-child(3)::before,
#serviceContents #service5 .box1 p:nth-child(4)::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: #cac0b6;
    left: -30px;
    top: 10px;
}
/* SideBtn
------------------------------------- */
#bannerMov{
	position: fixed;
	width:217px;
	height: 175px;
	right: 0px;
	bottom: 72px;
    z-index: 5;
}

#bannerMov p{
    width: 100%;
    height: 100%;
    background: url("../img/btnMov.png") no-repeat;
	background-size: 100%;
}

#bannerMov a:hover{
    opacity: 0.65;
    transition: 0.4s;
}

#bannerMov a:active{
    position: relative;
    top: 0;
    left: 4px;
    transition: 0s;
}