@charset "UTF-8";
/* _setting CSS */
/* Top CSS */
/* _setting CSS */
body,
html {
  overflow-x: hidden;
}

@-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 flowing {
  100% {
    right: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes flowing {
  100% {
    right: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes flowing_ltor {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}
@keyframes flowing_ltor {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}
@-webkit-keyframes flowing_journal_cloud01 {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  73.91% {
    -webkit-transform: translateX(160%);
            transform: translateX(160%);
  }
  73.911% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@keyframes flowing_journal_cloud01 {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  73.91% {
    -webkit-transform: translateX(160%);
            transform: translateX(160%);
  }
  73.911% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@-webkit-keyframes flowing_journal_cloud02 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  32% {
    -webkit-transform: translateX(180%);
            transform: translateX(180%);
  }
  32.001% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes flowing_journal_cloud02 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  32% {
    -webkit-transform: translateX(180%);
            transform: translateX(180%);
  }
  32.001% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes flowing_journal_cloud03 {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  66.66% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  66.667% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@keyframes flowing_journal_cloud03 {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  66.66% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  66.667% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@-webkit-keyframes flowing_journal_cloud04 {
  0% {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  33.33% {
    -webkit-transform: translateX(140%);
            transform: translateX(140%);
  }
  33.331% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}
@keyframes flowing_journal_cloud04 {
  0% {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  33.33% {
    -webkit-transform: translateX(140%);
            transform: translateX(140%);
  }
  33.331% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}
@-webkit-keyframes season_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes season_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #mv_top {
      width: 100%;
      max-width: 80vw;
      margin: 0 auto;
      height: 660px;
    position: relative;
    margin-top: 88px;
  }
  #mv_top #movie {
    overflow: hidden;
    position: relative;
      height: 660px;
  }
  #mv_top #movie iframe {
    position: absolute;
    width: 100%;
    height: calc(100vw * 0.562);
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
  }
  #mv_top #movie_overlay {
    display: none;
  }

  .sec_title {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .5rem;
    color: #121764;
    position: relative;
  }
  .sec_title:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .btn a {
    display: block;
    border-radius: 35px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding: 28px 0 26px;
  }

  .blue a {
    display: block;
    margin: 60px auto 0 auto;
    width: 300px;
    background: #121764;
    color: #fff;
  }
  .blue a:hover {
    background: #f58a00;
  }

  .red a {
    background: #db0000;
    color: #fff;
  }

  .gray a {
    background: #eee;
    color: #121764;
  }
  .gray a:hover {
    background: #f58a00;
    color: #fff;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #news_nav {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0 28px;
    z-index: 10;
    position: relative;
  }
  #news_nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    letter-spacing: .1rem;
  }
  #news_nav .inner h3 {
    width: 130px;
    font-size: 2rem;
    font-weight: bold;
    color: #121764;
  }
  #news_nav .inner time {
    width: 120px;
    font-size: 1.5rem;
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
  }
  #news_nav .inner time:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ddd;
    top: -8px;
    right: 0;
  }
  #news_nav .inner .text {
    width: 620px;
  }
  #news_nav .inner a:not(.news_btn) {
    width: 590px;
    width: 625px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
  #news_nav .inner a:not(.news_btn):hover {
    text-decoration: underline;
  }
  #news_nav .inner .news_btn {
    width: 170px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #f58a00;
    border-radius: 20px;
    display: block;
    padding: 14px 0 12px;
  }
  #news_nav .inner .news_btn:hover {
    background: #fff;
    color: #f58a00;
  }

  #about {
    position: relative;
    width: 1100px;
    padding: 190px 0 0;
    margin: 0 auto 85px;
  }
  #about:before {
    content: '';
    position: absolute;
    width: 180px;
    height: 56px;
    background: url(../images/top/truck_right.png) no-repeat;
    top: 134px;
    left: 60%;
    margin-left: -360px;
  }
  #about:after {
    content: '';
    position: absolute;
    width: 106px;
    height: 43px;
    background: url(../images/top/about_wai.png) no-repeat;
    top: 90px;
    left: 60%;
    margin-left: -480px;
    -webkit-animation: bound .3s ease infinite alternate;
            animation: bound .3s ease infinite alternate;
  }
  #about .group {
    position: relative;
    background: url(../images/top/about_bg.png) no-repeat top left/100% auto;
    width: 820px;
    height: 690px;
    padding: 100px 0;
  }
  #about .group:before {
    content: '';
    position: absolute;
    background: #f5f5f5;
    width: 50%;
    left: -50%;
    top: 0;
    height: 690px;
  }
  #about .group .sec_title {
    padding-bottom: 80px;
  }
  #about .group .sec_title span {
    font-size: 1.4rem;
    display: block;
    margin: 0 0 5px 15px;
    font-weight: bold;
  }
  #about .group .sec_title:after {
    width: 72px;
    height: 15px;
    left: 200px;
    margin: 0;
    background: url(../images/top/about.png) no-repeat center top/100% auto;
  }
  #about .group p {
    width: 620px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  #about .group p span {
    font-weight: bold;
  }
  #about .group .flex {
    width: 620px;
    margin-top: 50px;
  }
  #about .group .flex li a {
    width: 300px;
    display: block;
  }
  #about .about_service {
    position: absolute;
    bottom: 0;
    right: -40px;
  }
  #about .about_service:before {
    content: '';
    position: absolute;
    top: -150px;
    right: 45px;
    width: 211px;
    height: 93px;
    background: url(../images/top/about_cloud.png) no-repeat;
    -webkit-animation: bound 1s linear infinite alternate;
            animation: bound 1s linear infinite alternate;
  }
  #about .about_service:after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 20px;
    background: #171d7e;
  }
  #solution {
    
  }
  #solution .solutionWrap {
    padding-top: 40px;
  }
  #solution .solutionInner {

  }
  #solution .solutionTtlInner {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    color: #121764;
  }
  #solution .solutionTtlInner span{
    font-weight: 700;
    color: #f58a00;
  }
  #solution .solutionDesc {
    margin-top: 40px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.88;
    letter-spacing: 0em;
  }
  #solution .solutionSubTtl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  #solution .solutionSubTtl img {
    display: inline-block;
    width: 60px;
  }
  #solution .solutionSubTtl span {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    color: #121764;
  }
  #solution .solutionItemWrap {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 60px;
    margin: 0 auto;
    width: 1030px;
  }
  #solution .solutionItemInner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
  #solution .solutionItemInner_fir::after {
    content: '';
    position: absolute;
    top: 106%;
    left: 37%;
    display: block;
    width: 171px;
    height: 70px;
    background-image: url(/images/top/solution_dotLine.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #solution .solutionItemInner_las::after {
    content: '';
    position: absolute;
    bottom: 106%;
    left: 37%;
    display: block;
    width: 171px;
    height: 70px;
    background-image: url(/images/top/solution_dotLine_las.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #solution .solutionItemInner.solutionItemInner_rev {
    flex-flow: row-reverse;
  }
  #solution .solutionItemImageInner {
    width: 460px;
  }
  #solution .solutionItemImageInner img {
    display: inline-block;
    width: 100%;
  }
  #solution .solutionItemTxtInner {
    flex: 1;
  }
  #solution .solutionItemTxtInner_pdl {
    padding-left: 30px;
  }
  #solution .solutionItemTtl {
    margin-bottom: 30px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
  }
  #solution .solutionItemTtl.solutionItemTtl_01{
    color: #121764;
  }
  #solution .solutionItemTtl.solutionItemTtl_02{
    color: #23aae9;
  }
  #solution .solutionItemTtl.solutionItemTtl_03{
    color: #f58a00;
  }
  #solution .solutionItemDesc {
    max-width: 510px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  #service {
    padding: 150px 0 100px;
    position: relative;
  }
  #service:before {
    content: '';
    width: 100%;
    height: calc(100% - 460px);
    position: absolute;
    top: 460px;
    z-index: -1;
    background: url("../images/top/service_bg.jpg") center 0/cover no-repeat;
  }
  #service:after {
    content: '';
    position: absolute;
    width: 437px;
    height: 352px;
    background: url(../images/top/more_img02.png) no-repeat;
    bottom: 0;
    left: 50%;
    margin-left: -580px;
  }
  #service .inner {
    width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #service .inner .flex .service_title {
    margin: 0 auto;
    width: 250px;
  }
  #service .inner .flex .service_title .sec_title {
    padding-bottom: 80px;
  }
  #service .inner .flex .service_title .sec_title:after {
    width: 90px;
    height: 15px;
    background: url(../images/top/service.png) no-repeat center top/100% auto;
  }
  #service .inner .flex .service_title .btn a {
    padding: 22px 0 20px;
    margin-bottom: 20px;
  }
  #service .inner .flex .text {
    width: 730px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  #service .inner .service_list {
    /* margin-top: 115px; */
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #service .inner .service_list li {
    width: 330px;
  }
  #service .inner .service_list li:nth-of-type(1) h3:before {
    background: url(../images/top/01.png) no-repeat;
  }
  #service .inner .service_list li:nth-of-type(2) h3:before {
    background: url(../images/top/02.png) no-repeat;
  }
  #service .inner .service_list li:nth-of-type(3) h3:before {
    background: url(../images/top/03.png) no-repeat;
  }
  #service .inner .service_list li h3 {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 0 10px 90px;
    background: #121764;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  #service .inner .service_list li h3:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    left: -10px;
    top: -30px;
  }
  #service .inner .service_list li img {
    border-bottom: solid 10px #121764;
  }
  #service .inner .service_list li p {
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 30px 20px 28px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  #service .inner .service_list li .serlist_wrap {
    position: relative;
  }
  #service .inner .service_list li .serlist_wrap a {
    display: inline-block;
    position: relative;
  }
  #service .inner .service_list li .serlist_wrap a figure {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  #service .inner .service_list li .serlist_wrap a figcaption {
    opacity: 0;
    color: #121764;
    width: 100%;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 0 4px #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  #service .inner .service_list li .serlist_wrap a img {
    border: none;
  }
  #service .inner .service_list li .serlist_wrap a:hover figcaption {
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  #service .inner .service_list li .serlist_wrap a:hover figure:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: rgba(255, 255, 255, 0.7);
  }
  #service .inner .service_list li .logistics:before {
    content: '';
    position: absolute;
    width: 236px;
    height: 390px;
    top: 20px;
    left: 120px;
    background: url(../images/top/logistics_border.png) no-repeat;
  }
  #service .inner .service_list li .logistics a:nth-of-type(1) {
    margin: 50px 0 0 -40px;
  }
  #service .inner .service_list li .logistics a:nth-of-type(2) {
    margin: -120px 0 0 220px;
  }
  #service .inner .service_list li .logistics a:nth-of-type(3) {
    margin: 30px 0 0 70px;
  }
  #service .inner .service_list li .project:before {
    content: '';
    position: absolute;
    width: 195px;
    height: 401px;
    top: 20px;
    left: 60px;
    background: url(../images/top/project_border.png) no-repeat;
  }
  #service .inner .service_list li .project a:nth-of-type(1) {
    margin: 110px 0 0 70px;
  }
  #service .inner .service_list li .project a:nth-of-type(2) {
    margin: 70px 0 0 70px;
  }
  #service .inner .service_list li .agency {
    position: relative;
  }
  #service .inner .service_list li .agency:before {
    content: '';
    position: absolute;
    width: 187px;
    height: 426px;
    top: 20px;
    left: 100px;
    background: url(../images/top/agency_border.png) no-repeat;
  }
  #service .inner .service_list li .agency a:nth-of-type(1) {
    margin: 40px 0 0 -40px;
  }
  #service .inner .service_list li .agency a:nth-of-type(2) {
    margin: -60px 0 0 160px;
  }
  #service .inner .service_list li .agency a:nth-of-type(3) {
    margin: -80px 0 0 -60px;
  }
  #service .inner .more {
    padding-top: 180px;
    position: relative;
  }
  #service .inner .more:before {
    content: '';
    position: absolute;
    background: url(../images/top/more_img01.png?id=20210511) no-repeat;
    width: 400px;
    height: 407px;
    top: 120px;
    left: -80px;
  }
  #service .inner .more:after {
    content: '';
    position: absolute;
    width: 474px;
    height: 90px;
    top: 90px;
    right: -200px;
    background: url(../images/top/buroro.gif) no-repeat;
  }
  #service .inner .more .box {
    width: 815px;
    height: 740px;
    background: url(../images/top/more_bg.png) no-repeat;
    position: relative;
    padding: 135px 0 0 180px;
    margin-left: 260px;
  }
  #service .inner .more .box:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 50%;
    right: -50%;
    top: 0;
    height: 740px;
  }
  #service .inner .more .box:after {
    content: '';
    width: 65px;
    height: 161px;
    position: absolute;
    top: 26px;
    left: 200px;
    background: url(../images/top/more_icon.png) no-repeat;
  }
  #service .inner .more .box h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #121764;
    letter-spacing: .6rem;
    padding-left: 110px;
    margin-bottom: 60px;
  }
  #service .inner .more .box p {
    font-size: 1.6rem;
    width: 620px;
    line-height: 1.7;
    letter-spacing: .12rem;
    margin-bottom: 15px;
  }
  #service .inner .more .box .flex {
    width: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }
  #service .inner .more .box .flex .btn {
    display: block;
    width: 300px;
    margin: 0 15px;
  }
  #service .inner .more .box .flex .btn a {
    display: block;
    padding: 22px 0 20px;
  }
  #sns.sns_wrapper {
    padding: 100px 0 55px 0;
  }
  #sns .sns_Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  #sns .sns_item {
    width: 520px;
  }
  #sns .sns_item_anchor {
    display: inline-block;
    width: 100%;
    transition: opacity 0.3s ease;
  }
  #sns .sns_item_anchor:hover {
    opacity: 0.7;
  }
  #sns .sns_banner_image {
    display: inline-block;
    width: 100%;
  }
	#sns .link_btn_wrap {
    width: 1075px;
		margin: 5px auto 0;
  }
	#sns .link_btn {
    width: 180px;
		margin-left: auto;
		border-radius: 20px;
		overflow: hidden;
  }
	#sns .link_btn a{
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 1.3rem;
		letter-spacing: .01em;
    color: #fff;
		background-color: #121764;
		text-align: center;
		padding: 8px 20px 8px 10px;
		margin-top: 0;
  }
	#sns .link_btn a:after{
		position: absolute;
		top: 10px;
		right: 15px;
		content: '';
		display: block;
		background-color: #fff;
		width: 0;
		height: 0;
		border-top: 4px solid #121764;
		border-bottom: 4px solid #121764;
		border-left: 8px solid transparent;
	}
	#sns .link_btn a:hover{
    text-decoration: none;
		opacity: .8;
  }
  #contact {
    width: 100%;
    height: 280px;
    background: url(../images/top/new_contact_bg.jpg) center bottom/cover no-repeat;
    position: relative;
  }
  #contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 104px;
    background: url(../images/top/contact_car.png) no-repeat;
    -webkit-animation: flowing 30s linear infinite;
            animation: flowing 30s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    bottom: 6px;
    z-index: 20;
  }
  #contact:after {
    width: 100%;
    height: 114px;
    content: '';
    position: absolute;
    top: 27px;
    left: -20px;
    background: url(../images/top/contact_cloud.png) center bottom/cover no-repeat;
    -webkit-animation: bound 1s linear infinite alternate;
            animation: bound 1s linear infinite alternate;
  }
  #contact ul {
    position: relative;
    width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
  }
  #contact ul li {
    position: absolute;
  }
  #contact ul li a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
  }
  #contact ul li a:hover {
    opacity: .7;
  }
  #contact ul li:nth-of-type(1) {
    right: 400px;
    top: 76px;
  }
  #contact ul li:nth-of-type(1) a {
    width: 315px;
    height: 164px;
    background: url(../images/top/recruit_btn.png) no-repeat;
  }
  #contact ul li:nth-of-type(2) {
    right: 0;
    top: 46px;
  }
  #contact ul li:nth-of-type(2) a {
    width: 316px;
    padding-top: 195px;
    background: url(../images/top/new_contact_btn.png) no-repeat;
  }

  #journal .inner {
    position: relative;
    width: 1100px;
    padding: 0 20px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
  }
  #journal .inner li a {
    width: 330px;
    display: block;
  }
  #journal .inner li a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
  #journal .inner .wrap {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #journal .inner .wrap figure {
    border-radius: 10px 10px 0 0;
    position: relative;
    width: auto;
    height: 200px;
    overflow: hidden;
  }
  #journal .inner .wrap 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;
  }
  #journal .inner .wrap .cat_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #eee;
    padding: 11px 5px 10px;
    border-radius: 0 0 10px 10px;
  }
  #journal .inner .wrap .cat_wrap .cat {
    color: #121764;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  #journal .inner .wrap .cat_wrap .cat:after {
    content: '、';
    display: inline-block;
  }
  #journal .inner .wrap .cat_wrap .cat:last-child:after {
    display: none;
  }
  #journal .inner time {
    display: block;
    color: #121764;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
  #journal .inner h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
    color: #212121;
  }

  .spring #journal {
    position: relative;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff4fb), to(#ffd8ef));
    background: -o-linear-gradient(top, #fff4fb, #ffd8ef);
    background: linear-gradient(to bottom, #fff4fb, #ffd8ef);
  }
  .spring #journal .sec_title {
    position: relative;
    padding: 0 0 80px;
    text-align: center;
    z-index: 50;
  }
  .spring #journal .sec_title:after {
    width: 53px;
    height: 15px;
    background: url(../images/top/blog_autumn.png) no-repeat center top/100% auto;
  }
  .spring #journal .content_inner {
    position: relative;
  }
  .spring #journal .content_inner:before {
    content: '';
    display: block;
    background: url("../images/top/mv_mask_spring.png") center bottom/20px 506px repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .spring #journal .btn {
    position: relative;
    z-index: 10;
    width: 300px;
    padding-bottom: 220px;
    margin: 0 auto;
  }
  .spring #journal .btn a {
    width: 300px;
    z-index: 10;
  }
  .spring #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 237px;
    background: url(../images/top/journal_bg_spring.png) center bottom/cover no-repeat;
    z-index: 20;
  }
  .spring #journal:after {
    content: '';
    position: absolute;
    width: 275px;
    height: auto;
    aspect-ratio: 278 / 110;
    background: url(../images/top/new_journal_truck.png) no-repeat center/auto 100%;
    -webkit-animation: flowing 20s linear infinite;
            animation: flowing 20s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    bottom: 5px;
    z-index: 30;
  }
  .spring #journal img[src$="spring_object_img01.png"] {
    -webkit-animation: season_rotate 3s linear infinite;
            animation: season_rotate 3s linear infinite;
  }
  .spring #journal img[src$="spring_object_img02.png"] {
    -webkit-animation: season_rotate 2s linear infinite;
            animation: season_rotate 2s linear infinite;
  }
  .spring #contact {
    background: url(../images/top/new_contact_bg_spring.jpg) center bottom/cover no-repeat;
    margin-top: 30px;
  }
  .spring #contact:after {
    display: none;
  }

  .summer #journal {
    width: 100%;
    padding: 100px 0 220px;
    position: relative;
    background-color: #ceeeff;
  }
  .summer #journal .sec_title {
    position: relative;
    padding: 0 0 80px;
    text-align: center;
    z-index: 5;
  }
  .summer #journal .sec_title:after {
    width: 53px;
    height: 15px;
    background: url(../images/top/blog.png) no-repeat center top/100% auto;
  }
  .summer #journal .content_wrap {
    position: relative;
    z-index: 10;
  }
  .summer #journal .content_wrap:before, .summer #journal .content_wrap:after {
    content: '';
    display: block;
    position: absolute;
  }
  .summer #journal .content_wrap:before {
    top: 30px;
    width: 1000px;
    height: 187px;
    background: url(../images/top/journal_cloud01.png) center 0/100% no-repeat;
    -webkit-animation: flowing_journal_cloud01 120s linear infinite;
            animation: flowing_journal_cloud01 120s linear infinite;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .summer #journal .content_wrap:after {
    top: 23px;
    width: 1000px;
    height: 160px;
    background: url(../images/top/journal_cloud02.png) center 0/100% no-repeat;
    -webkit-animation: flowing_journal_cloud02 120s linear infinite;
            animation: flowing_journal_cloud02 120s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .summer #journal .content_inner:before, .summer #journal .content_inner:after {
    content: '';
    display: block;
    position: absolute;
  }
  .summer #journal .content_inner:before {
    bottom: -30px;
    width: 1000px;
    height: 60px;
    background: url(../images/top/journal_cloud03.png) center 0/100% no-repeat;
    -webkit-animation: flowing_journal_cloud03 120s linear infinite;
            animation: flowing_journal_cloud03 120s linear infinite;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .summer #journal .content_inner:after {
    bottom: -23px;
    width: 1000px;
    height: 60px;
    background: url(../images/top/journal_cloud04.png) center 0/100% no-repeat;
    -webkit-animation: flowing_journal_cloud04 120s linear infinite;
            animation: flowing_journal_cloud04 120s linear infinite;
    -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
            transform: translateX(80%);
  }
  .summer #journal .btn {
    position: relative;
    z-index: 10;
  }
  .summer #journal .btn a {
    width: 300px;
    margin: 50px auto 0;
    z-index: 10;
  }
  .summer #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 237px;
    background: url(../images/top/journal_bg.png) center bottom/cover no-repeat;
  }
  .summer #journal:after {
    content: '';
    position: absolute;
    width: 275px;
    height: auto;
    aspect-ratio: 278 / 110;
    background: url(../images/top/new_journal_truck.png) no-repeat center/auto 100%;
    -webkit-animation: flowing 20s linear infinite;
            animation: flowing 20s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    bottom: 5px;
    z-index: 2;
  }

  .autumn #journal {
    position: relative;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd967), to(#ffedb4));
    background: -o-linear-gradient(top, #ffd967, #ffedb4);
    background: linear-gradient(to bottom, #ffd967, #ffedb4);
  }
  .autumn #journal .sec_title {
    position: relative;
    padding: 0 0 80px;
    text-align: center;
    z-index: 50;
  }
  .autumn #journal .sec_title:after {
    width: 53px;
    height: 15px;
    background: url(../images/top/blog_autumn.png) no-repeat center top/100% auto;
  }
  .autumn #journal .content_inner {
    position: relative;
  }
  .autumn #journal .content_inner:before {
    content: '';
    display: block;
    background: url("../images/top/mv_mask_autumn.png") center bottom repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 10;
  }
  .autumn #journal .btn {
    position: relative;
    z-index: 10;
    width: 300px;
    padding-bottom: 220px;
    margin: 0 auto;
  }
  .autumn #journal .btn a {
    width: 300px;
    z-index: 10;
  }
  .autumn #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 237px;
    background: url(../images/top/journal_bg_autumn.png) center bottom/cover no-repeat;
    z-index: 20;
  }
  .autumn #journal:after {
    content: '';
    position: absolute;
    width: 275px;
    height: auto;
    aspect-ratio: 278 / 110;
    background: url(../images/top/new_journal_truck.png) no-repeat center/auto 100%;
    -webkit-animation: flowing 20s linear infinite;
            animation: flowing 20s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    bottom: 5px;
    z-index: 30;
  }
  .autumn #journal img[src$="autumn_object_img01.png"] {
    -webkit-animation: season_rotate 3s linear infinite;
            animation: season_rotate 3s linear infinite;
  }
  .autumn #journal img[src$="autumn_object_img02.png"] {
    -webkit-animation: season_rotate 2s linear infinite;
            animation: season_rotate 2s linear infinite;
  }
  .autumn #contact {
    background: url(../images/top/new_contact_bg_autumn.jpg) center bottom/cover no-repeat;
    margin-top: 30px;
  }
  .autumn #contact:after {
    display: none;
  }

  .winter #journal {
    position: relative;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebecee), to(#cdddf3));
    background: -o-linear-gradient(top, #ebecee, #cdddf3);
    background: linear-gradient(to bottom, #ebecee, #cdddf3);
  }
  .winter #journal .sec_title {
    position: relative;
    padding: 0 0 80px;
    text-align: center;
    z-index: 50;
  }
  .winter #journal .sec_title:after {
    width: 53px;
    height: 15px;
    background: url(../images/top/blog_autumn.png) no-repeat center top/100% auto;
  }
  .winter #journal .content_inner {
    position: relative;
  }
  .winter #journal .content_inner:before {
    content: '';
    display: block;
    background: url("../images/top/mv_mask_winter.png") center bottom/20px 506px repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .winter #journal .btn {
    position: relative;
    z-index: 10;
    width: 300px;
    padding-bottom: 220px;
    margin: 0 auto;
  }
  .winter #journal .btn a {
    width: 300px;
    z-index: 10;
  }
  .winter #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 237px;
    background: url(../images/top/journal_bg_winter.png) center bottom/cover no-repeat;
    z-index: 20;
  }
  .winter #journal:after {
    content: '';
    position: absolute;
    width: 275px;
    height: auto;
    aspect-ratio: 278 / 110;
    background: url(../images/top/new_journal_truck.png) no-repeat center/auto 100%;
    -webkit-animation: flowing 20s linear infinite;
            animation: flowing 20s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    bottom: 5px;
    z-index: 30;
  }
  .winter #journal img[src$="winter_object_img01.png"] {
    -webkit-animation: season_rotate 3s linear infinite;
            animation: season_rotate 3s linear infinite;
  }
  .winter #journal img[src$="winter_object_img02.png"] {
    -webkit-animation: season_rotate 2s linear infinite;
            animation: season_rotate 2s linear infinite;
  }
  .winter #contact {
    background: url(../images/top/new_contact_bg_winter.jpg) center bottom/cover no-repeat;
    margin-top: 30px;
  }
  .winter #contact:after {
    display: none;
  }
}
@media print, screen and (max-width: 1550px) {
    #mv_top {
      max-width: 90vw;
  }
}
@media print, screen and (max-width: 1390px) {
  #mv_top {
      max-width: 95vw;
      height: 660px;
  }
  #mv_top #movie {
      height: 660px;
  }
}
@media print, screen and (max-width: 1300px) {
  #mv_top {
      max-width: none;
      margin-top: 88px;
  }
  #mv_top #movie iframe {
    height: 100%;
  }
}


