/* Mixin */
/* about */
.about {
  background-color: #FFFFFF;
  background-image: radial-gradient(circle, #E6E6E6 0.5vw, transparent 0.5vw);
  background-size: 5vw 5vw;
}
@media screen and ( width >= 920px) {
  .about {
    background-image: radial-gradient(circle, #E6E6E6 2px, transparent 2px);
    background-size: 20px 20px;
  }
}
.about .fv {
  padding-top: 10vw;
}
@media screen and ( width >= 920px) {
  .about .fv {
    padding-top: 40px;
  }
}
.about .fv__heading--1 {
  position: relative;
  z-index: 0;
}
.about .fv__heading--1::before {
  position: absolute;
  display: block;
  width: 15vw;
  height: 15vw;
  top: 2vw;
  left: 14.2vw;
  background-image: url(/common/img/information__about.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transform: rotate(-8deg);
  z-index: -1;
}
@media screen and ( width >= 920px) {
  .about .fv__heading--1::before {
    width: 60px;
    height: 60px;
    top: 8px;
    left: 14.2%;
  }
}
.about .fv__catch {
  display: block;
  width: 86.25vw;
  height: 30vw;
  margin: 4vw auto 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/about/img/about__catch.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and ( width >= 920px) {
  .about .fv__catch {
    width: 345px;
    height: 120px;
    margin: 16px auto 0;
  }
}
.about .fv__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 6vw 4vw 8vw;
  padding: 4vw;
  border: 0.5vw solid #000000;
  border-radius: 4vw;
  box-shadow: 0 0.75vw 0 #000000;
  background-color: #74DAFF;
}
@media screen and ( width >= 920px) {
  .about .fv__data {
    margin: 24px 16px 32px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 16px;
    box-shadow: 0 3px 0 #000000;
  }
}
.about .fv__data dt {
  width: 25vw;
  margin-top: 1vw;
  margin-bottom: 4vw;
  padding: 1vw 0;
  border: 0.5vw solid #000000;
  border-radius: 2vw;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and ( width >= 920px) {
  .about .fv__data dt {
    width: 112px;
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 4px 0;
    border: 2px solid #000000;
    border-radius: 8px;
  }
}
.about .fv__data dd {
  width: 52vw;
  margin-top: 2vw;
  margin-left: 0;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and ( width >= 920px) {
  .about .fv__data dd {
    width: 208px;
    margin-top: 8px;
  }
}
.about .group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20vw;
  padding: 0 4vw 34vw;
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .about .group {
    margin-bottom: 80px;
    padding: 0 16px 136px;
  }
}
.about .group__bg {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  border: 0.5vw solid #000000;
  border-top-left-radius: 75vw;
  border-top-right-radius: 75vw;
  background-color: #8FFF78;
  background-image: linear-gradient(45deg, #A5FF93 25%, transparent 25%, transparent 75%, #A5FF93 75%), linear-gradient(45deg, #A5FF93 25%, transparent 25%, transparent 75%, #A5FF93 75%);
  background-position: 0 0, 5vw 5vw;
  background-size: 10vw 10vw;
  background-origin: border-box;
  z-index: -1;
}
@media screen and ( width >= 920px) {
  .about .group__bg {
    width: 600px;
    left: -100px;
    border: 2px solid #000000;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
}
.about .group__heading--2 {
  margin-top: 16vw;
  text-align: center;
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
  text-shadow: 0 0.75vw 0 #000000, 0 1vw 0 #000000, 0 1.25vw 0 #000000;
  color: #FFFFFF;
}
@media screen and ( width >= 920px) {
  .about .group__heading--2 {
    margin-top: 64px;
    -webkit-text-stroke: 4px #000000;
    text-shadow: 0 3px 0 #000000, 0 4px 0 #000000, 0 5px 0 #000000;
  }
}
.about .group__heading--2::after {
  display: block;
  width: 14vw;
  height: 14vw;
  margin: 10vw auto 10vw;
  background-image: url(/common/img/icon__group-flow.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .about .group__heading--2::after {
    width: 56px;
    height: 56px;
    margin: 40px auto 40px;
  }
}
.about .group__inner {
  margin-top: 15vw;
}
@media screen and ( width >= 920px) {
  .about .group__inner {
    margin-top: 60px;
  }
}
.about .group__inner p {
  margin-top: 5vw;
  font-weight: 700;
}
@media screen and ( width >= 920px) {
  .about .group__inner p {
    margin-top: 20px;
  }
}
.about .group__inner:nth-of-type(1) {
  margin-top: 0;
}
.about .group__inner:nth-of-type(1) .group__heading--3 {
  color: #D494FF;
}
.about .group__inner:nth-of-type(1) .group__heading--3::before, .about .group__inner:nth-of-type(1) .group__heading--3::after {
  background-image: url(/about/img/about__heading--circle.png);
}
.about .group__inner:nth-of-type(1) .group__list {
  background-color: #D494FF;
}
.about .group__inner:nth-of-type(2) .group__heading--3 {
  color: #74DAFF;
}
.about .group__inner:nth-of-type(2) .group__heading--3::before, .about .group__inner:nth-of-type(2) .group__heading--3::after {
  background-image: url(/about/img/about__heading--diamond.png);
}
.about .group__inner:nth-of-type(2) .group__list {
  background-color: #74DAFF;
}
.about .group__inner:nth-of-type(3) .group__heading--3 {
  color: #FFEE32;
}
.about .group__inner:nth-of-type(3) .group__heading--3::before, .about .group__inner:nth-of-type(3) .group__heading--3::after {
  background-image: url(/about/img/about__heading--pentagon.png);
}
.about .group__inner:nth-of-type(3) .group__list {
  background-color: #FFEE32;
}
.about .group__inner:nth-of-type(4) .group__heading--3 {
  color: #FF9538;
}
.about .group__inner:nth-of-type(4) .group__heading--3::before, .about .group__inner:nth-of-type(4) .group__heading--3::after {
  background-image: url(/about/img/about__heading--rectangle.png);
}
.about .group__inner:nth-of-type(4) .group__list {
  background-color: #FF9538;
}
.about .group__heading--3 {
  text-align: center;
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
  text-shadow: 0 0.75vw 0 #000000, 0 1vw 0 #000000, 0 1.25vw 0 #000000;
}
@media screen and ( width >= 920px) {
  .about .group__heading--3 {
    -webkit-text-stroke: 4px #000000;
    text-shadow: 0 3px 0 #000000, 0 4px 0 #000000, 0 5px 0 #000000;
  }
}
.about .group__heading--3::before, .about .group__heading--3::after {
  position: relative;
  display: inline-block;
  width: 6.5vw;
  height: 6.75vw;
  top: 1vw;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .about .group__heading--3::before, .about .group__heading--3::after {
    width: 26px;
    height: 27px;
    top: 4px;
  }
}
.about .group__heading--3::before {
  margin-right: 2vw;
}
@media screen and ( width >= 920px) {
  .about .group__heading--3::before {
    margin-right: 8px;
  }
}
.about .group__heading--3::after {
  margin-left: 2vw;
}
@media screen and ( width >= 920px) {
  .about .group__heading--3::after {
    margin-left: 8px;
  }
}
.about .group__list {
  margin-top: 5vw;
  padding: 4vw;
  border: 0.5vw solid #000000;
  border-radius: 4vw;
  box-shadow: 0 0.75vw 0 #000000;
}
@media screen and ( width >= 920px) {
  .about .group__list {
    margin-top: 20px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 16px;
    box-shadow: 0 3px 0 #000000;
  }
}
.about .group__list-item {
  margin-top: 4vw;
  text-align: center;
  font-weight: 700;
}
@media screen and ( width >= 920px) {
  .about .group__list-item {
    margin-top: 16px;
  }
}
.about .group__list-item:first-child {
  margin-top: 0;
}/*# sourceMappingURL=about.css.map */