@charset "shift_jis";


  * {
    box-sizing: border-box;
  }
.util-hidden {
  display: none;
}
ul, ol {
  list-style: none;
}
figure, p, h1, h2, h3, ul {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #333;
}

/*---------PC�̍�---------*/
@media print, screen and (min-width: 768px) {
  .util-pc-hidden {
    display: none;
  }
  .util-pc-mt25 {
    margin-top: 25px;
  }


  /*�w�b�_�[*/
  .Header {
    background-color:rgba(0,0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;;
    z-index: 1;
  }
  .Header.fixed {
    top: 0;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    -ms-transition: background-color .2s ease-out 0s;
    -o-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    position: fixed;
    width: 100%;
}
  .HeaderBody {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header__utility {
    display: flex;
  }
  .header__utility-home {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #fff;
  }
  .header__utility-home__link {
    position: relative;
    padding: 20px 25px 20px 0;
    margin-right: 40px;
    text-decoration: none;
    color: #fff;
  }
  .fixed .header__utility-home__link {
    color: #000;
  }
  .fixed .header__utility-home__link:hover {
    color: #000;
    text-decoration: underline;
  }
  .header__utility-home__link:hover {
    text-decoration: underline;
    color: #fff;
  }
  .header__utility-home__link::after {
    position: absolute;
    content: "";
    background: url(/logistics_center/tsukuba/lp/img/index_ic01.webp) no-repeat;
    top: 21px;
    right: -5px;
    width: 20px;
    height: 20px;
  }
  .fixed .header__utility-home__link::after {
    background: url("/logistics_center/tsukuba/lp/img/index_fixed_ic01.webp") no-repeat;
  }
  .header-logo__wrap {
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #fff;
  }
  .fixed .header-logo__wrap {
    display: flex;
    align-items: center;
    color: #000;
  }
  .header-logo {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }
  .header-logo__img {
    margin: 0 20px 0 45px;
  }
  .header-logo__text {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header__utility-contact {
    background: url("/logistics_center/tsukuba/lp/img/index_ic02.webp") no-repeat 32px 26px;
    background-color: #cc0000;
    color: #fff;
  }
  .header__utility-contact:hover {
    background-color: #e91313;
  }
  .header__utility-contact__link {
    display: block;
    padding: 8px 11px;
    text-decoration: none;
    color: #fff;
  }
  .header__utility-contact__text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 65px;
  }
  .header__utility-download {
    background: url("/logistics_center/tsukuba/lp/img/index_ic04.webp") no-repeat 35px 23px;
    background-color: #000000;
    color: #fff;
  }
  .header__utility-download:hover {
    background-color: #0c509b;
  }
  .header__utility-download__link {
    display: block;
    padding: 8px 11px;
    text-decoration: none;
    color: #fff;
  }
  .header__utility-download__text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 54px;
    line-height: 1.2;
  }
  .header__utility-movie {
    background: url("/logistics_center/tsukuba/lp/img/index_ic05.webp") no-repeat 33px 22px;
    background-color: #003366;
    color: #fff;
    min-width: 100px;
  }
  .header__utility-movie:hover {
    background-color: #19a4d3;
  }
  .header__utility-movie__link {
    display: block;
    padding: 8px 11px;
    text-decoration: none;
    color: #fff;
  }
  .header__utility-movie__text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 65px;
  }
  #container {
    min-width: 1200px;
  }
