@charset "UTF-8";
html, body, #app {
  height: 100%;
}

/* ==============================================================================
  FOUNDATIONS
============================================================================== */
/* ---------------------------------------------------------
  COLORS  $c-xx
--------------------------------------------------------- */
/* ---------------------------------------------------------
  FONT FAMILY  $f-xx
--------------------------------------------------------- */
/* ---------------------------------------------------------
  SIZE  $s-xx
--------------------------------------------------------- */
/* ---------------------------------------------------------
  OTHERS  $o-xx
--------------------------------------------------------- */
/* ======================================================================
 HOVER
========================================================================= */
/* ======================================================================
 LAYOUT
========================================================================= */
/* ======================================================================
 DESIGN PATTERN
========================================================================= */
/*--------------------------------------------------------------------
  Reset
--------------------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, footer, header, nav, section {
  margin: 0;
  padding: 0;

  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

  border: 0;
}

article, figcaption, figure, footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input {
  padding: 0;

  background: none;
  border: none;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

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

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

pre {
  margin: 0;

  font-family: inherit;
}

html {
  min-height: 100%;

  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;

  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

main {
  display: block;
}

a {
  color: #111111;

  -webkit-transition: .2s;

  transition: .2s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  a:hover {
    opacity: .6;
  }
}

pre {
  white-space: pre-wrap;
}

.\--disabled-g {
  opacity: .4;

  pointer-events: none;
}

select::-ms-expand {
  display: block;
  width: 12px;

  background-color: transparent;
  border: none;
}

/* ==============================================================================
  COMPONENTS
============================================================================== */
.c-startBtn {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.3rem;
  height: 18.3rem;
  margin: 0 auto;
  overflow: hidden;

  font-weight: 700;
  font-size: 3.6rem;
  color: #ffffff;

  cursor: pointer;

  -webkit-transition: .2s;

  transition: .2s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-startBtn:hover {
    opacity: .6;
  }
}

.c-ansBtn {
  width: 46%;
  max-width: 16.2rem;

  cursor: pointer;

  -webkit-transition: .2s;

  transition: .2s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-ansBtn:hover {
    opacity: .6;
  }
}

