@charset "utf-8";



/*
.hasei_tit{
     letter-spacing: 0.1em;
}
*/
.hasei_tit a.stit{
    position: relative;
    display:inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-left: 40px;
    transform: translateY(-13px);
    letter-spacing: 0.1em;
    color:var(--base-txt-color);
}
.hasei_tit a.stit:hover{
    color:var(--base-link-color);
}
.hasei_tit a.stit.ty{
    transform: translateY(-8px);
    
}
.hasei_tit span.en{
    transform: translateY(0);
    margin-left: 0;
}

.hasei_tit span.en:before{
    display:none;
}
.hasei_tit a.stit:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background:#222;
    left: 0;
    bottom:0;
    transition:background 3s var(--easeInOutCubic);
}
.hasei_tit a.stit:hover:before{
    background:var(--base-link-color);
    transition:background .3s var(--easeInOutCubic);
}
@media screen and (max-width : 800px ){

    .hasei_tit a.stit{
        position: absolute;
        left: calc(5.875vw + 63px);
        margin-left: 0;
        top: -31px;
        font-size: 15px;
    }
    
.hasei_tit a.stit.ty{
    transform: translateY(-13px);
    
}
    #hasei_main.detail{
        padding-top: 41.8vw;
        padding-top: clamp(100px,41.8vw,165px);
        padding-bottom:0;
    }
    #hasei_main.detail .img_area{}
}

/* ==========================================================================
	intro
========================================================================== */

.intro{
    padding-top: 110px;
    display: block;
}
.intro.detail{
    margin-bottom: 120px;
}
.intro .txt_box {
    width:100%;
    padding-left: 5.55vw;
    box-sizing:border-box;
}
.intro .txt_box.detail{
    width: calc(100% - var(--rt-tit-width));
}
.intro .txt_box h3 {
    position: relative;
    margin-bottom: 4px;
    width: auto;
    height: 57px;
    overflow: hidden;
    z-index:10;
    display: inline-block;
}
.intro .txt_box.txt_box03 h3.pc_off{
    display:none;
}
.intro .txt_box h3.mt{
    margin-top: 15px;
}
.intro .txt_box h3.pc_off {
    display:none;
}
.intro .txt_box h3:nth-child(2) {
    margin-top: 10px;    
}

.intro .txt_box h3:before{
    content:"";
    display: block;
    width: 100%;
    height: 2px;
    background:#222;
    position: absolute;
    left: 0;
    bottom:0px;
    z-index:1;
    animation: a-txt-views .6s var(--easeInOutCubic) forwards;
    transition-delay:.3s;
}

@keyframes a-txt-views {
  0% {
    width: 0;
  }
  100% {
    width:100%;
  }
}

.intro .txt_box h3 span{
    display:inline-block;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.1em;
    top:100%;
    position: relative;
    
    animation: a-t-views 1s var(--easeInOutCubic) forwards;
    animation-delay:.7s;
}
@keyframes a-t-views {
  0% {
    top:100%;
  }
    100%{
    top:0;
    }
}




.intro .txt_box p{
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 35px;
    letter-spacing: 0.1em;
}

.intro .txt_box p a{
     position: relative;
    color:#222;
    text-decoration: underline;
    font-weight: 700;
}

.intro .txt_box p a:hover{
    color:var(--base-link-color);
}


.can_box {
    position: relative;
    width: 100%;
    border-top:1px solid #eee;
    padding-top: 65px;
    margin-top: 60px;
}
.can_box h4 {
    position: relative;
}
.can_box h4 span {
    font-size: 28px;
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: 0.1em;
}
.can_box h5 {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    margin:37px 0;
    letter-spacing: 0.1em;
}
.can_box ul {
    position: relative;
    background:#f6f6f6;
    border-radius:3px;
    padding:30px 3.4vw;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    box-sizing:border-box;
}
.can_box li {
    width: 50%;
    padding-right: 30px;
    box-sizing:border-box;
}

.intro .txt_box .can_box p {
    position: relative;
    font-size: 15px;
    line-height: 40px;
    padding-left: 40px;
    margin-top: 0;
    box-sizing:border-box;
    font-weight: 400;
}

