@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
/*============================
//_mixin.cscc
============================ */
@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);
  }
}
/*============================
//_button.scss
//PC
============================ */
.button {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 60px;
  margin: 75px auto 0;
  transition: .3s;
  border-radius: 100vh;
  background-image: linear-gradient(-90deg, #ff9466, #c34823);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.button::before, .button::after {
  content: "";
  position: absolute;
  transition: .3s;
}
.button::before {
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 15px solid #be6731;
  border-radius: 100vh;
  opacity: .1;
  pointer-events: none;
}
.button::after {
  display: inline-block;
  bottom: 0;
  left: calc(50% - 150px);
  width: 300px;
  height: 60px;
  transform-style: preserve-3d;
  border-radius: 100vh;
  opacity: 0;
  background: #be6731;
  filter: blur(15px);
}
@media all and (-ms-high-contrast: none) {
  .button::after {
    display: 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: 25px;
  width: 13px;
  height: 11px;
  transform: translateY(-50%) rotate(180deg);
  background: url("../../images/ico_arrow01.svg") no-repeat center/cover;
}
.button:hover {
  transition: .3s;
}
.button--hero {
  margin: 75px 0 0;
}
.button:hover {
  transform: scale(1.05);
}
.button:hover::before {
  transform: scale(-1.05);
  opacity: 0;
}
.button:hover::after {
  bottom: -15px;
  opacity: .5;
}
@media all and (-ms-high-contrast: none) {
  .button:hover {
    box-shadow: 0 10px 30px rgba(195, 72, 35, 0.3);
  }
}

.button-secondary {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 60px;
  margin: 75px auto 0;
  transition: .3s;
  border-radius: 100vh;
  background-image: linear-gradient(-90deg, #7cc4fa, #0967d2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.button-secondary::before, .button-secondary::after {
  content: "";
  position: absolute;
  transition: .3s;
}
.button-secondary::before {
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 15px solid #0967d2;
  border-radius: 100vh;
  opacity: .1;
  pointer-events: none;
}
.button-secondary::after {
  display: inline-block;
  bottom: 0;
  left: calc(50% - 150px);
  width: 300px;
  height: 60px;
  transform-style: preserve-3d;
  border-radius: 100vh;
  opacity: 0;
  background: #0967d2;
  filter: blur(15px);
}
@media all and (-ms-high-contrast: none) {
  .button-secondary::after {
    display: 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: 25px;
  width: 13px;
  height: 11px;
  transform: translateY(-50%) rotate(180deg);
  background: url("../../images/ico_arrow01.svg") no-repeat center/cover;
}
.button-secondary:hover {
  transition: .3s;
}
.button-secondary::after {
  left: calc(50% - 75px);
  width: 150px;
}
.button-secondary:hover {
  transform: scale(1.05);
}
.button-secondary:hover::before {
  transform: scale(-1.05);
  opacity: 0;
}
.button-secondary:hover::after {
  bottom: -15px;
  opacity: .5;
}
@media all and (-ms-high-contrast: none) {
  .button-secondary:hover {
    box-shadow: 0 10px 30px rgba(9, 103, 210, 0.3);
  }
}
.interview-voice .button-secondary {
  width: 260px;
}

/*============================
//_contact.scss
//PC
============================ */
.uly-contact-game {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  margin-bottom: -80px;
  padding: 100px 0;
  background: #f4fafd;
}
.uly-contact-game__inner {
  padding: 0;
}
.uly-contact-game__left {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  border-radius: 100vh;
  background: rgba(255, 255, 255, 0.2);
}
.uly-contact-game__left img {
  max-width: 24px;
  max-height: 24px;
  margin: 0;
}
.uly-contact-game__right {
  width: none;
  margin: 0;
}
.uly-contact-game__right--tel {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
}
.uly-contact-game__right--form {
  font-size: 20px;
}

.uly-heading--game {
  position: relative;
  margin: 0 0 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-align: center;
}
.uly-heading--game::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 35px);
  width: 70px;
  height: 6px;
  background: url("../../images/ico_heading.svg") no-repeat 100% 100%;
}

/*============================
//_common.scss
//PC
============================ */
.is-onlySP {
  display: none;
}

.is-onlyPC {
  display: block;
}

body {
  color: #3e4c59;
  letter-spacing: 0;
  line-height: 1.7;
}

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 {
  z-index: 2;
  min-width: 1300px;
  background: #fff;
  letter-spacing: .07em;
}

.main {
  position: relative;
  min-width: 1300px;
}

.concept {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  margin-top: -130px;
  padding: 280px 0 120px;
  background: #f4fafd;
  box-shadow: 0 50px 50px rgba(53, 67, 78, 0.05);
}
.concept__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.concept__desc {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.concept::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -70px;
  width: 100%;
  height: 82px;
  background: url("../../images/bg_scraped.png") no-repeat center/100% 82px;
}

.concept-feature {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 120px;
}
.concept-feature__box {
  padding: 40px 45px 50px 80px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(62, 76, 89, 0.1);
}
.concept-feature__box--game {
  position: relative;
  padding-left: 45px;
}
.concept-feature__box--game::before {
  content: "";
  position: absolute;
  top: 110px;
  right: -70px;
  width: 122px;
  height: 159px;
  background: url("../../images/img_arrow-feature.png") no-repeat center/cover;
}
.concept-feature__title {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.concept-feature__image {
  display: flex;
  justify-content: center;
  height: 168px;
  margin-bottom: 30px;
}
.concept-feature__image img {
  height: 100%;
}

.concept-bubble {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  padding: 25px 0;
  border-radius: 10px;
  background: #f5f7fa;
}
.concept-bubble__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.concept-bubble::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 38px;
  height: 26px;
  transform: translateX(-50%);
  background: url("../../images/ico_triangle.svg");
}

.concept-bubble-list__item {
  font-size: 14px;
}
.concept-bubble-list__item::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 15px;
  height: 11px;
  margin-right: 3px;
  background: url("../../images/ico_check.svg") no-repeat;
}
.concept-feature__box--game .concept-bubble-list__item::before {
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../../images/ico_exclamation.svg") no-repeat center/cover;
}

.concept-jobs-list {
  display: flex;
}
.concept-jobs-list__item {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(62, 76, 89, 0.1);
}
.concept-jobs-list__item:last-child {
  margin-right: 0;
}
.concept-jobs-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #bae3ff;
  box-shadow: 0 0 15px rgba(186, 227, 255, 0.3);
}
.concept-jobs-list__image img {
  height: 40px;
}
.concept-jobs-list__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

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

