@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

html, body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75; }

img {
  width: 100%;
  display: block;
  transition: all .2s linear; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  transition: all .15s linear; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: .75; }

.pc {
  width: 100%;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    .pc {
      display: none; } }
  .pc-header {
    width: 95%;
    padding: 15px 0;
    margin: 0 auto;
    border-bottom: solid 1px #ccc; }
    .pc-header-logo {
      width: 120px;
      height: auto;
      display: block; }
  .pc-bg-bl {
    width: 300px;
    height: 595.2px;
    margin-top: 30px; }
  .pc-bg-org {
    width: 600px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .pc-gnav {
    position: absolute;
    top: 26%;
    left: 13%;
    z-index: 1; }
    @media screen and (max-width: 1240px) {
      .pc-gnav {
        left: 5%; } }
    .pc-gnav-list > li {
      margin-top: 8px; }
      .pc-gnav-list > li > a:hover {
        text-decoration: underline; }
      .pc-gnav-list > li:nth-child(6) {
        margin-top: 32px; }
    .pc-gnav-ttl {
      font-family: "Poppins", sans-serif;
      font-size: 60px;
      font-weight: 700;
      font-style: normal;
      line-height: 1.05; }
    .pc-gnav-shl {
      font-size: 20px; }
  .pc-qr-inner {
    position: absolute;
    top: 40%;
    right: 10%; }
    @media screen and (max-width: 1240px) {
      .pc-qr-inner {
        right: 5%; } }
  .pc-qr-txt {
    text-align: center; }
  .pc-qr-code {
    width: 180px;
    margin-top: 10px; }
  .pc-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    writing-mode: vertical-rl;
    color: #000;
    font-size: 12px; }

.top .pc-gnav-ttl-wrap {
  display: none; }

.top .pc-gnav {
  top: 34%; }

/* Humbarger Navi */
.humb {
  display: none; }
  @media screen and (max-width: 640px) {
    .humb {
      display: block;
      width: 60px;
      height: 60px;
      background-color: #000;
      border-radius: 30px;
      position: fixed;
      top: 20px;
      right: 20px;
      box-sizing: border-box;
      padding-top: 18px;
      z-index: 3000;
      cursor: pointer;
      pointer-events: auto;
      color: #fff;
      text-align: center; } }

.humb-inner {
  width: 30px;
  display: inline-block; }

.humb-text {
  font-size: 12px;
  letter-spacing: 0.1em; }

.js_humburgerOpen .humb-text.humb-text__menu {
  display: none; }

.humb-text.humb-text__close {
  display: none; }

.js_humburgerOpen .humb-text.humb-text__close {
  display: block; }

@media screen and (max-width: 840px) {
  .humb-text {
    font-size: 10px;
    padding-top: 2px; } }
@media screen and (max-width: 840px) {
  .humb-text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
@media screen and (max-width: 840px) {
  .js_humburgerOpen .humb-text svg path {
    fill: #000; } }
.humb span.humb-bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.humb span.humb-bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .humb span.humb-bar {
  background: #fff; }

@media screen and (max-width: 840px) {
  .humb span.humb-bar {
    left: 0;
    top: 0;
    background: #fff; } }
.js_humburgerOpen .humb span.humb-bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.js_humburgerOpen .humb span.humb-bar.middle {
  opacity: 0; }

.js_humburgerOpen .humb span.humb-bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }

.humbButton.humbButton__close {
  top: 2%;
  right: 2%; }

.humbButton__close span.humb-bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }

.humbButton__close span.humb-bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.humbButton__close span.humb-bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

.overlay {
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .2s linear; }

.js_humburgerOpen .overlay {
  display: block; }

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 300px;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translateZ(0) translateX(100%);
  overflow: auto; }

.js_humburgerOpen .gnav {
  right: 0;
  transform: translateZ(0) translateX(0); }

@media screen and (max-width: 840px) {
  .gnav {
    padding: 80px 8% 0; }

  .js_humburgerOpen .gnav {
    width: 300px; } }
.gnav .gnav-list > li {
  margin-bottom: 15px;
  font-size: 15px;
  white-space: nowrap;
  margin-left: 90px; }

.gnav .gnav-list > li:nth-child(6) {
  margin-top: 40px; }

.gnav .gnav-list > li.op_innerLink {
  cursor: pointer; }

@media screen and (max-width: 840px) {
  .gnav .gnav-list > li {
    margin-left: 0;
    font-size: 18px; } }
/* Hero */
.header-inner {
  width: 90%;
  margin: 20px auto 0;
  background-color: #f5f5f5;
  border-radius: 0 20px 0 0; }
.header-logo {
  width: 140px;
  height: auto; }
  .header-logo-wrap {
    width: 200px;
    padding: 0 30px 15px 0;
    background-color: #fff;
    border-radius: 0 16px 0 0;
    position: relative; }
    .header-logo-wrap::after {
      content: "";
      display: block;
      background: url("../img/cmn-header-round.png") center top no-repeat;
      background-size: contain;
      width: 64px;
      height: 64px;
      position: absolute;
      top: 0;
      left: 180px;
      z-index: 2; }

.footer {
  width: 90%;
  margin: 50px auto 0;
  padding-top: 50px;
  border-top: solid 1px #ccc; }
  .footer-inner {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .footer-nav {
    width: 60%; }
    .footer-nav > li:nth-child(6) {
      margin-top: 15px; }
    .footer-nav > li > a {
      color: #666;
      font-size: 12px; }
  .footer-logo {
    width: 100%;
    display: block; }
    .footer-logo-link {
      width: 30%;
      max-width: 150px; }
  .footer-cr {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
    text-align: center; }

.main {
  width: 400px;
  height: 80vh;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 200;
  overflow-y: scroll;
  scrollbar-color: #f28f00 #f7f7f7;
  scrollbar-width: thin;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    .main {
      width: 100%;
      height: auto;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      overflow: hidden; } }
  .main-inner {
    width: 375px; }
    @media screen and (max-width: 640px) {
      .main-inner {
        width: 100%; } }

.cmn-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.05; }
.cmn-sttl {
  color: #EA8B18;
  font-size: 14px;
  font-weight: 500; }
.cmn-inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 5; }
.cmn-lede-txt {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500; }
.cmn-circle-sp {
  position: absolute;
  z-index: 3; }
  .cmn-circle-sp-bl {
    display: none; }
    @media screen and (max-width: 640px) {
      .cmn-circle-sp-bl {
        width: 400px;
        height: auto;
        display: block; } }
  .cmn-circle-sp-org {
    display: none; }
    @media screen and (max-width: 640px) {
      .cmn-circle-sp-org {
        width: 400px;
        height: auto;
        display: block; } }
.cmn-hl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25; }
.cmn-arrow {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.btn-cv {
  width: 100%;
  position: relative; }
.btn-note {
  width: 100%;
  margin-top: 8px;
  display: block;
  color: #999;
  font-size: 11px;
  text-align: center; }
.btn-dia {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }
  .btn-dia-s {
    font-size: 12px; }
.btn-marcari {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 15px 10px;
  background-color: #FF9500;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }
  .btn-marcari::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url("../img/cmn-icn-blank.png");
    background-size: contain; }
.btn-copy {
  width: 220px;
  margin: 20px auto;
  padding: 10px 20px;
  display: block;
  border: solid 1px #000;
  border-radius: 30px;
  text-align: left;
  position: relative; }
  .btn-copy::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url(../img/icn-copy.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    right: 30px; }
.btn-matching {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 15px 10px;
  background-color: #FF9500;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center; }
.btn-txtlink {
  font-size: 14px;
  font-weight: 600; }
  .btn-txtlink::after {
    content: "→";
    display: inline-block;
    margin-left: 5px; }
  .btn-txtlink-wrap {
    text-align: center; }

.slick-dots li button {
  width: 12px;
  height: 12px; }

.slick-dots li button:before {
  font-size: 40px; }

.personality {
  /* type */ }
  .personality .header-inner {
    width: 100%; }
  .personality .header-logo-wrap {
    padding-left: 20px; }
  .personality-head {
    background-color: #f7f7f7;
    border-radius: 20px 0 0 0; }
  .personality-exp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .personality-exp-list > li {
      width: 47.5%;
      margin-top: 20px; }
  .personality-exp-hl {
    color: #7287DE;
    font-size: 12px; }
  .personality-exp-box {
    padding: 1px 8px 8px;
    background-color: #fff;
    border-radius: 8px; }
    .personality-exp-box-row {
      margin-top: 8px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
  .personality-exp-mark {
    width: 32px;
    height: 32px;
    background-color: #7287DE;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600; }
  .personality-exp-eq {
    width: 20px;
    font-weight: 500; }
  .personality-exp-txt {
    width: calc(100% - 60px);
    font-size: 12px;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .personality-exp-txt {
        font-size: 2.75vw; } }
    .personality-exp-txt-en {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 500; }
  .personality-type {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #f7f7f7; }
    .personality-type .btn-cv {
      margin-top: 30px; }
    .personality-type-hl {
      width: 90%;
      height: 40px;
      margin: 0 auto;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 16px;
      font-weight: 500; }
    .personality-type-list {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .personality-type-list > li {
        width: 47.5%;
        margin-top: 10px;
        border-radius: 16px; }
        .personality-type-list > li > a {
          padding: 20px;
          display: block; }
    .personality-type-chara {
      width: auto;
      height: 100px;
      margin: 0 auto; }
    .personality-type-name {
      margin-top: 15px;
      font-size: 14px;
      text-align: center;
      line-height: 1.5; }
    .personality-type-class {
      font-size: 12px;
      text-align: center; }
  .personality-is {
    padding-bottom: 50px;
    border-radius: 0 0 20px 20px; }

.personality-pc .personality-type-hl {
  background-color: #34A1E0; }
.personality-pc .personality-type-list li {
  background-color: #E6F8FF; }
.personality-pc .personality-type-name {
  color: #5EB2DE; }
  .personality-pc .personality-type-name .pcae {
    color: #5E79BA; }
  .personality-pc .personality-type-name .pcag {
    color: #5E93CA; }
  .personality-pc .personality-type-name .pcde {
    color: #5EB2DE; }
  .personality-pc .personality-type-name .pcdg {
    color: #60CEEF; }

.personality-ps .personality-type-hl {
  background-color: #FF8E48; }
.personality-ps .personality-type-list li {
  background-color: #FFF0E0; }
.personality-ps .personality-type-name .psae {
  color: #F57369; }
.personality-ps .personality-type-name .psag {
  color: #FAA385; }
.personality-ps .personality-type-name .psde {
  color: #FABD7E; }
.personality-ps .personality-type-name .psdg {
  color: #F5D36E; }

.personality-ic .personality-type-hl {
  background-color: #6BC6CC; }
.personality-ic .personality-type-list li {
  background-color: #DEF0EE; }
.personality-ic .personality-type-name .icdg {
  color: #83E693; }
.personality-ic .personality-type-name .icde {
  color: #51DBC9; }
.personality-ic .personality-type-name .icag {
  color: #6BC6CC; }
.personality-ic .personality-type-name .icae {
  color: #69ACD3; }

.personality-is .personality-type-hl {
  background-color: #7D74E8; }
.personality-is .personality-type-list li {
  background-color: #EFEDFF; }
.personality-is .personality-type-name .isae {
  color: #908BFA; }
.personality-is .personality-type-name .isag {
  color: #AA87E1; }
.personality-is .personality-type-name .isde {
  color: #C683C6; }
.personality-is .personality-type-name .isdg {
  color: #F08CB9; }
