/* CSS Document */
.mainVisual .underline span {
  position: relative;
}
.mainVisual .underline span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -3px;
  left: 0;
  right: 0;
}

.top_txt {
  font-size: min(4vw, 15px);
}
@media (min-width: 768px) {
  .top_txt {
    font-size: 18px;
  }
}

h2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: min(5.8666666667vw, 22px);
  color: #006AEA;
  font-weight: 600;
  position: relative;
}
@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}
h2 span {
  display: block;
  width: 100%;
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
h2 span.sec_line {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 750/57;
  background: url(../img/common/ttl_line_sm.png) no-repeat 0 0/contain;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
@media (min-width: 768px) {
  h2 span.sec_line {
    background: url(../img/common/ttl_line_md.png) no-repeat 0 0;
    aspect-ratio: inherit;
    height: 40px;
  }
}
h2 span.sec_line02 {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 750/57;
  background: url(../img/common/ttl_line02_sm.png) no-repeat 0 0/contain;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
@media (min-width: 768px) {
  h2 span.sec_line02 {
    background: url(../img/common/ttl_line02_md.png) no-repeat 0 0;
    aspect-ratio: inherit;
    height: 40px;
  }
}

h3 {
  color: #006AEA;
  font-size: min(4.5333333333vw, 17px);
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 29px;
  }
}

.sec01_txt {
  font-size: min(3.7333333333vw, 14px);
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec01_txt {
    font-size: 16px;
  }
}

.sec01 ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 45px;
}
@media (min-width: 768px) {
  .sec01 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    row-gap: 0;
    gap: 50px;
  }
}
.sec01 ul li {
  width: 100%;
  background-color: #D3E7FF;
  padding: 8.6vw;
  position: relative;
}
@media (min-width: 768px) {
  .sec01 ul li {
    width: calc((100% - 100px) / 3);
    padding: 30px;
  }
}
.sec01 ul li::after {
  position: absolute;
  content: "";
  width: 8.5vw;
  aspect-ratio: 64/45;
  background: url(../img/transport/arrow_sm.png) no-repeat 0 0/contain;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  .sec01 ul li::after {
    width: 30px;
    aspect-ratio: 30/42;
    background: url(../img/transport/arrow_md.png) no-repeat 0 0;
    bottom: auto;
    top: 50%;
    left: calc(100% + 25px);
    transform: translateX(-50%) translateY(-50%);
  }
}
.sec01 ul li:last-of-type::after {
  display: none;
}
.sec01 ul li .text {
  position: relative;
}
.sec01 ul li .text .bg_img {
  position: relative;
}
@media (min-width: 768px) {
  .sec01 ul li .text .bg_img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
}
.sec01 ul li .text .bg_img picture {
  display: inline-block;
  width: 18vw;
  aspect-ratio: 128/193;
}
@media (min-width: 768px) {
  .sec01 ul li .text .bg_img picture {
    max-width: 128px;
    width: 100%;
  }
}
.sec01 ul li .text .bg_img.img02 picture {
  width: 18vw;
  aspect-ratio: 129/190;
}
@media (min-width: 768px) {
  .sec01 ul li .text .bg_img.img02 picture {
    max-width: 129px;
    width: 100%;
  }
}
.sec01 ul li .text .bg_img.img03 picture {
  width: 27.6vw;
  aspect-ratio: 192/190;
}
@media (min-width: 768px) {
  .sec01 ul li .text .bg_img.img03 picture {
    max-width: 192px;
    width: 100%;
  }
}
.sec01 ul li .text .txtBlock {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  .sec01 ul li .text .txtBlock {
    position: relative;
    z-index: 2;
  }
}
.sec01 ul li .text01 {
  font-size: min(5.8666666667vw, 22px);
  text-align: center;
}
@media (min-width: 768px) {
  .sec01 ul li .text01 {
    font-size: 30px;
  }
}
.sec01 ul li .text02 {
  font-size: min(3.7333333333vw, 14px);
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .sec01 ul li .text02 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.sec01 ul li .btn {
  margin-top: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec01 ul li .btn {
    margin-top: 15px;
  }
}
.sec01 ul li .btn a {
  display: inline-block;
  width: 54vw;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, rgba(10, 109, 221, 0.9) 0%, rgba(5, 55, 111, 0.9) 100%);
  font-size: min(4.5333333333vw, 17px);
  padding: 10px 8vw;
  position: relative;
}
@media (min-width: 768px) {
  .sec01 ul li .btn a {
    width: 100%;
    max-width: 256px;
    font-size: 21px;
    padding: 15px 30px;
  }
}
.sec01 ul li .btn a::before {
  position: absolute;
  content: "";
  width: 6vw;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec01 ul li .btn a::before {
    width: 10%;
    right: 8%;
  }
}
.sec01 ul li .btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 2vw;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: calc(100% - 1px) 50%;
}
@media (min-width: 768px) {
  .sec01 ul li .btn a::after {
    width: 10px;
    right: 8%;
  }
}