.can_box p:before{
    content:"";
    display: block;
    width: 20px;
    height: 1px;
    background:#222;
    position: absolute;
    left: 0;
    top: 20px;
}

@media screen and (max-width : 1270px ){    
    .intro .txt_box.txt_box03 h3 {height: 51px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 55px;}
    
}
@media screen and (max-width : 1080px ){    
    .intro .txt_box h3 {height: 51px;}
    .intro .txt_box h3 span{font-size: 55px;}
    
}
@media screen and (max-width : 1180px ){    
    .intro .txt_box.txt_box03 h3 {height: 40px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 45px;}
    
}
@media screen and (max-width : 1050px ){    
    .intro .txt_box h3 {height: 51px;}
    .intro .txt_box h3 span{font-size: 55px;}
    
    .intro.rt_box.detail {
        width:100%;
        padding-right: 0;
        
    }
    .intro .txt_box.detail{
        width: calc(100% - var(--rt-tit-width));
        margin:0 auto;
        padding-left: 0;
    }
    
}
@media screen and (max-width : 950px ){    
    .intro .txt_box h3 {height: 40px;}
    .intro .txt_box h3 span{font-size: 45px;}
    
}
@media screen and (max-width : 900px ){    
    .intro .txt_box.txt_box03 h3 {height: 35px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 39px;}    
}
@media screen and (max-width : 800px ){

    .intro{
        padding-top: 50px;
    padding-right: var(--rt-pd);
    }
    .intro.detail{margin-bottom: 30px;}
    .intro .txt_box {
        padding-left:var(--rt-pd);
        box-sizing:border-box;
        margin:0 auto;
    }
        
    .intro .txt_box h3 {height: 37px;}
    .intro .txt_box h3.pc_off {
        display:inline-block;
    }
    .intro .txt_box h3 span{font-size: 40px;}
    
    .intro .txt_box p{
        font-size: 13px;
        line-height: 26px;
        margin-top: 25px;
    }

    .can_box {
        padding-top: 38px;
        margin-top: 43px;
    }
    .can_box h4 span {
        font-size: 21px;
    }
    .can_box h5 {
        font-size: 14px;
        margin:18px 0 27px;
    }
    .can_box ul {
        padding:22px 6.25vw;
    }
    .can_box li {
        width: 100%;
        padding-right:0;
    }

    .intro .txt_box .can_box p {
        font-size: 12px;
        line-height: 27px;
        padding-left: 22px;
    }

    .can_box p:before{
        width: 11px;
        top: 15px;
    }
}

@media screen and (max-width : 800px ){    
    .intro .txt_box.txt_box03 h3 {height: 27px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 30px;}       
    .intro .txt_box.txt_box03 h3.pc_off{display:inline-block;}
    .intro .txt_box.txt_box03 h3.sp_off{display:none;}
    
    
}
@media screen and (max-width : 690px ){
    .intro .txt_box h3{height: 32px;}
    .intro .txt_box h3 span{font-size: 35px;}
}

@media screen and (max-width : 620px ){
    .intro .txt_box.txt_box03 h3 {height: 24px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 25px;}   
}



@media screen and (max-width : 580px ){
    .intro .txt_box h3{height: 27px;}
    .intro .txt_box h3 span{font-size: 30px;}
}



@media screen and (max-width : 500px ){
    .intro .txt_box h3{height: 24px;}
    .intro .txt_box h3 span{font-size: 25px;}
    .intro .txt_box.txt_box03 h3 {height: 22px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 22px;}   
}

@media screen and (max-width : 420px ){
    .intro .txt_box h3{height: 22px;}
    .intro .txt_box h3 span{font-size: 22px;}
    .intro .txt_box.txt_box03 h3 {height: 20px;}
    .intro .txt_box.txt_box03 h3 span{font-size: 19px;}   
}



/* ==========================================================================
	list
========================================================================== */
.list.rt_box {
    display: block;
    position: relative;
    margin-top: 112px;
    padding-bottom: 50px;
}
.list.rt_box .box {
    position: relative;
    padding:57px 0 70px;
    border-top:1px solid #eee;
    width: calc(100% - var(--rt-tit-width));
    margin:0 auto;
}

