main {
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  background: white;
}

.hero {
  width: 100%;
  max-height: 500px;
  background: url("./images/hero_pc.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: white;
  padding-top: 45.75%;
}

.hero h1 {
  font-size: 48px;
  margin: 0;
}

.hero__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}

.cta-button {
  display: inline-block;
  background-color: #d62263;
  color: white !important;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  opacity: 1 !important;
  filter: brightness(110%) !important;
}

.content {
  max-width: 768px;
  margin: 40px auto;
  padding: 1rem;
  /* opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s; */
}

.content h2 {
  font-weight: bold;
  color: white;
  font-size: 40px;
  margin-top: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 20px;
  background-image: linear-gradient(90deg, #1e74be, #00d4ff);
  margin-top: 0;
  text-align: center;
}

.content h2 span {
  display: block;
  max-width: 768px;
  margin: 0 auto;
}

.content h3 {
  font-weight: bold;
  color: #00d4ff;
  font-size: 28px;
  text-align: center;
  line-height: 130%;
}

.content h3.gradient--primary {
  background: #06d3d5 !important;
  background: -moz-linear-gradient(-68deg, #27aedf 30%, #27aedf 80%) !important;
  background: -webkit-linear-gradient(-68deg, #27aedf 30%, #27aedf 80%) !important;
  background: linear-gradient(156deg, #27aedf 30%, #27aedf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.content h4 {
  font-weight: bold;
  font-size: 24px;
}

.content h5 {
  font-weight: bold;
  font-size: 20px;
}

.gradient--secondary {
  background: #06d3d5 !important;
  background: -webkit-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%) !important;
  background: linear-gradient(156deg, #06d3d5 30%, #2a81cb 80%) !important;
  font-weight: bold;
  color: #00d4ff;
  font-size: 28px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.content p {
  line-height: 160%;
}

.content.visible {
  opacity: 1;
  transform: translateY(0);
}

.slick-track {
  height: 100%;
}

.btn--link {
  color: #fff !important;
  background: #06d3d5 !important;
  background: -webkit-linear-gradient(-60deg, #4db2ec, #5188f7) !important;
  background: linear-gradient(-60deg, #4db2ec, #5188f7) !important;
  border-bottom: 4px solid #1d73bd;
}

.btn--link:hover {
  margin-top: 4px;
  color: #000;
  border-bottom: 0px;
  filter: none;
}

.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.balloon3-left {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #ffcc75;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffcc75;
  z-index: 0;
}

.cva > div {
  margin-top: 0 !important;
}

.top__trial_register.ptn-2 .top__trial_register__link--green > span:first-child {
  font-size: 23px;
  letter-spacing: 0.05em;
}

.line-break {
  display: none;
}

.line-break--reverse {
  display: block;
}

.callan_method__cards {
  display: flex;
  align-items: center;
}
.callan_method__card {
  flex-direction: column;
  align-items: center;
}
.callan_method__card h3 {
  color: #333;
  font-size: 24px;
}
.callan_method__cards {
  flex-direction: row;
  width: 952px;
  max-height: 382px;
  justify-content: space-between;
}
.callan_method__card {
  width: 292px;
  height: 382px;
  background-color: #e9e9e9;
  padding: 1.5rem 0;
  border-radius: 0.25rem;
  display: flex;
  justify-content: flex-start;
}
.callan_method__card > span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2459ee;
}
.callan_method__card > h3 {
  margin: 0;
  height: 72px;
}
.callan_method__card > p {
  font-size: 1.125rem;
  max-width: 216px;
  margin-top: 0.5rem;
}
.callan_method__card_triangle {
  background-color: #00f;
  width: 20px;
  height: 40px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.pagelink {
  flex-wrap: wrap;
}
.pagelink li {
  width: 25%;
  border-bottom: 1px solid #c0c0c0;
}
.pagelink li + li {
  border-left: 1px solid #c0c0c0;
}
.pagelink li a {
  display: block;
  padding: 1em;
  text-align: center;
  background: #ececec;
}
.pagelink li a::after {
  content: "";
  top: -0.1em;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 0.25em;
  background-color: #0052af;
  clip-path: polygon(50% 10px, 0% 0%, 12px 0%);
}

.pc_only {
  display: inherit;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 768px) {
  header > div.header__pc__frame > div.header__bar > div > div {
    padding-top: 6px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .content h2 {
    font-size: 32px;
  }

  .content h3 {
    font-size: 22px;
  }

  .content h4 {
    font-size: 20px;
  }

  .content h5 {
    font-size: 18px;
  }

  .line-break {
    display: block;
  }

  .line-break--reverse {
    display: none;
  }

  .sub-title,
  .sub-title span {
    padding: 0;
  }

  .hero {
    width: 100%;
    max-height: none;
    background: url("./images/hero_sp.jpg") no-repeat center center !important;
    background-size: cover !important;
    padding-top: 151%;
  }

  .cta-button {
    display: inline-block;
    background-color: #d62263;
    color: white !important;
    padding: 8px 16px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  .callan_method__card {
    height: auto;
    padding-bottom: 1.5rem;
  }
  .callan_method__cards {
    flex-direction: column;
    width: 100%;
    max-height: initial;
    justify-content: space-between;
  }
  .callan_method__card > h3 {
    height: auto;
  }
  .callan_method__card_triangle {
    transform: rotate(90deg);
  }
  .pagelink li {
    width: 50%;
  }
  .pagelink li:nth-of-type(3) {
    border-left: none;
  }
  .pagelink li a {
    position: relative;
    padding: 0.8em;
    text-align: left;
    font-size: 0.8em;
    letter-spacing: -0.05em;
  }
  .pagelink li a::after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    width: 8px;
    height: 6px;
    margin: 1px 0 0;
    clip-path: polygon(50% 6px, 0% 0%, 8px 0%);
    transform: translateY(-50%);
  }
  .top__trial_register.ptn-2 .top__trial_register__link--green {
    padding: 15px 15px 25px;
  }
  .top__trial_register.ptn-2 .top__trial_register__link--green > span:first-child {
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-size: 18px;
  }
  .pc_only {
    display: none;
  }

  .sp_only {
      display: inherit;
  }
}
