.item .container {
    z-index: 10;
    background-color: #fff;
}
.carousel-caption {
    height: 45.7rem;
    position: relative;
    right: 0;
    left: 0;
    max-width: 40rem;
    margin-left: calc(100% - 45rem);
}
.carousel-inner > .item > .container {
    width:47%;
}
.carousel-inner > .item > .img {
    width:53%;
}
.carousel-inner > .item.print > .first-slide.img {
    background: -moz-linear-gradient( 135deg, rgb(203, 227, 221) 0%, rgb(171, 200, 193) 100%);
    background: -webkit-linear-gradient( 135deg, rgb(203, 227, 221) 0%, rgb(171, 200, 193) 100%);
    background: -ms-linear-gradient( 135deg, rgb(203, 227, 221) 0%, rgb(171, 200, 193) 100%);
    background: linear-gradient( 135deg, rgb(203, 227, 221) 0%, rgb(171, 200, 193) 100%);
    position: relative;
}
.carousel-inner > .item.print > .first-slide{
display: flex;
}
/* .carousel-inner > .item.print > .first-slide.img > img {
    position: relative;
    top: 2rem;
    left: 6rem;
} */
.first-slide_link {
}
.first-slide_link img {
    width: 20rem;
    /*
    position: absolute;
    bottom: 5%;
    right: 0; */
    margin-top: 17rem;
}
.carousel-inner > .item.create > .second-slide.img {
    background-image: -moz-linear-gradient( 135deg, rgb(207, 185, 169) 0%, rgb(231, 209, 188) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(207, 185, 169) 0%, rgb(231, 209, 188) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(207, 185, 169) 0%, rgb(231, 209, 188) 100%);
    position: relative;
}
.carousel-inner > .item.create > .second-slide.img p {
    height: 44.7rem;
    position: relative;
    top: 4rem;
    left: 4rem;
}
.carousel-inner > .item.create > .second-slide.img p:before {
    content: url(../img/index/slider/create_bg.png);
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 0;
}
.carousel-inner > .item.create > .second-slide.img img {
    position: relative;
    z-index: 1;
}
.carousel-inner > .item.sp > .third-slide.img {
    background: -moz-linear-gradient( 135deg, rgb(225, 245, 253) 0%, rgb(205, 238, 252) 100%);
    background: -webkit-linear-gradient( 135deg, rgb(225, 245, 253) 0%, rgb(205, 238, 252) 100%);
    background: -ms-linear-gradient( 135deg, rgb(225, 245, 253) 0%, rgb(205, 238, 252) 100%);
    background: linear-gradient( 135deg, rgb(225, 245, 253) 0%, rgb(205, 238, 252) 100%);
    position: relative;
}
.carousel-inner > .item.sp > .third-slide.img{
    height: 45.7rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 14rem;
}
.carousel-inner > .item.sp > .third-slide.img p{
    max-width: 50rem;
    width: 100%;
}
.carousel-inner > .item.sp > .third-slide.img img {
    /* position: relative;
    top: 2rem;
    left: 6rem; */
}
.carousel-inner > .item.sp h2 {
    width: 100%;
    margin-top: 9rem;
}
.carousel-inner > .item.print h2 {
    /* width: 33.6rem;
    position: relative;
    top: 7rem; */
    width: 90%;
    /* position: relative; */
    /* top: 4rem; */
    margin-top: 6rem;
}
.carousel-inner > .item.print .bnr {
    max-width: 35.2rem;
    display: block;
    /* position: relative;
    left: 0;
    top: 9rem; */
}
.carousel-inner > .item.create h2 {
    width: 100%;
    /* position: relative;
    top: 7rem; */
    margin-top: 11rem;

}
.carousel-inner > .item .bttn {
    width: 30rem;
    max-width:100%;
    /* position: relative; */
    /* left: 0; */
    /* top: 8rem; */
    margin-top: 4rem;
}
.carousel-inner > .item.sp .bttn {
    display: flex;
    width: 100%;
}
.carousel-inner > .item .bttn a::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(50%);
    position: absolute;
    right: 1rem;
    top: 55%;
    margin-top: -11px;
}
.carousel-inner > .item .bttn a:hover::after{
    border-top: solid 2px #323232;
    border-right: solid 2px #323232;
}

