@charset "utf-8";
/*++++++++++++++
    slide
    ++++++++++++++*/
section#slide {
  position: relative;
  z-index: 0;
  margin: 20px auto 0;
  padding: 0;
  overflow: hidden;
  width: 96.5%;
  display: flex;
  max-width: 2048px;
}

section#slide .main-slide {
  width: 78%;
  margin: 0 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

section#slide .main-slide .swiper-slide-active img,
section#slide .main-slide .swiper-slide-duplicate-active img,
section#slide .main-slide .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
section#slide .main-slide .swiper-slide img {
  display: block;
}

.read {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 80px auto 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  text-align: center;
}

.read dt {
  color: #fff;
  font-size: 4.5em;
  font-weight: 300;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
}

.read dd p {
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  letter-spacing: 3px;
  font-family: "Noto Serif JP", serif;
}

/**/
.swiper-pagination-bullet {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  transition: transform .2s linear;
  width: 20px;
  height: 20px;
  opacity: 1;
  text-align: center;
}
.main-slide .swiper-pagination{
  bottom: 15px;
  right: 10px;
  left: inherit;
  text-align: right;
}
/* 現在のページネーションのスタイル */
.swiper-pagination-bullet-active {
  background-color: #e60012;
  color: #fff;
  border: 2px #fff solid;
  width: 20px;
  height: 20px;
  line-height: 1.1;
  padding: 0 0px 0 0;
}
/* ページネーションの余白(位置) */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 30px;
}
.scroll {
  cursor: pointer;
  position: absolute;
  width: 140px;
  height: 100px;
  bottom: 0;
  margin: auto;
  left: 0;
  overflow: hidden;
  z-index: 10;
  right: 0;
  display: none;
}

.scroll a:before {
  -moz-animation-name: anime1;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: anime1;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: anime1;
  -o-animation-duration: 5s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: anime1;
  -ms-animation-duration: 5s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  content: "";
  position: absolute;
  top: 26px;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  text-align: center;
  z-index: 100;
  display: block;
  overflow: hidden;
}

.scroll a {
  position: absolute;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  width: 71px;
  top: 0;
  left: 0;
  right: 0;
}

.scroll a:after {
  content: "Scroll";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
}

.scroll span {
  display: block;
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 0;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1em;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  writing-mode: vertical-lr;
  font-family: "Crimson Text", serif;
  font-weight: 700;
}

@-moz-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}

@-webkit-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}

@-o-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}

@-ms-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}

/*++++++++++++++
    banner
    ++++++++++++++*/

.banner-wrap {
  width: 23.2%;
  margin: 0 1% 0 0;
}

.banner-wrap a figure {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}

/*++++++++++++++
    information
    ++++++++++++++*/
section#information {
  padding: 120px 0 40px;
  margin: 0 auto 0;
  position: relative;
}

section#information.info-group {
  background: #f3f7f9;
}

section#information .inner {
  margin: auto;
  max-width: none;
}

/*tab*/

.tab-box {
  margin: 60px auto 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 10px;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.tab-label {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-label {
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  width: 50%;
  background: #ffffff;
  text-align: center;
  color: #000;
  font-weight: 600;
  padding: 25px 0;
  border-radius: 5px 5px 0 0;
  bottom: 0px;
  box-shadow: inset -5px -1px 10px 5px #ededed;
}

.tab-label.tab04 {
  border: none;
}

.tab-label:hover {
  opacity: 1;
}

.tab-label span {
  font-size: 1.3em;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.tab-label:first-child {
  border-top-right-radius: 0;
}

label.tab-label.tab02 {
  border-top-left-radius: 0;
}

.tab-switch:checked + .tab-label.tab02 {
  border-top-left-radius: 5px;
}

label.tab-label.tab01 {
  border-top-right-radius: 0;
}

.tab-switch:checked + .tab-label.tab01 {
  border-top-right-radius: 5px;
}

/* アクティブなタブ */

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  transition: 0.5s opacity;
  margin: 0;
  padding: 0;
  border-top: 3px solid #183d5d;
}

.tab-switch:checked + .tab-label:before {
  opacity: 1;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-content .tab_ex {
  border-bottom: 1px solid #f6fbf4;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: 400;
}

.tab-switch:checked + .tab-label + .tab-content b span {
  font-size: 28px;
  font-weight: 700;
}

.tab-switch:checked + .tab-label {
  opacity: 1;
  background: #183d5d;
  color: #fff;
  border-right: none;
  bottom: 0px;
  box-shadow: inset -4px -3px 6px 3px #12304a;
  z-index: 3;
  padding: 45px 0 25px;
}

section#information .n-bus {
  background: #fff;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
}

section#information .n-bus ul li a p {
  margin: 0 0 0 20px;
  width: 79%;
}

section#information .n-bus ul li a:hover p {
  color: #005bac;
}

