@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
/* 改行 */
.br-sp {
  display: none;
}

@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}
.no-br-sp {
  display: block;
}

@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}
/* フォントサイズ */
.f34 {
  font-size: 3.4rem;
}

@media (max-width: 1667px) {
  .f34 {
    font-size: 2.9rem;
  }
}
@media (max-width: 834px) {
  .f34 {
    font-size: 1.925rem;
  }
}
.sec-ttl__wrap {
  background-color: transparent;
}

.bus-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.bus-ttl__img {
  margin-right: 1rem;
  width: 1rem;
}

@media (max-width: 650px) {
  .whole {
    width: 545px;
  }
}

/* -------------------------
 * under-mv
 * ------------------------- */
.under-mv {
  aspect-ratio: 42/17;
  position: relative;
  margin-bottom: 15rem;
}
@media (max-width: 1667px) {
  .under-mv {
    margin-bottom: 10rem;
  }
}
@media (max-width: 834px) {
  .under-mv {
    margin-bottom: 0;
    aspect-ratio: 10/7;
  }
}
.under-mv .breadcrumbs {
  position: absolute;
  right: 5%;
  bottom: 6%;
  margin-top: 0;
}
@media (max-width: 834px) {
  .under-mv .breadcrumbs {
    right: auto;
    left: 5%;
  }
}
.under-mv .breadcrumbs li:last-child {
  color: #fff;
}

.under-mv__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.under-mv__inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.under-mv__ttl-s {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 834px) {
  .under-mv__ttl-s {
    margin-bottom: 0.5rem;
    text-align: left;
  }
}

.under-mv__ttl-jp {
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 1667px) {
  .under-mv__ttl-jp {
    margin-bottom: 3rem;
  }
}
@media (max-width: 834px) {
  .under-mv__ttl-jp {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: left;
  }
}

.under-mv__txt {
  text-align: center;
}
@media (max-width: 834px) {
  .under-mv__txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* -------------------------
 * 追従サイドメニュー
 * ------------------------- */
.bus-detail__inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 3rem 6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .bus-detail__inner {
    display: block;
    margin: 0 5%;
  }
}

.bus-detail__ttl {
  position: sticky;
  top: 120px;
  width: 25vw;
  height: fit-content;
}
@media screen and (max-width: 1500px) {
  .bus-detail__ttl {
    width: 30rem;
  }
}
@media screen and (max-width: 1200px) {
  .bus-detail__ttl {
    position: inherit;
    width: 100%;
    margin-bottom: 3rem;
  }
}

.bus-detail__ttl-head {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .bus-detail__ttl-head {
    margin-bottom: 2rem;
  }
}

.js-location-nav__list li {
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .js-location-nav__list li {
    margin-bottom: 1rem;
  }
}

.js-location-nav__link-sub {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .js-location-nav__link-sub {
    margin-top: 0.5rem;
  }
}
.js-location-nav__link-sub a {
  margin: 0 0 0 1em;
}

.js-location-nav__jp-sub.is-active {
  color: #15950d;
}

