*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 1440px;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  font-size: 0.69444vw;
  font-size: clamp(6px, 0.69444vw, 10px);
}
@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.9765vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.30208vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.7361vw;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #008080;
  word-break: break-all;
}
@media (max-width: 576px) {
  body {
    font-size: 1.8rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.2;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  padding: 0;
  border: 0;
  background: transparent;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
[role=button] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1440px;
  padding: 0 5rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .container {
    padding: 0 1.5rem;
  }
}

.text-gradient {
  background: linear-gradient(90deg, #093028 0%, #237A57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-40 {
  font-size: 4rem;
}

.text-38 {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .text-38 {
    font-size: 24px;
  }
}

.text-34 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .text-34 {
    font-size: 28px;
  }
}

.text-30 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .text-30 {
    font-size: 24px;
  }
}

.text-30-sp {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .text-30-sp {
    font-size: 20px;
  }
}

.text-28 {
  font-size: 2.8rem;
}

.text-24 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .text-24 {
    font-size: 20px;
  }
}

.text-20 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .text-20 {
    font-size: 20px;
  }
}

.text-18 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .text-18 {
    font-size: 18px;
  }
}

.text-white {
  color: white;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.text-18-sp {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .text-18-sp {
    font-size: 15px;
  }
}

.flex {
  display: flex;
}

.item-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/* kv */
.kv {
  position: relative;
}
.kv__inner {
  background: linear-gradient(to left, rgba(81, 221, 219, 0.65) 0%, rgba(0, 195, 194, 0.65) 100%);
  padding: 5.8rem 5.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 10rem);
  border-radius: 50px 0 0 0;
}
@media (max-width: 768px) {
  .kv__inner {
    padding: 7.5rem 2rem 3rem 2rem;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
  }
}
.kv__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 58rem;
  height: 52rem;
  top: 6rem;
  right: 15%;
  z-index: -1;
}
.kv__content {
  position: relative;
  width: 49%;
}
@media (max-width: 768px) {
  .kv__content {
    width: 100%;
  }
}
.kv__copy {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1%;
}
@media (max-width: 768px) {
  .kv__copy p {
    font-size: 18px !important;
  }
}
.kv__mark {
  width: 180px;
  height: auto;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .kv__mark {
    width: 150px;
  }
}
.kv__brand {
  max-width: 57rem;
  width: 100%;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  padding: 2rem 3rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .kv__brand {
    margin-top: 36px;
    height: 75px;
  }
}
.kv__brand img {
  width: 100%;
  height: auto;
}
.kv__visual {
  width: 49%;
}
@media (max-width: 768px) {
  .kv__visual {
    width: 100%;
  }
}
.kv__desc {
  color: #003D3D;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1%;
  font-weight: 500;
}
.kv__desc span {
  font-weight: 700;
}
.kv__laptop {
  max-width: 59rem;
  margin-bottom: 3rem;
}
.kv__laptop img {
  width: 100%;
  height: auto;
}
.kv__cta {
  width: 100%;
  max-width: 46rem;
  background: #FFE44B;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #008080;
  padding: 1rem;
  box-shadow: inset 0 -0.6rem 0 #DEAF04;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1%;
  text-shadow: 1px 1px 0 #fff;
  margin: 2.5rem auto 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kv__cta p {
  margin-bottom: 0.8rem;
}
.kv__cta-bold {
  font-weight: 700;
}
.kv__cta:hover {
  transform: translateY(4px);
  box-shadow: unset;
}
.kv__cta:hover .kv__arrow {
  transform: translateX(5px) rotate(-45deg);
}
.kv__arrow {
  width: 1.5rem;
  height: 1.5rem;
  border-right: 0.4rem solid #008080;
  border-bottom: 0.4rem solid #008080;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

/* feature-strip */
.feature-strip {
  padding: 25px 0;
}
.feature-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .feature-strip__inner {
    padding: 2rem;
    gap: 4rem;
  }
}
.feature-strip__item {
  width: 400px;
  height: 125px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(108, 206, 206, 0.08) 0%, rgba(0, 217, 245, 0.07) 100%);
  box-shadow: 0.1rem 0.3rem 0.78rem 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.2rem 2rem;
  transform: rotate(-6.59deg);
}
.feature-strip__item > * {
  transform: rotate(6.59deg);
}
.feature-strip__item h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .feature-strip__item h2 {
    font-size: 30px;
  }
}
.feature-strip__item p {
  font-size: 16px;
  font-weight: 700;
}
.feature-strip__item p span {
  font-size: 14px;
}

