@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_hh4.jpg") no-repeat;
    background-size: cover;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.52;
    padding-left: 52px;
    padding-top: 168px;
}

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: #e0d465; /* Old browsers */
    background: -moz-linear-gradient(top, #e0d465 1%, #e0d465 10%, #e0d465 10%, #ffffff 11%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0d465 1%,#e0d465 10%,#e0d465 10%,#ffffff 11%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, 80b5ff 1%,#e0d465 10%,#e0d465 10%,#ffffff 11%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d465', 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;
}


h2{
    font-weight: 700;
    color: #1f438c;
    font-size: 34px;
    margin: 100px auto 75px;
    text-align: center;
}

h2 .small{
    font-size: 26px;
    font-weight: 500;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

h2 .large{
    font-size: 42px;
}

h2 .large2{
    position: relative;
    font-size: 53px;
    top: 3px;
}

#feature{
    width: 930px;
    margin: 80px calc(( 100% - 930px ) / 2 ) 160px;
    background: #ece5a3;
    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.4;
}

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

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

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

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

#feature ul li.txt .point2{
    font-size: 27.5px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-left: -0.2em;
    margin-right: -0.2em;
    border-bottom: solid 3px #ff9900;
}

#feature ul li.txt .mid{
    font-size: 23px;
    margin-left: 3px;
}

#feature ul li.txt .red{
    color: #e50012;
}

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


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

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

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

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

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

#feature ul:nth-child(6) li.num{
    background: #f5f5c2 url("../img/num6.svg") no-repeat;
    background-size: 13.23px 20.23px;
    background-position: 50%;
}

#feature ul:nth-child(7) li.num{
    background: #f5f5c2 url("../img/num7.svg") no-repeat;
    background-size: 12.25px 20px;
    background-position: 50%;
}

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

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

#composition .box1{
    position: absolute;
    width: 374px;
    height: 400px;
    top: 42px;
    left: 42px;
}
#composition .box1 a{
    background: url("../img/boxComposition1.png") no-repeat;
    background-size: 100%;
    padding-top: 14px;
}

#composition .box2{
    position: absolute;
    width: 374px;
    height: 400px;
    top: 42px;
    right: 42px;
}
#composition .box2 a{
    background: url("../img/boxComposition3.png") no-repeat;
    background-size: 100%;
    padding-top: 14px;
}

#composition p{
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    position: absolute;
    width: 62px;
    height: 44px;
    top: 220px;
    left: 414px;
    background: url("../img/boxComposition2.png") no-repeat;
    background-size: 100%;    
}

#composition .box3{
    position: absolute;
    width: 270px;
    height: 78px;
    bottom: 24px;
    left: 24px;
}
#composition .box3 a{
    padding-top: 22px;
    background: #9ecc7a;
}

#composition .box4{
    position: absolute;
    width: 270px;
    height: 78px;
    bottom: 24px;
    left: 310px;
}
#composition .box4 a{
    padding-top: 8px;
    background: #55af91;
    font-size: 24px;
}

#composition .box5{
    position: absolute;
    width: 270px;
    height: 78px;
    bottom: 24px;
    right: 24px;   
}
#composition .box5 a{
    padding-top: 22px;
    background: #a799c2;
}

/* サービス内容
------------------------------------- */
#serviceContents{
    width: 100%;
    margin: 70px 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: #60bee6;
    border: solid 1px #60bee6;
}

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

#serviceContents li#tgl3.on{
    background: #78aaf0;
    border: solid 1px #78aaf0;
}

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

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

#serviceContents li#tgl6.on{
    background: #a799c2;
    border: solid 1px #a799c2;;
}

#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: #60bee6;
    border: solid 1px #60bee6;
}

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

#serviceContents li#tgl3:hover{
    background: #78aaf0;
    border: solid 1px #78aaf0;
}

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

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

#serviceContents li#tgl6:hover{
    background: #a799c2;
    border: solid 1px #a799c2;
}

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

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

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

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

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

#serviceContents #service6{
    background: #E2DEEA;
    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: 110px 92px;
    background-position: 870px 91px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 108px;
    padding-top: 94px;
}

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

#serviceContents #service1 .box1 h3,
#serviceContents #service1 .box1 h4,
#serviceContents #service1 .box1 h5,
#serviceContents #service1 .box1 p{
    position: absolute;
}

#serviceContents #service1 .box1 h3{
    top: 57px;
    left: 70px;
    font-size: 30px;
    font-weight: 700;
}

#serviceContents #service1 .box1 p:nth-child(2){
    color: #231815;
    top: 515px;
    left: 680px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    width: 330px;
}

#serviceContents #service1 .box1 h4{
    color: #fff;
    top: 844px;
    left: 216px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}

#serviceContents #service1 .box1 h5:nth-child(4){
    color: #00418f;
    top: 988px;
    left: 166px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
}

#serviceContents #service1 .box1 h5:nth-child(4)::before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #458ee6;
    top: 8px;
    left: -32px;
}

#serviceContents #service1 .box1 p:nth-child(5){
    color: #231815;
    top: 1042px;
    left: 165px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    width: 800px;
}

#serviceContents #service1 .box1 h5:nth-child(6){
    color: #00418f;
    bottom: 1058px;
    left: 166px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
}

#serviceContents #service1 .box1 h5:nth-child(6)::before{
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: #458ee6;
    top: 8px;
    left: -32px;
}

#serviceContents #service1 .box1 p:nth-child(7){
    color: #231815;
    bottom: 899px;
    left: 430px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.47;
}

#serviceContents #service1 .box1 p:nth-child(8){
    color: #231815;
    bottom: 531px;
    left: 491px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.47;
}

#serviceContents #service1 .box1 a:nth-child(9) p{
    width: 490px;
    height: 93px;
    bottom: 200px;
    left: calc((1100px - 490px) / 2);
    background: url("../img/btnService1.png") no-repeat;
    background-size: 100%;
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


#serviceContents #service1 .box2{
    position: relative;
    width: 100%;
    height: 1542px;
    background: url("../img/bgService1_box2.png") no-repeat;
    background-size: 100%;
}

#serviceContents #service1 .box2 h3, #serviceContents #service1 .box2 p{
    position: absolute;
}

#serviceContents #service1 .box2 h3{
    top: 57px;
    left: 70px;
    font-size: 30px;
    font-weight: 700;
}

#serviceContents #service1 .box2 p:nth-child(2){
    color: #fff;
    top: 207px;
    left: 164px;
    font-size: 22.5px;
    font-weight: 700;
}

#serviceContents #service1 .box2 p:nth-child(3){
    color: #231815;
    top: 268px;
    left: 133px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

#serviceContents #service1 .box2 p:nth-child(4){
    color: #231815;
    top: 225px;
    left: 630px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
}

#serviceContents #service1 .box2 p:nth-child(5){
    color: #fff;
    top: 446px;
    left: 776px;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1.34;
}

#serviceContents #service1 .box2 p:nth-child(6){
    color: #231815;
    top: 534px;
    left: 746px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    width: 280px;
}

#serviceContents #service1 .box2 p:nth-child(7){
    color: #fff;
    top: 1143px;
    left: 710px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.41;
    text-align: center;
}

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

#serviceContents #service2 .boxLead{
    width: 100%;
    height: 300px;
    background: url("../img/iconService2.svg") no-repeat;
    background-size: 89px 110px;
    background-position: 955px 91px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 108px;
    padding-top: 88px;
}

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

#serviceContents #service2 .box1 p,
#serviceContents #service2 .box1 h3{
    position: absolute;
}

#serviceContents #service2 .box1 h3:nth-child(1){
    color: #000000;
    top: 56px;
    left: 70px;
    font-size: 30px;
    font-weight: 700;
}

