@media (min-width: 769px) {
  .main_inner {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .main_inner {
    max-width: 65rem;
  }
}

@media (max-width: 768px) {
  .lower_header .headline02 {
    padding-top: 5.7rem;
    padding-bottom: 5.8rem;
  }
}

.jbox_h2 {
  position: relative;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .jbox_h2 {
    line-height: 1.316;
    font-size: 3.8rem;
  }
  .jbox_h2 > h2 {
    font: inherit;
  }
  .jbox_h2 > h2:first-of-type {
    margin-top: -0.157em;
  }
  .jbox_h2 > h2:last-of-type {
    margin-bottom: -0.157em;
  }
}
@media (max-width: 768px) {
  .jbox_h2 {
    line-height: 1.35;
    font-size: 4rem;
  }
  .jbox_h2 > h2 {
    font: inherit;
  }
  .jbox_h2 > h2:first-of-type {
    margin-top: -0.175em;
  }
  .jbox_h2 > h2:last-of-type {
    margin-bottom: -0.175em;
  }
}
.jbox_sub {
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .jbox_sub {
    line-height: 1.364;
    font-size: 2.2rem;
  }
  .jbox_sub > h3 {
    font: inherit;
  }
  .jbox_sub > h3:first-of-type {
    margin-top: -0.181em;
  }
  .jbox_sub > h3:last-of-type {
    margin-bottom: -0.181em;
  }
}
@media (max-width: 768px) {
  .jbox_sub {
    line-height: 1.367;
    font-size: 3rem;
  }
  .jbox_sub > h3 {
    font: inherit;
  }
  .jbox_sub > h3:first-of-type {
    margin-top: -0.183em;
  }
  .jbox_sub > h3:last-of-type {
    margin-bottom: -0.183em;
  }
}
.jbox_p {
  letter-spacing: 0.07em;
  text-align: justify;
}
@media (min-width: 769px) {
  .jbox_p {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .jbox_p > p {
    font: inherit;
  }
  .jbox_p > p:first-of-type {
    margin-top: -0.375em;
  }
  .jbox_p > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .jbox_p {
    line-height: 1.6;
    font-size: 2.5rem;
  }
  .jbox_p > p {
    font: inherit;
  }
  .jbox_p > p:first-of-type {
    margin-top: -0.3em;
  }
  .jbox_p > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (min-width: 769px) {
  .jbox_note .text01 {
    text-align: center;
  }
}
.jbox_note .text01 a {
  text-decoration: underline;
  color: #f23025;
}
.jbox_kome {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .jbox_kome {
    line-height: 2.25;
    font-size: 1.6rem;
    text-align: right;
  }
  .jbox_kome > p {
    font: inherit;
  }
  .jbox_kome > p:first-of-type {
    margin-top: -0.625em;
  }
  .jbox_kome > p:last-of-type {
    margin-bottom: -0.625em;
  }
}
@media (max-width: 768px) {
  .jbox_kome {
    line-height: 1.546;
    font-size: 2.2rem;
    text-align: justify;
  }
  .jbox_kome > p {
    font: inherit;
  }
  .jbox_kome > p:first-of-type {
    margin-top: -0.272em;
  }
  .jbox_kome > p:last-of-type {
    margin-bottom: -0.272em;
  }
}
.jbox_kome > p {
  padding-left: 1em;
  text-indent: -1em;
}
.jbox_banners {
  position: relative;
}
.jbox_banner {
  display: block;
  position: relative;
}
.jbox_banner img {
  -o-object-fit: cover;
     object-fit: cover;
}
.jbox_banner .more-arrow {
  position: absolute;
}
@media (min-width: 769px) {
  .jbox_banner .more-arrow {
    right: 2.6rem;
    bottom: 2.1rem;
  }
}
@media (max-width: 768px) {
  .jbox_banner .more-arrow {
    right: 3.2rem;
    bottom: 2.4rem;
    font-size: 2.4rem;
  }
}
.jbox_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 1.4rem;
}
.jbox_list {
  counter-reset: feature;
  display: grid;
  gap: 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .jbox_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .jbox_list {
    grid-template-columns: 1fr;
  }
}
.jbox_list > li {
  counter-increment: feature;
}
.jbox_feature {
  background: #fff;
}
@media (min-width: 769px) {
  .jbox_feature {
    border-radius: 1rem;
    height: 100%;
    padding: 3rem 4rem 4rem;
  }
}
@media (max-width: 768px) {
  .jbox_feature {
    border-radius: 2rem;
    padding: 5rem 4.8rem;
  }
}
.jbox_feature > dt {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .jbox_feature > dt {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    line-height: 1.364;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .jbox_feature > dt {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    letter-spacing: -0.03em;
    line-height: 1.637;
    font-size: 3.3rem;
    white-space: nowrap;
  }
}
.jbox_feature > dt::before {
  content: counter(feature, decimal-leading-zero);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf002;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .jbox_feature > dt::before {
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .jbox_feature > dt::before {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2.7rem;
  }
}
@media (min-width: 769px) {
  .jbox_feature > dd {
    padding-top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .jbox_feature > dd {
    padding-top: 3.2rem;
  }
}
.jbox_feature > dd .text03 a {
  text-decoration: underline;
  color: #f23025;
}
@media (min-width: 769px) {
  .jbox_feature > dd .jbox_number {
    padding-top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .jbox_feature > dd .jbox_number {
    padding-top: 4rem;
  }
}
.jbox_feature > dd .jbox_option {
  padding-top: 3rem;
}
.jbox_number {
  counter-reset: number;
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .jbox_number {
    line-height: 1.734;
    font-size: 1.5rem;
  }
  .jbox_number > li {
    font: inherit;
  }
  .jbox_number > li:first-of-type {
    margin-top: -0.366em;
  }
  .jbox_number > li:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media (max-width: 768px) {
  .jbox_number {
    line-height: 1.6;
    font-size: 2.5rem;
  }
  .jbox_number > li {
    font: inherit;
  }
  .jbox_number > li:first-of-type {
    margin-top: -0.3em;
  }
  .jbox_number > li:last-of-type {
    margin-bottom: -0.3em;
  }
}
.jbox_number > li {
  counter-increment: number;
  display: flex;
}
.jbox_number > li::before {
  content: "(" counter(number) ")";
  margin: 0 0.2em;
}
.jbox_option {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .jbox_option {
    row-gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .jbox_option {
    row-gap: 1.8rem;
  }
}
.jbox_option > dt {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .jbox_option > dt {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .jbox_option > dt {
    font-size: 2.8rem;
  }
}
.jbox_box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #e1e8e8;
  width: 100%;
}
@media (min-width: 769px) {
  .jbox_box {
    row-gap: 3rem;
    border-radius: 1rem;
    padding: 4.5rem 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .jbox_box {
    row-gap: 3.5rem;
    border-radius: 2rem;
    padding: 5rem 5rem 4rem;
  }
}
.jbox_box > dt {
  font-weight: 700;
}
@media (min-width: 769px) {
  .jbox_box > dt {
    line-height: 1.5;
    font-size: 2.2rem;
  }
  .jbox_box > dt > p {
    font: inherit;
  }
  .jbox_box > dt > p:first-of-type {
    margin-top: -0.25em;
  }
  .jbox_box > dt > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .jbox_box > dt {
    line-height: 1.646;
    font-size: 3.1rem;
  }
  .jbox_box > dt > p {
    font: inherit;
  }
  .jbox_box > dt > p:first-of-type {
    margin-top: -0.322em;
  }
  .jbox_box > dt > p:last-of-type {
    margin-bottom: -0.322em;
  }
}
@media (min-width: 769px) {
  .jbox_box > dd .jbox_kome {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .jbox_box > dd .jbox_kome {
    padding-top: 3.5rem;
  }
}
.jbox_box > dd .jbox_kome a {
  text-decoration: underline;
  color: #f23025;
}
.jbox_checks {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .jbox_checks {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .jbox_checks {
    row-gap: 1rem;
  }
}
.jbox_checks > li {
  position: relative;
}
@media (min-width: 769px) {
  .jbox_checks > li {
    padding-left: 3.3rem;
    line-height: 1.25;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .jbox_checks > li {
    padding-left: 4.2rem;
    line-height: 1.6;
    font-size: 2.5rem;
  }
}
.jbox_checks > li::before {
  content: "";
  flex-shrink: 0;
  position: absolute;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/transportation/jitbox/check.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
@media (min-width: 769px) {
  .jbox_checks > li::before {
    width: 2.3rem;
    height: 2.3rem;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .jbox_checks > li::before {
    width: 3.2rem;
    height: 3.2rem;
    top: 0.4rem;
  }
}
.jbox_checks > li a {
  text-decoration: underline;
  color: #f23025;
}
.jbox_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jbox_block .jbox_sub {
  width: 100%;
}
@media (min-width: 769px) {
  .jbox_block .jbox_sub {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .jbox_block .jbox_sub {
    padding-bottom: 2.5rem;
  }
}
.jbox_block .jbox_name {
  width: 100%;
}
@media (min-width: 769px) {
  .jbox_block .jbox_name {
    height: 7.9rem;
  }
}
@media (max-width: 768px) {
  .jbox_block .jbox_name {
    height: 10.2rem;
  }
}
.jbox_block .jbox_name img {
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 769px) {
  .jbox_block .jbox_p {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .jbox_block .jbox_p {
    padding-top: 4rem;
  }
}
.jbox_block.block1 .jbox_sub {
  color: #002f7c;
}
@media (min-width: 769px) {
  .jbox_block.block1 .jbox_image {
    width: 24.4rem;
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .jbox_block.block1 .jbox_image {
    width: 38rem;
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .jbox_block.block2 {
    padding-top: 7rem;
  }
}
.jbox_block.block2 .jbox_sub {
  color: #00796b;
}
@media (min-width: 769px) {
  .jbox_block.block2 .jbox_image {
    width: 41.5rem;
    padding-top: 7.5rem;
  }
}
@media (max-width: 768px) {
  .jbox_block.block2 .jbox_image {
    width: 64.8rem;
    margin-top: -3.5rem;
    translate: 3.087% 0;
  }
}
.jbox_lead {
  display: grid;
  padding: 0 0 10rem;
}
@media (min-width: 769px) {
  .jbox_lead {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5.4rem;
         column-gap: 5.4rem;
  }
}
@media (min-width: 769px) {
  .jbox_lead .jbox_buttons {
    grid-column: 1/3;
    padding-top: 6.5rem;
  }
}
@media (max-width: 768px) {
  .jbox_lead .jbox_buttons {
    padding-top: 9rem;
  }
}
.jbox_lead .jbox_note {
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .jbox_lead .jbox_note {
    grid-column: 1/3;
  }
}
.jbox_features {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .jbox_features {
    padding: 10rem 0 12rem;
  }
}
@media (max-width: 768px) {
  .jbox_features {
    padding: 17rem 0 10rem;
  }
}
.jbox_features::before {
  content: "";
  position: absolute;
  background: #f4f5f5;
  width: 100dvw;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
  pointer-events: none;
}
.jbox_features .jbox_h2 {
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .jbox_features .jbox_list {
    padding-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .jbox_features .jbox_list {
    padding-bottom: 6rem;
  }
}
@media (min-width: 769px) {
  .jbox_features .jbox_banners {
    width: 80rem;
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .jbox_features .jbox_banners {
    padding-top: 3rem;
  }
}
.jbox_features .jbox_banner {
  overflow: hidden;
}
@media (min-width: 769px) {
  .jbox_features .jbox_banner {
    border-radius: 1rem;
    height: 16rem;
  }
}
@media (max-width: 768px) {
  .jbox_features .jbox_banner {
    border-radius: 2rem;
    height: 26rem;
  }
}
.jbox_features .jbox_banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .jbox_features .jbox_banner::after {
    border: 3px solid #fff;
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .jbox_features .jbox_banner::after {
    border: 2px solid #fff;
    border-radius: 2rem;
  }
}
@media (min-width: 769px) {
  .jbox_office {
    padding: 14rem 0 0;
  }
}
@media (max-width: 768px) {
  .jbox_office {
    padding: 15rem 0 0;
  }
}
.jbox_office .jbox_h2 {
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .jbox_office .panel02-items {
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .jbox_office .panel02-items {
    padding-bottom: 6rem;
  }
}/*# sourceMappingURL=jitbox.css.map */