small.cate {
  padding: 5px 14px 7px;
  border-radius: 3px;
  color: #fff;
  width: 150px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

section#information .n-bus ul li {
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 30px;
}

section#information ul li:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

section#information ul li span {
  margin: 0 20px 0 0;
  font-size: 0.9em;
  letter-spacing: 1px;
}

section#information .n-bus ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section#information .inner .group-bus {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

section#information .inner .group-bus ul.flex {
  flex-wrap: wrap;
}

section#information .inner .group-bus li {
  margin: 0 2.5% 2.5% 0;
  width: 23%;
  border-radius: 5px;
}

section#information .inner .group-bus li:nth-child(4n) {
  margin: 0;
}

section#information .inner .group-bus li a figure {
  overflow: hidden;
  border-radius: 5px;
}

section#information .inner .group-bus li a figcaption p {
  display: block;
  margin: 10px 0 0 0;
  font-size: 0.95em;
}

section#information .inner .group-bus li a figcaption small.cate {
  padding: 5px 7px 7px;
  width: 103px;
}

section#information .inner div.n-more {
  margin: 40px auto 0;
  display: block;
  text-align: center;
}

#information a.button3 {
  max-width: 350px;
  width: 100%;
  margin: auto;
  border: 2px solid #005bac;
  color: #fff;
  box-shadow: 2px 3px 16px 0px #959595;
  background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
}

/*カタルネット*/
.katarunet_banner figure {
  margin: auto;
  text-align: center;
  max-width: 1000px;
  width: 90%;
}

.katarunet_banner {
  margin: 60px auto 0;
}

.katarunet_banner figure a {
  display: block;
  padding: 30px;
  box-shadow: 2px 4px 16px 0px #eaf3fb;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: 0.3s;
}

.katarunet_banner figure a:hover {
  box-shadow: 0px 0px 0 0px #eaf3fb;
}

.katarunet_banner figure a:hover img {
  opacity: 0.6;
}

.katarunet_banner figure a img {
  opacity: 1;
  transition: 0.3s;
}

/*++++++++++++++
    concpet
    ++++++++++++++*/
section#concept {
  padding: 0;
  max-width: 2048px;
  margin: auto;
}

section#concept .inner {
  max-width: none;
  width: 96.5%;
}

section#concept .conceptbox {
  position: relative;
  margin: 55px auto 20px;
  /* display: flex; */
  /* width: 96.5%; */
}

section#concept .all_slide_bar {
  display: none;
}

section#concept .conceptbox ul {
  display: flex;
}

section#concept .conceptbox li {
  position: relative;
  border-radius: 10px;
  width: 32%;
  /* margin: 0 2% 0 0; */
}

section#concept .conceptbox li:last-child {
  margin: 0;
}

section#concept .conceptbox li b {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -15%;
  margin: 0;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 2px;
  left: -15%;
  writing-mode: tb-rl;
  margin: 30px;
}

section#concept .conceptbox li figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

section#concept .conceptbox li p {
  font-size: 1.1em;
}

section .midashi {
  font-size: 2.6em;
  letter-spacing: 3px;
  position: relative;
  z-index: 4;
  margin: 0 0 50px;
  font-weight: 600;
}

