@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

section.fv {
  height: calc(100vh - 5rem);
  height: calc(100lvh - 5rem);
  background: url(../img/top/fv-img.webp) center right no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr clamp(10rem, 87vw, 110rem) 1fr;
  grid-template-rows: 3fr 10rem 2fr;
}
section.fv h1,
section.fv .link-container {
  box-sizing: border-box;
  grid-column: 2/3;
}
section.fv h1 {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  max-width: 93rem;
  margin: auto auto 0;
}
section.fv h1 img {
  display: block;
  width: 100%;
}
section.fv .link-container {
  grid-column: 2/3;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  column-gap: clamp(3rem, 4vw, 5rem);
  row-gap: 2rem;
  margin-bottom: 5rem;
}
section.fv .cert-container {
  grid-row: 2/3;
  grid-column: 2/4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5%;
}
section.fv .cert-container img {
  width: 100%;
  max-width: 10rem;
}
@media screen and (min-width: 651px) {
  section.fv {
    height: calc(100vh - clamp(4rem, 6vw, 6rem));
    height: calc(100lvh - clamp(4rem, 6vw, 6rem));
    grid-template-columns: 1fr clamp(10rem, 87vw, 110rem) 1fr;
    grid-template-rows: 1fr 1fr 15rem;
  }
  section.fv h1 {
    grid-row: 1/3;
    margin-bottom: 5rem;
  }
  section.fv .link-container {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 6rem;
  }
  section.fv .content-container {
    grid-column: 2/3;
    gap: 5rem;
    padding-bottom: clamp(3rem, 7vh, 7rem);
  }
  section.fv .cert-container {
    grid-row: 1/4;
    grid-column: 3/4;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom: 3rem;
  }
  section.fv .cert-container img {
    width: 90%;
    max-width: 27rem;
  }
}
@media screen and (min-width: 2001px) {
  section.fv {
    grid-template-columns: 1fr clamp(10rem, 87vw, 210rem) 1fr;
    grid-template-rows: 1fr 1fr calc(15rem + 10vh);
  }
  section.fv h1 {
    margin: auto;
    width: 60vw;
    max-width: 100rem;
  }
  section.fv .link-container {
    margin-bottom: 10vh;
  }
  section.fv .cert-container {
    padding-bottom: 15vh;
  }
}

