@charset "UTF-8";


:where(.ypt-main) {
  --board: 1440;
  --colorKey: #dc1e37;
}

@media (max-width: 768px) {
  :where(.ypt-main) {
    --board: 390;
  }
}


.ypt-spacer-large {
  height: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
}


@media (max-width: 768px) {
  .ypt-mv {
    width: 100vw;
  }

  .ypt-mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
  }
}

.ypt-top_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1440px;
  margin: clamp(9px, 10vw / var(--board) * 10 * 90, 90px) auto 0;
}

@media (max-width: 768px) {
  .ypt-top_content {
    margin-top: 0;
  }
}


@media (max-width: 768px) {

  .ypt-main.top .ypt-top_container:nth-child(-n+2) {
    margin-top: 22px;
  }
}

.ypt-top_container:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .ypt-top_container:nth-child(-n+2) {
    margin-bottom: 60px;
  }
}

.ypt-top_container.ypt-is-small {
  width: clamp(111px, 10vw / var(--board) * 10 * 1110, 1110px);
}

@media (max-width: 768px) {
  .ypt-top_container.ypt-is-small {
    gap: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    width: 100%;
  }
}

.ypt-top_container.ypt-is-column {
  flex-direction: column;
  width: clamp(111px, 10vw / var(--board) * 10 * 1110, 1110px);
}

@media (max-width: 768px) {
  .ypt-top_container.ypt-is-column {
    gap: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
    width: auto;
    margin-top: clamp(7.7px, 10vw / var(--board) * 10 * 77, 77px);
  }
}

.ypt-top_info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  width: clamp(74.8px, 10vw / var(--board) * 10 * 748, 748px);
  text-align: center;
}

@media (max-width: 768px) {
  .ypt-top_info {
    align-items: flex-start;
    width: clamp(29.4px, 10vw / var(--board) * 10 * 294, 294px);
    text-align: left;
  }

  .ypt-top_container.ypt-is-column {
    width: auto;
  }

  .ypt-top_container.ypt-is-column .ypt-top_info {
    margin: auto;
  }
}

.ypt-is-small .ypt-top_info {
  align-items: flex-start;
  padding: 0;
  width: clamp(52.7px, 10vw / var(--board) * 10 * 527, 527px);
  text-align: left;
}

@media (max-width: 768px) {
  .ypt-is-small .ypt-top_info {
    width: clamp(32.4px, 10vw / var(--board) * 10 * 324, 324px);
  }
}

.ypt-is-column .ypt-top_info {
  padding: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .ypt-is-column .ypt-top_info {
    width: clamp(29.4px, 10vw / var(--board) * 10 * 294, 294px);
  }
}

.ypt-top_category {
  display: flex;
  align-items: center;
  gap: clamp(0.7px, 10vw / var(--board) * 10 * 7, 7px);
  margin-bottom: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
  font-weight: 600;
  font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
}

@media (max-width: 768px) {
  .ypt-top_category {
    margin-bottom: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
    font-size: clamp(1.06px, 10vw / var(--board) * 10 * 10.6, 10.6px);
  }
}

.ypt-top_category::before {
  content: "";
  display: block;
  width: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
  height: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
  background-image: url(/global/engine/e-powertrain/img/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .ypt-top_category::before {
    width: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
    height: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
  }
}

.ypt-top_title {
  margin-top: 10px;
  margin-bottom: clamp(3.5px, 10vw / var(--board) * 10 * 35, 35px);
  font-weight: 600;
  font-size: clamp(2.8px, 10vw / var(--board) * 10 * 28, 28px);
  line-height: 1.5;

}

@media (max-width: 768px) {
  .ypt-top_title {
    font-size: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);

  }

  .ypt-top_title br {
    display: none;
  }
}

.ypt-is-small .ypt-top_title {
  font-size: clamp(2.8px, 10vw / var(--board) * 10 * 28, 28px);
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  .ypt-is-small .ypt-top_title {
    white-space: inherit;
    font-size: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);
  }
}

@media (max-width: 768px) {
  .ypt-top_text br {
    display: none;
  }
}

.ypt-top_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7px, 10vw / var(--board) * 10 * 7, 7px);
  margin-top: clamp(3.5px, 10vw / var(--board) * 10 * 35, 35px);
  width: clamp(14.9px, 10vw / var(--board) * 10 * 149, 149px);
  height: clamp(4.8px, 10vw / var(--board) * 10 * 48, 48px);
  border-radius: clamp(0.5px, 10vw / var(--board) * 10 * 5, 5px);
  background-color: #dc1e37;
  color: #fff !important;
  font-weight: 600;
}