/* risk-panel */
.risk-panel {
  position: relative;
  padding: 5rem 1rem;
}
.risk-panel__inner {
  position: relative;
  border-radius: 50px;
  padding: 5rem 5rem 8rem;
  background: linear-gradient(to right, rgba(108, 206, 206, 0.8), rgba(0, 217, 245, 0.7));
}
@media (max-width: 768px) {
  .risk-panel__inner {
    padding: 5rem 2rem 8rem;
  }
}
.risk-panel__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6.1rem;
  width: 37%;
  height: 6.11rem;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(108, 206, 206, 0.8), rgba(0, 217, 245, 0.7));
  background-size: 270.2702702703% 100%;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.risk-panel__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #002020;
}
@media (max-width: 768px) {
  .risk-panel__title {
    font-size: 18px;
  }
}
.risk-panel__term {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .risk-panel__term {
    font-size: 30px;
  }
}
.risk-panel__term-char {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.08em;
  color: #003d3d;
  z-index: 0;
}
.risk-panel__term-char::before {
  content: "";
  position: absolute;
  width: 1.08em;
  height: 1.08em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
.risk-panel__issues {
  position: relative;
  display: grid;
  padding: 2rem 0 4.8rem;
}
@media (max-width: 768px) {
  .risk-panel__issues {
    padding: 4rem 0 2.8rem;
    gap: 4rem;
  }
}
.risk-panel__issue {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  .risk-panel__issue {
    gap: 1.5rem;
    align-items: flex-end;
  }
}
.risk-panel__issue.reverse {
  justify-content: flex-end;
  margin-top: -5rem;
  gap: 0;
}
@media (max-width: 1024px) {
  .risk-panel__issue.reverse {
    margin-top: -2rem;
  }
}
@media (max-width: 768px) {
  .risk-panel__issue.reverse {
    margin-top: 0;
  }
}
.risk-panel__issue.reverse .risk-panel__bubble::before {
  border-left: none;
  left: unset;
  right: 10%;
  border-right: 1.5px solid #008080;
  transform: rotate(-30deg);
}
@media (max-width: 768px) {
  .risk-panel__issue.reverse .risk-panel__bubble::before {
    right: 20%;
  }
}
.risk-panel__issue.reverse .risk-panel__bubble::after {
  left: unset;
  right: -0.4rem;
}
.risk-panel__issue.reverse .risk-panel__issue-visual {
  margin-left: 6rem;
}
@media (max-width: 1024px) {
  .risk-panel__issue.reverse .risk-panel__issue-visual {
    margin-left: 2rem;
  }
}
@media (max-width: 768px) {
  .risk-panel__issue.reverse .risk-panel__issue-visual {
    margin-left: 0;
  }
}
.risk-panel__issue:nth-of-type(3) {
  margin-top: -5rem;
}
@media (max-width: 1024px) {
  .risk-panel__issue:nth-of-type(3) {
    margin-top: -2rem;
  }
}
@media (max-width: 768px) {
  .risk-panel__issue:nth-of-type(3) {
    margin-top: 0;
  }
}
.risk-panel__issue-visual {
  width: 22%;
  height: auto;
}
.risk-panel__issue-visual img {
  width: 100%;
}
@media (max-width: 1024px) {
  .risk-panel__issue-visual {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .risk-panel__issue-visual {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .risk-panel__issue-visual {
    width: auto;
    height: 100px;
  }
}
.risk-panel__bubble {
  position: relative;
  max-width: 60rem;
  width: 100%;
  background: #fff;
  border-radius: 49px;
  padding: 18px 4.8rem;
  color: #008080;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  word-wrap: normal;
}
@media (max-width: 768px) {
  .risk-panel__bubble {
    font-size: 16px;
    padding: 18px 3rem;
  }
}
.risk-panel__bubble::after {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 0;
  bottom: 0;
  max-width: 60rem;
  width: 100%;
  border: 1px solid #008080;
  border-radius: 70px;
  clip-path: inset(5px 0 0 0 round 18% 31% 33% 33%/18% 10% 10% 13%);
}
@media (max-width: 768px) {
  .risk-panel__bubble::after {
    border-radius: 999px;
  }
}
.risk-panel__bubble::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -22px;
  width: 14px;
  height: 20px;
  border-left: 1.5px solid #008080;
  transform: rotate(30deg);
}
@media (max-width: 768px) {
  .risk-panel__bubble::before {
    left: 20%;
    width: 18px;
    height: 26px;
    bottom: -14px;
  }
}
.risk-panel__bubble span {
  color: #003D3D;
}
.risk-panel__result {
  max-width: 100rem;
  width: 100%;
  margin: 2rem auto 6rem;
  background: #fff;
  border: 0.2rem solid #ffe44b;
  border-radius: 20px;
  padding: 2.8rem 3rem;
  text-align: center;
  color: #003d3d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1%;
}
@media (max-width: 768px) {
  .risk-panel__result {
    padding: 3rem 1.2rem;
  }
}
.risk-panel__footer-text {
  text-align: center;
  color: #003d3d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1%;
}
@media (max-width: 768px) {
  .risk-panel__footer-text {
    font-size: 16px;
  }
}
.risk-panel__footer-text span {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .risk-panel__footer-text .highlight {
    line-height: 1.2;
    margin: 1rem 0;
  }
}
.risk-panel__closing {
  padding: 11rem 0 0;
  color: #002020;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 768px) {
  .risk-panel__closing {
    font-size: 20px;
  }
}
.risk-panel__closing img {
  width: 24.4rem;
  height: auto;
  margin-right: 1.1rem;
}
.risk-panel__closing span {
  color: #008080;
}
.risk-panel__closing-logo {
  color: #002020 !important;
}

/* asset-mechanism */
.asset-mechanism {
  padding: 7rem 0 5rem 0;
}
.asset-mechanism__title {
  text-align: center;
  color: #003d3d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .asset-mechanism__title {
    font-size: 18px;
    letter-spacing: -0.1rem;
  }
}
.asset-mechanism__title-focus {
  display: inline-flex;
  gap: 0.04em;
  font-size: 3rem;
  color: #008080;
}
@media (max-width: 768px) {
  .asset-mechanism__title-focus {
    font-size: 24px;
  }
}
.asset-mechanism__title-focus > span {
  position: relative;
  display: inline-block;
}
.asset-mechanism__title-focus > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1rem;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #ffe44b;
}
.asset-mechanism__title-sub {
  color: #003d3d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .asset-mechanism__title-sub {
    font-size: 18px;
  }
}
.asset-mechanism__title-sub em {
  font-style: normal;
  color: #008080;
}
.asset-mechanism__title-sub img {
  width: auto;
  height: 3.6rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .asset-mechanism__title-sub img {
    height: 30px;
  }
}
.asset-mechanism__list {
  margin-top: 114px;
  display: grid;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .asset-mechanism__list {
    margin-top: 30px;
  }
}
.asset-mechanism__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .asset-mechanism__item {
    flex-direction: column;
    justify-content: center;
  }
}
.asset-mechanism__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .asset-mechanism__item--reverse {
    flex-direction: column;
  }
}
.asset-mechanism__visual {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 130, 129, 0.3);
  border-radius: 0 0 20px 0;
  padding: 20px;
}
@media (max-width: 768px) {
  .asset-mechanism__visual {
    width: 100%;
  }
}
.asset-mechanism__visual img {
  width: 100%;
  height: auto;
}
.asset-mechanism__content {
  width: 48%;
}
@media (max-width: 768px) {
  .asset-mechanism__content {
    width: 100%;
    margin-top: 3rem;
  }
}
.asset-mechanism__description {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .asset-mechanism__description {
    gap: 1rem;
  }
}
.asset-mechanism__step {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1rem;
  line-height: 1;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}
.asset-mechanism__step-label {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #6ccece 0%, #00d9f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  word-break: normal;
  font-style: normal;
}
.asset-mechanism__step-number {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #6ccece 0%, #00d9f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  word-break: normal;
}
.asset-mechanism__item-title {
  color: #003d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .asset-mechanism__item-title {
    font-size: 18px;
  }
}
.asset-mechanism__text {
  margin-top: 1.4rem;
  color: #003d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1%;
  padding-right: 6rem;
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .asset-mechanism__text {
    padding-right: 0;
    padding-left: 0;
    margin-top: 3rem;
  }
}

