@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.9230769231rem;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  margin-right: 8px;
}

main.next {
  padding-top: 110px;
  padding-bottom: 80px;
}
main.next:before {
  opacity: 0.2;
}
main.next #binder {
  padding-top: 65px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  margin-bottom: 20px;
}
main.next #binder .item-result {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 45px 16px;
  box-sizing: border-box;
}
main.next #binder .item-result.blue {
  background: #EBF5FD;
}
main.next #binder .item-result.blue h1 span:nth-child(3) {
  color: #339DD7;
}
main.next #binder .item-result.orange {
  background: #FFF2E6;
}
main.next #binder .item-result.orange h1 span:nth-child(3) {
  color: #FF911D;
}
main.next #binder .item-result.green {
  background: #F0FBEF;
}
main.next #binder .item-result.green h1 span:nth-child(3) {
  color: #77BB66;
}
main.next #binder .item-result.pink {
  background: #FFF3F8;
}
main.next #binder .item-result.pink h1 span:nth-child(3) {
  color: #F17AAC;
}
main.next #binder .item-result h2 {
  background: url(../img/result/bg-name.svg) no-repeat center/contain;
  width: 100%;
  aspect-ratio: 3.8787878788;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
main.next #binder .item-result h1 span {
  display: block;
  text-align: center;
}
main.next #binder .item-result h1 span:nth-child(1) {
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
main.next #binder .item-result h1 span:nth-child(2) {
  line-height: 0;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1.8071428571;
}
main.next #binder .item-result h1 span:nth-child(2) img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
main.next #binder .item-result h1 span:nth-child(3) {
  font-family: "century-gothic", sans-serif;
  font-size: 22px;
  font-size: 1.6923076923rem;
  font-weight: bold;
  line-height: 1;
}
main.next #result {
  padding-left: 10px;
  padding-right: 10px;
}
main.next #result .item-text {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #CBD6DC;
  padding: 30px 25px;
  line-height: 1.7;
}
main.next #result .item-text h2 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  line-height: 1.7;
}
main.next #result .item-text h2 span {
  background: linear-gradient(transparent 70%, #EBF5FD 70%);
}
main.next #result .item-text h2:not(:last-child) {
  margin-bottom: 15px;
}
main.next #result .item-text p {
  font-size: 14px;
  font-size: 1.0769230769rem;
}
main.next #result .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #result .item-text h3 {
  margin-left: -10px;
  margin-right: -10px;
  background: #EBF5FD;
  padding: 15px;
  line-height: 1.3;
  border-radius: 10px;
  color: #339DD7;
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
}
main.next #result .item-text h3:not(:first-child) {
  margin-top: 30px;
}
main.next #result .item-text h3:not(:last-child) {
  margin-bottom: 15px;
}
main.next #result .item-text ul {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
}
main.next #result .item-text ul:not(:last-child) {
  margin-bottom: 30px;
}
main.next #result .item-text ul li {
  padding-left: 27px;
  position: relative;
}
main.next #result .item-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 20px;
  background: no-repeat center/contain;
}
main.next #result .item-text ul li:not(:last-child) {
  margin-bottom: 6px;
}
main.next #result .item-text ul.check li:before {
  background-image: url(../img/result/blue/icon-check.svg);
}
main.next #result .item-text ul.alert li:before {
  background-image: url(../img/result/blue/icon-alert.svg);
}
main.next #result .item-text .question {
  background: #EBF5FD url(../img/icon-q.svg) no-repeat left 5px top 8px;
  border-radius: 10px;
  padding: 30px 20px;
  margin-left: -10px;
  margin-right: -10px;
}
main.next #result .item-text .question:not(:first-child) {
  margin-top: 30px;
}
main.next #result .item-text .question h4 {
  text-align: center;
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.4;
}
main.next #result .item-text .question p {
  font-size: 13px;
  font-size: 1rem;
}
main.next #result .item-share {
  margin-top: 30px;
}
main.next #result .item-share h2 {
  text-align: center;
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
main.next #result .item-share ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
main.next #result .item-share ul li {
  display: flex;
}
main.next #result .item-share ul li a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 40px;
  border: 1px solid #333333;
  background: #FFF;
  box-shadow: 4px 5px 0 0px rgba(104, 152, 183, 0.3);
}
main.next #result .item-share ul li a img {
  height: 16px;
}
main.next #result .item-back {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
main.next #result.blue .item-text h2 span {
  background: linear-gradient(transparent 70%, rgba(119, 190, 240, 0.5) 70%);
}
main.next #result.blue .item-text h3 {
  background: #EBF5FD;
  color: #339DD7;
}
main.next #result.blue .item-text ul.check li:before {
  background-image: url(../img/result/blue/icon-check.svg);
}
main.next #result.blue .item-text ul.alert li:before {
  background-image: url(../img/result/blue/icon-alert.svg);
}
main.next #result.blue .item-text .question {
  background-color: #EBF5FD;
}
main.next #result.orange .item-text h2 span {
  background: linear-gradient(transparent 70%, rgba(255, 176, 93, 0.5) 70%);
}
main.next #result.orange .item-text h3 {
  background: #FFF2E6;
  color: #FF911D;
}
main.next #result.orange .item-text ul.check li:before {
  background-image: url(../img/result/orange/icon-check.svg);
}
main.next #result.orange .item-text ul.alert li:before {
  background-image: url(../img/result/orange/icon-alert.svg);
}
main.next #result.orange .item-text .question {
  background-color: #FFF2E6;
}
main.next #result.green .item-text h2 span {
  background: linear-gradient(transparent 70%, rgba(168, 227, 153, 0.5) 70%);
}
main.next #result.green .item-text h3 {
  background: #F0FBEF;
  color: #77BB66;
}
main.next #result.green .item-text ul.check li:before {
  background-image: url(../img/result/green/icon-check.svg);
}
main.next #result.green .item-text ul.alert li:before {
  background-image: url(../img/result/green/icon-alert.svg);
}
main.next #result.green .item-text .question {
  background-color: #F0FBEF;
}
main.next #result.pink .item-text h2 span {
  background: linear-gradient(transparent 70%, rgba(246, 177, 206, 0.5) 70%);
}
main.next #result.pink .item-text h3 {
  background: #FFF3F8;
  color: #F17AAC;
}
main.next #result.pink .item-text ul.check li:before {
  background-image: url(../img/result/pink/icon-check.svg);
}
main.next #result.pink .item-text ul.alert li:before {
  background-image: url(../img/result/pink/icon-alert.svg);
}
main.next #result.pink .item-text .question {
  background-color: #FFF3F8;
}
main.next #question .item-progress {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CBD6DC;
  border-radius: 30px;
  height: 22px;
  display: grid;
  grid-template-columns: 1fr max-content;
  background: #FFF;
  padding: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