.list.rt_box .box .sub_tit{margin-bottom: 0;}

.list.rt_box .box .box_inr {
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px;
}
.list.rt_box .box .img_area {
    position: relative;
    width: 470px;
    height: 220px;
    overflow: hidden;
    border-radius:3px;
}
.list.rt_box .box img {
    border-radius:3px;
}
.list.rt_box .box .text_area {
    position: relative;
    width: calc(100% - 470px - 4.86vw);
    padding-top: 1px;
    padding-bottom: 85px;
    
}
.list.rt_box .box ul {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.list.rt_box .box li {
    width: 54%;
}
.list.rt_box .box li:first-child {
    width: 44%;
}


.list.rt_box .box02 li,
.list.rt_box .box02 li:first-child{width: 100%;}
.list.rt_box .box03 li {width: 57.2%;}
.list.rt_box .box03 li:first-child {width: 42.8%;}

.list.rt_box .box05 li {width: 48.5%;}
.list.rt_box .box05 li:first-child {width: 51.5%;}

.list.rt_box .box06 li {width: 57%;}
.list.rt_box .box06 li:first-child {width: 43%;}

.list.rt_box .box07 li {width: 57.1%;}
.list.rt_box .box07 li:first-child {width: 42.9%;}

.list.rt_box .box08 li {width: 57.1%;}
.list.rt_box .box08 li:first-child {width: 42.9%;}

.list.rt_box .box09 li {width: 53.1%;}
.list.rt_box .box09 li:first-child {width: 46.9%;}

.list.rt_box .box10 li {width: 57%;}
.list.rt_box .box10 li:first-child {width: 43%;}

.list.rt_box .box p {
    position: relative;
    padding-left: 40px;
    box-sizing:border-box;
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
}
.list.rt_box .box p:before{
    content:"";
    display: block;
    width: 20px;
    height: 1px;
    background:#222;
    position: absolute;
    left: 0;
    top: 20px;
}
.list.rt_box .box p .enb{
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
    
}
.list.rt_box .box .link_btn {
    position: absolute;
    right: 5.5vw;
    bottom: 0;
    width: 80%;
    max-width:500px
}

@media screen and (max-width : 1300px ){

    .list.rt_box .box .img_area {
        width: 40%;
        height: 220px;
    }
    .list.rt_box .box .text_area {
        position: relative;
        width:55%;
        padding-top: 7px;
        padding-bottom: 85px;

    }   
}
@media screen and (max-width : 1050px ){
    .list.rt_box.rt_box{padding-top: 0;padding-right: 0;}
}
@media screen and (max-width : 900px ){
    .list.rt_box .box .img_area {
        width: 100%;
        height: 35vw;
    }
    .list.rt_box .box .text_area {
        position: relative;
        width:100%;
        padding-top: 40px;
        padding-bottom: 85px;

    }   
    
}
@media screen and (max-width : 800px ){

    .list.rt_box {
        margin-top: 51px;
        padding-bottom: 40px;
    }
    .list.rt_box .box {
        position: relative;
        padding:28px 0 40px;
    }

    .list.rt_box .box.box10 .sub_tit .en{
        transform: translateY(-1px);
    }
    .list.rt_box .box .box_inr {
        margin-top: 33px;
    }
    .list.rt_box .box .img_area {
        height: 40vw;
    }
    .list.rt_box .box .text_area {
        padding-top: 28px;
        padding-bottom: 0px;

    }
    .list.rt_box .box ul {
        display: block;
    }
    .list.rt_box .box li {
        width: 100% !Important;
    }


    .list.rt_box .box p {
        padding-left: 20px;
        font-size: 12px;
        line-height: 27px;
    }
    .list.rt_box .box p:before{
        width: 10px;
        top: 14px;
    }
    .list.rt_box .box p .enb{
        font-size: 12px;
        line-height: 27px;

    }
    .list.rt_box .box .link_btn {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width:100%;
        margin-top: 30px;
    }
}






/* ==========================================================================
	works
========================================================================== */

.works {
    position: relative;
    margin:0 auto 120px;
}

.works .rt_box .tit_area{
    padding-top: 130px;
}
.works .slide_area{
    position: relative;
    width: calc(100% - var(--rt-tit-width));
    padding-left: 5.55vw;
    box-sizing: border-box;
    padding-bottom: 12px;
}
.works_slide{
}
.works li {
    width: 540px;
    margin-right: 10px;
}
.works li a {
    display: block;
}
.works li a .img_area{
    position: relative;
    overflow: hidden;
    border-radius:3px;
    width: 100%;
    height: 330px;
    
}


.works li a .text_area {
    position: relative;
    margin-top: 30px;
    padding-left: 10px;
    box-sizing:border-box;
    z-index:20;
}

.works li a .text_area p {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color:var(--base-text-color);
    margin-bottom: 12px;
    transition: color .3s var(--easeInOutCubic);
}
.works li a .text_area span.tag{
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color:var(--base-text-color);
    padding-left: 30px;
    transition: color .3s var(--easeInOutCubic);
    
}
.works li a .text_area span.tag:before{
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background:var(--base-text-color);
    transition: background .3s var(--easeInOutCubic);
}

.works li a:hover .text_area span.tag:before{
    background:var(--base-link-color);
    transition: background .3s var(--easeInOutCubic);
}
.works li a .text_area span.tag span{
    position: relative;
    font-size: 13px;
    margin-right: 8px;
    
}
.works li a .text_area span.tag span:before{
    content: ",";
    display: block;
    position: absolute;
    left: -9px;
    top: 0;
    font-size: 13px;
    color: #777;
    font-weight: 500;
    
}
.works li a .text_area span.tag span:first-child:before{
    display:none;
}

.works li a:hover img{    
    transform: scale(1.1);
}
.works li a:hover p,
.works li a:hover span{  
    color:var(--base-link-color);
    transition: color .3s var(--easeInOutCubic);
}








.works #arrow{
     position: relative;
    margin:78px 0 0;
    z-index:100;
    width: 150px;
    height: 50px;
}
.works #arrow .slick-next,
.works #arrow .slick-prev{
     width: 60px;
    height: 60px;
    position: absolute;
    left:auto;
    right: 0;
    margin:auto;
    background:url(../image/slide_ar01.png);
    background-size:cover;
    border:1px solid #222;
    border-radius:60px;
    z-index:100;
}
.works #arrow .slick-prev{
    left:0;
    right:auto;
    background-image:url(../image/slide_ar02.png);
}

