@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : intro.css
Description : イントロダクション
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 90%;
  padding: 10rem 0;
  margin: 0 auto 13rem;
}
@media screen and (min-width: 768px) {
  .intro {
    width: 100%;
    padding: 12rem 0;
  }
}
.intro_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 95%;
    margin: auto;
    padding-bottom: 3rem;
  }
}
.intro_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff url(../images/intro/bg_kizu.png) no-repeat top center/auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro_column::before {
    background-size: contain;
  }
}
.intro_content {
  padding: 0 1em;
  text-align: center;
}
.intro_content > *:not(:last-child) {
  margin-bottom: 3.6rem;
}
.intro_content .center {
  text-align: center;
}
.intro_content .fz_large {
  line-height: 1.4;
  font-size: 115%;
}
.intro_content .color1 {
  color: #e64588;
  font-weight: bold;
}
.intro_content .color2 {
  color: #e64588;
}
@media screen and (max-width: 767px) {
  .intro_content .fz_large {
    font-size: 110%;
  }
  .intro_content .sp_left {
    text-align: left !important;
  }
}
.intro_text {
  position: relative;
  display: inline-block;
  margin: 8rem auto 0;
  padding: 1rem 0 0 1em !important;
  font-size: 5.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_text {
    font-size: 3.5rem;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1080px) {
  .intro_text {
    font-size: 4.5rem;
  }
}
.intro_text em {
  font-size: 7rem;
  color: transparent;
  background: linear-gradient(180deg, #e64588 0%, #30a49f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_text em {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1080px) {
  .intro_text em {
    font-size: 6.5rem;
  }
}
.intro_text::before {
  content: "「";
  position: absolute;
  top: 0;
  left: -1rem;
}
.intro_text::after {
  content: "」";
}
.intro_decoration {
  width: 17.8571428571%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .intro_decoration {
    width: 12.5%;
  }
}
.intro p {
  line-height: 1.866;
  text-align: left;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .intro p {
    line-height: 2;
  }
}

/* =====================================================================
    intro
======================================================================*/