section .midashi b {
  font-size: 2em;
  font-weight: 300;
  margin: 0 10px 0 0;
  font-style: italic;
}

section .komidashi {
  font-size: 1.1em;
  letter-spacing: 2px;
  position: relative;
  z-index: 100;
}

/*++++++++++++++
    transportation
    ++++++++++++++*/

section#transportation {
  padding: 150px 0 0;
  position: relative;
  margin: -50px auto 0;
  z-index: 1;
}

section#transportation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #f3f7f9;
  top: 0;
}

section#transportation .midashi {
  margin: 0;
  z-index: 0;
}

#transportation .inner {
  z-index: 1;
  position: relative;
  max-width: none;
}

#transportation li a span {
  width: 33px;
  display: inline-block;
}

#transportation li h6 {
  display: inline-block;
  padding: 0 0 0 13px;
}

#transportation li a {
  display: flex;
  align-items: center;
  color: #000;
}

.t-wrap {
  padding: 120px 0 0 0;
  margin: -80px auto 0;
  z-index: 2;
  max-width: 2048px;
}

ul.t-list > li {
  width: 33.25%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  background: #eeeeee;
}

ul.t-list > li.routebus {
  background: #f4b1b1;
}

ul.t-list > li.airportliner {
  background: #fff8b0;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 50px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.icon:before {
  content: "";
  background: url(../images/index/ntasu.svg) no-repeat center;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-size: contain;
}

ul.t-list h4 small {
  display: block;
  font-size: 70%;
}

#transportation li a.button3 {
  box-shadow: none;
  border: none;
}

#transportation li a.button3:before {
  background: url(../images/common/arrow.svg) no-repeat center center;
}

.trans-box {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  padding: 0 30px 30px;
}

.trans-box.sp {
  display: none !important;
}

ol.flex {
  width: 100%;
}

.trans-box ol li {
  width: 49%;
}

ul.t-list > li .t-list-inner {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

ul.t-list > li .t-list-inner figure {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}

ul.t-list > li .t-list-inner figure span {
  position: absolute;
  right: 1.5%;
  top: 3%;
  background: hwb(0deg 16.37% 27.16% / 92%);
  padding: 1px 10px 3px 10px;
  border-radius: 30px;
  font-size: 0.9em;
  color: #fff;
}

.trans-box .t-name {
  width: 100%;
  margin: -40px auto 30px;
  position: relative;
}

/*++++++++++++++
    card
    ++++++++++++++*/
section#card {
  position: relative;
  padding: 150px 0 0;
  margin: 0 auto;
  z-index: 2;
}

section#card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 87%;
  background: #ffffff;
}

section#card .midashi {
  margin: 0 auto 0;
  z-index: 998;
  position: relative;
}

section#card article {
  margin: 0;
  position: relative;
}

section#card article figure {
  width: 54%;
  z-index: 1;
  position: relative;
  margin: 0 0 0 0;
}

section#card article:last-child figure {
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

section#card article .recruitbox {
  margin: 0 5% 0 0;
  position: relative;
  width: 48%;
}

section#card article .recruitbox .midashi {
  margin: 0 auto 40px;
  color: #000;
  font-size: 2.6em;
}

#card li {
  margin: 0 0 30px 0;
}

#card li a {
  display: flex;
  align-items: center;
  border: 2px solid #005bac;
  color: #fff;
  box-shadow: 2px 3px 16px 0px #959595;
  background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
}

#card li a span {
  width: 49px;
  height: 33px;
  display: inline-block;
  background: url(../images/index/ntasu_w.svg) no-repeat center;
  background-size: cover;
}

.trans-box .icon:before {
  background: url(../images/common/airport_y.svg) no-repeat center;
  background-size: contain;
  width: 55px;
  height: 35px;
}

.routebus .trans-box .icon:before {
  background: url(../images/common/city_p.svg) no-repeat center;
  background-size: contain;
  width: 47px;
  height: 47px;
}

