@charset 'utf-8';

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fafafa;
  color: var(--color-text);
}

#wrap {
  position: relative;
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
  max-width: 1248px;
  padding: 0 24px;
}

br.m-only {
  display: none;
}

.fl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  padding: 0.2rem 1.2rem;
  padding-right: 4.6rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  font-weight: 800;
  letter-spacing: normal;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 15px 0px rgba(92, 102, 99, 0.25);
  z-index: 9999;
}

.fl-btn_cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-secondary);
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
}

.fl-btn_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.2rem;
  width: 3.6rem;
  height: 3.6rem;
  background-color: var(--color-secondary);
  border-radius: 0.6rem;
  transition: 0.4s;
}

.fl-btn_ico svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media (hover: hover) and (pointer: fine) {
  .fl-btn:hover .fl-btn_ico {
    width: calc(100% - 0.4rem);
  }
}

.title-wrap {
  position: relative;
  padding-top: 12rem;
  background: linear-gradient(176deg, #1ABC9C -4.44%, #05F 201.72%);
  overflow: hidden;
}

.title-wrap_pattern {
  position: absolute;
}

.title-wrap_pattern.lg {
  top: -27%;
  left: calc(50% - 128rem);
  will-change: transform;
}

.title-wrap_pattern.md {
  top: 30%;
  right: calc(50% - 100rem);
  will-change: transform;
}

.title-wrap::after,
.form-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/coupin-pattern.webp) repeat;
  opacity: 0.04;
}

.title {
  text-align: center;
  color: #FFF;
  text-shadow: 0px 2px 10px #1F8489;
  letter-spacing: -1px;
}

.title img {
  width: 30%;
  max-width: 184px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.title span {
  display: block;
  font-size: 5.2rem;
  font-weight: 300;
}

.title h1 {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.3rem;
  word-break: keep-all;
}

.tag-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.tag-wrap .tag {
  display: block;
  padding: 1.4rem 2.4rem;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 2rem;
  white-space: nowrap;
}

.tag-wrap .tag~.tag {
  margin-left: 2.4rem;
}

.mockup {
  position: relative;
  z-index: 2;
  contain: layout style;
}

.mockup img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  min-width: 530px;
}

@keyframes wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
    will-change: transform;
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
    will-change: auto;
  }
}

.waves {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.waves .wave-wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

.waves .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waves .wave1 {
  background-image: url(../images/wave03.webp);
  background-size: 70% 240px;
  animation: wave 100s linear infinite;
}

.waves .wave2 {
  background-image: url(../images/wave02.webp);
  background-size: 80% 200px;
  animation: wave 60s linear infinite;
}

.waves .wave3 {
  background-image: url(../images/wave01.webp);
  background-size: 90% 160px;
  animation: wave 30s linear infinite;
}

.desc-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20rem;
}

.desc {
  flex: 1 1 0%;
  text-align: center;
  letter-spacing: -0.05px;
}

.desc img {
  max-width: 200px;
  min-width: 120px;
  width: 30%;
  margin: 0 auto;
}

.desc b {
  display: block;
  margin-top: 4.8rem;
  font-size: 2.8rem;
  font-weight: 700;
}

.desc p {
  display: block;
  margin-top: 2.4rem;
  font-size: 1.8rem;
  color: var(--color-text-gray);
  line-height: 150%;
}

.slide-wrap {
  position: relative;
  margin-top: 16rem;
  padding-top: 16rem;
  text-align: center;
}

.slide-wrap::before {
  content: "";
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, rgba(26, 188, 156, 0.00) 0%, rgba(26, 188, 156, 0.50) 40%, rgba(0, 85, 255, 0.50) 59.5%, rgba(0, 85, 255, 0.00) 99.99%);
  /* background: linear-gradient(90deg, rgba(170, 170, 170, 0.00) 0%, #AAA 50.5%, rgba(170, 170, 170, 0.00) 99.99%); */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

.sub-title {
  flex-shrink: 0;
  margin-right: 3.2rem;
}

.sub-title svg {
  margin-bottom: 1.8rem;
}

.sub-title h2 {
  display: block;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.sub-title h2 b {
  color: var(--color-primary);
}

.sub-title p {
  display: block;
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: -0.4px;
  color: var(--color-text-gray);
  word-break: keep-all;
}

.slide-box {
  margin-top: 7.2rem;
}

.swiper {
  width: 100%;
}

.slide-box .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s;
}

.slide-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.slide-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-title {
  position: relative;
  width: 100%;
  height: 180px;
  max-width: 920px;
  padding: 0 2.4rem;
  left: 50%;
  transform: translatex(-50%);
  top: -3rem;
  z-index: 1;
}