.works #arrow .slick-next.slick-disabled,
.works #arrow .slick-prev.slick-disabled{
    opacity:.5;
}

.works #arrow .slick-prev.slick-arrow{
    z-index:300;
}

.works .ab_link_btn{right: 0;}

@media screen and (max-width : 1050px ){


    .works.rt_box {padding-right: 0;}
    .works .slide_area{
        width: calc(100% - 45px);
        padding-left: 0;
        margin-left: 45px;
    }
    .works .ab_link_btn{right: var(--rt-pd);}
    
}


@media screen and (max-width : 800px ){


    .works {
        position: relative;
        margin:30px 0 0;
    }

    .works .slide_area{
        width: calc(100% - 6vw);
        margin-left: 6vw;
        padding-bottom: 95px;
    }
    .works li {
        width: 325px;
        margin-right: 5px;
    }
    .works li a .img_area{
        height: 200px;

    }


    .works li a .text_area {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 20px;
    }

    .works li a .text_area p {
        font-size: 17px;
        margin-bottom: 8px;    
    }
    
    .works li a .text_area span.tag {
        font-size: 11px;
        padding-left: 23px;
    }

    .works li a .text_area span.tag:before{
        width: 16px;
        top: 8px;
    }
    .works li a .text_area span.tag span{
        font-size: 11px;
    }


    .works #arrow{display:none;}
    .works .ab_link_btn{right: 6vw;width: calc(100% - 6vw);}
}
/* ==========================================================================
	blog
========================================================================== */
.blog {
    position: relative;
    padding-bottom: 140px;
    margin-bottom: 120px;
}
.blog .link_area {
    position: relative;
    width:calc(100% - var(--rt-tit-width));
    /*
    padding-left: 80px;
    padding-left: clamp(10px,5.5vw,80px);
    */
    box-sizing:border-box;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.blog .link_area a {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width:calc(100% - 5.5vw);
    padding:30px 0 30px;
    border-top:1px solid #eee;
    transform: translateY(100px);
    transition-delay: .3s;
    opacity:0;
}
.blog .link_area a:first-child{padding-top: 40px;}
.blog .link_area a:last-child{
    border-bottom:1px solid #eee;
}
/*
.blog a:after{
    content:"";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 2.75vw;
    top: 0;
    bottom: 0;
    margin:auto;
    background:url(../image/slide_ar01.png);
    background-size:cover;
    border-radius:48px;
    border:1px solid #222;
    z-index:10;
    box-sizing:border-box;
}
*/
.blog .link_area a.move{
    transform: translateY(0);
    opacity:100;
    
}
.blog .img_area {
    position: relative;
    width: 250px;
    height: 140px;
    border-radius:3px;
    overflow: hidden
}


.blog a .img_area img{ 
    transition: transform .3s var(--easeInOutCubic);
}
.blog a:hover .img_area img{     
    transform: scale(1.1);
    transition: transform .3s var(--easeInOutCubic);
}
.blog a .text_area{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    width: calc(100% - 340px - 5.5vw);
}
.blog a .text_area div{
    position: relative;
    width: 100%;
    padding-right: calc(48px + 5.5vw);
    box-sizing:border-box;
}
.blog a .text_area h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin:9px 0 26px;
    color:var(--base-text-color);
    transition: color .3s var(--easeInOutCubic);
    letter-spacing: 0.1em;
}
.blog a .text_area p {
    position: relative;
    font-size: 13px;
    color:var(--base-text-color);
    padding-left: 30px;
    box-sizing:border-box;
    font-weight: 500;
    transition: color .3s var(--easeInOutCubic);
}

