.main_inner {
  padding-bottom: 0;
}

.lower_header > figure {
  width: 100vw;
  margin-left: 50%;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .lower_header > figure {
    height: 44rem;
  }
}
@media (max-width: 768px) {
  .lower_header > figure {
    height: 42rem;
  }
}
.lower_header > figure img {
  object-fit: cover;
}
.lower_header > hgroup {
  position: relative;
}
@media (min-width: 769px) {
  .lower_header > hgroup {
    width: 38rem;
    margin-top: -12.6rem;
    padding: 6.5rem 0;
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup {
    width: 44rem;
    margin-top: -10rem;
    padding: 7rem 0;
  }
}
.lower_header > hgroup::before {
  content: "";
  position: absolute;
  background: #fdf002;
  border-radius: 0 2.6rem 2.6rem 0;
  inset: 0 0 0 auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .lower_header > hgroup::before {
    width: calc(100% - 52.5rem + 50vw + 10px);
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup::before {
    width: calc(100% - 26rem + 50vw + 10px);
  }
}
.lower_header > hgroup p {
  position: relative;
}
.lower_header > hgroup h1 {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 769px) {
  .lower_header > hgroup h1 {
    padding: 1.5rem 0 2rem;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup h1 {
    padding: 2rem 0 2.5rem;
    font-size: 6rem;
  }
}

.intra_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .intra_head {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .intra_head {
    row-gap: 3rem;
  }
}
.intra_head_p {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_head_p {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .intra_head_p > p {
    font: inherit;
  }
  .intra_head_p > p:first-of-type {
    margin-top: -0.384em;
  }
  .intra_head_p > p:last-of-type {
    margin-bottom: -0.384em;
  }
}
@media (max-width: 768px) {
  .intra_head_p {
    line-height: 1.579;
    font-size: 3.8rem;
  }
  .intra_head_p > p {
    font: inherit;
  }
  .intra_head_p > p:first-of-type {
    margin-top: -0.289em;
  }
  .intra_head_p > p:last-of-type {
    margin-bottom: -0.289em;
  }
}
.intra_head_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_head_h2 {
    line-height: 1.474;
    font-size: 3.8rem;
  }
  .intra_head_h2 > h2 {
    font: inherit;
  }
  .intra_head_h2 > h2:first-of-type {
    margin-top: -0.236em;
  }
  .intra_head_h2 > h2:last-of-type {
    margin-bottom: -0.236em;
  }
}
@media (max-width: 768px) {
  .intra_head_h2 {
    line-height: 1.539;
    font-size: 5.2rem;
  }
  .intra_head_h2 > h2 {
    font: inherit;
  }
  .intra_head_h2 > h2:first-of-type {
    margin-top: -0.269em;
  }
  .intra_head_h2 > h2:last-of-type {
    margin-bottom: -0.269em;
  }
}
.intra_buttons {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .intra_buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .intra_buttons {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .intra_buttons .button01 {
    column-gap: 0;
    width: 31.2rem;
  }
}
.intra_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .intra_banner {
    justify-content: center;
    border-radius: 1.6rem;
    height: 22rem;
    padding: 0 0 1rem;
  }
}
@media (max-width: 768px) {
  .intra_banner {
    border-radius: 2.6rem;
    height: 48rem;
    padding: 9rem 0 0;
  }
}
.intra_banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.intra_banner_bg img {
  object-fit: cover;
}
.intra_banner_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.intra_banner_h3 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_banner_h3 {
    line-height: 2.182;
    font-size: 2.2rem;
  }
  .intra_banner_h3 > h3 {
    font: inherit;
  }
  .intra_banner_h3 > h3:first-of-type {
    margin-top: -0.59em;
  }
  .intra_banner_h3 > h3:last-of-type {
    margin-bottom: -0.59em;
  }
}
@media (max-width: 768px) {
  .intra_banner_h3 {
    line-height: 1.6;
    font-size: 3rem;
  }
  .intra_banner_h3 > h3 {
    font: inherit;
  }
  .intra_banner_h3 > h3:first-of-type {
    margin-top: -0.3em;
  }
  .intra_banner_h3 > h3:last-of-type {
    margin-bottom: -0.3em;
  }
}
.intra_banner_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_banner_h2 {
    padding-top: 2.5rem;
    line-height: 1.5;
    font-size: 3.2rem;
  }
  .intra_banner_h2 > h2 {
    font: inherit;
  }
  .intra_banner_h2 > h2:first-of-type {
    margin-top: -0.25em;
  }
  .intra_banner_h2 > h2:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .intra_banner_h2 {
    padding-top: 4rem;
    line-height: 0.825;
    font-size: 4rem;
  }
  .intra_banner_h2 > h2 {
    font: inherit;
  }
  .intra_banner_h2 > h2:first-of-type {
    margin-top: 0.088em;
  }
  .intra_banner_h2 > h2:last-of-type {
    margin-bottom: 0.088em;
  }
}
.intra_banner_p {
  letter-spacing: 0.07em;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .intra_banner_p {
    padding-top: 1.5rem;
    line-height: 1.25;
    font-size: 1.6rem;
  }
  .intra_banner_p > p {
    font: inherit;
  }
  .intra_banner_p > p:first-of-type {
    margin-top: -0.125em;
  }
  .intra_banner_p > p:last-of-type {
    margin-bottom: -0.125em;
  }
}
@media (max-width: 768px) {
  .intra_banner_p {
    padding-top: 2rem;
    line-height: 1.091;
    font-size: 2.2rem;
  }
  .intra_banner_p > p {
    font: inherit;
  }
  .intra_banner_p > p:first-of-type {
    margin-top: -0.045em;
  }
  .intra_banner_p > p:last-of-type {
    margin-bottom: -0.045em;
  }
}
.intra_banner_arrow {
  position: absolute;
}
@media (min-width: 769px) {
  .intra_banner_arrow {
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .intra_banner_arrow {
    left: 50%;
    bottom: 4rem;
    translate: -50% 0;
  }
}
.intra_box {
  position: relative;
  background: #fdf002;
  border-radius: 3.6rem;
}
@media (min-width: 769px) {
  .intra_box {
    padding: 11rem 9.8rem;
  }
}
@media (max-width: 768px) {
  .intra_box {
    padding: 12rem 0;
  }
}
@media (min-width: 769px) {
  .intra_box + .intra_box {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .intra_box + .intra_box {
    margin-top: 3rem;
  }
}
.intra_lead {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .intra_lead {
    row-gap: 6rem;
    padding-top: 16rem;
  }
}
@media (max-width: 768px) {
  .intra_lead {
    row-gap: 8rem;
    padding-top: 15rem;
  }
}
.intra_lead_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_lead_h2 {
    line-height: 1.5;
    font-size: 5.2rem;
    text-align: center;
  }
  .intra_lead_h2 > p {
    font: inherit;
  }
  .intra_lead_h2 > p:first-of-type {
    margin-top: -0.25em;
  }
  .intra_lead_h2 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .intra_lead_h2 {
    line-height: 1.467;
    font-size: 6rem;
    white-space: nowrap;
  }
  .intra_lead_h2 > p {
    font: inherit;
  }
  .intra_lead_h2 > p:first-of-type {
    margin-top: -0.233em;
  }
  .intra_lead_h2 > p:last-of-type {
    margin-bottom: -0.233em;
  }
}
.intra_lead_p {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .intra_lead_p {
    line-height: 2.334;
    font-size: 1.8rem;
    text-align: center;
  }
  .intra_lead_p > p {
    font: inherit;
  }
  .intra_lead_p > p:first-of-type {
    margin-top: -0.666em;
  }
  .intra_lead_p > p:last-of-type {
    margin-bottom: -0.666em;
  }
}
@media (max-width: 768px) {
  .intra_lead_p {
    line-height: 2.072;
    font-size: 2.8rem;
    text-align: justify;
  }
  .intra_lead_p > p {
    font: inherit;
  }
  .intra_lead_p > p:first-of-type {
    margin-top: -0.535em;
  }
  .intra_lead_p > p:last-of-type {
    margin-bottom: -0.535em;
  }
}
.intra_map {
  position: relative;
}
@media (min-width: 769px) {
  .intra_map {
    margin: 5.5rem auto 0;
  }
}
@media (max-width: 768px) {
  .intra_map {
    margin: 5.5rem calc(31rem - 50vw) 0;
    padding: 0 0 1.4rem;
  }
}
.intra_map::before {
  content: "";
  position: absolute;
  background-repeat: repeat;
  background-position: center top;
  pointer-events: none;
}
@media (min-width: 769px) {
  .intra_map::before {
    background-image: linear-gradient(0deg, transparent 3.2rem, #ededed 3.2rem), linear-gradient(90deg, transparent 3.2rem, #ededed 3.2rem);
    background-size: 3.25rem 3.25rem;
    width: 100vw;
    height: 58.6rem;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 768px) {
  .intra_map::before {
    background-image: linear-gradient(0deg, transparent 3.2rem, #ededed 3.2rem), linear-gradient(90deg, transparent 3.2rem, #ededed 3.2rem);
    background-size: 3.275rem 3.275rem;
    height: 68.8rem;
    left: 0;
    right: 0;
    top: 11.2rem;
  }
}
.intra_map figure {
  position: relative;
}
@media (min-width: 769px) {
  .intra_method {
    padding-top: 16rem;
  }
}
@media (max-width: 768px) {
  .intra_method {
    padding-top: 15rem;
  }
}
.intra_method_lead {
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .intra_method_lead {
    line-height: 1.534;
    font-size: 3rem;
  }
  .intra_method_lead > p {
    font: inherit;
  }
  .intra_method_lead > p:first-of-type {
    margin-top: -0.266em;
  }
  .intra_method_lead > p:last-of-type {
    margin-bottom: -0.266em;
  }
}
@media (max-width: 768px) {
  .intra_method_lead {
    line-height: 1.477;
    font-size: 4.2rem;
  }
  .intra_method_lead > p {
    font: inherit;
  }
  .intra_method_lead > p:first-of-type {
    margin-top: -0.238em;
  }
  .intra_method_lead > p:last-of-type {
    margin-bottom: -0.238em;
  }
}
@media (min-width: 769px) {
  .intra_method_lead + .text01 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .intra_method_lead + .text01 {
    padding-top: 4rem;
  }
}
.intra_method_image {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .intra_method_image {
    width: 52rem;
  }
}
.intra_method_image img {
  position: relative;
}
@media (min-width: 769px) {
  .intra_method_image.img1 {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .intra_method_image.img1 {
    padding-top: 10rem;
  }
}
@media (min-width: 769px) {
  .intra_method_image.img2 {
    width: 75.6rem;
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .intra_method_image.img2 {
    padding-top: 8rem;
  }
}
.intra_method_image.img2::before {
  content: "";
  position: absolute;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/transportation/truck_transport/method2_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .intra_method_image.img2::before {
    width: 36.8rem;
    height: 40.7rem;
    top: -2.3rem;
  }
}
@media (max-width: 768px) {
  .intra_method_image.img2::before {
    width: 60.8rem;
    height: 67.5rem;
    top: 2.1rem;
  }
}
@media (min-width: 769px) {
  .intra_method_image + .text01 {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .intra_method_image + .text01 {
    padding-top: 10rem;
  }
}
.intra_method .intra_head {
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  .intra_method .intra_head + .intra_box {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .intra_method .intra_head + .intra_box {
    margin-top: 10rem;
  }
}
@media (min-width: 769px) {
  .intra_method .intra_head + .intra_method_lead {
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .intra_method .intra_head + .intra_method_lead {
    padding-top: 10rem;
  }
}
.intra_method .text01 {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .intra_method .text01 {
    width: 52rem;
  }
}
.intra_jitbox {
  position: relative;
}
@media (min-width: 769px) {
  .intra_jitbox {
    padding-top: 16rem;
  }
}
@media (max-width: 768px) {
  .intra_jitbox {
    padding-top: 15rem;
  }
}
@media (min-width: 769px) {
  .intra_jitbox_image {
    position: absolute;
    width: 50.5rem;
    right: 3.6rem;
    bottom: -3.3rem;
  }
}
@media (max-width: 768px) {
  .intra_jitbox_image {
    width: 58.7rem;
    margin-top: -0.1rem;
  }
}
@media (min-width: 769px) {
  .intra_jitbox .text01 {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .intra_jitbox .text01 {
    padding-top: 5.5rem;
  }
}
@media (min-width: 769px) {
  .intra_jitbox .intra_buttons {
    justify-content: flex-start;
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .intra_jitbox .intra_buttons {
    padding-top: 3rem;
  }
}
@media (min-width: 769px) {
  .intra_quality {
    padding-top: 16rem;
  }
}
@media (max-width: 768px) {
  .intra_quality {
    padding-top: 15rem;
  }
}
.intra_epro {
  display: flex;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .intra_epro {
    align-items: center;
    column-gap: 5rem;
    margin-top: 16rem;
    padding: 4.5rem 1.5rem 4.5rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .intra_epro {
    flex-direction: column;
    row-gap: 6rem;
    margin-top: 15rem;
    padding: 8rem 1.5rem;
  }
}
.intra_epro_head {
  display: flex;
  flex-direction: column;
}
.intra_epro_p {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_epro_p {
    padding-bottom: 1.5rem;
    line-height: 2.091;
    font-size: 2.2rem;
  }
  .intra_epro_p > p {
    font: inherit;
  }
  .intra_epro_p > p:first-of-type {
    margin-top: -0.545em;
  }
  .intra_epro_p > p:last-of-type {
    margin-bottom: -0.545em;
  }
}
@media (max-width: 768px) {
  .intra_epro_p {
    padding-bottom: 3rem;
    line-height: 1.6;
    font-size: 3rem;
  }
  .intra_epro_p > p {
    font: inherit;
  }
  .intra_epro_p > p:first-of-type {
    margin-top: -0.3em;
  }
  .intra_epro_p > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
.intra_epro_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .intra_epro_h2 {
    padding-bottom: 2.5rem;
    line-height: 1.534;
    font-size: 3rem;
  }
  .intra_epro_h2 > h2 {
    font: inherit;
  }
  .intra_epro_h2 > h2:first-of-type {
    margin-top: -0.266em;
  }
  .intra_epro_h2 > h2:last-of-type {
    margin-bottom: -0.266em;
  }
}
@media (max-width: 768px) {
  .intra_epro_h2 {
    padding-bottom: 4rem;
    line-height: 1.579;
    font-size: 3.8rem;
  }
  .intra_epro_h2 > h2 {
    font: inherit;
  }
  .intra_epro_h2 > h2:first-of-type {
    margin-top: -0.289em;
  }
  .intra_epro_h2 > h2:last-of-type {
    margin-bottom: -0.289em;
  }
}
@media (min-width: 769px) {
  .intra_info {
    padding: 16rem 0 19rem;
  }
}
@media (max-width: 768px) {
  .intra_info {
    padding: 15rem 0;
  }
}
.intra_info .intra_head {
  text-align: center;
}
@media (min-width: 769px) {
  .intra_info .intra_buttons {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .intra_info .intra_buttons {
    padding-top: 8rem;
  }
}
.intra_contact {
  position: relative;
}
@media (min-width: 769px) {
  .intra_contact {
    padding: 12rem 0;
  }
}
@media (max-width: 768px) {
  .intra_contact {
    padding: 15rem 0 16rem;
  }
}
.intra_contact::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .intra_contact::before {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/transportation/truck_transport/contact_pc.webp);
  }
}
@media (max-width: 768px) {
  .intra_contact::before {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/transportation/truck_transport/contact_sp.webp);
  }
}
.intra_contact .intra_head {
  text-align: center;
  color: #fff;
}
.intra_contact .text01 {
  position: relative;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .intra_contact .text01 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .intra_contact .text01 {
    padding-top: 6rem;
  }
}
@media (min-width: 769px) {
  .intra_contact .intra_buttons {
    gap: 4rem;
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .intra_contact .intra_buttons {
    padding-top: 10rem;
  }
}