@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
@keyframes rotate {
  0% {
    transform: rotate(0) scale(1, 1);
  }
  50% {
    transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    transform: rotate(360deg) scale(1, 1);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
/*============================
//_mixin.cscc
============================ */
/*============================
//_button.scss
//PC
============================ */
.button {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 13.34vw;
  margin: 10.67vw auto 0;
  transition: .3s;
  border-radius: 100vh;
  background-image: linear-gradient(-90deg, #ff9466, #c34823);
  color: #fff;
  font-size: 3.47vw;
  font-weight: bold;
}
.button::before, .button::after {
  content: "";
  position: absolute;
  transition: .3s;
}
.button::before {
  top: -4vw;
  left: -4vw;
  width: 100%;
  height: 100%;
  border: 4vw solid #be6731;
  border-radius: 100vh;
  opacity: .1;
  pointer-events: none;
}
.button span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.button span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.67vw;
  width: 3.47vw;
  height: 2.94vw;
  transform: translateY(-50%) rotate(180deg);
  background: url("../../images/ico_arrow01.svg") no-repeat center/cover;
}

.button-secondary {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 66.67vw;
  height: 13.34vw;
  margin: 10.67vw auto 0;
  transition: .3s;
  border-radius: 100vh;
  background-image: linear-gradient(-90deg, #7cc4fa, #0967d2);
  color: #fff;
  font-size: 3.47vw;
  font-weight: bold;
}
.button-secondary::before, .button-secondary::after {
  content: "";
  position: absolute;
  transition: .3s;
}
.button-secondary::before {
  top: -4vw;
  left: -4vw;
  width: 100%;
  height: 100%;
  border: 4vw solid #0967d2;
  border-radius: 100vh;
  opacity: .1;
  pointer-events: none;
}
.button-secondary span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.button-secondary span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.67vw;
  width: 3.47vw;
  height: 2.94vw;
  transform: translateY(-50%) rotate(180deg);
  background: url("../../images/ico_arrow01.svg") no-repeat center/cover;
}

.uly-contact-game {
  width: 100%;
  margin-bottom: -10.66vw;
  background: #f4fafd;
}
.uly-contact-game__box {
  width: 100%;
  margin: 10.67vw 0 0;
}
.uly-contact-game__caption {
  font-size: 3.74vw;
  text-align: center;
}
.uly-contact-game__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 16vw;
  margin: 0 0 6.67vw;
  border-radius: 100vh;
}
.uly-contact-game__button:last-child {
  margin: 0;
}
.uly-contact-game__button--form {
  position: relative;
}
.uly-contact-game__button--form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.34vw;
  width: 3.74vw;
  height: 2.67vw;
  transform: scale(-1, 1) translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath d='M22 8c0 .6-.4 1-1 1H3.4l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7-7c-.1-.1-.2-.2-.2-.3-.1-.3-.1-.5 0-.8.1-.1.1-.2.2-.3l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4L3.4 7H21c.6 0 1 .4 1 1z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.uly-contact-game__left {
  width: 10.67vw;
  height: 10.67vw;
  margin: 0 0 0 2.67vw;
  border-radius: 100vh;
  background: rgba(255, 255, 255, 0.2);
}
.uly-contact-game__left img {
  max-width: 6.4vw;
  max-height: 6.4vw;
  margin: 0;
}
.uly-contact-game__right {
  width: calc(100% - 25vw);
  margin: 0 9.34vw 0 0;
}
.uly-contact-game__right--tel {
  font-family: "Roboto", sans-serif;
  font-size: 6.94vw;
}
.uly-contact-game__right--form {
  font-size: 5.34vw;
}
.uly-contact-game__right--form::after {
  display: none;
}

.uly-heading--game {
  position: relative;
  margin-bottom: 16vw;
  font-family: "Montserrat", sans-serif;
  font-size: 5.34vw;
  text-align: center;
}
.uly-heading--game::after {
  content: "";
  position: absolute;
  bottom: -5.33vw;
  left: 50%;
  width: 18.67vw;
  height: 1.6vw;
  transform: translateX(-50%);
  background: url("../../images/ico_heading.svg") no-repeat center center/100% 100%;
}