.c-ansBtn.\--each {
  position: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
  padding: 0 1rem;

  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;

  background-image: url("../img/bg/red02_grad.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 5rem;
  border-radius: 6px;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2rem;

  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;

  border-radius: 6px;
  cursor: pointer;

  -webkit-transition: .2s;

  transition: .2s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-btn:hover {
    opacity: .6;
  }
}

.c-btn.\--border {
  color: #666666;

  border: 1px solid #efefef;
}

.c-btn.\--border02 {
  color: #666666;

  border: 1px solid #c4c4c4;
}

.c-btn.\--white {
  color: #666666;

  background-color: #ffffff;
  border: #c4c4c4 solid 1px;
}

.c-btn.\--yellow {
  color: #111111;

  background-color: #ffffff;
  background-image: url("../img/bg/yellow_grad.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
}

.c-btn.\--red {
  color: #ffffff;

  background-color: #b7241e;
}

.c-btn.\--red02 {
  color: #ffffff;

  background-color: #ffffff;
  background-image: url("../img/bg/red02_grad.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
}

.c-btn.\--back::before {
  content: "";

  display: block;
  width: 10px;
  height: 18px;
  margin-top: 2px;
  margin-right: 1.5rem;

  background-image: url("../img/icons/arrow_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-btn.\--back.\--red02::before {
  background-image: url("../img/icons/arrow_white.svg");
}

.c-btn.\--ahead::after {
  content: "";

  display: block;
  width: 10px;
  height: 18px;
  margin-top: 2px;
  margin-left: 1.5rem;

  background-image: url("../img/icons/arrow_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-btn.\--ahead.\--red02::after {
  background-image: url("../img/icons/arrow_white.svg");
}

.c-btn.\--disabled {
  color: #ffffff;

  background-image: url("../img/bg/gray_grad.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;

  pointer-events: none;
}

.c-btn.\--disabled.\--ahead::after {
  background-image: url("../img/icons/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-btn.\--full {
  width: 100%;
}

.c-btn.\--ball {
  width: 4rem;
  height: 4rem;

  border-radius: 9999px;
}

.c-btn.\--round {
  padding: 1.5rem 2rem;

  border-radius: 9999px;
}

.c-btn.\--round-sm {
  padding: .9rem 2rem;

  font-size: 1.8rem;

  border-radius: 9999px;
}

.c-btn.\--round-xs {
  min-width: 11rem;
  padding: .8rem 2rem;

  font-weight: 400;
  font-size: 1.4rem;

  border-radius: 9999px;
}

.c-btn.\--long {
  width: 100%;
  max-width: 34.2rem;
  margin-right: auto;
  margin-left: auto;
}

.c-btn.\--lg {
  height: 8rem;

  font-size: 2.4rem;
  line-height: 1.5;

  background-size: 100% 100%;
}

.c-btn.\--min-lg {
  min-height: 8rem;

  font-size: 1.3rem;
  line-height: 1.5;

  background-size: 100% 100%;
}

.c-qLead__text {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-weight: 700;
  font-size: 2.4rem;
}

.c-qLead__text:before {
  content: "Q";

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  padding-bottom: 7px;

  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  color: #ffffff;

  background-color: #b7241e;
  border-radius: 9999px;
}

.c-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: .2s;

  transition: .2s;
}

.c-modal.isVisible {
  visibility: visible;
  opacity: 1;
}

.c-modal.isVisible .c-modal__contents {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;

  background: rgba(0, 0, 0, .5);
}

.c-modal__contents {
  z-index: 102;

  width: 100%;
  max-width: 29rem;

  background-color: #ffffff;
  border-radius: 6px;
  -webkit-transform: translateY(4%);
  transform: translateY(4%);

  -webkit-transition: .2s;

  transition: .2s;
}

.c-modal__contents__header, .c-modal__contents__body, .c-modal__contents__footer {
  padding: 1rem 1.5rem;
}

.c-modal__contents__header {
  font-weight: 700;
  font-size: 1.6rem;

  background-color: #efefef;
  border-radius: 6px 6px 0 0;
}

.c-modal__contents__body {
  height: 26rem;
  overflow-y: auto;

  font-size: 1.4rem;
}

.c-modal__contents__list > li + li {
  margin-top: 2rem;
}

.c-modal__contents__footer > * + * {
  margin-top: 1rem;
}

.c-modal__contents__footer form > * + * {
  margin-top: 1rem;
}

.c-modal.--search .c-modal__contents {
  max-width: 60rem;
}

.c-modal .p-register__container {
  height: 100%;

  background-color: #dddddd;
}

.c-text.\--center {
  text-align: center;
}

.c-text.\--link {
  display: block;

  color: #01aff0;
  text-decoration: underline;

  cursor: pointer;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-text.\--link:hover {
    opacity: .6;
  }
}

.c-text.\--link-inline {
  color: #01aff0;
  text-decoration: underline;
  word-break: break-all;

  cursor: pointer;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-text.\--link-inline:hover {
    opacity: .6;
  }
}

.c-text.\--confirm {
  font-size: 1.8rem;
  color: #666666;
}

.c-text.\--lg {
  font-weight: 700;
  font-size: 1.8rem;
}

.c-text.\--annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  font-size: 1.4rem;
}

.c-text.\--annotation:before {
  content: "※";
}

.c-text.\--list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  font-size: 1.4rem;
}

.c-text.\--list-item:before {
  content: "・";
}

.c-text .checkmark {
  margin-right: 6px;
}

/* ==============================================================================
  LAYOUTS
============================================================================== */
.l-header {
  position: relative;

  width: 100%;
  height: 16.8rem;
  padding: 2rem 1.5rem 3rem;

  line-height: 1.3;
  color: #ffffff;

  background-color: #92846e;
}

@media (max-width: 768px) {
  .l-header {
    position: relative;

    height: 10.5rem;
    padding-bottom: 0;
  }
  .l-header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -71px;
    left: 0;

    height: 72px;

    background-image: url("../img/layouts/header_start.svg");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% 72px;
  }
}

.l-header__contents {
  position: relative;

  width: 100%;
  max-width: 34.4rem;
  margin: 1.5rem auto 0;
}

.l-header__contents h1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  width: 6em;
  margin: auto;

  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  .l-header__contents h1 {
    text-align: left;
  }
}

.l-header__contents h1 > span {
  display: block;
}

.l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc( 100% - 16.8rem - 19.2rem);
  min-height: 60rem;
  padding: 5rem 1.8rem 4rem;

  background-color: #ffffff;
}

@media (max-width: 768px) {
  .l-main {
    height: calc( 100% - 17.5rem - 17.5rem);
    min-height: 70rem;
    padding: 9rem 1.6rem 5rem;
  }
}

.l-main__contents {
  width: 33.4rem;
}

@media (max-width: 768px) {
  .l-main__contents {
    width: 100%;
    max-width: 34.2rem;
  }
}

.l-main__text-wrap {
  margin-top: 1.8rem;

  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #111111;
}

.l-main__text-wrap .black-text {
  font-size: 1.4rem;
  text-align: left;
  color: #111111;
}

.l-main__text-wrap .black-text.\--normal {
  font-weight: 400;
}

.l-main .p-diagnosis__last .c-btn.--yellow {
  font-size: 1.6rem;
  text-align: left;
}

.l-main .p-diagnosis__last .c-btn + .c-btn {
  margin-top: 1rem;
}

.l-main .p-diagnosis__failed + div + .c-btn.--yellow {
  margin-top: 1rem;

  font-size: 1.6rem;
}

.l-wrap.\--is-start .l-main {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .l-wrap.\--is-start .l-main {
    height: calc( 100% - 17.5rem - 17.5rem);
    min-height: 65rem;
    padding: 9rem 1.6rem 5rem;
  }
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 19.2rem;
  padding: 7rem 1.6rem 2.5rem;

  color: #111111;

  background-color: #ffffff;
}

@media (max-width: 768px) {
  .l-footer {
    position: relative;

    min-height: 17.5rem;
    padding-top: 1rem;
  }
}

.l-footer__contents {
  width: 100%;
}

.l-footer__contents.\--start {
  text-align: center;
}

.l-footer__contents__img {
  width: 22.7rem;
  margin: 2.1rem auto 0;
}

.l-footer__contents__img img {
  max-height: 6.6rem;
}

.l-footer__btns > * + * {
  margin-top: 2rem;
}

.l-footer__qualifications {
  width: 100%;
  max-width: 34.2rem;
  margin: 2rem auto 0;
}

.l-footer__qualifications__lead {
  margin-bottom: 1rem;

  font-weight: 700;
  font-size: 1.6rem;
}

.l-footer__qualifications__list {
  padding-left: 2rem;

  list-style: disc;
  font-size: 1.4rem;
}

.l-footer__qualifications__list.\--number {
  padding-left: 0;

  list-style: none;
}

.l-footer__qualifications__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__qualifications__item .list-style {
  display: inline-block;
  width: 2rem;
}

.l-footer__qualifications__item p {
  width: calc(100% - 2rem);
}

.l-wrap.\--is-start .l-footer {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .l-wrap.\--is-start .l-footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

[class*="l-"].\--between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*="l-"].\--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-width {
  width: 100%;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.l-container {
  position: relative;

  width: 100%;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.l-container.\--no-pdg {
  padding-right: 0;
  padding-left: 0;
}

.l-block {
  width: 100%;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.6rem;
}

.l-sub {
  margin-bottom: 1rem;
}

.l-sub-upper {
  margin-top: 1rem;
}

.l-sub-upper.--border {
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 1rem;

  border: #c4c4c4 solid 1px;
}

.l-area {
  margin-bottom: 2rem;
}

.l-area-upper {
  margin-top: 2rem;
}

.l-box {
  margin-bottom: 4rem;
}

.l-formSec + .l-formSec {
  margin-top: 2rem;
}

.l-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-left: -1rem;
}

.l-btns.\--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-btns > * {
  margin-top: 1rem;
  margin-left: 1rem;
}

.l-border {
  padding: 2rem 1.6rem;

  border-bottom: 1px solid #efefef;
}

.l-block-sec + .l-block-sec {
  margin-top: 2rem;
}

.l-fixedFoot {
  position: fixed;
  bottom: 6rem;
  left: 0;

  width: 100%;

  background-color: #efefef;
}

.l-fixedFoot__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 1.3rem 1.5rem;
}

.l-canvasWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

/* ==============================================================================
  PROJECTS
============================================================================== */
.p-diagnosis__failed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;

  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #111111;

  background-color: #bcb5a8;
  border-radius: 9999px;
}

