@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_thi.jpg?20240612") no-repeat;
    background-size: cover;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.58;
    padding-left: 48px;
    padding-top: 190px;
}

#mvProduct .btnIntroPremium{
	position: absolute;
	width: 270px;
	height: 178px;
	bottom: 73px;
	right: calc(( 100% - 1142px ) / 2 + 20px);
	background: url("../img/btnThiP.png") no-repeat;
	background-size: 100%;
}

#mvProduct a{
    transition: 0.4s;
}

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

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

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

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

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

#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 #b0d65e;
    margin-right: 3px;
}


#feature ul:nth-child(3) li.txt,
#feature ul:nth-child(5) li.txt{
    position: relative;
    top: -2px;
    line-height: 1.7;
}

#feature ul:nth-child(1) li.txt{
    position: relative;
}

#feature ul:nth-child(1) li.txt::after{
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 68px;
    background: url("../img/iconNewFunction.svg");
    background-size: 80px 68px;
    top: 0px;
    right: -175px;
}

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

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

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

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

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

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

/* 構成
------------------------------------- */
#composition{
    position: relative;
    margin: 95px calc(( 100% - 890px ) / 2 ) 155px;
    width: 890px;
	height: 690px;
    background: #efefef url("../img/bgComposition.svg?20241024") 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: 346px;
    height: 440px;
    top: 56px;
    left: 42px;
}
#composition .box1 a{
    background: url("../img/boxComposition1.png?20241024") no-repeat;
    background-size: 100%;
    padding-top: 14px;
    font-size: 30px;
}

#composition .box1 span{
    position: relative;
    font-size: 24px;
    margin-left: 10px;
    top: 2px;
}

#composition .box2{
    position: absolute;
    width: 410px;
    height: 440px;
    top: 56px;
    right: 42px;
}
#composition .box2 a{
    background: url("../img/boxComposition2.png?20241024") no-repeat;
    background-size: 100%;
    padding-top: 14px;
    font-size: 30px;
}

#composition .box2 span{
    position: relative;
    font-size: 24px;
    margin-left: 10px;
    top: 2px;
}

#composition .box3{
    position: absolute;
    width: 270px;
    height: 102px;
    bottom: 40px;
    left: 144px;
}
#composition .box3 a{
    padding-top: 34px;
    background: #d1b74d;
}

#composition .box3 a img{
    position: absolute;
    width: 58px;
    height: 42px;
    top: 5px;
    left: 10px;
}

#composition .box4{
    position: absolute;
    width: 270px;
    height: 102px;
    bottom: 40px;
    right: 144px;
}
#composition .box4 a{
    padding-top: 34px;
    background: #77c7c5;
}

/* サービス内容
------------------------------------- */
#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 span{
    position: relative;
    font-size: 20px;
    margin-left: 6px;
    top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#serviceContents #service4{
    background: #c9e9e8;
    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{
    position: relative;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
	padding-top: 80px;
	padding-bottom: 50px;
    color: #231815;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#serviceContents #service1 .boxLead .boxLeadInner{
    position: relative;
    display: block;
	margin-left: 100px;
    width: 466px;
    height: 272px;
    background: #fcedd0 url("../img/iconService1.jpg") no-repeat;
    background-size: 133px 189px;
    background-position: 279px 36px;
    border: solid 2px #f5b745;
}

#serviceContents #service1 .boxLead .boxLeadInner h2{
    position: absolute;
    top: 36px;
    left: 45px;
    font-size: 29px;
    font-weight: 700;
}

#serviceContents #service1 .boxLead .boxLeadInner h2 span{
    position: relative;
    color: #e69122;
    margin-right: 3px;
}

#serviceContents #service1 .boxLead .boxLeadInner p:nth-child(2){
    position: absolute;
    top: 90px;
    left: 45px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

#serviceContents #service1 .boxLead .boxLeadInner p:nth-child(2) span{
    font-weight: 300;
}
#serviceContents #service1 .boxLead .boxLeadInner p:nth-child(2) span.txtSml{
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: -8px;
}