/*============================
//_common.scss
//SP
============================ */
.is-onlySP {
  display: block;
}

.is-onlyPC {
  display: none;
}

body {
  letter-spacing: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

a,
a:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

.header {
  background: #fff;
}

.main {
  position: relative;
}

.concept {
  width: 100%;
  position: relative;
  z-index: -1;
  margin-top: -17.33vw;
  padding: 40vw 0 16vw;
  background: #f4fafd;
  box-shadow: 0 6.67vw 6.67vw rgba(53, 67, 78, 0.05);
}
.concept__inner {
  padding: 0 5.34vw;
}
.concept__desc {
  margin-bottom: 5.34vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.concept::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -5.86vw;
  width: 100%;
  height: 5.87vw;
  background: url("../../images/bg_scraped.png") no-repeat center/100% 5.87vw;
}

.concept-feature {
  margin-bottom: 16vw;
}
.concept-feature__box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8vw;
  padding: 8vw 4vw;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0.54vw 1.87vw rgba(62, 76, 89, 0.1);
}
.concept-feature__box--game {
  position: relative;
}
.concept-feature__box--game::before {
  content: "";
  position: absolute;
  top: -13.33vw;
  left: 50%;
  width: 35.47vw;
  height: 20vw;
  transform: translateX(-50%);
  background: url("../../images/img_arrow-feature-sp.png") no-repeat center/cover;
}
.concept-feature__title {
  margin-bottom: 5.34vw;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.concept-feature__image {
  display: flex;
  justify-content: center;
  height: 24.54vw;
  margin-bottom: 6.67vw;
}
.concept-feature__image img {
  height: 100%;
}

.concept-bubble {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4vw 2.67vw;
  border-radius: 2.67vw;
  background: #f5f7fa;
}
.concept-bubble__title {
  margin-bottom: 1.34vw;
  font-size: 3.74vw;
  font-weight: bold;
}
.concept-bubble::before {
  content: "";
  position: absolute;
  top: -3.73vw;
  left: 50%;
  width: 10.14vw;
  height: 6.94vw;
  transform: translateX(-50%);
  background: url("../../images/ico_triangle.svg");
}

.concept-bubble-list__item {
  position: relative;
  margin-bottom: 1.34vw;
  padding-left: 5.34vw;
  font-size: 3.2vw;
  line-height: 1.3;
}
.concept-bubble-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.54vw;
  left: 0;
  width: 4vw;
  height: 2.94vw;
  background: url("../../images/ico_check.svg") no-repeat center/4vw 2.94vw;
}
.concept-feature__box--game .concept-bubble-list__item::before {
  top: 0.27vw;
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 1.34vw;
  background: url("../../images/ico_exclamation.svg") no-repeat center/3.2vw 3.2vw;
}

.concept-jobs-list {
  display: flex;
  flex-wrap: wrap;
}
.concept-jobs-list__item {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 2.67vw) / 2);
  margin-right: 2.67vw;
  padding: 5.34vw 1.34vw 2.67vw;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0.54vw 1.87vw rgba(62, 76, 89, 0.1);
}
.concept-jobs-list__item:nth-child(even) {
  margin-right: 0;
}
.concept-jobs-list__item:nth-child(-n+2) {
  margin-bottom: 2.67vw;
}
.concept-jobs-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.34vw;
  height: 21.34vw;
  margin: 0 auto 5.34vw;
  border-radius: 50%;
  background: #bae3ff;
  box-shadow: 0 0 4vw rgba(186, 227, 255, 0.3);
}
.concept-jobs-list__image img {
  height: 9.34vw;
}
.concept-jobs-list__title {
  margin-bottom: 2.67vw;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}

.concept-detailed-jobs-list__item {
  position: relative;
  margin-bottom: 2.67vw;
  padding-left: 2.94vw;
  font-size: 3.2vw;
  line-height: 1;
}
.concept-detailed-jobs-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6vw;
  height: 1.6vw;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2186eb;
}

