.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: 31rem;
    margin-top: -12.6rem;
    padding: 8rem 0 8.5rem;
  }
}
@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-bottom: 2rem;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup h1 {
    padding-bottom: 2.5rem;
    font-size: 6rem;
  }
}
.lower_header > hgroup .sub02 {
  line-height: 1.3;
}

.thpl_head {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .thpl_head {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .thpl_head {
    row-gap: 3rem;
  }
}
.thpl_head_p {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_head_p {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .thpl_head_p > p {
    font: inherit;
  }
  .thpl_head_p > p:first-of-type {
    margin-top: -0.384em;
  }
  .thpl_head_p > p:last-of-type {
    margin-bottom: -0.384em;
  }
}
@media (max-width: 768px) {
  .thpl_head_p {
    line-height: 1.579;
    font-size: 3.8rem;
  }
  .thpl_head_p > p {
    font: inherit;
  }
  .thpl_head_p > p:first-of-type {
    margin-top: -0.289em;
  }
  .thpl_head_p > p:last-of-type {
    margin-bottom: -0.289em;
  }
}
.thpl_head_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_head_h2 {
    line-height: 1.474;
    font-size: 3.8rem;
  }
  .thpl_head_h2 > h2 {
    font: inherit;
  }
  .thpl_head_h2 > h2:first-of-type {
    margin-top: -0.236em;
  }
  .thpl_head_h2 > h2:last-of-type {
    margin-bottom: -0.236em;
  }
}
@media (max-width: 768px) {
  .thpl_head_h2 {
    line-height: 1.539;
    font-size: 5.2rem;
  }
  .thpl_head_h2 > h2 {
    font: inherit;
  }
  .thpl_head_h2 > h2:first-of-type {
    margin-top: -0.269em;
  }
  .thpl_head_h2 > h2:last-of-type {
    margin-bottom: -0.269em;
  }
}
.thpl_buttons {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .thpl_buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .thpl_buttons {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .thpl_buttons .button01 {
    width: 31.2rem;
  }
}
.thpl_dl {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_dl {
    row-gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_dl {
    row-gap: 4rem;
  }
}
.thpl_dl > dt {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_dl > dt {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .thpl_dl > dt > p {
    font: inherit;
  }
  .thpl_dl > dt > p:first-of-type {
    margin-top: -0.384em;
  }
  .thpl_dl > dt > p:last-of-type {
    margin-bottom: -0.384em;
  }
}
@media (max-width: 768px) {
  .thpl_dl > dt {
    line-height: 1.579;
    font-size: 3.8rem;
  }
  .thpl_dl > dt > p {
    font: inherit;
  }
  .thpl_dl > dt > p:first-of-type {
    margin-top: -0.289em;
  }
  .thpl_dl > dt > p:last-of-type {
    margin-bottom: -0.289em;
  }
}
.thpl_list {
  border-top: 1px solid #d0d0d0;
}
.thpl_list > li {
  display: flex;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .thpl_list > li {
    padding: 4rem 2rem 4.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_list > li {
    padding: 5rem 1rem 5.2rem;
  }
}
.thpl_list > li .thpl_list_index {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .thpl_list > li .thpl_list_index {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .thpl_list > li .thpl_list_index {
    width: 16rem;
  }
}
.thpl_list_index {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fdf002;
}
@media (min-width: 769px) {
  .thpl_list_index {
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .thpl_list_index {
    font-size: 9rem;
  }
}
.thpl_panels {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .thpl_panels {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .thpl_panels {
    row-gap: 3rem;
  }
}
.thpl_panel {
  display: flex;
  background: #f4f5f5;
  border-radius: 3.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .thpl_panel {
    flex-direction: column-reverse;
  }
}
.thpl_panel_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_panel_caption {
    row-gap: 3rem;
    padding: 6rem 7rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_caption {
    row-gap: 4rem;
    padding: 7rem 5rem 8rem;
  }
}
.thpl_panel_check {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_panel_check {
    column-gap: 1.7rem;
    line-height: 1.534;
    font-size: 3rem;
  }
  .thpl_panel_check > p {
    font: inherit;
  }
  .thpl_panel_check > p:first-of-type {
    margin-top: -0.266em;
  }
  .thpl_panel_check > p:last-of-type {
    margin-bottom: -0.266em;
  }
}
@media (max-width: 768px) {
  .thpl_panel_check {
    column-gap: 2.4rem;
    line-height: 1.477;
    font-size: 4.2rem;
  }
  .thpl_panel_check > p {
    font: inherit;
  }
  .thpl_panel_check > p:first-of-type {
    margin-top: -0.238em;
  }
  .thpl_panel_check > p:last-of-type {
    margin-bottom: -0.238em;
  }
}
.thpl_panel_check::before {
  content: "";
  display: block;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/3pl/index/check.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .thpl_panel_check::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_check::before {
    width: 4.3rem;
    height: 4.3rem;
  }
}
.thpl_panel_image {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf002;
}
@media (min-width: 769px) {
  .thpl_panel_image {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_image {
    height: 22rem;
  }
}
@media (min-width: 769px) {
  .thpl_panel_image.img1 figure {
    width: 14.2rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_image.img1 figure {
    width: 19.7rem;
  }
}
@media (min-width: 769px) {
  .thpl_panel_image.img2 figure {
    width: 11.4rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_image.img2 figure {
    width: 15.6rem;
  }
}
@media (min-width: 769px) {
  .thpl_panel_image.img3 figure {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_image.img3 figure {
    width: 12.6rem;
  }
}
@media (min-width: 769px) {
  .thpl_panel_image.img4 figure {
    width: 13.4rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_image.img4 figure {
    width: 18.6rem;
  }
}
@media (min-width: 769px) {
  .thpl_panel_image.img5 figure {
    width: 15.8rem;
  }
}
@media (max-width: 768px) {
  .thpl_panel_image.img5 figure {
    width: 21.8rem;
  }
}
.thpl_cards {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .thpl_cards {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .thpl_cards {
    row-gap: 3rem;
  }
}
.thpl_card {
  display: flex;
  background: #fdf002;
  border-radius: 3.6rem;
  width: 100%;
}
@media (min-width: 769px) {
  .thpl_card {
    align-items: flex-start;
    column-gap: 8rem;
    padding: 4rem 4rem 4rem 7rem;
  }
}
@media (max-width: 768px) {
  .thpl_card {
    flex-direction: column;
    row-gap: 6.4rem;
    padding: 4rem 5rem 5rem;
  }
}
.thpl_card_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_card_caption {
    align-items: flex-start;
    padding: 2rem 0;
  }
}
@media (min-width: 769px) {
  .thpl_card_caption .text01 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_card_caption .text01 {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .thpl_card_caption .thpl_buttons {
    justify-content: flex-start;
    gap: 1.4rem;
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_card_caption .thpl_buttons {
    padding-top: 8rem;
  }
}
@media (min-width: 769px) {
  .thpl_card_caption .button01 {
    width: 31.2rem;
  }
}
.thpl_card_lead {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_card_lead {
    line-height: 1.534;
    font-size: 3rem;
  }
  .thpl_card_lead > p {
    font: inherit;
  }
  .thpl_card_lead > p:first-of-type {
    margin-top: -0.266em;
  }
  .thpl_card_lead > p:last-of-type {
    margin-bottom: -0.266em;
  }
}
@media (max-width: 768px) {
  .thpl_card_lead {
    line-height: 1.477;
    font-size: 4.2rem;
  }
  .thpl_card_lead > p {
    font: inherit;
  }
  .thpl_card_lead > p:first-of-type {
    margin-top: -0.238em;
  }
  .thpl_card_lead > p:last-of-type {
    margin-bottom: -0.238em;
  }
}
.thpl_card_image {
  flex-shrink: 0;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .thpl_card_image {
    width: 45rem;
  }
}
.thpl_cases {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_cases {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .thpl_cases {
    row-gap: 3rem;
  }
}
.thpl_case {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #f4f5f5;
  overflow: hidden;
}
@media (min-width: 769px) {
  .thpl_case {
    border-radius: 1.6rem;
  }
}
@media (max-width: 768px) {
  .thpl_case {
    border-radius: 2.6rem;
  }
}
.thpl_case_arrow {
  background: #141414;
  fill: none;
  stroke: #fff;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .thpl_case_arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .thpl_case_arrow {
    width: 5rem;
    height: 5rem;
  }
}
.thpl_case_dl {
  position: relative;
}
.thpl_case_dl > dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fdf002;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .thpl_case_dl > dt {
    column-gap: 2.5rem;
    padding: 2.2rem 3rem 2.2rem 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_case_dl > dt {
    flex-direction: column;
    row-gap: 4.5rem;
    padding: 5.5rem 5rem 6rem;
  }
}
@media (min-width: 769px) {
  .thpl_case_dl > dt .thpl_case_sub {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .thpl_case_dl > dt .thpl_case_sub {
    width: 100%;
  }
}
.thpl_case_dl > dt .thpl_case_arrow {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .thpl_case_dl > dt .thpl_case_arrow {
    display: none;
  }
}
.thpl_case_dl > dd {
  display: flex;
  gap: 4rem;
}
@media (min-width: 769px) {
  .thpl_case_dl > dd {
    align-items: flex-start;
    padding: 3rem 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_case_dl > dd {
    flex-direction: column;
    padding: 5rem 3.4rem 3.4rem;
  }
}
@media (max-width: 768px) {
  .thpl_case_dl > dd .text01 {
    padding: 0 1.6rem;
  }
}
.thpl_case_dl > dd .thpl_case_image {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .thpl_case_dl > dd .thpl_case_image {
    width: 26rem;
  }
}
.thpl_case_dl > dd .thpl_case_arrow {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .thpl_case_dl > dd .thpl_case_arrow {
    display: none;
  }
}
.thpl_case_sub {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_case_sub {
    line-height: 1.455;
    font-size: 2.2rem;
  }
  .thpl_case_sub > h3 {
    font: inherit;
  }
  .thpl_case_sub > h3:first-of-type {
    margin-top: -0.227em;
  }
  .thpl_case_sub > h3:last-of-type {
    margin-bottom: -0.227em;
  }
}
@media (max-width: 768px) {
  .thpl_case_sub {
    line-height: 1.589;
    font-size: 3.4rem;
  }
  .thpl_case_sub > h3 {
    font: inherit;
  }
  .thpl_case_sub > h3:first-of-type {
    margin-top: -0.294em;
  }
  .thpl_case_sub > h3:last-of-type {
    margin-bottom: -0.294em;
  }
}
.thpl_case_detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_case_detail {
    row-gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_case_detail {
    row-gap: 4rem;
  }
}
.thpl_case_detail > dt {
  border-bottom: 1px solid #d0d0d0;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_case_detail > dt {
    padding-bottom: 1.1rem;
    line-height: 1.778;
    font-size: 1.8rem;
  }
  .thpl_case_detail > dt > p {
    font: inherit;
  }
  .thpl_case_detail > dt > p:first-of-type {
    margin-top: -0.388em;
  }
  .thpl_case_detail > dt > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media (max-width: 768px) {
  .thpl_case_detail > dt {
    padding-bottom: 2.2rem;
    line-height: 1.734;
    font-size: 3rem;
  }
  .thpl_case_detail > dt > p {
    font: inherit;
  }
  .thpl_case_detail > dt > p:first-of-type {
    margin-top: -0.366em;
  }
  .thpl_case_detail > dt > p:last-of-type {
    margin-bottom: -0.366em;
  }
}
.thpl_case_detail > dd .text01 {
  padding-left: 0;
  padding-right: 0;
}
.thpl_case_image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .thpl_case_image {
    border-radius: 0.8rem;
  }
}
@media (max-width: 768px) {
  .thpl_case_image {
    border-radius: 1.6rem;
  }
}
.thpl_case[href]:hover .thpl_case_dl > dt {
  background: #b2243c;
  color: #fff;
}
.thpl_faq {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_faq {
    row-gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .thpl_faq {
    row-gap: 2rem;
  }
}
.thpl_faq_dl {
  background: #f7f8f8;
}
@media (max-width: 768px) {
  .thpl_faq_dl {
    margin: 0 -2.5rem;
  }
}
.thpl_faq_dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  .thpl_faq_dt {
    min-height: 9rem;
    padding: 3.2rem 10rem;
  }
}
@media (max-width: 768px) {
  .thpl_faq_dt {
    min-height: 17rem;
    padding: 3.3rem 10rem;
  }
}
.thpl_faq_dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  margin: auto 0;
  line-height: 1;
  translate: 0 -50%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .thpl_faq_dt::before {
    left: 4rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .thpl_faq_dt::before {
    left: 3.5rem;
    font-size: 5.2rem;
  }
}
.thpl_faq_dt > span {
  position: absolute;
  background: #fdf002;
  stroke: #141414;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
@media (min-width: 769px) {
  .thpl_faq_dt > span {
    width: 3.2rem;
    height: 3.2rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .thpl_faq_dt > span {
    width: 5.6rem;
    height: 5.6rem;
    right: 3.2rem;
  }
}
.thpl_faq_dt > span svg:nth-of-type(2) {
  display: none;
}
.thpl_faq_dt.is-opened {
  background: #fdf002;
}
.thpl_faq_dt.is-opened > span {
  background: #141414;
  stroke: #fff;
}
.thpl_faq_dt.is-opened > span svg {
  display: none;
}
.thpl_faq_dt.is-opened > span svg:nth-of-type(2) {
  display: block;
}
.thpl_faq_dd {
  position: relative;
  height: 0;
  transition: height 0.2s linear;
  overflow: hidden;
}
.thpl_faq_dd > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .thpl_faq_dd > div {
    row-gap: 1.5rem;
    min-height: 9rem;
    padding: 3.2rem 10rem;
  }
}
@media (max-width: 768px) {
  .thpl_faq_dd > div {
    row-gap: 3rem;
    min-height: 17rem;
    padding: 3.3rem 10rem;
  }
}
.thpl_faq_dd > div::before {
  content: "A";
  position: absolute;
  top: 50%;
  margin: auto 0;
  line-height: 1;
  translate: 0 -50%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .thpl_faq_dd > div::before {
    left: 4rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .thpl_faq_dd > div::before {
    left: 3.7rem;
    font-size: 5.2rem;
  }
}
.thpl_faq_h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_faq_h2 {
    line-height: 1.693;
    font-size: 2.6rem;
  }
  .thpl_faq_h2 > h2 {
    font: inherit;
  }
  .thpl_faq_h2 > h2:first-of-type {
    margin-top: -0.346em;
  }
  .thpl_faq_h2 > h2:last-of-type {
    margin-bottom: -0.346em;
  }
}
@media (max-width: 768px) {
  .thpl_faq_h2 {
    line-height: 1.477;
    font-size: 4.2rem;
  }
  .thpl_faq_h2 > h2 {
    font: inherit;
  }
  .thpl_faq_h2 > h2:first-of-type {
    margin-top: -0.238em;
  }
  .thpl_faq_h2 > h2:last-of-type {
    margin-bottom: -0.238em;
  }
}
.thpl_faq_p {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .thpl_faq_p {
    line-height: 1.778;
    font-size: 1.8rem;
  }
  .thpl_faq_p > p {
    font: inherit;
  }
  .thpl_faq_p > p:first-of-type {
    margin-top: -0.388em;
  }
  .thpl_faq_p > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media (max-width: 768px) {
  .thpl_faq_p {
    line-height: 1.786;
    font-size: 2.8rem;
  }
  .thpl_faq_p > p {
    font: inherit;
  }
  .thpl_faq_p > p:first-of-type {
    margin-top: -0.392em;
  }
  .thpl_faq_p > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
.thpl_faq_p a {
  text-decoration: underline;
  color: #30aedb;
}
.thpl_faq_note {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .thpl_faq_note {
    line-height: 1.715;
    font-size: 1.4rem;
  }
  .thpl_faq_note > p {
    font: inherit;
  }
  .thpl_faq_note > p:first-of-type {
    margin-top: -0.357em;
  }
  .thpl_faq_note > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media (max-width: 768px) {
  .thpl_faq_note {
    line-height: 1.667;
    font-size: 2.4rem;
  }
  .thpl_faq_note > p {
    font: inherit;
  }
  .thpl_faq_note > p:first-of-type {
    margin-top: -0.333em;
  }
  .thpl_faq_note > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.thpl_faq_note a {
  text-decoration: underline;
  color: #30aedb;
}
.thpl_box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #30aedb;
  color: #fff;
}
@media (min-width: 769px) {
  .thpl_box {
    border-radius: 1.2rem;
    padding: 2.5rem 5rem 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_box {
    border-radius: 1.9rem;
    row-gap: 4rem;
    padding: 6rem 6rem 7rem;
  }
}
.thpl_box_label {
  background: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: #30aedb;
}
@media (min-width: 769px) {
  .thpl_box_label {
    border-radius: 0.8rem;
    width: 48rem;
    padding: 1.1rem 0;
    line-height: 1.847;
    font-size: 2.6rem;
  }
  .thpl_box_label > h3 {
    font: inherit;
  }
  .thpl_box_label > h3:first-of-type {
    margin-top: -0.423em;
  }
  .thpl_box_label > h3:last-of-type {
    margin-bottom: -0.423em;
  }
}
@media (max-width: 768px) {
  .thpl_box_label {
    border-radius: 1.3rem;
    width: 50rem;
    padding: 2.721rem 0;
    line-height: 1.372;
    font-size: 4.2rem;
  }
  .thpl_box_label > h3 {
    font: inherit;
  }
  .thpl_box_label > h3:first-of-type {
    margin-top: -0.185em;
  }
  .thpl_box_label > h3:last-of-type {
    margin-bottom: -0.185em;
  }
}
.thpl_box_image {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .thpl_box_image {
    width: 11.8rem;
    margin-top: -0.7rem;
  }
}
@media (max-width: 768px) {
  .thpl_box_image {
    width: 25.4rem;
  }
}
.thpl_box > dt {
  display: flex;
  justify-content: center;
}
.thpl_box > dd {
  display: flex;
}
@media (min-width: 769px) {
  .thpl_box > dd {
    align-items: flex-end;
    column-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .thpl_box > dd {
    flex-direction: column;
    align-items: center;
    row-gap: 5rem;
  }
}
.thpl_lead {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_lead {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .thpl_lead {
    padding: 15rem 0;
  }
}
.thpl_lead_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .thpl_lead_h2 {
    line-height: 1.5;
    font-size: 5.2rem;
    text-align: center;
  }
  .thpl_lead_h2 > p {
    font: inherit;
  }
  .thpl_lead_h2 > p:first-of-type {
    margin-top: -0.25em;
  }
  .thpl_lead_h2 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .thpl_lead_h2 {
    line-height: 1.467;
    font-size: 6rem;
    white-space: nowrap;
  }
  .thpl_lead_h2 > p {
    font: inherit;
  }
  .thpl_lead_h2 > p:first-of-type {
    margin-top: -0.233em;
  }
  .thpl_lead_h2 > p:last-of-type {
    margin-bottom: -0.233em;
  }
}
.thpl_lead_p {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .thpl_lead_p {
    padding-top: 5rem;
    line-height: 2.334;
    font-size: 1.8rem;
    text-align: center;
  }
  .thpl_lead_p > p {
    font: inherit;
  }
  .thpl_lead_p > p:first-of-type {
    margin-top: -0.666em;
  }
  .thpl_lead_p > p:last-of-type {
    margin-bottom: -0.666em;
  }
}
@media (max-width: 768px) {
  .thpl_lead_p {
    padding-top: 6rem;
    line-height: 2.072;
    font-size: 2.8rem;
    text-align: justify;
  }
  .thpl_lead_p > p {
    font: inherit;
  }
  .thpl_lead_p > p:first-of-type {
    margin-top: -0.535em;
  }
  .thpl_lead_p > p:last-of-type {
    margin-bottom: -0.535em;
  }
}
.thpl_lead .thpl_head_h2 {
  padding-top: 12rem;
}
@media (min-width: 769px) {
  .thpl_lead .thpl_head_h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .thpl_lead .thpl_head_h2 {
    white-space: nowrap;
  }
}
.thpl_about {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_about {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .thpl_about {
    padding: 15rem 0;
  }
}
.thpl_about::before {
  content: "";
  position: absolute;
  background: #f4f5f5;
  width: 100vw;
  left: 50%;
  top: 0;
  margin: 0 auto;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .thpl_about::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), calc(50% + 6rem) calc(100% - 4rem), 50% 100%, calc(50% - 6rem) calc(100% - 4rem), 0 calc(100% - 4rem));
    bottom: -4rem;
  }
}
@media (max-width: 768px) {
  .thpl_about::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.4rem), calc(50% + 9.6rem) calc(100% - 6.4rem), 50% 100%, calc(50% - 9.6rem) calc(100% - 6.4rem), 0 calc(100% - 6.4rem));
    bottom: -6.4rem;
  }
}
@media (min-width: 769px) {
  .thpl_about_image {
    width: 97rem;
    margin: 6rem auto;
  }
}
@media (max-width: 768px) {
  .thpl_about_image {
    width: 69rem;
    margin: 12rem -3.5rem;
  }
}
@media (min-width: 769px) {
  .thpl_about .thpl_head {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .thpl_about .thpl_head {
    padding-bottom: 6rem;
  }
}
.thpl_merit {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_merit {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .thpl_merit {
    padding: 15rem 0 0;
  }
}
@media (min-width: 769px) {
  .thpl_merit .thpl_list {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .thpl_merit .thpl_list {
    margin-top: 6rem;
  }
}
.thpl_solution {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_solution {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .thpl_solution {
    padding: 15rem 0 0;
  }
}
@media (min-width: 769px) {
  .thpl_solution .thpl_cards {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_solution .thpl_cards {
    padding-top: 6rem;
  }
}
.thpl_service {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_service {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .thpl_service {
    padding: 15rem 0 0;
  }
}
@media (min-width: 769px) {
  .thpl_service .thpl_panels {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_service .thpl_panels {
    padding-top: 6rem;
  }
}
.thpl_policy {
  display: flex;
  position: relative;
  align-items: center;
}
@media (min-width: 769px) {
  .thpl_policy {
    justify-content: space-between;
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .thpl_policy {
    flex-direction: column-reverse;
    row-gap: 9rem;
    padding: 15rem 0 0;
  }
}
@media (min-width: 769px) {
  .thpl_policy .thpl_head {
    text-align: left;
  }
}
.thpl_policy_image {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_policy_image {
    width: 48.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_policy_image {
    width: 100%;
  }
}
.thpl_policy_image figure {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .thpl_policy_image figure {
    border-radius: 0 3.6rem 3.6rem 0;
    width: calc(100% + 50vw - 52.5rem);
    height: 54rem;
    margin-left: calc(52.5rem - 50vw);
  }
}
@media (max-width: 768px) {
  .thpl_policy_image figure {
    border-radius: 0 3.2rem 3.2rem 0;
    width: calc(100% + 50vw - 27.5rem);
    height: 48rem;
    margin-left: calc(31rem - 50vw);
  }
}
.thpl_policy_image figure img {
  object-fit: cover;
}
.thpl_policy_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .thpl_policy_caption {
    row-gap: 4rem;
    width: 48.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_policy_caption {
    row-gap: 6rem;
  }
}
.thpl_faqs {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_faqs {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .thpl_faqs {
    padding: 15rem 0 0;
  }
}
.thpl_faqs .thpl_faq {
  padding-top: 6rem;
}
.thpl_example {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_example {
    padding: 16rem 0 19rem;
  }
}
@media (max-width: 768px) {
  .thpl_example {
    padding: 15rem 0;
  }
}
@media (min-width: 769px) {
  .thpl_example .thpl_cases {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .thpl_example .thpl_cases {
    padding-top: 6rem;
  }
}
.thpl_contact {
  position: relative;
}
@media (min-width: 769px) {
  .thpl_contact {
    padding: 12rem 0;
  }
}
@media (max-width: 768px) {
  .thpl_contact {
    padding: 15rem 0 16rem;
  }
}
.thpl_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) {
  .thpl_contact::before {
    background-image: url(../../img/3pl/index/contact_pc.webp);
  }
}
@media (max-width: 768px) {
  .thpl_contact::before {
    background-image: url(../../img/3pl/index/contact_sp.webp);
  }
}
.thpl_contact .thpl_head {
  color: #fff;
}
@media (max-width: 768px) {
  .thpl_contact .thpl_head {
    white-space: nowrap;
  }
}
.thpl_contact .text01 {
  position: relative;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .thpl_contact .text01 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .thpl_contact .text01 {
    padding-top: 6rem;
  }
}
@media (min-width: 769px) {
  .thpl_contact .thpl_buttons {
    gap: 4rem;
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .thpl_contact .thpl_buttons {
    padding-top: 10rem;
  }
}