/* feature-details */
.feature-details {
  padding: 5rem 0 10rem;
}
.feature-details__title {
  text-align: center;
  color: #003D3D;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .feature-details__title {
    font-size: 18px;
  }
}
.feature-details__title .focus {
  color: #008080;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .feature-details__title .focus {
    font-size: 24px;
  }
}
.feature-details__title .exclamation_mark {
  color: #FFE44B;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 900;
}
@media (max-width: 768px) {
  .feature-details__title .exclamation_mark {
    font-size: 32px;
  }
}
.feature-details__list {
  margin-top: 3.2rem;
  display: grid;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .feature-details__list {
    gap: 2rem;
  }
}
.feature-details__item {
  position: relative;
  padding-right: 28%;
}
@media (max-width: 768px) {
  .feature-details__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-details__item-head {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 2.1rem;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .feature-details__item-head {
    align-items: center;
  }
}
.feature-details__body {
  min-height: 28rem;
  border-radius: 50px 0 0;
  background: linear-gradient(90deg, rgba(108, 206, 206, 0.8) 0%, rgba(0, 217, 245, 0.7) 100%);
  padding: 3.7rem 8rem 3.7rem 3.3rem;
}
@media (max-width: 768px) {
  .feature-details__body {
    padding: 35px 20px 20px;
  }
}
.feature-details__meta {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .feature-details__meta {
    font-size: 50px;
  }
}
.feature-details__meta span {
  display: block;
  font-size: 14px;
  margin-bottom: 0.1rem;
  letter-spacing: 1%;
}
.feature-details__item-title {
  color: #002020;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .feature-details__item-title {
    font-size: 20px;
    margin-bottom: 0.2rem;
  }
}
.feature-details__item-title span {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .feature-details__item-title span {
    font-size: 24px;
  }
}
.feature-details__text {
  margin-top: 2.4rem;
  color: #003d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1%;
  padding-left: 8rem;
}
@media (max-width: 768px) {
  .feature-details__text {
    padding-left: 0;
  }
}
.feature-details__visual {
  position: absolute;
  right: 0;
  top: 2.4rem;
  width: 33%;
  border-radius: 0 0 50px 0;
}
@media (max-width: 768px) {
  .feature-details__visual {
    position: unset;
    width: 100%;
  }
}
.feature-details__visual img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .feature-details__visual img {
    width: 110%;
  }
}

/* use-case */
.use-case {
  padding: 5rem 0;
}
.use-case__eyebrow {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #093028 0%, #237A57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.2;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .use-case__eyebrow {
    font-size: 100px;
  }
}
.use-case__title {
  margin-top: -3.2rem;
  text-align: center;
  color: #008080;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .use-case__title {
    font-size: 18px;
    margin-top: -30px;
  }
}
.use-case__intro {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 3.5rem;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .use-case__intro {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.use-case__intro-content {
  max-width: 62rem;
}
.use-case__intro-visual {
  max-width: 50rem;
  width: 100%;
  height: 30rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.use-case__intro-visual img {
  width: 100%;
}
@media (max-width: 576px) {
  .use-case__intro-visual {
    max-width: unset;
  }
}
.use-case__company {
  color: #002020;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .use-case__company {
    font-size: 15px;
  }
}
.use-case__quote {
  margin-top: 1.4rem;
  color: #003d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.use-case__quote span {
  color: #008080;
}
@media (max-width: 768px) {
  .use-case__quote {
    font-size: 18px;
  }
}
.use-case__issue {
  margin-top: 2.5rem;
  border-radius: 30px;
  background: rgba(0, 130, 129, 0.3);
  border: 0.2rem solid #ffe44b;
  padding: 2.4rem 3rem;
}
.use-case__issue-title {
  color: #003d3d;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.use-case__issue-text {
  margin-top: 1rem;
  color: #003d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.use-case__solution {
  margin-top: 3rem;
  border-radius: 40px;
  background: linear-gradient(90deg, rgba(108, 206, 206, 0.8) 0%, rgba(0, 217, 245, 0.7) 100%);
  padding: 4rem 10rem;
}
@media (max-width: 768px) {
  .use-case__solution {
    padding: 4rem 5px;
  }
}
.use-case__solution-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 4rem;
  color: #002020;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 4%;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .use-case__solution-title {
    font-size: 18px;
  }
}
.use-case__solution-title img {
  width: auto;
  height: 3.8rem;
}
@media (max-width: 768px) {
  .use-case__solution-title img {
    height: 30px;
  }
}
.use-case__solution-title::before, .use-case__solution-title::after {
  content: "";
  width: 2.6rem;
  height: 0.3rem;
  border-radius: 999rem;
  background: #ffe44b;
}
.use-case__solution-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.use-case__solution-title::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.use-case__steps {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width: 768px) {
  .use-case__steps {
    grid-template-columns: 1fr auto;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .use-case__steps {
    grid-template-columns: 1fr;
  }
}
.use-case__step-card {
  min-height: 30rem;
  border-radius: 10px;
  border: 0.2rem solid #ffe44b;
  background: #fff;
  padding: 36px 22px 22px;
}
@media (max-width: 768px) {
  .use-case__step-card {
    padding: 36.5px 20px 20px;
    width: 280px;
    height: 300px;
    margin: 0 auto;
  }
}
.use-case__step-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.use-case__step-card h4 {
  margin-top: 1.1rem;
  color: #008080;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0 0.4rem 1.4rem 0.4rem;
  border-bottom: 2px solid rgba(0, 128, 128, 0.3);
}
.use-case__step-card p {
  margin-top: 12px;
  color: #003d3d;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  font-weight: 400;
}
.use-case__step-card p span {
  color: #008080;
  font-weight: 700;
}
.use-case__step-icon {
  width: auto;
  height: 66px;
}
.use-case__step-arrow {
  width: 0;
  height: 0;
  border-top: 4.5rem solid transparent;
  border-bottom: 4.5rem solid transparent;
  border-left: 3rem solid #fff;
}
@media (max-width: 768px) {
  .use-case__step-arrow {
    border-top: 3rem solid #fff;
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
    border-bottom: 0;
    margin: 0 auto;
  }
}
.use-case__result {
  margin-top: 2rem;
  border-radius: 10px;
  border: 0.2rem solid #ffe44b;
  background: #fff;
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .use-case__result {
    align-items: flex-start;
  }
}
.use-case__result p {
  color: #003d3d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.use-case__result p span {
  font-size: 2.4rem;
}
.use-case__result-badge {
  flex: 0 0 auto;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background: #ffe44b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #003d3d;
  font-size: 18px;
  font-weight: 700;
}
.use-case__other-label {
  margin-top: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.3rem;
  border-radius: 17px;
  color: #008080;
  font-size: 16px;
  font-weight: 700;
  background-color: white;
}
.use-case__other-list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .use-case__other-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.use-case__other-card {
  border-radius: 2rem;
  background: #fff;
  border: 0.3rem solid #008080;
  overflow: hidden;
  padding: 1rem 1.1rem;
  min-height: 38rem;
}
.use-case__other-card h4 {
  color: #008080;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .use-case__other-card h4 {
    font-size: 16px;
  }
}
.use-case__other-card p {
  color: #003d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .use-case__other-card p {
    font-size: 15px;
  }
}
.use-case__other-thumb {
  position: relative;
}
.use-case__other-thumb img {
  width: 100%;
  height: auto;
  border-radius: 2rem 2rem 0 0;
  object-fit: cover;
  display: block;
}
.use-case__other-thumb span {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: 0.2rem solid #ffe44b;
  color: #008080;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.use-case__other-thumb span em {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
}