.tourbus .trans-box .icon:before {
  background: url(../images/index/loop.svg) no-repeat center;
  background-size: contain;
  width: 47px;
  height: 37px;
}

.routebus .icon {
  background: #f4b1b1;
}

.airportliner .icon {
  background: #fff8b0;
}

.tourbus .icon {
  background: #eeeeee;
}

.t-list li:nth-child(n + 2) .trans-box .t-name {
  padding: 0 0 27px 0;
}

#transportation li .t-name a {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}

.airportliner .t-name a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/index/airport_bg.png) no-repeat center;
  top: 65px;
  z-index: -1;
  background-size: 87%;
}

.tourbus .t-name a:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../images/index/tour_bg.png) no-repeat center;
  top: 148px;
  z-index: -1;
  background-size: 95%;
}

#transportation li .t-name a span {
  width: 100%;
}

.trans-box h4 {
  width: 100%;
  padding: 90px 0 0 0;
  margin: auto;
  text-align: center;
}

#card li a.button3:before,
#information a.button3:before {
  background: url(../images/common/arrow_w.svg) no-repeat center center;
  background-size: 10px;
}

#card li a.button3:hover:before,
#information a.button3:hover:before {
  background: url(../images/common/arrow_b.svg) no-repeat center center;
  background-size: 10px;
}

#card li a:hover,
#information a:hover.button3 {
  background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
  box-shadow: 2px 4px 16px 0px #dedede;
  color: #005bac;
}

#card li:last-child a span {
  background: url(../images/index/card_w.svg) no-repeat center;
  background-size: cover;
}

#card li a:hover span {
  background: url(../images/index/ntasu.svg) no-repeat center;
  background-size: cover;
}

#card li:last-child a:hover span {
  background: url(../images/index/card.svg) no-repeat center;
  background-size: cover;
}

#card li h6 {
  display: inline-block;
  padding: 0 0 0 20px;
}

/*++++++++++++++
    business
    ++++++++++++++*/

section#business {
  padding: 90px 0 150px;
}

ul.b-list li {
  width: 47%;
  margin: 0 4% 0 0;
  position: relative;
}

ul.b-list li:last-child {
  margin: 0;
}

ul.b-list li figure {
  border-radius: 10px;
  overflow: hidden;
}

ul.b-list li:after {
  content: "";
  position: absolute;
  background: #f6f6f6;
  bottom: -21px;
  right: -30px;
  width: 100%;
  height: 80%;
  z-index: -1;
  border-radius: 10px;
}

.business-box h5 {
  margin: 20px 0 0 60px;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
}

/*++++++++++++++
    service
    ++++++++++++++*/

section#service {
  background: linear-gradient(2300deg, #7c8e9d 0%, #8e9ba5 52%, #7c8e9d 100%);
  padding: 60px 0 70px;
  position: relative;
}

#service .inner {
  max-width: 1920px;
  width: 95%;
}

ul.s-list li {
  width: 24%;
  margin: 0 2% 0 0;
}

ul.s-list li:last-child {
  margin: 0;
}

ul.s-list li a {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  position: relative;
}

ul.s-list li a figure {
  margin: 0;
}

ul.s-list li a figcaption {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: left;
  margin: auto;
  bottom: 5%;
  left: 5%;
  letter-spacing: 0.05em;
}

ul.s-list li a figcaption small {
  font-weight: 600;
  font-size: 1em;
  padding: 0;
  text-shadow: 0px 0px 30px #005bac;
}

ul.s-list li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(26deg, rgb(0 91 172) 0%, rgba(0, 97, 195, 0) 50%);
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

section#service figcaption h4 {
  text-shadow: 0px 0px 30px #005bac;
  font-size: 1.5em;
}

section#service h4 {
  color: #fff;
  z-index: 1;
  position: relative;
}

section#service h6 {
  color: #ffffff;
}

ul.s-list {
  position: relative;
  z-index: 1;
}

footer {
  background: #fff;
}