.slide-title dl {
  position: relative;
  height: 100%;
}

.slide-title dl div {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translatey(5rem);
  transition: 0.6s;
}

.slide-title dl div.active {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}

.slide-title_num {
  color: var(--color-primary);
  text-align: center;
  font-family: Montserrat;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.slide-title h3 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.slide-title dd {
  margin-top: 2rem;
  padding: 0 5.6rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  word-break: keep-all;
  opacity: 0;
  transition: 0.6s 0.2s;
}

.slide-title dl div.active dd {
  opacity: 1;
}

.slide-title .swiper-button-next:after,
.slide-title .swiper-button-prev:after {
  display: none;
}

.slide-title .swiper-button-next,
.slide-title .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.slide-title .swiper-button-next.swiper-button-disabled,
.slide-title .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slide-title .swiper-button-next svg,
.slide-title .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.slide-title .swiper-button-next {
  right: 2.4rem;
}

.slide-title .swiper-button-prev {
  left: 2.4rem;
}

.merit-wrap {
  margin-top: 30rem;
  text-align: center;
  background: url(../images/bg-merit.webp) right -8.8rem bottom -10rem no-repeat;
  background-color: #F1FBF9;
  padding: 12rem 0;
}

.merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8rem;
  margin-right: -2.4rem;
}

.merit-box {
  display: block;
  text-align: left;
  flex: 1 1 340px;
  max-width: 378px;
  height: 22rem;
  margin-top: 2.4rem;
  margin-right: 2.4rem;
  padding: 3.2rem 2.8rem 1.2rem 2.8rem;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(44, 55, 53, 0.10);
  background: url(../images/ico-merit01.webp) right 2rem bottom 1.6rem no-repeat;
  background-color: #fff;
}

.merit-box:nth-child(2) {
  background-image: url(../images/ico-merit02.webp);
}

.merit-box:nth-child(3) {
  background-image: url(../images/ico-merit03.webp);
}

.merit-box:nth-child(4) {
  background-image: url(../images/ico-merit04.webp);
}

.merit-box:nth-child(5) {
  background-image: url(../images/ico-merit05.webp);
}

.merit-box dt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.merit-box dd {
  display: block;
  margin-top: 1.2rem;
  color: var(--color-text-gray);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.rsn-wrap {
  margin-top: 30rem;
}

.rsn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rsn-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.6rem;
}

.rsn-box {
  width: calc((100% - 32px) / 2);
  text-align: center;
  margin-top: 6.4rem;
}

.rsn-box:nth-child(2n) {
  margin-left: 3.2rem;
}

.rsn-box img {
  margin: 0 auto;
}

.rsn-box dt {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.rsn-box dd {
  display: block;
  margin-top: 2.4rem;
  color: var(--color-text-gray);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.form-wrap {
  position: relative;
  margin-top: 24rem;
  padding-top: 18rem;
  padding-bottom: 30rem;
  background: linear-gradient(357deg, #1ABC9C -4.44%, #05F 201.72%);
}

@keyframes loading {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.9);
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.8);
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.loading-box {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 55, 53, 0.60);
  z-index: 99999;
  user-select: none;
}

.loading-box img {
  animation: loading 2s ease-in-out infinite both;
}

.loading-box.active {
  display: flex;
}

.form-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 10px #1F8489;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.8px;
  word-break: keep-all;
}

.form-wrap form {
  position: relative;
  z-index: 2;
}

.form-wrap .form-group {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.form-wrap .form-group>div {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}

.form-wrap .form-group>div~div {
  margin-left: 3.2rem;
}

.form-wrap .input-box {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}

.form-wrap .input-box.txtarea {
  flex-grow: 1;
}

.form-wrap .input-box.txtarea textarea {
  flex-grow: 1;
}

.form-wrap label {
  display: block;
  margin-bottom: 1.2rem;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: -0.3px;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="number"],
.form-wrap textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.10);
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.3px;
}

.chk-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.2rem;
}

.chk-box {
  display: flex;
  align-items: center;
}

.chk-box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  background-color: rgba(255, 255, 255, 0.10);
  border-radius: 3px;
  margin-right: 0.8rem;
  transition: background-color 0.3s;
}

.chk-box input[type="checkbox"]:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%231abc9c' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  border: 0;
}