.blog a .text_area p:before{
     content:"";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom:0;
    margin:auto;
    background:var(--base-text-color);
    transition: background .3s var(--easeInOutCubic);
    transition: background .3s var(--easeInOutCubic);
}

.blog a .text_area .enb {
    position: relative;
    font-size: 14px;
    color:#aaa;
    transition: color .3s var(--easeInOutCubic);
}

.blog a:hover .text_area p,
.blog a:hover .text_area .enb,
.blog a:hover .text_area h3{  
    color:var(--base-link-color);
    transition: color .3s var(--easeInOutCubic);
}
.blog a:hover .text_area p:before{    
    background:var(--base-link-color);
    transition: background .3s var(--easeInOutCubic);
}


.blog a .text_area .ar{
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 2.75vw;
    top: 0;
    bottom: 0;
    margin:auto;
    border-radius:48px;
    border:1px solid #222;
    z-index:10;
    box-sizing:border-box;
    transition:all .3s var(--easeInOutCubic);
    
}
.blog a .text_area .ar:before{
    content:'';
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 25px;
    height: 1px;
    background:var(--base-text-color);
    transition:all .3s var(--easeInOutCubic);
}
.blog a .text_area .ar:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 9px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
    background:var(--base-text-color);
    transition:all .3s var(--easeInOutCubic);
}


.blog a:hover .text_area .ar{
    background:var(--base-link-color);
    border-color:var(--base-link-color);
    transition:all .3s var(--easeInOutCubic);
}
.blog a:hover .text_area .ar:before,
.blog a:hover .text_area .ar:after{
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}