section.merits .merits-upper,
section.merits .merits-lower {
  box-sizing: border-box;
  width: 100%;
}
section.merits .merits-upper {
  background-image: url(../img/top/bg-1-sp.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding: 6rem 0 8rem;
  gap: 12rem;
}
section.merits .merits-upper p.text {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 4.8rem);
}
section.merits .check-container {
  gap: 2rem;
  box-sizing: border-box;
  padding: clamp(1.6rem, 4vw, 5rem);
  width: 92%;
  max-width: 100rem;
  background-color: #ffffff;
  border-radius: 4rem;
}
section.merits .check-container li {
  display: flex;
  align-items: center;
  gap: 0.9em;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: bold;
  line-height: 160%;
}
section.merits .check-container li:before {
  content: "";
  display: block;
  width: clamp(4rem, 6vw, 8.8rem);
  aspect-ratio: 1/1;
  background: url(../img/icons/checkmark.svg) center no-repeat;
  background-size: contain;
}
section.merits .merits-lower {
  padding: 0 0 12rem;
  width: 100%;
  background: #f0fcff;
  background: linear-gradient(180deg, #f0fcff 0%, white 35%, #1ccbff 100%);
}
section.merits .catch {
  box-sizing: border-box;
  padding: 3rem 0 6rem;
  width: 100%;
  background-color: #ffffff;
}
section.merits .catch h3 {
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: bold;
  line-height: 300%;
}
section.merits .catch .highlight {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  color: #00b0e5;
  line-height: 50%;
  font-size: clamp(4rem, 7vw, 9.8rem);
}
section.merits .catch .highlight span {
  position: relative;
  z-index: 10;
}
section.merits .catch .highlight:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  background-color: #ffeb00;
  width: 100%;
  height: 0.25em;
}
section.merits .merit-point {
  overflow: hidden;
  border-radius: 6rem;
  margin-top: 7rem;
  box-sizing: border-box;
  width: 92%;
  max-width: 120rem;
  background: #f0fcff;
  background: linear-gradient(180deg, #f0fcff 0%, white 50%, #d0f3fc 100%);
}
section.merits .merit-point .header {
  width: 100%;
  background: #1ccbff;
  background: linear-gradient(135deg, #1ccbff 0%, #02b2e7 50%, #00b0e5 100%);
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  font-weight: bold;
  gap: 1rem;
  padding: 1.2em 0 1em;
}
section.merits .merit-point .header h3 {
  font-size: 1.789em;
  letter-spacing: 0.06em;
  line-height: 100%;
  text-transform: uppercase;
}
section.merits .merit-point .header img {
  width: 6.43em;
}
section.merits .merit-point .body {
  box-sizing: border-box;
  padding: clamp(2.4rem, 4vw, 5rem) clamp(1.6rem, 4vw, 5rem) clamp(3rem, 4vw, 6rem);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
section.merits .merit-point .m-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 34rem;
  max-width: 92%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00b0e5;
  background: linear-gradient(135deg, #00b0e5 0%, #5dbddb 50%, #14c8ff 100%);
}
section.merits .merit-point .m-point .circle {
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
  width: 94%;
  aspect-ratio: 1/1;
  border: 3px solid #ffffff;
}
section.merits .merit-point .m-point p {
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  line-height: 2.217em;
}
section.merits .merit-point .m-point p .text-l {
  font-size: 1.4375em;
}
section.merits .merit-point .m-point p .text-xl {
  font-size: 2em;
}
section.merits .merit-point .m-point p .compressed {
  letter-spacing: -0.03em;
}
section.merits .merit-point .m-point p.compressed-lh {
  line-height: 1.75em;
}
@media screen and (min-width: 1001px) {
  section.merits .merits-upper {
    background-image: url(../img/top/bg-1.webp);
  }
  section.merits .check-container {
    width: 72%;
  }
}

section.gaina {
  padding: clamp(6rem, 10vw, 11rem) 0 clamp(12rem, 20vw, 25rem);
  color: #ffffff;
  background-color: #07040b;
  background-image: url(../img/top/sp/gaina-bg.webp);
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
section.gaina .content-container {
  gap: clamp(10rem, 10vw, 14rem);
  width: 92%;
  max-width: 110rem;
}
section.gaina h3 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 135%;
  width: 100%;
  max-width: 89rem;
}
section.gaina p {
  line-height: 175%;
  width: 90%;
  max-width: 73rem;
}
section.gaina .intro {
  gap: 3rem;
}
section.gaina .contents {
  gap: clamp(4rem, 7vw, 7.5rem);
}
section.gaina .contents p {
  max-width: 66rem;
}
section.gaina .contents img {
  width: 85%;
  max-width: 57.5rem;
}
@media screen and (min-width: 1001px) {
  section.gaina {
    background-image: url(../img/top/large/gaina-bg.webp);
  }
}

section.point {
  position: relative;
  overflow: hidden;
  background: #d3f6ff;
  background: radial-gradient(circle, #d3f6ff 0%, #64d8ff 100%);
  gap: clamp(2rem, 5vw, 6rem);
  padding: 9rem 0 clamp(10rem, 16vw, 16rem);
}
section.point .highlight-title {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.8rem, 3vw, 3.8rem);
  gap: 0.2em;
}
section.point .highlight-title span {
  width: fit-content;
  padding: 0 0.4rem 0.157em;
  display: inline-block;
  color: #00b0e5;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffeb00 50%, #ffeb00 100%);
}
section.point .point-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
}
section.point .outline-title,
section.point .content-container {
  position: relative;
  z-index: 10;
  width: 92%;
}
section.point .outline-title {
  max-width: 91.2rem;
}
section.point .outline-title img {
  width: 100%;
}
section.point .content-container {
  max-width: 120rem;
  gap: clamp(4rem, 5vw, 6rem);
}
section.point .content-card {
  position: relative;
  box-sizing: border-box;
  padding: 5rem 4rem;
  width: 100%;
}
section.point .content-inner {
  position: relative;
  z-index: 10;
  align-items: center;
  gap: 5rem;
}
section.point .content-inner .img-container,
section.point .content-inner .text-container {
  flex: 1;
}
section.point .content-inner .img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.point .content-inner .img-container img {
  display: block;
}
section.point .content-inner .img-container img.logo {
  width: 80%;
  max-width: 34rem;
}
section.point .content-inner .img-container img.img {
  width: 100%;
  border-radius: 2rem;
}
section.point .content-inner .text-container {
  gap: clamp(3rem, 4vw, 5rem);
}
section.point .content-inner .text-container p {
  max-width: 43.1rem;
  line-height: 175%;
  color: #333333;
}
section.point .metal-bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(1% 0%, 99% 0%, 100% 1%, 100% 99%, 99% 100%, 1% 100%, 0 99%, 0% 1%);
  border: 1rem solid #a3a3a3;
  background-color: #f0fcff;
}
@media screen and (min-width: 1001px) {
  section.point .metal-bg {
    clip-path: polygon(1% 0%, 99% 0%, 100% 2%, 100% 98%, 99% 100%, 1% 100%, 0 98%, 0% 2%);
  }
}
section.point .nail {
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 10;
  background: #a3a3a3;
  background: radial-gradient(circle, #a3a3a3 0%, #838383 100%);
}
section.point .nail.nail-1 {
  top: 1.5rem;
  left: 1.5rem;
}
section.point .nail.nail-2 {
  top: 1.5rem;
  right: 1.5rem;
}
section.point .nail.nail-3 {
  bottom: 1.5rem;
  left: 1.5rem;
}
section.point .nail.nail-4 {
  bottom: 1.5rem;
  right: 1.5rem;
}
@media screen and (min-width: 1001px) {
  section.point .content-inner .img-container img.img {
    margin-right: auto;
    max-width: 53.6rem;
  }
}

section.certificates {
  padding: clamp(12rem, 12vw, 18rem) 0 clamp(16rem, 16vw, 16rem);
  background: #ffffff;
  background: linear-gradient(225deg, white 0%, #5dbddb 80%, #00b9f2 100%);
}
section.certificates .content-container {
  overflow: hidden;
  border-radius: 4rem;
  width: 92%;
  max-width: 142rem;
}
section.certificates .content-header {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffc400;
  padding: clamp(4rem, 6vw, 8rem) 1em;
}
section.certificates .content-header p {
  color: #0a1be0;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 200%;
  font-size: clamp(2rem, 4vw, 5rem);
}
section.certificates .content-header .highlight {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.4em;
  padding: 0 0.3em;
  line-height: 90%;
}
section.certificates .content-header .highlight span {
  position: relative;
  z-index: 10;
}
section.certificates .content-header .highlight:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #ffeb00;
  border-radius: 50%;
  width: 100%;
  height: 0.5em;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
section.certificates .content-body {
  gap: clamp(5rem, 8vw, 8rem);
  box-sizing: border-box;
  width: 100%;
  padding: clamp(6rem, 10vw, 10rem) 2em clamp(8rem, 10vw, 13rem);
  background-color: #ffffff;
}
section.certificates .content-body img,
section.certificates .content-body p {
  width: 100%;
  max-width: 110rem;
}
section.certificates .content-body p {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 175%;
}

section.cta {
  box-sizing: border-box;
  padding: clamp(12rem, 10vw, 17rem) 2em;
  background-color: #101ebe;
  gap: 6rem;
}
section.cta a.a-btn {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  padding: 0.75em 1.145em;
}
section.cta p.bar-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1em;
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  line-height: 120%;
  color: #ffffff;
}
section.cta p.bar-text:before, section.cta p.bar-text:after {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 1.4em;
  width: 0.2rem;
  border-radius: 1em;
  transform-origin: center;
}
section.cta p.bar-text:before {
  transform: rotate(-30deg);
}
section.cta p.bar-text:after {
  transform: rotate(30deg);
}

section.contact {
  background-color: #f0fcff;
  gap: clamp(10rem, 10vw, 14rem);
  padding-bottom: clamp(24rem, 24vw, 40rem);
}
section.contact .contact-header {
  background-color: #1ccbff;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(4rem, 7vw, 7rem) 1em;
}
section.contact .contact-header h2 {
  font-size: clamp(3.2rem, 5vw, 6.8rem);
  text-transform: uppercase;
}
.contact-container {
  width: 92%;
  max-width: 110rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #333333;
  margin: 0 auto;
}
.contact-container .input-row {
  flex-direction: column;
}
.contact-container .wpcf7-list-item {
  margin-left: 0;
}
.contact-container h3 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  margin-bottom: 0.5em;
}
.contact-container .title,
.contact-container .options,
.contact-container .privacy,
.contact-container .btn-container,
.contact-container .check-container,
.contact-container .toggle-container,
.contact-container .content-group,
.contact-container .toggle-inner,
.contact-container .toggle-cb,
.contact-container .content-row,
.contact-container .required-contents {
  box-sizing: border-box;
  width: 100%;
}
.contact-container .required-contents {
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 5vw, 6rem);
}
.contact-container .required-contents input {
  box-sizing: border-box;
  height: 6rem;
  width: 100%;
  font-size: 1.8rem;
  padding: 1em;
}
.contact-container .wpcf7-list-item {
  height: 4rem;
}
.contact-container .wpcf7-list-item .wpcf7-list-item-label {
  height: 4rem;
  display: flex;
  align-items: center;
}
.contact-container .content-block,
.contact-container .short-item,
.contact-container .med-item p,
.contact-container .wpcf7-checkbox {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(2rem, 5vw, 6rem);
  row-gap: 2rem;
}
.contact-container .short-item {
  column-gap: 1rem;
}
.contact-container .short-item input[type=text] {
  width: 20rem;
  max-width: 80rem;
}
.contact-container .med-item {
  column-gap: 1rem;
}
.contact-container .med-item input[type=text] {
  width: 40rem;
  max-width: 80vw;
}
.contact-container .content-row {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
.contact-container .content-row .title {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contact-container .content-row .required {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e59b26;
  color: #ffffff;
  font-size: 2rem;
  line-height: 100%;
  padding: 0.4em 0.5em;
  border-radius: 0.2em;
}
.contact-container .content-row h4 {
  color: #333333;
  font-size: 2rem;
}
.contact-container .options {
  margin-top: clamp(6rem, 10vw, 10rem);
}
.contact-container .check-container p,
.contact-container .toggle-container .toggle-cb {
  padding: 4rem 2rem;
  border-bottom: 1px solid #b1bbbe;
}
.contact-container .check-container .content-group,
.contact-container .toggle-container .content-group {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 3rem);
}
.contact-container .check-container h4,
.contact-container .toggle-container h4 {
  font-size: 2.4rem;
}
.contact-container .check-container .toggle-inner,
.contact-container .toggle-container .toggle-inner {
  display: none;
  flex-direction: column;
  gap: clamp(4rem, 5vw, 6rem);
  padding: 4rem 2rem;
}
.contact-container .check-container.active-container .toggle-cb,
.contact-container .toggle-container.active-container .toggle-cb {
  background-color: #d8f6ff;
}
.contact-container .check-container.active-container .toggle-inner,
.contact-container .toggle-container.active-container .toggle-inner {
  display: flex;
  border-bottom: 1px solid #b1bbbe;
}
.contact-container .privacy {
  display: flex;
  flex-direction: column;
  color: #707070;
  font-size: 1.5rem;
  line-height: 180%;
  gap: 1em;
  margin-bottom: 4em;
}
.contact-container .btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-container .grecaptcha-disclaimer {
  color: #707070;
  font-size: 1.4rem;
  text-align: center;
}
.contact-container .grecaptcha-disclaimer a {
  color: #e59b26;
}
@media screen and (min-width: 1001px) {
  .contact-container .input-row {
    flex-direction: row;
    align-items: center;
  }
  .contact-container .input-row p {
    flex: 1;
  }
  .contact-container .input-row p.label {
    flex: unset;
    width: fit-content;
  }
}

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