#serviceContents #service2 .box1 p:nth-child(2){
    color: #fff;
    top: 189px;
    left: 290px;
    font-size: 25px;
    font-weight: 700;
}

#serviceContents #service2 .box1 p:nth-child(2) span{
    font-size: 32px;
    font-weight: 900;
}

#serviceContents #service2 .box1 p:nth-child(3),
#serviceContents #service2 .box1 p:nth-child(4),
#serviceContents #service2 .box1 p:nth-child(5),
#serviceContents #service2 .box1 p:nth-child(6){
    font-size: 20px;
    font-weight: 500;
    top: 302px;
}

#serviceContents #service2 .box1 p:nth-child(3)::before,
#serviceContents #service2 .box1 p:nth-child(4)::before,
#serviceContents #service2 .box1 p:nth-child(5)::before,
#serviceContents #service2 .box1 p:nth-child(6)::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #d38300;
    left: -23px;
    top: 6px;
    border-radius: 10px;
}

#serviceContents #service2 .box1 p:nth-child(3){ left: 165px; }
#serviceContents #service2 .box1 p:nth-child(4){ left: 390px; }
#serviceContents #service2 .box1 p:nth-child(5){ left: 634px; }
#serviceContents #service2 .box1 p:nth-child(6){ left: 832px; }

#serviceContents #service2 .box1 h3:nth-child(7){
    color: #000000;
    top: 1288px;
    left: 70px;
    font-size: 30px;
    font-weight: 700;
    
}

#serviceContents #service2 .box1 p:nth-child(8){
    color: #000000;
    top: 1850px;
    left: 290px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

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

#serviceContents #service4 .boxLead{
    width: 100%;
    height: 325px;
    background: url("../img/iconService4.svg") no-repeat;
    background-size: 147px 91px;
    background-position: 920px 113px;
    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){
    color: ;
    top: 90px;
    left: 115px;
    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: 294px;
}

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

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

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

#serviceContents #service4 .box2{
    position: relative;
    width: 100%;
    height: 619px;
    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: 1302px;
    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: 366px;
}

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

#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: 325px;
    background: url("../img/iconService5.svg") no-repeat;
    background-size: 412px 114px;
    background-position: 706px 91px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 108px;
    padding-top: 94px;
}

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

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

#serviceContents #service5 .box1 h3{
    color: #000;
    top: 46px;
    left:102px;
    font-size: 30px;
    font-weight: 700;  
}

#serviceContents #service5 .box1 h3::before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #55af91;
    top: 14px;
    left: -37px;
}

#serviceContents #service5 .box1 p:nth-child(2){
    color: #fff;
    top: 285px;
    left: 180px;
    font-size: 25px;
    font-weight: 500;
}

#serviceContents #service5 .box1 p:nth-child(3),
#serviceContents #service5 .box1 p:nth-child(4),
#serviceContents #service5 .box1 p:nth-child(5){
    color: #231815;
    font-size: 23px;
    font-weight: 400;
}

#serviceContents #service5 .box1 p:nth-child(3){
    top: 207px;
    left: 360px;
}

#serviceContents #service5 .box1 p:nth-child(4){
    top: 286px;
    left: 360px;    
}

#serviceContents #service5 .box1 p:nth-child(5){
    top: 366px;
    left: 360px;    
}

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

#serviceContents #service5 .box2 h3,
#serviceContents #service5 .box2 p{
    position: absolute;
}

#serviceContents #service5 .box2 h3{
    color: #000;
    top: 46px;
    left:102px;
    font-size: 30px;
    font-weight: 700;  
}

#serviceContents #service5 .box2 h3::before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #55af91;
    top: 14px;
    left: -37px;
}

#serviceContents #service5 .box2 p:nth-child(2){
    color: #004190;
    top: 157px;
    left: 250px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.7;
}

#serviceContents #service5 .box2 p:nth-child(3){
    color: #fff;
    top: 415px;
    left: 180px;
    font-size: 25px;
    font-weight: 500;
}