@media screen and (max-width: 1699px) {
  /*++++++++++++++
    transportation
    ++++++++++++++*/
  .swiper-button-prev.swiper-button-black {
    right: 17%;
  }

  .swiper-button-next.swiper-button-black {
    right: 12%;
  }
}

@media screen and (max-width: 1299px) {
  section .midashi {
    font-size: 2.6em;
    font-size: 2.1em;
  }

  /*++++++++++++++
    information
    ++++++++++++++*/
  section#information {
    padding: 100px 0 100px;
  }

  /*++++++++++++++
    card
    ++++++++++++++*/
  section#card {
    padding: 100px 0 0;
  }

  section#card article .recruitbox .midashi {
    font-size: 2.1em;
    letter-spacing: 1px;
  }

  /*++++++++++++++
    transportation
    ++++++++++++++*/
  section#transportation {
    padding: 100px 0 0;
  }

  .trans-box {
    padding: 0 20px 20px;
    /* height: 487px; */
  }

  .trans-box ol.flex {
    flex-wrap: wrap;
  }

  .trans-box ol li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .swiper-button-prev.swiper-button-black {
    right: 10%;
    top: 70px;
  }

  .swiper-button-next.swiper-button-black {
    right: 4%;
    top: 70px;
  }

  /*++++++++++++++
    concpet
    ++++++++++++++*/

  section#concept .conceptbox {
    margin: 40px auto 10px;
  }

  /*++++++++++++++
    business
    ++++++++++++++*/

  section#business {
    padding: 80px 0 80px;
  }

  ul.b-list.flex {
    flex-wrap: wrap;
  }

  ul.b-list li {
    width: 47%;
    margin: 0 6% 7% 0;
  }

  ul.b-list li:nth-child(2n) {
    margin: 0 0 7% 0;
  }

  /*++++++++++++++
    service
    ++++++++++++++*/

  section#service {
    padding: 50px 0 80px;
  }

  section#service figcaption h4 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1100px) {
  section .midashi {
    font-size: 2.2em;
  }

  /*++++++++++++++
    card
    ++++++++++++++*/

  section#card article .recruitbox .midashi {
    font-size: 1.8em;
  }

  /*++++++++++++++
    transportation
    ++++++++++++++*/
  .tourbus .t-name a:after {
    top: 109px;
    background-size: 144%;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .trans-box .t-name {
    margin: -36px 0 20px 0;
  }

  .trans-box h4 {
    padding: 70px 0 0 0;
  }

  .tourbus .trans-box .icon:before {
    width: 40px;
    height: 31px;
  }

  .routebus .trans-box .icon:before {
    width: 40px;
    height: 40px;
  }

  .t-list li:nth-child(n + 2) .trans-box .t-name {
    padding: 0 0 0px 0;
  }

  /*++++++++++++++
    business
    ++++++++++++++*/

  .business-box h5 {
    font-size: 1.2em;
  }

  /*++++++++++++++
    service
    ++++++++++++++*/

  section#service figcaption h4 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 991px) {
  /*++++++++++++++
    drivng
    ++++++++++++++*/

  .route-search .inner {
    padding: 30px 0;
  }

  .route-wrap-box {
    flex-wrap: wrap;
  }

  .route-wrap {
    width: 100%;
  }

  .banner-wrap {
    width: 95%;
    margin: 15px auto 0;
  }

  .banner-wrap a figure {
    border-radius: 10px;
  }

  section#slide {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  section#slide .main-slide {
    width: 100%;
    margin: 20px auto 0;
  }

  /*++++++++++++++
        information
        ++++++++++++++*/

  section#information {
    padding: 50px 0;
  }

  small.cate {
    width: 122px;
    padding: 5px 0px 7px;
  }

  section#information .inner .group-bus ul.flex {
    flex-wrap: wrap;
  }

  section#information .inner .group-bus ul.flex li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  section#information .inner .group-bus ul.flex li:nth-child(n + 5) {
    display: none;
  }

  section#information .inner .group-bus li a figure {
    width: 30%;
    margin: 0 3% 0 0;
    float: left;
  }

  section#information .inner .group-bus li a figcaption {
    width: 67%;
    margin: 0 0 0 0;
    float: left;
  }

  section#information .inner .group-bus li a figcaption .figc-top.flex {
    justify-content: flex-start;
  }

  section#information .n-bus ul li a p {
    display: block;
    width: 100%;
    margin: 6px 0 0 0;
  }

  section#information .n-bus ul li {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }

  section#information .n-bus ul li a {
    flex-wrap: wrap;
  }

  /*++++++++++++++
       card
        ++++++++++++++*/

  section#card {
    padding: 50px 0 0 0;
  }

  section#card article .inner {
    max-width: 100%;
  }

  section#card article:last-child figure {
    border-radius: 5px 0 5px 0;
    width: 50%;
  }

  section#card article .recruitbox {
    width: 40%;
    margin: 0 5%;
  }

  section#card:before {
    height: 78%;
  }

  /*++++++++++++++
        transportation
        ++++++++++++++*/
  .airportliner .t-name a:after {
    height: 49%;
    background-size: 105%;
  }

  section#transportation {
    margin: -120px 0 0 0;
    padding: 160px 0 0 0; /* background: none; */
  }

  ul.t-list > li {
    width: 100%;
    position: relative;
    padding: 0;
  }

  ul.t-list > li .t-list-inner figure {
  }

  .trans-box {
    width: 100%;
    margin: 0;
    padding: 0 15px 15px;
  }

  ul.t-list > li figure:before {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(2300deg, hsl(208deg 100% 34%) 0%, hsl(208deg 78% 41%) 52%, hsl(208deg 100% 34%) 100%);
    z-index: 0;
    width: 100%;
    height: 57%;
  }

  .icon {
    width: 60px;
    height: 60px;
    margin: 0;
  }

  ul.t-list > li .t-list-inner {
    flex-wrap: wrap;
    padding: 0;
  }

  .trans-box .t-name {
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px 0 10px 0;
  }

  #transportation li .t-name a {
    flex-wrap: wrap;
  }

  .trans-box .icon:before {
    width: 42px;
    height: 27px;
  }

  ul.t-list > li:nth-child(2) figure:before {
    height: 62%;
  }

  .trans-box ol li {
    /* width: 49%; */
    /* margin: 0 0 0 0; */
  }

  .t-list li:nth-child(3) .trans-box .t-name {
    padding: 0 0 29px 0;
  }

  .tourbus .trans-box .icon:before {
    width: 35px;
    height: 27px;
  }

  .trans-box h4 {
    width: auto;
    padding: 60px 0 0 0;
  }

  /*++++++++++++++
        business
        ++++++++++++++*/

  section#business {
    padding: 50px 0;
  }

  /*++++++++++++++
    group service
    ++++++++++++++*/

  ul.s-list {
    flex-wrap: wrap;
    justify-content: start;
  }

  ul.s-list li {
    width: 31%;
    margin: 0 2% 2% 0;
  }

  ul.s-list li:nth-child(3) {
    margin: 0 0 2% 0;
  }

  section#service {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  /*++++++++++++++
    slide
    ++++++++++++++*/

  section#slide {
    margin: 0 auto;
    width: 100%;
  }

  section#concept .all_slide_bar {
    display: block;
    width: 90%;
  }

  /*++++++++++++++
    information
    ++++++++++++++*/

  section#information dl {
    justify-content: left;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
  }

  section#information dl dt {
    font-weight: 600;
  }

  section#information dl.cvd19 dt {
    padding: 0 0 0 45px;
  }

  section#information ul li:last-child {
    margin: 0;
    border: none;
    padding: 0;
  }

  section#information ul li span {
    margin: 0 20px 0 0;
    font-size: 0.8em;
    letter-spacing: 1px;
  }

  section#information .inner .n-bus {
    padding: 0;
    margin: 0 auto 40px;
  }

  section#information .n-bus ul li a p {
    margin: 6px 0 0;
  }

  section#information .inner .group-bus li a figcaption p {
    margin: 6px 0 0 0;
  }

  section#information .inner .group-bus li a figcaption small.cate {
    padding: 4px;
  }

  section#information .inner .group-bus ul.flex li {
    margin: 0 0 10px 0;
  }

  /*カタルネット*/
  .katarunet_banner {
    margin: 0 auto 0;
  }

  .katarunet_banner figure a {
    padding: 20px;
  }

  .katarunet_banner figure a img {
    width: 180px;
  }

  /*++++++++++++++
    card
    ++++++++++++++*/
  section#card {
    padding: 0 0 30px 0;
  }

  #card li {
    margin: 0 0 15px 0;
  }

  section#card:before {
    height: 100%;
  }

  section#card .midashi {
    margin: 0 auto 0;
    z-index: 999;
    position: relative;
  }

  section#card article {
    margin: 0;
  }

  section#card article figure {
    margin: 0 0 20px;
  }

  section#card article .recruitbox .midashi {
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 30px 0;
  }

  section#card article .inner {
    flex-wrap: wrap;
  }

  section#card article:last-child figure {
    border-radius: 0;
    width: 100%;
  }

  section#card article .recruitbox {
    margin: 30px auto 0;
    max-width: 90%;
    width: 100%;
  }

  section#card article .recruitbox span {
    width: 37px;
    height: 24px;
  }

  /*++++++++++++++
    business
    ++++++++++++++*/

  section#business {
    padding: 30px 0 50px 0;
  }

  ul.b-list.flex {
    flex-wrap: wrap;
  }

  ul.b-list li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  ul.b-list li a {
    display: flex;
    align-items: center;
  }

  ul.b-list li figure {
    width: 50%;
    margin: 00;
    border-radius: 5px;
  }

  .business-box h5.button4:before {
    position: absolute;
    display: block;
    top: inherit;
    left: inherit;
    bottom: 0;
    margin: 0;
    bottom: -39px;
    right: 7%;
  }

  ul.b-list li .business-box {
    width: 57%;
    padding: 0 0 0 5%;
  }

  .business-box h5 {
    margin: 0;
    font-size: 1.1em;
    width: 100%;
    display: block;
    padding: 0;
  }

  ul.b-list li:after {
    right: 0;
    bottom: -13px;
    height: 100%;
    width: 88%;
    border-radius: 5px;
  }

  /*++++++++++++++
    transportation
    ++++++++++++++*/

  section#transportation {
    margin: 0;
    padding: 30px 0 0 0;
  }

  .icon {
    width: 90px;
    height: 57px;
    margin: 0 auto 0;
    border-radius: 100%;
  }

  .trans-box .icon:before {
    width: 30px;
    height: 30px;
  }

  .t-list-inner {
    /* display: flex; */
    position: relative;
  }

  .trans-box.sp {
    padding: 0 5%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
  }

  .trans-box.pc {
    display: none !important;
  }

  ul.t-list > li figure {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  ul.t-list > li .t-list-inner figure span {
    right: 1.5%;
    top: inherit;
    bottom: 5%;
  }

  ol.t-button {
    width: 100%;
    margin: 0;
    padding: 15px 5% 15px;
    display: flex !important;
    justify-content: space-between;
  }

  ol.t-button li {
    margin: 0;
    width: 48%;
  }

  #transportation li a span {
    width: 30px;
  }

  #transportation li a.button3 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .trans-box h4 {
    z-index: 1;
    width: 100%;
    text-align: center;
    display: block;
    padding: 52px 0 0 0;
    position: relative;
  }

  .t-wrap {
    padding: 30px 0 0 0;
    margin: 0 auto 0;
  }

  ul.t-list.flex {
    flex-wrap: wrap;
  }

  .trans-box .t-name {
    margin: -20px 0 20px 0;
  }

  .t-list li:nth-child(n + 2) .trans-box .t-name {
    padding: 0;
  }

  .airportliner .t-name a:after {
    height: 50%;
    top: 63px;
  }

  .tourbus .t-name a:after {
    top: 79px;
    background-size: 109%;
    opacity: 0.7;
  }

  .swiper-button-prev.swiper-button-black {
    top: 25px;
    right: 90px;
  }

  .swiper-button-next.swiper-button-black {
    top: 25px;
    right: 28px;
  }
  /*++++++++++++++
    service
    ++++++++++++++*/

  #service .inner {
    max-width: none;
    width: 90%;
  }

  ul.s-list {
    flex-wrap: wrap;
  }

  ul.s-list li,
  ul.s-list li:nth-child(3) {
    width: 48%;
    margin: 0 2% 3% 0;
  }

  ul.s-list li:nth-child(2n) {
    margin: 0 0 3% 0;
  }

  section#service {
    padding: 30px 0 30px 0;
  }

  section#service figcaption h4 {
    font-size: 1em;
  }

  ul.s-list li a figcaption small {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 480px) {
  /*++++++++++++++
    slide
    ++++++++++++++*/

  .scroll {
    height: 100px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  /*++++++++++++++
    information
    ++++++++++++++*/
  section#information {
    padding: 50px 0 50px;
  }

  section#information .inner {
  }

  section#information dl {
    justify-content: left;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
  }

  section#information dl.cvd19 {
  }

  section#information .inner div {
    flex-wrap: wrap;
  }

  section#information .inner div:last-child {
  }

  section#information dl dt {
    font-size: 1.2em;
  }

  section#information dl.cvd19 dt {
    letter-spacing: 1px;
    padding: 0 0 0 30px;
    width: auto;
  }

  section#information dl.cvd19 dt:before {
    width: 25px;
    height: 22px;
    background-size: 20px;
    bottom: inherit;
    top: 6px;
  }

  section#information dl dd {
  }

  section#information dl.cvd19 dd {
  }

  section#information ul {
  }

  section#information ul.cvd19 {
    padding: 25px 20px;
  }

  section#information ul.cvd19 li {
  }

  section#information ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  section#information ul li:last-child {
    margin: 0;
    border: none;
    padding: 0;
  }

  section#information ul li span {
    margin: 0 10px 0 0;
    font-size: 0.9em;
    letter-spacing: 1px;
  }

  section#information ul.cvd19 li span {
  }

  section#information ul li a,
  section#information ul.cvd19 li a {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.95em;
  }

  /*++++++++++++++
    concpet
    ++++++++++++++*/
  section#concept {
    padding: 10px 0 0px;
  }

  section#concept .inner {
  }

  section#concept .conceptbox {
    margin: 20px auto 0;
  }

  section .midashi {
    font-size: 1.6em;
    letter-spacing: 1px;
    margin: 0 0 30px;
    line-height: 1.3;
  }

  section .midashi b {
  }

  section .komidashi {
    font-size: 0.95em;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 30px;
  }

  section .midashi span {
    font-size: 0.75em;
  }

  /*++++++++++++++
    card
    ++++++++++++++*/
  section#card {
  }

  section#card .midashi {
    margin: 0 auto 0;
    z-index: 999;
    position: relative;
  }

  section#card article .inner {
    max-width: 100%;
  }

  section#card article:last-child figure {
    width: 100%;
  }

  section#card article .recruitbox {
  }

  section#card article .recruitbox .midashi {
    font-size: 1.6em;
  }

  /*++++++++++++++
    transportation
    ++++++++++++++*/

  .swiper-button-next.swiper-button-black {
    top: 30px;
    right: 20px;
  }

  .swiper-button-prev.swiper-button-black {
    top: 30px;
    left: inherit;
    right: 70px;
  }
}

/** 20240327 トップバナー変更 */

.banner-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 992px) {
  .banner-item {
    height: 50%;
  }

  .banner-item figure,
  .banner-item img {
    height: 100%;
  }

  .banner-item img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
}