main.next #question .item-progress > div {
  display: flex;
}
main.next #question .item-progress > div:before {
  content: "";
  display: block;
  border-radius: 10px;
  background: #B3DBF5;
}
main.next #question .item-progress > span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 1;
  color: #999999;
  padding-right: 6px;
  padding-left: 6px;
}
main.next #question .item-list section {
  border-radius: 10px;
  box-sizing: border-box;
  background: #FFF;
  padding: 30px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #CBD6DC;
  transition: all 0.8s ease;
}
main.next #question .item-list section:before, main.next #question .item-list section:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  pointer-events: none;
}
main.next #question .item-list section:before {
  border: 4px solid #FFF;
}
main.next #question .item-list section:after {
  border: 1px solid #333333;
}
main.next #question .item-list section h2 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: all 0.8s ease;
}
main.next #question .item-list section:not(:last-child) {
  margin-bottom: 6px;
}
main.next #question .item-list section .answer {
  transition: all 0.8s ease;
  width: 286px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
main.next #question .item-list section .answer > ul {
  display: flex;
}
main.next #question .item-list section .answer > ul > li {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #question .item-list section .answer > ul:nth-child(1) > li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #question .item-list section .answer > ul:nth-child(1) > li:nth-child(1) label {
  width: 40px;
}
main.next #question .item-list section .answer > ul:nth-child(1) > li:nth-child(1) label:after {
  background-color: #97DAFF;
  background-size: 16px auto;
}
main.next #question .item-list section .answer > ul:nth-child(1) > li:nth-child(2) label:after {
  background-color: rgba(151, 218, 255, 0.5);
}
main.next #question .item-list section .answer > ul:nth-child(1) > li:nth-child(3) label:after {
  background-color: rgba(246, 177, 206, 0.5);
}
main.next #question .item-list section .answer > ul:nth-child(1) > li:nth-child(4) label {
  width: 40px;
}
main.next #question .item-list section .answer > ul:nth-child(1) > li:nth-child(4) label:after {
  background-color: #F6B1CE;
  background-size: 16px auto;
}
main.next #question .item-list section .answer > ul:nth-child(1) input {
  display: none;
}
main.next #question .item-list section .answer > ul:nth-child(1) input:checked + label:after {
  display: block;
}
main.next #question .item-list section .answer > ul:nth-child(1) label {
  display: flex;
  width: 30px;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #CBD6DC;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 3px;
}
main.next #question .item-list section .answer > ul:nth-child(1) label:after {
  content: "";
  width: 100%;
  background: #EBF5FD url(../img/question/icon-check.svg) no-repeat center/11px auto;
  border-radius: 50%;
  display: none;
}
main.next #question .item-list section .answer > ul:nth-child(2) {
  margin-top: 10px;
}
main.next #question .item-list section .answer > ul:nth-child(2) > li {
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
main.next #question .item-list section .answer > ul:nth-child(2) > li:nth-child(1) {
  color: #339DD7;
}
main.next #question .item-list section .answer > ul:nth-child(2) > li:nth-child(2) {
  background: url(../img/question/arrow-left.svg) no-repeat center;
}
main.next #question .item-list section .answer > ul:nth-child(2) > li:nth-child(3) {
  background: url(../img/question/arrow-right.svg) no-repeat center;
}
main.next #question .item-list section .answer > ul:nth-child(2) > li:nth-child(4) {
  color: #F17AAC;
}
main.next #question .item-list section.current {
  background-color: #F0F7FB;
}
main.next #question .item-list section.current:before, main.next #question .item-list section.current:after {
  opacity: 1;
  visibility: visible;
}
main.next #question .item-list section:not(.current, .answered) {
  pointer-events: none;
}
main.next #question .item-list section:not(.current, .answered) > * {
  opacity: 0.3;
}
main.next #question .item-list section.answered {
  background-color: #F0F7FB;
  border-color: #F0F7FB;
}
main.next #question .item-submit {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
main.next #question .item-submit .btn {
  transition: all 0.3s ease;
}
main.next #question.step-01 .item-progress > div:before {
  width: 25%;
}
main.next #question.step-02 .item-progress > div:before {
  width: 50%;
}
main.next #question.step-03 .item-progress > div:before {
  width: 75%;
}
main.next #question.step-04 .item-progress > div:before {
  width: 100%;
}