@media screen and (max-width : 1050px ){
    .blog .link_area {
        width:100%;
    }
    .blog{margin-bottom: 70px;}
}
@media screen and (max-width : 800px ){


    .blog {
        position: relative;
        padding-bottom:0;
        margin-bottom: 60px;
        margin-top: 30px;
    }
    .blog .link_area {
        display: block;
        width: calc(100% - 6vw);
        margin-left: 6vw;
        padding-bottom: 95px;
    }
    .blog .link_area a {
        display: block;
        width: 325px;
        margin-right: 5px;
        padding:0;
        border:none;
        transform: translateY(0);
        transition-delay: 0;
        opacity:100;
    }
    .blog .link_area a:first-child{padding-top: 0;}
    .blog .link_area a:last-child{
        border-bottom:none;
    }
    .blog .img_area {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .blog a .text_area{
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .blog a .text_area div{
        padding-right: 0;
    }
    .blog a .text_area h3 {
        font-size: 15px;
        line-height: 21px;
        margin:12px 0 15px;
    }
    .blog a .text_area p {
        font-size: 11px;
        padding-left: 23px;
    }

    .blog a .text_area p:before{
        width: 16px;
        top: 3px;
    }

    .blog a .text_area .enb {
        font-size: 11px;
    }


    .blog a .text_area .ar{
        display: none;
    }


    
}


/* ==========================================================================
	service_link_list
========================================================================== */

.service_link_list {
    position: relative;
    padding-bottom: 120px;
}
.service_link_list ul{
    position: relative;
    width:calc(100% - var(--rt-tit-width));
    padding-left: 5.55vw;
    box-sizing:border-box;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.service_link_list ul li {
    
    position: relative;
    width: 49.16%;
}
.service_link_list a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    border-top:1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
    color:var(--base-text-color);
    padding-left: 30px;
    padding-right: 80px;
    box-sizing:border-box;
}
.service_link_list a:last-child {
    border-bottom:1px solid #eeeeee;
}

.service_link_list a:hover{
    color:var(--base-link-color);
}
.service_link_list a .enb {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color:var(--base-text-color);
    transform: translateY(3px);
}
.service_link_list a:hover .enb{
    color:var(--base-link-color);
	-webkit-transition: all 0.3s var(--easeOutQuad);
    -moz-transition: all 0.3s var(--easeOutQuad);
    -o-transition: all 0.3s var(--easeOutQuad);
    transition: all 0.3s var(--easeOutQuad);
    
}
.service_link_list a .ar{
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 1.5vw;
    top: 0;
    bottom: 0;
    margin:auto;
    border-radius:48px;
    border:1px solid #222;
    z-index:10;
    box-sizing:border-box;
    transition:all .3s var(--easeInOutCubic);
    
}
.service_link_list a .ar:before{
    content:'';
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 25px;
    height: 1px;
    background:var(--base-text-color);
    transition:all .3s var(--easeInOutCubic);
}
.service_link_list a .ar:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 9px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
    background:var(--base-text-color);
    transition:all .3s var(--easeInOutCubic);
}


.service_link_list a:hover .ar{
    background:var(--base-link-color);
    border-color:var(--base-link-color);
    transition:all .3s var(--easeInOutCubic);
}
.service_link_list a:hover .ar:before,
.service_link_list a:hover .ar:after{
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}


@media screen and (max-width : 1050px ){
    .service_link_list.rt_box{
        padding-top: 130px;
        padding-right: 0;
        margin:0 auto;
    }
    .service_link_list ul{
        padding-left: 0;
        margin:0 auto;
    }
    
}


@media screen and (max-width : 800px ){
    
    .service_link_list.rt_box{
        padding-top: 0px;
        padding-right: 0;
        margin:50px auto 0;
        padding-bottom: 65px;
    }
    .service_link_list .tit_area{
        display:none;
    }
    .service_link_list ul{
        padding-left: 0;
        margin:0 auto;
    }
    .service_link_list ul li {
        width: 100%;
    }
    .service_link_list li:first-child a:last-child {
        border-bottom:none;
    }

    .service_link_list a {
        height: 65px;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 60px;
    }

    .service_link_list a .enb {
        font-size: 15px;
    transform: translateY(2px);
    }
    .service_link_list a .ar{
        width: 30px;
        height: 30px;
        right: 16px;
        border-radius: 30px;

    }
    .service_link_list a .ar:before{
        width: 14px;
        top: 15px;
        bottom: auto;
    }
    .service_link_list a .ar:after{
        top: 13px;
        right: 7px;
        width: 5px;
    }

}