#serviceContents #service1 .boxLead .boxLeadInner p:nth-child(3){
    position: absolute;
    top: 207px;
    left: 45px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
	letter-spacing: 0px;
}

#serviceContents #service1 .boxLead .boxLeadInner p:nth-child(3)::before{
    position: absolute;
    content: "※";
    left: -14px;
}



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

#serviceContents #service1 .box1 h1{
    position: absolute;
    top: 56px;
    left: 72px;
    font-size: 30px;
    font-weight: 700;
    color: #231815;
}

#serviceContents #service1 .box1 p{
    position: absolute;
    left: 270px;
    font-size: 23px;
    font-weight: 500;
    color: #231815;
    line-height: 1.44;
}

#serviceContents #service1 .box1 p:nth-child(2){
    top: 275px;
}

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

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

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

#serviceContents #service1 .box1 p:nth-child(6){
    top: 771px;
}

#serviceContents #service1 .box1 h2{
    position: absolute;
    top: 1074px;
    left: 180px;
    font-size: 25px;
    font-weight: 500;
    color: #00418f;
}

#serviceContents #service1 .box1 h2 span{
    color: #458ee6;
    margin-right: 5px;
}

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

#serviceContents #service1 .box2 h1{
    position: absolute;
    top: 58px;
    left: 72px;
    font-size: 28px;
    font-weight: 700;
    color: #231815;    
}

#serviceContents #service1 .box2 h2{
    position: absolute;
    font-size: 23px;
    font-weight: 500;
    color: #00418f;
}

#serviceContents #service1 .box2 h2 span{
    color: #458ee6;
    margin-right: 5px;
}

#serviceContents #service1 .box2 h3{
    position: absolute;
    font-size: 20.5px;
    font-weight: 700;
    color: #fff;
}

#serviceContents #service1 .box2 p{
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #231815;    
}

#serviceContents #service1 .box2 p span.txtBld{
    font-weight: 700;
}

#serviceContents #service1 .box2 p span.txtSml{
    position: relative;
    font-size: 12px;
    top: 3px;
}

#serviceContents #service1 .box2 h2:nth-child(2){
        left:75px;
        top: 180px;
}

#serviceContents #service1 .box2 h3:nth-child(3){
        left: 140px;
        top: 292px;
}
#serviceContents #service1 .box2 p:nth-child(4){
        left: 114px;
        top: 361px;
        width: 240px;
}

#serviceContents #service1 .box2 h3:nth-child(5){
        left: 140px;
        top: 772px;
}
#serviceContents #service1 .box2 p:nth-child(6){
        left: 114px;
        top: 843px;
        width: 310px;
}

#serviceContents #service1 .box2 h3:nth-child(7){
        left: 140px;
        top: 1253px;
}
#serviceContents #service1 .box2 p:nth-child(8){
        left: 114px;
        top: 1324px;
        width: 220px;
}

#serviceContents #service1 .box2 h3:nth-child(9){
        left: 142px;
        top: 1733px;
}
#serviceContents #service1 .box2 p:nth-child(10){
        left: 113px;
        top: 1800px;
        width: 330px;
}

#serviceContents #service1 .box2 h3:nth-child(11){
        left: 630px;
        top: 1733px;
}
#serviceContents #service1 .box2 p:nth-child(12){
        left: 602px;
        top: 1800px;
        width: 330px; 
}

#serviceContents #service1 .box2 h2:nth-child(13){
        left: 75px;
        top: 2374px;
}
#serviceContents #service1 .box2 p:nth-child(14){
        left: 133px;
        top: 2487px;
        width: 269px;
}