.faq {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background: #f4fafd;
}
.faq__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.faq__box {
  margin: 0 0 30px;
  overflow: hidden;
  transition: .3s linear;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq__box:last-child {
  margin: 0;
}
.faq__title {
  display: flex;
  transition: .3s linear;
  font-size: 16px;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 25px 0 0;
  transition: .3s linear;
  background: #e6f6ff;
  color: #2186eb;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.faq__text {
  display: flex;
  align-items: center;
  width: calc(100% - 90px);
}
.faq__answer {
  position: relative;
  margin: 20px 40px 40px 20px;
  padding: 10px 0 0 65px;
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 15px;
  color: #2186eb;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.flow {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.flow::before, .flow::after {
  content: "";
  display: block;
  position: absolute;
  opacity: .6;
}
.flow::before {
  z-index: -1;
  top: -120px;
  right: -50px;
  width: 365px;
  height: 358px;
  animation: rotate 40s linear infinite;
  background: url("../../images/circle_flow01-front.svg") no-repeat;
}
.flow::after {
  z-index: -2;
  top: -100px;
  right: -50px;
  width: 391px;
  height: 358px;
  animation: rotateReverse 40s linear infinite;
  background: url("../../images/circle_flow01-back.svg") no-repeat;
}
.flow__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.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: -220px;
  left: -60px;
  width: 365px;
  height: 384px;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_flow02-front.svg") no-repeat;
}
.flow__bg::after {
  z-index: -2;
  top: -200px;
  left: -80px;
  width: 386px;
  height: 384px;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_flow02-back.svg") no-repeat;
}
.flow__lead {
  margin: 60px 0 0;
  font-size: 16px;
  text-align: center;
}
.flow__step {
  margin: 60px 0 0;
}
.flow__box {
  display: flex;
  position: relative;
  align-items: center;
  width: 560px;
  margin: 0 auto 35px;
}
.flow__box:last-child .flow__ico::before {
  content: none;
}
.flow__ico {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin: 0 25px 0 0;
  border-radius: 50%;
  background: #7cc4fa;
}
.flow__ico::before {
  content: "";
  position: absolute;
  top: 64px;
  width: 6px;
  height: 50px;
  background: #7cc4fa;
}
.flow__ico img {
  max-height: 30px;
}
.flow__heading {
  font-size: 20px;
}
.flow__desc {
  margin: 10px 0 0;
  opacity: .7;
  color: #3e4c59;
  font-size: 14px;
}