.faq {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 16vw 0;
  background: #f4fafd;
}
.faq::before, .faq::after {
  content: "";
  display: block;
  position: absolute;
  opacity: .6;
}
.faq::before {
  z-index: -1;
  top: -16vw;
  left: -13.33vw;
  width: 32vw;
  height: 33.6vw;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_flow02-front.svg") no-repeat center/cover;
}
.faq::after {
  z-index: -2;
  top: -16vw;
  left: -13.33vw;
  width: 33.87vw;
  height: 33.6vw;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_flow02-back.svg") no-repeat center/cover;
}
.faq__inner {
  padding: 0 5.34vw;
}
.faq__box {
  margin: 0 0 6.67vw;
  overflow: hidden;
  transition: .3s linear;
  border-radius: 2.67vw;
  background-color: #fff;
  box-shadow: 0 0 1.34vw rgba(0, 0, 0, 0.1);
}
.faq__box:last-child {
  margin: 0;
}
.faq__title {
  display: flex;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  margin-right: 4vw;
  background: #e6f6ff;
  color: #2186eb;
  font-family: 'Roboto', sans-serif;
  font-size: 6.94vw;
  font-weight: bold;
}
.faq__text {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
}
.faq__answer {
  position: relative;
  margin: 2.67vw;
  padding: 4vw 0 0 10.67vw;
  font-size: 3.2vw;
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  color: #2186eb;
  font-family: 'Roboto', sans-serif;
  font-size: 6.94vw;
  font-weight: bold;
}

.flow {
  width: 100%;
  position: relative;
  padding: 16vw 0;
  overflow: hidden;
}
.flow::before, .flow::after {
  content: "";
  display: block;
  position: absolute;
  opacity: .6;
}
.flow::before {
  z-index: -1;
  top: -8vw;
  right: -13.33vw;
  width: 35.47vw;
  height: 34.94vw;
  animation: rotate 40s linear infinite;
  background: url("../../images/circle_flow01-front.svg") no-repeat center/cover;
}
.flow::after {
  z-index: -2;
  top: -8vw;
  right: -13.33vw;
  width: 38.14vw;
  height: 34.94vw;
  animation: rotateReverse 40s linear infinite;
  background: url("../../images/circle_flow01-back.svg") no-repeat center/cover;
}
.flow__inner {
  padding: 0 5.34vw;
}
.flow__bg {
  position: relative;
  z-index: 1;
}
.flow__bg::before, .flow__bg::after {
  content: "";
  display: block;
  position: absolute;
  opacity: .6;
}
.flow__bg::before {
  z-index: -1;
  top: -8vw;
  left: -13.33vw;
  width: 32vw;
  height: 33.6vw;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_flow02-front.svg") no-repeat center/cover;
}
.flow__bg::after {
  z-index: -2;
  top: -8vw;
  left: -13.33vw;
  width: 33.87vw;
  height: 33.6vw;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_flow02-back.svg") no-repeat center/cover;
}
.flow__lead {
  font-size: 4.27vw;
  text-align: center;
}
.flow__step {
  margin-top: 10.67vw;
}
.flow__box {
  display: flex;
  align-items: center;
  margin: 0 auto 10.67vw;
}
.flow__box:last-child .flow__ico::before {
  content: none;
}
.flow__ico {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 14.67vw;
  min-width: 14.67vw;
  height: 14.67vw;
  margin-right: 5.34vw;
  border-radius: 50%;
  background: #7cc4fa;
}
.flow__ico::before {
  content: "";
  position: absolute;
  top: 14.67vw;
  width: 1.6vw;
  height: 14.67vw;
  background: #7cc4fa;
}
.flow__ico img {
  height: 6.67vw;
}
.flow__heading {
  font-size: 4.8vw;
  font-weight: bold;
}
.flow__desc {
  opacity: .7;
  color: #3e4c59;
  font-size: 3.2vw;
}