@media (max-width: 768px) {
  .ypt-top_button {
    margin-top: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    width: clamp(12.2px, 10vw / var(--board) * 10 * 122, 122px);
    height: clamp(4.11px, 10vw / var(--board) * 10 * 41.1, 41.1px);
    font-size: clamp(1.371px, 10vw / var(--board) * 10 * 13.71, 13.71px);
  }
}

.ypt-top_button::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.ypt-top_photo {
  width: clamp(69.2px, 10vw / var(--board) * 10 * 692, 692px);
  height: clamp(49.3px, 10vw / var(--board) * 10 * 493, 493px);
}

.ypt-top_photo img,
.ypt-top_image,
.ypt-journal img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 768px) {
  .ypt-top_photo {
    height: auto;
  }
}

.ypt-is-small .ypt-top_photo {
  width: clamp(52.7px, 10vw / var(--board) * 10 * 527, 527px);
  height: clamp(29.6px, 10vw / var(--board) * 10 * 296, 296px);
}

@media (max-width: 768px) {
  .ypt-is-small .ypt-top_photo {
    width: clamp(36px, 10vw / var(--board) * 10 * 360, 360px);
    height: auto;
  }
}

.ypt-is-column .ypt-top_photo {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .ypt-is-column .ypt-top_photo {
    width: clamp(36px, 10vw / var(--board) * 10 * 360, 360px);
  }
}

.ypt-top_banner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
  width: 100%;
  height: clamp(22.2px, 10vw / var(--board) * 10 * 222, 222px);
  background-color: var(--colorKey);
  color: #fff !important;
  text-align: center;
}

@media (max-width: 768px) {
  .ypt-top_banner {
    align-items: flex-start;
    /* padding-left: clamp(2px, 10vw / var(--board) * 10 * 20, 20px); */
    height: clamp(14px, 10vw / var(--board) * 10 * 140, 140px);
    text-align: left;
  }
}

.ypt-top_banner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + clamp(49.1px, 10vw / var(--board) * 10 * 491, 491px));
  display: block;
  width: clamp(6.4px, 10vw / var(--board) * 10 * 64, 64px);
  height: clamp(6.4px, 10vw / var(--board) * 10 * 64, 64px);
  background-image: url(/global/engine/e-powertrain/img/arrow-top_banner.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .ypt-top_banner::before {
    right: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
    left: auto;
    width: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
    height: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  }
}

.ypt-top_banner.contact-button {
  margin-top: 0;
  height: clamp(10.8px, 10vw / var(--board) * 10 * 108, 108px);
}

@media (max-width: 768px) {
  .ypt-top_banner.contact-button {
    text-align: center;
    height: clamp(8px, 10vw / var(--board) * 10 * 80, 80px);
  }
}

.ypt-top_banner_text {
  font-weight: 600;
  font-size: clamp(2.6px, 10vw / var(--board) * 10 * 26, 26px);
}

@media (max-width: 768px) {
  .ypt-top_banner_text {
    margin: 0 auto;
    font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
  }
}

.ypt-top_banner_message {
  margin-top: 0.6em;
  font-weight: 600;
  font-size: clamp(3.6px, 10vw / var(--board) * 10 * 36, 36px);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .ypt-top_banner_message {
    margin: .8em auto 0;
    text-align: center;
    font-size: clamp(1.8px, 10vw / var(--board) * 10 * 18, 18px);
  }
}

.ypt-journal {
  margin-top: clamp(6px, 10vw / var(--board) * 10 * 60, 60px);
  padding-bottom: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
}

@media (max-width: 768px) {
  .ypt-journal {
    margin-top: clamp(4.2px, 10vw / var(--board) * 10 * 42, 42px);
    padding-bottom: clamp(7.5px, 10vw / var(--board) * 10 * 75, 75px);
  }
}

.ypt-journal_inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(82px, 10vw / var(--board) * 10 * 820, 820px);
}

@media (max-width: 768px) {
  .ypt-journal_inner {
    width: auto;
  }
}

.ypt-journal_title {
  color: var(--colorKey);
  font-weight: 600;
  font-size: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  .ypt-journal_title {
    margin: 0 clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    font-size: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);
  }
}

.ypt-journal_date {
  display: block;
  margin-top: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ypt-journal_date {
    margin-top: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    margin-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
  }
}

.ypt-journal_mv {
  margin-top: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  border-radius: clamp(0.8px, 10vw / var(--board) * 10 * 8, 8px);
}

@media (max-width: 768px) {
  .ypt-journal_mv {
    height: 100vw;
    object-fit: cover;
  }
}

.ypt-journal_copy {
  margin-top: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  font-weight: 600;
  font-size: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
}

@media (max-width: 768px) {
  .ypt-journal_copy {
    margin-top: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    margin-right: auto;
    margin-left: auto;
    width: clamp(32.3px, 10vw / var(--board) * 10 * 323, 323px);
    font-size: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
  }
}

@media (max-width: 768px) {
  .ypt-journal_content {
    margin-right: auto;
    margin-left: auto;
    width: clamp(32.3px, 10vw / var(--board) * 10 * 323, 323px);
  }
}

.ypt-journal_content h2 {
  margin-top: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
  margin-bottom: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  color: var(--colorKey);
  font-weight: 600;
  font-size: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ypt-journal_content h2 {
    margin-top: clamp(7.5px, 10vw / var(--board) * 10 * 75, 75px);
    margin-bottom: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    font-size: clamp(1.8px, 10vw / var(--board) * 10 * 18, 18px);
  }
}

.ypt-journal_content p {
  margin: clamp(4px, 10vw / var(--board) * 10 * 40, 40px) 0;
  font-size: clamp(1.8px, 10vw / var(--board) * 10 * 18, 18px);
  line-height: 2;
}

@media (max-width: 768px) {
  .ypt-journal_content p {
    margin: clamp(3px, 10vw / var(--board) * 10 * 30, 30px) 0;
    font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
  }
}

.ypt-journal_content p em {
  font-weight: 600;
  font-style: normal;
}

.ypt-journal_content p strong {
  padding: 0 0.5em;
  background: linear-gradient(transparent 50%, #ffeb92 50%);
  color: inherit;
  font-weight: 600;
}

.ypt-journal_content>picture,
.ypt-journal_content>img {
  display: block;
  margin: clamp(4px, 10vw / var(--board) * 10 * 40, 40px) 0;
}

.ypt-journal_content>picture img,
.ypt-journal_content>img {
  border-radius: clamp(0.8px, 10vw / var(--board) * 10 * 8, 8px);
}

@media (max-width: 768px) {
  .ypt-journal_content>picture {
    margin: clamp(3px, 10vw / var(--board) * 10 * 30, 30px) calc(50% - 50vw);
    display: flex;
    justify-content: center;
  }

  .ypt-journal_content>picture img,
  .ypt-journal_content>img {
    max-width: 100%;
    border-radius: clamp(0.8px, 10vw / var(--board) * 10 * 8, 8px);
    width: clamp(36px, 10vw / var(--board) * 10 * 360, 540px);
  }

}

.ypt-journal_auther {
  margin-top: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(4px, 10vw / var(--board) * 10 * 40, 40px);
  width: clamp(82px, 10vw / var(--board) * 10 * 820, 820px);
  background-color: #f3f3f3;
}

@media (max-width: 768px) {
  .ypt-journal_auther {
    margin-top: clamp(7.5px, 10vw / var(--board) * 10 * 75, 75px);
    padding: clamp(3.2px, 10vw / var(--board) * 10 * 32, 32px) clamp(3.4px, 10vw / var(--board) * 10 * 34, 34px) clamp(3px, 10vw / var(--board) * 10 * 30, 30px) clamp(3.3px, 10vw / var(--board) * 10 * 33, 33px);
    padding: clamp(3.2px, 10vw / var(--board) * 10 * 32, 32px) 0 clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    width: auto;
  }
}

.ypt-journal_auther_top {
  display: flex;
  align-items: center;
  gap: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
}

@media (max-width: 768px) {
  .ypt-journal_auther_top {
    gap: clamp(1.2px, 10vw / var(--board) * 10 * 12, 12px);
    margin: auto;
    width: clamp(33px, 10vw / var(--board) * 10 * 330, 330px);
  }
}

.ypt-journal_auther_image {
  width: clamp(13px, 10vw / var(--board) * 10 * 130, 130px);
}

@media (max-width: 768px) {
  .ypt-journal_auther_image {
    width: clamp(10px, 10vw / var(--board) * 10 * 100, 100px);
  }
}

.ypt-journal_auther_info {
  display: flex;
  flex-direction: column;
  gap: clamp(2.1px, 10vw / var(--board) * 10 * 21, 21px);
}

@media (max-width: 768px) {
  .ypt-journal_auther_info {
    gap: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
    width: clamp(22.1px, 10vw / var(--board) * 10 * 221, 221px);
  }
}

.ypt-journal_auther_name {
  font-size: clamp(2.8px, 10vw / var(--board) * 10 * 28, 28px);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ypt-journal_auther_name {
    display: flex;
    flex-direction: column;
    font-size: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
  }
}

.ypt-journal_auther_name span {
  margin-left: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
  font-size: clamp(1.3px, 10vw / var(--board) * 10 * 13, 13px);
}

@media (max-width: 768px) {
  .ypt-journal_auther_name span {
    margin-left: 0;
    font-size: clamp(1.1px, 10vw / var(--board) * 10 * 11, 11px);
  }
}

@media (max-width: 768px) {
  .ypt-journal_auther_position {
    text-align: justify;
    font-size: clamp(1.25px, 10vw / var(--board) * 10 * 12.5, 12.5px);
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}

.ypt-journal_auther_bottom {
  margin-top: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);
}

@media (max-width: 768px) {
  .ypt-journal_auther_bottom {
    margin: clamp(2px, 10vw / var(--board) * 10 * 20, 20px) auto 0;
    width: clamp(33px, 10vw / var(--board) * 10 * 330, 330px);
    text-align: justify;
    font-size: clamp(1.3px, 10vw / var(--board) * 10 * 13, 13px);
  }
}

.ypt-journal_recommend {
  margin-top: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
  margin-right: auto;
  margin-left: auto;
  width: clamp(111px, 10vw / var(--board) * 10 * 1110, 1110px);
}

@media (max-width: 768px) {
  .ypt-journal_recommend {
    margin-top: clamp(7.5px, 10vw / var(--board) * 10 * 75, 75px);
  }
}

.ypt-journal_recommend_name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
  margin-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
}

