/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 1024px) {
  .pc_i {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 1024px) {
  .pc_ib {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 1024px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 1024px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.sp-tb {
  display: none;
}
@media (max-width: 767.9px) {
  .sp-tb {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sp-tb {
    display: block;
  }
}

.p-businessMain {
  background: url(../images/business/bg_main.jpg) center/cover no-repeat;
}

.p-businessContents {
  margin: 165px auto 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-businessContents {
    margin: 16.11328125vw auto 0;
  }
}
@media (max-width: 767.9px) {
  .p-businessContents {
    margin-top: 60px;
    display: block;
  }
}
.p-businessContents__image {
  width: 48vw;
  overflow: hidden;
  border-radius: 0 25px 25px 0;
}
@media (max-width: 767.9px) {
  .p-businessContents__image {
    width: 90.6666666667vw;
    border-radius: 0 15px 15px 0;
  }
}
.p-businessContents__lead {
  margin-top: 3.125vw;
  padding-left: 5.4375vw;
  width: 43.125vw;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
@media (max-width: 767.9px) {
  .p-businessContents__lead {
    padding: 0 9.3333333333vw;
    width: 100%;
    letter-spacing: inherit;
  }
}
.p-businessContents__title {
  font-size: 25px;
  color: #004ea1;
  margin-bottom: 1em;
  letter-spacing: 0.15em;
}
@media (max-width: 767.9px) {
  .p-businessContents__title {
    margin: 1em 0 0.5em;
  }
}
.p-businessContents__link {
  margin-top: 44px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  overflow: visible;
}
@media (max-width: 767.9px) {
  .p-businessContents__link {
    margin-top: 1em;
  }
}
.p-businessContents__link i {
  margin-left: 1em;
}
.p-businessContents:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.p-businessContents:nth-child(2n-1) .p-businessContents__lead {
  padding-left: 0;
  padding-right: 5.4375vw;
}
@media (max-width: 767.9px) {
  .p-businessContents:nth-child(2n-1) .p-businessContents__lead {
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
  }
}
.p-businessContents:nth-child(2n-1) .p-businessContents__image {
  border-radius: 25px 0 0 25px;
}
@media (max-width: 767.9px) {
  .p-businessContents:nth-child(2n-1) .p-businessContents__image {
    margin-left: 9.3333333333vw;
    border-radius: 15px 0 0 15px;
  }
}

.c-btnWrap {
  margin-top: 225px;
}
@media (max-width: 1024px) {
  .c-btnWrap {
    margin-top: 21.97265625vw;
  }
}
@media (max-width: 767.9px) {
  .c-btnWrap {
    margin-top: 75px;
  }
}

@media (max-width: 767.9px) {
  .p-distributionSystem .c-flex-between {
    display: block;
  }
}

.p-businessLogistics {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .p-businessLogistics {
    margin-top: 19.53125vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessLogistics {
    margin-top: 90px;
  }
}

.p-marineTransport {
  padding: 0 30px;
  margin: auto;
  max-width: 1340px;
}
@media (max-width: 1024px) {
  .p-marineTransport {
    padding: 0 2.9296875vw;
  }
}
@media (max-width: 767.9px) {
  .p-marineTransport {
    padding: 0 20px;
  }
}
.p-marineTransport__lead {
  margin-top: 60px;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .p-marineTransport__lead {
    margin-top: 5.859375vw;
  }
}
@media (max-width: 767.9px) {
  .p-marineTransport__lead {
    margin-top: 45px;
    line-height: 26px;
  }
}
.p-marineTransport__movie {
  padding-top: 150px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .p-marineTransport__movie {
    padding-top: 14.6484375vw;
  }
}
@media (max-width: 767.9px) {
  .p-marineTransport__movie {
    padding-top: 90px;
  }
}
.p-marineTransport__movie__wrap {
  margin-top: 45px;
}
@media (max-width: 767.9px) {
  .p-marineTransport__movie__wrap {
    margin-top: 40px;
  }
}
.p-marineTransport__movie__wrap video {
  width: 100%;
}
.p-marineTransport__movie__wrap video:hover {
  cursor: pointer;
}
.p-marineTransport__table {
  margin-top: 60px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background-color: #C4C4C4;
  gap: 1px;
  border: 1px #C4C4C4 solid;
}
@media (max-width: 767.9px) {
  .p-marineTransport__table {
    margin-top: 30px;
    grid-template-columns: 2fr 3fr;
  }
}
.p-marineTransport__table div {
  background-color: #fff;
  text-align: center;
  line-height: 1.5em;
  padding: 25px 2px 27px;
  vertical-align: middle;
  place-content: center;
}
@media (max-width: 767.9px) {
  .p-marineTransport__table div {
    padding: 15px 2px 17px;
    font-size: 14px;
    line-height: 1.5em;
  }
}
.p-marineTransport__table .head {
  background-color: #F0F5F9;
  padding: 15px 2px 17px;
}
@media (max-width: 767.9px) {
  .p-marineTransport__table .sp01 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp02 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp03 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp04 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp05 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp06 {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp07 {
    grid-row: 4/5;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp08 {
    grid-row: 4/5;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp09 {
    grid-row: 5/6;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp10 {
    grid-row: 5/6;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp11 {
    grid-row: 6/7;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp12 {
    grid-row: 6/7;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp13 {
    grid-row: 7/8;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp14 {
    grid-row: 7/8;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp15 {
    grid-row: 8/9;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp16 {
    grid-row: 8/9;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp17 {
    grid-row: 9/10;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp18 {
    grid-row: 9/10;
    grid-column: 2/3;
  }
  .p-marineTransport__table .sp19 {
    grid-row: 10/11;
    grid-column: 1/2;
  }
  .p-marineTransport__table .sp20 {
    grid-row: 10/11;
    grid-column: 2/3;
  }
}

@media (max-width: 767.9px) {
  .c-btnShip .js-shipTarget {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .c-btnShip {
    text-align: center;
    padding: 30px 0 0;
  }
}
.c-btnShip span {
  display: none;
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 36px;
  border: 1px solid #004ea1;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #004ea1;
}
@media (max-width: 767.9px) {
  .c-btnShip span {
    display: flex;
  }
}
.c-btnShip span:hover {
  cursor: pointer;
}
.c-btnShip i {
  position: absolute;
  top: 7px;
  right: 10px;
}
.c-btnShip.js-open i {
  transform: rotate(180deg);
}

.p-oilTerminal .c-sectionTitle span {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1em;
}
@media (max-width: 767.9px) {
  .p-oilTerminal .c-sectionTitle span {
    padding-left: 0;
    font-size: 15px;
    line-height: 22px;
    display: block;
  }
}
.p-oilTerminal figcaption {
  width: 100%;
}
.p-oilTerminal dl {
  position: relative;
}
.p-oilTerminal dl dt {
  padding-top: 1em;
  position: absolute;
  font-weight: bold;
  line-height: 35px;
}
.p-oilTerminal dl dd {
  padding: 1em 0 1em 30.3819444444%;
  border-bottom: 1px solid #DCE0E3;
  line-height: 35px;
}
.p-oilTerminal dl dd span {
  font-size: 12px;
}
.p-oilTerminal dl dd a {
  color: #004ea1;
}

.u-distribution-menu a img {
  transition: all 0.3s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.u-distribution-menu a:hover {
  opacity: 1;
}
.u-distribution-menu a:hover img {
  transform: translateY(-5px);
  transition: all 0.3s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}

.p-distributionSystem__img {
  margin-top: 70px;
}
.p-distributionSystem .c-2column__img {
  width: 45.3913043478%;
}
.p-distributionSystem__title {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767.9px) {
  .p-distributionSystem__title {
    margin: 0 0 0.5em;
  }
}

.p-fuelDelivery__products {
  padding: 144px 0 100px;
  margin-top: 200px;
  position: relative;
  background: url(../images/business/bg_products.jpg) center/cover no-repeat;
}
@media (max-width: 1024px) {
  .p-fuelDelivery__products {
    margin-top: 19.53125vw;
    padding-bottom: 9.765625vw;
  }
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__products {
    padding: 110px 0 0;
    margin-top: 90px;
  }
}
.p-fuelDelivery__products h3 {
  padding: 0.5em 0 1em;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #004ea1;
  background: #fff;
  width: 280px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
.p-fuelDelivery__products ul {
  margin: auto;
  display: flex;
  max-width: 1040px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.p-fuelDelivery__products ul li {
  margin: 0 15px 30px;
  width: 230px;
  font-size: 18px;
  line-height: 60px;
  color: #004ea1;
  background: #fff;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__products ul li {
    margin: 0 2.1333333333vw 20px;
    width: 42.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__products ul li:nth-child(3) {
    margin-bottom: 45px;
  }
}
.p-fuelDelivery__products ul li:nth-child(3)::after {
  content: "";
  display: block;
  width: 230px;
}
.p-fuelDelivery__area {
  margin: 185px auto 0;
}
@media (max-width: 1024px) {
  .p-fuelDelivery__area {
    margin-top: 18.06640625vw;
  }
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__area {
    margin-top: 90px;
  }
}
.p-fuelDelivery__area .l-inner {
  position: relative;
}
.p-fuelDelivery__area .l-inner p {
  padding-right: 45%;
}
@media (max-width: 1024px) {
  .p-fuelDelivery__area .l-inner p {
    padding-right: 0;
  }
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__area .l-inner p {
    padding-right: 0;
  }
}
.p-fuelDelivery__area .l-inner figure {
  position: absolute;
  top: -40px;
  right: 0;
  width: 45%;
}
@media (max-width: 1024px) {
  .p-fuelDelivery__area .l-inner figure {
    margin-top: 30px;
    position: static;
    width: auto;
  }
}
.p-fuelDelivery__area picture {
  display: block;
  width: 100%;
  text-align: center;
}
.p-fuelDelivery__area__grid {
  margin: 50px 0 156px;
  display: grid;
  grid-template-columns: 154px 1fr;
  max-width: 640px;
  border-top: 1px solid #cfd4d6;
}
@media (max-width: 1024px) {
  .p-fuelDelivery__area__grid {
    margin: 4.8828125vw 0 15.234375vw;
  }
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__area__grid {
    padding-top: 10px;
    margin: 30px 0 45px;
    display: block;
  }
}
.p-fuelDelivery__area__grid > div {
  padding: 10px 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #cfd4d6;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__area__grid > div {
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
}
.p-fuelDelivery__area__grid > div:nth-child(2n) {
  padding-left: 32px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__area__grid > div:nth-child(2n) {
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfd4d6;
    line-height: 22px;
  }
}
.p-fuelDelivery__area__grid > div:nth-child(2n)::before {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #cfd4d6;
  content: "";
}
@media (max-width: 767.9px) {
  .p-fuelDelivery__area__grid > div:nth-child(2n)::before {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/business.css.map */