/* effect-sim */
.effect-sim {
  position: relative;
  padding: 7rem 0 6rem;
}
.effect-sim__logo {
  width: 47rem;
  height: auto;
  margin: 0 auto;
}
.effect-sim__title {
  margin-top: 1.2rem;
  color: #003d3d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 2%;
  text-align: center;
}
@media (max-width: 768px) {
  .effect-sim__title {
    font-size: 18px;
  }
}
.effect-sim__title span {
  color: #008080;
}
.effect-sim__lead {
  width: 100%;
  margin: 0.8rem auto 1.6rem auto;
  display: inline-block;
  color: #003d3d;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 2%;
  text-align: center;
}
.effect-sim__lead span {
  color: #008080;
}
.effect-sim__lead .underline {
  color: #003d3d;
  background: linear-gradient(transparent 70%, #ffe44b 70%);
}
.effect-sim__note {
  color: #003d3d;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  letter-spacing: 1%;
  font-weight: 400;
}
.effect-sim__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 768px) {
  .effect-sim__cards {
    grid-template-columns: auto;
  }
}
.effect-sim__card {
  border: 0.2rem solid #ffe44b;
  border-radius: 1rem;
  background: #fff;
  padding: 2.4rem 1.8rem 2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .effect-sim__card {
    padding: 3rem 2rem 2rem;
  }
}
.effect-sim__card h3 {
  margin-top: 2rem;
  color: #008080;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.effect-sim__card ul {
  margin-top: 1rem;
  border-radius: 2rem;
  background: rgba(0, 130, 129, 0.3);
  padding: 2rem 2.4rem;
}
.effect-sim__card li {
  position: relative;
  padding-left: 12px;
  color: #003d3d;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}
.effect-sim__card li + li {
  margin-top: 0.8rem;
}
.effect-sim__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  background: #003d3d;
  margin-top: 0.6rem;
}
.effect-sim__icon {
  width: auto;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.effect-sim__compare {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
}
.effect-sim__compare p {
  color: #003d3d;
  font-size: 16px;
  font-weight: 700;
}
.effect-sim__compare .after p,
.effect-sim__compare .after strong > span {
  background: linear-gradient(90deg, rgba(108, 206, 206, 0.8) 0%, rgba(0, 217, 245, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.effect-sim__compare strong {
  color: #003d3d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.effect-sim__compare strong span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .effect-sim__compare strong span {
    font-size: 40px;
  }
}
.effect-sim__arrow {
  width: 14px;
  height: 36px;
  background: linear-gradient(90deg, rgba(108, 206, 206, 0.8) 0%, rgba(0, 217, 245, 0.7) 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.effect-sim__caption {
  margin-top: 0.8rem;
  text-align: right;
  color: #003d3d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2%;
}
.effect-sim__footnote {
  margin-top: 0.8rem;
  text-align: right;
  color: #003d3d;
  font-size: 14px;
}
@media (max-width: 768px) {
  .effect-sim__footnote {
    text-align: left;
  }
}

/* asset-steps */
.asset-steps {
  position: relative;
  padding: 5rem 0;
}
.asset-steps::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70rem;
  background-image: url(../images/bg_assets.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .asset-steps::after {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.asset-steps__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 62rem;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .asset-steps__header {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.asset-steps__intro {
  max-width: 42rem;
}
@media (max-width: 768px) {
  .asset-steps__intro {
    max-width: 100%;
  }
}
.asset-steps__intro h2 {
  color: #003d3d;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.asset-steps__intro h2 span {
  color: #008080;
  font-size: 4rem;
}
.asset-steps__intro p {
  margin-top: 2rem;
  color: #003d3d;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1%;
  word-break: auto-phrase;
}
.asset-steps__intro p span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .asset-steps__intro p {
    font-size: 15px;
  }
}
.asset-steps__support {
  border-radius: 3rem;
  border: 0.2rem solid #ffe44b;
  background: #fff;
  box-shadow: 5px 6px 12px 0 rgba(0, 0, 0, 0.25);
  padding: 4.9rem 4.7rem;
}
@media (max-width: 768px) {
  .asset-steps__support {
    padding: 3.5rem 2.5rem;
  }
}
.asset-steps__support p {
  position: relative;
  padding-left: 4.6rem;
  color: #003d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .asset-steps__support p {
    font-size: 16px;
  }
}
.asset-steps__support p + p {
  margin-top: 1.8rem;
}
.asset-steps__support p::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.5rem;
  width: 2.8rem;
  height: 1.6rem;
  border-left: 0.4rem solid #ffe44b;
  border-bottom: 0.4rem solid #ffe44b;
  transform: rotate(-45deg);
}
.asset-steps__step {
  position: sticky;
  top: calc(8rem + var(--stack-offset, 0rem));
  z-index: var(--stack-index, 3);
  transform-origin: top center;
}
.asset-steps__step:nth-of-type(1) {
  --stack-index: 1;
  --stack-offset: 0rem;
}
.asset-steps__step:nth-of-type(2) {
  --stack-index: 2;
  --stack-offset: 2.4rem;
}
.asset-steps__step:nth-of-type(2) .asset-steps__step-head,
.asset-steps__step:nth-of-type(2) .asset-steps__step-body {
  background: linear-gradient(to left, rgb(31, 162, 255) 0%, rgb(18, 216, 250) 100%);
}
@media (max-width: 576px) {
  .asset-steps__step:nth-of-type(2) .asset-steps__step-body .asset-steps__visual img {
    width: auto;
    height: 150px;
  }
}
.asset-steps__step:nth-of-type(3) {
  --stack-index: 3;
  --stack-offset: 4.8rem;
  margin-bottom: 0;
}
.asset-steps__step:nth-of-type(3) .asset-steps__step-head,
.asset-steps__step:nth-of-type(3) .asset-steps__step-body {
  background: linear-gradient(to left, rgb(33, 147, 176) 0%, rgb(109, 213, 237) 100%);
}
.asset-steps__step:nth-of-type(3) .asset-steps__step-body .asset-steps__visual img {
  width: auto;
  height: 20rem;
}
@media (max-width: 576px) {
  .asset-steps__step:nth-of-type(3) .asset-steps__step-body .asset-steps__visual img {
    width: auto;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .asset-steps__step:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.asset-steps__step-title {
  padding-left: 2rem;
  color: #003d3d;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0.5px 0.5px 0 white;
}
@media (max-width: 768px) {
  .asset-steps__step-title {
    font-size: 18px;
  }
}
.asset-steps__step-title span {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .asset-steps__step-title span {
    font-size: 24px;
  }
}
.asset-steps__step-title.sp-only {
  padding: 2rem;
}
.asset-steps__step-head {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, rgb(81, 221, 219) 0%, rgb(0, 195, 194) 100%);
}
.asset-steps__label {
  width: 21rem;
  height: 9rem;
  background: #fff;
  color: #008080;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  margin-top: -1px;
  --r: clamp(18px, 2.2vw, 32px);
  clip-path: shape(from 0 0, hline to 100%, arc by calc(-1 * var(--r)) var(--r) of var(--r), vline to calc(100% - var(--r)), arc by calc(-1 * var(--r)) var(--r) of var(--r) cw, hline to 0, close);
  padding-right: 1.5rem;
}
.asset-steps__step-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  padding: 5rem;
  border-radius: 5rem 0 0 0;
  background: linear-gradient(to left, rgb(81, 221, 219) 0%, rgb(0, 195, 194) 100%);
}
@media (max-width: 768px) {
  .asset-steps__step-body {
    flex-direction: column;
    padding: 4rem 1rem;
    gap: 3rem;
  }
}
.asset-steps__visual {
  position: relative;
  max-width: 34rem;
  width: 100%;
  background-color: white;
  height: 22rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 576px) {
  .asset-steps__visual {
    max-width: 100%;
    height: 210px;
  }
}
.asset-steps__visual::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  bottom: -1.2rem;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_mask.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.asset-steps__visual img {
  width: auto;
  height: 18rem;
  z-index: 2;
  max-width: unset;
}
@media (max-width: 768px) {
  .asset-steps__visual img {
    width: auto;
    height: 120px;
  }
}
.asset-steps__content {
  max-width: 47rem;
  width: 100%;
}
@media (max-width: 576px) {
  .asset-steps__content {
    max-width: 100%;
  }
}
.asset-steps__content p {
  color: #003d3d;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 1%;
}
.asset-steps__result {
  margin-top: 5rem;
  border-radius: 2rem;
  border: 0.1rem solid #ffe44b;
  background: #fff;
  padding: 1.4rem 2.1rem;
}
.asset-steps__result-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  padding: 2px 10px;
  height: 2.8rem;
  border-radius: 1.1rem;
  background: #ffe44b;
  color: #008080;
  font-size: 14px;
  font-weight: 700;
}
.asset-steps__result p {
  margin-top: 0.8rem;
  color: #003d3d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.asset-steps__result p span {
  color: #008080;
}
.asset-steps__result p .highlight {
  color: #003d3d !important;
}

/* flow */
.flow {
  padding: 4.5rem 0;
  background-color: rgba(108, 206, 206, 0.2);
  border-radius: 50px 50px 0 0;
}
.flow__eyebrow {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #093028 0%, #237A57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .flow__eyebrow {
    font-size: 100px;
  }
}
.flow__title {
  margin-top: -3.2rem;
  text-align: center;
  color: #008080;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flow__title {
    font-size: 18px;
    margin-top: -28px;
  }
}
.flow__lead {
  margin-top: 3.2rem;
  text-align: center;
  color: #003d3d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 8%;
}
.flow__lead span {
  letter-spacing: 23%;
  font-size: 35px;
}
.flow__panel {
  position: relative;
  margin-top: 3rem;
  position: relative;
  border-radius: 50px;
  padding: 10.4rem 10rem;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .flow__panel {
    padding: 3rem 2.4rem;
  }
}
.flow__side-word {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-family: "Oswald", sans-serif;
  font-size: 180px;
  line-height: 1;
  letter-spacing: 3%;
  color: rgba(0, 128, 128, 0.05);
  pointer-events: none;
  white-space: nowrap;
}
.flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 5rem;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .flow__item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.flow__item:nth-of-type(1) .flow__step-icon {
  width: 8.5rem;
}
@media (max-width: 768px) {
  .flow__item:nth-of-type(1) .flow__step-icon {
    width: 60px;
  }
}
.flow__item:nth-of-type(4) .flow__step-icon {
  width: 6rem;
}
@media (max-width: 768px) {
  .flow__item:nth-of-type(4) .flow__step-icon {
    width: 45px;
  }
}
.flow__item:nth-of-type(4)::after {
  content: none;
}
.flow__item:nth-of-type(4) .flow__text {
  border-bottom: 1px solid rgba(0, 130, 129, 0.3);
}
@media (max-width: 768px) {
  .flow__item:nth-of-type(4) .flow__text {
    border-bottom: none;
  }
}
.flow__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4.5rem;
  transform: translateY(50%);
  width: 30px;
  height: 20px;
  background-color: #008080;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (max-width: 768px) {
  .flow__item::after {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .flow__step {
    margin-top: 2rem;
  }
}
.flow__step-title {
  color: #008080;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .flow__step-title {
    text-align: center;
  }
}
.flow__step-icon {
  margin-top: 1rem;
  width: 6.9rem;
  height: auto;
}
@media (max-width: 768px) {
  .flow__step-icon {
    width: 56px;
  }
}
.flow__text {
  color: #003d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding: 5rem 0;
  letter-spacing: 1%;
  border-top: 1px solid rgba(0, 130, 129, 0.3);
}
@media (max-width: 768px) {
  .flow__text {
    padding: 0 0 6rem 0;
    border-top: none;
  }
}

/* faq */
.faq {
  padding: 4.5rem 0;
}
.faq__header {
  text-align: center;
  margin-bottom: 5rem;
}
.faq__eyebrow {
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #093028 0%, #237A57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .faq__eyebrow {
    font-size: 100px;
  }
}
.faq__title {
  margin-top: -3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #008080;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 18px;
    margin-top: -30px;
  }
}
.faq__category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 3rem;
  margin-bottom: 8.2rem;
}
@media (max-width: 768px) {
  .faq__category-nav {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.faq__category-link {
  border: 0;
  background: transparent;
  color: #008080;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 768px) {
  .faq__category-link {
    font-size: 14px;
  }
}
.faq__category-link.is-active {
  opacity: 1;
}
.faq__category-link:not(.is-active) {
  opacity: 0.85;
}
.faq__category-link-icon {
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #008080;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.faq__category-link-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #008080;
  border-bottom: 0.2rem solid #008080;
  transform: translate(-50%, -62%) rotate(45deg);
}
.faq__category {
  margin-bottom: 5rem;
}
.faq__category-trigger {
  border: 0;
  border-radius: 25px;
  padding: 1rem 3rem;
  background: #008080;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .faq__category-trigger {
    font-size: 16px;
  }
}
.faq__category-icon {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.faq__category-icon::before, .faq__category-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 0.2rem;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.faq__category-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__category-body {
  border-top: 0.1rem solid rgba(0, 130, 129, 0.3);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.faq__item {
  padding: 2.4rem 4.1rem 2.4rem 4.8rem;
  border-bottom: 0.1rem solid rgba(0, 130, 129, 0.3);
}
@media (max-width: 768px) {
  .faq__item {
    padding: 2.4rem 1rem;
  }
}
.faq__item.is-open .faq__icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}
.faq__category.is-open .faq__category-icon::before {
  opacity: 0;
}
.faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 4rem;
  cursor: pointer;
  text-align: left;
}
.faq__label {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #008080;
}
.faq__label--answer {
  color: #FFE44B;
  margin-right: 4rem;
}
.faq__text {
  font-size: 16px;
  font-weight: 500;
  color: #003D3D;
  line-height: 1.5;
}
.faq__icon {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 0.2rem;
  background: #008080;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.faq__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  padding-right: 4.1rem;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.faq__answer__text {
  font-size: 16px;
  line-height: 1.5;
  color: #002020;
  font-weight: 400;
}

/* contact-form */
.contact-form {
  padding: 4.5rem 0 10rem;
}
.contact-form__promo {
  background: #008080;
  padding: 2.5rem 3.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-form__promo {
    padding: 3.3rem 1rem;
  }
}
.contact-form__promo-title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .contact-form__promo-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.contact-form__promo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media (max-width: 576px) {
  .contact-form__promo-row {
    flex-direction: column;
  }
}
.contact-form__promo-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media (max-width: 768px) {
  .contact-form__promo-text {
    text-align: center;
  }
}
.contact-form__promo-text .dot {
  color: #fff;
  position: relative;
}
.contact-form__promo-text .dot em {
  position: relative;
  font-style: normal;
}
.contact-form__promo-text .dot em::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: #ffe44b;
  border-radius: 50%;
}
.contact-form__promo-cta {
  position: relative;
  width: min(65rem, 100%);
  min-height: 9.6rem;
  border-radius: 45px;
  background: #ffe44b;
  color: #008080;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 6.6rem;
  font-size: 16px;
  font-weight: 500;
  box-shadow: inset 0 -0.6rem 0 #dcb108;
  line-height: 1;
  text-align: center;
  text-shadow: 0.5px 0.5px 0 #fff;
  letter-spacing: 1%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .contact-form__promo-cta {
    padding-left: 3.6rem;
  }
}
.contact-form__promo-cta-label {
  word-wrap: normal;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.contact-form__promo-cta-label span {
  line-height: 1;
}
.contact-form__promo-cta::after {
  content: "";
  position: absolute;
  right: 5.2rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 0.4rem solid #008080;
  border-bottom: 0.4rem solid #008080;
  transition: transform 0.3s ease, right 0.3s ease;
}
.contact-form__promo-cta:hover {
  transform: translateY(4px);
  box-shadow: unset;
}
.contact-form__promo-cta:hover::after {
  right: 4.4rem;
}
.contact-form__promo-caption {
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: regular;
  line-height: 1.5;
  letter-spacing: 1%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-form__promo-caption {
    font-size: 13px;
  }
}
.contact-form__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contact-form__eyebrow {
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  line-height: 1.2;
  font-weight: 700;
  background: linear-gradient(90deg, #093028 0%, #237A57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .contact-form__eyebrow {
    font-size: 100px;
  }
}
.contact-form__title {
  margin-top: -4rem;
  color: #008080;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact-form__title {
    font-size: 18px;
    margin-top: -40px;
  }
}
.contact-form__lead {
  margin-top: 3.6rem;
  color: #003D3D;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.5%;
}
.contact-form__lead .number {
  font-size: 4.5rem;
  color: #008080;
}
.contact-form__border {
  position: relative;
}
.contact-form__border::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #FFE44B;
  z-index: -1;
}
.contact-form__sub {
  margin-top: 2rem;
  color: #003d3d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1%;
}
.contact-form__panel {
  border-radius: 50px;
  padding: 9.1rem 5rem;
  width: 100%;
  background: linear-gradient(to right, rgba(108, 206, 206, 0.8) 0%, rgba(0, 217, 245, 0.7) 100%);
}
@media (max-width: 768px) {
  .contact-form__panel {
    padding: 6rem 1.5rem 7rem;
  }
}
.contact-form__row {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 1.6rem;
  align-items: start;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto 25px auto;
}
@media (max-width: 768px) {
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0 auto 1.5rem auto;
  }
}
.contact-form__label {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  column-gap: 1rem;
  row-gap: 0.2rem;
  color: #003d3d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6rem;
  padding-top: 1.5rem;
  white-space: nowrap;
}
.contact-form__label small {
  display: block;
  grid-column: 1;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-form__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
  }
}
.contact-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.8rem;
  min-width: 5rem;
  padding: 2px 11px;
  border-radius: 20px;
  background: #FFFFFF;
  color: #008080;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  margin-left: 0;
}
.contact-form__badge.is-required {
  background: #FF0000;
  color: white;
}
.contact-form__field {
  width: 100%;
  border: 0;
  border-radius: 40px;
  min-height: 5rem;
  padding: 1.7rem 3.5rem;
  background: rgba(255, 255, 255, 0.8);
  color: #003d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 2px 4px 7px 0 rgba(0, 128, 128, 0.2);
}
.contact-form__field::placeholder {
  color: #CBCBCB;
}
.contact-form__field--checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 2rem;
}
@media (max-width: 576px) {
  .contact-form__field--checks {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.contact-form__field--checks label {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #008080;
}
.contact-form__field--checks input[type=checkbox],
.contact-form__field--checks input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #008080;
  background: #fff;
  display: inline-grid;
  place-content: center;
  margin: 0;
  accent-color: #008080;
  border-radius: 5px;
}
.contact-form__field--checks input[type=checkbox]::before,
.contact-form__field--checks input[type=radio]::before {
  content: "";
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
}
.contact-form__field--checks input[type=checkbox] {
  border-radius: 5px;
}
.contact-form__field--checks input[type=checkbox]::before {
  width: 5.5px;
  height: 8.5px;
  border-right: 1px solid #008080;
  border-bottom: 1px solid #008080;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  margin-bottom: 4px;
}
.contact-form__field--checks input[type=checkbox]:checked::before {
  transform: rotate(45deg) scale(1);
}
.contact-form__field--checks input[type=radio] {
  border-radius: 50%;
}
.contact-form__field--checks input[type=radio]::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #008080;
}
.contact-form__field--checks input[type=radio]:checked::before {
  transform: scale(1);
}
.contact-form__field--textarea {
  border-radius: 24px;
  min-height: 13rem;
  resize: vertical;
}
.contact-form__agree {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 16px;
  font-weight: 400;
  color: #008080;
}
.contact-form__agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #008080;
  border-radius: 5px;
  background: #fff;
  display: inline-grid;
  place-content: center;
  margin: 0;
}
.contact-form__agree input[type=checkbox]::before {
  content: "";
  width: 5.5px;
  height: 8.5px;
  border-right: 1px solid #008080;
  border-bottom: 1px solid #008080;
  transform: scale(0);
  transform-origin: center;
  rotate: 45deg;
  transition: transform 0.15s ease-in-out;
  margin-bottom: 4px;
}
.contact-form__agree input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact-form__policy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.contact-form__submit {
  margin: 3rem auto 0;
  width: min(52rem, 100%);
  min-height: 9.5rem;
  border: 0;
  border-radius: 45px;
  background: #FFE44B;
  color: #008080;
  font-size: 16px;
  font-weight: 700;
  box-shadow: inset 0 -0.6rem 0 #DEAF04, 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 0 3.3rem;
  text-shadow: 0.5px 0.5px 0 #fff;
  letter-spacing: 1%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-form__submit::after {
  content: "";
  position: absolute;
  right: 7.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-right: 0.4rem solid #008080;
  border-bottom: 0.4rem solid #008080;
  transition: transform 0.3s ease, right 0.3s ease;
}
.contact-form__submit:hover {
  transform: translateY(4px);
  box-shadow: unset;
}
.contact-form__submit:hover::after {
  right: 6.9rem;
}
@media (max-width: 768px) {
  .contact-form__submit {
    height: 8.5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.header-inner {
  position: relative;
  overflow: visible;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to left, rgba(81, 221, 219, 0.65) 0%, rgba(0, 195, 194, 0.65) 100%);
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  padding-left: 0;
}
.header-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 0;
}
@media (max-width: 768px) {
  .header-inner {
    background: white;
  }
}
.header-inner > * {
  position: relative;
  z-index: 1;
}
.header.is-scrolled .header-inner::before {
  transform: scaleX(1);
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 24rem;
  width: 100%;
  background-color: white;
  height: 8rem;
  padding-right: 4.5rem;
  padding-left: 1rem;
  flex-shrink: 1;
  --r: clamp(18px, 2.2vw, 32px);
  clip-path: shape(from 0 0, hline to 100%, arc by calc(-1 * var(--r)) var(--r) of var(--r), vline to calc(100% - var(--r)), arc by calc(-1 * var(--r)) var(--r) of var(--r) cw, hline to 0, close);
}
@media (max-width: 768px) {
  .header__logo {
    max-width: unset;
    height: 50px;
    padding-right: 3.5rem;
    padding-left: 1.5rem;
  }
}
.header__logo img {
  width: 20.2rem;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 143.5px;
    height: 35px;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-shrink: 0;
  padding-right: 7.1rem;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .header__actions {
    padding-right: 0;
  }
}
.header__contact {
  width: 15rem;
  height: 3.733rem;
  border-radius: 18px;
  background: #FFE44B;
  color: #0a6670;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 3px 1.8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__menu {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 6.1px 1px rgba(0, 0, 0, 0.25);
}
.header__menu span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 0.2rem;
  background: #008080;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header__menu span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 1rem));
}
.header__menu span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.header__menu span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 1rem));
}
.header__menu.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu.is-open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .header__menu {
    z-index: 1002;
  }
}
.header__dropdown {
  position: absolute;
  top: 0;
  right: 7rem;
  width: min(74rem, 100vw - 8rem);
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 4.2rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.8rem);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}
@media (max-width: 768px) {
  .header__dropdown {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    padding: 120px 10px 100px;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.97);
    transform: translateY(-0.6rem);
    z-index: 1001;
  }
}
.header__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__dropdown-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  z-index: 2;
}
.header__dropdown-close::before, .header__dropdown-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 0.2rem;
  background: #008080;
  border-radius: 2px;
  transform-origin: center;
}
.header__dropdown-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__dropdown-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .header__dropdown-close {
    top: 2.4rem;
    right: 2.4rem;
    width: 3rem;
    height: 3rem;
  }
}
.header__dropdown-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.6rem 4.8rem;
}
.header__dropdown-list a {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 16px;
  font-weight: 700;
  color: #003D3D;
  transition: opacity 0.2s ease;
  letter-spacing: 5%;
}
.header__dropdown-list a .header__dropdown-arrow {
  width: 7px;
  height: 7px;
  border-right: 0.2rem solid #008080;
  border-bottom: 0.2rem solid #008080;
  transform: rotate(-45deg);
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.header__dropdown-list a:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .header__dropdown-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 39px;
    row-gap: 33px;
    padding: 0 10px;
    word-break: normal;
  }
}
.header__dropdown-trial {
  display: none;
}
@media (max-width: 768px) {
  .header__dropdown-trial {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 35px auto 15px auto;
    width: 355px;
    width: 100%;
    height: 85px;
    border-radius: 45px;
    background: #FFE44B;
    color: #008080;
    padding: 1rem 6.7rem 1rem 3.6rem;
    box-shadow: inset 0 -0.6rem 0 #DEAF04;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 1%;
    text-shadow: 1px 1px 0 #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
  }
}
@media sm and (max-width: 768px) {
  .header__dropdown-trial {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header__dropdown-trial::after {
    content: "";
    position: absolute;
    right: 36px;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 4px solid #008080;
    border-bottom: 4px solid #008080;
    transition: transform 0.3s ease;
  }
  .header__dropdown-trial:hover {
    transform: translateY(4px);
    box-shadow: unset;
  }
  .header__dropdown-trial:hover::after {
    transform: translate(5px, -50%) rotate(-45deg);
  }
  .header__dropdown-trial-label {
    display: inline-block;
    align-items: baseline;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .header__dropdown-trial-num {
    font-size: 30px;
    font-weight: 500;
  }
  .header__dropdown-trial-unit, .header__dropdown-trial-em {
    font-size: 20px;
    font-weight: 700;
  }
}
.header__dropdown-brand {
  display: none;
}
@media (max-width: 768px) {
  .header__dropdown-brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__dropdown-brand img {
    max-width: 35rem;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .header__dropdown-brand img {
    max-width: unset;
  }
}

body {
  padding-top: 8rem;
}

.footer {
  position: relative;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr;
  gap: 6.4rem;
  align-items: start;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .footer__top {
    display: flex;
    flex-direction: column;
  }
}
.footer .text-basic {
  color: #008080;
}
.footer__logo {
  display: inline-block;
  width: 100%;
  margin-top: 1.2rem;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2rem;
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .footer__nav {
    width: 100%;
    order: 1;
  }
}
.footer__nav a {
  color: #003D3D;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer__nav a {
    padding-left: 5rem;
  }
}
.footer__visual {
  position: relative;
  justify-self: end;
  max-width: 44rem;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__visual {
    margin: 0 auto;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .footer__brand {
    order: 2;
  }
}
.footer__to-top {
  position: absolute;
  right: 3.2rem;
  bottom: 32%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #008080;
  border: 3px solid #FFE44B;
  color: #fff;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 3px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 2s ease, transform 2s ease, visibility 2s ease;
}
.footer__to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.footer__to-top span {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.footer__to-top img {
  width: 35px;
  height: auto;
}
.footer__bottom {
  background: linear-gradient(90deg, #093028 0%, #237a57 100%);
  color: #fff;
  padding: 3.8rem 0;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 46px 1.5rem 4.6rem;
  }
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: end;
}
@media (max-width: 768px) {
  .footer__bottom-inner {
    flex-direction: column;
  }
}
.footer__company {
  width: 100%;
  display: grid;
  gap: 0.8rem;
}
.footer__company-title {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}
.footer__company div {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer__company div {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.footer__company dt,
.footer__company dd,
.footer__company a {
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}
.footer__company dt {
  min-width: 10rem;
  opacity: 0.9;
  font-weight: bold;
}
.footer__meta {
  width: 100%;
  text-align: right;
  display: grid;
  gap: 1.2rem;
}
.footer__meta a {
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: 100%;
}
.footer__meta small {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

/* trial-cta */
.trial-cta {
  position: relative;
  padding: 3.5rem 0;
  background: #008080;
}
.trial-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.trial-cta__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 12rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32.8rem;
  height: 26.8rem;
}
.trial-cta__lead {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .trial-cta__lead {
    font-size: 16px;
  }
}
.trial-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: 2rem;
  width: min(65rem, 100%);
  min-height: 9.6rem;
  border-radius: 45px;
  background: #ffe44b;
  color: #008080;
  padding: 1.2rem 6.2rem 1.2rem 2rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0.5px 0.5px 0 #fff;
  box-shadow: inset 0 -0.6rem 0 #dcb108, 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .trial-cta__button {
    margin-top: 26px;
  }
}
.trial-cta__button-label {
  line-height: 1.6;
  margin-bottom: 1.2rem;
  word-wrap: normal;
}
.trial-cta__button-label span {
  line-height: 1;
}
.trial-cta__button::after {
  content: "";
  position: absolute;
  right: 6.8rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 0.4rem solid #008080;
  border-bottom: 0.4rem solid #008080;
  transition: transform 0.3s ease, right 0.3s ease;
}
.trial-cta__button:hover {
  transform: translateY(4px);
  box-shadow: unset;
}
.trial-cta__button:hover::after {
  right: 6rem;
}
.trial-cta__caption {
  position: relative;
  z-index: 1;
  margin-top: 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 1%;
  text-align: center;
}

.highlight {
  display: inline-block;
  background: linear-gradient(transparent 70%, #FFE44B 70%);
}

.underline-reveal {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 100%;
  opacity: 0.7;
  transition: background-size 2s ease, opacity 2s ease;
}
.underline-reveal.is-visible {
  background-size: 100% 100%;
  opacity: 1;
}

@keyframes underlineReveal {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

/*# sourceMappingURL=style.css.map */