#serviceContents #service5 .box2 p:nth-child(4),
#serviceContents #service5 .box2 p:nth-child(5),
#serviceContents #service5 .box2 p:nth-child(6){
    color: #231815;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.30;
}

#serviceContents #service5 .box2 p:nth-child(4){
    top: 331px;
    left: 360px;    
}

#serviceContents #service5 .box2 p:nth-child(5){
    top: 407px;
    left: 360px;    
}

#serviceContents #service5 .box2 p:nth-child(6){
    top: 510px;
    left: 360px;    
}
/* ===== Service6 =====*/

#serviceContents #service6 .boxLead{
    width: 100%;
    height: 275px;
    background: url("../img/iconService6.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 #service6 .box1{
    position: relative;
    width: 100%;
    height: 1881px;
    background: url("../img/bgService6_box1.png") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

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

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

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

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

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

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

#serviceContents #service6 .box1 p:nth-child(3) span,
#serviceContents #service6 .box1 p:nth-child(4) span{
    color: #c8b3da;
    margin-right: 5px;
}

/* SideBtn
------------------------------------- */
@media screen and (max-width: 1400px){
    #bannerMov{
        position: fixed;
        width:217px;
        height: 203px;
        background: url("../img/btnMov.png") no-repeat;
        background-size: 100%;
        right: 0px;
        bottom: 72px;
        color: #fff;
        font-size: 15px;
        line-height: 1.27;
        font-weight: 700;
        z-index: 5;
    }

    #bannerMov a.btnSideMov1{
        position: absolute;
        width:178px;
        height: 54px;
        background: url("../img/btnMovBar.png");
        background-size: 100%;
        color: #fff;
        top: 60px;
        left: 28px;
        padding-top: 6px;
        padding-left: 10px;
    }

    #bannerMov a.btnSideMov2{
        position: absolute;
        width:178px;
        height: 54px;
        background: url("../img/btnMovBar.png");
        background-size: 100%;
        color: #fff;
        bottom: 28px;
        left: 28px;
        padding-top: 6px;
        padding-left: 10px;
    }
    #bannerMov a.btnSideMov1:active{
        position: absolute;
        top: 60px;
        left: 32px;
        transition: 0s;
    }

    #bannerMov a.btnSideMov2:active{
        position: absolute;
        bottom: 28px;
        left: 32px;
        transition: 0s;
    }
}


@media screen and (min-width: 1401px){
    #bannerMov{
        position: fixed;
        width:263px;
        height: 237px;
        background: url("../img/btnMovLarge.png") no-repeat;
        background-size: 100%;
        right: 0px;
        bottom: 72px;
        color: #fff;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
        z-index: 5;
    }

    #bannerMov a.btnSideMov1{
        position: absolute;
        width:214px;
        height: 64px;
        background: url("../img/btnMovBarLarge.png");
        background-size: 100%;
        color: #fff;
        top: 69px;
        left: 34px;
        padding-top: 9px;
        padding-left: 12px;
    }

    #bannerMov a.btnSideMov2{
        position: absolute;
        width:214px;
        height: 64px;
        background: url("../img/btnMovBarLarge.png");
        background-size: 100%;
        color: #fff;
        bottom: 32px;
        left: 34px;
        padding-top: 9px;
        padding-left: 12px;
    }

    #bannerMov a.btnSideMov1:active{
        position: absolute;
        top: 69px;
        left: 38px;
        transition: 0s;
    }

    #bannerMov a.btnSideMov2:active{
        position: absolute;
        bottom: 32px;
        left: 38px;
        transition: 0s;
    }
}


#bannerMov a.btnSideMov1, #bannerMov a.btnSideMov2{
    transition: 0.4s;
}

#bannerMov a.btnSideMov1:hover, #bannerMov a.btnSideMov2:hover{
    opacity: 0.65;
    transition: 0.4s;
}