#serviceContents #service1 .box2 h2:nth-child(15){
        left:75px;
        top: 2963px;
}
#serviceContents #service1 .box2 p:nth-child(16){
        left: 133px;
        top: 3077px;
        width: 269px;
}
#serviceContents #service1 .box3{
    position: relative;
    width: 100%;
    height: 1813px;
    background: url("../img/bgService1_box3.png?20240618") no-repeat;
    background-size: 100%;
    margin-bottom: 55px;
}

#serviceContents #service1 .box3 h1{
    position: absolute;
    top: 58px;
    left: 72px;
    font-size: 28px;
    font-weight: 700;
    color: #231815;    
}

#serviceContents #service1 .box3 h1 span{
	font-size: 16px;
	font-weight: 400;
	margin-left: 12px;
}

#serviceContents #service1 .box3 h3{
    position: absolute;
    font-size: 20.5px;
    font-weight: 700;
    color: #fff;
}

#serviceContents #service1 .box3 p{
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #231815;    
}

#serviceContents #service1 .box3 h3:nth-child(2){
        left: 128px;
        top: 191px;
}
#serviceContents #service1 .box3 p:nth-child(3){
        left: 104px;
        top: 258px;
        width: 260px;
}
#serviceContents #service1 .box3 h3:nth-child(4){
        left: 128px;
        top: 735px;
}
#serviceContents #service1 .box3 p:nth-child(5){
        left: 104px;
        top: 802px;
        width: 260px;
}
#serviceContents #service1 .box3 h3:nth-child(6){
        left: 128px;
        top: 1278px;
}
#serviceContents #service1 .box3 p:nth-child(7){
        left: 104px;
        top: 1345px;
        width: 260px;
}

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

#serviceContents #service2 .boxLead{
    width: 100%;
    height: 300px;
    background: url("../img/iconService2.svg") no-repeat;
    background-size: 252px 100px;
    background-position: 750px 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: 345px;
    background: url("../img/bgService2_box1.png") no-repeat;
    background-size: 100%;
    background-position: bottom;
    margin-bottom: 55px;
}

#serviceContents #service2 .box1 h1{
    position: absolute;
    top: 0;
    left: 0;
    color: #5b77a0;
    font-size: 27px;
    font-weight: 500;
}

#serviceContents #service2 .box1 h2{
    position: absolute;
    color: #000;
    font-size: 29px;
    font-weight: 700;   
}

#serviceContents #service2 .box1 h2 span{
    color: #a9bd3b;
    margin-right: 4px;
}

#serviceContents #service2 .box1 p{
    position: absolute;
    color: #231815;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

#serviceContents #service2 .box1 p span{
    font-weight: 300;
}

#serviceContents #service2 .box1 p span.txtSmlRs{
    position: relative;
    font-size: 14px;
    top: -8px;
}
#serviceContents #service2 .box1 p span.txtSml{
    font-size: 16px;
}

#serviceContents #service2 .box1 h2:nth-child(2){
    top: 75px;
    left: 35px;    
}
#serviceContents #service2 .box1 p:nth-child(3){
    top: 150px;
    left: 35px;
    width: 165px;    
}
#serviceContents #service2 .box1 p:nth-child(4){
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    width: 150px;
    top: 259px;
    left: 50px;
}
#serviceContents #service2 .box1 p:nth-child(4)::before{
    position: absolute;
    content: "※";
    left: -16px;
}

#serviceContents #service2 .box1 h2:nth-child(5){
    top: 75px;
    left: 397px;
}
#serviceContents #service2 .box1 p:nth-child(6){
    top: 150px;
    left: 397px;
    width: 165px;
}
#serviceContents #service2 .box1 h2:nth-child(7){
    top: 75px;
    left: 760px;
}
#serviceContents #service2 .box1 p:nth-child(8){
    top: 150px;
    left: 760px;
    width: 165px;
}

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

#serviceContents #service2 .box2 h1{
    position: absolute;
    top: 56px;
    left: 72px;
    font-size: 30px;
    font-weight: 700;
    color: #231815;
}

#serviceContents #service2 .box2 p{
    position: absolute;
    left: 268px;
    font-size: 23px;
    font-weight: 500;
    color: #231815;
    line-height: 1.43;
}

