/*----------------------------------
  Page Hero
------------------------------------*/

.pagehero {
  width: 100vw;
  height: auto;
  padding-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pagehero-str {
  flex: 1 1 auto;
  width: 45vw;
  margin-right: -5vw;
  height: 100%;
  padding: 7rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pagehero-head {
  color: #fff;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  z-index: 1;
}

.pagehero-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 2.5rem 2rem;
  border-radius: 0.75rem;
}

.pagehero-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pagehero-value {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.pagehero-value-round {
  width: 33%;
  padding-top: 33%;
  margin-right: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff 1px solid;
  border-radius: 9999px;
  position: relative;
}

.pagehero-value-str {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.65vw;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.05em;
  top: 0;
  left: 0;
}

.pagehero-attention {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.pagehero-img {
  flex: 1 1 auto;
  width: 65vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7rem 2.5rem;
}

.pagehero-img-media {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pagehero-inner-str {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .pagehero {
    flex-direction: column;
  }
  .pagehero-str {
    width: 100%;
    padding: 2rem;
    padding-bottom: 0rem;
    margin: 0;
  }
  .pagehero-head {
    font-size: 3.5vw;
  }
  .pagehero-value {
    margin-top: 0.75rem;
  }
  .pagehero-value-round {
    width: 25%;
    padding-top: 25%;
  }
  .pagehero-value-str {
    font-size: 2.65vw;
  }
  .pagehero-attention {
    margin-top: 0.5rem;
  }
  .pagehero-img {
    width: 100%;
    padding: 2rem;
    padding-top: 0rem;
    margin-top: 0.75rem;
    z-index: 99;
  }
}

/*----------------------------------
  Page Head
------------------------------------*/

.page-head {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-head-inner {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: #f79a0e 1px solid;
  border-bottom: #f79a0e 1px solid;
  padding: 1rem 1.5rem;
  color: #f79a0e;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: 0.05em;
  word-break: break-all;
}

.page-head-inner img {
  height: 2rem;
}

@media (max-width: 768px) {
  .page-head-inner {
    font-size: 1.4rem;
  }
}

/*----------------------------------
  About
------------------------------------*/

.about-img {
  width: 80%;
}

@media (max-width: 768px) {
  .about-img {
    width: 100%;
  }
}

/*----------------------------------
  Problem
------------------------------------*/

.problem-card {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
}

.problem-outer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.problem-img {
  width: 100%;
}

@media (max-width: 768px) {
  .problem-img {
    width: 70%;
    margin: 0 auto;
  }
  .problem-card {
    margin-bottom: 2rem;
  }
}

/*----------------------------------
  Point
------------------------------------*/

.point-num {
  border-right: #d4cdbe 1px solid;
  color: #d4cdbe;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}

/*----------------------------------
  Effect
------------------------------------*/

.bg-effect {
  background-image: url("/assets/img/index/effect-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.effect-card {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.effect-card-thumb {
  width: 100%;
  padding-top: calc(1 / 2 * 100%);
  margin: 1.5rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.effect-card-thumb-str {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.effect-card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .effect-card {
    margin-bottom: 2rem;
  }
}

/*----------------------------------
  Price
------------------------------------*/

.price-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.price-circle-item {
  width: 12rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.price-circle-item.grad-tmorange {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.price-circle-item.grad-tmorange .h2 {
  line-height: 1.2;
}

table.simple {
  width: 100%;
  border: none;
  border-top: solid 1px #d4cdbe;
  border-bottom: solid 1px #d4cdbe;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}

table.simple th,
table.simple .data td {
  padding: 0 1.4rem;
  margin: 0;
  color: #2a231b;
  vertical-align: baseline;
  overflow: hidden;
}

table.simple th {
  width: 30%;
  font-weight: bold;
  white-space: nowrap;
}

table.simple .data td {
  border: none;
}

table.simple td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #d4cdbe;
}

@media (max-width: 768px) {
  .price-circle {
    gap: 0.5rem;
  }
  table.simple th {
    width: auto;
  }
}

/*----------------------------------
  Banner
------------------------------------*/

.banner-demomode {
  border-radius: 1.25rem;
  border: 2px solid #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.banner-demomode .h2 small {
  font-size: 1rem;
}

.bunner-img-cursor {
  height: 4rem;
}

.banner-demomode .h2 u {
  text-decoration: none;
  display: inline-block;
}

.banner-demomode.grad-tmorange-t .h2 u {
  border-bottom: #ffffff 1.5px solid;
}

.banner-demomode.bg-white .h2 u {
  border-bottom: #f58d05 1.5px solid;
}

.banner-demomode .h2 b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 1.5em;
  margin-right: -0.25em;
  border-radius: 100%;
  font-style: normal;
}

.banner-demomode .h2 b:last-child {
  margin-right: 0;
}

.banner-demomode.grad-tmorange-t .h2 b {
  background-color: #ffffff;
  color: #f58d05;
}

.banner-demomode.bg-white .h2 b {
  color: #ffffff;
  background-color: #f58d05;
}

.banner-demomode .h2 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  padding: 0 0.25em;
  margin-right: 0.15em;
  width: fit-content;
  font-style: normal;
  background-color: #fce727;
  color: #54462f;
}
