a {
  color: var(--text-color, #212529);
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover,
a:active,
a:visited,
a:focus {
  color: var(--text-color, #212529);
  text-decoration: underline;
  text-decoration-skip: objects;
}
.u-text-hover-in {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, #242422, #242422);
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.u-text-hover-in:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.u-text-hover-in,
.u-text-hover-out:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}
.c-circle-arrow {
  box-sizing: border-box;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: solid 1px #ccc;
  border-radius: 50%;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  flex-shrink: 0;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
a.button {
  color: #fff;
  background: #1473e6;
  border: 1px solid #1473e6;
}
@media (max-width: 1023px) {
  .spnl {
    display: block;
  }
}
section h3 {
  /* font-size: 1.2rem; */
  color: var(--text-color, #212529);
  font-weight: 600;
}

.first-view {
  background-image: url(../img/mv_pc02-1.jpg);
  background-position: center;
  background-size: cover;
}
/* .first-view::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.first-view .inner {
  z-index: 1;
  backdrop-filter: saturate(230%);
  -webkit-backdrop-filter: saturate(230%);
} */
.first-view__inner {
  width: auto;
}
.first-view__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.first-view__body {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 20px;
  margin: 0 auto 20px;
  width: 100%;
}
.first-view__title {
  padding: 0;
  margin: 0 0 10px;
  font-size: 1.1875rem;
  font-weight: 600;
  text-align: center;
}
.first-view__text {
  padding: 0;
  margin: 0;
}
.first-view__button {
  padding: 0.7rem 2rem;
  margin: 0;
  font-size: 1rem;
  width: 80%;
}
@media (min-width: 1024px) {
  .first-view__body {
    width: 700px;
    padding: 40px;
  }
  .first-view .inner {
    width: 900px;
  }
  .first-view__title {
    font-size: 2rem;
  }
  .first-view__button {
    padding: 0.7rem 7rem;
    width: auto;
  }
}

.first-view2 {
  max-width: 96%;
  margin: 0 auto;
  padding: 60px 12px;
}
@media (min-width: 1024px) {
  .first-view2 {
    max-width: 1000px;
  }
}

.media {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 35px 20px;
}
.media:not(:first-child) {
  margin-top: 36px;
}
.media__img-wrapper {
  flex: 0 0 276px;
  text-align: center;
}
.media__img {
  width: 276px;
  min-width: 276px;
  margin: 0;
  border: none;
}
.media__body {
  flex-grow: 1;
  margin: 0;
}
.media__title {
  font-size: 22px;
  font-weight: bold;
  margin: 1rem 0 1.8rem;
}
.media__text {
  margin: 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .media {
    flex-direction: column;
  }
}

.media--wide__img {
  width: 1000px;
  max-width: 100%;
  height: 300px;
  max-height: 300px;
  object-fit: cover;
  margin: 0;
}

.flow {
  display: flex;
  flex-direction: column;
}
.flow__item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  background: #f0f0f0;
  position: relative;
}
.flow__title {
  flex-basis: 100%;
  margin: 20px;
}
.flow__text {
  margin: 0px 20px 20px;
  flex-grow: 1;
}
.flow__item-wrapper:not(:last-child)::after {
  font-family: "Material Icons";
  content: "arrow_drop_down";
  font-size: 3rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc((60px + 1rem) * -0.5);
  line-height: 1rem;
  text-align: center;
  color: #cccccc;
}
@media (min-width: 1024px) {
  .flow__item-wrapper {
    flex-wrap: nowrap;
    gap: 16px;
    height: calc(28px * 3 + 20px * 2);
  }
  .flow__title {
    flex-basis: 20%;
    margin: 20px 20px 20px 40px;
  }
  .flow__text {
    margin: 20px;
  }
}

.cta__title {
  margin: 110px 0 0;
}
.cta__text {
  margin: 30px 0 0;
}
.cta__button-wrapper {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
}
.cta__button {
  display: block;
  margin: 0 auto 3.75rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  max-width: 90%;
  color: var(--submit-color, fff) !important;
}
@media (min-width: 1024px) {
  .cta__button {
    padding: 1rem 9rem;
    font-size: 1.375rem;
    max-width: 500px;
  }
}

.cta--fixed {
  width: 160px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
  padding-bottom: 20px;
  padding-right: 20px;
}
.cta--fixed__button {
  margin: 0;
}
.cta--fixed--visible {
  transform: translate(0, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.example {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 32px;
}
.example__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
.example__img {
  margin: 0;
}
.example__subtitle {
  font-size: 1rem;
  margin: 16px 0 0;
}
.example__title {
  font-size: 1.1875rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .example__item {
    flex: 0 0 472px;
  }
}
.material-symbols-outlined__wrapper {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  position: relative;
  margin-right: 0.6rem;
}
.material-symbols-outlined {
  font-size: 1.1875rem !important;
  line-height: 1.3;
  left: 0;
  position: absolute;
  top: 10%;
  width: 1.1875rem;
  height: 1.1875rem;
}

/* ----------- price page ----------- */
.flex-price {
  align-items: stretch;
}
.grid-price {
  /* display: grid; */
  /* grid-template-areas:
    "item price"
    "detail"
    "item price"
    "detail"
    "item price"
    "detail";
    grid-template-areas:
    "item price"
    "detail"; */
  grid-template-columns: 1fr 7rem;
  grid-template-rows: 2.8rem;
  row-gap: 5px;
  align-content: space-around;
}
.grid-price .grid-price-item-header {
  padding: 0.5rem 0;
  /* grid-area: header; */
}
.grid-price .grid-price-item-header:first-child {
  padding-left: 1rem;
}
.grid-price .grid-price-item-name {
  grid-column: 1 / 2;
  font-weight: 600;
  /* grid-area: name; */
}
.grid-price .grid-price-item-price {
  text-align: right;
  /* grid-area: price; */
  margin-bottom: 1rem;
}
.grid-price .grid-item.grid-price-item-detail {
  grid-column: 1 / 3;
  margin-bottom: 15px;
  font-size: 0.8rem;
  padding-top: 0;
  /* grid-area: detail; */
}
.grid-price-item {
  padding: 0.5rem;
}
.grid-price__subitem {
  margin-left: 1rem;
  font-size: 90%;
  display: none;
}
.grid-price__subitem-price {
  display: none;
}
@media (min-width: 1024px) {
  .grid-price {
    display: grid;
    /* grid-template-areas:
      " header header header"
      " item price comment"
      " item price comment"
      " item price comment"; */
    grid-template-columns: 17rem 12rem 1fr;
    grid-template-rows: 2.8rem;
    row-gap: 20px;
    align-content: space-around;
  }
  .grid-price .grid-price-item-header:nth-child(2) {
    text-align: center;
  }
  .grid-price .grid-price-item-name {
    padding-left: 1rem;
  }
  .grid-price .grid-item.grid-price-item-detail {
    grid-column: 3 / 4;
    margin-bottom: 0;
    font-size: 1rem;
    /* padding-top: 0.5rem; */
  }
  .grid-price .grid-price-item-price {
    padding-right: 2rem;
    margin-bottom: 0;
  }
  .grid-price__subitem {
    display: block;
  }
  .grid-price__subitem-price {
    display: block;
  }
}
@media (max-width: 1023px) {
  .grid-price .grid-price-item-header {
    display: none;
  }
  .grid-item.grid-price-item-detail {
    display: none;
  }
}

.flex-price-example {
  display: flex;
}
.flex-price-example .flex-price-example-item {
  padding: 1rem;
  border-top: 1px solid #c5c5c5;
}
.flex-price-example .flex-price-example-item-item {
  flex-basis: 70%;
}
.flex-price-example .flex-price-example-item-price {
  flex-basis: 30%;
  text-align: right;
}
.flex-price-example .flex-price-example-item-total {
  flex-basis: 100%;
  text-align: right;
}
@media (min-width: 1024px) {
  .flex-price-example .flex-price-example-item-item {
    flex-basis: 60%;
  }
  .flex-price-example .flex-price-example-item-item:first-child {
    flex-basis: 80%;
  }
  .flex-price-example .flex-price-example-item-spacer {
    flex-basis: 20%;
  }
  .flex-price-example .flex-price-example-item-calc {
    flex-basis: 20%;
    /* text-align: right; */
  }
  .flex-price-example .flex-price-example-item-price {
    flex-basis: 20%;
    text-align: right;
  }
  .flex-price-example .flex-price-example-item-total {
    flex-basis: 100%;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .flex-price-example .flex-price-example-item-calc {
    display: none;
  }
}

.download .flex-container {
  flex-wrap: nowrap;
}
.download .flex-container .flex-item:first-child {
  flex-basis: 30%;
  margin: 0 auto;
}
.download .flex-container .flex-item:last-child {
  flex-basis: 70%;
}

/* ----------- spec page ----------- */
.grid-spec-basic {
  /* display: grid; */
  /* grid-template-areas:
    " item price"
    "detail"
    " item price"
    "detail"
    " item price"
    "detail";
    grid-template-areas:
      "header header"
      "item"
      "detail";  */
  /* grid-template-columns: 1fr 0;
  grid-template-rows: 2.8rem;
  row-gap: 5px;
  align-content: space-around; */
}
.grid-spec-basic .grid-spec-basic-item-header {
  padding: 0.5rem 0;
  /* grid-area: header; */
}
.grid-spec-basic .grid-spec-basic-item-header:first-child {
  padding-left: 1rem;
}
.grid-spec-basic .grid-spec-basic-item-name {
  grid-column: 1 / 2;
  font-weight: 600;
  /* grid-area: item; */
}
.grid-spec-basic .grid-item.grid-spec-basic-item-detail {
  grid-column: 1 / 3;
  margin-bottom: 10px;
  font-size: 0.8rem;
  padding-top: 0;
  /* grid-area: detail; */
}
.grid-spec-basic .grid-spec-basic-item {
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .grid-spec-basic {
    display: grid;
    grid-template-areas:
      "header header"
      "item detail";
    grid-template-columns: 25rem 1fr;
    grid-template-rows: 2.8rem;
    row-gap: 20px;
    align-content: space-around;
  }
  .grid-spec-basic .grid-spec-basic-item-name {
    padding-left: 1rem;
  }
  .grid-spec-basic .grid-item.grid-spec-basic-item-detail {
    grid-column: 2 / 3;
    margin-bottom: 0;
    font-size: 1rem;
    /* padding-top: 0.5rem; */
  }
}
@media (max-width: 1023px) {
  .grid-spec-basic .grid-spec-basic-item-header {
    display: none;
  }
}

/* ----------- portfolio page ----------- */
.portfolio__screenshot,
.portfolio__strategy-pages {
  text-align: center;
}
.portfolio__button-wrapper {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
}
.portfolio__button {
  display: block;
  margin: 0 auto 3.75rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  max-width: 90%;
  color: var(--text-color, #212529);
}
@media (min-width: 1024px) {
  .portfolio__button {
    padding: 1rem 9rem;
    font-size: 1.375rem;
    max-width: 300px;
  }
}
.portfolio__button.button-outline {
  color: var(--text-color, #212529);
  border-color: var(--text-color, #212529);
  background: #fff;
}
.portfolio__button.button-outline:hover {
  color: #fff;
  background: var(--text-color, #212529);
  text-decoration: none;
}
.portfolio__img {
  max-width: 600px;
  height: auto;
  max-height: none;
  width: 100%;
}