/*���C���r�W���A��*/
  .main-visual {
    position: relative;
  }
  .main-visual img {
    width: 100%;
  }
  .main-visual__label {
    position: absolute;
    top: 110px;
    left: 55px;
    background-color: #fff;
    width: 250px;
    height: 250px;
    border-radius: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
  }
  .main-visual__label__text {
    margin: 0;
    font-size: 2.3rem;
  }
  .main-visual__label__text-date {
    margin: 0;
    font-size: 2.6rem;
  }
  .main-visual__label__emphasis-text {
    font-size: 4rem;
  }
  .main-visual__box__inner {
    margin-left: 2.5em;
  }
  .main-visual__box {
    position: absolute;
    top: 125px;
    right: 0;
    width: 45%;
    height: 185px;
    border-left: 10px solid #33ccff;
    background-color: #003366;
    color: #fff;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
  }
  .main-visual__box__title {
    font-size: 6rem;
    font-weight: 500;
    margin: 15px 0 0;
  }
  .main-visual__box__unorder-list {
    display: flex;
    padding: 0;
    margin: 0;
    color: #bbccee;
    font-weight: bold;
  }
  .main-visual__box__unorder-list > li {
    padding: 0 25px 0 25px;
    text-align: center;
  }
  .main-visual__box__unorder-list > li:first-of-type {
    padding-left: 0!important;
  }
  .main-visual__box__unorder-list > li:nth-of-type(n+2) {
    border-left: 2px solid #bbccee;
  }
  .main-visual__box__list-wrap__strong {
    font-size: 2rem;
  }

  /*�V�K�_���W��*/
  .contract__label {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contract__label__elm01 {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-right: 30px;
  }
  .contract__label__elm01__maintext {
    font-size: 4.2rem;

  }
  .contract__label__elm01__subtext {
    font-size: 1.8rem;
  }


  .contract__label__btn__type {
    width: 378px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cc0000;
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .contract__label__btn__type:hover {
    background-color: #e91313;
  }


  /*main__content1��*/
  .main__content__type01 {
    padding: 76px 0 40px;
    background-image: url("/logistics_center/tsukuba/lp/img/index_bg01.webp"),url("/logistics_center/tsukuba/lp/img/index_bg02.webp")  ;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
  }
  .recommend__box {
    position: relative;
    max-width: 1100px;
    border: 2px solid #003366;
    padding: 45px 30px 20px;
    margin: 0 auto;
  }
  .recommend__box__title-wrap {
    position: absolute;
    top: -25px;
    left: 34%;
  }
  .recommend__box__title {
    position: relative;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .recommend__box__title::before {
    position: absolute;
    content: "";
    width: 416px;
    height: 60px;
    top: -8px;
    left: -30px;
    background: url(/logistics_center/tsukuba/lp/img/index_bg03.webp) no-repeat;
    z-index: -1;

  }
  .recommend__box__list-wrap{
    display: flex;
    justify-content: center;
  }
  .recommend__box__list-wrap__order-list > li {
    position: relative;
    padding: 10px 0;
    color: #555555;
    font-size: 2rem;
    font-weight: bold;
  }
  .recommend__box__list-wrap__order-list > li::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url("/logistics_center/tsukuba/lp/img/index_ic03.webp") no-repeat;
    top: 15px;
    left: -60px;
  }
  .recommend__box__list-wrap__order-list > li .marker-text {
    color: #003366;
    font-size: 3.2rem;
    font-weight: bold;
    background:linear-gradient(transparent 80%, #ffe400 0%);
  }
  .heading2-tsukuba {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .lead-text {
    margin: 15px 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .list-wrap-feartures {
    margin-top: 75px;
  }
  .list-wrap-feartures__order-list {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .list-wrap-feartures__order-list > li {
    position: relative;
    width: calc(1130px/3);
    padding: 80px 10px 10px;
    margin: 0 17px;
    border: 4px solid #003366;background-color: #fff;
    text-align: center;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
  }
  .num1::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -50px;
    left: 38%;
    background: url("/logistics_center/tsukuba/lp/img/index_tx01.webp") no-repeat;
  }
  .num2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -50px;
    left: 38%;
    background: url("/logistics_center/tsukuba/lp/img/index_tx02.webp") no-repeat;
  }
  .num3::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -50px;
    left: 38%;
    background: url("/logistics_center/tsukuba/lp/img/index_tx03.webp") no-repeat;
  }
  .media-features {
    display: flex;
    flex-direction: column;
  }

  .media-features__title {
    margin: 25px 0 0;
    color: #003366;
    font-size: 3.6rem;
    font-weight: bold;
  }
  .media-features__title-small {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .media-features__text {
    font-size: 1.8rem;
  }


  /*�A���J�[���X�g*/
  .anchor-navi-tsukuba {
    background-color: #000;
  }
  .anchor-navi-tsukuba__list {
    max-width: 1280px;
    display: flex;
    margin: 0 auto;
  }
  .anchor-navi-tsukuba__list > li {
    width: calc(100%/5);
    text-align: center;
  }
  .anchor-navi-tsukuba__list > li:hover {
    background-color: #0065cc;
  }
  .anchor-navi-tsukuba__link {
    display: block;
    width: 100%;
    padding: 35px 15px 40px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .anchor-navi-tsukuba__label {
    position: relative;
  }
  .anchor-navi-tsukuba__label::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -20px;
    left: 42%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
  }








  /*���C���R���e���c2��*/
  .main__content__type02 {
    padding: 150px 0 300px;
    background: url("/logistics_center/tsukuba/lp/img/index_bg04.webp") no-repeat top right;
  }
  .heading3-tsukuba {
    text-align: center;
  }
  .heading3-tsukuba__title {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title::before {
    position: absolute;
    content: "";
    width: 652px;
    height: 112px;
    top: -110px;
    left: -237px;
    background: url(/logistics_center/tsukuba/lp/img/index_h02.webp) no-repeat;
    z-index: -1;

  }
  .heading3-tsukuba__title__label {
    position: relative;
    color: #fff;
    font-size: 3.2rem;

  }
  .heading3-tsukuba__title__label::before {
    position: absolute;
    content: "";
    top: -8px;
    left: -82px;
    width: 296px;
    height: 60px;
    background: url("/logistics_center/tsukuba/lp/img/index_bg05.webp") no-repeat;
    z-index: -1;
  }

  .access__box-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 65px;
  }
  .access__box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .access__box__elm01, .access__box__elm02 {
    width: 55%;
    height: 190px;
    background-color: #003366;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
  }
  .access__box__elm02 {
    margin-top: 40px;
  }
  .access__box__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  .access__box__head {
    margin-right: 5%;
  }
  .access__box__text {
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
  }
  .access__box__text-small {
    font-size: 2rem;
  }


  .image-wrap--right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    overflow-x: hidden;
  }
  .image {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }

  .google_map-wrap {
    position: relative;
  }
  .google_map {
    position: absolute;
    max-width: 1500px;
    padding: 0 20px;
    width: 100%;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .google_map iframe {
    width: 100%;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
  }
  /*���C���R���e���c3��*/
  .main__content__type03 {
    padding: 380px 20px 70px;
    background-image: url(/logistics_center/tsukuba/lp/img/index_bg08.webp),url("/logistics_center/tsukuba/lp/img/index_bg09.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
  }

  .heading3-tsukuba__title02 {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title02::before {
    position: absolute;
    content: "";
    width: 652px;
    height: 112px;
    top: -110px;
    left: -237px;
    background: url("/logistics_center/tsukuba/lp/img/index_h03.webp") no-repeat;
    z-index: -1;
  }
  /*�e�[�u��*/
  .table-tsukuba {
    max-width: 1200px;
    margin: 50px auto 0;
  }
  .table__w--33per {
    width: 33%;
  }
  .table__w--67per {
    width: 67%;
  }
  .table-tsukuba__matrix {
    width: 100%;
    border-bottom: 2px solid #ddd;
    border-spacing: 0;
  }
  .table-tsukuba__matrix [class*=__cell] {
    padding: 18px 30px;
    border-top: 2px solid #ddd;
  }
  [class*=__cell--lv2] {
    background-color: #eee;
    font-weight: bold;
    text-align: left;
  }
  .table__cell--lv2--left-top {
    vertical-align: top;
    text-align: left;
  }
  .table-tsukuba__column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .table-tsukuba__column > .column__item {
    width: calc(((100% - (72px)) / 5) - .1px);
  }
  .table-tsukuba__image-wrap--center {
    text-align: center;
  }
  .table-tsukuba__image-wrap--center .image__title {
    height: 60px;
  }
  .table-tsukuba__image-wrap--center .image__caption {
    margin-top: 15px;
  }

  .btn-wrap{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
  }
  .btn-wrap > div:first-child{
    margin-right: 30px;
  }
  .btn-wrap--center-pdf {
    margin-top: 35px;
  }
  .btn-wrap--center-pdf .btn {
    display: flex;
    justify-content: center;
  }
  .btn-wrap--center-pdf .btn .btn__type {
    padding: 20px 65px 20px 55px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    text-decoration: none;
  }
  .btn-wrap--center-pdf .btn .btn__type:hover {
    background-color: #0065cc;
  }
  .btn-wrap--center-pdf .btn .btn__type .btn__label {
    position: relative;
  }
  .btn-wrap--center-pdf .btn .btn__type .btn__label::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 22px;
    top: 6px;
    right: -22px;
    background: url("/logistics_center/tsukuba/lp/img/index_pdf_ic04.webp") no-repeat;
  }
  .file-size {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .btn-wrap--center-movie {
    margin-top: 35px;
  }
  .btn-wrap--center-movie .btn {
    display: flex;
    justify-content: center;
  }
  .btn-wrap--center-movie .btn .btn__type {
    padding: 20px 65px 20px 55px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background-color: #003366;
    text-decoration: none;
    min-width: 540px;
    text-align: center
  }
  .btn-wrap--center-movie .btn .btn__type:hover {
    background-color: #19a4d3;
  }
  .btn-wrap--center-movie .btn .btn__type .btn__label .btn__text-small {
    font-size: 1.6rem;
    font-weight: 500;
  }









  /*���C���R���e���c4��*/
  .main__content__type04 {
    position: relative;
    padding: 155px 40px 70px;
    background-image: url(/logistics_center/tsukuba/lp/img/index_bg10.webp),url("/logistics_center/tsukuba/lp/img/index_bg11.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: right top, right bottom;
  }
  .main__content__type04::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: -2;
  }
  .heading3-tsukuba__title03 {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title03::before {
    position: absolute;
    content: "";
    width: 652px;
    height: 112px;
    top: -108px;
    left: -198px;
    background: url("/logistics_center/tsukuba/lp/img/index_h04.webp") no-repeat;
    z-index: -1;
  }
  .heading3-tsukuba__title__label02 {
    position: relative;
    color: #fff;
    font-size: 3.2rem;

  }
  .heading3-tsukuba__title__label02::before {
    position: absolute;
    content: "";
    top: -8px;
    left: -71px;
    width: 296px;
    height: 60px;
    background: url("/logistics_center/tsukuba/lp/img/index_bg05.webp") no-repeat;
    z-index: -1;
  }

  /*���ʐ}*/
  .view-box {
    max-width: 1500px;
    margin: 70px auto 0;
    background-color: #fff;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);

  }
  .view-box__media {
    display: flex;
    justify-content: space-between;
  }

  .view-box__media__head-floor {
    width: 140px;
    height: 140px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background-color: #003366;
    font-size: 4.2rem;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
  }
  .floor-number {
    font-size: 8.4rem;
  }
  .view-box__media__head-detail {
    margin: 23px 0 0 28px;
  }
  .facility-name {
    font-size: 3rem;
    font-weight: bold;
  }


  .view-box__media__body{
    margin: 18px 8px;
  }
  .view-box__media__frame img {
    width: 100%;
  }



  .view-accordion {
    position: relative;
    max-width: 1200px;
    margin: 32px auto 0;
  }
  .view-accordion::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 32px;
    top: -31px;
    left: 48%;
    background: url("/logistics_center/tsukuba/lp/img/index_bg12.webp") no-repeat;
  }
  .view-accordion__head {
    display: block;
    padding: 30px 20px;
    background-color: #003366;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .view-accordion__body {
    padding: 30px 24px;
    background-color: #fff;
  }
  .view-accordion__body__image{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }


  /*���C���R���e���c5��*/
  .main__content__type05 {
    padding: 150px 40px 45px;
    background-image: url(/logistics_center/tsukuba/lp/img/index_bg13.webp),url(/logistics_center/tsukuba/lp/img/index_bg14.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
  }

  .heading3-tsukuba__title04 {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title04::before {
    position: absolute;
    content: "";
    width: 652px;
    height: 112px;
    top: -110px;
    left: -216px;
    background: url("/logistics_center/tsukuba/lp/img/index_h05.webp") no-repeat;
    z-index: -1;
  }
  .heading3-tsukuba__title__label03 {
    position: relative;
    color: #fff;
    font-size: 3.2rem;
  }
  .heading3-tsukuba__title__label03::before {
    position: absolute;
    content: "";
    top: -8px;
    left: -51px;
    width: 296px;
    height: 60px;
    background: url(/logistics_center/tsukuba/lp/img/index_bg05.webp) no-repeat;
    z-index: -1;
  }



  .service-box {
    max-width: 1500px;
    padding: 45px 40px;
    margin: 50px auto 0;
    background-color: #eee;
  }
  .service-box__title {
    color: #003366;
    text-align: center;
  }
  .service-box__title h3{
    font-size: 4.2rem;
    font-weight: bold;
  }
  .service-box__image-wrap {
    margin-top: 30px;
  }
  .service-box__media {
    display: flex;
    justify-content: center;
    margin-top: 54px;
  }
  .service-box__media__head {
    width: 45%;
    margin: 0 30px 0 7%;
  }
  .service-box__media__body {
    width: 45%;
    margin-right: 8%;
  }
  .service-box__media__lead-text {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .text-accent-blue {
    color: #003366;
  }
  .util-bold {
    font-weight: bold;
  }

  /*�֘A�T�[�r�X*/
  .related-service {
    width: 100%;
    padding: 40px;
    background-color: #6a7076;
    text-align: center;
  }
  .related-service__title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .related-service__list-wrap{
    margin-top: 30px;
    color: #fff;
  }
  .related-service__list-wrap__order-list {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: 2px solid #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .related-service__list-wrap__order-list > li {
    width: 100%;
    border-right: 2px solid #fff;
  }
  .related-service__list-wrap__order-list > li:last-of-type {
    border-right: none;
  }
  .related-service__list-wrap__order-list__link {
    display: block;
    width: 100%;
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
  }
  .related-service__list-wrap__order-list__link:hover {
    color: #333;
    background-color: #fff;
    text-decoration: none;
  }
  .related-service__list-wrap__order-list__label {
    position: relative;
  }
  .related-service__list-wrap__order-list__label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
    right: -18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .related-service__list-wrap__order-list__link:hover .related-service__list-wrap__order-list__label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
    right: -18px;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
    transform: rotate(45deg);
  }

  /*����*/
  .movie__box {
    margin: 0 auto 80px;
    text-align: center;
  }
  .movie__box iframe{
    border: none;
  }

  /*�t�b�^�[*/
  .Footer {
    position: relative;
    background-color: #000;
    padding: 40px 30px 30px;
    height: 128px;
    border-top: 1px solid #fff;
    min-width: 1200px;
  }
  .FooterBody {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-link {
    margin-top: 10px;
  }
  .footer-link > li > a {
    position: relative;
    padding-right: 18px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
  }
  .footer-link > li > a.a-blank::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 14px;
    height: 12px;
    background-position: 0 -20px;
  }
  .footer-link > li > a:hover {
    text-decoration: underline;
  }
  .footer-copyright {
    text-align: right;
    font-size: 1.2rem;
    color: #fff;
  }
  .footer-copyright small {
    display: inline-block;
    margin-top: 8px;
    color: #999;
  }
  .gnav-list > li > a > span::after, .head-icon-search > span::before, .head-icon-recruit > a > span::before, .head-icon-fglis > a > span::before, .head-contact > a > span::before, .footer-link > li > a::after, .head-contact > a::before, .search-close::after, .search-btn, .megaMenu .megaMenu_title > a::after, .megaMenu .megaMenu_link > li > a::before, .megaMenu .megaMenu_link > li > a::after, .Pagetop > a {
    background: url("/logistics_center/tsukuba/lp/img/sprite.webp") no-repeat 0 0;
    content: "";
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .Pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
  .Pagetop.stop {
    position: absolute;
    right: 20px;
    top: -45px;
    z-index: 2;
  }
  .Pagetop > a:hover {
    background-position: -319px -164px;
  }
  .Pagetop > a {
    width: 62px;
    height: 62px;
    background-position: -319px -4px;
    transition: none;
  }
}

@media print, screen and (max-width: 767px) {
  .util-sp-hidden {
    display: none;
  }
  .util-sp-mt15 {
    margin-top: 15px;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    line-height: 1.5;
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif; /* �K���ύX */
    font-size: 1.4rem;
    color: #333333;
  }



  /*�w�b�_�[*/
  .Header {
    background-color:rgba(0,0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;;
    z-index: 1;
  }
  .Header.fixed {
    top: 0;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    -ms-transition: background-color .2s ease-out 0s;
    -o-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    position: fixed;
    width: 100%;
  }
  .HeaderBody {
    display: flex;
    justify-content: space-between;
  }
  .header__utility {
    display: flex;
  }
  .header__utility-home {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #fff;
  }
  .header__utility-home__link {
    position: relative;
    padding: 9px 10px 9px 0;
    margin-right: 30px;
    text-decoration: none;
    color: #fff;
  }
  .fixed .header__utility-home__link {
    position: relative;
    padding: 8px 10px 9px 0;
    margin-right: 30px;
    text-decoration: none;
    color: #000;
  }
  .header__utility-home__link::after {
    position: absolute;
    content: "";
    background: url(/logistics_center/tsukuba/lp/img/index_sp_ic01.webp) no-repeat;
    background-size: 13px 13px;
    top: 20px;
    right: -12px;
    width: 15px;
    height: 15px;
  }
  .fixed .header__utility-home__link::after {
    position: absolute;
    content: "";
    background: url("/logistics_center/tsukuba/lp/img/index_sp_fixed_ic01.webp") no-repeat;
    background-size: 13px 13px;
    top: 20px;
    right: -12px;
    width: 15px;
    height: 15px;
  }
  .header-logo__wrap {
    display: flex;
    align-items: center;
  }
  .header-logo {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }
  .header-logo__img {
    width: 91px;
    margin: 0 20px 0 15px;
  }
  .header-logo__text {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header__utility-contact {
    width: 65px;
    height: 55px;
    background: url(/logistics_center/tsukuba/lp/img/index_ic02.webp) no-repeat 23px 12px;
    background-size: 20px 14px;
    background-color: #cc0000;
    color: #fff;
  }
  .header__utility-contact:hover {
    background-color: #e91313;
  }
  .header__utility-contact__link {
    text-decoration: none;
    color: #fff;
  }
  .header__utility-contact__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 30px;
  }
  .header__utility-download {
   display: none;
  }
  .header__utility-movie {
    width: 65px;
    height: 55px;
    background: url(/logistics_center/tsukuba/lp/img/index_ic05.webp) no-repeat 23px 10px;
    background-size: 18px 18px;
    background-color: #003366;
    color: #fff;
  }
  .header__utility-movie:hover {
    background-color: #19a4d3;
  }
  .header__utility-movie__link {
    text-decoration: none;
    color: #fff;
  }
  .header__utility-movie__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 30px;
  }

/*���C���r�W���A��*/
  .main-visual {
    position: relative;
  }
  .main-visual img {
    width: 100%;
  }
  .main-visual__label {
    position: absolute;
    top: 58px;
    left: 15px;
    background-color: #fff;
    width: 95px;
    height: 95px;
    border-radius: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
  }
  .main-visual__label__text {
    margin: 0;
    font-size: 0.9rem;
  }
  .main-visual__label__text-date {
    margin: 0;
    font-size: 1rem;
  }
  .main-visual__label__emphasis-text {
    font-size: 1.6rem;
  }
  .main-visual__box__inner {
    margin: 0;
  }
  .main-visual__box {
    width: 100%;
    height: 115px;
    padding: 12px 0;
    border-left: 10px solid #33ccff;
    background-color: #003366;
    color: #fff;
    text-align: center;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
  }
  .main-visual__box__title {
    font-size: 3.7rem;
    font-weight: 500;
    margin: 0;
  }
  .main-visual__box__unorder-list {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    color: #bbccee;
    font-weight: bold;
  }
  .main-visual__box__unorder-list > li {
    padding: 0 20px;
    text-align: center;
    font-size: 1rem;
  }
  .main-visual__box__unorder-list > li:first-of-type {
    padding-left: 0!important;
  }
  .main-visual__box__unorder-list > li:nth-of-type(n+2) {
    border-left: 1px solid #bbccee;
  }
  .main-visual__box__list-wrap__strong {
    font-size: 1.2rem;
  }

  /*�V�K�_���W��*/
  .contract__label {
    padding: 13px 15px;
    background-color: #000;
    color: #fff;
  }
  .contract__label__elm01 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contract__label__elm01__maintext {
    font-size: 2.2rem;

  }
  .contract__label__elm01__subtext {
    font-size: 1rem;
  }


  .contract__label__btn__type {
    width: 100%;
    height: 40px;
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cc0000;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
  }
  .contract__label__btn__type:hover {
    background-color: #e91313;
  }


  /*main__content1��*/
  .main__content__type01 {
    padding: 76px 15px 40px;
    background-image: url("/logistics_center/tsukuba/lp/img/index_bg01.webp"),url("/logistics_center/tsukuba/lp/img/index_bg02.webp")  ;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: 90px 214px, 90px 107px;
  }
  .recommend__box {
    position: relative;
    max-width: 1100px;
    border: 2px solid #003366;
    padding: 32px 12px 0px;
    margin: 0 auto;
  }
  .recommend__box__title-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .recommend__box__title {
    position: relative;
    color: #fff;
    font-size: 2.4rem;
  }
  .recommend__box__title::before {
    position: absolute;
    content: "";
    width: 302px;
    height: 45px;
    top: -8px;
    left: -18px;
    background: url(/logistics_center/tsukuba/lp/img/index_bg03.webp) no-repeat;
    background-size: 302px 45px;
    z-index: -1;

  }
  .recommend__box__list-wrap{
    display: flex;
    justify-content: center;
  }
  .recommend__box__list-wrap__order-list {
    margin: 0;
    padding-left: 35px;
  }
  .recommend__box__list-wrap__order-list > li {
    position: relative;
    padding: 10px 0;
    color: #555555;
    font-size: 1.3rem;
  }
  .recommend__box__list-wrap__order-list > .type1::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/logistics_center/tsukuba/lp/img/index_ic03.webp) no-repeat;
    background-size: 25px 25px;
    top: 23px;
    left: -35px;
  }
  .recommend__box__list-wrap__order-list > .type2::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/logistics_center/tsukuba/lp/img/index_ic03.webp) no-repeat;
    background-size: 25px 25px;
    top: 15px;
    left: -35px;
  }
  .recommend__box__list-wrap__order-list > li .marker-text {
    color: #003366;
    font-size: 2.1rem;
    font-weight: bold;
    background:linear-gradient(transparent 80%, #ffe400 0%);
  }
  .heading2-tsukuba {
    display: flex;
    justify-content: center;
  }
  .heading2-tsukuba__title {
    width: 82%;
    margin: 27px auto 0;
  }
  .lead-text {
    margin: 28px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .list-wrap-feartures {
    margin-top: 40px;
  }
  .list-wrap-feartures__order-list {
    padding: 0;
    margin: 0;
  }
  .list-wrap-feartures__order-list > li:first-of-type {
    margin: 0!important;
  }
  .list-wrap-feartures__order-list > li {
    position: relative;
    padding: 35px 10px 24px;
    margin: 37px 0 0;
    border: 4px solid #003366;
    background-color: #fff;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
  }
  .num1::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/logistics_center/tsukuba/lp/img/index_tx01.webp") no-repeat;
    background-size: 50px 50px;
  }
  .num2::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/logistics_center/tsukuba/lp/img/index_tx02.webp") no-repeat;
    background-size: 50px 50px;
  }
  .num3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/logistics_center/tsukuba/lp/img/index_tx03.webp") no-repeat;
    background-size: 50px 50px;
  }
  .media-features {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-features__head {
    margin-right: 20px;
  }
  .media-features__head img {
    width: 75px;
  }

  .media-features__title {
    margin: 0;
    color: #003366;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .media-features__title-small {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .media-features__text {
    font-size: 1.3rem;
  }


    /*�A���J�[���X�g*/
  .anchor-navi-tsukuba {
    background-color: #000;
  }
  .anchor-navi-tsukuba__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.6rem;

  }
  .anchor-navi-tsukuba__list .type01 {
    width: calc(100%/3);
  }
  .anchor-navi-tsukuba__list .type02 {
    width: calc(100%/2);
  }
  .anchor-navi-tsukuba__link {
    display: block;
    padding: 20px 0 22px;
    color: #fff;
    text-decoration: none;

  }
  .anchor-navi-tsukuba__label {
    position: relative;
  }
  .anchor-navi-tsukuba__label::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    bottom: -12px;
    left: 42%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
  }








  /*���C���R���e���c2��*/
  .main__content__type02 {
    padding: 80px 0 120px;
    background: url("/logistics_center/tsukuba/lp/img/index_sp_bg04_1.webp") ,url("/logistics_center/tsukuba/lp/img/index_sp_bg04_2.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom right;
    background-size: 90px 108px, 92px 215px;
  }
  .heading3-tsukuba {
    text-align: center;
  }
  .heading3-tsukuba__title {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title::before {
    position: absolute;
    content: "";
    width: 241px;
    height: 44px;
    top: -49px;
    left: -75px;
    background: url(/logistics_center/tsukuba/lp/img/index_h02.webp) no-repeat;
    background-size: 241px 44px;
    z-index: -1;

  }
  .heading3-tsukuba__title__label {
    position: relative;
    color: #fff;
    font-size: 2.4rem;

  }
  .heading3-tsukuba__title__label::before {
    position: absolute;
    content: "";
    top: -8px;
    left: -66px;
    width: 222px;
    height: 46px;
    background: url("/logistics_center/tsukuba/lp/img/index_bg05.webp") no-repeat;
    background-size: 222px 46px;
    z-index: -1;
  }

  .access__box-wrap {
    position: relative;
    margin-top: 190px;
  }
  .access__box {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: -165px;
    left: 0;
    right: 0;
  }
  .access__box__elm01 {
    /*margin-right: 10px;*/
  }
  .access__box__elm02 {
    /*margin-left: 10px;*/
  }
  .access__box__elm01, .access__box__elm02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 190px;
    background-color: #003366;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
  }
  .access__box__body img {
    width: 120px;
    height: auto;
  }
  .access__box__head {
    height: 63px;
  }
  .access__box__text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
  }
  .access__box__text-small {
    font-size: 1rem;
  }
  .image {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }

  .google_map-wrap {
    position: relative;
  }
  .google_map {
    position: absolute;
    top: 25px;
    left: 4%;
    right: 0;
  }
  .google_map > iframe {
    width: 95%;
    height: 200px;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
  }
  /*���C���R���e���c3��*/
  .main__content__type03 {
    padding: 220px 15px 25px;
    background-image: url(/logistics_center/tsukuba/lp/img/index_bg08.webp),url("/logistics_center/tsukuba/lp/img/index_bg09.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: 90px 215px, 90px 107px;
  }

  .heading3-tsukuba__title02 {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title02::before {
    position: absolute;
    content: "";
    width: 260px;
    height: 112px;
    top: -50px;
    left: -78px;
    background: url("/logistics_center/tsukuba/lp/img/index_h03.webp") no-repeat;
    background-size: 260px 45px;
    z-index: -1;
  }
  /*�e�[�u��*/
  .table-tsukuba {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
  }
  .table__w--33per {
    width: 33%;
  }
  .table__w--67per {
    width: 67%;
  }
  .table-tsukuba__matrix {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-spacing: 0;
  }
  .table-tsukuba__matrix [class*=__cell] {
    display: block;
    padding: 15px;
    border-top: 1px solid #ddd;
  }
  [class*=__cell--lv2] {
    background-color: #eee;
    font-weight: bold;
    text-align: left;
  }
  .table__cell--lv2--left-top {
    vertical-align: top;
    text-align: left;
  }
  .table-tsukuba__column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .table-tsukuba__column > .column__item {
    width: calc(100%/3);
  }
  .table-tsukuba__image-wrap--center {
    text-align: center;
  }
  .table-tsukuba__image-wrap--center .image__title {
    height: 50px;
  }
  .table-tsukuba__image-wrap--center .image__frame {
    width: 75px;
    margin: 0 auto;
  }
  .table-tsukuba__image-wrap--center .image__caption {
    margin-top: 15px;
  }


  .btn-wrap--center-pdf {
    margin-top: 25px;
  }
  .btn-wrap--center-pdf .btn {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .btn-wrap--center-pdf .btn .btn__type {
    width: 100%;
    padding: 15px 35px 15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    text-decoration: none;
  }
  .btn-wrap--center-pdf .btn .btn__type:hover {
    background-color: #0065cc;
  }
  .btn-wrap--center-pdf .btn .btn__type .btn__label .file-size {
    position: relative;
  }
  .btn-wrap--center-pdf .btn .btn__type .btn__label .file-size::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 22px;
    top: -2px;
    right: -26px;
    background: url("/logistics_center/tsukuba/lp/img/index_pdf_ic04.webp") no-repeat;
    background-size: 19px 22px;
  }
  .file-size {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .btn-wrap--center-movie {
    margin-top: 25px;
  }
  .btn-wrap--center-movie .btn {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .btn-wrap--center-movie .btn .btn__type {
    width: 100%;
    padding: 15px 35px 15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #003366;
    text-decoration: none;
    text-align: center;
  }
  .btn-wrap--center-movie .btn .btn__type:hover {
    background-color: #19a4d3;
  }
  .btn-wrap--center-movie .btn .btn__type .btn__label .btn__text-small {
    font-size: 1.2rem;
    font-weight: 500;
  }









  /*���C���R���e���c4��*/
  .main__content__type04 {
    position: relative;
    padding: 85px 15px 40px;
    background-image: url(/logistics_center/tsukuba/lp/img/index_bg10.webp),url("/logistics_center/tsukuba/lp/img/index_bg11.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: right top, right bottom;
    background-size: 90px 108px, 90px 213px;
  }
  .main__content__type04::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: -2;
  }
  .heading3-tsukuba__title03 {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title03::before {
    position: absolute;
    content: "";
    width: 227px;
    height: 44px;
    top: -49px;
    left: -52px;
    background: url("/logistics_center/tsukuba/lp/img/index_h04.webp") no-repeat;
    background-size: 227px 44px;
    z-index: -1;
  }
  .heading3-tsukuba__title__label02 {
    position: relative;
    color: #fff;
    font-size: 2.4rem;

  }
  .heading3-tsukuba__title__label02::before {
    position: absolute;
    content: "";
    top: -7px;
    left: -51px;
    width: 222px;
    height: 45px;
    background: url("/logistics_center/tsukuba/lp/img/index_bg05.webp") no-repeat;
    background-size: 222px 45px;
    z-index: -1;
  }

  /*���ʐ}*/
  .view-box {
    max-width: 1500px;
    margin: 30px auto 0;
    background-color: #fff;
    -moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
    -ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
    box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);

  }

  .view-box__media__head__inner {
    display: flex;
  }
  .view-box__media__head-floor {
    width: 84px;
    height: 84px;
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #003366;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
  }
  .floor-number {
    font-size: 5rem;
  }
  .view-box__media__head-detail {
    margin: 15px 0 0 15px;
  }
  .facility-name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .facility-scale {
    font-size: 1.2rem;
  }
  .view-box__media__body{
    padding: 15px 10px;
  }



  .view-accordion {
    position: relative;
    max-width: 1200px;
    margin: 18px auto 0;
  }
  .view-accordion::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 18px;
    top: -18px;
    left: 47%;
    background: url("/logistics_center/tsukuba/lp/img/index_bg12.webp") no-repeat;
    background-size: 24px 18px;
  }
  .view-accordion__head {
    display: block;
    padding: 15px 40px 15px 15px;
    background-color: #003366;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .view-accordion__title {
    position: relative;
  }
  .view-accordion__title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

  }
  .view-accordion__title::before, .view-accordion__title::after {
    width: 16px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    right: -23px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    content: "";
    transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .is-active .view-accordion__title:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .view-accordion__body {
    display: none;
    padding: 14px 15px;
    background-color: #fff;
  }
  .is-active .view-accordion__body {
    display: block;
    padding: 14px 15px;
    background-color: #fff;
  }
  .view-accordion__body__image {
    text-align: center;
  }
  .view-accordion__body__image figure {
    margin-top: 15px;
  }

  /*���C���R���e���c5��*/
  .main__content__type05 {
    position: relative;
    padding: 95px 0 35px;
    background-image: url(/logistics_center/tsukuba/lp/img/index_bg13.webp),url(/logistics_center/tsukuba/lp/img/index_bg14.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: 90px 214px, 90px 107px;
  }


  .heading3-tsukuba__title04 {
    position: relative;
    display: inline-block;
  }
  .heading3-tsukuba__title04::before {
    position: absolute;
    content: "";
    width: 263px;
    height: 45px;
    top: -42px;
    left: -16px;
    background: url("/logistics_center/tsukuba/lp/img/index_h05.webp") no-repeat;
    background-size: 263px 45px;
    opacity: 0.8;
  }
  .heading3-tsukuba__title__label03 {
    position: relative;
    line-height: 2;
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
    width: 223px;
    height: 45px;
    background: url(/logistics_center/tsukuba/lp/img/index_bg05.webp) no-repeat;
    background-size: 223px 45px;
    background-position: 0px 0px;
  }
  .heading3-tsukuba__title__label03::before {
  }



  .service-box {
    max-width: 1500px;
    padding: 25px 15px;
    margin: 30px auto 0;
    background-color: #eee;
  }
  .service-box__title {
    color: #003366;
    text-align: center;
  }
  .service-box__title h3 {
    font-size: 2.1rem;
    font-weight: bold;
  }
  .service-box__image-wrap {
    margin-top: 20px;
    text-align: center;
  }
  .service-box__media {
    margin-top: 25px;
  }
  .service-box__media__head {
  }
  .service-box__media__body {
    margin-top: 20px;
    text-align: center;
  }
  .service-box__media__lead-text {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .text-accent-blue {
    color: #003366;
  }
  .util-bold {
    font-weight: bold;
  }

  /*�֘A�T�[�r�X*/
  .related-service {
    width: 100%;
    padding: 25px 20px;
    background-color: #6a7076;
    text-align: center;
  }
  .related-service__title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .related-service__list-wrap{
    margin-top: 13px;
    color: #fff;
  }
  .related-service__list-wrap__order-list {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .related-service__list-wrap__order-list > li:nth-of-type(n+2) {
    width: 100%;
    border-top: 1px solid #fff;
  }

  .related-service__list-wrap__order-list__link {
    display: block;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
  }
  .related-service__list-wrap__order-list__link:hover {
    color: #333;
    background-color: #fff;
    text-decoration: none;
  }
  .related-service__list-wrap__order-list__label {
    position: relative;
  }
  .related-service__list-wrap__order-list__label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
    right: -18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .related-service__list-wrap__order-list__link:hover .related-service__list-wrap__order-list__label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
    right: -18px;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
    transform: rotate(45deg);
  }
  /*����*/
  .movie__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto 80px;
  }
  .movie__box iframe{
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  /*�t�b�^�[*/
  .Footer {
    position: relative;
    background-color: #000;
    padding: 25px 15px 30px;
    margin: 0;
    border-top: 1px solid #fff;
  }
  .footer-copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
  }
  .footer-copyright small {
    display: inline-block;
    margin-top: 8px;
    color: #999;
  }
  .footer-link {
    padding: 0;
  }
  .footer-link > li > a.a-blank {
    padding-right: 20px;
  }
  .footer-link > li > a {
    position: relative;
    padding-right: 15px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
  }
  .footer-link > li > a.a-blank::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 14px;
    height: 12px;
    background-position: 0 -20px;
  }


  .gnav-list > li > a > span::after, .head-icon-search > span::before, .head-icon-recruit > a > span::before, .head-icon-fglis > a > span::before, .head-contact > a > span::before, .footer-link > li > a::after, .head-contact > a::before, .search-close::after, .search-btn, .megaMenu .megaMenu_title > a::after, .megaMenu .megaMenu_link > li > a::before, .megaMenu .megaMenu_link > li > a::after, .Pagetop > a {
    background: url("/logistics_center/tsukuba/lp/img/sprite.webp") no-repeat 0 0;
    content: "";
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .Pagetop {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 2;
  }
  .Pagetop.stop {
    position: absolute;
    right: 10px;
    top: -65px;
    z-index: 2;
  }
  .Pagetop > a {
    width: 45px;
    height: 45px;
    background-position: -245px -4px;
    background-size: 459px auto;
  }
  .util-sp-pb65 {
    padding-bottom: 65px;
  }
}
