#pagePath {
  margin-bottom: 0;
}

#header #gNavi .navi03 .naviBox {
  display: none !important;
}
#header .headBox .casestudies .naviBox {
  display: none !important;
}

.plm {
  --red: #d81a2b;
  overflow-x: hidden;
  padding-bottom: 90px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-size: 16px;
}
.plm .js-fade {
  opacity: 0;
  translate: 0 20px;
  transition: 0.3s ease-in-out;
}
.plm .js-fade.start {
  opacity: 1;
  translate: 0 0;
}
.plm *,
.plm *:before,
.plm *:after {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.plm figure {
  margin: 0;
}
.plm em, .plm i {
  font-style: normal;
}
.plm .btn01 {
  background: #fff;
  border: 1px solid var(--red);
  color: var(--red);
  display: grid;
  font-size: 14px;
  height: 50px;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
.plm .btn01::after {
  background: var(--red);
  content: "";
  display: block;
  height: 9px;
  mask-image: url("../img/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  transition: 0.3s ease-in-out;
  translate: 0 -50%;
  width: 6px;
}
.plm .btn01:hover {
  background: var(--red);
  color: #fff;
  text-decoration: none;
}
.plm .btn01:hover::after {
  background: #fff;
}
.plm .inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.plm .inr {
  max-width: 1080px;
  padding-inline: 50px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.plm .js-fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.plm .js-fade.js-on {
  opacity: 1;
}
.plm .mv {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-top: 43px;
  position: relative;
  max-width: 1400px;
}
.plm .mv-text {
  padding-left: 110px;
  padding-top: 93px;
}
.plm .mv-catch {
  color: var(--red);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.595;
  margin-bottom: 20px;
}
.plm .mv-lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.555;
}
.plm .page-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: rgba(61, 61, 61, 0.2) 0 0 20px;
  display: flex;
  height: 76px;
  justify-content: center;
  gap: 40px;
  left: 50%;
  position: absolute;
  translate: -50%;
  top: 487px;
  width: 980px;
}
.plm .page-link a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-right: 23px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.plm .page-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.plm .page-link a::after {
  background: var(--red);
  content: "";
  display: block;
  height: 9px;
  mask-image: url("../img/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  rotate: 90deg;
  top: 50%;
  translate: 0 -50%;
  width: 6px;
}
.plm .about {
  background: url("../img/txt-about.svg") no-repeat -6px 12px/124px auto;
  margin-bottom: 104px;
}
.plm .about-item:not(:first-child) {
  margin-top: 110px;
}
.plm .about-title {
  color: var(--red);
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center;
}
.plm .about-title span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 43px;
  line-height: 1;
  position: relative;
}
.plm .about-title span::after {
  border-block: 1px solid var(--red);
  bottom: -6px;
  content: "";
  display: block;
  height: 6px;
  left: -5px;
  position: absolute;
  width: calc(100% + 10px);
}
.plm .about-title sup {
  font-size: 26px;
}
.plm .about-catch {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
  text-align: center;
}
.plm .about-text {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.plm .about-button {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.plm .about-button .btn01 {
  width: 280px;
}
.plm .about-movie-main {
  height: 339px;
  margin: 50px auto 12px;
  position: relative;
  width: 602px;
}
.plm .about-movie-main video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plm .about-movie-cap {
  font-size: 16px;
  text-align: center;
}
.plm .solution {
  background: #a41919;
  margin-bottom: 150px;
  padding-block: 75px;
  position: relative;
}
.plm .solution::after {
  background: url("../img/pict01.png") no-repeat left top/cover;
  bottom: -122px;
  content: "";
  display: block;
  height: 281px;
  left: -257px;
  position: absolute;
  width: 435px;
}
.plm .solution-title-en {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
}
.plm .solution-title-ja {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
.plm .solution-inner {
  display: flex;
  gap: 20px;
  margin-inline: auto;
  width: 980px;
}
.plm .solution-item {
  width: 100%;
}
.plm .solution-heading {
  background: #666;
  border-radius: 25px;
  color: #fff;
  display: grid;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  margin-bottom: 20px;
  place-content: center;
  position: relative;
}
.plm .solution-heading::after {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  bottom: -8px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 0;
}
.plm .solution-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plm .solution-list a {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  gap: 20px;
  padding: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.plm .solution-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.plm .solution-list a::after {
  background: var(--red);
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.plm .solution-list a.solution-link::after {
  height: 13px;
  mask-image: url("../img/icon-arrow.svg");
  right: 30px;
  width: 8px;
}
.plm .solution-list a.solution-modal::after {
  height: 21px;
  mask-image: url("../img/icon-zoom.svg");
  right: 28px;
  width: 21px;
}
.plm .reason {
  margin-bottom: 130px;
  position: relative;
}
.plm .reason::after {
  background: url("../img/pict02.png") no-repeat left top/cover;
  content: "";
  display: block;
  height: 684px;
  position: absolute;
  right: 0;
  top: 277px;
  width: 407px;
}
.plm .reason-title-en {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
}
.plm .reason-title-ja {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
.plm .reason-main {
  display: flex;
  gap: 106px;
  margin-inline: auto;
  position: relative;
  width: 980px;
  z-index: 2;
}
.plm .reason-image {
  margin-bottom: 20px;
}
.plm .reason-heading {
  color: var(--red);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3636;
  margin-bottom: 20px;
  text-align: center;
}
.plm .reason-text {
  font-size: 16px;
  line-height: 1.375;
  text-align: justify;
}
.plm .case {
  margin-bottom: 130px;
}
.plm .case-title-en {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
}
.plm .case-title-ja {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.plm .case-main {
  margin-inline: auto;
  width: 980px;
}
.plm .case-item {
  background: #f2f2f2;
}
.plm .case-link {
  align-items: center;
  display: flex;
  gap: 22px;
  padding: 22px 26px;
  position: relative;
}
.plm .case-link a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.plm .case-link a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.plm .case-link.is-active i::before {
  rotate: 0deg;
}
.plm .case-link i {
  background: #fff;
  border: 1px solid var(--red);
  border-radius: 100%;
  height: 40px;
  position: absolute;
  right: 36px;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
}
.plm .case-link i::before, .plm .case-link i::after {
  background: var(--red);
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  transition: 0.3s ease-in-out;
  width: 12px;
}
.plm .case-link i::before {
  rotate: 90deg;
}
.plm .case-link-image {
  flex-shrink: 0;
}
.plm .case-num {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.plm .case-heading {
  font-size: 24px;
}
.plm .case-text {
  color: var(--red);
  font-size: 12px;
}
.plm .case-body {
  border-top: 1px dashed var(--red);
  display: none;
  padding: 30px 30px 50px;
}
.plm .case-item:not(:first-child) {
  margin-top: 20px;
}
.plm .case-detail {
  background: url("../img/pict-arrow.svg") no-repeat center center/38px auto;
  display: flex;
  justify-content: space-between;
}
.plm .case-detail h4 {
  font-family: "Inter", sans-serif;
  font-size: 70px;
  line-height: 1;
  margin-block: -10px 5px;
  text-align: right;
}
.plm .case-detail ul {
  padding: 0 44px 60px;
}
.plm .case-detail li {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 14px;
  position: relative;
}
.plm .case-detail li:not(:last-child) {
  margin-bottom: 1em;
}
.plm .case-detail li::before {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 4px;
}
.plm .case-before {
  background: #fff;
  position: relative;
  width: 420px;
}
.plm .case-before h4 {
  color: #e6e6e6;
}
.plm .case-after {
  background: #a41919;
  position: relative;
  width: 420px;
}
.plm .case-after h4 {
  color: #fff;
  opacity: 0.2;
}
.plm .case-after li {
  color: #fff;
}
.plm .case-after li::before {
  background: #fff;
}
.plm .case-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.plm .case-button a {
  width: 340px;
}
.plm .download {
  margin-bottom: 140px;
  position: relative;
}
.plm .download::after {
  background: url("../img/pict02.png") no-repeat left top/cover;
  content: "";
  display: block;
  height: 684px;
  position: absolute;
  right: 0;
  top: 140px;
  width: 407px;
}
.plm .download-title-en {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
}
.plm .download-title-ja {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.plm .download-main {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  position: relative;
  width: 1007px;
  z-index: 2;
}
.plm .download-item {
  width: 309px;
}
.plm .download-image {
  height: 222px;
}
.plm .download-heading {
  color: var(--red);
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 2.8em;
  text-align: center;
}
.plm .download-text {
  font-size: 14px;
  line-height: 1.571;
  margin: 0 auto 20px;
  min-height: 6.284em;
  text-align: justify;
  width: 274px;
}
.plm .download-button {
  display: flex;
  justify-content: center;
}
.plm .download-button a {
  background: #4d4d4d;
  color: #fff;
  display: grid;
  font-size: 14px;
  height: 50px;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  width: 240px;
}
.plm .download-button a::after {
  background: #fff;
  content: "";
  display: block;
  height: 9px;
  mask-image: url("../img/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  transition: 0.3s ease-in-out;
  translate: 0 -50%;
  width: 6px;
}
.plm .download-button a span {
  display: inline-block;
  position: relative;
}
.plm .download-button a span::before {
  background: #fff;
  content: "";
  display: block;
  height: 14px;
  left: -20px;
  mask-image: url("../img/icon-download.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}

.plm .download-button a span.type02::before {
  background: #fff;
  content: "";
  display: block;
  height: 14px;
  left: -20px;
  mask-image: url("../img/icon-inquiry.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}
.plm .download-button a:hover {
  background: var(--red);
  color: #fff;
  text-decoration: none;
}
.plm .download-button a:hover::after {
  background: #fff;
}
.plm .column {
  margin: 0 auto 140px;
  position: relative;
  z-index: 10;
}
.plm .column::after {
  background: url("../img/pict03.png") no-repeat left top/cover;
  content: "";
  display: block;
  height: 973px;
  left: 0;
  position: absolute;
  top: 310px;
  width: 537px;
}
.plm .column-inner {
  display: flex;
  margin-inline: auto;
  width: 980px;
}
.plm .column-title {
  width: 300px;
}
.plm .column-title-en {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.plm .column-title-ja {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
.plm .column-main {
  width: 680px;
}
.plm .column-items {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.plm .column-item {
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}
.plm .column-item a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plm .column-image {
  flex-shrink: 0;
}
.plm .column-detail {
  padding-top: 10px;
}
.plm .column-tag {
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}
.plm .column-tag li {
  background: var(--red);
  color: #fff;
  font-size: 12px;
  padding-inline: 5px;
}
.plm .column-heading {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.plm .column-date {
  font-size: 14px;
}
.plm .column-button {
  display: flex;
  justify-content: flex-end;
}
.plm .column-button a {
  width: 280px;
}
.plm .event {
  margin: 0 auto 140px;
  position: relative;
  z-index: 10;
}
.plm .event-inner {
  display: flex;
  margin-inline: auto;
  width: 980px;
}
.plm .event-title {
  width: 300px;
}
.plm .event-title-en {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.plm .event-title-ja {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
.plm .event-main {
  width: 680px;
}
.plm .event-items {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.plm .event-item {
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}
.plm .event-detail {
  padding-top: 10px;
}
.plm .event-tag {
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}
.plm .event-tag li {
  background: var(--red);
  color: #fff;
  font-size: 12px;
  padding-inline: 5px;
}
.plm .event-heading {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.plm .event-text {
  font-size: 14px;
}
.plm .event-list {
  margin-top: 12px;
  padding-left: 8px;
}
.plm .event-list li {
  font-size: 14px;
  line-height: 1.571;
  padding-left: 12px;
  position: relative;
}
.plm .event-list li::before {
  background: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 4px;
}
.plm .event-list li a {
  text-decoration: underline;
}
.plm .event-list li a:hover {
  text-decoration: none;
}
.plm .event-button {
  display: flex;
  justify-content: flex-end;
}
.plm .event-button a {
  width: 280px;
}
.plm .more {
  margin-bottom: 120px;
}
.plm .more-title {
  color: var(--red);
  font-size: 30px;
  margin-bottom: 38px;
  text-align: center;
}
.plm .more-main {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  width: 980px;
}
.plm .more-item {
  border-radius: 8px;
  box-shadow: rgba(51, 51, 145, 0.25) 0 0 10px;
  padding: 3px;
  position: relative;
}
.plm .more-item a {
  border-radius: 8px;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.plm .more-item a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.plm .more-detail {
  padding: 18px 18px 30px;
}
.plm .more-heading {
  color: var(--red);
  font-size: 20px;
  margin-bottom: 10px;
}
.plm .more-text {
  font-size: 14px;
  line-height: 1.571;
  text-align: justify;
}
.plm .cv {
  background: #f2f2f2 url("../img/txt-contact.svg") no-repeat -5px center/88px auto;
  padding-block: 70px 80px;
  position: relative;
}
.plm .cv-title {
  color: var(--red);
  font-size: 28px;
  line-height: 1.571;
  margin-bottom: 60px;
  text-align: center;
}
.plm .cv-main {
  display: flex;
  margin-inline: auto;
  gap: 2px;
  width: 980px;
}
.plm .cv-main p {
  width: 100%;
}
.plm .cv-main a {
  color: #fff;
  display: grid;
  font-size: 20px;
  font-weight: bold;
  height: 126px;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
.plm .cv-main a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.plm .cv-main a::after {
  background: #fff;
  content: "";
  display: block;
  height: 18px;
  mask-image: url("../img/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
}
.plm .cv-main span {
  display: inline-block;
  position: relative;
}
.plm .cv-main span::before {
  background: #fff;
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.plm .cv-download a {
  background: #4d4d4d;
}
.plm .cv-download span::before {
  height: 27px;
  left: -36px;
  mask-image: url("../img/icon-document.svg");
  width: 23px;
}
.plm .cv-inquiry a {
  background: #d81a2b;
}
.plm .cv-inquiry span::before {
  height: 27px;
  left: -40px;
  mask-image: url("../img/icon-inquiry.svg");
  width: 28px;
}
.plm .floating_menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 90;
}
.plm .floating_menu a {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  display: block;
  transition: 0.3s ease-in-out;
}
.plm .floating_menu a:hover {
  opacity: 0.7;
}
.plm .modal-overlay {
  background: rgba(216, 26, 43, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.plm .modal {
  background: #fff;
  display: none;
  height: calc(100vh - 100px);
  left: 50%;
  position: fixed;
  top: 50%;
  translate: -50% -50%;
  width: 1100px;
  z-index: 2001;
}
.plm .modal-scroll {
  height: 100%;
  overflow-y: auto;
  padding-inline: 82px;
  width: 100%;
}
.plm .modal-inner {
  padding-block: 60px 70px;
}
.plm .modal-balloons {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
  padding: 0 10px 45px;
}
.plm .modal-problem {
  background: url("../img/icon-problem.png") no-repeat left top/72px auto;
  min-height: 72px;
  padding-left: 78px;
  padding-top: 5px;
}
.plm .modal-problem-inner {
  background: url("../img/bg-balloon01.png") no-repeat left bottom/100% auto;
  padding-bottom: 18px;
  width: 694px;
}
.plm .modal-problem-inner ul, .plm .modal-problem-inner p {
  background: url("../img/bg-balloon01.png") no-repeat left top/100% auto;
  font-size: 16px;
  line-height: 1.625;
  padding: 18px 40px 0;
}
.plm .modal-problem-inner li {
  font-size: 14px;
  line-height: 1.571;
  padding-left: 12px;
  position: relative;
}
.plm .modal-problem-inner li::before {
  background: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 4px;
}
.plm .modal-solution {
  align-self: flex-end;
  background: url("../img/icon-solution.png") no-repeat right top/72px auto;
  min-height: 72px;
  padding-right: 78px;
  padding-top: 5px;
}
.plm .modal-solution-inner {
  background: url("../img/bg-balloon02.png") no-repeat left bottom/100% auto;
  padding-bottom: 18px;
  width: 694px;
}
.plm .modal-solution-inner p {
  background: url("../img/bg-balloon02.png") no-repeat left top/100% auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  padding: 18px 40px 0;
}
.plm .modal-title {
  color: var(--red);
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
}
.plm .modal-heading {
  border-left: 3px solid var(--red);
  font-size: 18px;
  line-height: 1.111;
  margin-block: 30px 16px;
  padding-left: 10px;
}
.plm .modal-text {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 35px;
  text-align: center;
}
.plm .modal-text.tal {
  text-align: left;
}
.plm .modal-list {
  margin-bottom: 30px;
}
.plm .modal-list li {
  background: url("../img/icon-check.png") no-repeat left center/22px auto;
  font-size: 16px;
  line-height: 1.625;
  padding-left: 26px;
}
.plm .modal-thread01 {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  height: 78px;
  padding-left: 22px;
}
.plm .modal-thread01 dt {
  font-size: 16px;
  flex-shrink: 0;
  width: 154px;
}
.plm .modal-thread01 dd {
  font-size: 16px;
  line-height: 1.625;
  padding-right: 22px;
}
.plm .modal-thread02 {
  align-items: center;
  background: #e6e6e6;
  display: flex;
  height: 108px;
  margin-bottom: 30px;
  padding-left: 22px;
}
.plm .modal-thread02 dt {
  font-size: 16px;
  flex-shrink: 0;
  width: 154px;
}
.plm .modal-thread02 dd li {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 12px;
  position: relative;
}
.plm .modal-thread02 dd li::before {
  background: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 4px;
}
.plm .modal-button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.plm .modal-button a {
  background: #4d4d4d;
  color: #fff;
  display: grid;
  font-size: 16px;
  height: 50px;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  width: 320px;
}
.plm .modal-button a::after {
  background: #fff;
  content: "";
  display: block;
  height: 9px;
  mask-image: url("../img/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  transition: 0.3s ease-in-out;
  translate: 0 -50%;
  width: 6px;
}
.plm .modal-button a:hover {
  background: var(--red);
  color: #fff;
  text-decoration: none;
}
.plm .modal-button a:hover::after {
  background: #fff;
}
.plm .modal-close {
  height: 30px;
  position: absolute;
  right: 30px;
  top: 45px;
  width: 45px;
}
.plm .modal-close span {
  visibility: hidden;
}
.plm .modal-close::before, .plm .modal-close::after {
  background: #0553a5;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 45px;
}
.plm .modal-close::before {
  rotate: 45deg;
}
.plm .modal-close::after {
  rotate: -45deg;
}