.heading {
  position: relative;
  margin: 0 0 16vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.34vw;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: -5.33vw;
  left: 50%;
  width: 18.67vw;
  height: 1.6vw;
  transform: translateX(-50%);
  background: url("../../images/ico_heading.svg") no-repeat center center/100% 100%;
}
.heading__jp {
  display: block;
  margin-top: -1.33vw;
  font-size: 4.27vw;
}

.heading02 {
  position: relative;
  margin-bottom: 10.67vw;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.heading02::after {
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 50%;
  width: 8vw;
  height: 0.54vw;
  transform: translateX(-50%);
  background: #f9703e;
}

.hero {
  width: 100%;
  position: relative;
  padding-bottom: 16vw;
  overflow: hidden;
}
.hero__inner {
  padding: 0 5.34vw;
}
.hero__image {
  display: flex;
  position: absolute;
  top: -6.66vw;
  left: 50%;
  justify-content: center;
  width: 117.34vw;
  margin: 0 auto;
  transform: translateX(-50%);
}
.hero__image img {
  width: 100%;
}
.hero__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -34.93vw;
  left: 53.34vw;
  width: 152.81vw;
  height: 149.6vw;
  transform: translateX(-50%);
  background: url("../../images/circle_hero-square.svg") no-repeat center/cover;
}
.hero__image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 5.34vw;
  left: 50%;
  width: 129.34vw;
  height: 128vw;
  transform: translateX(-50%);
  background: url("../../images/circle_hero-back.svg") no-repeat center/cover;
}
.hero__catch {
  padding-top: 112.01vw;
}
.hero__headline {
  font-size: 6.94vw;
  line-height: 1.5;
}
.hero__headline span {
  color: #f35627;
}
.hero__desc {
  margin: 4vw 0 0;
  font-size: 3.74vw;
}

.interview {
  width: 100%;
  position: relative;
  padding: 16vw 0;
  background: #f4fafd;
  box-shadow: 0 6.67vw 6.67vw rgba(53, 67, 78, 0.05);
}
.interview__inner {
  padding: 0 5.34vw;
}
.interview__content {
  margin-bottom: 16vw;
}

.interview-company {
  position: relative;
  margin-bottom: 12vw;
}
.interview-company__name {
  margin-bottom: 4vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.interview-company__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48vw;
  margin-bottom: 4vw;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0.54vw 4vw rgba(62, 76, 89, 0.1);
}
.interview-company__logo img {
  height: 18.67vw;
}

.interview-voice__title {
  margin-bottom: 1.34vw;
  font-size: 4.27vw;
  font-weight: bold;
}
.interview-voice__desc {
  margin-bottom: 2.67vw;
  font-size: 3.74vw;
}