/*---------------矢印-------------------*/
.glyphicon-chevron-right:before {
    font-size: 7rem;
    color: #978b7e;
    left: 60%;
    top: -10px;
    position: absolute;
    text-shadow: none;
    opacity: 0.5;
    width:20px;
}
.glyphicon-chevron-left:before {
    font-size: 7rem;
    color: #978b7e;
    right: 60%;
    top: -10px;
    position: absolute;
    text-shadow: none;
    opacity: 0.5;
    width:20px;
}

/*---------------carousel-------------------*/

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 24px 1px 1px !important;
    background-color: #56534b !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 24px 1px 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #978b7e;
    border: 1px solid #978b7e;
    border-radius: 10px;
}

/*---------------flex-------------------*/
.flexbox-service {
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.flexbox01 {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 0;
}
.flexbox01 .fle-branc {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 0;
}
.service > .container > div > div > figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: -moz-linear-gradient(75.41% 1600% 135deg, rgba(50, 142, 167, 1) 0%, rgba(45, 95, 142, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(50, 142, 167, 1) 0%, rgba(45, 95, 142, 1) 100%);
    background: -webkit-gradient(linear, 75.41% 1600%, 24.59% -1500%, color-stop(0, rgba(50, 142, 167, 1)), color-stop(1, rgba(45, 95, 142, 1)));
    background: -o-linear-gradient(135deg, rgba(50, 142, 167, 1) 0%, rgba(45, 95, 142, 1) 100%);
    background: -ms-linear-gradient(135deg, rgba(50, 142, 167, 1) 0%, rgba(45, 95, 142, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#328EA7', endColorstr='#2D5F8E' ,GradientType=0)";
    background: linear-gradient(-45deg, rgba(50, 142, 167, 1) 0%, rgba(45, 95, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#328EA7', endColorstr='#2D5F8E', GradientType=1);
    position: absolute;
    bottom: 0;
    z-index: 2;
}

/*---------------btn-------------------*/
.deco03 {
    border: solid 1px #fff;
    overflow: hidden;
    padding: 2px 8px;
}
.carousel-inner .deco04 {
    border: solid 2px #323232;
    background-color: #323232;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.carousel-inner .deco04 a {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-shadow: initial;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    position: relative;
    width: 100%;
}
.carousel-inner .deco04:hover {
    background-color: transparent;
    border: 2px solid #323232;
}
.carousel-inner .deco04 a:hover {
    color: #323232 !important;
}
.icon04 {
    width: 8px;
    position: relative;
    top: 5px;
    float: right;
}
.m-b24 {
    margin-bottom: 24px;
}
/* .carousel-inner .deco05 a {
    color: #000 !important;
    background: #fff;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-shadow: initial;
    text-decoration: none;
    display: inline-block;
    padding: 16px 16px;
    position: relative;
    width: 100%;
    transition:0.3s;
    z-index: 0;
    border:#0046a0 1px solid;
}
.carousel-inner .deco05 a:hover {
    color: #fff !important;
    background: #fff;

}
.carousel-inner .deco05 a:before {
    content: "";
    width: 5%;
    background: linear-gradient( 135deg, #216fd3 0%, #0046a0 100%);
    height: 100%;
    position: absolute;
    display: inline-block;
    color: #fff !important;
    left: 0;
    top: 0;
    z-index: -1;
    transition:0.3s;
}
.carousel-inner .deco05 a:hover:before {
    width:100%;
}
.carousel-inner > .item .bttn.deco05 a::after {
    transition:0.3s;
    right: 1.5rem;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
.carousel-inner > .item .bttn.deco05 a:hover::after {
    right: 1rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
} */
.carousel-inner .deco05 a {
    color: #fff !important;
    background: linear-gradient( 135deg, #3e8ef8 0%, #005dd6 100%);
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-shadow: initial;
    text-decoration: none;
    display: inline-block;
    padding: 16px 16px;
    position: relative;
    width: 100%;
    transition:0.3s;
    z-index: 0;
}
.carousel-inner .deco05 a:before {
    content: "";
    width: 100%;
    background: linear-gradient( 135deg, #216fd3 0%, #0046a0 100%);
    border-radius: 50px;
    height: 100%;
    position: absolute;
    display: inline-block;
    color: #fff !important;
    left: 0;
    top: 0;
    z-index: -1;
    transition:0.3s;
}
.carousel-inner .deco05 a:hover:before {
    opacity:0;
}
.carousel-inner > .item .bttn.deco05 a::after {
    transition:0.3s;
    right: 1.5rem;
}
.carousel-inner > .item .bttn.deco05 a:hover::after {
    right: 1rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

/*---------------main-btn_icon-------------------*/

.arrow01 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow01:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 64px;
    margin-top: -11px;
}
.bttn:hover .arrow01 {
    display: none;
}

/*---------------main-btn_icon-------------------*/
.arrow02 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow02:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 29px;
    margin-top: -11px;
}
.bttn:hover .arrow02 {
    display: none;
}

/*---------------main-btn-------------------*/
/* .bttn:hover:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #323232;
    border-right: solid 2px #323232;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 66%;
    left: 204px;
    margin-top: -11px;
} */
.container .box .deco03 {
    width: 120px;
}
.icon03 {
    width: 8px;
    position: relative;
    top: 8px;
    float: right;
}


/*---------------box news-------------------*/
.newsbox {
    margin-bottom: 0;
}

/* 上部へのbnr追加 */
.pointBox-out {
	background: #f2f2f2;
	overflow: hidden;
}
.pointBox {
    margin: 30px auto;
    padding: 16px 0;
		width: 50%;
		border: 2px solid #1464af;
		background: #fff;
}
.pointBox a {
	color: #1464af;

}
.pointBox img {
	display: block;
	    max-width: 100%;
	    height: auto;
			margin: 0 auto;
}

.pointBox .campBnrTxt {
		text-align: center;
		text-decoration: underline;
}
.pointBox .campBnrTxt p {
		color: #1464af;
		font-size: 1.6rem;
}
.pointBox .campBnrTxt .btn-gradient-radius {
	display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #1464af 0%, #2b9ed8 100%);
}
@media (max-width: 1199px) {
	.pointBox {
			width: 60%;
    }
    .carousel-caption {
        margin-left: 0;
    }

}
/*.pointBox .campBnr{
    display: block;
    padding: 20px;
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, rgba(30,75,159,1) 0%,rgba(60,120,189,1) 100%);
    color: #fff;
    font-size: 2.0rem;
}


@media screen and (max-width: 768px) {
    .pointBox .campBnr{
        display: block;
        padding: 20px 30px;
        width: 100%;
        text-align: center;
        background: linear-gradient(to right, rgba(30,75,159,1) 0%,rgba(60,120,189,1) 100%);
        color: #fff;
        font-size: 2.0rem;
    }
}*/

@media screen and (max-width: 767px) {
    .carousel-inner > .item > .container {
        width: 100%;
        height: 35rem;
    }
    .carousel-inner > .item > .img {
        width: 100%;
        height: 27rem !important;
    }
    .carousel-caption {
        height: auto;
        margin-bottom: 3rem;
        left: 0;
    }
    .carousel-inner > .item.sp h2 {
        width: 100%;
        margin-top: 6rem;
    }
    .carousel-inner > .item.create h2 {
        width: 80%;
        margin-top: 9rem;
    }
    .carousel-inner > .item.print h2 {
        width: 80%;
        margin-top: 4rem;
    }
    .carousel-inner > .item .bttn {
        top: 6rem;
        margin-top: 3rem;
    }
    .carousel-inner > .item.print .bnr {
        width: 100%;
        top: 6.4rem;
    }
    .carousel-inner > .item .img img {
        width: 100%;
    }
    .carousel-inner > .item.print > .first-slide.img > img {
        width: 68%;
        /* width: 89%;
        top: 2rem;
        left: 2rem; */
    }
    .first-slide_link img {
        width: 13rem !important;
        margin-top: 8rem;
    }
    .carousel-inner > .item.create > .second-slide.img p {
        height: auto;
        left: 2rem;
    }
    .carousel-inner > .item.create > .second-slide.img p {
        left: 2rem;
    }
    .carousel-inner > .item.create > .second-slide.img p:before {
        display: none;
    }
    .carousel-inner > .item.sp > .third-slide.img {
        height: auto;
        justify-content: center;
        padding-left: 0;
    }
    .carousel-inner > .item.sp > .third-slide.img p {
        max-width: 50rem;
        width: 90%;
    }
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel-inner > .item > .bnr img {
    position: relative;
    right: 101.5%;
}

.carousel-inner > .item a:hover img {
    opacity: 0.7;
}

.service {
    background: #f2f2f2;
    padding: 4.0rem 0 6.0rem;
		padding-top: 0;
}

.service a {
    color: #5a5a5a;
}

.service a:hover {
    color: #5a5a5a;
    text-decoration: none;
}

.service a:hover > img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.service h2 {
    margin: 0;
    padding: 20px 0;
    font-size: 1.6rem;
    background: #fff;
}

.service h2 img {
    margin: 0 0 4px 8px;
}

.service > .container > div {
    display: flex;
    flex-wrap: wrap;
}

.service > .container > div > div {
    margin-top: 3.0rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.service > .container > div > .blck > figure, .service > .container > div > .blck > figure > a > p {
    margin: 0;
    padding: 0;
}

.service > .container > div > .no-border:after, .service > .container > div > .news.no-border:before {
    height: 0;
}


/*---------------グラデ-------------------*/

.svc .box {
    width: 100%;
    overflow: hidden;
    /* background : -moz-linear-gradient(100% 100% 135deg,rgba(30, 155, 180, 1) 0%,rgba(30, 135, 190, 1) 50%,rgba(20, 100, 175, 1) 100%);
      background : -webkit-linear-gradient(135deg, #1e9bb4 0%, rgba(30, 135, 190, 1) 50%, rgba(20, 100, 175, 1) 100%);
      background : -webkit-gradient(linear,100% 100% ,0% 0% ,color-stop(0,rgba(30, 155, 180, 1) ),color-stop(0.5,rgba(30, 135, 190, 1) ),color-stop(1,rgba(20, 100, 175, 1) ));
      background : -o-linear-gradient(135deg, rgba(30, 155, 180, 1) 0%, rgba(30, 135, 190, 1) 50%, rgba(20, 100, 175, 1) 100%);
      background : -ms-linear-gradient(135deg, rgba(30, 155, 180, 1) 0%, rgba(30, 135, 190, 1) 50%, rgba(20, 100, 175, 1) 100%);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E9BB4', endColorstr='#1464AF' ,GradientType=0)";
      background : linear-gradient(-45deg, rgba(30, 155, 180, 1) 0%, rgba(30, 135, 190, 1) 50%, rgba(20, 100, 175, 1) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1E9BB4', endColorstr='#1464AF', GradientType=1);
}

.svc .box a {
    /* height: 250px; */
    background: linear-gradient(to right, #1464af, #1eb4b4);
    background-size: 300% 300%;
}

.svc .box a:hover {
    animation: AnimatedLinearGradient 2s ease infinite;
}

@keyframes AnimatedLinearGradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.works .box {
    width: 100%;
    overflow: hidden;
    /* background : -moz-linear-gradient(100% 100% 135deg,#af8cdc 0%,#8269be 100%);
      background : -webkit-linear-gradient(135deg, rgba(175, 140, 220, 1) 0%, rgba(130, 105, 190, 1) 100%);
      background : -webkit-gradient(linear,100% 100% ,0% 0% ,color-stop(0,rgba(175, 140, 220, 1) ),color-stop(1,rgba(130, 105, 190, 1) ));
      background : -o-linear-gradient(135deg, rgba(175, 140, 220, 1) 0%, rgba(130, 105, 190, 1) 100%);
      background : -ms-linear-gradient(135deg, rgba(175, 140, 220, 1) 0%, rgba(130, 105, 190, 1) 100%);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF8CDC', endColorstr='#8269BE' ,GradientType=0)";
      background : linear-gradient(-45deg, rgba(175, 140, 220, 1) 0%, rgba(130, 105, 190, 1) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#AF8CDC', endColorstr='#8269BE', GradientType=1);
}

.works .box a {
/*    height: 100%;*/
    background: linear-gradient(to right, #af8cdc, #8269be);
    background-size: 300% 300%;
}

.works .box a:hover {
    animation: AnimatedLinearGradient 2s ease infinite;
}

.recrt .box {
    width: 100%;
    overflow: hidden;
    /* background : -moz-linear-gradient(100% 100% 135deg,rgb(100, 190, 130) 0%,rgba(50, 150, 130, 1) 100%);
      background : -webkit-linear-gradient(135deg, rgba(100, 190, 130, 1) 0%, rgba(50, 150, 130, 1) 100%);
      background : -webkit-gradient(linear,100% 100% ,0% 0% ,color-stop(0,rgba(100, 190, 130, 1) ),color-stop(1,rgba(50, 150, 130, 1) ));
      background : -o-linear-gradient(135deg, rgba(100, 190, 130, 1) 0%, rgba(50, 150, 130, 1) 100%);
      background : -ms-linear-gradient(135deg, rgba(100, 190, 130, 1) 0%, rgba(50, 150, 130, 1) 100%);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#64BE82', endColorstr='#329682' ,GradientType=0)";
      background : linear-gradient(-45deg, rgba(100, 190, 130, 1) 0%, rgba(50, 150, 130, 1) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#64BE82', endColorstr='#329682', GradientType=1);
}

.recrt .box a {
/*    height: 132px;*/
    background: linear-gradient(to right, #329682, #aedb61);
    background-size: 300% 300%;
}

.recrt .box a:hover {
    animation: AnimatedLinearGradient 2s ease infinite;
}

.svc .box, .works .box, .recrt .box, .news .box {
/*    min-height: 10rem;*/
		display: flex;
}

.news .box {
	padding: 0;
}

.newstext .box {
    padding: 1.0rem 0.8rem;
	display: block;
}

.svc .box a, .works .box a, .recrt .box a, .news .box a {
/*    min-height: 6rem;
    display: block;*/
/*	height: 100%;*/
	display: flex;
	width: 100%;
}

.opy07:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.svc h2, .works h2, .recrt h2, .news h2 {
    background: none;
}

.svc h2 img, .works h2 img {
    margin: 0 auto;
    height: 2.5rem;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
}

.recrt h2 img, .news h2 img {
    margin: 0 auto;
    height: 2.5rem;
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .svc .box a {
        height: 98px;
    }
    .svc h2 img, .works h2 img, .recrt h2 img, .news h2 img {
        width: 70%;
    }
}

.svc p, .works p.sub, .recrt p.sub, .news p.sub {
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
}


/* animation */

figure {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

figure a {
    height: 100%;
    display: block;
    overflow: hidden;
}

figure img {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

figcaption {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

figure figcaption p {
    margin: 0;
    padding: 0 1.6rem;
    background: #fff;
    color: #5a5a5a;
    font-size: 1.2rem;
    line-height: 1.8rem;
    position: absolute;
    left: 0;
    padding-bottom:3rem;
}

figure:hover figcaption {
    bottom: 0;
    -webkit-transform: translateY(-12rem);
    transform: translateY(-12rem);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

.news p.sub, .recrt p.sub {
/*    top: 66%;*/
	top: 52%;
}

.news .box {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.service > .container > div > div.news:before {
    content: "";
    display: block;
    overflow: hidden;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 4px;
    background: -moz-linear-gradient(75.41% 1600% 135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    background: -webkit-gradient(linear, 75.41% 1600%, 24.59% -1500%, color-stop(0, rgba(176, 190, 201, 1)), color-stop(1, rgba(155, 168, 189, 1)));
    background: -o-linear-gradient(135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    background: -ms-linear-gradient(135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0BEC9', endColorstr='#9BA8BD' ,GradientType=0)";
    background: linear-gradient(-45deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B0BEC9', endColorstr='#9BA8BD', GradientType=1);
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.news .box dl {
    padding: 0 1.2rem;
}

.news .box dt, .news .box dd {
    font-size: 1.2rem;
}

.news .box dt {
    color: #323232;
}

.news .box dd {
    margin-top: 1.2rem;
	word-break: break-all;
}

.n-padding {
    padding: 1.0rem 0.8rem;
}

.news .box.grd {
    min-height: 10rem;
    width: 100%;
    overflow: hidden;
    background: -moz-linear-gradient(87.5% 125% 135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    background: -webkit-gradient(linear, 87.5% 125%, 12.5% -25%, color-stop(0, rgba(176, 190, 201, 1)), color-stop(1, rgba(155, 168, 189, 1)));
    background: -o-linear-gradient(135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    background: -ms-linear-gradient(135deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0BEC9', endColorstr='#9BA8BD' ,GradientType=0)";
    background: linear-gradient(-45deg, rgba(176, 190, 201, 1) 0%, rgba(155, 168, 189, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B0BEC9', endColorstr='#9BA8BD', GradientType=1);
}

.news .box.grd a {
/*    height: 132px;*/
    background: linear-gradient(to right, #687c9b, #b0bec9);
    background-size: 300% 300%;
}

.news .box a:hover {
    animation: AnimatedLinearGradient 2s ease infinite;
}

.line-h1 {
    line-height: 1;
}

@media screen and (max-width:1200px) {
    .service figure figcaption h2 {
        font-size: 1.2rem;
    }
    .recrt .box a {
/*        height: 150px;*/
    }
    .news .box.grd a {
/*        height: 150px;*/
    }
}

@media screen and (max-width:1024px) {
    .svc .box a {
        height: 210px;
    }
    .works .box a {
        height: 210px;
    }
    .recrt .box a {
        height: 158px;
    }
    .news .box.grd a {
        height: 158px;
    }
}

@media screen and (max-width:992px) {
    .svc h2 img, .works h2 img {
        top: 48%;
        left: 16%;
    }
    .recrt h2 img {
        top: 48%;
        left: 18%;
    }
    .news h2 img {
        top: 48%;
        left: 14%;
    }
    .svc p, .works p.sub {
        top: 50%;
        left: 77%;
    }
    .recrt p.sub {
        top: 50%;
        left: 77%;
    }
    .news p.sub {
        top: 50%;
        left: 78%;
    }
    .container .box .deco03 {
        width: 240px;
    }
    figure figcaption {
        margin-bottom: 2rem;
    }
    figure:hover figcaption {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }
    .service figure figcaption h2 {
        font-size: 1.4rem;
    }
    figure figcaption p {
        position: relative;
    }
    .sp-left {
        float: left;
    }
    .sp-right {
        float: right;
    }
/*---------------矢印-------------------*/
.glyphicon-chevron-right:before {
    font-size: 5rem;
}
.glyphicon-chevron-left:before {
    font-size: 5rem;
}
}
@media screen and (max-width:991px) {
    .svc .box a {
        height: 100px;
    }
    .works .box a {
        height: 100px;
    }
    .recrt .box a {
        height: 100px;
    }
    .news .box.grd a {
        height: 100px !important;
    }
}
@media screen and (max-width:768px) {
    .svc .box a {
        height: 120px;
    }
    .works .box a {
        height: 120px;
    }
    .recrt .box a {
        height: 120px;
    }
    .news .box.grd a {
        height: 120px !important;
    }
/*---------------矢印-------------------*/
.glyphicon-chevron-right:before {
    font-size: 4rem;
}
.glyphicon-chevron-left:before {
    font-size: 4rem;
}
}

@media screen and (max-width:675px) {
/*---------------矢印-------------------*/
.glyphicon-chevron-right:before {
    font-size: 3rem;
}
.glyphicon-chevron-left:before {
    font-size: 3rem;
}
}

@media screen and (max-width: 568px) {
    .svc .box a, .works .box a, .recrt .box a, .news .box a {
        min-height: 6rem;
    }
    .container .box .deco03 {
        width: 110px;
    }
    .svc p, .works p.sub {
        top: 50%;
        left: 71%;
    }
    .recrt p.sub {
        top: 50%;
        left: 71%;
    }
    .news p.sub {
        top: 50%;
        left: 74%;
    }
    .svc h2 img, .works h2 img {
        top: 48%;
        left: 28%;
    }
    .recrt h2 img {
        top: 48%;
        left: 30%;
    }
    .news h2 img {
        top: 48%;
        left: 22%;
    }
    .svc h2 img, .works h2 img, .recrt h2 img, .news h2 img {
        height: 1.8rem;
    }
    .svc p, .works p.sub, .recrt p.sub, .news p.sub {
        font-size: 1.2rem;
    }
    .deco03 {
        padding: 2px 8px;
    }
    /*---------------矢印-------------------*/
    .glyphicon-chevron-right:before {
        font-size: 2rem;
        top: -120px;
    }
    .glyphicon-chevron-left:before {
        font-size: 2rem;
        top: -120px;
    }
/*
    .pointBox .campBnr{
        display: block;
        padding: 10px 20px;
        width: 100%;
        text-align: left;
        background: linear-gradient(to right, rgba(30,75,159,1) 0%,rgba(60,120,189,1) 100%);
        color: #fff;
        font-size: 1.4rem;
    }*/

}

/*	以下、index.専用
---------------------------------------------*/
#index header .logo {
	pointer-events: none;
}

/*バナー2種カラム*/
.pointBox-out {
	background: #e3e3e3;
}
.pointBox {
	width: auto;
	padding: 16px;
	}
.pointBox .campBnrTxt {
	padding-left: 0;
}
.pointBox .campBnrTxt p {
	font-size: 1.3rem;
	line-height: 1.6;
	color: #1e1e1e;
}
.pointBox a {
	color: #1e1e1e;
}
.pointBox.pp-design {
	border:2px solid #e48100;
}
.pointBox.pp-design .campBnrTxt .btn-gradient-radius {
	background-image: linear-gradient(45deg, #ff9000 0%, #ffb200 100%);
}
.pointBox.fsc-paper {
	border:2px solid #439d29;
}
.pointBox.fsc-paper .campBnrTxt .btn-gradient-radius {
	background-image: linear-gradient(45deg, #439d29 0%, #9bd02c 100%);
}
@media (max-width: 767px) {
	.pointBox.pp-design {
		margin-top: 0;
	}
}

@media screen and (min-width:992px) {
    .recrt.no-border,
    .news.no-border{
        min-height:249px;
    }
    .recrt .box > a,
    .news .box > a{
        display:flex;
        justify-content: center;
        align-items:center;
        height:100%;
    }
    .recrt p.sub,
    .news p.sub,
    .recrt h2 img,
    .news h2 img{
        position:static;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .container .box .deco03{
        margin-left:auto;
        margin-right:auto;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .recrt.no-border,
    .news.no-border{
        min-height:209px;
    }
    .news .box.grd a {
        height: auto;
    }
}