.js-location-nav__jp {
  font-weight: 400;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.js-location-nav__link.active .f16 {
  color: #15950d;
}
.js-location-nav__link.active .f14 {
  color: #15950d;
}

.js-location-content {
  scroll-margin-top: 12rem;
  margin-bottom: 10rem;
}
.js-location-content.last {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .js-location-content {
    margin-bottom: 4rem;
  }
}

.bus-detail__cont-ttl {
  background: url(../img/recruit/ttl-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 1rem;
  height: 16rem;
  margin-bottom: 4rem;
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .bus-detail__cont-ttl {
    height: 8rem;
    margin-bottom: 2rem;
    padding: 2rem 3rem;
  }
}

.bus-detail__desc-ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .bus-detail__desc-ttl {
    margin-bottom: 2rem;
    text-align: center;
  }
}

.bus-detail__desc {
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .bus-detail__desc {
    margin-bottom: 2rem;
  }
}

.bus-detail__list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 834px) {
  .bus-detail__list {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.bus-detail__list li:last-child {
  border-right: 1px dotted #ebebeb;
}

@media (max-width: 834px) {
  .bus-detail__list li:last-child {
    border-right: none;
    border-bottom: none;
  }
}
.bus-detail__list-item {
  width: 33.33%;
  border-left: 1px dotted #ebebeb;
  padding: 2rem;
  margin-bottom: 4rem;
}

@media (max-width: 1200px) {
  .bus-detail__list-item {
    padding: 2rem;
  }
}
@media (max-width: 834px) {
  .bus-detail__list-item {
    width: 100%;
    border-bottom: 1px dotted #ebebeb;
    border-left: none;
    margin-bottom: 0rem;
  }
}
.bus-detail__img {
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .bus-detail__img {
    margin-bottom: 1.5rem;
  }
}

.bus-detail__list-cont-ttl {
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .bus-detail__list-cont-ttl {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

.bus-detail__related {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.bus-detail__related-txt {
  margin-right: 3rem;
}
@media (max-width: 834px) {
  .bus-detail__related-txt {
    flex-basis: 100%;
    margin-right: 3rem;
    margin-bottom: 1rem;
  }
}

.bus-detail__icon {
  margin-right: 1rem;
  width: 6rem;
}

/* -------------------------
 * bus-first__list
 * ------------------------- */
.bus-first__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 834px) {
  .bus-first__list {
    gap: 2rem 1rem;
  }
}

.bus-first__list-item {
  flex-basis: calc(20% - 0.4rem);
}
@media (max-width: 834px) {
  .bus-first__list-item {
    flex-basis: calc(50% - 0.5rem);
  }
}
.bus-first__list-item img {
  margin-bottom: 1rem;
}

.bus-first__txt {
  line-height: 1.4;
  text-align: center;
}
.bus-first__txt span {
  display: block;
}

/* -------------------------
* bus-gray__list
* ------------------------- */
.bus-gray__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 6rem;
}

.bus-gray__list-item {
  flex-basis: calc(33.33% - 0.67rem);
  border-radius: 1rem;
  background: #f4f4f4;
  padding: 3.5rem 2rem;
}
@media (max-width: 834px) {
  .bus-gray__list-item {
    flex-basis: 100%;
  }
}

.bus-gray__no {
  text-align: center;
  margin-bottom: 1.5rem;
}
.bus-gray__no span {
  padding: 0.5rem 1.5rem;
  background: #15950d;
  border-radius: 3rem;
}

.bus-gray__ttl {
  margin-bottom: 2rem;
  text-align: center;
}

.bus-gray__sub {
  margin-bottom: 1rem;
}

.bus-gray__txt {
  border-bottom: 1px dotted #d3d3d3;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.bus-gray__dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  align-items: center;
}
@media (max-width: 650px) {
  .bus-gray__dl {
    gap: 0.5rem 0;
  }
}
.bus-gray__dl dt {
  margin-right: 1rem;
  width: 1.5rem;
}
.bus-gray__dl dd {
  width: calc(100% - 2.5rem);
  display: flex;
  justify-content: space-between;
}

.bus-gray__last {
  background: #f4f4f4;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 3.5rem 2rem;
}

.bus-gray__last-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 650px) {
  .bus-gray__last-cont {
    flex-direction: column;
    gap: 2rem;
  }
}
.bus-gray__last-cont .bus-gray__ttl {
  margin-bottom: 0rem;
  text-align: left;
  width: 50%;
}
@media (max-width: 650px) {
  .bus-gray__last-cont .bus-gray__ttl {
    width: 100%;
  }
}
.bus-gray__last-cont .bus-gray__txt {
  width: 50%;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 650px) {
  .bus-gray__last-cont .bus-gray__txt {
    width: 100%;
  }
}

.bus-gray__hori {
  border-top: 1px dotted #d3d3d3;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
}
.bus-gray__hori .f15 span {
  margin-right: 1rem;
}

.bus-flow__list .bus-flow__list-item {
  border-top: 1px dotted #dddddd;
  padding: 3rem 2rem;
}
@media (max-width: 650px) {
  .bus-flow__list .bus-flow__list-item {
    padding: 2rem 1rem;
  }
}
.bus-flow__list .bus-flow__list-item:last-child {
  border-bottom: 1px dotted #dddddd;
}

.bus-flow__list-item-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 650px) {
  .bus-flow__list-item-flex {
    flex-direction: column;
  }
}

.bus-flow__point {
  width: 40%;
}
@media (max-width: 650px) {
  .bus-flow__point {
    margin-bottom: 0.25rem;
    width: 100%;
  }
}
.bus-flow__point span {
  display: inline-block;
  width: 5rem;
}
@media (max-width: 650px) {
  .bus-flow__point span {
    width: 3rem;
  }
}

.bus-flow__detail {
  width: 60%;
}
@media (max-width: 650px) {
  .bus-flow__detail {
    width: 100%;
  }
}

/* -------------------------
* bus-support__list
* ------------------------- */
.bus-support__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 7rem;
}
@media (max-width: 834px) {
  .bus-support__list {
    margin-top: 3rem;
  }
}