.chk-box label {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.chk-group p {
  display: block;
  margin-top: 0.8rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
}

.form-wrap .captcha {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.form-wrap form button {
  position: relative;
  display: block;
  min-width: 20rem;
  height: 44px;
  margin: 0 auto;
  margin-top: 3.2rem;
  padding: 0 2.4rem;
  border: 1px solid #FFF;
  border-radius: 999px;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: -0.4px;
  z-index: 2;
  transition: 0.3s;
}

.form-wrap form button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.form-wrap form button:active {
  transform: scale(0.9);
}

footer {
  padding: 4.8rem 0;
}

.footer_desc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.footer_link {
  display: inline-block;
  margin-top: 1.2rem;
  color: var(--color-secondary);
  transition: color 0.2s;
}

.footer_link:hover {
  color: var(--color-primary);
}

.cmp-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  white-space: nowrap;
}

.cmp-info>div {
  display: flex;
}

.cmp-info dt {
  margin-top: 0.4rem;
  margin-right: 1.2rem;
  color: #868686;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -0.3px;
}

.cmp-info dd {
  margin-top: 0.4rem;
  margin-right: 2.4rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -0.3px;
}

.copy {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -0.3px;
}

.footer_desc ul {
  display: flex;
  margin-top: 4.8rem;
}

.footer_desc ul li~li {
  margin-left: 0.8rem;
}

.footer_desc ul li {
  transition: 0.3s;
}

.footer_desc ul li:hover {
  transform: translatey(-0.5rem);
}

/* privacy */

.privacy-wrap {
  margin: 6rem 0;
  line-height: 160%;
}
.main-link {
  width: 10rem;
  margin-bottom: 8px;
}
.privacy-wrap h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  font-weight: 800;
}
.privacy-wrap h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.4rem;
}
.privacy-wrap h3 ~ *:not(h3) {
  margin-bottom: 0.4rem;
}
.privacy-wrap ol ol,
.privacy-wrap ol ul,
.privacy-wrap ul ol,
.privacy-wrap ul ul {
  margin-left: 0.8rem;
}
.privacy-wrap li {
  margin-top: 0.2rem;
}
.privacy-wrap table {
  margin-top: 0.8rem;
}
.privacy-wrap table, td, th, tr {
  border: 1px solid #ddd;
}
.privacy-wrap table thead th {
  background-color: #eaeaea;
  text-align: left;
  white-space: nowrap;
}
.privacy-wrap table tr th,
.privacy-wrap table tr td {
  padding: 0.4rem 1.2rem;
}


@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }

  .waves .wave1 {
    background-size: 170% 160px;
    animation: wave 50s linear infinite;
  }

  .waves .wave2 {
    background-size: 180% 120px;
    animation: wave 30s linear infinite;
  }

  .waves .wave3 {
    background-size: 190% 100px;
    animation: wave 10s linear infinite;
  }

  .desc-wrap {
    flex-direction: column;
  }

  .desc~.desc {
    margin-top: 6.4rem;
  }

  .desc p,
  .rsn-box dd {
    font-size: 2rem;
  }

  .rsn-title {
    flex-direction: column;
  }

  .sub-title {
    margin-right: 0;
    margin-bottom: 3.2rem;
    text-align: center;
  }

  .sub-title svg {
    margin-left: auto;
    margin-right: auto;
  }

  .rsn-list {
    flex-direction: column;
  }

  .rsn-box {
    width: 100%;
  }

  .rsn-box:nth-child(2n) {
    margin-left: 0;
  }

  .form-group {
    flex-direction: column;
  }

  .form-wrap .form-group>div~div {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 44%;
  }

  .merit-box {
    flex: 1 1 40%;
    max-width: none;
  }

  .merit-box dt {
    font-size: 2.8rem;
  }

  .merit-box dd {
    font-size: 2rem;
  }

  .form-wrap label,
  .form-wrap form button {
    font-size: 2rem;
  }

  ;
}

@media (max-width: 576px) {
  br.m-only {
    display: block;
  }

  .title span {
    font-size: 3.2rem;
  }

  .title h1 {
    font-size: 4rem;
  }

  .merit-list {
    margin-right: 0;
    flex-direction: column;
  }

  .merit-box {
    flex: 0 1 auto;
    margin-right: 0;
  }

  .mockup {
    margin-top: 4rem;
  }

  .desc p,
  .rsn-box dd {
    word-break: keep-all;
  }

  .desc p br,
  .rsn-box dd br {
    display: none;
  }

  footer .logo {
    width: 100px;
  }

  .footer_desc ul li img {
    width: 20px;
  }
}

@media (max-width: 375px) {
  .title span {
    font-size: 2.8rem;
  }

  .title h1 {
    font-size: 3.4rem;
  }

  .tag-wrap .tag~.tag {
    margin-left: 1.2rem;
  }

  .rsn-box img {
    width: 80px;
  }
}