.ypt-journal_recommend_name p {
  font-weight: 600;
  font-size: clamp(2.8px, 10vw / var(--board) * 10 * 28, 28px);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ypt-journal_recommend_name p {
    font-size: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);
  }
}

.ypt-journal_recommend_name a {
  display: flex;
  align-items: center;
  gap: clamp(0.7px, 10vw / var(--board) * 10 * 7, 7px);
  color: var(--colorKey);
  font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
}

.ypt-journal_recommend_name a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.ypt-journal_recommend_list {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(3.5px, 10vw / var(--board) * 10 * 35, 35px);
}

@media (max-width: 768px) {
  .ypt-journal_recommend_list {
    overflow-x: scroll;
    margin-top: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    max-width: none;
  }
}

.ypt-journal_recommend_list li {
  overflow: hidden;
  min-height: clamp(28.6px, 10vw / var(--board) * 10 * 286, 286px);
  width: clamp(35.6px, 10vw / var(--board) * 10 * 356, 356px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
}

@media (max-width: 768px) {
  .ypt-journal_recommend_list li {
    margin: 0 clamp(0.7px, 10vw / var(--board) * 10 * 7, 7px);
    min-width: clamp(24px, 10vw / var(--board) * 10 * 240, 240px);
  }
}

.ypt-journal_recommend_list a {
  color: inherit;
}

.ypt-journal_recommend_title {
  padding: clamp(2.1px, 10vw / var(--board) * 10 * 21, 21px) clamp(2.1px, 10vw / var(--board) * 10 * 21, 21px) 0;
  font-weight: 600;
  font-size: clamp(1.8px, 10vw / var(--board) * 10 * 18, 18px);
  line-height: 1.5;
}

.ypt-journal_recommend_date {
  display: block;
  margin-top: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
  padding: 0 clamp(2.1px, 10vw / var(--board) * 10 * 21, 21px) 0;
  font-size: clamp(1.1px, 10vw / var(--board) * 10 * 11, 11px);
}

@media (max-width: 768px) {
  .ypt-page_solution .ypt-mv {
    height: auto;
  }

  .ypt-page_solution .ypt-mv img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .ypt-page_solution .ypt-spacer-large {
    height: clamp(7px, 10vw / var(--board) * 10 * 70, 70px);
  }
}

@media (max-width: 768px) {
  .ypt-page_solution .ypt-top_info {
    align-items: center;
    /* width: auto; */
    text-align: center;
    margin: auto;
  }

  .ypt-page_solution .ypt-top_info br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .ypt-page_solution .ypt-top_category {
    margin-bottom: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
  }
}

.ypt-solution_content {
  margin-top: 0;
  padding-bottom: clamp(9px, 10vw / var(--board) * 10 * 90, 90px);
}

@media (max-width: 768px) {
  .ypt-solution_content {
    padding-bottom: clamp(7.5px, 10vw / var(--board) * 10 * 75, 75px);
  }
}

.ypt-solution_content .ypt-top_container.ypt-is-column {
  margin-top: clamp(9px, 10vw / var(--board)* 10* 90, 90px);
}

@media (max-width: 768px) {
  .ypt-solution_content .ypt-top_container.ypt-is-column {
    margin-top: clamp(7.7px, 10vw / var(--board)* 10* 77, 77px);
  }
}

.ypt-solution_container.ypt-is-left {
  align-items: flex-start;
  gap: clamp(5px, 10vw / var(--board) * 10 * 50, 50px);
  text-align: left;
}

@media (max-width: 768px) {
  .ypt-solution_container.ypt-is-left {
    gap: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    margin-top: clamp(7px, 10vw / var(--board) * 10 * 70, 70px);
    width: clamp(32.4px, 10vw / var(--board) * 10 * 324, 324px);
  }
}

.ypt-solution_container.ypt-is-left .ypt-top_title {
  font-size: clamp(2.8px, 10vw / var(--board) * 10 * 28, 28px);
}

@media (max-width: 768px) {
  .ypt-solution_container.ypt-is-left .ypt-top_title {
    margin-bottom: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
    font-size: clamp(2.4px, 10vw / var(--board) * 10 * 24, 24px);
    font-feature-settings: "palt";
  }
}

.ypt-solution_container.ypt-is-left .ypt-top_info {
  align-items: flex-start;
  text-align: left;
}

.ypt-solution_container.ypt-is-left .ypt-top_info>picture,
.ypt-solution_container.ypt-is-left .ypt-top_info>img {
  margin-top: clamp(3px, 10vw / var(--board) * 10 * 30, 30px);
}

@media (max-width: 768px) {
  .ypt-solution_container.ypt-is-left .ypt-top_info>picture {
    margin-top: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
    /* margin-left: calc(50% - 50vw);*/
    padding-left: 0;
    max-width: 100%;
    width: 96vw;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll {
    overflow-x: scroll;
    padding-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    max-width: none;
    width: 96vw;
    margin-left: calc(50% - 50vw);
  }

  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll>picture,
  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll>picture img,
  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll>img {
    margin-top: 0;
    margin-right: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    margin-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    max-width: none;
    width: auto;
    height: clamp(39.6px, 10vw / var(--board) * 10 * 396, 396px);
  }

  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll>img {
    margin-left: 0;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll::-webkit-scrollbar {
    height: clamp(0.6px, 10vw / var(--board) * 10 * 6, 6px);
    /* スクロールバーの幅 */
    -webkit-appearance: none;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_info>picture.ypt-is-scroll::-webkit-scrollbar-thumb {
    border-radius: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
    background-color: rgba(0, 0, 0, 0.5);
    /* スクロールバーの色 */
  }

  .ypt-solution_container.ypt-is-left .ypt-top_info>picture img {
    max-width: none;
    width: 100%;
  }
}

.ypt-solution_container.ypt-is-left .ypt-top_text+.ypt-top_text {
  margin-top: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
}

.ypt-solution_container.ypt-is-left .ypt-top_text a {
  display: flex;
  align-items: center;
  gap: clamp(0.7px, 10vw / var(--board) * 10 * 7, 7px);
  color: var(--colorKey);
  font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
}

.ypt-solution_container.ypt-is-left .ypt-top_text a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .ypt-solution_container.ypt-is-left .ypt-top_photo {
    /* margin-left: calc(50% - 50vw);
    padding-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px); */
    max-width: none;
    width: auto;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo>picture,
  .ypt-solution_container.ypt-is-left .ypt-top_photo>picture img,
  .ypt-solution_container.ypt-is-left .ypt-top_photo>img {
    max-width: none;
    /* width: clamp(36px, 10vw / var(--board) * 10 * 360, 360px); */
    width: 100%;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll {
    overflow-x: scroll;
    padding-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    width: 96vw;
    margin-left: calc(50% - 50vw);
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll picture {
    margin: 0;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll>* {
    margin-right: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
    margin-left: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll>picture,
  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll>picture img,
  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll>img {
    max-width: none;
    width: auto;
    height: clamp(34.5px, 10vw / var(--board) * 10 * 345, 345px);
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll::-webkit-scrollbar {
    height: clamp(0.6px, 10vw / var(--board) * 10 * 6, 6px);
    /* スクロールバーの幅 */
    -webkit-appearance: none;
  }

  .ypt-solution_container.ypt-is-left .ypt-top_photo.ypt-is-scroll::-webkit-scrollbar-thumb {
    border-radius: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
    background-color: rgba(0, 0, 0, 0.5);
    /* スクロールバーの色 */
  }
}

.ypt-solution_container.ypt-is-left .ypt-top_photo_title {
  margin-bottom: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
  text-align: center;
  font-weight: 600;
  font-size: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
}

@media (max-width: 768px) {
  .ypt-solution_container.ypt-is-left .ypt-top_photo_title {
    margin-bottom: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
    font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
  }
}

.ypt-solution_image {
  margin-top: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
}

.ypt-solution_content .ypt-top_photo {
  margin: clamp(3px, 10vw / var(--board) * 10 * 30, 30px) auto 0;
}

.ypt-solution_subtitle {
  display: flex;
  align-items: baseline;
  margin-top: clamp(7px, 10vw / var(--board) * 10 * 70, 70px);
  margin-bottom: clamp(1.5px, 10vw / var(--board) * 10 * 15, 15px);
  color: var(--colorKey);
  font-weight: 600;
  font-size: clamp(1.7px, 10vw / var(--board) * 10 * 17, 17px);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ypt-solution_subtitle {
    margin-top: clamp(5px, 10vw / var(--board) * 10 * 50, 50px);
    font-size: clamp(1.2px, 10vw / var(--board) * 10 * 12, 12px);
  }
}

.ypt-solution_subtitle::before {
  content: "";
  display: block;
  margin-right: clamp(0.8px, 10vw / var(--board) * 10 * 8, 8px);
  width: clamp(1.3px, 10vw / var(--board) * 10 * 13, 13px);
  height: clamp(1.3px, 10vw / var(--board) * 10 * 13, 13px);
  background-color: var(--colorKey);
}

@media (max-width: 768px) {
  .ypt-solution_subtitle::before {
    margin-right: clamp(0.6px, 10vw / var(--board) * 10 * 6, 6px);
    width: clamp(0.8px, 10vw / var(--board) * 10 * 8, 8px);
    height: clamp(0.8px, 10vw / var(--board) * 10 * 8, 8px);
  }
}

@media (min-width: 769px) {
  .ypt-pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .ypt-sp_none {
    display: none !important;
  }
}

@media all and (max-width: 900px) {
  .tb-none {
    display: none;
  }
}

.ypt-mv__video {
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.ypt-mv__video iframe {
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
}

.media-wrap {
  max-width: 838px;
}

.index-list {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 35px;
  border-radius: 10px;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .index-list {
    max-width: 90%;
    padding: 24px;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
}

.index-list .index-list__item a {
  font-size: clamp(1.8px, 10vw / var(--board) * 10 * 18, 18px);
  line-height: 2;
  display: flex;
  color: #000;
}

@media screen and (max-width: 768px) {
  .index-list .index-list__item a {
    font-size: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
  }
}

.index-list .ul-index-list__inner .index-list__item a::before {
  content: "-";
  padding: 0 .5em;
}


.ypt-journal_content h4 {
  color: #DC1E37;
  margin-top: clamp(2px, 10vw / var(--board) * 10 * 20, 20px);
  margin-bottom: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
  font-weight: 400;
  font-size: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
}

.ypt-journal_content h4+p {
  margin-top: clamp(1px, 10vw / var(--board) * 10 * 10, 10px) 0;
}

.ypt-journal_content h5 {
  margin-bottom: clamp(1px, 10vw / var(--board) * 10 * 10, 10px);
  font-size: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
}

.ypt-journal_content p.list-paragraph {
  margin-top: 0;
  font-size: clamp(1.6px, 10vw / var(--board) * 10 * 16, 16px);
}

@media screen and (max-width: 768px) {
  .ypt-journal_content p.list-paragraph {
    font-size: clamp(1.4px, 10vw / var(--board) * 10 * 14, 14px);
  }
}
