@charset "UTF-8";
.categoryTop .contentsInr {
  padding: 0;
}
.categoryTop .heroimgWrap {
  width: calc(100% + 20px);
  right: auto;
  transform: translateX(-50%);
  margin-right: initial;
  margin-left: initial;
}

.hero_img--withLinks {
  position: relative;
}
.hero_img__links::before {
  content: none;
}
.hero_img__links .linkbtn {
  position: relative;
  text-align: center;
}
.hero_img__links .linkbtn .btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
}

.xfIncludeArea {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.moduleArea {
  margin-top: 40px;
}

.bgGray {
  background-color: #e6e6e6;
}

.supportArea {
  margin-top: 40px;
}

.transportationListArea {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 48px;
}
.transportationListArea .ttlLv2 {
  margin-top: 0;
}
.transportationListArea .ctm_bdrColumn .colWrap .col {
  background-color: var(--color-white);
}

.cargoLowerCommonLinksArea {
  margin-top: 40px;
}

.cargoLowerCommonLinks {
  display: grid;
  gap: 32px;
}
.cargoLowerCommonLinks__item {
  display: grid;
  gap: 16px 32px;
}
.cargoLowerCommonLinks__body {
  font-size: 1.6rem;
}
.cargoLowerCommonLinks__link {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
}
.cargoLowerCommonLinks__link::before {
  content: "";
  position: absolute;
  top: 0.4375em;
  left: 0;
  width: 12px;
  height: 12px;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.cargoLowerCommonLinks__date {
  margin-top: 8px;
  color: var(--color-primary);
}
.cargoLowerCommonLinks__text {
  margin-top: 8px;
}

.ctm_contentsFull {
  margin-bottom: -20px;
}

.splide .mainViewArea__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splide .mainViewArea__controls {
  display: flex;
  gap: 15px;
  align-items: center;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  padding: 2px 8px 2px 10px;
  border-radius: 5px;
  background-color: #666;
  bottom: 10px;
}
.splide .mainViewArea__pagination {
  position: static;
  padding: 0;
}
.splide .mainViewArea__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #fff;
}
.splide .mainViewArea__pagination__page.is-active {
  transform: none;
  background-color: #cc0000;
}
.splide.is-focus-in .splide .mainViewArea__pagination__page:focus {
  outline: 1px solid #cc0000;
  outline-offset: 0;
}
.splide .mainViewArea__toggle {
  max-width: 21px;
}
.splide.is-focus-in .splide .mainViewArea__toggle:focus {
  outline: 1px solid #cc0000;
  outline-offset: 0;
}
.splide .mainViewArea__toggle.is-active .splide__toggle__pause {
  display: inline-block;
}
.splide .mainViewArea__toggle__play {
  display: inline-block;
  width: 9px;
  height: 10px;
}
.splide .mainViewArea__toggle__play img {
  vertical-align: baseline;
}
.splide .mainViewArea__toggle__pause {
  width: 9px;
  height: 10px;
}
.splide .mainViewArea__toggle__pause img {
  vertical-align: baseline;
}

.carouselArticleThumbnail {
  margin-top: 8px;
  padding-right: 6.006006006%;
  padding-left: 6.006006006%;
}
.carouselArticleThumbnail__slide {
  overflow: hidden;
}
.carouselArticleThumbnail__arrow.splide__arrow {
  opacity: 1;
  background: transparent;
}
.carouselArticleThumbnail__arrow.splide__arrow:disabled {
  opacity: 1;
  pointer-events: none;
}
.carouselArticleThumbnail__arrow.splide__arrow svg {
  width: 24px;
  height: 24px;
  fill: #949494;
}
.carouselArticleThumbnail__arrow--prev.splide__arrow--prev {
  justify-content: flex-start;
  left: 0;
}
.carouselArticleThumbnail__arrow--next.splide__arrow--next {
  justify-content: flex-end;
  right: 0;
}

.tab {
  box-shadow: 0 10px 32px rgba(51, 51, 51, 0.24);
}

.tabList {
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.tabList::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  box-shadow: 0 -8px 32px -8px inset rgba(51, 51, 51, 0.24);
}
.tabList__button {
  width: 100%;
  padding: 4px;
  border-top: 4px solid transparent;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3333333333;
  outline-offset: -1px;
}
.tabList__button .tabList__button__icon {
  display: flex;
  flex-direction: column;
  gap: 4px 8px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.tabList__button .tabList__button__icon::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #666;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
.tabList__button.is-active {
  border-top-color: var(--color-primary);
  background-color: var(--color-white);
  color: var(--color-primary);
  cursor: auto;
}
.tabList__button.is-active .tabList__button__icon {
  z-index: 1;
}
.tabList__button.is-active .tabList__button__icon::before {
  background-color: var(--color-primary);
}
.tabList__button + .tabList__button {
  border-left: 1px solid #d5dbe2;
}
.tabList__button.tabList__button--dynamics .tabList__button__icon::before {
  -webkit-mask-image: url(/jp/jalcargo/common/img_sites/icon_modules_dynamics_red.svg);
          mask-image: url(/jp/jalcargo/common/img_sites/icon_modules_dynamics_red.svg);
}
.tabList__button.tabList__button--status .tabList__button__icon::before {
  -webkit-mask-image: url(/jp/jalcargo/common/img_sites/icon_modules_status_red.svg);
          mask-image: url(/jp/jalcargo/common/img_sites/icon_modules_status_red.svg);
}
.tabList__button.tabList__button--fuel .tabList__button__icon::before {
  -webkit-mask-image: url(/jp/jalcargo/common/img_sites/icon_modules_fuel_red.svg);
          mask-image: url(/jp/jalcargo/common/img_sites/icon_modules_fuel_red.svg);
}

.tabPanel {
  padding: 28px 26px 40px;
}
.tabs_parent ~ .tabPanel {
  margin-top: 24px;
  padding: 0;
}
.tabPanel:not(.is-active):not(.JS_tcoContent) {
  display: none;
}
.tabPanel__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.tabPanel__ttl + *, .tabPanel__ttl + .boxInput {
  margin-top: 12px;
}
.tabPanel__content__item--todayStatus .boxInput, .tabPanel__content__item--route .boxInput {
  grid-template-columns: 7em auto;
}
.tabPanel__content__item--searchFlights, .tabPanel__content__item--flightNumber {
  position: relative;
}
.tabPanel__content__item--searchFlights::before, .tabPanel__content__item--flightNumber::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #d5dbe2;
}
.tabPanel__content__item--searchFlights .boxInput, .tabPanel__content__item--flightNumber .boxInput {
  grid-template-columns: 7em auto;
}
.tabSub__head {
  display: flex;
}
.tabSub__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border-bottom: 2px solid #d5dbe2;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
}
.tabSub__button.is-active {
  border-bottom-color: var(--color-primary);
  color: var(--color-primary);
  cursor: auto;
}
.tabSubPanel:not(.is-active) {
  display: none;
}
.tabSubPanel__content--searchAirWaybill .boxInput {
  grid-auto-flow: row;
}
.tabSubPanel__content--searchContainer .boxInput {
  grid-auto-flow: row;
}

