@charset "UTF-8";
/* characteristic CSS */
/* _setting CSS */
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes animate_text {
  0% {
    width: 0%;
    left: 0%;
  }
  40% {
    width: 100%;
    left: 0%;
  }
  60% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes animate_text {
  0% {
    width: 0%;
    left: 0%;
  }
  40% {
    width: 100%;
    left: 0%;
  }
  60% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@-webkit-keyframes animate_img {
  0% {
    width: 100%;
    left: 0%;
  }
  60% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes animate_img {
  0% {
    width: 100%;
    left: 0%;
  }
  60% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  main {
    line-height: 1.7;
  }

  .sec_title {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .5rem;
    color: #121764;
    text-align: center;
    margin-bottom: 70px;
  }

  .txtarea_title {
    margin-bottom: 15px;
    text-align: left;
  }

  #mv {
    background: url("../images/characteristic/new_mv.jpg") center center/cover no-repeat #121764;
  }
  #mv .mv_title {
    padding-top: 70px;
  }
  #mv .mv_title h2 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  #mv .mv_title span {
    width: 131px;
    height: 10px;
    background: url("../images/characteristic/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }

  #lead {
    margin-top: 125px;
    margin-bottom: 200px;
  }
  #lead h3 {
    position: relative;
    font-style: italic;
    font-size: 7rem;
    width: 990px;
    color: #121764;
    margin: 0 auto 40px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  }
  #lead h3 span {
    font-size: 5.5rem;
  }
  #lead h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead h3:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background-color: #121764;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead h3.show:before {
    -webkit-animation: animate_img 800ms forwards;
            animation: animate_img 800ms forwards;
  }
  #lead h3.show:after {
    -webkit-animation: animate_text 800ms forwards;
            animation: animate_text 800ms forwards;
  }
  #lead .image {
    width: 363px;
    position: relative;
    margin: 0 auto;
  }
  #lead .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead .image:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background-color: #121764;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead .image.show:before {
    -webkit-animation: animate_img 800ms forwards;
            animation: animate_img 800ms forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  #lead .image.show:after {
    -webkit-animation: animate_text 800ms forwards;
            animation: animate_text 800ms forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }

  .bg_wrap {
    position: relative;
    background-color: #eee;
    width: 100%;
    padding-bottom: 190px;
  }
  .bg_wrap:before {
    position: absolute;
    top: -111px;
    left: 0;
    content: '';
    display: block;
    background: url("../images/characteristic/load_osaka.png") no-repeat;
    width: 1148px;
    height: 111px;
  }

  #about {
    background: url("../images/characteristic/load_start.png") center center/cover no-repeat;
    padding-bottom: 150px;
  }
  #about .inner {
    width: 1060px;
    margin: 0 auto;
  }
  #about .wrap {
    position: relative;
  }
  #about .wrap .img_wrap {
    position: absolute;
    top: -100px;
    right: 0;
  }
  #about .wrap .text_area {
    width: 675px;
    padding-top: 165px;
  }
  #about .wrap .text_area p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.05;
    margin-bottom: 15px;
  }
  #about .wrap .text_area p:last-child {
    margin-bottom: 0;
  }

  #strength .inner {
    width: 1100px;
    margin: 0 auto;
  }
  #strength .load_connect {
    position: relative;
  }
  #strength .load_connect:after {
    content: '';
    display: block;
    width: 152px;
    height: 130px;
    position: absolute;
    bottom: -130px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/characteristic/load_short.png") center 0/100% no-repeat;
  }
  #strength .load_connect_long {
    position: relative;
  }
  #strength .load_connect_long:after {
    content: '';
    display: block;
    width: 152px;
    height: 190px;
    position: absolute;
    bottom: -190px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/characteristic/load_long.png") center 0/100% no-repeat;
  }
  #strength .strength_lead {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 75px 0 85px;
    margin-bottom: 130px;
  }
  #strength .strength_lead .wrap .sec_title {
    position: relative;
    font-size: 4.6rem;
    text-align: center;
    padding-top: 65px;
  }
  #strength .strength_lead .wrap .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 46px;
    background: url("../images/characteristic/icon_strength.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 70px 0 40px;
  }
  #strength .strength_lead .wrap .list .item {
    position: relative;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    padding-top: 120px;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #strength .strength_lead .wrap .list .item.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #strength .strength_lead .wrap .list .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  #strength .strength_lead .wrap .list .item:not(:last-child) {
    margin-right: 115px;
  }
  #strength .strength_lead .wrap .list .item:nth-child(1) {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  #strength .strength_lead .wrap .list .item:nth-child(1):before {
    background: url("../images/characteristic/num_icon01.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .list .item:nth-child(2) {
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
  }
  #strength .strength_lead .wrap .list .item:nth-child(2):before {
    background: url("../images/characteristic/num_icon02.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .list .item:nth-child(3) {
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
  }
  #strength .strength_lead .wrap .list .item:nth-child(3):before {
    background: url("../images/characteristic/num_icon03.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .lead_desc {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
  }
  #strength .strength_detail_area .strength_detail {
    position: relative;
    margin-bottom: 130px;
  }
  #strength .strength_detail_area .strength_detail:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    top: -55px;
    left: 20px;
    width: 110px;
    height: 110px;
  }
  #strength .strength_detail_area .strength_detail.strength_detail01 .image {
    padding-bottom: 444px;
  }
  #strength .strength_detail_area .strength_detail.strength_detail01:before {
    background: url("../images/characteristic/num_icon01.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail.strength_detail02 .image {
    padding-bottom: 435px;
  }
  #strength .strength_detail_area .strength_detail.strength_detail02:before {
    background: url("../images/characteristic/num_icon02.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail.strength_detail03 .image {
    padding-bottom: 303px;
  }
  #strength .strength_detail_area .strength_detail.strength_detail03:before {
    background: url("../images/characteristic/num_icon03.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail .text_area {
    width: 1000px;
    position: absolute;
    top: 300px;
    left: 50px;
    background-color: #fff;
    padding: 75px 80px 55px 75px;
    border-radius: 10px;
  }
  #strength .strength_detail_area .strength_detail .text_area .text_area_inner {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #strength .strength_detail_area .strength_detail .text_area .text_area_inner.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #strength .strength_detail_area .strength_detail .text_area h4 {
    color: #121764;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  #strength .strength_detail_area .strength_detail .text_area p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #strength .strength_detail_area .strength_detail .text_area p:not(:last-child) {
    margin-bottom: 20px;
  }
  #strength .strength_detail_area .strength_summary {
    width: 1000px;
    padding: 80px 0;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
  }
  #strength .strength_detail_area .strength_summary .image {
    text-align: center;
    margin-bottom: 30px;
  }
  #strength .strength_detail_area .strength_summary .strength_summary_inner {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #strength .strength_detail_area .strength_summary .strength_summary_inner.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #strength .strength_detail_area .strength_summary .desc {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
  }
  #strength .strength_detail_area .strength_summary .strong {
    text-align: center;
    margin: 10px 0;
  }
  #strength .strength_detail_area .strength_summary .strong span {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    color: #f19700;
  }
  #strength .strength_detail_area .strength_summary .strong span:not(:last-child) {
    margin-right: 35px;
  }

  #case_study {
    position: relative;
  }
  #case_study:before, #case_study:after {
    content: '';
    display: block;
    position: absolute;
    top: -110px;
  }
  #case_study:before {
    left: 0;
    background: url("../images/characteristic/town_left.png") left center/cover no-repeat;
    width: 44.4vw;
    max-width: 908px;
    height: calc(44.4vw * 0.121);
    top: calc(-44.4vw * 0.121);
  }
  #case_study:after {
    right: 0;
    background: url("../images/characteristic/town_right.png") right center/cover no-repeat;
    width: 44.55vw;
    max-width: 911px;
    height: calc(44.55vw * 0.1207);
    top: calc(-44.55vw * 0.1207);
  }
  #case_study .inner {
    width: 1100px;
    margin: 0 auto;
  }
  #case_study .case_study .post_list {
    width: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px;
  }
  #case_study .case_study .post_list li {
    width: 330px;
    margin-bottom: 30px;
  }
  #case_study .case_study .post_list li a {
    display: block;
  }
  #case_study .case_study .post_list li a:hover .read_more {
    text-decoration: underline;
  }
  #case_study .case_study .post_list li a:hover img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
            transform: translate3d(-50%, -50%, 0) scale(1.2);
  }
  #case_study .case_study .post_list li figure {
    border-radius: 10px;
    position: relative;
    width: auto;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #case_study .case_study .post_list li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #case_study .case_study .post_list li h3 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #2f2725;
    margin-bottom: 5px;
  }
  #case_study .case_study .post_list li .client {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #case_study .case_study .post_list li .desc {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #case_study .case_study .post_list li .read_more {
    position: relative;
    font-size: 1.4rem;
    color: #121764;
    line-height: 1.3;
  }
  #case_study .case_study .post_list li .read_more:after {
    content: '>';
    display: inline-block;
    margin-left: 15px;
  }
  #case_study .case_study .btn {
    width: 450px;
    margin: 0 auto;
  }
  #case_study .case_study .btn a {
    display: block;
    border-radius: 35px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.1;
    padding: 26px 0 25px;
    background-color: #f58a00;
    color: #fff;
  }
  #case_study .case_study .btn:hover a {
    background-color: #121764;
  }
  #case_study .truck_desc {
    position: relative;
    height: 200px;
  }
  #case_study .truck_desc span {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 443px;
    height: 88px;
    position: absolute;
    bottom: 45px;
    left: 315px;
    background: url("../images/characteristic/img_truck01.png") center center/100% no-repeat;
    -webkit-animation: bound .3s ease infinite alternate;
            animation: bound .3s ease infinite alternate;
  }
  #case_study .truck_desc img {
    position: absolute;
    bottom: 0;
    left: 100px;
  }

  #reason {
    margin-bottom: 210px;
  }
  #reason .reason_lead {
    height: 520px;
    background: url("../images/characteristic/reason_bg.jpg") center center/cover no-repeat;
    padding: 100px 0 150px;
  }
  #reason .reason_lead .sec_title {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/characteristic/reason_lead_title.png") center 0/100% no-repeat;
    width: 395px;
    height: 152px;
    margin: 0 auto 40px;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .reason_lead .sec_title.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .reason_lead .desc {
    font-size: 2.4rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.66;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .reason_lead .desc.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .inner {
    width: 1100px;
    margin: 0 auto;
  }
  #reason .list {
    position: relative;
    width: 100%;
    padding-top: 340px;
  }
  #reason .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #reason .list .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #reason .list .item .image {
    position: relative;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .list .item .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
  }
  #reason .list .item .desc {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.53;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .list .item .desc span {
    font-weight: bold;
  }
  #reason .list .item:nth-child(1) {
    position: absolute;
    top: -60px;
    left: 20px;
  }
  #reason .list .item:nth-child(1) .image {
    margin-right: 70px;
    -webkit-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
  }
  #reason .list .item:nth-child(1) .image:before {
    background: url("../images/characteristic/reason_num01.png") center center/100% no-repeat;
  }
  #reason .list .item:nth-child(1) .desc {
    width: 575px;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
  #reason .list .item:nth-child(1) .desc span {
    color: #121764;
  }
  #reason .list .item:nth-child(2) {
    position: relative;
    margin-bottom: 40px;
  }
  #reason .list .item:nth-child(2):before, #reason .list .item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
  }
  #reason .list .item:nth-child(2):before {
    top: -95px;
    left: 360px;
    width: 374px;
    height: 104px;
    background: url("../images/characteristic/reason_dots01.png") center center/100% no-repeat;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: .75s;
         -o-transition-delay: .75s;
            transition-delay: .75s;
  }
  #reason .list .item:nth-child(2):after {
    bottom: -55px;
    left: 335px;
    width: 423px;
    height: 99px;
    background: url("../images/characteristic/reason_dots02.png") center center/100% no-repeat;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #reason .list .item:nth-child(2) .image {
    margin-left: 75px;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  #reason .list .item:nth-child(2) .image:before {
    background: url("../images/characteristic/reason_num02.png") center center/100% no-repeat;
  }
  #reason .list .item:nth-child(2) .desc {
    width: 595px;
    -webkit-transition-delay: 1.25s;
         -o-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  #reason .list .item:nth-child(2) .desc span {
    color: #23aae9;
  }
  #reason .list .item:nth-child(3) .image {
    margin-right: 70px;
    margin-left: 20px;
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
  }
  #reason .list .item:nth-child(3) .image:before {
    background: url("../images/characteristic/reason_num03.png") center center/100% no-repeat;
  }
  #reason .list .item:nth-child(3) .desc {
    width: 480px;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  #reason .list .item:nth-child(3) .desc span {
    color: #f58a00;
  }
  #reason .list.show .image {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .list.show .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .list.show .item:nth-of-type(2):before, #reason .list.show .item:nth-of-type(2):after {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  #introduce {
    margin-bottom: 85px;
  }
  #introduce .inner {
    width: 1060px;
    margin: 0 auto;
  }
  #introduce .sec_title {
    margin-bottom: 50px;
  }
  #introduce h4 {
    position: relative;
    width: 100%;
    font-size: 3.6rem;
    font-weight: bold;
    color: #121764;
    margin: 0 45px 40px 0;
  }
  #introduce h4:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 958px;
    height: 5px;
    background-color: #121764;
  }
  #introduce .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #introduce .list .item {
    width: 330px;
    margin-right: 35px;
  }
  #introduce .list .item .img_wrap {
    margin-bottom: 25px;
  }
  #introduce .list .item h5 {
    line-height: 1.0;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #introduce .list .item p {
    font-size: 1.6rem;
  }
  #introduce .list .item:nth-child(3n) {
    margin-right: 0;
  }
  #introduce .facility .item {
    margin-bottom: 80px;
  }
  #introduce .facility .item .img_wrap img {
    width: 100%;
  }
  #introduce .vehicle .item {
    padding-bottom: 55px;
  }
  #introduce .vehicle .item .img_wrap img {
    width: 100%;
  }

  .nav_link_area {
    position: relative;
    padding-bottom: 40px;
  }
  .nav_link_area:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("../images/common/link_area_load.png") center center/cover no-repeat;
  }
  .nav_link_area .inner {
    width: 1060px;
    margin: 0 auto;
  }
  .nav_link_area .inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav_link_area .inner .list .item a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 316px;
    height: 135px;
  }
  .nav_link_area .inner .list .item a:hover {
    opacity: .9;
  }
  .nav_link_area .inner .list .item:nth-child(1) a {
    background: url("../images/characteristic/btn_about.png") center center/100% no-repeat;
  }
  .nav_link_area .inner .list .item:nth-child(2) a {
    background: url("../images/characteristic/btn_service.png") center center/100% no-repeat;
  }
  .nav_link_area .inner .list .item:nth-child(3) a {
    background: url("../images/characteristic/btn_approach.png") center center/100% no-repeat;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  header .inner {
    width: 100%;
  }

  main {
    line-height: 1.7;
  }

  .sec_title {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #121764;
    text-align: center;
    margin-bottom: 10px;
  }

  #mv {
    width: 100%;
    height: 130px;
    background: url("../images/characteristic/new_sp_mv.jpg") center center/cover no-repeat #121764;
  }
  #mv .mv_title h2 {
    padding-top: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #mv .mv_title span {
    width: 131px;
    height: 10px;
    background: url("../images/sp/characteristic/sp_mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }

  #lead {
    padding-bottom: 45px;
  }
  #lead h3 {
    position: relative;
    font-style: italic;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
    font-size: 4rem;
    color: #121764;
    width: 87.24%;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 25px;
  }
  #lead h3 span {
    font-size: 3.2rem;
  }
  #lead h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead h3:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background-color: #121764;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead h3.show:before {
    -webkit-animation: animate_img 800ms forwards;
            animation: animate_img 800ms forwards;
  }
  #lead h3.show:after {
    -webkit-animation: animate_text 800ms forwards;
            animation: animate_text 800ms forwards;
  }
  #lead .image {
    position: relative;
    width: 58.26%;
    margin: 0 auto;
  }
  #lead .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead .image:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background-color: #121764;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead .image.show:before {
    -webkit-animation: animate_img 800ms forwards;
            animation: animate_img 800ms forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  #lead .image.show:after {
    -webkit-animation: animate_text 800ms forwards;
            animation: animate_text 800ms forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }

  .bg_wrap {
    position: relative;
    background-color: #eee;
    width: 100%;
    margin-top: 16.66vw;
  }
  .bg_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: -16.66vw;
    left: 0;
    width: 100%;
    height: 16.66vw;
    background: url("../images/characteristic/sp_load_osaka.png") center 0/cover no-repeat;
  }
  .bg_wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24.93vw;
    background: url("../images/characteristic/sp_bg_wrap_bottom.png") center 0/100% no-repeat;
  }

  #about {
    padding-top: 10.66vw;
    padding-bottom: 16vw;
    background: url("../images/characteristic/sp_load_start.png") center 0/cover no-repeat;
  }
  #about .inner {
    width: 92%;
    margin: 0 auto;
  }
  #about .wrap .img_wrap {
    width: 76.23%;
    margin-bottom: 10.66vw;
  }
  #about .wrap .text_area {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  #about .wrap .text_area p {
    font-weight: bold;
    margin-bottom: 2.667vw;
  }

  #strength {
    padding-bottom: 24.93vw;
  }
  #strength .load_connect {
    position: relative;
  }
  #strength .load_connect:after {
    content: '';
    display: block;
    width: 76px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/characteristic/sp_load_short.png") center 0/100% no-repeat;
  }
  #strength .strength_lead {
    width: 92%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 40px;
    margin: 0 auto 50px;
  }
  #strength .strength_lead .wrap .text_area {
    width: 92%;
    margin: 0 auto;
  }
  #strength .strength_lead .wrap .sec_title {
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15px;
  }
  #strength .strength_lead .wrap .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 35px;
    height: 32px;
    background: url("../images/characteristic/icon_strength.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px;
  }
  #strength .strength_lead .wrap .list .item {
    width: 77px;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    padding-top: 55px;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #strength .strength_lead .wrap .list .item.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #strength .strength_lead .wrap .list .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
  #strength .strength_lead .wrap .list .item:nth-child(1) {
    margin-right: 13.49%;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  #strength .strength_lead .wrap .list .item:nth-child(1):before {
    background: url("../images/characteristic/num_icon01.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .list .item:nth-child(2) {
    margin-right: 13.49%;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
  }
  #strength .strength_lead .wrap .list .item:nth-child(2):before {
    background: url("../images/characteristic/num_icon02.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .list .item:nth-child(3) {
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
  }
  #strength .strength_lead .wrap .list .item:nth-child(3):before {
    background: url("../images/characteristic/num_icon03.png") center 0/100% no-repeat;
  }
  #strength .strength_lead .wrap .lead_desc {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 35px;
  }
  #strength .strength_detail_area .strength_detail {
    position: relative;
    padding-top: 28.26%;
    margin-bottom: 50px;
  }
  #strength .strength_detail_area .strength_detail .image {
    position: absolute;
    top: 0;
    left: 0;
  }
  #strength .strength_detail_area .strength_detail:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    top: -22px;
    left: 15px;
    width: 44px;
    height: 44px;
    z-index: 1;
  }
  #strength .strength_detail_area .strength_detail.strength_detail01 {
    background: url("../images/characteristic/strength_detail_img01.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail.strength_detail01:before {
    background: url("../images/characteristic/num_icon01.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail.strength_detail02:before {
    background: url("../images/characteristic/num_icon02.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail.strength_detail03:before {
    background: url("../images/characteristic/num_icon03.png") center 0/100% no-repeat;
  }
  #strength .strength_detail_area .strength_detail .text_area {
    width: 92%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 28px 15px 30px 15px;
    border-radius: 10px;
    margin: 0 auto;
  }
  #strength .strength_detail_area .strength_detail .text_area .text_area_inner {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #strength .strength_detail_area .strength_detail .text_area .text_area_inner.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #strength .strength_detail_area .strength_detail .text_area h4 {
    color: #121764;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  #strength .strength_detail_area .strength_detail .text_area p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #strength .strength_detail_area .strength_detail .text_area p:not(:last-child) {
    margin-bottom: 15px;
  }
  #strength .strength_detail_area .strength_summary {
    width: 92%;
    padding: 40px 0 35px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
  }
  #strength .strength_detail_area .strength_summary .strength_summary_inner {
    width: 87%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #strength .strength_detail_area .strength_summary .strength_summary_inner.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #strength .strength_detail_area .strength_summary .image {
    width: 107px;
    margin: 0 auto 30px;
  }
  #strength .strength_detail_area .strength_summary .desc {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
  }
  #strength .strength_detail_area .strength_summary .strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0;
  }
  #strength .strength_detail_area .strength_summary .strong span {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    color: #f19700;
  }
  #strength .strength_detail_area .strength_summary .strong span:not(:last-child) {
    margin-right: 15px;
  }

  #case_study {
    padding-top: 40px;
  }
  #case_study .inner {
    width: 92%;
    margin: 0 auto;
  }
  #case_study .sec_title {
    margin-bottom: 15px;
  }
  #case_study .post_list {
    margin-bottom: 40px;
  }
  #case_study .post_list li {
    margin-bottom: 30px;
  }
  #case_study .post_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #case_study .post_list li a:hover {
    opacity: 0.8;
  }
  #case_study .post_list li a:hover .read_more {
    text-decoration: underline;
  }
  #case_study .post_list li figure {
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  #case_study .post_list li figure img {
    display: block;
    width: 100%;
    max-height: 100px;
    border-radius: 10px;
  }
  #case_study .post_list li .post_info {
    width: calc(100% - 150px);
  }
  #case_study .post_list li h3 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #2f2725;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  #case_study .post_list li h3:before {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #121764;
  }
  #case_study .post_list li .client {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #case_study .post_list li .read_more {
    position: relative;
    font-size: 1.4rem;
    color: #121764;
    line-height: 1.3;
  }
  #case_study .post_list li .read_more:after {
    content: '>';
    display: inline-block;
    margin-left: 15px;
  }
  #case_study .btn {
    width: 280px;
    margin: 0 auto 45px;
  }
  #case_study .btn a {
    display: block;
    border-radius: 25px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
    padding: 13px 0;
    background-color: #f58a00;
    color: #fff;
  }
  #case_study .btn:hover a {
    background-color: #121764;
  }
  #case_study .truck_desc {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 338px;
    height: 0;
    padding-top: 26.95%;
    margin: 0 auto;
    background: url(../images/sp/characteristic/sp_img_truck01.png) left bottom/100% no-repeat;
  }

  #reason {
    margin-bottom: 50px;
  }
  #reason .inner {
    width: 92%;
    margin: 0 auto;
  }
  #reason .reason_lead {
    background: url("../images/characteristic/sp_reason_bg.jpg") center center/cover no-repeat;
    padding-top: 50px;
    padding-bottom: 95px;
  }
  #reason h3 {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/characteristic/sp_reason_lead_title.png") center 0/100% no-repeat;
    width: 68.8%;
    max-width: 516px;
    height: 0;
    padding-top: 27.56%;
    margin: 0 auto 30px;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason h3.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .desc {
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.7;
    text-align: center;
  }
  #reason .reason_lead .desc {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .reason_lead .desc.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .list {
    position: relative;
    width: 100%;
    padding-top: 40px;
  }
  #reason .list .item {
    position: relative;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 37px;
  }
  #reason .list .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #reason .list .item .image {
    position: relative;
    width: 47.82%;
    height: 47.82%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .list .item .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 11.33vw;
    height: 11.33vw;
  }
  #reason .list .item .desc {
    width: 47.82%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #reason .list .item .desc span {
    font-weight: bold;
  }
  #reason .list .item:nth-child(1) .image {
    -webkit-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
  }
  #reason .list .item:nth-child(1) .image:before {
    background: url("../images/characteristic/reason_num01.png") center center/100% no-repeat;
  }
  #reason .list .item:nth-child(1) .desc {
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
  #reason .list .item:nth-child(1) .desc span {
    color: #121764;
  }
  #reason .list .item:nth-child(2):before, #reason .list .item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
  }
  #reason .list .item:nth-child(2):before {
    top: -6vw;
    left: 25vw;
    width: 22.53vw;
    height: 6.5vw;
    background: url("../images/characteristic/sp_reason_dots01.png") center center/cover no-repeat;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: .75s;
         -o-transition-delay: .75s;
            transition-delay: .75s;
  }
  #reason .list .item:nth-child(2):after {
    bottom: 5vw;
    left: 28vw;
    width: 22.53vw;
    height: 6.5vw;
    background: url("../images/characteristic/sp_reason_dots02.png") center center/100% no-repeat;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #reason .list .item:nth-child(2) .image {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  #reason .list .item:nth-child(2) .image:before {
    background: url("../images/characteristic/reason_num02.png") center center/100% no-repeat;
  }
  #reason .list .item:nth-child(2) .desc {
    -webkit-transition-delay: 1.25s;
         -o-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  #reason .list .item:nth-child(2) .desc span {
    color: #23aae9;
  }
  #reason .list .item:nth-child(3) .image {
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
  }
  #reason .list .item:nth-child(3) .image:before {
    background: url("../images/characteristic/reason_num03.png") center center/100% no-repeat;
  }
  #reason .list .item:nth-child(3) .desc {
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  #reason .list .item:nth-child(3) .desc span {
    color: #f58a00;
  }
  #reason .list.show .image {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .list.show .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #reason .list.show .item:nth-of-type(2):before, #reason .list.show .item:nth-of-type(2):after {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  #introduce {
    margin-bottom: 100px;
  }
  #introduce .inner {
    width: 92%;
    margin: 0 auto;
  }
  #introduce h4 {
    position: relative;
    width: 100%;
    font-size: 2.0rem;
    font-weight: bold;
    color: #121764;
    margin: 0 0 25px 0;
  }
  #introduce h4:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: #121764;
  }
  #introduce .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;
    margin-bottom: 15px;
  }
  #introduce .list.facility .item {
    width: 47.82%;
    margin-bottom: 35px;
  }
  #introduce .list.facility .item .img_wrap {
    margin-bottom: 15px;
  }
  #introduce .list.facility .item h5 {
    line-height: 1.35;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  #introduce .list.facility .item p {
    font-size: 1.4rem;
  }
  #introduce .list.vehicle .item {
    width: 47.82%;
    margin-bottom: 25px;
  }
  #introduce .list.vehicle .item .img_wrap {
    margin-bottom: 10px;
  }
  #introduce .list.vehicle .item h5 {
    line-height: 1.35;
    font-size: 1.3rem;
    text-align: center;
  }
  #introduce .list.vehicle .item p {
    font-size: 1.6rem;
  }
  #introduce .facility .item {
    margin-bottom: 40px;
  }
  #introduce .vehicle {
    margin-bottom: 50px;
  }
  #introduce .vehicle .item {
    margin-bottom: 40px;
  }

  .nav_link_area {
    position: relative;
    height: 41.86vw;
    padding-bottom: 30px;
  }
  .nav_link_area:before {
    content: '';
    display: block;
    position: absolute;
    top: -11vw;
    left: 5vw;
    width: 37.6vw;
    height: 14.53vw;
    background: url("../images/characteristic/sp_link_area_cloud.png") center center/100% no-repeat;
    -webkit-animation: bound 1s ease infinite alternate;
            animation: bound 1s ease infinite alternate;
  }
  .nav_link_area:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("../images/common/sp_link_area_load.png") center center/100% no-repeat;
  }
  .nav_link_area .inner {
    width: 92%;
    margin: 0 auto;
  }
  .nav_link_area .inner .list {
    position: relative;
    height: 41.86vw;
  }
  .nav_link_area .inner .list .item {
    position: absolute;
  }
  .nav_link_area .inner .list .item a {
    display: block;
  }
  .nav_link_area .inner .list .item a p {
    display: none;
  }
  .nav_link_area .inner .list .item a img {
    display: block;
  }
  .nav_link_area .inner .list .item a:hover {
    opacity: .9;
  }
  .nav_link_area .inner .list .item:nth-child(1) {
    width: 42.53vw;
    left: 0;
    bottom: 30px;
  }
  .nav_link_area .inner .list .item:nth-child(2) {
    width: 47.2vw;
    right: 0;
    bottom: calc(21.77vw + 30px);
  }
  .nav_link_area .inner .list .item:nth-child(3) {
    width: 47.2vw;
    right: 0;
    bottom: 30px;
  }
}
@media print, screen and (min-width: 701px) and (max-width: 1150px) {
  #case_study {
    position: relative;
    padding-top: 120px;
  }
  #case_study:before, #case_study:after {
    content: '';
    display: block;
    position: absolute;
    top: -110px;
  }
  #case_study:before {
    left: 0;
    background: url("../images/characteristic/town_left.png") left center/cover no-repeat;
    width: 511px;
    height: 62px;
    top: -62px;
  }
  #case_study:after {
    right: 0;
    background: url("../images/characteristic/town_right.png") right center/cover no-repeat;
    width: 512px;
    height: 62px;
    top: -62px;
  }
}