.heading {
  position: relative;
  margin: 0 0 80px;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 70px;
  height: 6px;
  transform: translateX(-50%);
  background: url("../../images/ico_heading.svg") no-repeat center center/100% 100%;
}
.heading__jp {
  display: block;
  font-size: 16px;
}

.heading02 {
  position: relative;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.heading02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  background: #f9703e;
}

.hero {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 84px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../../images/img_hero_nav.png") no-repeat center center/100% 100%;
}
.hero__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 255px 0 120px;
}
.hero__image {
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -200px;
  width: 766.262px;
  height: 722.058px;
}
.hero__image img {
  width: 100%;
}
.hero__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -20px;
  width: 736px;
  height: 686px;
  background: url("../../images/circle_hero-square.svg") no-repeat center;
}
.hero__image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -100px;
  left: -164px;
  width: 1300px;
  height: 1100px;
  background: url("../../images/circle_hero-back.svg") no-repeat;
}
.hero__headline {
  font-size: 50px;
  line-height: 1.4;
}
.hero__headline span {
  color: #f35627;
}
.hero__desc {
  margin: 20px 0 0;
  font-size: 18px;
}

.interview {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  background: #f4fafd;
  box-shadow: 0 50px 50px rgba(53, 67, 78, 0.05);
}
.interview__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
}
.interview__content {
  width: 900px;
  margin: 0 auto 100px;
}
.interview__content:last-of-type {
  margin-bottom: 0;
}

.interview-company {
  position: relative;
  margin-bottom: 35px;
}
.interview-company__name {
  width: 410px;
  margin: 0 0 10px auto;
  font-size: 24px;
  font-weight: bold;
}
.interview-company__logo {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 380px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(62, 76, 89, 0.1);
}
.interview-company__logo img {
  height: 90px;
}

.interview-voice {
  width: 410px;
  margin-left: auto;
}
.interview-voice__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.interview-voice__desc {
  margin-bottom: 10px;
  font-size: 14px;
}
.interview-voice .button-secondary {
  margin: 45px 0 0 15px;
}