.sec02 .keitou {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sec02 .keitou {
    margin-top: 50px;
  }
}
.sec02 .keitou .keitou_item h4 {
  width: 100%;
  position: relative;
}
.sec02 .keitou .keitou_item h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec02 .keitou .keitou_item h4 span {
  padding-right: 0.5em;
  background-color: #ffffff;
  position: relative;
  font-size: min(5.3333333333vw, 20px);
  font-weight: 700;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item h4 span {
    font-size: 35px;
  }
}
.sec02 .keitou .keitou_item .d-flex {
  flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex {
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .img {
    width: calc(60% - 50px);
  }
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text {
    width: 40%;
  }
}
.sec02 .keitou .keitou_item .d-flex .text p {
  text-align: center;
  font-size: min(5.8666666667vw, 22px);
  font-weight: 700;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text p {
    text-align: left;
    font-size: 32px;
  }
}
.sec02 .keitou .keitou_item .d-flex .text p span {
  font-size: min(4vw, 15px);
  padding-right: 0.5em;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text p span {
    font-size: 25px;
  }
}
.sec02 .keitou .keitou_item .d-flex .text .btn {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text .btn {
    text-align: left;
    margin-top: 30px;
  }
}
.sec02 .keitou .keitou_item .d-flex .text .btn a {
  display: inline-block;
  width: 54vw;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, rgba(10, 109, 221, 0.9) 0%, rgba(5, 55, 111, 0.9) 100%);
  font-size: min(4.5333333333vw, 17px);
  padding: 10px 8vw;
  position: relative;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text .btn a {
    width: 100%;
    max-width: 256px;
    font-size: 21px;
    padding: 15px 30px;
  }
}
.sec02 .keitou .keitou_item .d-flex .text .btn a::before {
  position: absolute;
  content: "";
  width: 6vw;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text .btn a::before {
    width: 10%;
    right: 8%;
  }
}
.sec02 .keitou .keitou_item .d-flex .text .btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 2vw;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: calc(100% - 1px) 50%;
}
@media (min-width: 768px) {
  .sec02 .keitou .keitou_item .d-flex .text .btn a::after {
    width: 10px;
    right: 8%;
  }
}