.interview-creator__title {
  margin-bottom: 4vw;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.interview-creator__box {
  padding: 5.34vw 8vw;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0.54vw 4vw rgba(62, 76, 89, 0.1);
}
.interview-creator__profile {
  display: flex;
  align-items: center;
  margin-bottom: 5.34vw;
}
.interview-creator__image {
  width: 16vw;
  height: 16vw;
  margin-right: 2.67vw;
  overflow: hidden;
  border-radius: 50%;
}
.interview-creator__position {
  font-size: 4.27vw;
  font-weight: bold;
}
.interview-creator__details {
  display: flex;
}
.interview-creator__detail {
  margin-right: 2.67vw;
  font-size: 3.2vw;
  font-weight: bold;
}
.interview-creator__detail:last-child {
  margin-right: 0;
}

.interview-creator-list__item {
  margin-bottom: 2.67vw;
  padding-left: calc(1em + 2.4vw);
  font-size: 3.74vw;
  text-indent: calc(-1em - 2.4vw);
}
.interview-creator-list__item:last-child {
  margin-bottom: 0;
}
.interview-creator-list__item::before {
  content: "";
  display: inline-block;
  width: 4.8vw;
  height: 3.74vw;
  margin-right: 2.4vw;
  background: url("../../images/ico_check.svg") no-repeat center/cover;
}

.introduction__heading {
  position: relative;
  margin-bottom: 10.67vw;
  font-size: 5.34vw;
  font-weight: bold;
  text-align: center;
}
.introduction__heading span {
  display: block;
  margin-top: -0.8vw;
  font-size: 4.27vw;
  letter-spacing: 0.27vw;
}
.introduction__heading::before, .introduction__heading::after {
  content: "";
  position: absolute;
}
.introduction__heading::before {
  top: -2.66vw;
  left: -2.66vw;
  width: 5.34vw;
  height: 3.47vw;
  background: url("../../images/img_quote.png") no-repeat center/5.34vw 3.47vw;
}
.introduction__heading::after {
  right: -1.33vw;
  bottom: -2.66vw;
  width: 5.34vw;
  height: 3.47vw;
  transform: rotate(180deg);
  background: url("../../images/img_quote.png") no-repeat center/5.34vw 3.47vw;
}

.introduction-content {
  margin-bottom: 16vw;
}
.introduction-content:last-child {
  margin-bottom: 0;
}

.introduction-coach {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16vw;
}
.introduction-coach:last-child {
  margin-bottom: 0;
}
.introduction-coach__image-box {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 2.67vw;
}
.introduction-coach__image-box::before, .introduction-coach__image-box::after {
  content: "";
  display: block;
  position: absolute;
}
.introduction-coach__image-box::before {
  z-index: -1;
  animation: rotate 40s linear infinite;
}
.introduction-coach__image-box::after {
  z-index: -2;
  animation: rotateReverse 40s linear infinite;
}
.introduction-coach--01 .introduction-coach__image-box::before {
  bottom: -5.33vw;
  left: -5.33vw;
  width: 53.34vw;
  height: 53.34vw;
  background: url("../../images/circle_introduction-coach01-front.svg") no-repeat center/cover;
}
.introduction-coach--01 .introduction-coach__image-box::after {
  bottom: -1.33vw;
  left: -8vw;
  width: 53.6vw;
  height: 56.01vw;
  background: url("../../images/circle_introduction-coach01-back.svg") no-repeat center/cover;
}
.introduction-coach--02 .introduction-coach__image-box::before {
  top: -1.33vw;
  right: -8vw;
  width: 61.6vw;
  height: 66.67vw;
  background: url("../../images/circle_introduction-coach02-front.svg") no-repeat center/cover;
}
.introduction-coach--02 .introduction-coach__image-box::after {
  top: -10.66vw;
  right: -18.66vw;
  width: 80.27vw;
  height: 82.67vw;
  background: url("../../images/circle_introduction-coach02-back.svg") no-repeat center/cover;
}
.introduction-coach__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.introduction-coach__image {
  width: 66.14vw;
  height: 65.61vw;
}
.introduction-coach__image image {
  width: 100%;
  height: 100%;
}
.introduction-coach__title {
  margin-bottom: 2.67vw;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4;
}
.introduction-coach__title span {
  color: #f35627;
}
.introduction-coach__person {
  margin-bottom: 2.67vw;
  font-size: 3.74vw;
  font-weight: bold;
}
.introduction-coach__desc {
  font-size: 3.74vw;
}

.introduction-creators__item {
  width: 74.67vw;
  margin: 0 5.34vw;
  overflow: hidden;
  border-radius: 2.67vw;
  box-shadow: 0 0.54vw 1.6vw rgba(97, 110, 124, 0.15);
}
.introduction-creators__image {
  height: 52.54vw;
}
.introduction-creators__image img {
  height: 100%;
}
.introduction-creators__body {
  position: relative;
  padding: 16vw 5.34vw 5.34vw;
}
.introduction-creators__job {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 2.67vw 2.67vw 0;
  background: #7cc4fa;
  color: #fff;
  font-size: 3.74vw;
  font-weight: bold;
}
.introduction-creators__job::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3.73vw;
  left: 0;
  width: 100%;
  height: 4.27vw;
  background: url("../../images/bg_creators.png") no-repeat center/contain;
}
.introduction-creators__title {
  margin-bottom: 1.34vw;
  font-size: 4.27vw;
  font-weight: bold;
}
.introduction-creators__person {
  margin-bottom: 1.34vw;
  font-size: 3.74vw;
  font-weight: bold;
}
.introduction-creators__desc {
  font-size: 3.74vw;
}
.introduction-creators .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.34vw;
}
.introduction-creators .slick-dots li {
  margin: 0 1.34vw;
}
.introduction-creators .slick-dots button {
  display: block;
  width: 4vw;
  height: 4vw;
  padding: 1.34vw;
  border: 0;
  border-radius: 2vw;
  outline: none;
  background: #cbd2d9;
  font-size: 0;
  cursor: pointer;
}
.introduction-creators .slick-active button {
  background: #7cc4fa;
}
.introduction-creators .slick-arrow {
  z-index: 1;
  top: 50%;
  width: 3.2vw;
  height: 5.87vw;
  padding: 5.34vw;
  border: 0;
  outline: none;
  background: url("../../images/ico_arrow05.svg") no-repeat center/3.2vw 5.87vw;
  font-size: 0;
}
.introduction-creators .slick-prev {
  left: -4.53vw;
  transform: translateY(-50%);
}
.introduction-creators .slick-next {
  right: -4.53vw;
  transform: translateY(-50%) rotate(180deg);
}

