.cls-1, .cls-2, .cls-3 {
  stroke: #fff;
  transition: all 0.2s;
  fill: none;
}

@media screen and (max-width: 767px) {
  header .logo {
    display: none;
  }
  header .logo .svgIco {
    width: 250px;
  }
}
header .closeBtn {
  width: 33px;
  position: absolute;
  top: min(8%, 115px);
  right: 3%;
}
header .closeBtn a {
  display: block;
}
header .closeBtn a svg {
  height: 33px;
  margin: 0;
}

figure {
  width: clamp(165px, 35.546875vw, 273px);
  margin: 120px auto 90px;
}
@media screen and (max-width: 767px) {
  figure {
    margin: 0 auto 50px;
  }
}

.wrap {
  padding: 0 48px;
}

.tab {
  display: none;
}
@media screen and (max-width: 880px) and (min-width: 767px) {
  .tab {
    display: block;
  }
}

p {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: center;
  font-feature-settings: "palt" 1;
  font-size: clamp(13px, 1.2711864407vw, 18px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 28px;
    text-align: left;
  }
}

.contents01 {
  margin-top: 135px;
  border-top: 1px solid white;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contents01 {
    margin-top: 120px;
    border: 0;
  }
}
.contents01 p {
  font-size: clamp(13px, 1.2711864407vw, 18px);
  margin: 0;
}
.contents01 p.text {
  display: block;
  color: transparent;
  margin-bottom: 40px;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 300% 300%;
}
.contents01 p.text.to__right {
  background-image: linear-gradient(to bottom right, #fff 30%, rgba(255, 255, 255, 0) 60%);
  background-position: left 110% center;
  transform: translate(-20px, 0);
  animation: toRight var(--duration, 2.4s) var(--ease) var(--delay, 0.6s) forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contents01 p.text.to__right {
    background-position: left 100% center;
  }
}
.contents01 .name {
  margin-top: 50px;
  text-align: center;
}
.contents02 {
  background-color: #b5b9bb;
  color: black;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .contents02 {
    padding: 30px 0;
  }
}
.contents02 .wrap {
  max-width: 1086px;
  margin: 0 auto;
}
.contents02 h2 {
  text-align: center;
  font-size: clamp(18px, 2.2727272727vw, 30px);
  line-height: 36px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contents02 h2 {
    margin-bottom: 35px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
}
.contents02 p {
  text-align: left;
  letter-spacing: 0.0655em;
}
.contents02 .flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .contents02 .flexBox {
    flex-direction: column;
    margin-top: 25px;
    min-height: auto;
  }
}
.contents02 .flexBox__left, .contents02 .flexBox__right {
  width: clamp(180px, 28.2828282828vw, 280px);
  height: clamp(180px, 28.2828282828vw, 280px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .contents02 .flexBox__left, .contents02 .flexBox__right {
    position: static;
    border-radius: 10px;
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    padding: 10px;
    gap: 0;
  }
}
.contents02 .flexBox__left p, .contents02 .flexBox__right p {
  font-size: clamp(18px, 2.4242424242vw, 24px);
  text-align: center;
  line-height: clamp(26px, 3.7373737374vw, 37px);
  font-weight: 600;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contents02 .flexBox__left p, .contents02 .flexBox__right p {
    margin: 0;
    font-size: clamp(13px, 3.25vw, 18px);
    line-height: normal;
  }
}
.contents02 .flexBox__left p.small, .contents02 .flexBox__right p.small {
  font-size: clamp(13px, 1.8181818182vw, 18px);
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents02 .flexBox__left p.small, .contents02 .flexBox__right p.small {
    font-size: clamp(13px, 3.25vw, 18px);
  }
}
.contents02 .flexBox__left {
  background-color: #dcdddd;
  z-index: 1;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .contents02 .flexBox__left {
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .contents02 .flexBox__left.slideLeft.insert {
    animation: slideLeft 0.4s 0.5s forwards;
    animation-timing-function: ease;
  }
}
.contents02 .flexBox__right {
  background-color: #faee00;
  right: 50%;
}
@media screen and (min-width: 768px) {
  .contents02 .flexBox__right {
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .contents02 .flexBox__right.slideRight.insert {
    animation: slideRight 0.4s 0.5s forwards;
    animation-timing-function: ease;
  }
}
.contents02 .flexBox__center {
  width: 8.5858585859vw;
  max-width: 85px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents02 .flexBox__center {
    width: 23px;
  }
}

@keyframes toRight {
  100% {
    transform: translate(0, 0);
    background-position: left 0%;
    opacity: 1;
  }
}
@keyframes slideLeft {
  100% {
    left: 25%;
  }
}
@keyframes slideRight {
  100% {
    right: 25%;
  }
}/*# sourceMappingURL=about.css.map */