<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* lp202207 - 縺ｿ繧薙↑縺ｮ繧ｨ繝九ち繧､繝�繧｢繝ｳ繧ｱ繝ｼ繝� 邨先棡逋ｺ陦ｨ */
#lpContents {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
#lpContents img {
  vertical-align: bottom;
}
#lpContents img[src$=".svg"] {
  width: 100%;
}

/** pc and tablet **/
@media screen and (min-width: 751px) {
  .onlySP {
    display: none;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none;
  }
}

#lpHeader .lead {
  line-height: 1.75;
}
#lpHeader .lead p + p {
  padding-top: 1.35em;
}
/** pc and tablet **/
@media screen and (min-width: 751px) {
  #lpHeader {
    padding-bottom: 80px;
  }
  .lpTitle {
    max-width: 700px;
    margin: 0 auto;
  }
  #lpHeader .lead {
    padding-top: 30px;
    font-size: 16px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  #lpHeader {
    padding-bottom: 21.33%;
  }
  #lpHeader .lead {
    padding-top: 6.67%;
    font-size: 14px;
  }
}
/** smartphone **/
@media screen and (max-width: 480px) {
  #lpHeader .lead {
    font-size: 3.73vw;
  }
}


.resultBlock {
  position: relative;
  overflow: hidden;
}
.resultTtl {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.resultArea {
  background-color: #eff0f0;
}
.resultBlock + .resultBlock {
  background-color: #eff0f0;
}
.question {
  position: relative;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  z-index: 5;
}
.question span {
  display: inline-block;
  border-radius: 0 18px 18px 0;
  padding: .65em 0 .65em 2em;
  background-color: #6244bb;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
}
.answer {
  position: relative;
  width: 93.33%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
}
.comment {
  width: 83.46%;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.75;
}
.a01_legend {
  text-align: right;
}
.a01_legend .lg {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20em;
}
.a01_legend .lg01 {
  background-color: #5b5b9f;
}
.a01_legend .lg02 {
  background-color: #87d3ed;
}
.a01_graph {
  position: relative;
  text-align: left;
}
.a01_graph .graph {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}
.a01_graph .t {
  font-weight: 700;
}
.a01_graph .bar {
  width: 0;
  transition: width .8s ease-in-out;
}
.a01_graph .bar01 {
  background-color: #5b5b9f;
}
.a01_graph .bar02 {
  background-color: #87d3ed;
}
.a01_graph .g01.active .bar01 { width: 99.118%; }
.a01_graph .g01.active .bar02 { width: 74%; }
.a01_graph .g02.active .bar01 { width: 22.57%; }
.a01_graph .g02.active .bar02 { width: 18.34%; }
.a01_graph .g03.active .bar01 { width: 74%; }
.a01_graph .g03.active .bar02 { width: 58.2%; }
.a01_graph .g04.active .bar01 { width: 50.6%; }
.a01_graph .g04.active .bar02 { width: 39.5%; }
.a01_graph .g05.active .bar01 { width: 36.15%; }
.a01_graph .g05.active .bar02 { width: 26.63%; }
.a01_graph .g06.active .bar01 { width: 28.57%; }
.a01_graph .g06.active .bar02 { width: 15.34%; }
.a01_graph .g07.active .bar01 { width: 47.26%; }
.a01_graph .g07.active .bar02 { width: 31%; }

.graphBase {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.graphBase &gt; span {
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #a9a9a9;
}
.graphBase &gt; span &gt; span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
}
.graphBase &gt; span:first-of-type {left: 0;}
.graphBase &gt; span:nth-of-type(2) {left: 11.11%;}
.graphBase &gt; span:nth-of-type(3) {left: 22.22%;}
.graphBase &gt; span:nth-of-type(4) {left: 33.33%;}
.graphBase &gt; span:nth-of-type(5) {left: 44.44%;}
.graphBase &gt; span:nth-of-type(6) {left: 55.55%;}
.graphBase &gt; span:nth-of-type(7) {left: 66.66%;}
.graphBase &gt; span:nth-of-type(8) {left: 77.77%;}
.graphBase &gt; span:nth-of-type(9) {left: 88.88%;}
.graphBase &gt; span:last-of-type {right: 0;}
.btnTraining {
  width: 91.2%;
  max-width: 410px;
  margin: 0 auto;
}
.circleGraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.circleBase {
  border-radius: 50%;
  background-color: #f2f2f2;
  margin: 0 auto;
}
.circleBase .circleSVG {
  width: 100%;
  display:inline-block;
  transform: rotate(-90deg);
  vertical-align: bottom;
}
.circleSVG .c {
  fill: transparent;
  stroke-width: 200;
  stroke-dasharray:0 628;
}
.circleSVG .cB { stroke: #7a7cc6; }
.circleSVG .cYG { stroke: #bce442; }
.circleSVG .cPG { stroke: #95d5c6; }
.circleSVG .cP { stroke: #c680c6; }
.circleSVG .cPB { stroke: #c4c5e6; }
.circleSVG .cO { stroke: #ffc808; }

.circleLegend {
  text-align: left;
}
.circleLegend .legendText {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: opacity .3s ease;
}
.circleLegend .legendText + .legendText {
  padding-top: 1.5em;
}
.circle.active + .circleLegend .legendText {
  opacity: 1;
}
.circleLegend .p {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  width: 2.8em;
  text-align: center;
}
.circleLegend .pB { background-color: #7a7cc6; }
.circleLegend .pYG { background-color: #bce442; }
.circleLegend .pPG { background-color: #95d5c6; }
.circleLegend .pP { background-color: #c680c6; }
.circleLegend .pPB { background-color: #c4c5e6; }
.circleLegend .pO { background-color: #ffc808; }
.circleLegend .t {
  width: calc(100% - 4em);
}

.circle.active .a0201 {
  animation: cA0201 .8s forwards;
}
.circle.active .a0202 {
  animation: cA0202 1.6s .8s forwards;
}
@keyframes cA0201{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:125.6 628;}
}
@keyframes cA0202{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:628 628;}
}
.a02 .circle.active + .circleLegend .l01 {transition-delay: .8s;}
.a02 .circle.active + .circleLegend .l02 {transition-delay: 2.4s;}

.circle.active .a0301 {
  animation: cA0301 .68s forwards;
}
.circle.active .a0302 {
  animation: cA0302 1.24s .68s forwards;
}
.circle.active .a0303 {
  animation: cA0303 1.74s 1.36s forwards;
}
.circle.active .a0304 {
  animation: cA0304 2s 2.04s forwards;
}
@keyframes cA0301{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:213.52 628;}
}
@keyframes cA0302{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:389.36 628;}
}
@keyframes cA0303{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:546.36 628;}
}
@keyframes cA0304{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:628 628;}
}
.a03 .circle.active + .circleLegend .l01 {transition-delay: .68s;}
.a03 .circle.active + .circleLegend .l02 {transition-delay: 1.84s;}
.a03 .circle.active + .circleLegend .l03 {transition-delay: 2.94s;}
.a03 .circle.active + .circleLegend .l04 {transition-delay: 3.8s;}
.a03 .circle.active + .circleLegend .l05 {transition-delay: 3.8s;}

.circle.active .a0401 {
  animation: cA0401 .76s forwards;
}
.circle.active .a0402 {
  animation: cA0402 1.18s .76s forwards;
}
.circle.active .a0403 {
  animation: cA0403 1.22s 1.52s forwards;
}
.circle.active .a0404 {
  animation: cA0404 1.46s 2.28s forwards;
}
.circle.active .a0405 {
  animation: cA0405 1.62s 3.04s forwards;
}
.circle.active .a0406 {
  animation: cA0406 1.64s 3.8s forwards;
}
@keyframes cA0401{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:238.64 628;}
}
@keyframes cA0402{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:370.52 628;}
}
@keyframes cA0403{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:496.12 628;}
}
@keyframes cA0404{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:571.48 628;}
}
@keyframes cA0405{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:621.72 628;}
}
@keyframes cA0406{
  0%{stroke-dasharray:0 628;}
  99.9%,to{stroke-dasharray:628 628;}
}
.a04 .circle.active + .circleLegend .l01 {transition-delay: .76s;}
.a04 .circle.active + .circleLegend .l02 {transition-delay: 1.94s;}
.a04 .circle.active + .circleLegend .l03 {transition-delay: 2.74s;}
.a04 .circle.active + .circleLegend .l04 {transition-delay: 3.74s;}
.a04 .circle.active + .circleLegend .l05 {transition-delay: 4.66s;}
.a04 .circle.active + .circleLegend .l06 {transition-delay: 5.44s;}

/** pc and tablet **/
@media screen and (min-width: 751px) {
  .resultArea {
    padding-top: 60px;
  }
  .resultTtl::before,
  .resultTtl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #727272;
  }
  .resultTtl::before {
    width: 100vw;
    height: 20px;
    left: 0;
  }
  .resultTtl::after {
    width: 50vw;
    height: 100%;
    right: 100%;
  }
  .resultTtl span {
    position: relative;
    display: block;
    width: 410px;
    z-index: 5;
  }
  .resultArea {
    padding-bottom: 75px;
  }
  .question::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #6244bb;
    width: 50vw;
    height: 100%;
    right: 100%;
  }
  .question span {
    font-size: 20px;
    min-width: 545px;
  }
  .answer {
    border-radius: 10px;
    margin-top: -28px;
  }
  .answer.a01 {
    padding-bottom: 70px;
  }
  .a01_legend {
    padding: 2em 10px;
    font-size: 13px;
    line-height: 2;
  }
  .a01_legend .lg {
    width: 4em;
    height: 1.1em;
    margin-right: .5em;
  }
  .a01_graph {
    width: 93.125%;
    margin: 0 auto;
    padding: 10px 0 20px;
  }
  .a01_graph .graph + .graph  {
    margin-top: 30px;
  }
  .a01_graph .t {
    width: 36.5%;
    padding: 0 15px;
    font-size: 15px;
    border-left: 4px solid #b1b3b3;
  }
  .a01_graph .g01 .t {
    font-size: 21px;
  }
  .a01_graph .bars {
    width: 63.5%;
  }
  .a01_graph .bar {
    height: 26px;
    border-radius: 0 5px 5px 0;
  }
  .graphBase {
    width: 63.5%;
  }
  .graphBase &gt; span &gt; span {
    text-align: center;
    font-size: 14px;
  }
  .comment {
    padding: 1em 0 2em;
  }
  .btnTraining a img {
    transition: opacity .3s ease;
  }
  .btnTraining a:hover img {
    opacity: .7;
  }
  .comment + .question {
    margin-top: 40px;
  }
  .circleGraph {
    padding: 60px 0 50px;
  }
  .circleGraph .circle {
    width: 46.875%;
  }
  .circleGraph .circleBase {
    width: 250px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
  }
  .circleGraph .circleLegend {
    width: 53.125%;
    display: flex;
  }
  .circleLegend .legendL,
  .circleLegend .legendR {
    width: 50%;
    padding-right: 20px;
  }
  .circleLegend .p {
    font-size: 18px;
  }
  .answer.a02 .circleLegend .p {
    font-size: 26px;
  }
  .answer.a02 .circleLegend .t {
    font-size: 28px;
    width: calc(100% - 3.5em);
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .resultArea {
    padding-top: 6%;
  }
  .resultArea {
    padding-bottom: 17%;
  }
  .question span {
    font-size: 16px;
    min-width: 79.28%;
  }
  .answer {
    border-radius: 5px;
    margin-top: -6%;
  }
  .answer.a01 {
    padding-bottom: 70px;
  }
  .a01_legend {
    padding: 5em 1.42% 1em;
    font-size: 10px;
    line-height: 2;
  }
  .a01_legend .lg {
    width: 3.8em;
    height: 1.1em;
    margin-right: .5em;
  }
  .a01_graph {
    width: 94%;
    margin: 0 0 0 2.28%;
    padding: 10px 0 20px;
  }
  .a01_graph .graph + .graph  {
    margin-top: 6.4vw;
  }
  .a01_graph .t {
    width: 46.875%;
    padding: 0 1.86vw;
    font-size: 12px;
    border-left: 3px solid #b1b3b3;
  }
  .a01_graph .g01 .t {
    font-size: 14px;
  }
  .a01_graph .bars {
    width: 53.125%;
  }
  .a01_graph .bar {
    height: 4.48vw;
    border-radius: 0 2px 2px 0;
  }
  .graphBase {
    width: 53.125%;
  }
  .graphBase &gt; span &gt; span {
    text-align: left;
    width: 2em;
    font-size: 9px;
    transform: rotate(90deg);
    transform-origin: left center;
  }
  .comment {
    padding: 1em 0 2em;
    font-size: 14px;
  }
  .circleGraph {
    padding: 16% 0 8%;
    align-items: flex-start;
  }
  .a02 .circleGraph {
    align-items: center;
  }
  .circleGraph .circle,
  .circleGraph .circleLegend {
    width: 50%;
  }
  .circleGraph .circleBase {
    width: 85.6%;
    border: 2px solid #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  }
  .circleLegend .p {
    font-size: 13px;
  }
  .circleLegend .t {
    font-size: 14px;
    width: calc(100% - 3.2em);
  }
  .circleLegend .legendL .legendText:last-of-type {
    padding-bottom: 1.5em;
  }
  .answer.a02 .circleLegend {
    padding-left: 2.8em;
  }
}
/** smartphone **/
@media screen and (max-width: 480px) {
  .graphBase &gt; span &gt; span {
    font-size: 2.4vw;
  }
  .question span {
    font-size: 4.26vw;
  }
  .a01_graph .t {
    font-size: 3.2vw;
  }
  .a01_graph .g01 .t {
    font-size: 3.73vw;
  }
  .circleLegend .p {
    font-size: 3.46vw;
  }
  .circleLegend .t {
    font-size: 3.73vw;
  }
}

.afterTtl {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  background: -moz-linear-gradient(6.33% -189.18% -21.16deg,rgba(98, 68, 187, 1) 0%,rgba(5, 173, 202, 1) 100%);
  background: -webkit-linear-gradient(-21.16deg, rgba(98, 68, 187, 1) 0%, rgba(5, 173, 202, 1) 100%);
  background: -webkit-gradient(linear,6.33% -189.18% ,85.88% 246.51% ,color-stop(0,rgba(98, 68, 187, 1) ),color-stop(1,rgba(5, 173, 202, 1) ));
  background: linear-gradient(111.16deg, rgba(98, 68, 187, 1) 0%, rgba(5, 173, 202, 1) 100%);
}
.afterLead {
  width: 83.46%;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.75;
  background: url("../img/lp202207/arrow.png") no-repeat center bottom;
}
#after .numTtl {
  font-weight: 900;
  color: #6244bb;
}
.afterContents, .afterCom {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.afterContents .originalMsg,
.afterContents .afterBtn {
  margin: 0 auto;
}
.afterContents .originalMsg.cs {
  opacity: .65;
}
.afterContents .afterBtn.cs {
  padding-top: 0;
}
/*.afterContents .afterBtn.cs img {
  opacity: .65;
}*/
.afterComLead,
.afterComNote {
  width: 83.46%;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.75;
}
.afterComNote {
  color: #666;
}
.afterCom {
  max-width: 800px;
}
.afterCom .item {
  display: block;
  position: relative;
  background-color: #05adca;
  text-decoration: none;
  border-radius: 6px;
}
.afterCom .afterComTtl,
.afterCom .more {
  color: #fff;
  font-weight: 700;
}
.afterCom .afterComTtl {
  position: relative;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 0 0 .5em 1.8em;
  margin-bottom: .5em;
  line-height: 1.2;
}
.afterCom .afterComTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .1em;
  width: 1.15em;
  height: 1.15em;
  background-color: #fff;
  border-radius: 50%;
}
.afterCom .more {
  text-align: right;
}
.afterCom .text {
  text-align: left;
  line-height: 1.75;
}
.afterCom .text {
  padding-bottom: 1.35em;
}
/** pc and tablet **/
@media screen and (min-width: 751px) {
  #after {
    padding-bottom: 80px;
  }
  #after a img {
    transition: opacity .3s ease;
  }
  #after a:hover img {
    opacity: .7;
  }
  .afterTtl {
    padding: 1em 0;
    font-size: 28px;
  }
  .afterLead {
    padding: 65px 0 80px;
    margin-bottom: 40px;
    background-size: 60px auto;
    font-size: 18px;
  }
  #after .numTtl {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 22px;
    line-height: 1.68;
    padding-bottom: .5em;
  }
  #after .numTtl i { 
    width: 82px;
  }
  #after .numTtl span { 
    max-width: calc(100% - 82px);
    padding-left: 1em;
  }
  .afterContents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0 60px;
    max-width: 800px;
  }
  .afterContents .item {
    width: 48.375%;
    margin-bottom: 4.25%;
  }
  .afterContents .originalMsg {
    width: 82.8%;
  }
  .afterContents .afterBtn {
    width: 88.33%;
    padding-top: 3.9%;
  }
  /*.afterContents .afterBtn.cs {
    width: 91%;
  }*/
  .afterComLead {
    font-size: 18px;
    padding-bottom: 1em;
  }
  .afterComNote {
    font-size: 17px;
    padding-bottom: 2em;
  }
  .afterCom {
    display: flex;
    justify-content: space-between;
  }
  .afterCom &gt; li {
    width: 48.375%;
    display: flex;
  }
  .afterCom .item {
    display: flex;
    flex-direction: column;
    padding: 4% 5%;
  }
  .afterCom .item .img {
    margin-top: auto;
  }
  .afterCom .afterComTtl {
    font-size: 21px;
  }
  .afterCom .text {
    font-size: 15px;
  }
  .afterCom .more {
    font-size: 13px;
  }
  .afterCom .item:hover .more {
    text-decoration: underline;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .afterTtl {
    padding: 1.4em 0;
    font-size: 20px;
  }
  .afterLead {
    padding: 9% 0 20vw;
    margin-bottom: 6%;
    background-size: 12vw auto;
    font-size: 14px;
  }
  #after .numTtl {
    font-size: 20px;
    line-height: 1.65;
    padding-bottom: .5em;
  }
  #after .numTtl i { 
    display: block;
    width: 18.13%;
    max-width: 82px;
    margin: 0 auto .5em;
  }
  .afterContents {
    width: 86.67%;
    padding: 4% 0 13.33%;
  }
  .afterContents .item {
    margin-bottom: 6.92%;
  }
  .afterContents .originalMsg {
    width: 91.58%;
    padding-top: 10%;
  }
  .afterContents .afterBtn {
    width: 99%;
    padding-top: 4.72%;
  }
  .afterComLead {
    font-size: 14px;
    padding-bottom: 2.5em;
  }
  .afterComNote {
    font-size: 14px;
    padding-bottom: 3em;
  }
  .afterCom {
    width: 93.33%;
  }
  .afterCom &gt; li {
    padding-bottom: 4%;
  }
  .afterCom .item {
    border-radius: 5px;
    padding: 4% 5% 6%;
  }
  .afterCom .afterComTtl {
    font-size: 19px;
  }
  .afterCom .text {
    font-size: 14px;
  }
  .afterCom .more {
    padding-top: .2em;
    font-size: 12px;
  }
}
/** smartphone **/
@media screen and (max-width: 480px) {
  .afterTtl,
  #after .numTtl {
    font-size: 5.33vw;
  }
  .afterLead,
  .afterComLead,
  .afterComNote,
  .afterCom .text {
    font-size: 3.73vw;
  }
  .afterCom .afterComTtl {
    font-size: 5.06vw;
  }
  .afterCom .more {
    font-size: 3.2vw;
  }
}</pre></body></html>