@charset "UTF-8";

/* concept */

#concept {
  padding-top: var(--space-top);
  background-image: url(../images/decoration/light2.png);
  background-repeat: no-repeat;
  background-position: left top 10%;
  background-size: contain;
}

/* h1 {
  font-size: clamp(2rem, 0.8889rem + 2.3148vw, 2.625rem);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  letter-spacing: .18em;
}

h1 span {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: .1em;
  margin-top: 5px;
} */

.concept-intro {
  position: relative;
}

.concept-intro::before {
  content: '';
  display: block;
  width: 10px;
  height: 45%;
  background-image: url(../images/decoration/line-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 98%;
  top: 5%;
}

.concept-intro p,
.team-intro p {
  margin-bottom: 1.5rem;
}

.concept-img {
  margin-top: 2rem;
  text-align: right;
  padding-right: 1rem;
  position: relative;
}

/* .concept-img::before {
  content: '';
  display: block;
  width: 10px;
  height: 80%;
  background-image: url(../images/decoration/line-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8%;
  top: 5%;
}

.concept-img img {
  padding-left: 20%;
} */

.concept-img p {
  font-size: clamp(0.75rem, 0.0833rem + 1.3889vw, 1.125rem);
  margin-top: 0.5rem;
}

@media screen and (min-width:1200px) {

  h1 {
    margin-bottom: 3rem;
  }

  #concept {
    background-position: left 50% top;
  }

  .concept-intro {
    padding-left: 3rem;
  }

  .concept-intro::before {
    content: '';
    display: block;
    width: 15px;
    height: 80%;
    background-image: url(../images/decoration/line-g.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 98%;
    top: 5%;
  }

  .concept-img {
    padding-right: 3rem;
  }

  .concept-img::before {
    content: none;
  }

  .concept-img img {
    padding-left: 0;
  }
}

/* team */

#team {
  margin-top: 48px;
  margin-bottom: 20px;
}

.team-img {
  position: relative;
}

.team-img::before {
  content: '';
  display: block;
  width: 10px;
  height: 80%;
  background-image: url(../images/decoration/line-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8%;
  top: 5%;
}

.team-img img {
  padding-left: 20%;
}

.team-img2 {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.team-img2 p {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 0.5rem;
  display: inline-block;
}

@media screen and (min-width: 1200px) {

  #team {
    margin-top: 80px;
    margin-bottom: 42px;
    background-image: url(../images/decoration/light-r.png);
    background-repeat: no-repeat;
    background-position: right bottom 30%;
    background-size: contain;
  }

  #team .copy {
    margin-top: 0;
  }

  .team-intro {
    padding-right: 3rem;
    position: relative;
  }

  .team-intro::before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    background-image: url(../images/decoration/line-g.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -5%;
    top: 0;
  }

  #team h2 {
    margin-top: 80px;
    margin-bottom: 48px;
  }

  .team-img::before {
    content: none;

  }

  .team-img img {
    padding-left: 3rem;
  }
}