.bus-support__list-item {
  border-radius: 1rem;
  background: #f4f4f4;
  padding: 3.5rem 5rem;
}
@media (max-width: 834px) {
  .bus-support__list-item {
    padding: 2.5rem 5%;
  }
}

.bus-support__list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .bus-support__list-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.bus-support__no {
  width: 40%;
}
@media (max-width: 834px) {
  .bus-support__no {
    width: 100%;
  }
}
.bus-support__no .en {
  padding: 0.5rem 1.5rem;
  background: #15950d;
  border-radius: 3rem;
  margin-right: 3rem;
}
@media (max-width: 834px) {
  .bus-support__no .en {
    margin-right: 1rem;
  }
}

.bus-support__list-flex-cont {
  width: 60%;
}
@media (max-width: 834px) {
  .bus-support__list-flex-cont {
    width: 100%;
  }
}

/* -------------------------
* bus-support__list
* ------------------------- */
.bus-service__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6rem;
  margin-bottom: 7rem;
  position: relative;
}
@media (max-width: 834px) {
  .bus-service__list {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.bus-service__list:after {
  position: absolute;
  content: "";
  border-left: 1px dotted #ddd;
  height: 82%;
  width: 1px;
  left: 3.5rem;
  top: 10%;
  z-index: -1;
}
@media (max-width: 834px) {
  .bus-service__list:after {
    height: 77%;
    left: 2.25rem;
    top: 3%;
  }
}

.bus-service__list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .bus-service__list-flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.bus-service__no {
  width: 40%;
}
@media (max-width: 834px) {
  .bus-service__no {
    width: 100%;
  }
}
.bus-service__no .en {
  padding: 0.5rem 2.5rem;
  background: #15950d;
  border-radius: 3rem;
  margin-right: 3rem;
}
@media (max-width: 834px) {
  .bus-service__no .en {
    padding: 0.5rem 1.5rem;
    margin-right: 1rem;
  }
}

.bus-service__gray {
  border-radius: 1rem;
  background: #f4f4f4;
  padding: 2rem 3rem;
  width: 60%;
}
@media (max-width: 834px) {
  .bus-service__gray {
    width: 77%;
    margin-left: 13%;
    padding: 2rem 5%;
  }
}

.bus-service__dot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
}

#environment03a .bus-ttl,
#environment03b .bus-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 834px) {
  #environment03a .bus-ttl,
  #environment03b .bus-ttl {
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
#environment03a .bus-ttl .f24,
#environment03b .bus-ttl .f24 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 834px) {
  #environment03a .bus-ttl .f24,
  #environment03b .bus-ttl .f24 {
    margin-bottom: 0.5rem;
  }
}
#environment03a .bus-ttl .hastag,
#environment03b .bus-ttl .hastag {
  display: flex;
  gap: 2rem;
}
@media (max-width: 834px) {
  #environment03a .bus-ttl .hastag,
  #environment03b .bus-ttl .hastag {
    display: block;
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=business-under.css.map */