.js-scrollable {
  overflow-x: auto;
}

.education {
  background-color: #0080CB;
}
.education-hero {
  position: relative;
  padding: 39.25cqw 20px 31.75cqw;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/education/education-hero_bg_sp@2x.jpg");
  background-size: cover;
  background-color: #fff;
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: center bottom;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .education-hero {
    background-image: url("../images/education/education-hero_bg@2x.jpg");
    background-size: 2000px auto;
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-position: left 50% bottom 0;
    mask-size: 2000px auto;
    padding: 167px 0 119px;
  }
}
@media (min-width: 2000px) {
  .education-hero {
    background-size: cover;
    mask-size: cover;
    padding: 8.35cqw 0 5.95cqw;
  }
}
.education-hero--plantengineering, .education-hero--logistics {
  background-image: none;
}
.education-hero__category {
  display: inline-block;
  background-color: #0080CB;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
.education-hero__ttl {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .education-hero__ttl {
    font-size: 3.5rem;
  }
}
.education-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .education-hero__en {
    font-size: 1.25rem;
  }
}
.education-lead {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .education-lead {
    padding: 120px 20px;
  }
}
.education-lead__txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .education-lead__txt {
    font-size: 1.25rem;
  }
}
.education-content {
  position: relative;
  container-type: inline-size;
  background-color: #0080CB;
  overflow: hidden;
}
.education-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .education-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .education-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.education-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .education-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .education-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.education-content__inner {
  padding: 40px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .education-content__inner {
    padding: 1px 0;
  }
}
.education-training {
  padding: 0 20px;
}
.education-training__heading {
  margin-bottom: 60px;
  text-align: center;
}
.education-training__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .education-training__ttl {
    font-size: 2.5rem;
  }
}
.education-training__en {
  margin-top: 8px;
  color: #0080CB;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .education-training__en {
    font-size: 1rem;
  }
}
.education-training__box {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #D5F1F9;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .education-training__box {
    margin: 40px auto 0;
    padding: 40px;
  }
}
.education-training__box + .education-training__box {
  margin-top: 20px;
}
.education-training__sub-ttl {
  color: #0080CB;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.education-training__txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.education-training__table {
  min-width: 900px;
}
@media (min-width: 768px) {
  .education-training__table {
    min-width: 1120px;
  }
}
.education-training__table-wrapper {
  padding-bottom: 30px;
}
.education-training__table-wrapper::-webkit-scrollbar {
  height: 10px;
}
.education-training__table-wrapper::-webkit-scrollbar-track {
  background-color: #CCC;
  border-radius: 10px;
}
.education-training__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #0080CB;
  border-radius: 10px;
}
.education-training__table-flow, .education-training__table-description, .education-training__table-data {
  min-width: 900px;
}
@media (min-width: 768px) {
  .education-training__table-flow, .education-training__table-description, .education-training__table-data {
    min-width: 1120px;
  }
}
.education-training__table-flow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0 0;
  font-weight: bold;
  color: white;
}
@media (min-width: 768px) {
  .education-training__table-flow {
    padding: 40px 40px 0;
  }
}
.education-training__table-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex: 0 0 256px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .education-training__table-flow-arrow {
    flex: 0 0 288px;
  }
}
.education-training__table-flow-arrow--gradu {
  background-color: #54C9F3;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.education-training__table-flow-arrow-middle {
  margin-left: -12px;
  background-color: #019CD5;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
}
.education-training__table-flow-arrow-master {
  margin-left: -12px;
  background-color: #0080CB;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
}
.education-training__table-description {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .education-training__table-description {
    padding: 10px 40px 20px;
  }
}
.education-training__table-description-txt {
  flex: 0 0 256px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .education-training__table-description-txt {
    flex: 0 0 288px;
  }
}
.education-training__table-description-txt--middle {
  margin-left: -12px;
}
.education-training__table-description-txt--master {
  margin-left: -12px;
}
.education-training__table-data {
  display: grid;
  grid-template-columns: 130px repeat(3, 1fr);
  gap: 4px;
}
@media (min-width: 768px) {
  .education-training__table-data {
    grid-template-columns: 200px repeat(3, 1fr);
    padding-inline: 40px;
  }
}
.education-training__table-th {
  display: grid;
  place-content: center;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
}
.education-training__table-td {
  position: relative;
  display: grid;
  place-content: center start;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
}
.education-training__table-td-other, .education-training__table-td-global, .education-training__table-td-language, .education-training__table-td-support {
  display: block;
  border-radius: 4px;
  background-color: #D5F1F9;
  padding-block: 8px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.education-training__table-td-other {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 516px;
  z-index: 2;
}
.education-training__table-td-global, .education-training__table-td-language {
  grid-column-start: 2;
  grid-column-end: 4;
}
.education-training__table-td-support {
  grid-column: span 3;
}
.education-training__table-td-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 0;
}
.education-training__table-td--full {
  display: block;
  grid-column: span 3;
}
.education-training__table-td--padding {
  padding-bottom: 75px;
}
.education-more__inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .education-more__inner {
    padding-top: 120px;
  }
}
.education-more__ttl {
  color: #0080CB;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .education-more__ttl {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.education-more__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .education-more__txt {
    font-size: 1.125rem;
    text-align: center;
  }
}
.education-more__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .education-more__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
.education-more__list-item a {
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 20px 70px 20px 30px;
}
@media (any-hover: hover) {
  .education-more__list-item a:hover .education-more__list-item-arrow-inner::before, .education-more__list-item a:hover .education-more__list-item-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
@media (min-width: 768px) {
  .education-more__list-item a {
    padding: 30px 90px 30px 40px;
  }
}
.education-more__list-item--plantengineering a {
  background-color: #D5F1F9;
}
.education-more__list-item--logistics a {
  background-color: #D9F3F2;
}
.education-more__list-item-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .education-more__list-item-arrow {
    right: 30px;
  }
}
.education-more__list-item-arrow--plantengineering {
  background-color: #0080CB;
}
.education-more__list-item-arrow--logistics {
  background-color: #00B1AA;
}
.education-more__list-item-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.education-more__list-item-arrow-inner::before, .education-more__list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.education-more__list-category {
  display: inline-block;
  padding: 2px 16px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.education-more__list-category--plantengineering {
  background-color: #0080CB;
}
.education-more__list-category--logistics {
  background-color: #00B1AA;
}
.education-more__list-ttl {
  margin-top: 12px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}
.education-more__list-ttl span {
  margin-right: 0.3em;
  font-size: 1.5rem;
}
.education-more__list-ttl--plantengineering span {
  color: #0080CB;
}
.education-more__list-ttl--logistics span {
  color: #00B1AA;
}

.plantengineering {
  background-color: #0080CB;
}
.plantengineering-hero {
  position: relative;
  padding: 30cqw 20px 22.5cqw;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  background-size: cover;
  background-color: #fff;
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: center bottom;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .plantengineering-hero {
    background-image: none;
    background-size: 2000px auto;
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-position: left 50% bottom 0;
    mask-size: 2000px auto;
    padding: 140px 0 92px;
  }
}
@media (min-width: 2000px) {
  .plantengineering-hero {
    background-size: cover;
    mask-size: cover;
    padding: 7cqw 0 4.6cqw;
  }
}
.plantengineering-hero--plantengineering, .plantengineering-hero--logistics {
  background-image: none;
}
.plantengineering-hero__category {
  display: inline-block;
  background-color: #0080CB;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
.plantengineering-hero__ttl {
  margin: 0 0 10px;
  color: #333;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .plantengineering-hero__ttl {
    font-size: 3.5rem;
  }
}
.plantengineering-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #0080CB;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .plantengineering-hero__en {
    font-size: 1.25rem;
  }
}
.plantengineering-lead {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .plantengineering-lead {
    padding: 120px 20px;
  }
}
.plantengineering-lead__txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .plantengineering-lead__txt {
    font-size: 1.25rem;
  }
}
.plantengineering-content {
  position: relative;
  container-type: inline-size;
  background-color: #0080CB;
  overflow: hidden;
}
.plantengineering-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .plantengineering-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .plantengineering-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.plantengineering-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .plantengineering-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .plantengineering-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.plantengineering-content__inner {
  padding: 40px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .plantengineering-content__inner {
    padding: 1px 0;
  }
}
.plantengineering-training {
  padding: 0 20px;
}
.plantengineering-training__heading {
  margin-bottom: 60px;
  text-align: center;
}
.plantengineering-training__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .plantengineering-training__ttl {
    font-size: 2.5rem;
  }
}
.plantengineering-training__en {
  margin-top: 8px;
  color: #0080CB;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .plantengineering-training__en {
    font-size: 1rem;
  }
}
.plantengineering-training__box {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #D5F1F9;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .plantengineering-training__box {
    margin: 40px auto 0;
    padding: 40px;
  }
}
.plantengineering-training__box + .education-training__box {
  margin-top: 20px;
}
.plantengineering-anchor {
  margin-inline: auto;
  max-width: 584px;
  padding: 120px 20px 80px;
}
.plantengineering-training__txt {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .plantengineering-training__txt {
    margin-top: 60px;
    font-size: 1.125rem;
  }
}
.plantengineering-career-path__heading, .plantengineering-next__heading {
  margin-top: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .plantengineering-career-path__heading, .plantengineering-next__heading {
    margin-top: 120px;
  }
}
.plantengineering-career-path__ttl, .plantengineering-next__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .plantengineering-career-path__ttl, .plantengineering-next__ttl {
    font-size: 2.5rem;
  }
}
.plantengineering-career-path__en, .plantengineering-next__en {
  margin-top: 8px;
  color: #0080CB;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .plantengineering-career-path__en, .plantengineering-next__en {
    font-size: 1rem;
  }
}
.plantengineering-career-path__img, .plantengineering-next__img {
  margin: 30px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .plantengineering-career-path__img, .plantengineering-next__img {
    margin: 0 auto;
  }
}
.plantengineering-career-path__img img, .plantengineering-next__img img {
  width: 100%;
}
.plantengineering-career-path__note, .plantengineering-next__note {
  margin: 30px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.plantengineering-career-path__list, .plantengineering-next__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .plantengineering-career-path__list, .plantengineering-next__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto 0;
  }
}
.plantengineering-career-path__list-item, .plantengineering-next__list-item {
  border-radius: 10px;
  border: 1px solid #CDE0E6;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .plantengineering-career-path__list-item, .plantengineering-next__list-item {
    padding: 30px 40px;
  }
}
.plantengineering-career-path__list-item-ttl, .plantengineering-next__list-item-ttl {
  color: #0080CB;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.plantengineering-career-path__list-item-txt, .plantengineering-next__list-item-txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.plantengineering-training {
  text-align: center;
}
.plantengineering-training__schedule {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 2px;
  row-gap: 10px;
  max-width: 1040px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .plantengineering-training__schedule {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 4px;
    row-gap: 6px;
  }
}
.plantengineering-training__schedule-item {
  display: grid;
  grid-template-rows: 36px 135px;
  gap: 2px;
}
.plantengineering-training__schedule-item dt {
  grid-row: 1;
}
.plantengineering-training__schedule-item dd {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .plantengineering-training__schedule-item {
    grid-template-rows: 36px 199px;
    gap: 6px 4px;
  }
}
.plantengineering-training__schedule-item--span4 {
  grid-column: span 4;
  grid-template-columns: repeat(4, 1fr);
}
.plantengineering-training__schedule-month {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #019CD5;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  text-align: center;
}
.plantengineering-training__schedule-month span {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
}
.plantengineering-training__schedule-content {
  display: grid;
  place-content: center;
  border-radius: 4px;
  background-color: #fff;
  writing-mode: vertical-lr;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plantengineering-training__schedule-content {
    font-size: 1rem;
  }
}
.plantengineering-training__schedule-content--lr {
  padding-inline: 15px;
  writing-mode: horizontal-tb;
}
.plantengineering-training__schedule-content--center {
  text-align: center;
}
.plantengineering-training__schedule-content--join {
  grid-column: span 4;
}
.plantengineering-training__schedule-content span {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plantengineering-training__schedule-content span {
    font-size: 0.9375rem;
  }
}
.plantengineering-training__schedule-content ul {
  margin-top: 5px;
}
.plantengineering-training__schedule-content ul li {
  display: flex;
  align-items: flex-start;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plantengineering-training__schedule-content ul li {
    font-size: 0.9375rem;
  }
}
.plantengineering-training__schedule-content ul li::before {
  content: "";
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: #019CD5;
  clip-path: circle(2.5px at 50% 50%);
}
.plantengineering-training__note {
  display: inline-block;
  margin-top: 10px;
  list-style: none;
}
.plantengineering-training__note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .plantengineering-training__note li {
    text-align: center;
  }
}