.interview-creator {
  width: 900px;
  margin: 0 auto;
}
.interview-creator__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.interview-creator__box {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(62, 76, 89, 0.1);
}
.interview-creator__profile {
  display: flex;
  align-items: center;
}
.interview-creator__image {
  position: relative;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.interview-creator__image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.interview-creator__position {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.interview-creator__details {
  display: flex;
}
.interview-creator__detail {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.interview-creator__detail:last-child {
  margin-right: 0;
}

.interview-creator-list {
  width: 400px;
}
.interview-creator-list__item {
  margin-bottom: 10px;
  padding-left: calc(1em + 9px);
  font-size: 16px;
  text-indent: calc(-1em - 9px);
}
.interview-creator-list__item:last-child {
  margin-bottom: 0;
}
.interview-creator-list__item::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 9px;
  background: url("../../images/ico_check.svg") no-repeat center/cover;
}

.introduction__heading {
  position: relative;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.introduction__heading span {
  display: block;
  margin-top: -3px;
  font-size: 28px;
}
.introduction__heading::before, .introduction__heading::after {
  content: "";
  position: absolute;
}
.introduction__heading::before {
  top: -10px;
  left: 200px;
  width: 46px;
  height: 30px;
  background: url("../../images/img_quote.png") no-repeat center/46px 30px;
}
.introduction__heading::after {
  right: 180px;
  bottom: -10px;
  width: 46px;
  height: 30px;
  transform: rotate(180deg);
  background: url("../../images/img_quote.png") no-repeat center/46px 30px;
}

.introduction-content {
  margin-bottom: 100px;
}
.introduction-content:last-child {
  margin-bottom: 0;
}

.introduction-coach {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.introduction-coach:last-child {
  margin-bottom: 0;
}
.introduction-coach--02 {
  flex-direction: row-reverse;
}
.introduction-coach__image-box {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 80px;
}
.introduction-coach__image-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  animation: rotate 40s linear infinite;
}
.introduction-coach__image-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  animation: rotateReverse 40s linear infinite;
}
.introduction-coach--01 .introduction-coach__image-box::before {
  top: 40px;
  left: -50px;
  width: 340px;
  height: 355px;
  background: url("../../images/circle_introduction-coach01-front.svg") no-repeat;
}
.introduction-coach--01 .introduction-coach__image-box::after {
  top: 0;
  left: -30px;
  width: 340px;
  height: 355px;
  background: url("../../images/circle_introduction-coach01-back.svg") no-repeat;
}
.introduction-coach--02 .introduction-coach__image-box {
  margin: 0 0 0 80px;
}
.introduction-coach--02 .introduction-coach__image-box::before {
  top: 20px;
  right: -90px;
  width: 389px;
  height: 429px;
  background: url("../../images/circle_introduction-coach02-front.svg") no-repeat;
}
.introduction-coach--02 .introduction-coach__image-box::after {
  top: -60px;
  right: -120px;
  width: 554px;
  height: 523px;
  background: url("../../images/circle_introduction-coach02-back.svg") no-repeat;
}
.introduction-coach__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.introduction-coach__image {
  width: 410.246px;
  height: 407.509px;
}
.introduction-coach__image image {
  width: 100%;
  height: 100%;
}
.introduction-coach__content {
  width: 445px;
}
.introduction-coach__title {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}
.introduction-coach__title span {
  color: #f35627;
}
.introduction-coach__person {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.introduction-coach__desc {
  font-size: 16px;
}

.introduction-creators {
  display: flex;
  justify-content: center;
}
.introduction-creators__item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 13px rgba(97, 110, 124, 0.15);
}
.introduction-creators__item:last-child {
  margin-right: 0;
}
.introduction-creators__image {
  height: 220px;
}
.introduction-creators__image img {
  height: 100%;
}
.introduction-creators__body {
  position: relative;
  padding: 70px 20px 30px;
}
.introduction-creators__job {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px 0;
  background: #7cc4fa;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.introduction-creators__job::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url("../../images/bg_creators.png") no-repeat center/100% 17px;
}
.introduction-creators__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.introduction-creators__person {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.introduction-creators__desc {
  font-size: 14px;
}

.pickup {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 120px 0;
}
.pickup__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.pickup__jump {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 880px;
  margin: 30px auto 0;
  color: #f9703e;
  font-size: 22px;
  font-weight: bold;
}
.pickup__jump::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transition: .3s;
  background: url("../../images/ico_arrow02.svg") no-repeat;
}
.pickup__jump:hover::after {
  transform: scale(1.2, 1.2);
}

.pickup-list {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.pickup-list::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: calc(50% - 361px);
  left: calc(50% - 393px);
  width: 782px;
  height: 786px;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_pickup-front.svg") no-repeat;
}
.pickup-list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: calc(50% - 358px);
  left: calc(50% - 377px);
  width: 766px;
  height: 754px;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_pickup-back.svg") no-repeat;
}
.pickup-list__item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 13px rgba(97, 110, 124, 0.15);
}
.pickup-list__item:last-child {
  margin-right: 0;
}
.pickup-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow: hidden;
}
.pickup-list__image img {
  height: 100%;
}
.pickup-list__body {
  padding: 25px 0 30px;
}
.pickup-list__job {
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.pickup-list__job::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #f9703e;
}
.pickup-list__experience {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}
.pickup-list__desc {
  text-align: center;
  font-size: 16px;
}

.pickup-project-list__item {
  text-align: center;
}