.p-diagnosis__last__txt {
  margin-bottom: 1rem;

  font-weight: 700;
  font-size: 1.6rem;
}

.p-diagnosis__last__amount {
  margin-bottom: 1rem;
  padding: 1.8rem 2rem;

  font-weight: 700;

  background-color: #bcb5a8;
  border-radius: 12px;
}

.p-diagnosis__last__amount > * {
  display: block;
}

.p-diagnosis__last__amount .\--label {
  margin-bottom: 1rem;

  font-size: 1.6rem;
}

.p-diagnosis__last__amount .\--monthly {
  font-size: 4rem;
}

.p-diagnosis__last__amount .\--yearly {
  font-size: 2rem;
}

.p-diagnosis__last__amount .\--annotation {
  margin-top: 1rem;

  font-size: 1.4rem;
}

/* ==============================================================================
  Others
============================================================================== */
.u-bold {
  font-weight: 700 !important;
}

.u-normal {
  font-weight: 400 !important;
}

.u-text-right {
  text-align: right;
}

.u-text-lh-m {
  line-height: 1.5;
}

.u-text-minimum {
  font-size: 1rem;
}

.u-text-small {
  font-size: 1.2rem;
}

.u-text-13 {
  font-size: 1.3rem;
}

.u-text-16 {
  font-size: 1.6rem;
}

.u-text-mid {
  font-size: 1.8rem;
}

.u-white {
  color: #ffffff;
}

.u-red {
  color: #ef2004 !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-block {
  display: block !important;
}

.u-w100 {
  width: 100%;
}

.u-border {
  border: 1px solid #c4c4c4;
}

.u-indent {
  padding-left: 1em;
}

.u-indent-1word {
  padding-left: 1em;
}

.u-indent-2word {
  padding-left: 2em;
}

.u-indent-5word {
  padding-left: 5em;
}

.u-indent-newline {
  padding-left: 1em;

  text-indent: -1em;
}

[v-cloak] {
  display: none;
}