.pickup {
  width: 100%;
  position: relative;
  padding-top: 16vw;
}
.pickup__jump {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.34vw auto 0;
  color: #f9703e;
  font-size: 4.27vw;
  font-weight: bold;
}
.pickup__jump::after {
  content: "";
  display: inline-block;
  width: 4.27vw;
  height: 4.27vw;
  margin-left: 2.67vw;
  background: url("../../images/ico_arrow02.svg") no-repeat center/cover;
}

.pickup-list {
  position: relative;
  overflow: hidden;
}
.pickup-list::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: calc(50% - 62.94vw);
  left: calc(50% - 62.14vw);
  width: 126.14vw;
  height: 124.54vw;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_pickup-front.svg") no-repeat center/cover;
}
.pickup-list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: calc(50% - 62.94vw);
  left: calc(50% - 62.14vw);
  width: 126.14vw;
  height: 124.54vw;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_pickup-back.svg") no-repeat center/cover;
}
.pickup-list__item {
  width: 74.67vw;
  margin: 0 6.67vw;
  overflow: hidden;
  border-radius: 2.67vw;
  box-shadow: 0 0.54vw 1.6vw rgba(97, 110, 124, 0.15);
}
.pickup-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53.34vw;
}
.pickup-list__image img {
  height: 100%;
}
.pickup-list__body {
  box-sizing: border-box;
  height: 53.34vw;
  padding: 6.67vw 0 8vw;
  background: #fff;
}
.pickup-list__job {
  position: relative;
  margin-bottom: 6.67vw;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.pickup-list__job::after {
  content: "";
  position: absolute;
  bottom: -1.86vw;
  left: 50%;
  width: 8vw;
  height: 0.54vw;
  transform: translateX(-50%);
  background: #f9703e;
}
.pickup-list__experience {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  text-align: center;
}
.pickup-list__desc {
  text-align: center;
}
.pickup-list .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2.67vw;
}
.pickup-list .slick-dots li {
  margin: 0 1.34vw;
}
.pickup-list .slick-dots button {
  display: block;
  width: 4vw;
  height: 4vw;
  padding: 1.34vw;
  border: 0;
  border-radius: 2vw;
  outline: none;
  background: #cbd2d9;
  font-size: 0;
  cursor: pointer;
}
.pickup-list .slick-active button {
  background: #7cc4fa;
}
.pickup-list .slick-arrow {
  z-index: 1;
  top: 50%;
  width: 3.2vw;
  height: 5.87vw;
  padding: 5.34vw;
  border: 0;
  outline: none;
  background: url("../../images/ico_arrow05.svg") no-repeat center/3.2vw 5.87vw;
  font-size: 0;
}
.pickup-list .slick-prev {
  left: 1.07vw;
  transform: translateY(-50%);
}
.pickup-list .slick-next {
  right: 1.07vw;
  transform: translateY(-50%) rotate(180deg);
}

.pickup-project-list__item {
  font-size: 3.74vw;
  text-align: center;
}

