@charset "UTF-8";
/* Advantage CSS */
/* _setting CSS */
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .pic_zoom {
    position: relative;
    cursor: pointer;
    border-radius: 0 0 4px 0;
  }
  .pic_zoom::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/common/icon_zoom.svg) center center/100% no-repeat;
    width: 30px;
    height: 30px;
  }

  .page_title .eng {
    font-size: 15.64103vw;
  }

  #intro {
    padding: 10.25641vw 5.12821vw 11.53846vw;
    background: url("../images/advantage/sp_intro_bg.jpg") center center/cover no-repeat;
    margin-bottom: 20.51282vw;
  }
  #intro .lead {
    font-size: 5.12821vw;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 12.82051vw;
  }
  #intro .features {
    position: relative;
    padding: 6.41026vw 7.69231vw 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #intro .feature_title_wrap {
    position: absolute;
    top: -5.12vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60vw;
  }
  #intro .feature_title_wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ec002d;
    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  #intro .feature_title {
    text-align: center;
    color: #fff;
  }
  #intro .feature_title span {
    display: inline-block;
    position: relative;
    font-size: 4.35897vw;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
    padding: 3.58974vw 0;
  }
  #intro .list .item {
    position: relative;
    text-align: center;
  }
  #intro .list .item:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-bottom: none;
  }
  #intro .list .item a {
    display: block;
    padding: 6.92308vw 0;
    border-bottom: 0.25641vw solid #a7a7a7;
  }
  #intro .list .item a::after {
    position: absolute;
    top: 9.23077vw;
    right: 2.5641vw;
    content: '';
    display: block;
    width: 4.61538vw;
    height: 4.61538vw;
    border-bottom: 0.51282vw solid #000;
    border-left: 0.51282vw solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #intro .list .item a:hover {
    text-decoration: none;
  }
  #intro .list .item a:hover:after {
    top: 10vw;
  }
  #intro .list .item a .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #intro .list .item .num {
    display: block;
    font-size: 10.76923vw;
    color: #ec002d;
    margin-right: 3.84615vw;
  }
  #intro .list .item3 .desc {
    padding-top: 2.5641vw;
  }
  #intro .list .desc {
    text-align: left;
  }
  #intro .list strong {
    font-size: 4.10256vw;
    font-weight: bold;
    line-height: 1.375;
  }

  .sec {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 20.51282vw;
  }
  .sec .sec_title {
    margin-bottom: 6.41026vw;
  }
  .sec .sec_title .eng {
    font-size: 12.82051vw;
  }
  .sec .sec_lead {
    font-size: 5.12821vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2.5641vw;
  }
  .sec .desc {
    font-size: 3.58974vw;
    line-height: 2;
    margin-bottom: 10.25641vw;
  }
  .sec .inner {
    position: relative;
    padding-bottom: 10.25641vw;
  }

  .cont {
    position: relative;
    padding-top: 15.38462vw;
    padding-bottom: 15.38462vw;
    background-color: #FFECEC;
  }
  .cont::before, .cont::after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .cont::before {
    background-color: #FFECEC;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: -29px;
  }
  .cont::after {
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    bottom: -1px;
  }
  .cont .cont_title {
    font-size: 5.12821vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 7.69231vw;
  }
  .cont .cont_inner {
    position: relative;
  }
  .cont .cont_inner .num {
    position: absolute;
    top: -34vw;
    right: 0;
    display: block;
    font-size: 23.07692vw;
    color: #ec002d;
    -webkit-text-fill-color: transparent;
    /* 文字の中身を透明にする */
    -webkit-text-stroke: 1px #ec002d;
    /* 文字の枠線を赤色にする */
  }
  .cont .cont_inner .num img {
    width: 100%;
  }

  #onestop .cont .cont_inner {
    position: relative;
  }
  #onestop .cont .list {
    list-style-type: none;
  }
  #onestop .cont .item {
    position: relative;
    width: 100%;
    padding: 3.07692vw 8.97436vw;
    background-color: #FFE2E7;
    border-bottom: 1.02564vw solid #fff;
  }
  #onestop .cont .item:last-child {
    border-bottom: none;
  }
  #onestop .cont .item .item_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #onestop .cont .item::before, #onestop .cont .item::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 5.12821vw;
    height: 3.07692vw;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  #onestop .cont .item::before {
    background-color: #fff;
    bottom: -3.7vw;
    z-index: 1;
  }
  #onestop .cont .item::after {
    background-color: #FFE2E7;
    bottom: -3vw;
    z-index: 1;
  }
  #onestop .cont .item:last-child::before, #onestop .cont .item:last-child::after {
    display: none;
  }
  #onestop .cont .item:last-child .item_inner::after {
    display: none;
  }
  #onestop .cont .item1 {
    background-color: #ec002d;
  }
  #onestop .cont .item1::after {
    background-color: #ec002d;
  }
  #onestop .cont .item1 .name {
    font-size: 5.12821vw;
    color: #fff;
  }
  #onestop .cont .item5 {
    background-color: #3c3c3c;
  }
  #onestop .cont .item5::after {
    background-color: #ec002d;
  }
  #onestop .cont .item5 .name {
    font-size: 4.61538vw;
    color: #fff;
  }
  #onestop .cont .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.35897vw;
    line-height: 1.88235;
    font-weight: bold;
    text-align: center;
  }
  #onestop .cont .number {
    display: block;
    width: 13.33333vw;
    height: 13.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.66667vw;
    color: #ec002d;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 0.51282vw solid #ec002d;
    padding-top: 0.51282vw;
    margin-right: 7.69231vw;
  }
  #onestop .cont .note {
    position: absolute;
    right: 10.25641vw;
    top: 48.71795vw;
    width: 8.97436vw;
    font-size: 3.58974vw;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    line-height: 1.3;
    padding: 3.84615vw 2.82051vw;
    margin: 0 auto;
    background-color: #fff;
  }

  #value .cont {
    padding-top: 20.51282vw;
    padding-bottom: 20.51282vw;
  }

  #service .cont {
    background: url("../images/advantage/sp_shipment_map.svg") center 13vw/96% no-repeat #FFECEC;
    padding: 0;
  }
  #service .cont_inner {
    width: 89.74359vw;
    margin: 0 auto;
    padding-top: 130vw;
    padding-bottom: 7.69231vw;
  }
  #service .cont_inner .num {
    top: -12vw;
  }
  #service .strength {
    padding-top: 12.82051vw;
  }
  #service .strength .list {
    margin-bottom: 41.02564vw;
  }
  #service .strength .item {
    width: 53.84615vw;
    font-size: 4.61538vw;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    border: 0.25641vw solid #ec002d;
    border-left: 3.07692vw solid #ec002d;
    background-color: #fff;
    margin-bottom: 2.5641vw;
  }
  #service .strength .item:last-child {
    margin-bottom: 0;
  }
  #service .strength .item .note1 {
    display: block;
    font-size: 2.5641vw;
    color: #888;
    padding-right: 10.25641vw;
    margin-top: 1.28205vw;
  }
  #service .strength .item .note2 {
    display: inline-block;
    font-size: 6.15385vw;
    font-weight: bold;
    margin-right: 1.28205vw;
  }
  #service .strength .image {
    margin-bottom: 3.07692vw;
  }
  #service .strength .item1 {
    padding: 6.15385vw 0;
  }
  #service .strength .item2 {
    padding: 4.61538vw 0 3.58974vw;
  }
  #service .strength .item3 {
    padding: 5.38462vw 0;
  }
  #service .branch {
    position: relative;
    padding-bottom: 20.51282vw;
  }
  #service .branch .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.84615vw;
    background-color: #fff;
  }
  #service .branch .item {
    width: 38.97436vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 2.5641vw;
  }
  #service .branch .item .name {
    font-size: 3.84615vw;
    font-weight: bold;
    line-height: 1.375;
  }
  #service .branch .item .name .place {
    display: block;
    font-size: 3.33333vw;
  }
  #service .branch .item .image {
    position: relative;
    width: 100%;
    margin-bottom: 2.05128vw;
  }
  #service .branch .item .image .mapnum {
    position: absolute;
    top: 0.51282vw;
    left: 0.51282vw;
    display: block;
    width: 6.15385vw;
    height: 6.15385vw;
    font-size: 4.10256vw;
    color: #fff;
    text-align: center;
    padding-top: 1.28205vw;
    background-color: #000;
    border-radius: 50%;
  }

  #common_modal #modal_info .image_wrap {
    overflow-x: scroll;
  }
  #common_modal #modal_info .image_wrap .image {
    width: auto;
    max-width: none;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  #intro {
    padding: 70px 100px;
    background: url("../images/advantage/intro_bg.jpg") center center/cover no-repeat;
    margin-bottom: 100px;
  }
  #intro .inner {
    width: 1000px;
    margin: 0 auto;
  }
  #intro .lead {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.52941;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 70px;
  }
  #intro .features {
    position: relative;
    width: 1000px;
    padding: 60px 40px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #intro .feature_title_wrap {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 450px;
    padding: 0 19px 16px;
  }
  #intro .feature_title_wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ec002d;
    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  #intro .feature_title {
    text-align: center;
    color: #fff;
  }
  #intro .feature_title span {
    display: inline-block;
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
    padding-top: 14px;
    padding-left: 20px;
  }
  #intro .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #intro .list .item {
    position: relative;
    text-align: center;
  }
  #intro .list .item:last-child a {
    margin-right: 0;
    border-right: none;
  }
  #intro .list .item a {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    border-right: 1px solid #000;
  }
  #intro .list .item a::after {
    position: absolute;
    bottom: 10px;
    left: 125px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #intro .list .item a:hover {
    text-decoration: none;
  }
  #intro .list .item a:hover .num {
    -webkit-text-fill-color: #ec002d;
  }
  #intro .list .item a:hover:after {
    bottom: 0;
  }
  #intro .list .item .num {
    display: block;
    font-size: 7rem;
    color: #ec002d;
    margin-bottom: 10px;
  }
  #intro .list .item .num img {
    width: 100%;
  }
  #intro .list .item1 a::after {
    left: 140px;
  }
  #intro .list .item3 a::after {
    left: 140px;
  }
  #intro .list .item3 .desc {
    padding-top: 15px;
  }
  #intro .list .desc strong {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #intro .list strong {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.41667;
    letter-spacing: .1em;
  }

  .sec {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 100px;
  }
  .sec .sec_title {
    margin-bottom: 33px;
  }
  .sec .sec_lead {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 24px;
  }
  .sec .desc {
    font-size: 1.6rem;
    line-height: 2;
  }
  .sec .inner {
    position: relative;
    padding-bottom: 100px;
  }

  .cont {
    position: relative;
    padding-top: 80px;
    padding-bottom: 160px;
    background-color: #FFECEC;
  }
  .cont::before, .cont::after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .cont::before {
    background-color: #FFECEC;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: -78px;
  }
  .cont::after {
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    bottom: -1px;
  }
  .cont .cont_title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
  }
  .cont .cont_inner {
    position: relative;
  }
  .cont .cont_inner .num {
    position: absolute;
    top: -280px;
    right: 0;
    display: block;
    font-size: 24rem;
    color: #ec002d;
    -webkit-text-fill-color: transparent;
    /* 文字の中身を透明にする */
    -webkit-text-stroke: 1px #ec002d;
    /* 文字の枠線を赤色にする */
    margin-bottom: 10px;
  }
  .cont .cont_inner .num img {
    width: 100%;
  }

  #onestop .cont .cont_title {
    margin-bottom: 84px;
  }
  #onestop .cont .list {
    width: 1130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    margin: 0 auto 28px;
  }
  #onestop .cont .item {
    position: relative;
    width: 215px;
    height: 220px;
    background-color: #FFE2E7;
  }
  #onestop .cont .item .item_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #onestop .cont .item .item_inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 100%;
    top: 0;
    right: -2px;
    background-color: #fff;
    z-index: 1;
  }
  #onestop .cont .item::before, #onestop .cont .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
  #onestop .cont .item::before {
    background-color: #fff;
    right: -37px;
    z-index: 1;
  }
  #onestop .cont .item::after {
    background-color: #FFE2E7;
    right: -29px;
    z-index: 1;
  }
  #onestop .cont .item:last-child::before, #onestop .cont .item:last-child::after {
    display: none;
  }
  #onestop .cont .item:last-child .item_inner::after {
    display: none;
  }
  #onestop .cont .item1 {
    width: 230px;
    background-color: #ec002d;
  }
  #onestop .cont .item1::after {
    background-color: #ec002d;
  }
  #onestop .cont .item1 .name {
    font-size: 2.7rem;
    color: #fff;
    padding-left: 32px;
  }
  #onestop .cont .item5 {
    width: 240px;
    background-color: #3c3c3c;
  }
  #onestop .cont .item5::after {
    background-color: #ec002d;
  }
  #onestop .cont .item5 .name {
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: .1em;
    padding-left: 78px;
  }
  #onestop .cont .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding-left: 63px;
  }
  #onestop .cont .number {
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4rem;
    color: #ec002d;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ec002d;
  }
  #onestop .cont .note {
    width: 621px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    padding: 11px;
    margin: 0 auto;
    background-color: #ec002d;
  }

  #value .cont {
    padding: 0;
  }
  #value .cont_inner {
    padding-bottom: 90px;
  }
  #value .cont_inner .num {
    top: -200px;
  }
  #value .cont_inner .image {
    width: 850px;
    padding: 100px 0;
    margin: 0 auto;
  }

  #service {
    margin-bottom: 140px;
  }
  #service .cont {
    padding: 40px 0 80px;
  }
  #service .strength {
    width: 240px;
    padding-top: 140px;
  }
  #service .strength .item {
    width: 240px;
    height: 120px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    border: 1px solid #ec002d;
    border-left: 12px solid #ec002d;
    background-color: #fff;
    margin-bottom: 20px;
  }
  #service .strength .item:last-child {
    margin-bottom: 0;
  }
  #service .strength .item .note1 {
    display: block;
    font-size: 1.6rem;
    color: #888;
    margin-top: 5px;
  }
  #service .strength .item .note2 {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  #service .strength .item1 {
    padding: 45px 0;
  }
  #service .strength .item2 {
    padding: 35px 0;
  }
  #service .strength .item3 {
    font-size: 2.2rem;
    padding: 25px 0;
  }
  #service .branch {
    position: relative;
    width: calc(100% - 240px - 75px);
    height: 570px;
    background: url("../images/advantage/shipment_map.svg") center 3px no-repeat;
    margin: 0 auto;
  }
  #service .branch .item {
    position: absolute;
  }
  #service .branch .item::after {
    position: absolute;
    content: '';
    display: block;
  }
  #service .branch .item .name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.375;
    margin-bottom: 10px;
  }
  #service .branch .item .name span {
    display: inline-block;
    font-size: 1.6rem;
  }
  #service .branch .item .name .place {
    display: block;
  }
  #service .branch .item .image {
    position: relative;
    width: 220px;
    height: 140px;
    overflow: hidden;
  }
  #service .branch .item .image img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  #service .branch .item1 {
    top: 225px;
    right: -13px;
  }
  #service .branch .item1::after {
    width: 108px;
    height: 35px;
    left: -107px;
    top: 107px;
    background: url("../images/advantage/shipment_branch_stick1.svg") center center/cover no-repeat;
  }
  #service .branch .item2 {
    top: 30px;
    right: 485px;
  }
  #service .branch .item2::after {
    width: 102px;
    height: 102px;
    right: 4px;
    bottom: -100px;
    background: url("../images/advantage/shipment_branch_stick2.svg") center center/cover no-repeat;
  }
  #service .branch .item3 {
    top: 210px;
    right: 780px;
  }
  #service .branch .item3::after {
    width: 148px;
    height: 28px;
    right: -144px;
    bottom: 30px;
    background: url("../images/advantage/shipment_branch_stick3.svg") center center/cover no-repeat;
  }
}
