@charset "UTF-8";
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.header {
  background: transparent; }
  .home.index .header {
    background: #cdf0fb; }
  .bcomi .header {
    background: #cdf0fb !important; }
  .home.sns .header {
    background: #cdf0fb; }
  .home.lp .header {
    background: #cdf0fb; }
  .home.b_minded .header {
    background: #cdf0fb; }
  .home.zenb .header {
    background: #cdf0fb; }
  .iida .header {
    background: #cdf0fb !important; }
  .header .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.header-btn {
  max-width: 280px;
  width: 100%;
  border: 2px solid #000;
  padding: 0.2em 0;
  font-weight: bold;
  text-align: center;
  text-indent: -0.3em;
  border-radius: 100px; }

.header a {
  color: #000;
  text-decoration: none !important;
  transition: 0.2s opacity; }

.header .container {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.navbar {
  padding-bottom: 20px;
  background: #cdf0fb; }

.header-nav {
  background: #ffde35; }

.header-nav__list {
  display: flex;
  align-items: streach;
  justify-content: center;
  margin: 0;
  padding: 6px 0;
  list-style: none; }

.header-nav .menu-item:first-child {
  border-left: 1px solid #7d4503; }

.header-nav .menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #7d4503; }

.header-nav .menu-item a {
  flex: 1;
  padding: 8px 0;
  color: #7d4503;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.5s; }

.header-nav a.active {
  color: #fff;
  background-color: #ff8900; }

.header-logo {
  max-width: 205px;
  width: 100%;
  margin: 22px 0; }
  @media screen and (max-width: 896px) {
    .header-logo {
      width: 40%;
      margin: 0.5em 0; } }
.header-btn {
  max-width: 280px;
  width: 100%;
  border: 2px solid #000;
  padding: 0.2em 0;
  font-weight: bold;
  text-align: center;
  text-indent: -0.3em;
  border-radius: 100px; }
  @media screen and (min-width: 1025px) {
    .header-btn {
      cursor: pointer;
      transition: 0.2s opacity; }
      .header-btn:hover {
        opacity: 0.7; }
        .header-btn:hover img {
          opacity: 1; } }
  .header-btn::after {
    position: absolute;
    top: 50%;
    right: 1.3em;
    border-top: 6px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
    transform: translateY(-50%);
    content: ""; }

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.footer {
  margin-top: auto;
  padding: 2em 0;
  background: #cdf0fb; }

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer-logo__img {
    max-width: 210px;
    width: 100%;
    margin: 0 10px 0 0; }
  .footer-logo__sub-img {
    max-width: 140px;
    width: 100%; }

.footer-nav {
  margin-bottom: 2em; }
  .footer-nav__list {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 896px) {
      .footer-nav__list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0;
        list-style: none;
        border-top: 1px solid #000; } }
  .footer-nav__item {
    margin-right: 2em; }
    @media screen and (max-width: 896px) {
      .footer-nav__item {
        margin-right: 0;
        width: 50%; } }
    .footer-nav__item:last-child {
      margin-right: 0; }
  .footer-nav__link {
    display: block; }
    @media screen and (max-width: 896px) {
      .footer-nav__link {
        position: relative;
        padding: 1em;
        font-size: 3.733vw;
        background: #fff;
        border-bottom: 1px solid #000; }
        .footer-nav__link::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 1em;
          width: 0.8em;
          height: 0.8em;
          transform: rotate(-45deg) translateY(-50%);
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          content: ""; }
        .footer-nav__link:nth-child(odd) {
          border-right: 1px solid #000; } }
.footer-copy {
  text-align: center; }

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.2s; }

.form-check {
  padding: 5px;
  font-size: 1.2rem;
  padding-left: 1.5em; }

.question-container {
  margin-bottom: 20px; }

.section {
  display: none; }

.section.active {
  display: block; }

.form-check-label {
  cursor: pointer; }

.survey > .form-check > .form-check-label > .form-check-input:checked {
  background-color: #06b4ea;
  border-color: #06b4ea; }

.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000; }

.is-selected {
  color: #06b4ea;
  background: #f4f4f4;
  font-weight: 500; }

.form-check-label:hover {
  color: #06b4ea;
  background: #f4f4f4;
  font-weight: 500; }

.question-container {
  position: relative; }

.question-container .form-check-label {
  display: block; }

.form-group {
  border-bottom: 1px solid #b6b6b6; }

.form-group > label {
  font-size: 1.5rem;
  font-weight: 600;
  cursor: auto; }

.opa-3 {
  opacity: 0.3; }

.form-group:first-child {
  padding-top: 30px; }

.survey-btn-section {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse; }

.test-title {
  text-align: center; }

.test-header {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center; }

.test-header .item {
  height: 160px;
  background-repeat: no-repeat;
  background-position: center 10px;
  position: relative;
  padding: 0;
  text-align: center; }

.otp-header {
  background: #4abfd7;
  color: #fff; }

.trademark {
  font-weight: 600;
  margin: -10px 0 15px;
  text-align: center;
  color: #bbb;
  font-size: 1.3em;
  border-bottom: 2px solid; }

.test-header:last-child {
  padding-bottom: 15px; }

.page-ttl {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 0.5em;
  background: #4abfd7;
  color: #fff;
  text-align: center;
  line-height: revert-layer;
  text-align: center;
  font-weight: revert-layer;
  font-size: 40px; }

.text-yellow {
  color: #ffde59; }

.page-subttl {
  margin: 0;
  background: #4abfd7;
  color: #fff;
  text-align: center;
  line-height: revert-layer;
  text-align: center;
  font-weight: bolder; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

.p-0 {
  padding: 0; }

#otp-form > .form-group > input {
  font-size: 1.2rem; }

.survey-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.survey-register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 478px;
  height: 54px;
  overflow: hidden;
  color: #ffe102;
  font-weight: bold;
  font-size: 3.1rem;
  background-color: #4abfd7;
  border-radius: 9px;
  box-shadow: 0 6px #2697ae; }

.survey-introduce {
  width: 32.5%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  gap: 20px;
  border-radius: 20px; }

.survey-introduce-header {
  background: linear-gradient(to bottom, #4abfd7 50%, #c7ecf3 50%);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px; }

.note.ja {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  flex-wrap: wrap;
  align-items: center; }

.survey-img {
  max-width: 90px; }

.page-survey-result {
  margin: 0;
  padding: 1em 0;
  background: #ffde59;
  color: #000;
  text-align: center; }

.page-survey-result p {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600; }

.rich-mindset-percent h1 {
  font-size: 4rem;
  font-weight: bolder;
  color: #ff3131;
  margin: 0; }

.page-survey-img {
  display: flex;
  background: linear-gradient(to bottom, #ffde59 50%, #fffee2 50%);
  justify-content: space-around; }

.page-survey-img img {
  max-width: 200px !important; }

.survey-reg-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px; }

.survey-reg-section p {
  font-size: 1.5rem;
  font-weight: bold; }

.page-survey-desc {
  padding: 1rem;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.page-survey-desc p {
  font-size: 1rem;
  margin: 0; }

.survey-reg-section .reg-txt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0; }

.line-contact {
  text-align: center; }

.survey-reg-section .line_qr {
  max-width: 170px; }

.survey-reg-section a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.2s opacity; }

a {
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.2s opacity; }

.page-survey-desc-section {
  display: flex;
  justify-content: center;
  align-items: center; }

.survey-desc-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 20px; }

.personality-test {
  padding: 0; }

.visible-lg-block {
  display: block !important; }

.test-title {
  padding-top: 25px;
  text-align: center; }

h1 {
  text-align: center;
  line-height: 1.3;
  font-size: 2.0em;
  color: #484E50;
  margin-top: 30px;
  margin-bottom: 20px; }

.trademark {
  font-weight: 600;
  margin: -10px 0 15px;
  text-align: center;
  color: #BBB;
  font-size: 1.3em; }

sup {
  top: -.5em; }

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

.test-header {
  height: 250px;
  padding: 0 200px;
  margin: 40px 0 0; }

.test-header .item {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center 10px;
  position: relative;
  padding: 0;
  text-align: center; }

.progress-wrapper {
  padding: 10px 200px;
  margin-top: -25px; }

#test-form {
  padding: 30px 200px 0; }

.test-header .item:nth-of-type(1) .note {
  bottom: 22px; }

.test-header .item .note {
  position: absolute;
  font-size: 1.2em;
  color: #93948C;
  width: 100%;
  bottom: 10px; }

.question-wrapper.set1 {
  display: block; }

.question-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #F5F5F5; }

.question-wrapper .statement {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  padding: 0 15px; }

.question-wrapper .decision {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; }

.question-wrapper .decision .caption.left {
  padding-right: 10%;
  color: #4C9070;
  font-size: 1.2rem; }

.question-wrapper .decision .caption.right {
  padding-left: 10%;
  color: #94657E;
  font-size: 1.2rem; }

.question-wrapper .decision .options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse; }

.question-wrapper .decision .options .option.max {
  width: 60px;
  height: 60px; }

.question-wrapper .decision .options .option.med {
  width: 45px;
  height: 45px; }

.question-wrapper .decision .options .option.agree {
  background-color: #FFF;
  border: 4px solid #4C9070; }

.question-wrapper .decision .options .option {
  border-radius: 150px;
  padding: 0;
  cursor: pointer;
  transition: none; }

.question-wrapper .decision .caption {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700; }

.question-wrapper .decision .options .option.min {
  width: 30px;
  height: 30px; }

.question-wrapper .decision .options .option.neutral {
  background-color: #FFF;
  width: 28px;
  height: 28px;
  border: 4px solid #ececeb; }

.question-wrapper .decision .options .option.disagree {
  background-color: #FFF;
  border: 4px solid #94657E; }

.question-wrapper .decision .options .option.agree.active,
.question-wrapper .decision .options .option.agree:hover {
  background-color: #4C9070; }
  .question-wrapper .decision .options .option.agree.active::after,
  .question-wrapper .decision .options .option.agree:hover::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.6rem; }

.question-wrapper .decision .options .option.disagree.active,
.question-wrapper .decision .options .option.disagree:hover {
  background-color: #94657E; }
  .question-wrapper .decision .options .option.disagree.active::after,
  .question-wrapper .decision .options .option.disagree:hover::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.6rem; }

.question-wrapper .decision .options .option.neutral.active,
.question-wrapper .decision .options .option.neutral:hover {
  background-color: #ececeb; }

.submit_wrapper {
  text-align: center; }

.btn-action {
  background-color: #DC6950;
  color: #FFF;
  min-width: 25%;
  padding: 16px 15px 17px;
  margin: 10px 0 25px; }

.btn-action::hover {
  background: #C25D47; }

.row.text {
  margin: 0 !important; }

.option {
  flex: none !important; }

.options input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.zoom-out {
  display: inline-block;
  animation: zoomOut 1s ease-in-out forwards; }

@keyframes zoomOut {
  0% {
    transform: scale(3); }
  100% {
    transform: scale(1); } }

@media screen and (max-width: 1730px) {
  .note.ja {
    font-size: 0.9rem; } }

@media only screen and (max-width: 768px) {
  .test-header .item {
    display: none; }
  .page-ttl {
    font-size: 2rem; }
  .note.ja {
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: start; }
  .hidden-md {
    display: none; }
  .is-pc {
    display: none; }
  .survey-introduce {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px; }
  .survey-introduce-header {
    background: #82d2e3;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: column;
    padding: 15px; }
  .survey-reg-section .reg-txt {
    font-size: 1.25rem;
    font-weight: bold; }
  .page-survey-desc {
    padding: 1rem; }
  .survey-desc-title {
    font-size: 1.25rem;
    font-weight: bold;
    padding-top: 20px; }
  .survey-reg-section p {
    font-size: 1.25rem;
    font-weight: bold; }
  .header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; } }

.page-survey-desc_youtube iframe {
  width: 100%;
  height: 375px; }

@media screen and (max-width: 896px) {
  .page-survey-desc_youtube iframe {
    height: 170px; } }