/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #mv_top {
    width: 100%;
    padding-top: 61px;
    height: 400px;
    background: url(../images/sp/top/mv_image.jpg) no-repeat center/100% auto;
    position: relative;
  }
  #mv_top h2 {
    width: 72vw;
    height: 0;
    padding-top: 28.4%;
    background: url(../images/sp/top/mv_text.png) no-repeat top center/100% auto;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mv_top #movie_btn_sp {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: calc(100% - 90px);
    margin: auto;
    color: #121764;
    background: #fff;
    border-radius: 30px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding: 16px 0 14px;
  }
  #mv_top #movie_btn_sp:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 11px;
    right: 14px;
    background: url(../images/sp/top/movie_icon.png) no-repeat center/100% auto;
  }
  #mv_top #movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
  }
  #mv_top #movie iframe {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
      width: 100%;
      height: 50%;
  }
  #mv_top #movie_overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  .sec_title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .4rem;
    color: #121764;
    text-align: center;
    position: relative;
  }
  .sec_title:after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .btn a {
    display: block;
    border-radius: 30px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding: 16px 0 14px;
  }

  .blue a {
    background: #121764;
    color: #fff;
  }
  .blue a:hover {
    background: #db0000;
  }

  .red a {
    background: #db0000;
    color: #fff;
  }

  .gray a {
    background: #eee;
    color: #121764;
  }
  .gray a:hover {
    background: #f58a00;
    color: #fff;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #news_nav {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 15px;
  }
  #news_nav .inner {
    letter-spacing: .1rem;
  }
  #news_nav .inner h3 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #121764;
    margin-bottom: 20px;
  }
  #news_nav .inner time {
    width: 30%;
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    vertical-align: top;
  }
  #news_nav .inner time:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #ddd;
    top: 0px;
    right: 5px;
  }
  #news_nav .inner .text {
    width: 66%;
    display: inline-block;
  }
  #news_nav .inner .text a:not(.news_btn) {
    width: 100%;
    font-size: 1.5rem;
  }
  #news_nav .inner .text a:not(.news_btn):hover {
    text-decoration: underline;
  }
  #news_nav .inner .news_btn {
    width: calc(100% - 120px);
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #f58a00;
    border-radius: 20px;
    display: block;
    padding: 14px 0 12px;
    margin: 20px auto 0;
  }

  #about {
    width: 100%;
    padding: 0 15px 155px;
    position: relative;
  }
  #about:before {
    content: '';
    position: absolute;
    width: 112px;
    height: 35px;
    background: url(../images/sp/top/truck_right.png) no-repeat center/100% auto;
    top: -45px;
    left: 25%;
    z-index: 20;
  }
  #about:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 26px;
    top: -60px;
    background: url(../images/sp/top/about_wai.png) no-repeat center/100% auto;
    -webkit-animation: bound .3s ease infinite alternate;
    animation: bound .3s ease infinite alternate;
    z-index: 20;
  }
  #about .group {
    position: relative;
    padding-top: 50px;
    z-index: 1;
  }
  #about .group .sec_title {
    padding-bottom: 70px;
  }
  #about .group .sec_title span {
    font-size: 1.1rem;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    margin: 0 0 8px 9.3%;
    text-align: left;
  }
  #about .group .sec_title:after {
    width: 54px;
    height: 12px;
    background: url(../images/sp/top/about.png) no-repeat center top/100% auto;
  }
  #about .group p {
    width: 100%;
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  #about .group p span {
    font-weight: bold;
  }
  #about .group p:last-of-type {
    margin-bottom: 0;
  }
  #about .group .flex {
    width: 100%;
    margin-top: 40px;
    display: block;
  }
  #about .group .flex li {
    margin-bottom: 20px;
  }
  #about .group .flex li a {
    width: calc(50% + 20px);
    display: block;
  }
  #about .about_service {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 60px;
  }
  #about .about_service:after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 10px;
    background: #121764;
    left: 0;
  }
  #solution {
    
  }
  #solution .solutionWrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #solution .solutionInner {
    padding: 0 15px 0 15px;

  }
  #solution .solutionTtlInner {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.14em;
    color: #121764;
  }
  #solution .solutionTtlInner span{
    font-weight: 700;
    color: #f58a00;
  }
  #solution .solutionDesc {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  #solution .solutionSubTtl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #solution .solutionSubTtl img {
    display: inline-block;
    width: 43px;
  }
  #solution .solutionSubTtl span {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    color: #121764;
  }
  #solution .solutionItemWrap {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 50px;
    width: 100%;
  }
  #solution .solutionItemInner {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  #solution .solutionItemInner.solutionItemInner_rev {
    /* flex-flow: row-reverse; */
  }
  #solution .solutionItemImageInner {
    width: 100%;
  }
  #solution .solutionItemImageInner img {
    display: inline-block;
    width: 100%;
  }
  #solution .solutionItemTxtInner {
    flex: 1;
  }
  #solution .solutionItemTtl {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
  }
  #solution .solutionItemTtl.solutionItemTtl_01{
    color: #121764;
  }
  #solution .solutionItemTtl.solutionItemTtl_02{
    color: #23aae9;
  }
  #solution .solutionItemTtl.solutionItemTtl_03{
    color: #f58a00;
  }
  #solution .solutionItemDesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.14em;
  }
  #service {
    width: 100%;
    padding: 0 15px 145px;
    position: relative;
    border-bottom: solid 10px #121764;
  }
  #service:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 130px;
    background: url(../images/sp/top/more_img.png?id=20210511) no-repeat center/100% auto;
    bottom: -1px;
  }
  #service .inner {
    width: 100%;
  }
  #service .inner .flex {
    display: block;
  }
  #service .inner .flex .service_title .sec_title {
    padding-bottom: 65px;
  }
  #service .inner .flex .service_title .sec_title:after {
    width: 68px;
    height: 11px;
    background: url(../images/sp/top/service.png) no-repeat center top/100% auto;
  }
  #service .inner .flex .text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  #service .inner .service_list {
    /* margin-top: 50px; */
    position: relative;
  }
  #service .inner .service_list:before {
    content: '';
    width: calc(100% + 30px);
    height: calc(100% + 90px);
    position: absolute;
    background: #f5f5f5;
    top: 130px;
    left: -15px;
    z-index: -1;
  }
  #service .inner .service_list:after {
    content: '';
    position: absolute;
    width: 80vw;
    height: 60px;
    background: url(../images/sp/top/buroro.gif) no-repeat center/100% auto;
    bottom: -220px;
    left: 20%;
  }
  #service .inner .service_list li {
    width: 100%;
    margin-bottom: 45px;
  }
  #service .inner .service_list li:nth-of-type(1) h3:before {
    background: url(../images/sp/top/01.png) no-repeat center/100% auto;
  }
  #service .inner .service_list li:nth-of-type(2) h3:before {
    background: url(../images/sp/top/02.png) no-repeat center/100% auto;
  }
  #service .inner .service_list li:nth-of-type(3) h3:before {
    background: url(../images/sp/top/03.png) no-repeat center/100% auto;
  }
  #service .inner .service_list li h3 {
    font-size: 4.8vw;
    font-weight: bold;
    padding: 16px 0 14px 85px;
    background: #121764;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  #service .inner .service_list li h3:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    left: 0;
    top: -12px;
  }
  #service .inner .service_list li img {
    border-bottom: solid 10px #121764;
  }
  #service .inner .service_list li p {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 20px 0 0;
  }
  #service .inner .btn {
    width: calc(100% - 60px);
    margin: 0 auto 130px;
  }
  #service .inner .more {
    padding-top: 50px;
    position: relative;
  }
  #service .inner .more .box {
    width: 100%;
  }
  #service .inner .more .box:after {
    content: '';
    width: 33px;
    height: 77px;
    position: absolute;
    top: 0;
    left: 15px;
    background: url(../images/sp/top/more_icon.png) no-repeat center/100% auto;
  }
  #service .inner .more .box h2 {
    font-size: 5.3vw;
    font-weight: bold;
    color: #121764;
    letter-spacing: .3rem;
    margin-bottom: 40px;
    text-align: center;
    padding-left: 40px;
  }
  #service .inner .more .box p {
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.7;
    letter-spacing: .12rem;
    margin-bottom: 15px;
  }
  #service .inner .more .box .flex {
    width: 100%;
    margin-top: 45px;
  }
  #service .inner .more .box .flex .btn {
    width: 100%;
  }
  #service .inner .more .box .flex .btn a {
    display: block;
  }

  #sns.sns_wrapper {
    padding: 40px 0 30px 0;
  }
  #sns .sns_Inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0 calc(100vw * 30 / 750) 0 calc(100vw * 30 / 750);
  }
  #sns .sns_item {
    width: 100%;
  }
  #sns .sns_item_anchor {
    display: inline-block;
    width: 100%;
    transition: opacity 0.3s ease;
  }
  #sns .sns_banner_image {
    display: inline-block;
    width: 100%;
  }
	#sns .link_btn_wrap {
		padding: 0 calc(100vw * 30 / 750) 0 calc(100vw * 30 / 750);
		margin: 10px auto 0;
  }
	#sns .link_btn {
    width: 180px;
		margin-left: auto;
		border-radius: 20px;
		overflow: hidden;
  }
	#sns .link_btn a{
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 1.3rem;
		letter-spacing: .01em;
    color: #fff;
		background-color: #121764;
		text-align: center;
		padding: 8px 20px 8px 10px;
		margin-top: 0;
  }
	#sns .link_btn a:after{
		position: absolute;
		top: 10px;
		right: 15px;
		content: '';
		display: block;
		background-color: #fff;
		width: 0;
		height: 0;
		border-top: 4px solid #121764;
		border-bottom: 4px solid #121764;
		border-left: 8px solid transparent;
	}
	#sns .link_btn a:hover{
    text-decoration: none;
		opacity: .8;
  }
  #contact {
    width: 100%;
    height: calc(100vw * 450 / 750);
    /* border-top: solid 10px #121764; */
    background: url(../images/sp/top/contact_bg.jpg) left bottom/100% no-repeat;
    position: relative;
    padding-top: 35px;
  }
  #contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 44px;
    background: url(../images/sp/top/contact_truck.png) no-repeat center/auto 100%;
    -webkit-animation: flowing 8s linear infinite;
            animation: flowing 8s linear infinite;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    bottom: 3vw;
    z-index: 5;
  }
  #contact:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url(../images/sp/top/contact_load.jpg) center bottom/100% no-repeat;
    bottom: 0;
    z-index: 1;
  }
  #contact .contact_inner {
    position: relative;
  }
  #contact .contact_inner:before {
    content: '';
    position: absolute;
    width: 144px;
    height: 54px;
    background: url(../images/sp/top/contact_cloud.png) center 0/100% no-repeat;
    top: -5vw;
    left: 4vw;
  }
  #contact ul {
    width: 47.06vw;
    position: absolute;
    top: 0;
    right: 15px;
  }
  #contact ul li {
    width: 100%;
    position: absolute;
    right: 0;
  }
  #contact ul li a {
    display: block;
    font-size: 0;
  }
  #contact ul li a:hover {
    opacity: .9;
  }
  #contact ul li:nth-of-type(1) {
    top: 0;
  }
  #contact ul li:nth-of-type(2) {
    top: 21.5vw;
  }

  #journal .inner {
    position: relative;
    z-index: 50;
    padding: 0 15px;
  }
  #journal .inner li {
    margin-bottom: 30px;
  }
  #journal .inner li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #journal .inner li .wrap {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #journal .inner li .wrap figure {
    width: 150px;
    border-radius: 10px;
    margin-right: 15px;
    text-align: center;
  }
  #journal .inner li .wrap figure img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
  }
  #journal .inner li .post_info {
    width: calc(100% - 165px);
  }
  #journal .inner li .cat_wrap .cat {
    display: inline-block;
    color: #121764;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 5px 11px 4px;
    background-color: #eee;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  #journal .inner li time {
    display: block;
    color: #121764;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
  }
  #journal .inner li h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.07em;
    color: #212121;
  }

  .spring #journal {
    width: 100%;
    padding: 25px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff4fb), to(#ffd8ef));
    background: -o-linear-gradient(top, #fff4fb, #ffd8ef);
    background: linear-gradient(to bottom, #fff4fb, #ffd8ef);
  }
  .spring #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 0.4);
    background: url("../images/sp/top/journal_bg_spring.png") center bottom/cover no-repeat;
    z-index: 20;
  }
  .spring #journal .content_inner {
    position: relative;
  }
  .spring #journal .content_inner:before {
    content: '';
    display: block;
    background: url("../images/top/mv_mask_spring.png") center bottom repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .spring #journal .content_wrap {
    position: relative;
    padding-top: 25px;
  }
  .spring #journal .sec_title {
    position: relative;
    z-index: 50;
    padding: 0 0 65px;
  }
  .spring #journal .sec_title:after {
    width: 40px;
    height: 11px;
    background: url(../images/sp/top/blog_autumn.png) no-repeat center top/100% auto;
  }
  .spring #journal .btn {
    position: relative;
    z-index: 50;
    padding-bottom: 25.33vw;
    padding-bottom: 21.33em;
    padding-bottom: 46.66vw;
  }
  .spring #journal .btn a {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .spring #journal img[src$="spring_object_img01.png"] {
    -webkit-animation: season_rotate 3s linear infinite;
            animation: season_rotate 3s linear infinite;
  }
  .spring #journal img[src$="spring_object_img02.png"] {
    -webkit-animation: season_rotate 2s linear infinite;
            animation: season_rotate 2s linear infinite;
  }
  .spring #contact {
    background: url(../images/sp/top/contact_bg_spring.jpg) left bottom/100% no-repeat;
  }
  .spring #contact .contact_inner:before {
    display: none;
  }

  .summer #journal {
    width: 100%;
    padding: 25px 0 25.33vw;
    position: relative;
    background-color: #ceeeff;
  }
  .summer #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 0.4);
    background: url(../images/sp/top/journal_bg.png) center bottom/cover no-repeat;
  }
  .summer #journal .content_wrap {
    position: relative;
    padding-top: 25px;
    padding-bottom: 21.33vw;
  }
  .summer #journal .content_wrap:before, .summer #journal .content_wrap:after {
    content: '';
    display: block;
    position: absolute;
  }
  .summer #journal .content_wrap:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 114vw;
    background: url(../images/sp/top/journal_cloud01.png) center 0/contain no-repeat;
    -webkit-animation: bound 1s linear infinite alternate;
            animation: bound 1s linear infinite alternate;
  }
  .summer #journal .content_wrap:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.8vw;
    background: url(../images/sp/top/journal_cloud02.png) center 0/contain no-repeat;
    -webkit-animation: bound 1s linear infinite alternate;
            animation: bound 1s linear infinite alternate;
  }
  .summer #journal .sec_title {
    position: relative;
    z-index: 10;
    padding: 0 0 65px;
  }
  .summer #journal .sec_title:after {
    width: 40px;
    height: 11px;
    background: url(../images/sp/top/blog.png) no-repeat center top/100% auto;
  }
  .summer #journal .btn {
    position: relative;
    z-index: 10;
  }
  .summer #journal .btn a {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }

  .autumn #journal {
    width: 100%;
    padding: 25px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd967), to(#ffedb4));
    background: -o-linear-gradient(top, #ffd967, #ffedb4);
    background: linear-gradient(to bottom, #ffd967, #ffedb4);
  }
  .autumn #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 0.4);
    background: url("../images/sp/top/journal_bg_autumn.png") center bottom/cover no-repeat;
    z-index: 20;
  }
  .autumn #journal .content_inner {
    position: relative;
  }
  .autumn #journal .content_inner:before {
    content: '';
    display: block;
    background: url("../images/top/mv_mask_autumn.png") center bottom repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .autumn #journal .content_wrap {
    position: relative;
    padding-top: 25px;
  }
  .autumn #journal .sec_title {
    position: relative;
    z-index: 50;
    padding: 0 0 65px;
  }
  .autumn #journal .sec_title:after {
    width: 40px;
    height: 11px;
    background: url(../images/sp/top/blog_autumn.png) no-repeat center top/100% auto;
  }
  .autumn #journal .btn {
    position: relative;
    z-index: 50;
    padding-bottom: 25.33vw;
    padding-bottom: 21.33em;
    padding-bottom: 46.66vw;
  }
  .autumn #journal .btn a {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .autumn #journal img[src$="autumn_object_img01.png"] {
    -webkit-animation: season_rotate 3s linear infinite;
            animation: season_rotate 3s linear infinite;
  }
  .autumn #journal img[src$="autumn_object_img02.png"] {
    -webkit-animation: season_rotate 2s linear infinite;
            animation: season_rotate 2s linear infinite;
  }
  .autumn #contact {
    background: url(../images/sp/top/contact_bg_autumn.jpg) left bottom/100% no-repeat;
  }
  .autumn #contact .contact_inner:before {
    display: none;
  }

  .winter #journal {
    width: 100%;
    padding: 25px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebecee), to(#cdddf3));
    background: -o-linear-gradient(top, #ebecee, #cdddf3);
    background: linear-gradient(to bottom, #ebecee, #cdddf3);
  }
  .winter #journal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 0.4);
    background: url("../images/sp/top/journal_bg_winter.png") center bottom/cover no-repeat;
    z-index: 20;
  }
  .winter #journal .content_inner {
    position: relative;
  }
  .winter #journal .content_inner:before {
    content: '';
    display: block;
    background: url("../images/top/mv_mask_winter.png") center bottom repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .winter #journal .content_wrap {
    position: relative;
    padding-top: 25px;
  }
  .winter #journal .sec_title {
    position: relative;
    z-index: 50;
    padding: 0 0 65px;
  }
  .winter #journal .sec_title:after {
    width: 40px;
    height: 11px;
    background: url(../images/sp/top/blog_autumn.png) no-repeat center top/100% auto;
  }
  .winter #journal .btn {
    position: relative;
    z-index: 50;
    padding-bottom: 25.33vw;
    padding-bottom: 21.33em;
    padding-bottom: 46.66vw;
  }
  .winter #journal .btn a {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .winter #journal img[src$="winter_object_img01.png"] {
    -webkit-animation: season_rotate 3s linear infinite;
            animation: season_rotate 3s linear infinite;
  }
  .winter #journal img[src$="winter_object_img02.png"] {
    -webkit-animation: season_rotate 2s linear infinite;
            animation: season_rotate 2s linear infinite;
  }
  .winter #contact {
    background: url(../images/sp/top/contact_bg_winter.jpg) left bottom/100% no-repeat;
  }
  .winter #contact .contact_inner:before {
    display: none;
  }
}
@media print, screen and (min-width: 1650px) {
  #mv_top {
    height: calc(100vw / 16 * 9 * 0.7);
  }
  #mv_top #movie {
    height: calc(100vw / 16 * 9 * 0.7);
  }
  #mv_top iframe {
    height: calc(100vw / 16 * 9 * 0.7);
  }
}