.boxInput {
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 32px;
}
.boxInput + .boxInput {
  margin-top: 24px;
}
.boxInput--searchSingle {
  grid-auto-flow: row;
}
.boxInput--searchSingle .boxInput__airWaybill--first {
  width: 42.1052631579%;
}
.boxInput--searchSingle .boxInput__airWaybill--second {
  width: 46.1300309598%;
}
.boxInput--searchSingle .boxInput__airWaybill--hyphen {
  position: relative;
  width: 5.572755418%;
  margin-right: 3.0959752322%;
  margin-left: 3.0959752322%;
  font-size: 0;
}
.boxInput--searchSingle .boxInput__airWaybill--hyphen::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: var(--color-black01);
}
.boxInput--searchMultiple {
  grid-auto-flow: row;
}
.boxInput--searchMultiple .boxInput__airWaybill--first {
  width: 42.1052631579%;
}
.boxInput--searchMultiple .boxInput__airWaybill--second {
  width: 46.1300309598%;
}
.boxInput--searchMultiple .boxInput__airWaybill--hyphen {
  position: relative;
  width: 5.572755418%;
  margin-right: 3.0959752322%;
  margin-left: 3.0959752322%;
  font-size: 0;
}
.boxInput--searchMultiple .boxInput__airWaybill--hyphen::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: var(--color-black01);
}
.boxInput__head {
  display: contents;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxInput__head__required {
  display: inherit;
  color: var(--color-primary);
}
.boxInput__body {
  display: grid;
  width: 100%;
}
.boxInput__body__item {
  display: grid;
  gap: 12px;
}
.boxInput__body--airWaybill, .boxInput__body--container {
  gap: 10px;
}
.boxInput__input {
  width: 100%;
  min-height: 60px;
  padding: 18px 12px;
  border-radius: 5px;
  border: 1px solid #d5dbe2;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px rgba(51, 51, 51, 0.12);
  font-size: 1.6rem;
  line-height: 1.5;
}
.boxInput__airWaybill {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
.boxInput__airWaybill--nested {
  box-shadow: 0 4px 24px rgba(51, 51, 51, 0.12);
}
.boxInput__selectWrap {
  position: relative;
  width: 100%;
}
.boxInput__selectWrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  rotate: 45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  pointer-events: none;
}
.boxInput__select {
  width: 100%;
  padding: 16px 10px;
  border-radius: 5px;
  border: 1px solid #d5dbe2;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px rgba(51, 51, 51, 0.12);
  font-size: 1.6rem;
  line-height: 1.7142857143;
}
.boxInput__searchFlights {
  display: flex;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 24px rgba(51, 51, 51, 0.12);
}
.boxInput__searchFlights__head, .boxInput__airWaybill__head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 100%;
  padding: 8px 12px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #d5dbe2;
  border-right: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.boxInput__searchFlights__body, .boxInput__airWaybill__body {
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
.boxInput__departureDate {
  align-items: center;
  justify-content: start;
  gap: 12px 8px;
}
.boxInput__departureDate__select {
  width: 64px;
}
.boxInput__departureDate__txt {
  font-weight: bold;
  width: auto;
  margin-right: 0;
}

.fuelDataWrap {
  display: grid;
  gap: 12px;
}

.fuelData {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
}
.fuelData__name {
  grid-row: 1/2;
  grid-column: 1/2;
  font-weight: bold;
}
.fuelData__note {
  grid-row: 2/2;
  grid-column: 1/2;
  font-size: 1.2rem;
}
.fuelData__price {
  display: grid;
  gap: 6px;
  grid-auto-flow: column;
  align-items: baseline;
  grid-row: 1/span 2;
  grid-column: 2/2;
  align-self: center;
  font-weight: bold;
}
.fuelData__number {
  color: var(--color-primary);
  font-size: 2.4rem;
}

.freightSimulatorDom {
  padding: 20px 10px;
  background-color: #e6e6e6;
}
.freightSimulatorDom p:not([class]) {
  font-size: 1.6rem;
}
.freightSimulatorDom p:not([class]) + p:not([class]) {
  margin-top: 8px;
}

.freightSimulatorResult {
  padding: 16px 20px;
  border: 1px solid #d5dbe2;
  background-color: var(--color-white);
}
.freightSimulatorResult:not(.disNon) {
  margin-top: 20px;
}
.freightSimulatorResult:not(.disNon) + * {
  margin-top: 20px;
}
.freightSimulatorResult.is-error {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.freightSimulatorResult.is-error .txtList > li::before {
  background-color: var(--color-primary);
}
.freightSimulatorResult.is-noData {
  background-color: #efcccc;
}

.freightSimulator__estimatedAmount {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.freightSimulator__estimatedAmount::before {
  content: "";
  width: 24px;
  height: 32px;
  margin-right: 8px;
  background: url(/jp/jalcargo/common/img_sites/icon_calculator_red.svg) no-repeat 50% 50%/100% auto;
}
.freightSimulator__estimatedAmountNum {
  margin-right: 8px;
  margin-left: 16px;
  color: var(--color-primary);
  font-size: 2.8rem;
}

.txtRequired {
  color: var(--color-primary);
}

.boxInput--freightSimulator {
  grid-template-columns: 5em 1fr;
}
.boxInput--freightSimulator.boxInput--placeArrival {
  position: relative;
}
.boxInput--freightSimulator.boxInput--placeArrival::before, .boxInput--freightSimulator.boxInput--placeArrival::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-primary);
}
.boxInput--freightSimulator.boxInput--placeArrival::before {
  left: -24px;
  width: 8px;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.boxInput--freightSimulator.boxInput--placeArrival::after {
  left: -216px;
  width: 192px;
  height: 2px;
}
.boxInput--weight {
  position: relative;
}
.boxInput--weight .boxInput__input {
  padding-right: 32px;
}
.boxInput--weight .boxInput__foot {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.boxInput--capacity {
  display: flex;
}
.boxInput--detailedItems {
  grid-auto-flow: row;
  align-items: start;
  grid-template-columns: auto;
}
.boxInput--installationDate .boxInput__input {
  position: relative;
  padding: 18px 36px 18px 12px;
}
.boxInput--installationDate .boxInput__input::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: auto;
  background: url(/jp/jalcargo/common/img_sites/icon_calendar_red.svg) no-repeat 50% 50%/100% auto;
}

.boxInputCapacityList {
  display: grid;
  gap: 20px;
  margin-top: 12px;
  margin-left: calc(10px + 5em);
}
.boxInputCapacityList__item {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  align-items: center;
  position: relative;
}
.boxInputCapacityList__item + .boxInputCapacityList__item::before {
  content: "×";
  position: absolute;
  top: -1.25em;
  right: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.boxInputCapacityList__item__head {
  display: grid;
  place-items: center end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-2em - 8px);
  width: 2em;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
}
.boxInputCapacityList__item__body {
  padding-right: 32px;
}
.boxInputCapacityList__item__foot {
  display: grid;
  align-items: center;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.detailedItemsList {
  padding: 20px 8px;
  background-color: var(--color-white);
}
.detailedItemsList__in {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.detailedItemsList__in + .detailedItemsList__in {
  display: grid;
  place-items: center;
  position: relative;
  margin-top: 40px;
}
.detailedItemsList__in + .detailedItemsList__in::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 1px;
  margin: auto;
  background-color: #d5dbe2;
}
.detailedItemsList__in + .detailedItemsList__in .detailedItemsList__foot {
  margin-top: 0;
}
.detailedItemsList__head {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
  font-weight: 700;
}
.detailedItemsList__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f4f5f6;
}
.detailedItemsList__body {
  position: absolute;
  opacity: 0;
}
.detailedItemsList__body:checked + .detailedItemsList__foot::before {
  border: 3px solid var(--color-primary);
}
.detailedItemsList__body:focus + .detailedItemsList__foot {
  outline: 1px solid #976f11;
}
.detailedItemsList__foot {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding: 8px 8px 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.detailedItemsList__foot::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--color-black01);
  background-color: var(--color-white);
}
.detailedItemsList__foot + .detailedItemsList__head {
  margin-top: 20px;
}
.RequestJtmsDom .btnSearch {
  width: 100%;
  max-width: 285px;
}

.boxInput--RequestJtms {
  grid-auto-flow: row;
}
.boxInput__body--multiple {
  display: grid;
  gap: 10px 28px;
}

.featureNav {
  background-color: #2a344b;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.featureNav__in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.featureNav__item {
  position: relative;
  padding: 16px 8px;
}
.featureNav__item + .featureNav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #576073;
}
.featureNav__categoryName {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.featureNav__categoryName::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.featureNav__categoryName--inter {
  padding-left: 42px;
}
.featureNav__categoryName--inter::before {
  width: 31px;
  height: 30px;
  background-image: url(/jp/jalcargo/common/img_sites/icon_inter_white.svg);
}
.featureNav__categoryName--dom {
  padding-left: 40px;
}
.featureNav__categoryName--dom::before {
  width: 29px;
  height: 31px;
  background-image: url(/jp/jalcargo/common/img_sites/icon_dom_white.svg);
}
.featureNav__links {
  display: inline-flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
.featureNav__link {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  color: currentColor;
  font-size: 1.4rem;
}
.featureNav__link::after {
  content: "";
  width: 10px;
  height: 10px;
  rotate: -45deg;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.topInfoArea {
  padding-top: 20px;
  padding-bottom: 20px;
}
.topInfoArea__in {
  display: grid;
}
.topInfoArea__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topInfoArea__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.topInfoArea__link {
  display: inline-flex;
  gap: 0 12px;
  align-items: center;
  color: #0f0f69;
}
.topInfoArea__link::before {
  content: "";
  width: 10px;
  height: 10px;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.topInfoArea__body {
  display: grid;
}
.topInfoArea .infoList {
  display: inline-grid;
  gap: 20px;
  padding-bottom: 0;
}
.topInfoArea .infoList__item::after {
  content: none;
}
.topInfoArea .infoList__link {
  gap: 8px 4px;
  grid-template-columns: auto 100px 1fr;
}
.topInfoArea .infoList__date {
  margin-right: 12px;
}
.topInfoArea .infoList__text {
  padding-right: 0;
}
.topInfoArea .infoList__text::after {
  display: inline-block;
  position: static;
  margin-left: 4px;
}
.topInfoArea .infoList__text__icon {
  flex: 0 0 auto;
  position: static;
}

.topColumnArea {
  display: grid;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 48px;
  background-color: #bcd6ed;
}
.topColumnArea__title {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.topColumnArea__list {
  display: grid;
  gap: 20px;
  margin-top: 16px;
}
.topColumnArea__list__item__body {
  padding: 16px 48px 16px 16px;
}
.topColumnArea__list__item__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.topColumnArea__list__item__text {
  margin-top: 16px;
}
.topColumnArea__list__link {
  display: grid;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.topColumnArea__list__link .topColumnArea__list__item__body {
  position: relative;
}
.topColumnArea__list__link .topColumnArea__list__item__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 13px;
  height: 13px;
  rotate: -45deg;
  margin: auto;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.topColumnArea__bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
}

.topLinksArea {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.topLinksArea::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 90.6666666667%;
  height: 20px;
  transform: skew(22deg);
  background-color: var(--color-primary);
}
.topLinksArea__item:nth-of-type(odd) .topLinksArea__head img {
  clip-path: polygon(18.1333333333% 0%, 100% 0, 100% 100%, 0% 100%);
}
.topLinksArea__item:nth-of-type(even) .topLinksArea__head img {
  clip-path: polygon(0 0, 81.8666666667% 0, 100% 100%, 0% 100%);
}
.topLinksArea__head {
  position: relative;
  z-index: 1;
}
.topLinksArea__title {
  display: inline-block;
  position: relative;
  padding: 16px 10px 16px;
  color: #cc0000;
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-weight: 100;
  font-style: italic;
  line-height: 1;
}
.topLinksArea__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 100vw;
  height: 1px;
  background-color: #cc0000;
}
.topLinksArea__contents {
  position: relative;
  z-index: 0;
  margin-top: 16px;
  padding: 32px 10px 32px 10px;
}
.topLinksArea__contents::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: calc(100vw + 10px);
  height: 100%;
  background-color: #f4f5f6;
}
.topLinksArea__link__title {
  display: inline-flex;
  gap: 0 8px;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.topLinksArea__link__title::after {
  content: "";
  width: 9px;
  height: 9px;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.topLinksArea__link__text {
  margin-top: 16px;
  font-size: 1.6rem;
}

.fixedBanner {
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  background-color: #2a344b;
  color: var(--color-white);
}
.fixedBanner__in {
  display: grid;
  gap: 8px 5.6338028169%;
  grid-auto-flow: column;
  place-items: center stretch;
  grid-template-columns: 4em 1fr;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
.fixedBanner__head {
  font-weight: bold;
}
.fixedBanner__body .linkBtn {
  padding: 8px 28px 8px 16px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2142857143;
}

.infoArea {
  padding-top: 40px;
}
.infoArea .ttlLv1 {
  padding-top: 0;
}
.infoArea__head + .infoArea__body {
  margin-top: 20px;
}
.infoArea__link {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  margin-top: 36px;
  color: #0f0f69;
}
.infoArea__link::before {
  content: "";
  width: 10px;
  height: 10px;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.infoList {
  display: grid;
  gap: 32px;
  padding-bottom: 16px;
}
.infoList__item {
  position: relative;
}
.infoList__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.infoList__link {
  display: grid;
  gap: 8px 4px;
  align-items: center;
  grid-template-columns: auto 100px 1fr;
}
.infoList--inter .infoList__link, .infoList--dom .infoList__link, .infoList--farm .infoList__link {
  gap: 8px 20px;
  grid-template-columns: auto 1fr;
  justify-content: start;
}
.infoList__link--pdf .infoList__text, .infoList__link--blank .infoList__text {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.infoList__link--pdf .infoList__text::after, .infoList__link--blank .infoList__text::after {
  content: none;
}
.infoList__date {
  margin-right: 12px;
}
.infoList--inter .infoList__date, .infoList--dom .infoList__date, .infoList--farm .infoList__date {
  margin-right: 0;
}
.infoList__category {
  display: grid;
  place-items: center;
  min-height: 22px;
  border-radius: 4px;
  color: #fff;
  min-width: 100px;
}
.infoList__category--inter {
  background-color: #003466;
}
.infoList__category--dom {
  background-color: #006634;
}
.infoList__category--common {
  background-color: #333;
}
.infoList__label {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 184px;
  min-height: 22px;
  padding: 0 12px;
  border-radius: 4px;
}
.infoList--inter .infoList__label, .infoList--dom .infoList__label, .infoList--farm .infoList__label {
  max-width: 172px;
}
.infoList__label--fuel, .infoList__label--other {
  background-color: #ccc;
}
.infoList__label--service, .infoList__label--customer {
  background-color: #efcccc;
}
.infoList__label--airport, .infoList__label--business {
  background-color: #ccd6e0;
}
.infoList__label--schedule, .infoList__label--event {
  background-color: #cce0d6;
}
.infoList__label--requirement {
  background-color: #efcccc;
}
.infoList__text {
  position: relative;
  padding-right: 16px;
}
.infoList--inter .infoList__text, .infoList--dom .infoList__text, .infoList--farm .infoList__text {
  margin-left: 0;
}
.infoList__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  rotate: -45deg;
  margin: auto;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.infoList__text__icon {
  flex: 0 0 auto;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  margin: auto 0;
}

.shoppingAboutArea {
  margin-top: 40px;
  padding-top: 40px;
}
.shoppingAboutArea__in {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
  padding: 36px 0 23.1111111111%;
  background-color: #f4f5f6;
}
.shoppingAboutArea__in::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: url(/jp/ja/jalcargo/farm-fresh/img_sites/bg_cargo_farm_about_01_sp.jpg) no-repeat 50% 100%/100% auto;
}
.shoppingAboutArea__title + .shoppingAboutArea__message {
  margin-top: 32px;
}
.shoppingAboutArea__message {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  padding-top: 8px;
  padding-right: 19.1549295775%;
  padding-left: 19.1549295775%;
  background-color: var(--color-white);
  font-size: 1.5rem;
  font-weight: bold;
}
.shoppingAboutArea__message::before, .shoppingAboutArea__message::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
.shoppingAboutArea__message::before {
  left: -3px;
  width: 19.1549295775%;
  height: 89px;
  background-image: url(/jp/ja/jalcargo/farm-fresh/img_sites/pic_cargo_farm_about_01.png);
}
.shoppingAboutArea__message::after {
  right: -4px;
  width: 21.6901408451%;
  height: 89px;
  background-image: url(/jp/ja/jalcargo/farm-fresh/img_sites/pic_cargo_farm_about_02.png);
}
.shoppingAboutArea__message__problem + .shoppingAboutArea__message__solve::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 5px;
  height: 30px;
  margin: auto;
  background-color: var(--color-white);
  background-image: radial-gradient(circle, #f3b5b5 2.5px, transparent 2.5px);
  background-position: -2.5px -2.5px;
  background-size: 10px 10px;
}
.shoppingAboutArea__message__solve {
  position: relative;
  color: var(--color-primary);
}
.shoppingAboutArea__explain {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.shoppingAboutArea__explain__emphasis {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: bold;
}

.shoppingIntroduceArea {
  margin-top: 32px;
}
.shoppingIntroduceArea__title + .shoppingIntroduceArea__explain {
  margin-top: 20px;
}
.shoppingIntroduceArea__explain__img + .shoppingIntroduceArea__explain__lead {
  margin-top: 8px;
}
.shoppingIntroduceArea__explain__lead {
  font-size: 1.6rem;
  font-weight: bold;
}
.shoppingIntroduceArea__flow {
  margin-top: 24px;
}
.shoppingIntroduceArea__links {
  display: grid;
  gap: 30px;
  margin-top: 40px;
  padding: 24px 35px;
  background-color: #f4f5f6;
}
.shoppingIntroduceArea__links__item {
  display: grid;
  gap: 30px;
}
.shoppingIntroduceArea__links__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.shoppingOthersArea, .shoppingSnsArea {
  padding-top: 40px;
}
.shoppingOthersArea__panel {
  display: grid;
  gap: 32px 30px;
  margin-top: 16px;
}
.shoppingOthersArea__panel__body, .shoppingSnsArea__panel__body {
  margin-top: 16px;
}
.shoppingOthersArea__link, .shoppingSnsArea__link {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.shoppingOthersArea__link--blank, .shoppingSnsArea__link--blank {
  padding-left: 20px;
}
.shoppingOthersArea__link--blank .shoppingOthersArea__link__icon, .shoppingOthersArea__link--blank .shoppingSnsArea__link__icon, .shoppingSnsArea__link--blank .shoppingOthersArea__link__icon, .shoppingSnsArea__link--blank .shoppingSnsArea__link__icon {
  width: 12px;
}
.shoppingOthersArea__link__icon, .shoppingSnsArea__link__icon {
  position: absolute;
  top: 0.5833333333em;
  left: 0;
}
.shoppingOthersArea__text {
  margin-top: 8px;
}

.shoppingReportArea {
  margin-top: 40px;
}

.shoppingSnsArea__panel {
  display: grid;
  gap: 32px 30px;
  margin-top: 16px;
}
.columnPickupArea {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f7f8;
}
.columnPickupArea__list {
  display: grid;
  gap: 32px;
}
.columnPickupArea__list__item {
  display: grid;
  gap: 16px 32px;
}
.columnPickupArea__list__link {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.columnPickupArea__list__link::after {
  content: "";
  position: absolute;
  top: 0.4375em;
  width: 12px;
  height: 12px;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.columnPickupArea__list__date {
  margin-top: 12px;
  color: var(--color-primary);
  font-size: 1.6rem;
}
.columnPickupArea__list__text {
  margin-top: 8px;
  font-size: 1.6rem;
}

.sustainabilityAimArea {
  margin-top: 32px;
}
.sustainabilityAimArea__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.sustainabilityAimArea__lead {
  margin-top: 16px;
  text-align: center;
}

.sustainabilityAttemptArea {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 32px;
  background-color: #f4f5f6;
}

.sustainabilityContactArea {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mainViewArea.mainViewArea--jalcargoNext {
  position: relative;
  overflow: hidden;
}
@supports (height: 100dvh) {
}
.mainViewArea.mainViewArea--jalcargoNext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 88%);
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__in {
  position: absolute;
  top: 38%;
  right: 0;
  left: 0;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  color: var(--color-white);
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__title {
  font-size: 6.6666666667vw;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.16), -2px 2px 8px rgba(255, 255, 255, 0.16), -2px -2px 8px rgba(255, 255, 255, 0.16), 2px -2px 8px rgba(255, 255, 255, 0.16);
  letter-spacing: -0.025em;
  line-height: 1;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__lead {
  margin-top: 8px;
  font-size: 4.2666666667vw;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.16), -2px 2px 8px rgba(255, 255, 255, 0.16), -2px -2px 8px rgba(255, 255, 255, 0.16), 2px -2px 8px rgba(255, 255, 255, 0.16);
  letter-spacing: -0.025em;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__bg {
  display: flex;
  justify-content: center;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator {
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow {
  position: absolute;
  width: 16px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow::before, .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow::after {
  content: "";
  position: absolute;
  bottom: 2em;
  height: 100%;
  width: 51%;
  background-color: #b90000;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow::before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow:first-child {
  animation: moveArrowSp03 3s ease-out 2s forwards;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow:nth-child(2) {
  animation: moveArrowSp02 3s ease-out 1s forwards;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow:nth-child(3) {
  animation: moveArrowSp01 3.8s ease-out forwards;
}
.mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__text {
  margin-top: 52px;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: bold;
}

@keyframes moveArrowSp01 {
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
    transform: translateY(33px);
  }
  50% {
    opacity: 1;
    transform: translateY(40px);
  }
  75% {
    opacity: 0;
    transform: translateY(33px) scale3d(0.5, 0.5, 0.5);
  }
  76% {
    opacity: 0;
    transform: translateY(0) scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(33px);
  }
}
@keyframes moveArrowSp02 {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(33px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  99% {
    opacity: 0;
    transform: translateY(33px) scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
    transform: translateY(33px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes moveArrowSp03 {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(33px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  75% {
    opacity: 1;
    transform: translateY(40px);
  }
  99% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}
@keyframes moveArrowPc01 {
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
    transform: translateY(25px);
  }
  50% {
    opacity: 1;
    transform: translateY(34px);
  }
  75% {
    opacity: 0;
    transform: translateY(28px) scale3d(0.5, 0.5, 0.5);
  }
  76% {
    opacity: 0;
    transform: translateY(0) scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(25px);
  }
}
@keyframes moveArrowPc02 {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(25px);
  }
  67% {
    opacity: 1;
    transform: translateY(34px);
  }
  99% {
    opacity: 0;
    transform: translateY(28px) scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
    transform: translateY(28px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes moveArrowPc03 {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(25px);
  }
  67% {
    opacity: 1;
    transform: translateY(34px);
  }
  75% {
    opacity: 1;
    transform: translateY(34px);
  }
  99% {
    opacity: 1;
    transform: translateY(34px);
  }
  100% {
    opacity: 1;
    transform: translateY(34px);
  }
}
.nextColumn {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.nextColumn__item__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.nextColumn__item__date {
  margin-top: 4px;
  font-size: 1.4rem;
}
.nextColumn__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.nextColumn__link .nextColumn__body {
  padding: 8px 40px 8px 8px;
}
.nextColumn__link .nextColumn__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: skew(-2deg) rotate(43deg);
  margin: auto;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
.nextColumn__head {
  transition: transform 300ms cubic-bezier(0.4, 0.4, 0, 1);
}
.nextColumn__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 8px;
  background-image: linear-gradient(0deg, rgba(42, 52, 75, 0.88) 0%, rgba(42, 52, 75, 0.704) 100%);
  color: var(--color-white);
}

.nextBrandMessageArea {
  margin-top: 8px;
  padding: 40px 10px 48px;
  background-color: #f2f2f2;
}
.nextBrandMessageArea__title .heading {
  border-bottom: 2px solid var(--color-primary);
  font-size: 2.2rem;
}
.nextBrandMessageArea__copy {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.nextBrandMessageArea__copy__strong {
  font-size: 2rem;
}
.nextBrandMessageArea__lead {
  margin-top: 20px;
  font-weight: bold;
}
.nextBrandMessageArea__video {
  margin-top: 32px;
}

.nextRepMessageArea {
  margin-top: 8px;
  padding: 48px 10px 40px;
  background-color: #f2f2f2;
}
.nextRepMessageArea__message {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.nextRepMessageArea__message + p:not(.nextRepMessageArea__message) {
  margin-top: 20px;
}
.nextRepMessageArea p:not(.nextRepMessageArea__message) {
  margin-top: 1em;
}

.interRelatedArea {
  margin-top: 40px;
  padding-top: 48px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}
.interRelatedArea__title + .interRelatedArea__links {
  margin-top: 24px;
}
.interRelatedArea__links {
  display: grid;
  gap: 20px 30px;
}
.interRelatedArea__links__link {
  display: grid;
  gap: 15px;
  grid-template-columns: 49.8591549296% 45.9154929577%;
}
.interRelatedArea__links__link--blank .interRelatedArea__links__linkTitle::before {
  content: none;
}
.interRelatedArea__links__linkTitle {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.interRelatedArea__links__linkTitle::before {
  content: "";
  position: absolute;
  top: 0.5833333333em;
  left: 0;
  width: 10px;
  height: 10px;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.interRelatedArea__links__linkText {
  margin-top: 8px;
  font-size: 1.6rem;
}
.interRelatedArea__links__linkIcon {
  display: inline-block;
  position: absolute;
  top: 0.5833333333em;
  left: 0;
  width: 12px;
  height: 10px;
}

.interNetworkArea {
  padding-top: 56px;
}
.interNetworkArea__title + div {
  margin-top: 24px;
}
.interNetworkArea__map {
  position: relative;
  margin: -4px -16px -8px;
}
.interNetworkArea__mapBg {
  display: block;
}
.interNetworkArea__mapList {
  display: grid;
}
.interNetworkArea__caption {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}
.interNetworkArea__caption__item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: bold;
}
.interNetworkArea__caption__item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #b30000;
}
.interNetworkArea__caption__item--online::before {
  background-color: #b30000;
}
.interNetworkArea__link {
  max-width: 285px;
  margin-right: auto;
  margin-left: auto;
}
.interNetworkArea__link .linkbtn > a {
  display: block;
  width: 100%;
}

.listServiceLink {
  max-width: 285px;
  margin-right: auto;
  margin-left: auto;
}
.listServiceLink .linkbtn > a {
  display: block;
  width: 100%;
}

.interLowerLinksArea {
  margin-top: 24px;
}

.domModuleArea {
  padding-top: 40px;
  padding-bottom: 40px;
}
.domModuleArea__title .ttlLv1 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.domModuleArea__title .ttlLv1::after {
  content: none;
}
.domModuleArea__title .ttlLv1 .heading {
  font-size: 2rem;
}
.domModuleArea .freightSimulatorDom {
  margin-top: 16px;
  padding: 0;
}

.domServiceArea {
  padding-top: 40px;
  padding-bottom: 40px;
}

.domGuideArea {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f5f6;
}
.domGuideArea__list {
  display: grid;
  gap: 32px 3.0985915493%;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
}
.domGuideArea__list__link {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: 24px 4px;
  border-radius: 5px;
  border: 1px solid #dbd5d2;
  background-color: var(--color-white);
}
.domGuideArea__list__link__img {
  display: grid;
  place-items: center;
  width: 83px;
  height: 83px;
  margin-right: auto;
  margin-left: auto;
}
.domGuideArea__list__link__img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.domGuideArea__list__link__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.domGuideArea__list__link__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  transform: rotate(-50deg) skewX(-10deg);
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.domRegulationsArea {
  background-color: #f4f5f6;
}
.domRegulationsArea__list {
  display: grid;
}
.domRegulationsArea__list__item {
  border-bottom: 1px solid #d5dbe2;
}
.domRegulationsArea__list__link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 4px 42px 4px 16px;
  font-size: 1.6rem;
}
.domRegulationsArea__list__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  rotate: -45deg;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.domRegulationsArea__list__link__icon {
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
}
.domRegulationsArea__list__link--blank::after {
  content: none;
}
.domRegulationsArea__list__link--pdf::after {
  content: none;
}
@media (any-hover: hover) and (min-width: 740px){
  .interNetworkArea__mapList__link:hover::after {
    background-color: #976f11;
  }
}
@media (min-width: 740px){
  .categoryTop .contentsInr {
    width: auto;
    margin: 0;
  }
  .hero_img__links {
    display: grid;
    justify-content: end;
    position: absolute;
    z-index: 0;
    bottom: 24px;
    width: 950px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .hero_img__links .linkbtn .btn {
    display: block;
    min-width: 175px;
  }
  .hero_img__links .txtLink {
    color: var(--color-white);
  }
  .xfIncludeArea {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .moduleArea {
    margin-top: 80px;
  }
  .supportArea {
    margin-top: 80px;
  }
  .transportationListArea {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f8;
  }
  .cargoLowerCommonLinksArea {
    margin-top: 80px;
  }
  .cargoLowerCommonLinks__item {
    grid-template-columns: 1fr 460px;
  }
  .cargoLowerCommonLinks__item:nth-of-type(odd) .cargoLowerCommonLinks__head {
    grid-column: 2/2;
    grid-row: 1/1;
  }
  .cargoLowerCommonLinks__item:nth-of-type(odd) .cargoLowerCommonLinks__body {
    grid-column: 1/2;
    grid-row: 1/1;
  }
  .cargoLowerCommonLinks__body {
    padding-top: 16px;
  }
  .cargoLowerCommonLinks__link::before {
    top: 0.5833333333em;
    width: 9px;
    height: 9px;
  }
  .splide .mainViewArea__controls {
    bottom: 12px;
    padding: 6px 8px 6px 10px;
  }
  .carouselArticleThumbnail {
    padding-right: 44px;
    padding-left: 44px;
  }
  .tabList::before {
    box-shadow: 0 -8px 32px -24px inset rgba(51, 51, 51, 0.24);
  }
  .tabList__button {
    min-height: 56px;
    border-top-width: 5px;
    font-size: 1.6rem;
  }
  .tabList__button .tabList__button__icon {
    flex-direction: row;
  }
  .tabList__button.is-active {
    box-shadow: 16px 0px 32px -8px rgba(51, 51, 51, 0.24), -16px 0px 32px -8px rgba(51, 51, 51, 0.24);
  }
  .tabPanel {
    padding: 46px 96px 54px;
  }
  .tabPanel__ttl + *, .tabPanel__ttl + .boxInput {
    margin-top: 24px;
  }
  .tabPanel__content--status, .tabPanel__content--schedule {
    display: grid;
    -moz-column-gap: 48px;
         column-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }
  .tabPanel__content--schedule {
    margin-right: -28px;
    margin-left: -28px;
  }
  .tabPanel__content__item--searchFlights::before, .tabPanel__content__item--flightNumber::before {
    bottom: 0;
    left: -24px;
    width: 2px;
    height: 100%;
    margin: auto;
  }
  .tabSub__button {
    min-height: 60px;
    font-size: 1.6rem;
  }
  .boxInput {
    gap: 16px;
    margin-top: 40px;
  }
  .boxInput--searchSingle {
    grid-template-columns: 126px 1fr;
    grid-auto-flow: column;
  }
  .boxInput--searchSingle .boxInput__airWaybill--first {
    width: 34.7402597403%;
  }
  .boxInput--searchSingle .boxInput__airWaybill--second {
    width: 58.1168831169%;
  }
  .boxInput--searchSingle .boxInput__airWaybill--hyphen {
    width: 3.2467532468%;
    margin-right: 1.9480519481%;
    margin-left: 1.9480519481%;
  }
  .boxInput--searchSingle .boxInput__airWaybill--hyphen::before {
    width: 100%;
  }
  .boxInput--searchMultiple .boxInput__airWaybill--first {
    width: 27.4285714286%;
  }
  .boxInput--searchMultiple .boxInput__airWaybill--second {
    width: 60%;
  }
  .boxInput--searchMultiple .boxInput__airWaybill--hyphen {
    width: 5.7142857143%;
    margin-right: 3.4285714286%;
    margin-left: 3.4285714286%;
  }
  .boxInput--searchMultiple .boxInput__airWaybill--hyphen::before {
    width: 100%;
  }
  .boxInput__body--airWaybill, .boxInput__body--container {
    gap: 24px 53px;
    grid-template-columns: 1fr 1fr;
  }
  .boxInput__selectWrap::after {
    right: 12px;
  }
  .boxInput__searchFlights__body, .boxInput__airWaybill__body {
    box-shadow: none;
  }
  .boxInput__departureDate {
    grid-template-columns: 4em 64px 2.5em 64px;
  }
  .boxInput__departureDate__txt {
    font-size: 1.4rem;
  }
  .fuelDataWrap {
    gap: 16px 80px;
    grid-template-columns: 1fr 1fr;
  }
  .freightSimulatorDom {
    padding: 20px 30px;
  }
  .freightSimulatorResult {
    padding: 24px 32px;
  }
  .freightSimulatorResult:not(.disNon) {
    margin-top: 32px;
  }
  .freightSimulatorResult:not(.disNon) + * {
    margin-top: 32px;
  }
  .areaRequired {
    display: grid;
    gap: 32px 242px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  .areaRequired .boxInput {
    margin-top: 0;
  }
  .boxInput--freightSimulator.boxInput--placeArrival::before, .boxInput--freightSimulator.boxInput--placeArrival::after {
    content: "";
  }
  .boxInput--capacity {
    gap: 24px;
    grid-column: 1/span 2;
  }
  .boxInput--capacity .boxInput__body {
    width: auto;
  }
  .boxInput--installationDate .boxInput__input {
    padding: 18px 48px 18px 12px;
  }
  .boxInput--installationDate .boxInput__input::after {
    right: 20px;
  }
  .boxInputCapacityList {
    gap: 30px;
    grid-template-columns: repeat(4, auto);
    margin-top: 0;
    margin-left: 0;
  }
  .boxInputCapacityList__item {
    justify-content: end;
  }
  .boxInputCapacityList__item + .boxInputCapacityList__item::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -1.5em;
  }
  .boxInputCapacityList__item__head {
    position: static;
    width: auto;
  }
  .boxInputCapacityList__item__body {
    width: 152px;
  }
  .detailedItemsList {
    padding: 24px 32px;
  }
  .detailedItemsList__in + .detailedItemsList__in {
    margin-top: 48px;
  }
  .detailedItemsList__in + .detailedItemsList__in::after {
    top: -24px;
    width: 100%;
  }
  .RequestJtmsDom .boxInput__input:not(.boxInput__airWaybill--first):not(.boxInput__airWaybill--second) {
    max-width: 460px;
  }
  .boxInput--RequestJtms {
    display: flex;
    flex-wrap: wrap;
  }
  .boxInput__body--multiple {
    grid-template-columns: 1fr 1fr;
  }
  #top .inner {
    max-width: 1116px;
  }
  .featureNav__in {
    width: 100%;
    max-width: var(--width-content);
    margin-right: auto;
    margin-left: auto;
  }
  .featureNav__item {
    display: flex;
    gap: 36px;
    align-items: center;
    min-height: 90px;
    padding: 16px 0;
  }
  .featureNav__categoryName {
    font-size: 2rem;
  }
  .featureNav__categoryName--inter {
    margin-left: 50.1052631579%;
    padding-left: 66px;
  }
  .featureNav__categoryName--inter::before {
    width: 50px;
    height: 50px;
  }
  .featureNav__categoryName--dom {
    margin-left: 28px;
    padding-left: 66px;
  }
  .featureNav__categoryName--dom::before {
    width: 50px;
    height: 52px;
  }
  .featureNav__link {
    font-size: inherit;
  }
  .topInfoArea {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .topInfoArea__in {
    grid-auto-flow: column;
    grid-template-columns: 238px 1fr;
  }
  .topInfoArea__head {
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 238px;
  }
  .topInfoArea__title {
    font-size: 2rem;
  }
  .topInfoArea .infoList {
    gap: 12px 20px;
  }
  .topInfoArea .infoList__link {
    display: inline-grid;
    grid-template-columns: repeat(4, auto);
  }
  .topInfoArea .infoList__date {
    margin-right: 16px;
    font-size: 1.6rem;
  }
  .topInfoArea .infoList__text {
    font-size: 1.6rem;
  }
  .topColumnArea {
    padding-top: 72px;
    padding-bottom: 104px;
  }
  .topColumnArea__title {
    font-size: 2.4rem;
  }
  .topColumnArea__list {
    gap: 24px;
    margin-top: 24px;
  }
  .topColumnArea__list__item__head img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topColumnArea__list__item__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 64px 24px 48px;
  }
  .topColumnArea__list__item__title {
    font-size: 2.4rem;
  }
  .topColumnArea__list__item__text {
    font-size: 1.8rem;
  }
  .topColumnArea__list__link {
    grid-auto-flow: column;
    grid-template-columns: 48.9051094891% 51.0948905109%;
    min-height: 256px;
  }
  .topColumnArea__list__link .topColumnArea__list__item__body::after {
    right: 24px;
  }
  .topLinksArea::after {
    right: calc(50% - 548px - 96px);
    width: 1028px;
  }
  .topLinksArea__item {
    display: flex;
    position: relative;
    max-width: 1096px;
    min-height: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .topLinksArea__item:nth-of-type(odd) .topLinksArea__head {
    order: 2;
  }
  .topLinksArea__item:nth-of-type(odd) .topLinksArea__head img {
    left: 0;
    clip-path: polygon(14.598540146% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .topLinksArea__item:nth-of-type(odd) .topLinksArea__body {
    order: 1;
  }
  .topLinksArea__item:nth-of-type(odd) .topLinksArea__title::after {
    right: 0;
    left: auto;
  }
  .topLinksArea__item:nth-of-type(odd) .topLinksArea__contents::before {
    left: -25vw;
  }
  .topLinksArea__item:nth-of-type(even) .topLinksArea__head {
    order: 1;
  }
  .topLinksArea__item:nth-of-type(even) .topLinksArea__head img {
    right: 0;
    clip-path: polygon(0 0, 85.401459854% 0, 100% 100%, 0% 100%);
  }
  .topLinksArea__item:nth-of-type(even) .topLinksArea__body {
    order: 2;
  }
  .topLinksArea__item:nth-of-type(even) .topLinksArea__title::after {
    left: 0;
  }
  .topLinksArea__item:nth-of-type(even) .topLinksArea__contents::before {
    right: -25vw;
    left: auto;
  }
  .topLinksArea__head {
    width: 60.0364963504%;
    min-width: 658px;
  }
  .topLinksArea__head img {
    position: absolute;
    top: 0;
    width: 75.7299270073vw;
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topLinksArea__body {
    width: 39.9635036496%;
    min-width: 438px;
    height: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12.7737226277%;
  }
  .topLinksArea__title {
    padding: 0 0 10px;
    font-size: 5.8rem;
  }
  .topLinksArea__contents {
    min-height: 190px;
    margin-top: 56px;
  }
  .topLinksArea__link__title {
    gap: 0 12px;
    font-size: 2.4rem;
  }
  .topLinksArea__link__title::after {
    width: 13px;
    height: 13px;
  }
  .fixedBanner {
    bottom: 122px;
    width: 150px;
    padding: 10px;
  }
  .fixedBanner__in {
    grid-auto-flow: row;
    grid-template-columns: auto;
  }
  .fixedBanner__body .linkBtn {
    min-height: 64px;
    text-align: center;
  }
  .infoArea {
    padding-top: 60px;
  }
  .infoArea__head + .infoArea__body {
    margin-top: 40px;
  }
  .infoArea__link {
    margin-top: 20px;
  }
  .infoList__link {
    justify-content: start;
    grid-template-columns: repeat(2, auto) 1fr;
  }
  .infoList--inter .infoList__link, .infoList--dom .infoList__link, .infoList--farm .infoList__link {
    grid-template-columns: auto auto 1fr;
  }
  .infoList__date {
    margin-right: 16px;
  }
  .infoList__label {
    min-width: 152px;
  }
  .infoList__text {
    margin-left: 16px;
  }
  .shoppingAboutArea {
    margin-top: 60px;
  }
  .shoppingAboutArea__in {
    padding: 32px 0 156px;
  }
  .shoppingAboutArea__in::after {
    background-image: url(/jp/ja/jalcargo/farm-fresh/img_sites/bg_cargo_farm_about_01_pc.jpg);
  }
  .shoppingAboutArea__title .heading {
    font-size: 3.2rem;
  }
  .shoppingAboutArea__title + .shoppingAboutArea__message {
    margin-top: 24px;
  }
  .shoppingAboutArea__message {
    grid-auto-flow: column;
    min-height: 78px;
    font-size: 1.8rem;
  }
  .shoppingAboutArea__message::before {
    left: 94px;
    width: 91px;
    height: 120px;
  }
  .shoppingAboutArea__message::after {
    right: 75px;
    width: 102px;
    height: 120px;
  }
  .shoppingAboutArea__message__problem + .shoppingAboutArea__message__solve {
    margin-left: 74px;
  }
  .shoppingAboutArea__message__problem + .shoppingAboutArea__message__solve::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -74px;
    width: 59px;
    height: 5px;
  }
  .shoppingAboutArea__explain {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .shoppingAboutArea__explain__emphasis {
    font-size: 2.4rem;
  }
  .shoppingIntroduceArea {
    margin-top: 56px;
  }
  .shoppingIntroduceArea__title + .shoppingIntroduceArea__explain {
    margin-top: 40px;
  }
  .shoppingIntroduceArea__explain__img + .shoppingIntroduceArea__explain__lead {
    margin-top: 24px;
  }
  .shoppingIntroduceArea__explain__lead {
    font-size: 1.8rem;
  }
  .shoppingIntroduceArea__flow {
    margin-top: 32px;
  }
  .shoppingIntroduceArea__links {
    grid-auto-flow: column;
    justify-content: center;
    padding: 24px 35px;
  }
  .shoppingIntroduceArea__links__link {
    min-width: 285px;
  }
  .shoppingOthersArea, .shoppingSnsArea {
    padding-top: 56px;
  }
  .shoppingOthersArea__panel {
    margin-top: 40px;
  }
  .shoppingOthersArea__panel--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .shoppingReportArea {
    margin-top: 56px;
  }
  .shoppingReportArea__title + div {
    margin-top: 20px;
  }
  .shoppingSnsArea__panel {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  .columnPickupArea {
    margin-top: 56px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .columnPickupArea__list {
    gap: 40px;
  }
  .columnPickupArea__list__item {
    grid-template-columns: 1fr 460px;
  }
  .columnPickupArea__list__item__body {
    padding-top: 36px;
  }
  .columnPickupArea__list__item:nth-of-type(odd) .columnPickupArea__list__item__head {
    grid-column: 2/2;
    grid-row: 1/1;
  }
  .columnPickupArea__list__item:nth-of-type(odd) .columnPickupArea__list__item__body {
    grid-column: 1/2;
    grid-row: 1/1;
  }
  .columnPickupArea__list__link {
    min-width: 382px;
    padding-right: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .columnPickupArea__list__link::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    margin: auto;
  }
  .columnPickupArea__list__date {
    margin-top: 8px;
    font-weight: bold;
  }
  .columnPickupArea__list__text {
    margin-top: 24px;
  }
  .sustainabilityAimArea {
    margin-top: 56px;
  }
  .sustainabilityAimArea__message {
    font-size: 3rem;
  }
  .sustainabilityAimArea__lead {
    margin-top: 24px;
  }
  .sustainabilityAttemptArea {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .mainViewArea.mainViewArea--jalcargoNext {
    height: calc(100vh - 136px - 34px);
    min-height: 440px;
  }
  @supports (height: 100dvh) {
    .mainViewArea.mainViewArea--jalcargoNext {
      height: calc(100dvh - 136px - 34px);
    }
  }
  .aem-AuthorLayer-Edit .mainViewArea.mainViewArea--jalcargoNext, .aem-AuthorLayer-Preview .mainViewArea.mainViewArea--jalcargoNext {
    height: auto;
  }
  .mainViewArea.mainViewArea--jalcargoNext::before {
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 78%);
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__in {
    padding-right: 32px;
    padding-left: 32px;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__title {
    font-size: max(5vw, 76px);
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__lead {
    font-size: max(2.5vw, 36px);
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__bg {
    height: 100%;
    min-height: 440px;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow {
    width: 24px;
    height: 6px;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow:first-child {
    animation: moveArrowPc03 3s ease-out 2s forwards;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow:nth-child(2) {
    animation: moveArrowPc02 3s ease-out 1s forwards;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__arrow:nth-child(3) {
    animation: moveArrowPc01 3.8s ease-out forwards;
  }
  .mainViewArea.mainViewArea--jalcargoNext .mainViewArea__ScrollIndicator__text {
    font-size: 1.2rem;
  }
  .nextColumn__link .nextColumn__body::after {
    width: 22px;
    height: 22px;
  }
  .nextColumn--col1 .nextColumn__item__title {
    font-size: 3.6rem;
    line-height: 1.1666666667;
  }
  .nextColumn--col1 .nextColumn__item__date {
    margin-top: 20px;
    font-size: 2.8rem;
  }
  .nextColumn--col1 .nextColumn__link .nextColumn__body {
    padding: 32px 80px 32px 32px;
  }
  .nextColumn--col1 .nextColumn__link .nextColumn__body::after {
    right: 32px;
  }
  .nextColumn--col1 .nextColumn__body {
    padding: 32px;
  }
  .nextColumn--col2 {
    grid-template-columns: 1fr 1fr;
  }
  .nextColumn--col2 .nextColumn__item__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .nextColumn--col2 .nextColumn__item__date {
    font-size: 2.4rem;
  }
  .nextColumn--col2 .nextColumn__link .nextColumn__body {
    padding: 24px 72px 24px 24px;
  }
  .nextColumn--col2 .nextColumn__link .nextColumn__body::after {
    right: 28px;
  }
  .nextColumn--col2 .nextColumn__body {
    padding: 24px;
  }
  .nextColumn--col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nextColumn--col3 .nextColumn__item__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .nextColumn--col3 .nextColumn__item__date {
    font-size: 1.6rem;
  }
  .nextColumn--col3 .nextColumn__link .nextColumn__body {
    padding: 16px 48px 16px 16px;
  }
  .nextColumn--col3 .nextColumn__link .nextColumn__body::after {
    right: 16px;
    width: 16px;
    height: 16px;
  }
  .nextColumn--col3 .nextColumn__body {
    padding: 16px;
  }
  .nextBrandMessageArea {
    padding: 80px 0;
  }
  .nextBrandMessageArea__title .heading {
    font-size: 4rem;
  }
  .nextBrandMessageArea__copy {
    margin-top: 32px;
    font-size: 2.8rem;
  }
  .nextBrandMessageArea__copy__strong {
    font-size: 3.6rem;
  }
  .nextBrandMessageArea__lead {
    margin-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .nextBrandMessageArea__video {
    width: 100%;
    max-width: 1080px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .nextRepMessageArea {
    display: grid;
    grid-template-columns: 33.3333333333% 66.6666666667%;
    padding: 0;
  }
  .nextRepMessageArea__head picture {
    display: grid;
    place-items: center;
    height: 100%;
    overflow: hidden;
  }
  .nextRepMessageArea__head img {
    width: auto;
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .nextRepMessageArea__body {
    display: grid;
    place-items: center;
    padding: 48px;
  }
  .nextRepMessageArea__message {
    font-size: 3.2rem;
    line-height: 1.125;
  }
  .nextRepMessageArea__message + p:not(.nextRepMessageArea__message) {
    margin-top: 32px;
  }
  .nextRepMessageArea p:not(.nextRepMessageArea__message) {
    font-size: 1.6rem;
  }
  .interRelatedArea {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .interRelatedArea__title + .interRelatedArea__links {
    margin-top: 40px;
  }
  .interRelatedArea__links {
    grid-template-columns: 1fr 1fr;
  }
  .interRelatedArea__links__link {
    grid-template-columns: 230px 215px;
  }
  .interRelatedArea__links__linkTitle {
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .interRelatedArea__links__linkTitle::before {
    top: 0.5833333333em;
    width: 9px;
    height: 9px;
  }
  .interRelatedArea__links__linkText {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .interNetworkArea__map {
    margin: -46px -96px -54px;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item:not(.interNetworkArea__mapList__item--offline) .interNetworkArea__mapList__link::before {
    border-color: #b30000;
    background-color: #b30000;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item:not(.interNetworkArea__mapList__item--offline) .interNetworkArea__mapList__link::after {
    content: none;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item.interNetworkArea__mapList__item--offline .interNetworkArea__mapList__link::before {
    width: 8px;
    height: 8px;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item.interNetworkArea__mapList__item--offline:not(.interNetworkArea__mapList__item--dottedRight) .interNetworkArea__mapList__link {
    padding-left: 16px;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item.interNetworkArea__mapList__item--offline.interNetworkArea__mapList__item--dottedRight .interNetworkArea__mapList__link {
    padding-right: 16px;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item:not(.interNetworkArea__mapList__item--dottedRight) .interNetworkArea__mapList__link {
    padding-left: 18px;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item:not(.interNetworkArea__mapList__item--dottedRight) .interNetworkArea__mapList__link::before {
    left: 0;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__link::before {
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
  }
  .interNetworkArea__mapList__item {
    position: absolute;
    line-height: 1;
  }
  .interNetworkArea__mapList__item--online .interNetworkArea__mapList__link::before {
    border-color: #b30000;
    background-color: #b30000;
  }
  .interNetworkArea__mapList__item--offline .interNetworkArea__mapList__link::before {
    border-color: #b30000;
    background-color: var(--color-white);
  }
  .interNetworkArea__mapList__item--dottedRight .interNetworkArea__mapList__link {
    padding-right: 18px;
  }
  .interNetworkArea__mapList__item--dottedRight .interNetworkArea__mapList__link::before {
    right: 0;
  }
  .interNetworkArea__mapList__item--dottedLeft .interNetworkArea__mapList__link {
    padding-left: 18px;
  }
  .interNetworkArea__mapList__item--dottedLeft .interNetworkArea__mapList__link::before {
    left: 0;
  }
  .interNetworkArea__mapList__item--japan {
    top: 255px;
    left: 485px;
  }
  .interNetworkArea__mapList__item--japan .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__item--japan .interNetworkArea__mapList__link::after {
    top: 8px;
    left: -14px;
    width: 6px;
    height: 6px;
  }
  .interNetworkArea__mapList__item--japan .interNetworkArea__mapList__link::before {
    width: 100%;
    background-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_japan_01_pc.png);
    background-size: auto 100%;
  }
  .interNetworkArea__mapList__item--japan .interNetworkArea__mapList__link::after {
    -webkit-mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_japan_01_pc.png);
            mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_japan_01_pc.png);
  }
  .interNetworkArea__mapList__item--americas {
    top: 214px;
    left: 775px;
  }
  .interNetworkArea__mapList__item--americas .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__item--americas .interNetworkArea__mapList__link::after {
    top: -8px;
    left: -129px;
    width: 263px;
    height: 126px;
  }
  .interNetworkArea__mapList__item--americas .interNetworkArea__mapList__link::before {
    background-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_americas_01_pc.png);
  }
  .interNetworkArea__mapList__item--americas .interNetworkArea__mapList__link::after {
    -webkit-mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_americas_01_pc.png);
            mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_americas_01_pc.png);
  }
  .interNetworkArea__mapList__item--europe-middleEast {
    top: 175px;
    left: 79px;
  }
  .interNetworkArea__mapList__item--europe-middleEast .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__item--europe-middleEast .interNetworkArea__mapList__link::after {
    top: -16px;
    left: -19px;
    width: 78px;
    height: 67px;
  }
  .interNetworkArea__mapList__item--europe-middleEast .interNetworkArea__mapList__link::before {
    background-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_europe_middle-east_01_pc.png);
  }
  .interNetworkArea__mapList__item--europe-middleEast .interNetworkArea__mapList__link::after {
    -webkit-mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_europe_middle-east_01_pc.png);
            mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_europe_middle-east_01_pc.png);
  }
  .interNetworkArea__mapList__item--eastAsia {
    top: 200px;
    left: 390px;
  }
  .interNetworkArea__mapList__item--eastAsia .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__item--eastAsia .interNetworkArea__mapList__link::after {
    top: 35px;
    left: -3px;
    width: 50px;
    height: 75px;
  }
  .interNetworkArea__mapList__item--eastAsia .interNetworkArea__mapList__link::before {
    background-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_east-asia_01_pc.png);
    background-position: 0 100%;
  }
  .interNetworkArea__mapList__item--eastAsia .interNetworkArea__mapList__link::after {
    -webkit-mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_east-asia_01_pc.png);
            mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_east-asia_01_pc.png);
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
  .interNetworkArea__mapList__item--southeast-asia_india {
    top: 340px;
    left: 178px;
  }
  .interNetworkArea__mapList__item--southeast-asia_india .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__item--southeast-asia_india .interNetworkArea__mapList__link::after {
    top: -52px;
    left: 106px;
    width: 137px;
    height: 132px;
  }
  .interNetworkArea__mapList__item--southeast-asia_india .interNetworkArea__mapList__link::before {
    background-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_southeast-asia_india_01_pc.png);
  }
  .interNetworkArea__mapList__item--southeast-asia_india .interNetworkArea__mapList__link::after {
    -webkit-mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_southeast-asia_india_01_pc.png);
            mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_southeast-asia_india_01_pc.png);
  }
  .interNetworkArea__mapList__item--guam_oceania {
    top: 433px;
    left: 401px;
  }
  .interNetworkArea__mapList__item--guam_oceania .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__item--guam_oceania .interNetworkArea__mapList__link::after {
    top: -102px;
    left: 78px;
    width: 22px;
    height: 184px;
  }
  .interNetworkArea__mapList__item--guam_oceania .interNetworkArea__mapList__link::before {
    background-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_guam_oceania_01_pc.png);
  }
  .interNetworkArea__mapList__item--guam_oceania .interNetworkArea__mapList__link::after {
    -webkit-mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_guam_oceania_01_pc.png);
            mask-image: url(/jp/en/jalcargo/home/img_sites/bg_cargo_inter_network_guam_oceania_01_pc.png);
  }
  .interNetworkArea__mapList__item--newYork {
    top: 271px;
    left: 942px;
  }
  .interNetworkArea__mapList__item--boston {
    top: 250px;
    left: 972px;
  }
  .interNetworkArea__mapList__item--chicago {
    top: 256px;
    left: 816px;
  }
  .interNetworkArea__mapList__item--dallas {
    top: 355px;
    left: 744px;
  }
  .interNetworkArea__mapList__item--sanFrancisco {
    top: 290px;
    left: 506px;
  }
  .interNetworkArea__mapList__item--losAngeles {
    top: 346px;
    right: 533px;
  }
  .interNetworkArea__mapList__item--sanDiego {
    top: 360px;
    left: 562px;
  }
  .interNetworkArea__mapList__item--seattle {
    top: 183px;
    right: 581px;
  }
  .interNetworkArea__mapList__item--honolulu {
    top: 476px;
    left: 180px;
  }
  .interNetworkArea__mapList__item--kona {
    top: 500px;
    left: 199px;
  }
  .interNetworkArea__mapList__item--vancouver {
    top: 153px;
    left: 505px;
  }
  .interNetworkArea__mapList__item--houston {
    top: 388px;
    left: 760px;
  }
  .interNetworkArea__mapList__item--london {
    top: 325px;
    right: 833px;
  }
  .interNetworkArea__mapList__item--paris {
    top: 371px;
    left: 301px;
  }
  .interNetworkArea__mapList__item--frankfurt {
    top: 349px;
    left: 417px;
  }
  .interNetworkArea__mapList__item--helsinki {
    top: 127px;
    left: 644px;
  }
  .interNetworkArea__mapList__item--amsterdam {
    top: 309px;
    left: 335px;
  }
  .interNetworkArea__mapList__item--zurich {
    top: 400px;
    left: 381px;
  }
  .interNetworkArea__mapList__item--warsaw {
    top: 321px;
    left: 555px;
  }
  .interNetworkArea__mapList__item--vienna {
    top: 388px;
    left: 513px;
  }
  .interNetworkArea__mapList__item--shanghaiPudong {
    top: 277px;
    left: 474px;
  }
  .interNetworkArea__mapList__item--shanghaiHongqiao {
    top: 270px;
    right: 622px;
  }
  .interNetworkArea__mapList__item--hongKong {
    top: 425px;
    left: 370px;
  }
  .interNetworkArea__mapList__item--beijing {
    top: 105px;
    left: 397px;
  }
  .interNetworkArea__mapList__item--dalian {
    top: 118px;
    left: 479px;
  }
  .interNetworkArea__mapList__item--tianjin {
    top: 134px;
    left: 408px;
  }
  .interNetworkArea__mapList__item--guangzhou {
    top: 402px;
    right: 743px;
  }
  .interNetworkArea__mapList__item--taiwanTaoyuan {
    top: 387px;
    right: 618px;
  }
  .interNetworkArea__mapList__item--taipeiSongshan {
    top: 381px;
    left: 478px;
  }
  .interNetworkArea__mapList__item--seoulGimpo {
    top: 154px;
    left: 564px;
  }
  .interNetworkArea__mapList__item--seoulIncheon {
    top: 165px;
    right: 528px;
  }
  .interNetworkArea__mapList__item--manila {
    top: 230px;
    left: 684px;
  }
  .interNetworkArea__mapList__item--bangkok {
    top: 237px;
    left: 425px;
  }
  .interNetworkArea__mapList__item--kualaLumpur {
    top: 391px;
    left: 444px;
  }
  .interNetworkArea__mapList__item--singapore {
    top: 415px;
    left: 468px;
  }
  .interNetworkArea__mapList__item--jakarta {
    top: 521px;
    left: 509px;
  }
  .interNetworkArea__mapList__item--hanoi {
    top: 145px;
    left: 478px;
  }
  .interNetworkArea__mapList__item--hoChiMinh {
    top: 281px;
    left: 523px;
  }
  .interNetworkArea__mapList__item--delhi {
    top: 27px;
    left: 119px;
  }
  .interNetworkArea__mapList__item--bangalore {
    top: 264px;
    left: 140px;
  }
  .interNetworkArea__mapList__item--guam {
    top: 114px;
    left: 425px;
  }
  .interNetworkArea__mapList__item--sidney {
    top: 485px;
    left: 459px;
  }
  .interNetworkArea__mapList__item--melbourne {
    top: 512px;
    left: 421px;
  }
  .interNetworkArea__mapList__link {
    display: block;
    position: relative;
    z-index: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: inherit;
  }
  .interNetworkArea__mapList__link::before, .interNetworkArea__mapList__link::after {
    content: "";
    position: absolute;
    z-index: -1;
    margin: auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .interLowerLinksArea {
    margin-top: 32px;
  }
  .domModuleArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .domModuleArea .freightSimulatorDom {
    margin-top: 24px;
  }
  .domServiceArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .domGuideArea {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .domGuideArea__list {
    gap: 32px 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
  }
  .domRegulationsArea__list {
    gap: 24px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .domRegulationsArea__list__link {
    min-height: 52px;
  }
}
@media (max-width: 950px) and (min-width: 739px){
  .categoryTop .heroimgWrap.typeImg {
    transform: translateX(-10px);
  }
  .topLinksArea__item:nth-of-type(odd) {
    margin-right: 0;
  }
  .topLinksArea__item:nth-of-type(even) {
    margin-left: 0;
  }
}
@media (max-width: 739.98px){
  .hero_img__links {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero_img__links .textlink {
    text-align: center;
  }
  .hero_img__links--inter {
    display: flex;
    gap: 8px;
    margin-top: 8px;
  }
  .hero_img__links--inter .linkbtn .btn {
    display: grid;
    place-items: center;
    width: 100%;
    min-width: initial;
    height: 100%;
    margin-top: 0;
  }
  .carouselArticleThumbnail__slide {
    width: 27.027027027%;
    margin-right: 3.003003003%;
  }
  .tab {
    margin-right: -10px;
    margin-left: -10px;
  }
  .tabPanel__content__item--searchFlights, .tabPanel__content__item--flightNumber {
    margin-top: 24px;
    padding-top: 24px;
  }
  .tabPanel__content__item--searchFlights::before, .tabPanel__content__item--flightNumber::before {
    left: -13px;
    width: calc(100% + 26px);
    height: 1px;
  }
  .boxInput__departureDate {
    grid-template-columns: 56px 56px;
    grid-template-rows: auto auto;
  }
  .boxInput__departureDate__txt {
    font-size: 1.6rem;
  }
  .boxInput--capacity .boxInput__head {
    display: grid;
    grid-auto-flow: column;
  }
  .boxInputCapacityList__item {
    width: 160px;
  }
  .featureNav__categoryName + .featureNav__links {
    margin-top: 16px;
  }
  .topInfoArea__in {
    gap: 16px;
  }
  .topInfoArea .infoList__item {
    font-size: 1.4rem;
  }
  .topColumnArea__list__link {
    max-width: 536px;
  }
  .topLinksArea__item {
    overflow: hidden;
  }
  .fixedBanner {
    display: none;
  }
  .infoArea .ttlLv1 {
    margin-right: 0;
    margin-left: 0;
  }
  .infoList__link {
    grid-template-rows: auto auto;
  }
  .infoList--inter .infoList__date, .infoList--dom .infoList__date, .infoList--farm .infoList__date {
    font-size: 1.6rem;
  }
  .infoList--inter .infoList__label, .infoList--dom .infoList__label, .infoList--farm .infoList__label {
    font-size: 1.2rem;
  }
  .infoList__text {
    grid-column: span 3/4;
  }
  .infoList--inter .infoList__text, .infoList--dom .infoList__text, .infoList--farm .infoList__text {
    font-size: 1.6rem;
    grid-column: span 2/3;
  }
  .shoppingAboutArea {
    margin-right: 10px;
    margin-left: 10px;
  }
  .shoppingAboutArea__message__problem + .shoppingAboutArea__message__solve {
    margin-top: 40px;
  }
  .columnPickupArea__list__link {
    padding-left: 24px;
  }
  .columnPickupArea__list__link::after {
    left: 0;
  }
  .mainViewArea.mainViewArea--jalcargoNext {
    max-height: calc(100vh - 70px - 34px);
  }
    .mainViewArea.mainViewArea--jalcargoNext {
      max-height: calc(100dvh - 70px - 34px);
    }
  .nextRepMessageArea__message {
    margin-top: 32px;
    text-align: center;
  }
  .nextRepMessageArea p:not(.nextRepMessageArea__message) {
    font-weight: bold;
  }
  .interNetworkArea__mapList {
    font-size: 1.6rem;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) {
    margin-top: 16px;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item {
    border-bottom: 1px solid #d5dbe2;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__link {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.75;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 9px;
    rotate: -45deg;
    margin: auto;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
  }
  .interNetworkArea__mapList--global {
    gap: 16px 12px;
    grid-template-columns: 1fr 1fr;
  }
  .interNetworkArea__mapList--global .interNetworkArea__mapList__link {
    display: block;
    position: relative;
    padding-left: 16px;
    color: #0f0f69;
  }
  .interNetworkArea__mapList--global .interNetworkArea__mapList__link::before {
    content: "";
    position: absolute;
    top: 0.5833333333em;
    left: 0;
    width: 9px;
    height: 9px;
    rotate: -45deg;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
  }
  .domModuleArea__title .ttlLv1 {
    text-align: center;
  }
}
@media (max-width: 739.98px) and (orientation: landscape){
  .topInfoArea__body {
    justify-content: center;
  }
}
@media (any-hover: hover){
  .tabSub__button:not(.is-active):hover {
    color: #976f11;
  }
  .featureNav__link:hover {
    text-decoration: underline;
  }
  .topColumnArea__list__link:hover {
    text-decoration: underline;
  }
  .topColumnArea__list__link:hover .columnArea__itemHead {
    opacity: 0.7;
  }
  .topLinksArea__link__title:hover {
    text-decoration: underline;
  }
  .infoArea__link:hover {
    text-decoration: underline;
  }
  .infoList__link:hover {
    text-decoration: none;
  }
  .infoList__link:hover .infoList__text {
    text-decoration: underline;
  }
  .nextColumn__link:hover .nextColumn__head {
    transform: scale(1.2);
  }
  .interRelatedArea__links__link:hover .interRelatedArea__links__linkTitle {
    text-decoration: underline;
  }
  .interNetworkArea__mapList:not(.interNetworkArea__mapList--global) .interNetworkArea__mapList__item:not(.interNetworkArea__mapList__item--offline) .interNetworkArea__mapList__link:hover::before {
    border-color: #6F531B;
    background-color: #6F531B;
  }
  .interNetworkArea__mapList__item--online .interNetworkArea__mapList__link:hover::before {
    border-color: #6F531B;
    background-color: #6F531B;
  }
  .interNetworkArea__mapList__item--offline .interNetworkArea__mapList__link:hover::before {
    border-color: #6F531B;
    background-color: #6F531B;
  }
  .interNetworkArea__mapList__link:hover {
    text-decoration: underline;
  }
  .domGuideArea__list__link:hover {
    text-decoration: underline;
  }
}