#serviceContents #service2 .box2 p:nth-child(2){
    top: 276px;
}

#serviceContents #service2 .box2 p:nth-child(3){
    top: 385px;
	width: 630px;
}

#serviceContents #service2 .box2 p:nth-child(4){
    top: 514px;
	width: 650px;
}

#serviceContents #service2 .box2 p:nth-child(5){
    top: 642px;
}

#serviceContents #service2 .box2 p:nth-child(6){
    top: 738px;
	width: 650px;
}

#serviceContents #service2 .box2 h2{
    position: absolute;
    top: 976px;
    left: 180px;
    font-size: 25px;
    font-weight: 500;
    color: #00418f;
}

#serviceContents #service2 .box2 h2 span{
    color: #458ee6;
    margin-right: 5px;
}

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

#serviceContents #service2 .box3 h1{
    position: absolute;
    top: 56px;
    left: 72px;
    font-size: 30px;
    font-weight: 700;
    color: #231815;    
}

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

#serviceContents #service2 .box3 h2 span{
    color: #458ee6;
    margin-right: 5px;
}

#serviceContents #service2 .box3 h3{
    position: absolute;
    font-size: 22.5px;
    font-weight: 700;
    color: #fff;
}

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

#serviceContents #service2 .box3 p span.txtBld{
    font-weight: 700;
}

#serviceContents #service2 .box3 p span.txtSml{
    position: relative;
    font-size: 14px;
    top: 5px;
}

#serviceContents #service2 .box3 h2:nth-child(2){
        left:75px;
        top: 180px;
}

#serviceContents #service2 .box3 h3:nth-child(3){
        left: 136px;
        top: 291px;
}
#serviceContents #service2 .box3 p:nth-child(4){
        left: 114px;
        top: 363px;
        width: 210px;
}

#serviceContents #service2 .box3 h3:nth-child(5){
        left: 136px;
        top: 771px;
}
#serviceContents #service2 .box3 p:nth-child(6){
        left: 114px;
        top: 843px;
        width: 280px;
}

#serviceContents #service2 .box3 h3:nth-child(7){
        left: 136px;
        top: 1251px;
}
#serviceContents #service2 .box3 p:nth-child(8){
        left: 114px;
        top: 1323px;
        width: 240px;
}

#serviceContents #service2 .box3 h3:nth-child(9){
        left: 138px;
        top: 1731px;
}
#serviceContents #service2 .box3 p:nth-child(10){
        left: 114px;
        top: 1802px;
        width: 380px;
}

#serviceContents #service2 .box3 h3:nth-child(11){
        left: 627px;
        top: 1731px;
}
#serviceContents #service2 .box3 p:nth-child(12){
        left: 598px;
        top: 1802px;
        width: 380px; 
}

#serviceContents #service2 .box3 h2:nth-child(13){
        left:75px;
        top: 2367px;
}
#serviceContents #service2 .box3 p:nth-child(14){
        left: 124px;
        top: 2480px;
        width: 320px;
}
/* ===== Service3 =====*/

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

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

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

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

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


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

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

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

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

#serviceContents #service3 .box1 p:nth-child(3){
	top: 1080px;
    left: 250px;
    letter-spacing: -0.03em;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

#serviceContents #service3 .box3 p:nth-child(3){
    top: 396px;
    width: 340px;
}

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

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

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

#serviceContents #service4 .boxLead{
    width: 100%;
    height: 320px;
    background: url("../img/iconService4.svg") no-repeat;
    background-size: 192px 96px;
    background-position: 727px 120px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 145px;
    padding-top: 96px;
    color: #231815;
}

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

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

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

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

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

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

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

#serviceContents #service4 .box1 p:nth-child(3)::before,
#serviceContents #service4 .box1 p:nth-child(4)::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: #99CFCD;
    left: -30px;
    top: 10px;
}

/* 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;
}
