@charset "utf-8";
/*pagetitle*/
.contents .pagetitle {
    background-image: url(../images/title_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*service__page*/
.service__page h3.top {
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #2C5EB7;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 8vw;
    transition: .4s;
    padding: 0;
    width: 75%;
}
.service__page h3.top:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 61px transparent;
    z-index: 1;
    transition: .4s;
}
.service__page h3.top:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 61px white;
    z-index: 1;
    transition: .4s;
  }
.service__page h4{
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 6vw;
}
.service__page .service__container h4{
    background-image: url(../images/bg-h4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    width: 20vw;
    height: 20vw;
    font-size: 2.5rem;
    margin-bottom: 6vw;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.2;
}
.service__page .service__container h5{
    font-size:2rem;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.4;
}
.service__page p{
    line-height: 1.6;
}
.service__page .service__container p {
    margin-bottom: 0;
}
.service__page p.paragraph__first {
    padding: 0 4vw;
    margin-bottom: 6vw;
    line-height: 1.6;
}
.service__page .para {
    padding: 0 4vw;
}
.service__page .para h5 {
    font-weight: bold;
    margin-bottom: 1em;
}
.service__container__01,
.service__container__02,
.service__container__03,
.service__container__04,
.service__container__05,
.service__container__06{
    margin-bottom: 15vw;
}
.service__container__01 .box__01,
.service__container__02 .box__01,
.service__container__03 .box__01,
.service__container__04 .box__01,
.service__container__05 .box__01,
.service__container__06 .box__01{
    margin-top: 6vw;
}
.service__page .service__container .service__container__01,
.service__page .service__container .service__container__02,
.service__page .service__container .service__container__03,
.service__page .service__container .service__container__04,
.service__page .service__container .service__container__05,
.service__page .service__container .service__container__06{
    padding: 0 4vw;
}
.service__page .service__container figure {
    margin-bottom: 2vw;
}
.service__page .service__container p {
    margin-bottom: 10vw;
}
.service__page .service__container h5 {
    font-size: 2.4rem;
}
.service__page .about p {
    margin-bottom: 4vw;
}
.service__page .service__page__block__3pl {
    margin-bottom: 6vw;
    padding: 4vw 0;
}
.service__page h4 {
    font-size: 1.9rem;
    margin-bottom: 3vw;
    line-height: 1.4;
}
.service__page ul.solution{
    display: flex;
    flex-wrap: wrap;
}
.service__page ul.solution li{
    border: #0b318f solid 1px;
    border-radius: 20px;
    padding: 10px 15px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #0b318f;
}
.service__page ul.recommend{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service__page ul.recommend li{
    background:#ffffff;
    width: 48%;
    margin-bottom: 3vw;
}
.service__page ul.recommend li a.arrow::before,
.service__page ul.recommend li a.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.service__page ul.recommend li a.arrow{
    width: auto;
    height: 57px;
    box-sizing: border-box;
    display: block;
    background:linear-gradient(to right, #E5E5E5, #ffffff);
    text-decoration: none;
    color: #272727;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: #C8C8C8 solid 1px;
    font-size: 1.3rem;
}
.service__page ul.recommend li a.arrow figure{
    overflow: hidden;
    width: 90px;
    height: 55px;
    float: left;
}
.service__page ul.recommend li a.arrow::before {
    left: 94%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.service__page ul.recommend li a.arrow:hover{
    background: #ffffff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service__page ul.recommend li a.arrow span{
    line-height: 57px;
    margin-left: .5em;
    font-weight: bold;
}
.service__page ul.recommend li a.arrow img{
    width: 90px;
    height: 55px;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.service__page ul.recommend li a.arrow:hover img{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.pager{
    margin-bottom: 8vw;
}
.pager  ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0 4vw;
    display: flex;
    justify-content: space-between;
}
.pager .pagination li {
    display: inline;
    margin: 0;
    padding: 0;
    display: inline-block;
    background:#ffffff;
    width: 48%;
    text-align: center;
    position: relative;
}
.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    border: #0150B5 solid 2px;
    color: #0150B5;
    text-decoration: none;
    padding: 10px 0;
    line-height: 50px;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}
.pager .pagination li a:hover{
    background: #0150B5;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
    background: #0150B5;
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service__page a[target="_blank"]{
    color: #0b318f;
}
.service__page a[target="_blank"]::after{
    margin-left: 6px;
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    display: inline-block;
    vertical-align: -1px;
    font-weight: 900;
}
.service__page .about{
    padding: 0 4vw;
    margin-bottom: 8vw;
}
.service__page .service__page__block__3pl {
    background: #E1EAF6;
    margin: 0 auto;
    padding: 6vw 0;
    margin-bottom: 8vw;
}
.service__page .service__page__block__3pl .service__card{
    max-width:1028px;
    margin: 0 2vw;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #fff;
    border-top: #fff solid 4px;
    border-bottom: #fff solid 4px;
    border-left: #fff solid 5px;
    border-right: #fff solid 5px;
}
.service__page .service__page__block__3pl .service__card a{
    text-decoration: none;
    width: 25%;
    display: block;
}
.service__page .service__page__block__3pl .service__card .card__item{
    height: 64px;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    margin: .1vw;
}
.service__card__index .card__item.food{
    background-image:url(../images/pic-3pl-01.webp);
}
.service__card__index .card__item.goods{
    background-image:url(../images/pic-3pl-02.webp);
}
.service__card__index .card__item.restaurant{
    background-image:url(../images/pic-3pl-03.webp);
}
.service__card__index .card__item.electronics{
    background-image:url(../images/pic-3pl-04.webp);
}
.service__card__index .card__item.car{
    background-image:url(../images/pic-3pl-05.webp);
}
.service__card__index .card__item.medical{
    background-image:url(../images/pic-3pl-06.webp);
}
.service__card__index .card__item.materials{
    background-image:url(../images/pic-3pl-07.webp);
}
.service__card__index .card__item.retail{
    background-image:url(../images/pic-3pl-08.webp);
}
.service__card__index .card__item.ec{
    background-image:url(../images/pic-3pl-09.webp);
}
.service__card__index .card__item.documents{
    background-image:url(../images/pic-3pl-10.webp);
}
.service__page .service__page__block__3pl .service__card .card__item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.service__page .service__page__block__3pl .service__card .card__item:hover::before{
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service__page .service__page__block__3pl .service__card .card__item.food{
    background-image:url(../images/pic-3pl-01.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.goods{
    background-image:url(../images/pic-3pl-02.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.restaurant{
    background-image:url(../images/pic-3pl-03.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.electronics{
    background-image:url(../images/pic-3pl-04.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.car{
    background-image:url(../images/pic-3pl-05.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.medical{
    background-image:url(../images/pic-3pl-06.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.materials{
    background-image:url(../images/pic-3pl-07.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.retail{
    background-image:url(../images/pic-3pl-08.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.ec{
    background-image:url(../images/pic-3pl-09.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.documents{
    background-image:url(../images/pic-3pl-10.webp);
}
.service__page .service__page__block__3pl .service__card .card__item.cosmetic{
    background-image:url(../images/pic-3pl-11.webp);
}
.service__page .service__page__block__3pl .service__card .card__item h5{
    font-size:  1.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
}
.service__page .service__others__card .card__item {
    width: 100%;
    margin: 0 0 4vw 0;
    border: #002C6C solid 4px;
    padding: 34px 34px 34px;
    box-sizing: border-box;
    background-image: url(../images/bg-carditem.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10%;
}
.service__page .service__page__block__flow {
    padding: 0 4vw;
    margin-bottom: 15vw;
}
.service__page .service__others__card{
    padding: 0 4vw;
}
.service__page__block__flow h5{
    background-image: url(../images/bg-h3.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #0050B4;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 15px 0;
    font-family: "Noto Sans JP";
    width: 150px;
    text-align: center;
}
.service__page__block__flow figure.top{
    margin-bottom: 70px;
}
/*3PL紹介ページ用*/
.service__card__index{
    margin: 0 auto;
    margin-bottom: 6vw;
}
.service__card__index a{
    text-decoration: none;
}
.service__card__index .card__item{
    height:55vw;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4vw;
    position: relative;
    background-repeat: no-repeat;
}
.service__card__index .card__item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.service__card__index .card__item:hover::before{
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service__card__index .card__item h3{
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    color:#ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
	font-family: "Noto Sans JP";
}
.service__card__index .card__item h3::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 10px;
    background: url(../images/arrow-white.svg) no-repeat;
    background-size: auto;
    background-size: 100% auto;
    position: absolute;
    vertical-align: middle;
    top:20%;
    right:5%;
}
/*WP記事一覧*/
.wp__list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.wp__list a{
    text-decoration: none;
    color: #272727;
}
.contents__list{
    width: 320px;
    border: #DFDFDF solid 1px;
    text-align: left;
}
.contents__list h2{
    text-align: left;
    margin-bottom: 1em;
    height: 2em;
}
.contents__list .txt__box{
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
}
.contents__list figure img{
    height: auto;
}
/*WP 記事一覧のSlider*/
.slider img {
    height: auto;
    vertical-align:middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
/*化粧品・医薬部外品物流ページ用*/
.service__page .licens {
    border: solid #272727 1px;
    clear: right;
}
.service__page .licens h5 {
    text-align: center;
    margin-bottom: 1.4em;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}
.service__page .licens figcaption {
    text-align: center;
    font-size: 88%;
    margin-top: 1em;
}
.service__page figure.pic figcaption{
    text-align: center;
    font-size: 88%;
    margin-top: 1em;
}
.service__page p.under_object{
    margin-bottom: 1.5em;
}
.service__page ul.linklist li{
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 1em;
}
.service__page ul.linklist li::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0150B5;
    border-right: solid 2px #0150B5;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}
/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media screen and (max-width:480px){
.service__page h4 {
    margin-bottom: 6vw;
}
.service__page h3.top {
    margin: 0 auto 8vw;
    width: 100%;
}
.service__page .service__container h4 {
    width: 30vw;
    height: 30vw;
}
.service__page ul.recommend li{
    width: 100%;
}
.service__page ul.recommend li a.arrow {
    width: auto;
    font-size:1.6rem;
}
.service__page ul.recommend li a.arrow span {
    margin-left: .5em;
    line-height: 57px;
}
.pager .pagination li {
    width: 47%;
}
.pager .pagination li a {
    padding:0;
}
.service__page p.paragraph__first {
    padding: 0 4vw;
    margin-bottom: 10vw;
}
.service__container__01 .box__01,
.service__container__02 .box__01,
.service__container__03 .box__01,
.service__container__04 .box__01,
.service__container__05 .box__01,
.service__container__06 .box__01{
    margin-top: 6vw;
}
.service__container__01,
.service__container__02,
.service__container__03,
.service__container__04,
.service__container__05,
.service__container__06{
    margin-bottom: 15vw;
}
.service__page .service__container figure {
    margin-bottom: 2vw;
}
.service__page .service__container p {
    margin-bottom: 10vw;
}
.service__page .service__container h5 {
    font-size: 1.9rem;
}
.service__page .about{
    padding: 0 4vw;
    margin-bottom: 10vw;
}
.service__page .about h4{
    font-size: 2rem;
}
.service__page .about p{
    margin-bottom: 4vw;
}
.service__page .service__page__block__3pl {
    margin: 0 auto 10vw;
}
.service__page .service__page__block__3pl h4{
    font-size: 2rem;
    padding: 0 4vw;
    line-height: 1.4;
}
.service__page .service__page__block__3pl .service__card .card__item {
    height: 20vw;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    margin: .2vw;
}
.service__page .service__page__block__3pl .service__card a {
    width: 50%;
}
.service__page .service__page__block__3pl .service__card .card__item h5 {
    font-size: 1.6rem;
}
.service__page .service__page__block__3pl .service__card .card__item h5::after {
    content: none;
}
/*flow*/
.service__page__block__flow{
    padding: 0 4vw;
    margin-bottom: 15vw;
}
.service__page__block__flow h4{
    font-size: 2rem;
}
.service__page__block__flow h5{
    padding: 12px 0;
}
.service__page__block__flow figure.top{
    margin-bottom: 15vw;
}
/*others*/
.service__page .service__others__card {
    padding: 0;
}
.service__page .service__others__card .card__item {
    width: auto;
    margin: 4vw;
    border: #002C6C solid 4px;
    padding: 30px 15px;
    box-sizing: border-box;
    background-image: url(../images/bg-carditem.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10%;
    box-sizing: border-box;
}
.service__page .service__others__card .card__item h4{
    font-size: 2rem;
}
/*WP記事一覧*/
.wp__list{
    display: inherit;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 4vw;
}
.contents__list .txt__box{
    padding: 4vw;
}
.slider div {
    height: auto;
    width: 100%;
    box-sizing: border-box;
}
.service__page .licens {
    padding: 6vw 6vw 0 6vw;
    margin: 0 4vw 8vw;
}
.service__page .licens li {
    margin-bottom: 10vw;
}
}
/* 768px以上用-タブレット用の記述(ipad) ---------------------------- */
@media screen and (min-width:768px) {
.service__page h3.top {
    font-size: 2.5rem;
    width: 65%;
    margin-bottom: 6vw;
}
.service__page h4 {
    font-size: 1.9rem;
    margin-bottom: 3vw;
    line-height: 1.4;
}
.service__page .service__container h4 {
    width: 160px;
    height: 160px;
    font-size: 3rem;
}
.service__page .service__container h5 {
    margin-bottom: 4vw;
}
.service__container__01,
.service__container__02,
.service__container__03,
.service__container__04,
.service__container__05,
.service__container__06 {
    margin-bottom: 10vw;
}
.service__page .service__container figure {
    margin-bottom: 2vw;
}
.service__page .service__container p {
    margin-bottom: 8vw;
}
.service__page .about {
    margin-bottom: 6vw;
}
.service__page .about p{
    margin-bottom: 4vw;
}
.service__page .service__page__block__3pl {
    margin-bottom: 6vw;
    padding: 4vw 0;
}
.service__page .service__page__block__3pl .service__card .card__item {
    height: 110px !important;
}
.service__page .service__page__block__3pl .service__card .card__item h5::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/arrow-white.svg) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 75% auto;
    position: absolute;
    vertical-align: middle;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -40px;
    top: inherit;
}
.service__page__block__flow {
    margin-bottom: 10vw;
    padding: 0 4vw;
}
.service__page .service__others__card {
    margin: 0 4vw;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.service__page .service__others__card .card__item {
    width: 48%;
    padding: 35px 20px 30px;
    background-position: -1px -1px;
}
.service__page ul.recommend li {
    width: 48%;
}
.service__page ul.recommend li a.arrow{
    font-size:1.6rem;
    height: 70px;
}
.service__page ul.recommend li a.arrow figure{
    width: 112px;
    height: 68px;
}
.service__page ul.recommend li a.arrow span{
    line-height: 70px;
    margin-left: 1em;
}
.service__page ul.recommend li a.arrow img{
    width: 112px;
    height: 68px;
}
.service__card__index {
	margin: 0 auto 6vw;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content:center;
    justify-content:center;
}
.service__card__index .card__item {
    width: 44vw;
	height:27vw;
    margin: 1vw;
}
/*WP記事一覧*/
.contents__list {
    width: auto;
}
.service__page .licens {
    margin: 0 4vw 6vw;
    padding: 8vw;
}
.service__page .licens ul {
    display: flex;
    justify-content: space-between;
}
.service__page figure.pic{
    width: 60%;
}
}
/* 980px以上用（PC用）の記述 ---------------------------- */
@media print, screen and (min-width: 960px) {
.sp-only{
    display: none;
}
.service__page{
    margin: 0 auto;
}
.service__page .service__page__wrapper{
    max-width: 1028px;
    margin: 0 auto;
    overflow: hidden;
}
.service__container{
    margin: 0 2vw;
}
.service__page .service__container p {
    margin-bottom: 0;
}
.service__page .para {
    padding: 0;
}
.service__page h3.top {
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #2C5EB7;
    font-size: 181%;
    text-align: center;
    margin: 0 auto 60px;
    transition: .4s;
    padding: 0;
    width: 50%;
}
.service__page h3.top:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 61px transparent;
    z-index: 1;
    transition: .4s;
}
.service__page h3.top:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 61px white;
    z-index: 1;
    transition: .4s;
  }
.service__page h4{
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 40px;
}
.service__page p {
    line-height: 1.6;
}
.service__page p.u_fig{
    margin-bottom: 20px;
}
.service__page figure.pic{
    width: 50%;
}
.service__page p.paragraph__first{
  text-align:center;
  margin-bottom: 60px;
  font-size: 113%;
  line-height:2;
  padding: 0 2vw;
}
.service__page .service__container h4{
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 3.6rem;
    margin-bottom: 0;
}
.service__page .service__container h4.line-02{
    line-height: 40px;
    padding-top: 50px;
}
.service__page .service__container .service__container__01,
.service__page .service__container .service__container__02,
.service__page .service__container .service__container__03,
.service__page .service__container .service__container__04,
.service__page .service__container .service__container__05,
.service__page .service__container .service__container__06{
    position: relative;
    padding: 0;
}
.service__page .service__container h5{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.service__page .service__container .service__container__01 h4{
    margin-bottom: 6%;
}
.service__page .service__container .service__container__01 .box__01 h5 {
    position: relative;
    width: 45%;
    margin-top: 8%;
}
.service__page .service__container .service__container__01 .box__01 figure{
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -22%;
}
.service__page .service__container .service__container__01 .box__01 p{
    position: relative;
    width: 50%;
    margin-top: -18%;
    padding-bottom: 8%;
}
.service__page .service__container .service__container__01 .box__02 h5 {
    position: relative;
    width: 50%;
    margin-top: 17%;
    margin-left: 50%;
}
.service__page .service__container .service__container__01 .box__02 figure{
    position: relative;
    width: 45%;
    margin-top: -13%;
}
.service__page .service__container .service__container__01 .box__02 p{
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -21%;
    padding-bottom: 6%;
}
.service__page .service__container .service__container__01 .box__03 h5 {
    position: relative;
    width: 45%;
    margin-top: 10%;
}
.service__page .service__container .service__container__01 .box__03 figure{
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -3%;
}
.service__page .service__container .service__container__01 .box__03 p{
    position: relative;
    width: 50%;
    margin-top: -15%;
}
.service__page .service__container .service__container__02 h4{
    float: right;
}
.service__page .service__container .service__container__02 .box__02 h5{
    position: relative;
    width: 50%;
    padding-top: 28%;
    margin-left: 50%;
}
.service__page .service__container .service__container__02 .box__02 figure {
    position: relative;
    width: 45%;
    margin-top: -9%;
    clear: both;
}
.service__page .service__container .service__container__02 .box__01 p{
    position: relative;
    width: 77%;
    float: left;
    margin-top: 4%;
}
.service__page .service__container .service__container__02 .box__02 p {
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -22%;
    padding-bottom: 4%;
}
.service__page .service__container .service__container__02 .box__03 h5{
    position: relative;
    width: 45%;
    padding-top: 16%;
}
.service__page .service__container .service__container__02 .box__03 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -12%;
}
.service__page .service__container .service__container__02 .box__03 p {
    position: relative;
    width: 50%;
    margin-top: -19%;
    padding-bottom: 6%;
}
.service__page .service__container .service__container__03 h4{
    float: left;
}
.service__page .service__container .service__container__03 .box__01 p{
    position: relative;
    width: 77%;
    float: right;
    margin-top: 4%;
}
.service__page .service__container .service__container__03 .box__02 h5{
    position: relative;
    clear: both;
    width: 45%;
    padding-top:12%;
}
.service__page .service__container .service__container__03 .box__02 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -11%;
}
.service__page .service__container .service__container__03 .box__02 p {
    position: relative;
    width: 50%;
    margin-top: -19%;
    padding-bottom: 9%;
}
.service__page .service__container .service__container__03 .box__03 figure {
    position: relative;
    width: 45%;
    margin-top: -13%;
    clear: both;
}
.service__page .service__container .service__container__03 .box__03 h5 {
    position: relative;
    width: 50%;
    padding-top: 17%;
    margin-left: 50%;
}
.service__page .service__container .service__container__03 .box__03 p {
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -18%;
    padding-bottom: 7%;
}
.service__page .service__container .service__container__03 .box__04 h5{
    position: relative;
    clear: both;
    width: 45%;
    padding-top: 15%;
}
.service__page .service__container .service__container__03 .box__04 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -10%;
}
.service__page .service__container .service__container__03 .box__04 p {
    position: relative;
    width: 50%;
    margin-top: -20%;
    padding-bottom: 8%;
}
.service__page .service__container .service__container__04 h4 {
    float: right;
}
.service__page .service__container .service__container__04 .box__01 p {
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -17%;
}
.service__page .service__container .service__container__04 .box__01 figure {
    position: relative;
    width: 45%;
    padding-top: 9%;
}
.service__page .service__container .service__container__04 .box__02 h5 {
    position: relative;
    clear: both;
    width: 45%;
    padding-top: 16%;
}
.service__page .service__container .service__container__04 .box__02 p {
    position: relative;
    width: 50%;
    margin-top: -18%;
    padding-bottom: 6%;
}
.service__page .service__container .service__container__04 .box__02 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -12%;
}
.service__page .service__container .service__container__04 .box__03 h5 {
    position: relative;
    width: 50%;
    padding-top: 17%;
    margin-left: 50%;
}
.service__page .service__container .service__container__04 .box__03 figure {
    position: relative;
    width: 45%;
    margin-top: -13%;
    clear: both;
}
.service__page .service__container .service__container__04 .box__03 p {
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -17%;
    padding-bottom: 10%;
}
.service__page .service__container .service__container__05 .box__01 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -9%;
}
.service__page .service__container .service__container__05 .box__01 h5 {
    position: relative;
    width: 45%;
    margin-top: 8%;
}
.service__page .service__container .service__container__05 .box__01 p {
    position: relative;
    width: 50%;
    margin-top: -19%;
    padding-bottom: 11%;
}
.service__page .service__container .service__container__05 .box__02 figure {
    position: relative;
    width: 45%;
    margin-top: -15%;
    clear: both;
}
.service__page .service__container .service__container__05 .box__02 h5 {
    position: relative;
    width: 50%;
    padding-top: 20%;
    margin-left: 50%;
}
.service__page .service__container .service__container__05 .box__02 p {
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -19%;
    padding-bottom: 9%;
}
.service__page .service__container .service__container__05 .box__03 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -12%;
}
.service__page .service__container .service__container__05 .box__03 h5 {
    position: relative;
    clear: both;
    width: 45%;
    padding-top: 17%;
}
.service__page .service__container .service__container__05 .box__03 p {
    position: relative;
    width: 50%;
    margin-top: -18%;
    padding-bottom: 8%;
}
.service__page .service__container .service__container__06 h4 {
    float: right;
}
.service__page .service__container .service__container__06 .box__01 p {
    position: relative;
    width: 77%;
    float: left;
    margin-top: 5%;
}
.service__page .service__container .service__container__06 .box__02 h5 {
    position: relative;
    width: 50%;
    padding-top: 30%;
    margin-left: 50%;
}
.service__page .service__container .service__container__06 .box__02 figure {
    position: relative;
    width: 45%;
    margin-top: -11%;
    clear: both;
}
.service__page .service__container .service__container__06 .box__02 p {
    position: relative;
    width: 50%;
    margin-left: 50%;
    margin-top: -19%;
    padding-bottom: 7%;
}
.service__page .service__container .service__container__06 .box__03 h5 {
    position: relative;
    width: 45%;
    padding-top: 15%;
}
.service__page .service__container .service__container__06 .box__03 figure {
    position: relative;
    width: 45%;
    margin-left: 55%;
    margin-top: -11%;
}
.service__page .service__container .service__container__06 .box__03 p {
    position: relative;
    width: 50%;
    margin-top: -19%;
    padding-bottom: 8%;
}
.service__page .about{
    padding: 0 2vw;
}
.service__page .about p{
    margin-bottom: 50px;
}
.service__page .service__list__card {
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
}
.service__page .service__list__card::after{
    content:"";
    display: block;
    width:29.5vw;
}
.service__page .service__list__card .card__item{
    width:49%;
    box-sizing: border-box;
    margin-bottom: 1vw;
}
.service__page .service__list__card .card__item:nth-child(1){
    background: #F3F1E6;
}
.service__page .service__list__card .card__item:nth-child(2){
    background: #EEEEEE;
}
.service__page .service__list__card .card__item:nth-child(3){
    background: #F2E7E1;
}
.service__page .service__list__card .card__item:nth-child(4){
    background: #E6E9CE;
}
.service__page .service__list__card .card__item:nth-child(5){
    background: #E0E8F6;
}
.service__page .service__list__card .card__item:nth-child(6){
    background: #E6E4D4;
}
.service__page .service__list__card .card__item:nth-child(1) h4{
    background: #BBB286;
}
.service__page .service__list__card .card__item:nth-child(2) h4{
    background: #ACABAB;
}
.service__page .service__list__card .card__item:nth-child(3) h4{
    background: #CFB2A2;
}
.service__page .service__list__card .card__item:nth-child(4) h4{
    background: #BFC498;
}
.service__page .service__list__card .card__item:nth-child(5) h4{
    background: #9BAFD1;
}
.service__page .service__list__card .card__item:nth-child(6) h4{
    background: #C2AE7F;
}
.service__page .service__list__card .card__item figure{
    margin-bottom: 18px;
    width: 100%;
    margin: 0 auto;
}
.service__page .service__list__card .card__item figure img{
    width: 100%;
}
.service__page .service__list__card .card__item .txt__box{
    background: #ffffff;
    padding: 20px;
    margin:20px;
}
.service__page .service__list__card .card__item p{
    color: #272727;
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.service__page .service__list__card .card__item h4{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 24px 0;
    margin-bottom: 0;
}
.service__page .service__page__block__3pl{
    background: #E1EAF6;
    margin: 0 auto 80px;
    padding:60px 2vw 80px;
}
.service__page .service__page__block__3pl h4{
    line-height: 1.4;
    margin-bottom: 30px;
}
.service__page .service__page__block__3pl .service__card{
    max-width:1028px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #fff;
    border-top: #fff solid 4px;
    border-bottom: #fff solid 4px;
    border-left: #fff solid 5px;
    border-right: #fff solid 5px;
}
.service__page .service__page__block__3pl .service__card a{
    text-decoration: none;
    width: 33.333%;
    display: block;
}
.service__page .service__page__block__3pl .service__card .card__item{
    height:90px;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    margin: .1vw;
    height: 130px !important;
}
.service__page .service__page__block__3pl .service__card .card__item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.service__page .service__page__block__3pl .service__card .card__item:hover::before{
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service__page .service__page__block__3pl .service__card .card__item h5{
    font-size:  113%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
}
.service__page .service__page__block__3pl .service__card .card__item h5::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/arrow-white.svg) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 75% auto;
    position: absolute;
    vertical-align: middle;
    top: 21%;
    right: 5%;
}
.service__page .service__page__block__flow{
    margin: 0 0 120px;
    padding: 0 2vw;
}
.service__page .service__others__card{
    max-width:1028px;
    margin: 0 2vw;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.service__page .service__others__card .card__item{
    width:48%;
    margin: 0 0 4vw 0;
    border: #002C6C solid 4px;
    padding: 50px 34px 34px;
    box-sizing: border-box;
    background-image: url(../images/bg-carditem.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10%;
}
.service__page .service__others__card .card__item:nth-child(even){
    margin-right: 0;
}
.service__page .service__others__card .card__item p{
    margin-bottom: 0;
}
.service__page ul.recommend li{
    width: 48%;
    margin-bottom: 1em;
}
.service__page ul.recommend li a{
    text-decoration: none;
}
.service__page ul.recommend li a:hover{
    text-decoration: underline;
}
.pager ul.pagination {
    padding: 0;
}
.pager .pagination li {
    width: 49%;
}
.service__page ul.recommend li a.arrow {
    font-size: 1.4rem;
}
.service__page ul.recommend li a.arrow span {
    margin-left: 1em;
}
.service__card__index{
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
}
.service__card__index a{
    text-decoration: none;
}
.service__card__index .card__item{
    width:46vw;
    height:27vw;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1vw;
    position: relative;
    background-repeat: no-repeat;
    margin: 1vw;
}
.service__card__index .card__item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.service__card__index .card__item:hover::before{
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service__card__index .card__item h3{
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 157%;
    font-weight: bold;
    color:#ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
}
.service__card__index .card__item h3::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 10px;
    background: url(../images/arrow-white.svg) no-repeat;
    background-size: auto;
    background-size: 100% auto;
    position: absolute;
    vertical-align: middle;
    top:20%;
    right:5%;
}
.slick-dotted.slick-slider {
  margin: 0 0 10vw;
  background: none;
}
.contents__list {
    width: 320px !important;
}
.service__page .licens ul {
    display: flex;
    justify-content: space-between;
}
}
@media print, screen and (min-width: 1280px) {
.service__page .service__container h5 {
    font-size: 2.8rem;
}
.service__container {
    margin: 0;
}
.service__container__01 .box__01, .service__container__02 .box__01, .service__container__03 .box__01, .service__container__04 .box__01, .service__container__05 .box__01, .service__container__06 .box__01 {
    margin-top: 0;
}
.service__page .service__container .service__container__01, .service__page .service__container .service__container__02, .service__page .service__container .service__container__03, .service__page .service__container .service__container__04, .service__page .service__container .service__container__05, .service__page .service__container .service__container__06 {
    padding: 0;
}
.service__container__01, .service__container__02, .service__container__03, .service__container__04, .service__container__05, .service__container__06 {
    margin-bottom: 120px;
}
.service__page p.paragraph__first {
    padding: 0;
}
.service__page .para {
    padding: 0;
}
.service__page .service__page__block__flow {
    padding: 0;
}
.service__page .about {
    margin: 0 auto 100px;
    padding: 0;
}
.service__page__block__flow {
    padding: 0;
}
.service__page ul.recommend li {
    width: 48%;
}
.service__page ul.recommend li a.arrow {
    width: auto;
}
.pager ul.pagination {
    padding: 0;
    margin-bottom: 120px;
}
.pager .pagination li {
    width: 49%;
  }
.service__page ul.recommend li a.arrow span {
    line-height: 70px;
    margin-left: 1em;
}
.service__page .service__page__block__3pl .service__card {
    max-width: 1028px;
    margin: 0 auto;
}
.service__page .service__page__block__3pl .service__card .card__item h5::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/arrow-white.svg) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 75% auto;
    position: absolute;
    vertical-align: middle;
    top: 21%;
    right: inherit;
    left: inherit;
    bottom: inherit;
    left: 86%;
}
.service__page .service__others__card {
    max-width: 1028px;
    margin: 0;
}
.service__page .service__page__block__flow{
    margin: 0 0 120px;
}
.service__page .service__page__block__3pl {
    padding: 80px 2vw;
}
.service__card__index{
    max-width:1028px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    margin-bottom: 140px;
	padding:0;
}
.service__card__index a{
    text-decoration: none;
}
.service__card__index .card__item{
    width:338px;
    height:150px;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100%;
    color: #ffffff;
    text-align: center;
    margin:0 2px 4px;
    position: relative;
}
.service__card__index .card__item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.service__card__index::after {
    content: "";
    display: block;
    width: 342px;
    height: 0;
}
.service__card__index .card__item:hover::before{
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.service__card__index .card__item h3{
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150%;
    font-weight: normal;
    color:#ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
}
.service__card__index .card__item h3::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 10px;
    background: url(../images/arrow-white.svg) no-repeat;
    background-size: auto;
    background-size: 100% auto;
    position: absolute;
    vertical-align: middle;
    top:20%;
    right:5%;
}
.service__page .licens {
    margin: 0 0 4vw;
    padding: 2.5vw;
}
.service__page .licens h5 {
text-align: center;
}
}