html,
body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
  overflow-x: hidden;
}
img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.credit li {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .credit li {
    margin-bottom: 6px;
    line-height: 1;
  }
}
.credit li a {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .credit li a {
    font-size: 11px;
  }
}
.credit li span {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .credit li span {
    font-size: 11px;
  }
}

.flex {
  display: flex;
}

.title {
  margin: 3% 0 20% 0;
}
@media screen and (min-width: 769px) {
  .title {
    width: 70%;
    margin: 3% auto 20%;
  }
}

h1 {
  width: 60%;
  margin: 0 auto 3%;
}

h2 {
  width: 34%;
  margin: 0 auto;
}

.bg {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  #wrap {
    width: 80%;
    margin: 0 auto;
  }
}

.fv figure {
  position: relative;
  overflow: hidden;
}
.fv figure img {
  -webkit-animation: zoomOut 3s forwards;
          animation: zoomOut 3s forwards;
}
.fv figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  -webkit-animation: change 1s 0.2s forwards;
          animation: change 1s 0.2s forwards;
  transform: translateY(0);
  z-index: 2;
}

@-webkit-keyframes change {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes change {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 769px) {
  .style01 {
    width: 80%;
    margin: 0 auto 5%;
  }
}
.style01 .top {
  position: relative;
}
.style01 .top figure {
  width: 80%;
  margin: 0 auto;
}
.style01 ul {
  position: absolute;
  top: -12%;
  left: 5.8%;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .style01 ul {
    top: -12%;
    left: 5.8%;
  }
}
.style01 ul figure {
  width: 40% !important;
  margin: 0 0 10% !important;
}
@media screen and (max-width: 768px) {
  .style01 ul figure {
    margin: 0 0 3% !important;
  }
}
@media screen and (max-width: 768px) {
  .style01 .text {
    width: 46%;
    margin: 10% 0 10% 10%;
  }
}
@media screen and (min-width: 769px) {
  .style01 .text {
    width: 55%;
    margin: 10% 0 18% 10%;
  }
}
.style01 .bottom figure {
  width: 70%;
  margin: 0 0 10% auto;
}

@media screen and (min-width: 769px) {
  .style02 .top {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .style02 .top {
    position: relative;
  }
}
.style02 .top .top_img {
  width: 70%;
  margin: 0 0 0 5%;
  z-index: 1;
}
.style02 .top .credit {
  margin: 25% 0 0 3%;
}
@media screen and (max-width: 768px) {
  .style02 .top .credit {
    position: absolute;
    top: -8%;
    left: 73%;
  }
}
.style02 .top .credit figure {
  max-width: 200px;
  margin: 0 0 10%;
}
@media screen and (max-width: 768px) {
  .style02 .top .credit figure {
    width: 60%;
  }
}
.style02 .bottom {
  z-index: -1;
  margin: -10% 0 10% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .style02 .bottom {
    margin: -10% 0 0 0;
  }
}
.style02 .bottom .text {
  width: 40%;
  position: absolute;
  right: 5%;
  bottom: 21%;
}
@media screen and (max-width: 768px) {
  .style02 .bottom .text {
    width: 34%;
    right: 6%;
    bottom: 22%;
  }
}

.style03 .top_img {
  width: 90%;
  margin: 0 0 5%;
}
@media screen and (max-width: 768px) {
  .style03 .top_img {
    margin: 15% 0 5%;
  }
}
.style03 .bottom {
  position: relative;
}
.style03 .bottom .number {
  position: absolute;
  top: 0;
  right: 28%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .style03 .bottom .number {
    top: 5%;
    right: 27%;
  }
}
.style03 .flex {
  width: 90%;
  margin: 0 auto 10%;
  gap: 15%;
}
@media screen and (max-width: 768px) {
  .style03 .flex {
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .style03 .flex .left {
    width: 75%;
  }
}
.style03 .flex .left .credit {
  margin: 3% 0 0 0;
}
.style03 .flex .right {
  margin: 20% 0 0 0;
}
@media screen and (max-width: 768px) {
  .style03 .flex .right {
    width: 40%;
    margin: 28% 0 0 0;
  }
}

.style04 .flex {
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .style04 .flex {
    gap: 0;
  }
}
.style04 .flex .left {
  margin: 30% 0 0 0;
}
@media screen and (max-width: 768px) {
  .style04 .flex .left {
    width: 40%;
    margin: 14% 0 0 0;
  }
}
.style04 .flex .left figure {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .style04 .flex .left figure {
    width: 43%;
    margin-left: 28%;
  }
}
.style04 .flex .left ul {
  margin: 80% 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .style04 .flex .left ul {
    margin: 30% 10% 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .style04 .flex .right {
    width: 70%;
  }
}

.style05 {
  margin: 10% 0 30%;
}
.style05 .wrap {
  position: relative;
}
.style05 .wrap .credit {
  position: absolute;
  top: 10%;
  right: -16%;
}
@media screen and (max-width: 768px) {
  .style05 .wrap .credit {
    top: 13%;
    right: 0%;
    width: 26%;
  }
}
.style05 .wrap .credit figure {
  width: 56%;
  margin: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .style05 .wrap .credit figure {
    margin: -25% 5% 5% 0;
  }
}
@media screen and (min-width: 769px) {
  .style05 .wrap .credit figure {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .style05 .wrap .credit ul {
    margin: 0 3% 0 auto;
  }
}
.style05 .text {
  width: 28%;
  margin: -39% 0 0 10%;
}
@media screen and (min-width: 769px) {
  .style05 .text {
    width: 24%;
    margin: -38% 0 0 10%;
  }
}

.style06 {
  margin: 0 0 20%;
}
.style06 .flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .style06 .flex {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .style06 .flex {
    gap: 5%;
  }
}
.style06 .flex .left {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .style06 .flex .left {
    width: 30%;
  }
}
.style06 .flex .left figure {
  margin-bottom: 50%;
}
@media screen and (max-width: 768px) {
  .style06 .flex .left figure {
    width: 54%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .style06 .flex .right {
    width: 70%;
  }
}
.style06 .top {
  width: 85%;
  margin: 0 auto 5% 0;
}

.style07 .wrap {
  position: relative;
}
.style07 .wrap .top {
  width: 18%;
  margin: 0 0 0 20%;
  position: absolute;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .style07 .wrap .top {
    width: 15%;
    top: -8%;
    margin: 0 0 0 18%;
  }
}
.style07 .wrap .bottom {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .style07 .wrap .bottom {
    margin: 30% auto 0;
  }
}
.style07 .flex {
  width: 80%;
  margin: 5% auto;
  gap: 10%;
  justify-content: center;
}
.style07 .flex .left {
  margin: 5% 0 0 0;
}
.style07 .flex .right {
  width: 60%;
}
.style07 .circle_wrap {
  position: relative;
}
.style07 .circle_wrap .circle_img {
  width: 43%;
  margin: 18% 0 0 10%;
}
@media screen and (max-width: 768px) {
  .style07 .circle_wrap .circle_img {
    width: 50%;
  }
}
.style07 .circle_wrap .circle {
  position: absolute;
  width: 30%;
  right: 23%;
  top: -51%;
  -webkit-animation: rotate-anime 6s linear infinite;
          animation: rotate-anime 6s linear infinite;
}
@media screen and (max-width: 768px) {
  .style07 .circle_wrap .circle {
    right: 14%;
    top: -40%;
  }
}

@-webkit-keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  footer {
    width: 80%;
    margin: 0 auto;
  }
}
footer figure {
  width: 30%;
  margin: 5% 0 0 10%;
}
footer .link_wrap {
  width: 20%;
  margin: 100px 10% 5% auto;
}
@media screen and (max-width: 768px) {
  footer .link_wrap {
    width: 35%;
    margin: 50px 10% 5% auto;
  }
}
footer .link_wrap .icon_wrap {
  margin: 10% auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .link_wrap .icon_wrap li {
  width: 30px;
}
@media screen and (max-width: 768px) {
  footer .link_wrap .icon_wrap li {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */