.kv {
  margin-bottom: 4rem;
  min-height: 36rem;
  background-color: #fff;
  background-image: repeating-linear-gradient(310deg, #ffadc5, #ffadc5 10px, rgba(255, 50, 128, 0.1490196078) 10px, rgba(255, 50, 128, 0.1490196078) 20px);
  position: relative;
}
.kv-container {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  position: relative;
}
.kv-content {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  bottom: 4%;
  left: 4%;
}
@media screen and (min-width: 768px) {
  .kv-content {
    top: 50%;
    left: 6rem;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
.kv-title {
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 4.2rem;
  font-weight: 900;
  color: #fff100;
  text-shadow: 2px 2px 0 #666, -2px -2px 0 #666, -2px 2px 0 #666, 2px -2px 0 #666, 0px 2px 0 #666, -2px 0 #666, -2px 0 0 #666, 2px 0 0 #666;
  /*text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;*/
}
@media screen and (min-width: 768px) {
  .kv-title {
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
    font-size: 5.6rem;
  }
}
.kv-title .t1 {
  display: block;
}
.kv-title .t1 span {
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv-title .t1 span {
    display: inline-block;
  }
}
.kv-title .t1 span::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  text-shadow: 4px 4px #333;
  -webkit-text-stroke: 4px #333;
}
.kv-title .t2 {
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv-title .t2 {
    font-size: 8rem;
  }
}
.kv-title .t2::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  text-shadow: 4px 4px #333;
  -webkit-text-stroke: 4px #333;
}
.kv-copy {
  font-size: max(4vw, 1.4rem);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .kv-copy {
    font-size: 2.4rem;
  }
}
.kv-copy-s {
  margin-right: 2%;
  padding: 1rem 1.8rem 1.8rem 1rem;
  line-height: 1.2;
  width: 32%;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  position: relative;
}
.kv-copy-s:nth-child(3n) {
  margin-right: 0;
}
.kv-copy-s::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  position: absolute;
  left: -4px;
  top: -4px;
}
@media screen and (min-width: 768px) {
  .kv-copy-s {
    padding: 2rem 2.8rem 2.8rem 2rem;
  }
}
.kv-copy-s.copy1 {
  background-color: #00d87e;
}
.kv-copy-s.copy2 {
  background-color: #ff1f75;
}
.kv-copy-s.copy3 {
  background-color: #007bdf;
}
.kv-copy-s span {
  display: block;
}
.kv-pic {
  width: 100%;
  height: 36rem;
  overflow: hidden;
  text-align: right;
}
.kv-img {
  width: 24rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .kv-img {
    margin-right: 10rem;
  }
}

.homekv {
  margin-bottom: 4rem;
  position: relative;
}
.homekv-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.homekv-img {
  width: 100%;
  height: auto;
}

.home-title {
  margin-bottom: 3rem;
  line-height: 1.2;
  font-size: 4.2rem;
  text-align: center;
  color: #ff1f75;
}
@media screen and (min-width: 768px) {
  .home-title {
    font-size: 3rem;
  }
}
.home-title .t1 span {
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-title .t1 span {
    display: inline-block;
  }
}
.home-title .t2 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-title .t2 {
    font-size: 3rem;
  }
}

.h-nav {
  margin-bottom: 4rem;
}
.h-nav-title {
  margin-bottom: 2rem;
}
.h-nav-list {
  margin-bottom: 2rem;
}
.h-nav-list-li {
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: calc(50% - 0.5rem);
  display: inline-block;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .h-nav-list-li {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    width: calc(33.3333% - 1rem);
  }
}
.h-nav-list-li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .h-nav-list-li:nth-child(even) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .h-nav-list-li:nth-child(3n) {
    margin-right: 0;
  }
}
.h-nav-list-li a {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .h-nav-list-li a {
    padding: 2rem;
  }
}

.h-column {
  margin-bottom: 4rem;
}

.h-about {
  margin-bottom: 4rem;
}
.h-about-subtitle {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .h-about-subtitle {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.h-about-index {
  margin-bottom: 2rem;
  padding-left: 4rem;
  list-style: disc;
}
.h-about-index-li {
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .h-about-index-li {
    margin-right: 4rem;
    margin-bottom: 1.6rem;
    width: auto;
  }
}
.h-about-section {
  margin-top: 2rem;
  padding: 0;
  /*background-color: #fff;*/
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .h-about-section {
    margin-top: 4rem;
    padding: 0 4rem;
    border-radius: 4rem;
  }
}
.h-about-content {
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .h-about-content {
    padding: 4rem;
    border-radius: 4rem;
    font-size: 1.8rem;
  }
}
.h-about-indexlink {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .h-about-indexlink {
    margin-top: 4rem;
  }
}
.h-about-ex-s {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .h-about-ex-s {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 2rem;
    width: calc(33.3333% - 1rem);
  }
  .h-about-ex-s:nth-child(3n) {
    margin-right: 0;
  }
}
.h-about-work-s {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .h-about-work-s {
    margin-right: 4rem;
    width: calc(25% - 3rem);
  }
  .h-about-work-s:nth-child(4n) {
    margin-right: 0;
  }
}
.h-about-work-content {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .h-about-work-ft {
    text-align: center;
  }
}

.h-faq-list {
  margin: 0 auto;
  width: 96%;
}
.h-faq-list-s {
  margin-bottom: 3rem;
  width: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .h-faq-list-s {
    margin-right: 3rem;
    width: calc(50% - 1.5rem);
  }
  .h-faq-list-s:nth-child(even) {
    margin-right: 0;
  }
}
.h-faq-q {
  margin-bottom: 1rem;
  padding-left: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .h-faq-q {
    padding-left: 4rem;
  }
}
.h-faq-q::before {
  content: "Q.";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.h-faq-a {
  padding: 1.6rem 1rem 1.6rem 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .h-faq-a {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.h-faq-a::before {
  content: "A.";
  position: absolute;
  top: 1.6rem;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .h-faq-a::before {
    top: 2rem;
    left: 1.6rem;
  }
}