:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

.index-kv {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 41.6666666667%;
  margin: auto;
  margin-top: var(--nav-height);
  margin-bottom: 0;
  transition: max-width 0.25s, padding 0.25s, border-radius 0.25s, margin 0.25s;
  overflow: hidden;
}
.index-kv.scroll {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 15%;
  margin-bottom: 3%;
  padding-top: 24.3055555556%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
@media only screen and (max-width: 1440px) {
  .index-kv.scroll {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-kv.scroll {
    width: 90%;
    max-width: none;
  }
}
.index-kv .index-kv-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
}
.index-kv .index-kv-swiper .swiper {
  width: 100%;
  height: 100%;
}
.index-kv .index-kv-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-kv .index-kv-swiper .swiper-video,
.index-kv .index-kv-swiper .swiper-lazy {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
.index-kv .index-kv-swiper .swiper-video video,
.index-kv .index-kv-swiper .swiper-lazy video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.index-kv .swiper-btn {
  position: absolute;
  left: 3rem;
  bottom: 1.5rem;
}

.index-banner {
  position: relative;
  padding: 5rem 0 2.5rem 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  .index-banner {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-banner {
    width: 90%;
    max-width: none;
  }
}
.index-banner article {
  position: relative;
  padding-top: 33.6666666667%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}
.index-banner article > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.index-banner article p {
  position: absolute;
  left: 5%;
  top: 50%;
  line-height: 175%;
  color: #FFF;
  width: 45%;
  transform: translateY(-50%);
}

.index-intro {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-intro {
    max-width: 1024px;
  }
}
.index-intro .index-intro-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
}
.index-intro .index-intro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
.index-intro .index-intro-swiper .swiper-slide:nth-child(even) {
  flex-direction: row-reverse;
}
.index-intro .index-intro-swiper .swiper-slide > div {
  width: 49%;
  padding-top: 29.7598870056%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.index-intro .index-intro-swiper .swiper-slide article {
  flex: 1 0 0;
  padding: 0 5rem;
}
.index-intro .index-intro-swiper .swiper-slide article p {
  margin-top: 1rem;
}

.index-feature {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-feature {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-feature {
    width: 90%;
    max-width: none;
  }
}
.index-feature .index-feature-swiper {
  margin-top: 3rem;
}
.index-feature .index-feature-swiper .swiper-wrapper {
  gap: 1rem;
}
.index-feature .index-feature-swiper .swiper-slide {
  position: relative;
  border: 1px solid #E6E9EB;
  padding: 1rem 1.5rem;
  padding-bottom: 10%;
  height: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  width: calc(33.3% - 0.65rem) !important;
}
.index-feature .index-feature-swiper .swiper-slide p {
  margin-top: 1rem;
}
.index-feature .index-feature-swiper .swiper-slide img {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 30%;
}

.index-marketing {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-marketing {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-marketing {
    width: 90%;
    max-width: none;
  }
}
.index-marketing .index-marketing-table {
  margin-top: 3rem;
  border: 1px solid #E6E9EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.index-marketing .index-marketing-table .table-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-marketing .index-marketing-table .table-flex:not(.table-title):nth-child(odd) {
  background: rgba(230, 233, 235, 0.5);
}
.index-marketing .index-marketing-table .table-flex h4, .index-marketing .index-marketing-table .table-flex article {
  padding: 0.5rem 1rem;
}
.index-marketing .index-marketing-table .table-flex h4 img, .index-marketing .index-marketing-table .table-flex article img {
  display: block;
  width: 2.5rem;
  margin: 0.5rem auto;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(1), .index-marketing .index-marketing-table .table-flex article:nth-child(1) {
  width: 14%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(2), .index-marketing .index-marketing-table .table-flex article:nth-child(2) {
  width: 20%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(3), .index-marketing .index-marketing-table .table-flex article:nth-child(3) {
  width: 22%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(4), .index-marketing .index-marketing-table .table-flex article:nth-child(4) {
  width: 22%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(5), .index-marketing .index-marketing-table .table-flex article:nth-child(5) {
  width: 22%;
}
.index-marketing .index-marketing-table .table-flex article {
  padding: 1.5rem 0.75rem;
}
.index-marketing .index-marketing-table .table-title {
  background: #1B1E24;
}

.index-partner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 2.5rem 0 10rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-partner {
    max-width: 1024px;
  }
}
.index-partner .index-partner-swiper {
  margin: 3rem 0;
}
.index-partner .index-partner-swiper .swiper-slide {
  border: 1px solid #E6E9EB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.index-partner .index-partner-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #FFF;
  background: #1EC687;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.5s, background 0.5s;
}
@media only screen and (min-width: 1025px) {
  .index-partner .index-partner-btn:hover {
    color: #FFF;
    background: #3EEDAB;
  }
}
@media only screen and (max-width: 1024px) {
  .index-partner .index-partner-btn {
    padding: 0.75em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .index-partner .index-partner-btn {
    padding: 1.25em 3em;
  }
}

@media only screen and (min-width: 769px) {
  .index-intro {
    width: 100%;
    max-width: 1440px;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .index-intro {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 769px) {
  .index-intro .index-intro-swiper {
    overflow: hidden;
  }
  .index-intro .index-intro-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .index-feature {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .index-feature {
    max-width: 900px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .index-feature {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (min-width: 769px) {
  .index-feature .index-feature-swiper {
    overflow: hidden;
  }
  .index-feature .index-feature-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .index-kv {
    padding-top: 65.1041666667%;
    margin-bottom: 0;
  }
  .index-kv.scroll {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10%;
    margin-top: 25%;
    padding-top: 32.981530343%;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .index-kv .index-kv-swiper .swiper-btn {
    left: 2.5em;
    bottom: 2.5em;
  }
  .index-banner {
    padding: 0 0 1.5em 0;
    width: 100%;
  }
  .index-banner article {
    padding-top: 55.8823529412%;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .index-banner article p {
    width: 40%;
  }
  .index-intro {
    padding: 1.5em 0;
  }
  .index-intro .index-intro-swiper {
    margin-top: 1.5em;
  }
  .index-intro .index-intro-swiper .swiper-slide {
    margin: 1em 0;
  }
  .index-intro .index-intro-swiper .swiper-slide > div {
    padding-top: 38.1684210526%;
  }
  .index-intro .index-intro-swiper .swiper-slide article {
    padding: 0 5%;
    padding: 0 3em;
  }
  .index-intro .index-intro-swiper .swiper-slide article p {
    margin-top: 1em;
  }
  .index-feature {
    padding: 1.5em 0;
  }
  .index-feature .index-feature-swiper {
    margin-top: 3em;
  }
  .index-feature .index-feature-swiper .swiper-wrapper {
    gap: 1em;
  }
  .index-feature .index-feature-swiper .swiper-slide {
    padding: 1em 1.5em;
    width: calc(33.3% - 0.7em) !important;
  }
  .index-feature .index-feature-swiper .swiper-slide img {
    position: static;
    margin: auto;
    margin-right: 0;
    width: 45%;
  }
  .index-marketing {
    padding: 1.5em 0;
  }
  .index-marketing .index-marketing-table {
    margin-top: 3em;
  }
  .index-marketing .index-marketing-table .table-flex h4, .index-marketing .index-marketing-table .table-flex article {
    padding: 1em 0.5em;
  }
  .index-marketing .index-marketing-table .table-flex h4 img, .index-marketing .index-marketing-table .table-flex article img {
    width: 2em;
  }
  .index-partner {
    padding: 1.5em 0 10em 0;
  }
  .index-partner .index-partner-swiper {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  .index-kv {
    padding-top: 153.8461538462%;
  }
  .index-kv.scroll {
    margin-top: 45%;
    margin-bottom: 15%;
    padding-top: 51.2820512821%;
  }
  .index-banner {
    width: 100%;
  }
  .index-banner article {
    padding-top: 161.2820512821%;
  }
  .index-banner article p {
    left: 10%;
    width: 80%;
    top: 6%;
    transform: none;
  }
  .index-intro {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .index-intro {
    max-width: 900px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  .index-intro {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .index-intro .index-intro-swiper .swiper-slide {
    display: block;
    margin: 1em 0;
  }
  .index-intro .index-intro-swiper .swiper-slide > div {
    width: 100%;
    padding-top: 60.8571428571%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .index-intro .index-intro-swiper .swiper-slide article {
    margin-top: 5%;
    padding: 0;
  }
  .index-feature {
    width: 100%;
  }
  .index-feature .index-feature-swiper .swiper {
    padding: 0 5%;
  }
  .index-feature .index-feature-swiper .swiper-wrapper {
    gap: 0;
  }
  .index-feature .index-feature-swiper .swiper-slide {
    padding: 5% 5%;
    width: 60% !important;
  }
  .index-feature .index-feature-swiper .swiper-slide img {
    width: 50%;
  }
  .index-marketing .index-marketing-table .table-flex {
    flex-wrap: wrap;
  }
  .index-marketing .index-marketing-table .table-flex h4, .index-marketing .index-marketing-table .table-flex article {
    padding: 3% 1%;
  }
  .index-marketing .index-marketing-table .table-flex h4 img, .index-marketing .index-marketing-table .table-flex article img {
    width: 2.5em;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(1), .index-marketing .index-marketing-table .table-flex article:nth-child(1) {
    width: 16%;
    text-align: center;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(2), .index-marketing .index-marketing-table .table-flex article:nth-child(2) {
    width: 0;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(3), .index-marketing .index-marketing-table .table-flex article:nth-child(3) {
    width: 28%;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(4), .index-marketing .index-marketing-table .table-flex article:nth-child(4) {
    width: 28%;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(5), .index-marketing .index-marketing-table .table-flex article:nth-child(5) {
    width: 28%;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(6), .index-marketing .index-marketing-table .table-flex article:nth-child(6) {
    width: 100%;
    border-top: 1px solid #E6E9EB;
    text-align: center;
  }
}
.banner {
  position: relative;
  width: 100%;
  margin-top: var(--nav-height);
}
.banner > div {
  width: 100%;
  padding-top: 20.8333333333%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.banner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .banner h1 {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner h1 {
    width: 90%;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .banner > div {
    padding-top: 39.0625%;
  }
}
@media only screen and (max-width: 768px) {
  .banner > div {
    padding-top: 88.6363636364%;
  }
  .banner h1 {
    position: absolute;
    top: 20%;
    text-align: center;
  }
}
.client-wrap {
  padding: 3rem 0 1.5rem 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  .client-wrap {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .client-wrap {
    width: 90%;
    max-width: none;
  }
}
.client-wrap .client-swiper {
  margin: 1rem 0;
}
.client-wrap .swiper-slide {
  border: 1px solid #E6E9EB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.intro {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .intro {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .intro {
    width: 90%;
    max-width: none;
  }
}
.intro > div {
  width: 100%;
  padding-top: 25%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.intro article {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.intro article ul {
  margin-top: 1rem;
}

.info {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .info {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .info {
    width: 90%;
    max-width: none;
  }
}
.info .info-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  margin-top: 3rem;
}
.info .info-flex > div {
  width: 50%;
  border: 1px solid #E6E9EB;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
}
.info .info-flex > div h3 {
  font-size: 18px;
  font-weight: normal;
  background: #1B1E24;
  padding: 0.75em 0;
}
@media only screen and (max-width: 1440px) {
  .info .info-flex > div h3 {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) {
  .info .info-flex > div h3 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .info .info-flex > div h3 {
    font-size: 3.6vw;
  }
}
.info .info-flex > div article {
  font-size: 16px;
  padding: 1.5rem 3rem;
}
@media only screen and (max-width: 1440px) {
  .info .info-flex > div article {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .info .info-flex > div article {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .info .info-flex > div article {
    font-size: 3.35vw;
  }
}

.detail {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .detail {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail {
    width: 90%;
    max-width: none;
  }
}
.detail .detail-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #E6E9EB;
  margin: 3rem 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .detail .detail-flex {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .detail-flex {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .detail .detail-flex {
    font-size: 3.35vw;
  }
}
.detail .detail-flex .detail-block h3 {
  font-size: 18px;
  font-weight: normal;
  background: #1B1E24;
  padding: 0.75em 0;
}
@media only screen and (max-width: 1440px) {
  .detail .detail-flex .detail-block h3 {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .detail-flex .detail-block h3 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .detail .detail-flex .detail-block h3 {
    font-size: 3.6vw;
  }
}
.detail .detail-flex .detail-block .detail-block-flex > div p {
  padding: 1rem;
}
.detail .detail-flex .detail-block-left {
  width: 78%;
  border-right: 1px solid #E6E9EB;
}
.detail .detail-flex .detail-block-left .detail-block-flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.detail .detail-flex .detail-block-left .detail-block-flex > div {
  flex: 1 0 0;
}
.detail .detail-flex .detail-block-left .detail-block-flex > div p {
  border-bottom: 1px solid #E6E9EB;
}
.detail .detail-flex .detail-block-left .detail-block-flex > div p:first-child {
  background: rgba(230, 233, 235, 0.5);
}
.detail .detail-flex .detail-block-left .detail-block-flex > div p:last-child {
  border: 0;
}
.detail .detail-flex .detail-block-right {
  flex: 1 0 0;
}

.partner-form {
  border: 1px solid #E6E9EB;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  padding: 3rem 1.5rem;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin: 0 auto 10rem auto;
}
@media only screen and (max-width: 1440px) {
  .partner-form {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .partner-form {
    width: 90%;
    max-width: none;
  }
}
.partner-form h2 {
  position: relative;
}
.partner-form h2 p {
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .partner-form h2 p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .partner-form h2 p {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .partner-form h2 p {
    font-size: 3.35vw;
  }
}
.partner-form .href {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#join {
  height: var(--nav-height);
}

@media only screen and (max-width: 1024px) {
  .client-wrap {
    padding: 3em 0 1.5em 0;
  }
  .intro {
    padding: 1.5em 0;
  }
  .intro > div {
    padding-top: 44.1176470588%;
  }
  .intro article {
    left: 5%;
  }
  .intro article ul {
    margin-top: 1em;
  }
  .info {
    padding: 1.5em 0;
  }
  .info .info-flex {
    gap: 1em;
    margin-top: 3em;
  }
  .info .info-flex > div article {
    padding: 1.5em;
  }
  .detail {
    padding: 1.5em 0;
  }
  .detail .detail-flex {
    margin: 3em 0;
  }
  .detail .detail-flex .detail-block .detail-block-flex > div p {
    padding: 1em;
  }
  .detail .detail-flex .detail-block-left {
    width: 70%;
  }
  .partner-form {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 2em 5em;
    margin: 0 auto 5em auto;
  }
  .partner-form h2 p {
    position: static;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .intro > div {
    padding-top: 100%;
  }
  .intro article {
    left: 0;
    top: 15%;
    padding: 0 10%;
    transform: none;
  }
  .info .info-flex {
    flex-wrap: wrap;
    gap: 1.5em;
  }
  .info .info-flex > div {
    width: 100%;
  }
  .info .info-flex > div h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .info .info-flex > div h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  .info .info-flex > div h3 {
    font-size: 2.35vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .info .info-flex > div h3 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .info .info-flex > div article {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .info .info-flex > div article {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  .info .info-flex > div article {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .info .info-flex > div article {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .detail .detail-flex {
    flex-wrap: wrap;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    gap: 1.5em;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .detail .detail-flex {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  .detail .detail-flex {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .detail .detail-flex {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .detail .detail-flex .detail-block {
    width: 100%;
    border: 1px solid #E6E9EB;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
  }
  .detail .detail-flex .detail-block h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .detail .detail-flex .detail-block h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  .detail .detail-flex .detail-block h3 {
    font-size: 2.35vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .detail .detail-flex .detail-block h3 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .detail .detail-flex .detail-block .detail-block-flex {
    display: block;
  }
  .detail .detail-flex .detail-block .detail-block-flex > div p {
    padding: 1em 3em;
  }
  .detail .detail-flex .detail-block .detail-block-flex > div p:first-child {
    border: 0;
  }
  .detail .detail-flex .detail-block .detail-block-flex > div .border-0-m {
    border: 0;
  }
  .partner-form {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 2em 1.5em;
  }
}/*# sourceMappingURL=partner.css.map */