.cta-inquiry__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 316px;
  height: 59px;
  background-color: #0f3580;
  border-radius: 6px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease;
}
.cta-inquiry__btn:hover {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  .cta-inquiry__btn {
    transition: none;
  }
  .cta-inquiry__btn:hover {
    transform: none;
  }
}
.cta-inquiry__btn:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta-inquiry__btn {
    width: 100%;
    height: 57px;
    font-size: 20px;
  }
}
.cta-inquiry__arrow {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.cta-inquiry__note {
  margin: 0;
  font-size: 14px;
  color: #3d60a5;
}

.tanmatsu-peeler {
  color: #333333;
  background-color: #ffffff;
}
.tanmatsu-peeler__intro {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__intro {
    padding: 0 16px;
  }
}
.tanmatsu-peeler__intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tanmatsu-peeler__keypoint {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__keypoint {
    padding: 0 16px;
  }
}
.tanmatsu-peeler__keypoint {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__keypoint {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tanmatsu-peeler__lineup {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__lineup {
    padding: 0 16px;
  }
}
.tanmatsu-peeler__lineup {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__lineup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tanmatsu-peeler__additional {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__additional {
    padding: 0 16px;
  }
}
.tanmatsu-peeler__additional {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__additional {
    padding-top: 16px;
    padding-bottom: 30px;
  }
}
.tanmatsu-peeler__cta {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__cta {
    padding: 0 16px;
  }
}
.tanmatsu-peeler__cta {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .tanmatsu-peeler__cta {
    padding-bottom: 60px;
  }
}

.tp-intro {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .tp-intro {
    flex-direction: column;
    gap: 24px;
  }
}
.tp-intro__image-wrap {
  flex: 0 0 480px;
  width: 480px;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #dfecf7;
}
@media (max-width: 768px) {
  .tp-intro__image-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 262px;
    background-color: #d2dce8;
  }
}
.tp-intro__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.tp-intro__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d60a5;
  font-size: 14px;
}
.tp-intro__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .tp-intro__content {
    padding-top: 0;
    gap: 16px;
  }
}
.tp-intro__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  background-color: #3d60a5;
  border-radius: 162px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  align-self: flex-start;
}
.tp-intro__desc {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (max-width: 768px) {
  .tp-intro__desc {
    font-size: 16px;
    line-height: 1.625;
  }
}
.tp-intro__cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .tp-intro__cta-wrap {
    margin-top: 0;
  }
}

.tp-keypoint {
  position: relative;
  background-color: #f0f4f7;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tp-keypoint {
    padding: 30px 20px;
    gap: 20px;
  }
}
.tp-keypoint::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom left, #f0f4f7 50%, #dfecf7 50%);
  pointer-events: none;
}
.tp-keypoint > * {
  position: relative;
  z-index: 1;
}
.tp-keypoint__icon-wrap {
  flex: 0 0 54px;
  width: 54px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tp-keypoint__icon-wrap {
    flex: 0 0 44px;
    width: 44px;
    height: 54px;
  }
}
.tp-keypoint__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tp-keypoint__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tp-keypoint__text {
  font-size: 24px;
  font-weight: 700;
  color: #0f3580;
  line-height: 1.83;
  margin: 0;
}
@media (max-width: 768px) {
  .tp-keypoint__text {
    font-size: 20px;
    line-height: 1.7;
  }
}

.tp-lineup__row {
  display: flex;
  align-items: stretch;
  border: 4px solid #dfecf7;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tp-lineup__row {
    flex-direction: column;
  }
}
.tp-lineup__label {
  flex: 0 0 196px;
  background-color: #dfecf7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #3d60a5;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .tp-lineup__label {
    flex: 0 0 auto;
    width: 100%;
    padding: 14px 12px;
  }
}
.tp-lineup__content {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .tp-lineup__content {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
  }
}
.tp-lineup__type-label {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.32em;
  margin: 0;
  padding-right: 24px;
  border-right: 3px solid #dfecf7;
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .tp-lineup__type-label {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 12px;
    border-right: none;
    border-bottom: 3px solid #dfecf7;
    align-self: center;
  }
}
.tp-lineup__list {
  flex: 1;
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
@media (max-width: 768px) {
  .tp-lineup__list {
    font-size: 14px;
    line-height: 1.857;
  }
}

.tp-additional__text {
  font-size: 18px;
  line-height: 1.89;
  color: #333333;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .tp-additional__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