.point {
  min-width: 1300px;
  margin-top: -60px;
}

.point-list {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.point-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}
.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;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.point-list__ico img {
  height: 70px;
}
.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% - 110px);
  left: calc(50% - 110px);
  width: 220px;
  height: 220px;
  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% - 90px);
  left: calc(50% - 90px);
  width: 180px;
  height: 180px;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_point_back.svg") no-repeat center/cover;
}
.point-list__desc {
  margin-top: -20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.uniqueness {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 50px 50px rgba(53, 67, 78, 0.05);
}
.uniqueness__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
}

.uniqueness-content {
  position: relative;
  margin-bottom: 120px;
}
.uniqueness-content:last-child {
  margin-bottom: 0;
}
.uniqueness-content::before, .uniqueness-content::after {
  content: "";
  display: block;
  position: absolute;
  opacity: .6;
}
.uniqueness-content::before {
  animation: upDown 8s linear infinite;
}
.uniqueness-content::after {
  animation: upDown 8s linear infinite;
}
.uniqueness-content--01::before {
  z-index: -1;
  top: -80px;
  left: -510px;
  width: 825px;
  height: 803px;
  background: url("../../images/bg_uniqueness01-front.svg") no-repeat;
}
.uniqueness-content--01::after {
  z-index: -2;
  top: -130px;
  left: -600px;
  width: 916px;
  height: 908px;
  background: url("../../images/bg_uniqueness01-back.svg") no-repeat;
}
.uniqueness-content--01 .uniqueness-content__desc {
  margin-bottom: 40px;
}
.uniqueness-content--02::before {
  z-index: -1;
  top: -250px;
  right: -650px;
  width: 806px;
  height: 806px;
  background: url("../../images/bg_uniqueness02-front.svg") no-repeat;
}
.uniqueness-content--02::after {
  z-index: -2;
  top: -250px;
  right: -650px;
  width: 825px;
  height: 803px;
  background: url("../../images/bg_uniqueness02-back.svg") no-repeat;
}
.uniqueness-content__heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.uniqueness-content__num {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  margin: 0 auto 10px;
  color: #2186eb;
}
.uniqueness-content__num::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 61px;
  transform: translate(-50%, -50%);
  background: url("../../images/circle_uniqueness-h-front.svg") no-repeat;
}
.uniqueness-content__num::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  background: url("../../images/circle_uniqueness-h-back.svg") no-repeat;
}
.uniqueness-content__desc {
  margin-bottom: 100px;
  font-size: 16px;
  text-align: center;
}

.uniqueness-coach {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.uniqueness-coach__image-box {
  display: flex;
  position: relative;
  align-items: center;
}
.uniqueness-coach__image-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -140px;
  left: -120px;
  width: 745px;
  height: 722px;
  animation: rotate 30s linear infinite;
  background: url("../../images/circle_uniqueness-coach-front.svg") no-repeat;
}
.uniqueness-coach__image-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -110px;
  left: -140px;
  width: 756px;
  height: 732px;
  animation: rotateReverse 30s linear infinite;
  background: url("../../images/circle_uniqueness-coach-back.svg") no-repeat;
}
.uniqueness-coach__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.uniqueness-coach__image {
  width: 550px;
  height: 505.686px;
}
.uniqueness-coach__image image {
  width: 100%;
  height: 100%;
}

.uniqueness-coach-flow {
  position: relative;
  width: 400px;
}
.uniqueness-coach-flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -340px;
  width: 603px;
  height: 624px;
  transform: translateY(-50%);
  background: url("../../images/img_circle.png") no-repeat center/603px 624px;
}
.uniqueness-coach-flow__item {
  margin-bottom: 40px;
}
.uniqueness-coach-flow__item:last-child {
  margin-bottom: 0;
}
.uniqueness-coach-flow__title {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.uniqueness-coach-flow__num {
  display: flex;
  position: absolute;
  top: 50%;
  left: -61px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e6f6ff;
  color: #2186eb;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.uniqueness-coach-flow__desc {
  font-size: 14px;
}

.uniqueness-planner__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.uniqueness-planner__image img {
  width: 100%;
}