.point {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.34vw;
}

.point-list {
  display: flex;
  justify-content: space-between;
}
.point-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26.67vw;
}
.point-list__item:nth-child(2) .point-list__ico::before {
  animation: rotateReverse 30s linear infinite;
}
.point-list__item:nth-child(2) .point-list__ico::after {
  animation: rotate 30s linear infinite;
}
.point-list__ico {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.point-list__ico img {
  height: 8vw;
}
.point-list__ico::after, .point-list__ico::before {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
}
.point-list__ico::before {
  z-index: -1;
  top: calc(50% - 12vw);
  left: calc(50% - 12vw);
  width: 24vw;
  height: 24vw;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_point_front.svg") no-repeat center/cover;
}
.point-list__ico::after {
  z-index: -2;
  top: calc(50% - vw(35));
  left: calc(50% - vw(35));
  width: 18.67vw;
  height: 18.67vw;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_point_back.svg") no-repeat center/cover;
}
.point-list__desc {
  margin-top: 8vw;
  font-size: 2.67vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.uniqueness {
  width: 100%;
  padding: 16vw 0;
  overflow: hidden;
  box-shadow: 0 6.67vw 6.67vw rgba(53, 67, 78, 0.05);
}
.uniqueness__inner {
  padding: 0 5.34vw 16vw;
}

.uniqueness-content {
  position: relative;
  margin-bottom: 16vw;
}
.uniqueness-content:last-child {
  margin-bottom: 0;
}
.uniqueness-content--02 {
  margin-bottom: 16vw;
}
.uniqueness-content__heading {
  margin-bottom: 5.34vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.uniqueness-content__num {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 22.67vw;
  height: 22.67vw;
  margin: 0 auto 1.34vw;
  color: #2186eb;
  font-size: 5.34vw;
}
.uniqueness-content__num::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 20.27vw;
  height: 18.94vw;
  transform: translate(-50%, -50%);
  background: url("../../images/circle_uniqueness-h-front.svg") no-repeat center/cover;
}
.uniqueness-content__num::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 22.4vw;
  height: 22.4vw;
  transform: translate(-50%, -50%);
  background: url("../../images/circle_uniqueness-h-back.svg") no-repeat center/cover;
}
.uniqueness-content__desc {
  margin-bottom: 10.67vw;
  font-size: 3.74vw;
}

.uniqueness-coach__image-box {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 8vw;
}
.uniqueness-coach__image-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -21.33vw;
  left: -15.73vw;
  width: 117.6vw;
  height: 108.54vw;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_uniqueness-coach-front.svg") no-repeat center/cover;
}
.uniqueness-coach__image-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -20vw;
  left: -12vw;
  width: 109.34vw;
  height: 117.34vw;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_uniqueness-coach-back.svg") no-repeat center/cover;
}
.uniqueness-coach__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.uniqueness-coach__image {
  width: 100%;
  height: 100%;
}

.uniqueness-coach-flow {
  position: relative;
}
.uniqueness-coach-flow__item {
  position: relative;
  margin-bottom: 16vw;
}
.uniqueness-coach-flow__item:last-child {
  margin-bottom: 0;
}
.uniqueness-coach-flow__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11.46vw;
  left: 50%;
  width: 10.67vw;
  height: 6.14vw;
  transform: translateX(-50%);
}
.uniqueness-coach-flow__item--1::after {
  background: url("../../images/ico_arrow03.svg") no-repeat;
}
.uniqueness-coach-flow__item--2::after {
  background: url("../../images/ico_arrow04.svg") no-repeat;
}
.uniqueness-coach-flow__title {
  position: relative;
  margin-bottom: 1.34vw;
  font-size: 4.27vw;
  font-weight: bold;
}
.uniqueness-coach-flow__num {
  display: none;
}
.uniqueness-coach-flow__desc {
  font-size: 3.74vw;
}

.uniqueness-planner__title {
  margin-bottom: -5.33vw;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.uniqueness-planner__image {
  width: 100%;
}
.uniqueness-planner__image img {
  width: 100%;
}
