@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : intro.css
Description : イントロダクション
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ebfffe;
  z-index: -2;
}
.intro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg05_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro::after {
    background-image: url(../images/common/common_bg05_pc.jpg);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .intro::after {
    background-size: 100% auto;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 35.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    width: 31.77rem;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_text > p {
  width: 100%;
  margin-top: 4.8rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 3.6rem;
    font-size: 2.6rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p.forSP {
  display: block;
}
@media screen and (min-width: 768px) {
  .intro_text > p.forSP {
    display: none;
  }
}
.intro_text > p.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro_text > p.forPC {
    display: block;
  }
}
.intro_text > p > strong {
  color: #87010d;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .intro_text > p > strong {
    font-size: 3.6rem;
  }
}/*# sourceMappingURL=intro.css.map */