.lower_page .employee {
  position: relative;
}
.lower_page .employee .img {
  position: relative;
  width: 100%;
  left: auto;
  right: -15px;
  z-index: 1;
  transform: translateY(6.2%);
}
@media (min-width: 768px) {
  .lower_page .employee .img {
    text-align: right;
    right: 0;
    transform: translateY(4.2%);
  }
}
.lower_page .employee .text {
  position: relative;
  width: 74vw;
  margin-top: -80px;
  z-index: 2;
  color: #ffffff;
}
@media (min-width: 768px) {
  .lower_page .employee .text {
    width: 65%;
    max-width: 690px;
    margin-top: -100px;
    margin-left: -15px;
  }
}
.lower_page .employee .text .bg {
  position: relative;
  width: 100%;
  display: block;
  padding: 6.4vw 6.4vw 6.4vw 0;
}
@media (min-width: 768px) {
  .lower_page .employee .text .bg {
    padding: 25px 45px;
  }
}
.lower_page .employee .text .bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(10, 109, 221) 0%, rgb(5, 55, 111) 100%);
  width: 80vw;
  height: 100%;
  left: -15px;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .lower_page .employee .text .bg::before {
    width: 100%;
    left: 0;
  }
}
.lower_page .employee .text .bg .txt01,
.lower_page .employee .text .bg .txt02 {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .lower_page .employee .text .bg .txt01,
  .lower_page .employee .text .bg .txt02 {
    padding-left: 0;
  }
}
.lower_page .employee .text .bg .txt01 {
  font-size: min(5.8666666667vw, 22px);
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .lower_page .employee .text .bg .txt01 {
    font-size: min(2.8571428571vw, 40px);
  }
}
.lower_page .employee .text .bg .txt02 {
  font-size: min(5.8666666667vw, 22px);
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lower_page .employee .text .bg .txt02 {
    font-size: min(2.6428571429vw, 37px);
    margin-top: 10px;
  }
}
.lower_page .employee .text .bg .txt02 span {
  font-size: min(4vw, 15px);
  margin-right: 5px;
}
@media (min-width: 768px) {
  .lower_page .employee .text .bg .txt02 span {
    font-size: 26px;
  }
}
.lower_page .sec02 {
  margin-top: 10vw;
}
@media (min-width: 768px) {
  .lower_page .sec02 {
    margin-top: 70px;
  }
}
.lower_page .sec02 h2 {
  font-size: min(6.1333333333vw, 23px);
  font-weight: 600;
  color: #000000;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lower_page .sec02 h2 {
    font-size: 30px;
    max-width: 240px;
  }
}
.lower_page .sec02 h2 span {
  border-bottom: 1px solid #000000;
}
.lower_page .sec02 h3 {
  font-size: min(5.0666666667vw, 19px);
}
@media (min-width: 768px) {
  .lower_page .sec02 h3 {
    font-size: 29px;
  }
}
.lower_page .sec02 .sec02_txt {
  font-size: min(3.7333333333vw, 14px);
}
@media (min-width: 768px) {
  .lower_page .sec02 .sec02_txt {
    font-size: 16px;
  }
}
.lower_page .sec02 .flex_img {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .flex_img {
    margin-top: 60px;
  }
}
.lower_page .sec02 .career_list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list {
    margin-top: 40px;
  }
}
.lower_page .sec02 .career_list li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li {
    margin-top: 40px;
  }
}
.lower_page .sec02 .career_list li:first-of-type {
  margin-top: 0;
}
.lower_page .sec02 .career_list li dl {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl {
    align-items: center;
  }
}
.lower_page .sec02 .career_list li dl dt {
  font-size: min(4.2666666667vw, 16px);
  font-weight: 600;
  width: 27%;
  text-align: center;
  border: 2px solid #006AEA;
  position: relative;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dt {
    width: 20%;
    height: 120px;
    font-size: min(2.2857142857vw, 32px);
  }
}
.lower_page .sec02 .career_list li dl dt::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  border-radius: 9999px;
  background-color: #006AEA;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dt::before {
    height: 75px;
    bottom: -75px;
  }
}
.lower_page .sec02 .career_list li dl dt::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #006AEA;
  transform: rotate(45deg);
  transform-origin: 50% calc(100% - 1px);
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dt::after {
    bottom: -75px;
  }
}
.lower_page .sec02 .career_list li dl dt p {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #006AEA;
}
.lower_page .sec02 .career_list li dl dd {
  width: 70%;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dd {
    width: 76%;
  }
}
.lower_page .sec02 .career_list li dl dd .txt01 {
  font-size: min(4.5333333333vw, 17px);
  font-weight: 600;
  color: #006AEA;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dd .txt01 {
    font-size: 22px;
  }
}
.lower_page .sec02 .career_list li dl dd .txt01 span {
  display: inline-block;
  border: 1px solid #000000;
  color: #000000;
  padding: 0 1em;
  font-size: min(3.7333333333vw, 14px);
  margin-left: 10px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dd .txt01 span {
    font-size: 16px;
    margin-left: 30px;
  }
}
.lower_page .sec02 .career_list li dl dd .txt02 {
  font-size: min(3.7333333333vw, 14px);
}
@media (min-width: 768px) {
  .lower_page .sec02 .career_list li dl dd .txt02 {
    font-size: 16px;
  }
}
.lower_page .sec02 .career_list li:last-of-type dl dt::before, .lower_page .sec02 .career_list li:last-of-type dl dt::after {
  display: none;
}
.lower_page .sec02 .future_plans {
  background: linear-gradient(90deg, rgb(10, 109, 221) 0%, rgb(5, 55, 111) 100%);
  margin-top: 25px;
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .lower_page .sec02 .future_plans {
    display: table;
    margin-top: 40px;
    padding: 20px 45px;
    box-sizing: border-box;
  }
}
.lower_page .sec02 .future_plans dt {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: min(4.5333333333vw, 17px);
  font-weight: 600;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .future_plans dt {
    font-size: 29px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 0;
    width: 30%;
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
.lower_page .sec02 .future_plans dd {
  color: #ffffff;
  font-size: min(3.7333333333vw, 14px);
  padding-top: 15px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .future_plans dd {
    font-size: 16px;
    width: 70%;
    display: table-cell;
    padding: 10px 0 10px 40px;
  }
}
.lower_page .sec02 .private {
  background-color: #D3E7FF;
  margin-top: 40px;
  padding: 30px 0 30px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .private {
    margin-top: 70px;
    padding: 50px;
  }
}
.lower_page .sec02 .private .bg_white {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .private .bg_white {
    margin-top: 40px;
    padding: 70px;
  }
}
.lower_page .sec02 .private .bg_white .img {
  text-align: center;
}
@media (min-width: 768px) {
  .lower_page .sec02 .private .bg_white .img {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .lower_page .sec02 .private .bg_white .text {
    width: 60%;
  }
}
.lower_page .sec02 .private .bg_white .text .txt01 {
  color: #006AEA;
  font-size: min(4.5333333333vw, 17px);
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #006AEA;
}
@media (min-width: 768px) {
  .lower_page .sec02 .private .bg_white .text .txt01 {
    font-size: 22px;
    padding-left: 35px;
  }
}
.lower_page .sec02 .private .bg_white .text .txt02 {
  font-size: min(3.7333333333vw, 14px);
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lower_page .sec02 .private .bg_white .text .txt02 {
    font-size: 16px;
    padding-left: 35px;
  }
}
.lower_page .sec02 .private .bg_white .d-md-flex.flex01 {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .lower_page .sec02 .private .bg_white .d-md-flex.flex01 .text .txt01,
  .lower_page .sec02 .private .bg_white .d-md-flex.flex01 .text .txt02 {
    padding-left: 0;
    padding-right: 35px;
  }
}
.lower_page .other_pages ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .lower_page .other_pages ul {
    gap: 30px;
  }
}
.lower_page .other_pages ul li {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
  .lower_page .other_pages ul li {
    width: calc((100% - 60px) / 3);
  }
}
.lower_page .other_pages ul li a {
  display: block;
  position: relative;
}
.lower_page .other_pages ul li a .link_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #ffffff;
  font-size: min(4.5333333333vw, 17px);
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 5px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lower_page .other_pages ul li a .link_txt {
    font-size: min(2vw, 28px);
    padding-bottom: 15px;
  }
}
.lower_page .other_pages ul li a .arrow {
  position: absolute;
  width: 7.2vw;
  height: 1px;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .lower_page .other_pages ul li a .arrow {
    width: 60px;
  }
}
.lower_page .other_pages ul li a .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
}
.lower_page .other_pages ul li a .arrow span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media (min-width: 768px) {
  .lower_page .other_pages ul li a .arrow span::after {
    width: 10px;
  }
}/*# sourceMappingURL=transport.css.map */