.logistics {
  background-color: #0080CB;
}
.logistics-hero {
  position: relative;
  padding: 30cqw 20px 22.5cqw;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  background-size: cover;
  background-color: #fff;
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: center bottom;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .logistics-hero {
    background-image: none;
    background-size: 2000px auto;
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-position: left 50% bottom 0;
    mask-size: 2000px auto;
    padding: 140px 0 92px;
  }
}
@media (min-width: 2000px) {
  .logistics-hero {
    background-size: cover;
    mask-size: cover;
    padding: 7cqw 0 4.6cqw;
  }
}
.logistics-hero--plantengineering, .logistics-hero--logistics {
  background-image: none;
}
.logistics-hero__category {
  display: inline-block;
  background-color: #00B1AA;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
.logistics-hero__ttl {
  margin: 0 0 10px;
  color: #333;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-hero__ttl {
    font-size: 3.5rem;
  }
}
.logistics-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #00B1AA;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .logistics-hero__en {
    font-size: 1.25rem;
  }
}
.logistics-lead {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .logistics-lead {
    padding: 120px 20px;
  }
}
.logistics-lead__txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .logistics-lead__txt {
    font-size: 1.25rem;
  }
}
.logistics-content {
  position: relative;
  container-type: inline-size;
  background-color: #0080CB;
  overflow: hidden;
}
.logistics-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .logistics-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .logistics-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.logistics-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .logistics-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .logistics-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.logistics-content__inner {
  padding: 40px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .logistics-content__inner {
    padding: 1px 0;
  }
}
.logistics-training {
  padding: 0 20px;
}
.logistics-training__heading {
  margin-bottom: 60px;
  text-align: center;
}
.logistics-training__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-training__ttl {
    font-size: 2.5rem;
  }
}
.logistics-training__en {
  margin-top: 8px;
  color: #00B1AA;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .logistics-training__en {
    font-size: 1rem;
  }
}
.logistics-training__box {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #D9F3F2;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .logistics-training__box {
    margin: 40px auto 0;
    padding: 40px;
  }
}
.logistics-training__box + .education-training__box {
  margin-top: 20px;
}
.logistics-anchor {
  margin-inline: auto;
  max-width: 584px;
  padding: 120px 20px 80px;
}
.logistics-training__txt {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .logistics-training__txt {
    margin-top: 60px;
    font-size: 1.125rem;
  }
}
.logistics-career-path__heading, .logistics-next__heading {
  margin-top: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .logistics-career-path__heading, .logistics-next__heading {
    margin-top: 120px;
  }
}
.logistics-career-path__ttl, .logistics-next__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-career-path__ttl, .logistics-next__ttl {
    font-size: 2.5rem;
  }
}
.logistics-career-path__en, .logistics-next__en {
  margin-top: 8px;
  color: #00B1AA;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .logistics-career-path__en, .logistics-next__en {
    font-size: 1rem;
  }
}
.logistics-career-path__img, .logistics-next__img {
  margin: 30px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .logistics-career-path__img, .logistics-next__img {
    margin: 0 auto;
  }
}
.logistics-career-path__img img, .logistics-next__img img {
  width: 100%;
}
.logistics-career-path__note, .logistics-next__note {
  margin: 30px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.logistics-career-path__list, .logistics-next__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .logistics-career-path__list, .logistics-next__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto 0;
  }
}
.logistics-career-path__list-item, .logistics-next__list-item {
  border-radius: 10px;
  border: 1px solid #CDE0E6;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .logistics-career-path__list-item, .logistics-next__list-item {
    padding: 30px 40px;
  }
}
.logistics-career-path__list-item-ttl, .logistics-next__list-item-ttl {
  color: #00B1AA;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.logistics-career-path__list-item-txt, .logistics-next__list-item-txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.logistics-career-image__img {
  margin: 30px auto 20px;
  width: 1292px;
}
@media (min-width: 768px) {
  .logistics-career-image__img {
    margin: 0 auto;
    max-width: 1240px;
    width: auto;
    padding-inline: 20px;
  }
}
.logistics-career-image__img img {
  width: 100%;
}
.logistics-career-image__img-wrapper {
  margin-inline: 20px;
}
@media (min-width: 768px) {
  .logistics-career-image__img-wrapper {
    margin-inline: auto;
  }
}
.logistics-career-image__img-wrapper::-webkit-scrollbar {
  height: 10px;
}
.logistics-career-image__img-wrapper::-webkit-scrollbar-track {
  background-color: #CCC;
  border-radius: 10px;
}
.logistics-career-image__img-wrapper::-webkit-scrollbar-thumb {
  background-color: #00B1AA;
  border-radius: 10px;
}
.logistics-training__schedule {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(5, 1fr);
  gap: 2px;
  max-width: 1040px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .logistics-training__schedule {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 36px minmax(115px, 1fr);
    gap: 6px 4px;
    grid-auto-flow: column;
  }
}
.logistics-training__schedule-year {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #00B1AA;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Krona One", sans-serif;
  text-align: center;
  writing-mode: vertical-lr;
  text-orientation: upright;
  padding: 11px 15px;
}
@media (min-width: 768px) {
  .logistics-training__schedule-year {
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .logistics-training__schedule-year {
    padding: 5px 0;
    writing-mode: horizontal-tb;
  }
}
.logistics-training__schedule-year span {
  font-size: 0.9375rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-training__schedule-year span {
    line-height: 1.6;
  }
}
.logistics-training__schedule-content {
  display: grid;
  align-items: center;
  gap: 3px;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .logistics-training__schedule-content {
    place-content: center;
    padding: 20px;
    font-size: 1rem;
    text-align: center;
  }
}
.logistics-training__schedule-content span {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .logistics-training__schedule-content span {
    font-size: 0.9375rem;
  }
}
.logistics-training__schedule-content ul {
  margin-top: 5px;
}
.logistics-training__schedule-content ul li {
  display: flex;
  align-items: flex-start;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .logistics-training__schedule-content ul li {
    font-size: 0.9375rem;
  }
}
.logistics-training__schedule-content ul li::before {
  content: "";
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-color: #019CD5;
  clip-path: circle(2.5px at 50% 50%);
}
