@charset "utf-8";
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}

html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main,
section,
nav,
menu,
header,
footer,
figure,
figcaption {
  display: block;
}
canvas {
  display: inline-block;
  vertical-align: middle;
}
html {
  overflow-y: scroll;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 147px;
  }
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", -apple-system, Arial, "メイリオ",
    Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  display: none;
}
input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="image"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
a,
button {
  outline: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
.sf {
  font-family: SalesforceSans, sans-serif;
}
/* -----------------------------------------------------
  footer
----------------------------------------------------- */
.footer {
  background: #032e61;
  position: sticky;
  top: 100vh;
}
.footer-container {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 20px;
    width: auto;
  }
}
.footer-text {
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
.footer-nav-list {
  font-size: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-nav-item a,
.footer-nav-item button {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
}
.footer-nav-item a:hover,
.footer-nav-item button:hover {
  color: #fff;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #fff;
  background: none;
}
.footer-nav-item img.cpra {
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
.assessment-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/images/slack-assessment-top.png") no-repeat center 300px;
  background-size: contain;
  height: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .assessment-top {
    height: 100%;
    background: url("/static/images/slack-assessment-top.png") no-repeat left
      bottom;
    background-size: 868px;
    margin: 0 0 20px 0;
  }
}
.assessment-top-image {
  width: 100%;
  margin: 144px 0 0 0;
}
.assessment-top-block {
  position: absolute;
  top: 144px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .assessment-top-block {
    top: 70px;
  }
}
.assessment-top-title {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 24px 0;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .assessment-top-title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
.assessment-top-title span {
  font-size: 50px;
  font-weight: bold;
  margin: 0 18px 0 0;
}
@media screen and (max-width: 767px) {
  .assessment-top-title span {
    font-size: 25px;
  }
}
.assessment-top-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px 0;
  text-align: center;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .assessment-top-head {
    font-size: 16px;
  }
}
.assessment-top-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 40px 0;
  text-align: center;
}
.assessment-top-text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .assessment-top-text {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
}
.assessment-button {
  background: #0176d3;
  border-radius: 4px;
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .assessment-button {
    width: 240px;
  }
}
.assessment-button a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.assessment-button a:hover {
  opacity: 0.7;
}
.post-detail-sns {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .post-detail-sns {
    margin: 20px 0 0 0;
  }
}
.post-detail-sns-text {
  font-size: 16px;
  font-weight: bold;
  color: #032d60;
  line-height: 1.2;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 767px) {
  .post-detail-sns-text {
    font-size: 14px;
  }
}
.post-detail-sns-item {
  width: 32px;
  margin: 0 8px;
}
.assessment-questions {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}
.questions-header {
  margin: 0 0 60px 0;
}
.questions-header._question {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .questions-header {
    margin: 0 16px 20px 16px;
  }
}
.questions-header-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #032d60;
  margin: 0 10px 0 0;
}
.questions-header-text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .questions-header-text {
    font-size: 18px;
  }
}
.questions-header-text-sub {
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0 0 0;
}
.questions-header-text-sub span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .questions-header-text-sub {
    display: none;
    margin: 10px 0 0 0;
    font-size: 12px;
  }
}
.questions-header-image {
  width: 280px;
  min-width: 280px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .questions-header-image {
    width: 130px;
    min-width: 130px;
  }
}
.questions-form-block {
  margin: 0 0 32px 0;
}
.questions-form-block-head {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 10px 0;
  color: #032d60;
}
.questions-form-block-input {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2;
  text-indent: 15px;
  color: #333;
  box-sizing: border-box;
}
.questions-form-block-select-label {
  position: relative;
}
.questions-form-block-select-label svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 10px;
  height: 5px;
}
.questions-form-block-select {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2;
  text-indent: 15px;
  box-sizing: border-box;
  color: #333;
}
.questions-form-complete {
  display: none;
}
.questions-form-complete.show {
  display: block;
}
.questions-form-last {
  height: 165px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: url("../images/ae-assessment-question-bg.png") no-repeat #d2edfd
    left bottom;
  background-size: 100%;
  margin: 0 0 40px 0;
  display: flex;
}
.questions-form-last-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #032d60;
  margin: 0 0 10px 0;
}
.questions-form-last-link {
  text-align: center;
}
.questions-form-last-link a {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #0175d2;
  line-height: 1.2;
  align-items: center;
}
.questions-form-last-link a:hover {
  text-decoration: underline;
}
.questions-form-last-link img {
  margin: 0 5px 0 0;
}
.assessment-agree {
  margin: 0 0 40px 0;
}
.assessment-agree li {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  display: flex;
}
.assessment-agree li:last-child {
  margin: 0;
}
.assessment-agree li a {
  color: #0176d3;
  text-decoration: underline;
}
.assessment-agree li a:hover {
  text-decoration: none;
}
.assessment-agree li input {
  display: none;
}
.assessment-agree li label {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
  border: 1px solid #777;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  margin: 3px 12px 0 0;
  cursor: pointer;
}
.assessment-agree li input:checked + label:after {
  content: "";
  background: url("/static/images/checkbox-on-icon.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 10px;
  margin: auto;
}
.assessment-buttons {
  display: flex;
  justify-content: center;
}
.assessment-back {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  border: 2px solid #0176d3;
  color: #0176d3;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 8px;
}
.assessment-back:hover {
  opacity: 0.7;
}
.assessment-submit {
  background: #0176d3;
  border-radius: 4px;
  width: 280px;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 8px;
}
.assessment-submit:disabled,
.assessment-submit:disabled:hover {
  cursor: default;
  opacity: 0.5;
}
.assessment-submit:hover {
  opacity: 0.7;
}
.questions-blocks {
  background: url("../images/ae-assessment-question-bg.png") no-repeat left
    bottom #d2edfd;
  background-size: 100%;
  margin: 0 0 20px 0;
  user-select: none;
}
.questions-blocks.hide {
  display: none;
}
.question-navigation-inner {
  display: flex;
  align-items: center;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .question-navigation-inner {
    padding: 0 16px 66px 16px;
  }
}
.question-navigation-prev {
  background: #fff;
  padding: 0;
  margin: 0 auto 0 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.question-navigation-prev.active {
  background: #0176d3;
}
.question-navigation-prev.active path {
  stroke: #fff;
}
.question-navigation-next {
  background: #fff;
  padding: 0;
  margin: 0 0 0 auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.question-navigation-next.active {
  background: #0176d3;
}
.question-navigation-next.active path {
  stroke: #fff;
}
.question-navigation-meter {
  display: flex;
  align-items: center;
}
.question-navigation-meter-bar {
  width: 160px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question-navigation-meter-bar {
    width: 80px;
  }
}
.question-navigation-meter-bar span {
  width: 0;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: #032d60;
}
.question-navigation-meter-number {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #032d60;
}
.question-navigation-note {
  padding: 14px 0 0 0;
}
.question-navigation-note-header {
  text-align: center;
  margin: 0 0 10px 0;
}
.question-navigation-note-head {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #032d60;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.question-navigation-note-head span {
  text-decoration: dotted underline 2px;
  text-underline-offset: 5px;
}
.toggle_icon_close {
  display: none;
}
.question-navigation-note-head.open .toggle_icon_close {
  display: block;
}
.question-navigation-note-head.open .toggle_icon_open {
  display: none;
}
.question-navigation-note-head svg {
  margin: 0 0 0 4px;
}
.question-navigation-note-content {
  margin: 0 60px 30px 60px;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  display: none;
}
.question-navigation-note-content.show {
  display: block;
}
.questions-list-wrap {
  overflow: hidden;
}
.questions-list {
  display: flex;
  position: relative;
  left: 0;
  transition: left 0.1s;
}
.questions-list li {
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 13px 20px;
}
@media screen and (max-width: 767px) {
  .questions-list li {
    width: 100%;
    min-width: 100%;
    padding: 20px 16px 13px 16px;
  }
}
.questions-list li.show {
  opacity: 1;
  display: block;
}
.questions-list-header {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .questions-list-header {
    height: auto;
  }
}
.questions-list-header-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #032d60;
  line-height: 1.4;
  box-sizing: border-box;
  user-select: text;
}
@media screen and (max-width: 767px) {
  .questions-list-header-text {
    font-size: 15px;
    text-align: left;
  }
}
.questions-radio-buttons {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  border-radius: 4px;
}
.questions-radio-button {
  width: 164px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .questions-radio-button {
    width: 130px;
    margin: 0 8px;
  }
}
.questions-radio-button label {
  width: 164px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eaf5fe;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  color: #032d60;
  position: relative;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .questions-radio-button label {
    width: auto;
  }
}
.questions-radio-button label:hover {
  border: 2px solid #0176d3;
  color: #0176d3;
}
.questions-radio-button label span {
  text-indent: 10px;
}
@media screen and (max-width: 767px) {
  .questions-radio-button label span {
    text-indent: 18px;
  }
}
.questions-radio-button label:before {
  content: "";
  border: 2px solid #eaf5fe;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
  box-sizing: border-box;
}
.questions-radio-button input:checked + label {
  border: 2px solid #0176d3;
  color: #0176d3;
}
.questions-radio-button input:checked + label:before {
  border: 4px solid #0176d3;
}
.questions-radio-button input {
  display: none;
}
@media screen and (max-width: 767px) {
  .questions-body {
    margin: 0 16px;
  }
}
.assessment-questions-result {
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 0 80px 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .assessment-questions-result {
    padding: 80px 0 60px 0;
  }
}
.questions-header-step {
  width: 420px;
}
.questions-header-result-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .questions-header-result-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px 0 0;
    margin: 0;
  }
}
.questions-header-result-text span {
  font-size: 28px;
  line-height: 1.4;
  display: block;
  padding: 20px 0 34px 0;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .questions-header-result-text span {
    font-size: 18px;
    padding: 12px 0;
  }
}
.questions-header-result-text i {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 10px 0 0 0;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .questions-header-result-text i {
    font-size: 14px;
    padding: 12px 0 0 0;
  }
}
.header-assessment {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 80px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header-assessment {
    top: 0;
    left: 0;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 60px;
  }
}
.assessment-questions {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}
.assessment-questions-result {
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 0 80px 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .assessment-questions-result {
    padding: 80px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .questions-header-inner-text {
    padding: 20px 20px 0 0;
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .questions-header-inner.complete {
    align-items: start;
  }
}
.questions-header-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .questions-header-inner {
    margin: 0 0 20px 0;
  }
}
.questions-form-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px;
  color: #032d60;
}
.questions-form-block {
  margin: 0 0 32px 0;
}
.questions-form-block-head {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 10px 0;
  color: #032d60;
}
.questions-form-block-input {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2;
  text-indent: 15px;
  color: #333;
  box-sizing: border-box;
}
.questions-form-block-select-label {
  position: relative;
}
.questions-form-block-select-label svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 10px;
  height: 5px;
}
.questions-form-block-select {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2;
  text-indent: 15px;
  box-sizing: border-box;
  color: #333;
}
.questions-form-message {
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
.assessment-agree {
  margin: 0 0 40px 0;
}
.assessment-agree li {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  display: flex;
}
.assessment-agree li:last-child {
  margin: 0;
}
.assessment-agree li a {
  color: #0176d3;
  text-decoration: underline;
}
.assessment-agree li a:hover {
  text-decoration: none;
}
.assessment-agree li input {
  display: none;
}
.assessment-agree li label {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
  border: 1px solid #777;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  margin: 3px 12px 0 0;
  cursor: pointer;
}
.assessment-agree li input:checked + label:after {
  content: "";
  background: url("/static/images/checkbox-on-icon.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 10px;
  margin: auto;
}
.assessment-buttons {
  display: flex;
  justify-content: center;
}
.assessment-back {
  background: #fff;
  border-radius: 4px;
  width: 80px;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  border: 2px solid #0176d3;
  color: #0176d3;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 8px;
}
.assessment-back:hover {
  opacity: 0.7;
}
.assessment-submit {
  background: #0176d3;
  border-radius: 4px;
  width: 280px;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 8px;
}
.assessment-submit:disabled,
.assessment-submit:disabled:hover {
  cursor: default;
  opacity: 0.5;
}
.assessment-submit:hover {
  opacity: 0.7;
}
.assessment-submit.loading:disabled,
.assessment-submit.loading:disabled:hover {
  cursor: wait;
}
.questions-header-result-complete {
  font-size: 20px;
  line-height: 1.5;
  color: #032d60;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .questions-header-result-complete {
    font-size: 14px;
  }
}
.questions-header-result-complete-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .questions-header-result-complete-text {
    font-size: 12px;
  }
}
.assessment-result-block {
  background: #eaf5fe;
  padding: 16px 20px 24px 20px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .assessment-result-block {
    margin: 0 0 30px 0;
  }
}
.assessment-result-block-header {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.assessment-result-block-header-number {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #008dd5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 8px 0 0;
  border-radius: 100%;
}
.assessment-result-block._active .assessment-result-block-header-number {
  background: #008dd5;
}
.assessment-result-block-header-head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #008dd5;
}
.print .assessment-result-block-header-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #008dd5;
}
.assessment-result-block._active .assessment-result-block-header-head {
  color: #008dd5;
}
.assessment-result-block-header-status {
  margin: 0 0 0 auto;
}
.assessment-result-block-header-status img {
  width: 60px;
}
.assessment-result-block-body {
  background: #fff;
  border-radius: 4px;
  padding: 20px 16px;
  margin: 0 0 16px 0;
}
.assessment-result-block-body-head {
  display: flex;
  margin: 0 0 13px 0;
}
.assessment-result-block-body-head svg {
  margin: 0 8px 0 0;
}
.assessment-result-block-body-head p {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}
.print .assessment-result-block-body-head {
  margin: 0 0 6px 0;
}
.print .assessment-result-block-body-head p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.assessment-result-block-body-head p.checklist {
  color: #008dd5;
}
.assessment-result-block-body-head p.issues {
  color: #b2443a;
}
.assessment-result-block-body-head p.measure {
  color: #468627;
}
.summary-text a:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("/static/images/link-icon.svg") no-repeat center center;
}
.summary-text a:hover {
  text-decoration: underline;
}
.assessment-result-block-body ul {
  padding: 0 0 0 18px;
  margin: 0 0 10px 0;
}
.assessment-result-block-body ul > li {
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}
.assessment-result-block-body ul > li span {
  color: #333;
}
.assessment-result-block-body ul.checklist li {
  color: #008dd5;
}
.assessment-result-block-body .text {
  font-size: 16px;
  line-height: 1.8;
}
.assessment-result-block-body .text p span {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: inherit !important;
}
.print .assessment-result-block-body .text {
  font-size: 13px;
  line-height: 1.6;
}
.print .assessment-result-block-body .text p span {
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.assessment-result-block-body .text a {
  position: relative;
  padding: 0 10px 0 0;
  color: #008dd5;
}
.assessment-result-block-body .text a:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("/static/images/link-icon.svg") no-repeat center center;
}
.assessment-result-block-body a:hover {
  text-decoration: underline;
}
.assessment-result-block-body .image {
  margin: 20px 0;
}
.assessment-result-block-body .image._print {
  width: 160px;
  height: 90px;
  overflow: hidden;
}
.assessment-result-block-body .image._print img {
  object-fit: cover;
}
.assessment-result-block-body .download {
  background: #0176d3;
  width: 247px;
  height: 48px;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.assessment-result-block-body .download._print {
  width: 160px;
  height: 30px;
}
.assessment-result-block-body .download._print a {
  width: 160px;
  height: 30px;
  font-size: 14px;
}
.assessment-result-block-body .download a {
  width: 247px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.assessment-result-block-body .download a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.assessment-result-block-body .download a:after {
  display: none;
}
.assessment-result-block-other-head {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #032d60;
  margin: 0 0 20px 0;
}
.questions-result-download {
  margin: 0 0 32px 0;
}
.questions-result-download .download {
  background: #0176d3;
  width: 247px;
  height: 48px;
  margin: 0 auto;
  border-radius: 4px;
}
.questions-result-download .download a {
  width: 247px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.questions-result-download .download a:hover {
  opacity: 0.7;
}
.questions-result-download .download a:after {
  display: none;
}
.error-message {
  font-size: 12px;
  line-height: 1.2;
  color: #b93d0c;
  margin: 8px 0 0 0;
  display: none;
}
.error-message.show {
  display: block;
}
.slide {
  position: relative;
  padding: 62% 0 0 0;
  margin: 0 0 20px 0;
}
.slide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.movie {
  position: relative;
  padding: 56% 0 0 0;
  margin: 0 0 20px 0;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.assessment-result-block-body-wrap {
  display: flex;
  background: #fff;
}
.print .assessment-result-block-body-wrap {
  height: 210px;
}
.complete-download {
  background: #0176d3;
  width: 247px;
  height: 48px;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.complete-download a {
  width: 247px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.print {
  background: #008dd5;
  padding: 30px;
  width: 1240px;
  min-width: 1240px;
  height: 1755px;
  box-sizing: border-box;
  display: flex;
}
.print-inner {
  background: #fff;
  width: 1180px;
  min-width: 1180px;
  height: 1695px;
  box-sizing: border-box;
  padding: 20px 40px;
}
.p-title {
  font-size: 50px;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 0 40px;
}
.p-title span {
  font-size: 60px;
  font-weight: normal;
}
.print-header {
  display: flex;
  margin: 0 0 30px 0;
  align-items: center;
}
.print .assessment-result-block {
  position: relative;
  margin: 0 0 8px 0;
}
.print .text a {
  position: absolute;
  left: 250px;
  top: 18px;
  display: none;
}
.print .assessment-result-block-header {
  margin: -15px 0 0 0;
  height: 50px;
}
.print .assessment-result-block-header-status {
  position: relative;
  margin: 0 0 -20px auto;
}
.print .assessment-result-block-body {
  width: 33%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
.print .assessment-result-block-body-inner {
  padding: 12px 16px;
}
.print .questions-header-image._result {
  width: 410px;
}
.print .questions-header-image._result svg {
  width: 100%;
  height: auto;
}
.print .assessment-result-block-body._image {
  width: 160px;
  margin: 0 0 0 auto;
}
.print .assessment-result-block-body._image .image {
  margin: 0 0 10px 0;
}
.print .questions-header {
  margin: 0 0 56px 0;
  position: relative;
}
.print .questions-header-image {
  right: 0;
}
.print .assessment-result-block {
  padding: 16px 10px 10px 10px;
}
.print .questions-header-result-text {
  font-size: 28px;
  margin: 20px 0 28px 0;
}
.print .questions-header-result-text span {
  font-size: 36px;
  padding: 15px 0 20px 0;
}
.print .download {
  background: #0176d3;
  width: 140px;
  height: 30px;
  border-radius: 4px;
  margin: 0 0 0 20px;
  position: absolute;
  right: 80px;
  top: 4px;
}
.print .download a {
  width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.recommend-article {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .recommend-article {
    flex-flow: column;
  }
}
.recommend-article-content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .recommend-article-content {
    order: 2;
    padding: 20px 16px;
  }
}
.recommend-article-content-head {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.recommend-article-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #0176d3;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .recommend-article-content-title {
    font-size: 14px;
  }
}
.recommend-article-content-text {
  font-size: 14px;
  line-height: 1.4;
}
.recommend-article-image {
  width: 240px;
  min-width: 240px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .recommend-article-image {
    width: 100%;
    margin: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    order: 1;
    border-bottom: 1px solid #ddd;
  }
}
.print .assessment-result-block-body-head p.recommend-head {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.recommend-links li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #0176d3;
}
.recommend-links li a {
  text-decoration: underline;
}
.section2-step {
  margin: 0 0 14px 0;
}
.section2-step svg {
  width: 100%;
  height: auto;
}
.section2-step-list-wrap {
  margin: 0 0 40px 0;
}
.section2-step-list-wrap svg {
  width: 100%;
  height: auto;
}
.section2-step-list > li.complete {
  position: relative;
}
.section2-step-list > li.complete::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 4px solid #288808;
  border-radius: 4px;
  z-index: 10;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22148%22%20height%3D%22148%22%20viewBox%3D%220%200%20148%20148%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_238%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20238%22%20transform%3D%22translate(2949.836%207732.836)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_37%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2037%22%20transform%3D%22translate(-2949.836%20-7732.836)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23008a00%22%20stroke-width%3D%228%22%3E%20%3Ccircle%20cx%3D%2274%22%20cy%3D%2274%22%20r%3D%2274%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2274%22%20cy%3D%2274%22%20r%3D%2270%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_237%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20237%22%20transform%3D%22translate(-2904.614%20-7707.617)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_143%22%20data-name%3D%22%E3%83%91%E3%82%B9%20143%22%20d%3D%22M14.578%2C20.033H8.919A1.924%2C1.924%2C0%2C0%2C0%2C7%2C21.952V52.936a1.7%2C1.7%2C0%2C0%2C0%2C1.919%2C1.631h1.919a5.772%2C5.772%2C0%2C0%2C0%2C5.756-5.756V22.048A1.967%2C1.967%2C0%2C0%2C0%2C14.578%2C20.033Z%22%20transform%3D%22translate(-7%202.03)%22%20fill%3D%22%23008d00%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_144%22%20data-name%3D%22%E3%83%91%E3%82%B9%20144%22%20d%3D%22M50.6%2C30.022H44.844a5.772%2C5.772%2C0%2C0%2C1-5.756-5.756V12.756A5.772%2C5.772%2C0%2C0%2C0%2C33.333%2C7H29.5a1.924%2C1.924%2C0%2C0%2C0-1.918%2C1.919v7.674c0%2C6.715-3.453%2C13.43-9.593%2C13.43a1.924%2C1.924%2C0%2C0%2C0-1.918%2C1.918V58.8a1.9%2C1.9%2C0%2C0%2C0%2C1.822%2C1.918c8.538.48%2C14.2%2C3.741%2C23.118%2C3.741%2C9.593%2C0%2C17.267-3.07%2C17.267-12.182V37.7A7.7%2C7.7%2C0%2C0%2C0%2C50.6%2C30.022Z%22%20transform%3D%22translate(-0.719%20-7)%22%20fill%3D%22%23008d00%22%2F%3E%20%3C%2Fg%3E%20%3Ctext%20id%3D%22%E5%AE%8C%E4%BA%86%22%20transform%3D%22translate(-2874.709%20-7617.689)%22%20fill%3D%22%23009000%22%20font-size%3D%2226%22%20font-family%3D%22HiraKakuProN-W6%2C%20Hiragino%20Kaku%20Gothic%20ProN%22%3E%3Ctspan%20x%3D%22-26%22%20y%3D%220%22%3E%E5%AE%8C%E4%BA%86%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    rgba(255, 255, 255, 0.8) no-repeat center center;
  background-size: 74px;
}
.active .section2-step-list-nav a {
  background: #f7cb78;
  color: #032d60;
}
.section2-step-list-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.section2-step-list-nav a {
  width: 100%;
  height: 45px;
  display: flex;
  background: #0b5cab;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  padding: 8px 12px;
  box-sizing: border-box;
}
.section2-step-list-nav a span {
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background: #00a1e0;
  border-radius: 30px;
  display: flex;
  margin: 0;
}
.section2-step-list-nav a i {
  width: 100%;
  text-align: center;
  font-style: normal;
}
.section2-step-list-nav-block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.section2-step-list-nav-block a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #032d60;
  display: flex;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  padding: 18px;
  width: 100%;
  height: 245px;
  max-height: 245px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #0b5cab;
  align-items: center;
  background: #fff;
}
.step-head-text {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 24px 0;
  font-weight: bold;
  color: #032d60;
}
.step-head-text-2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #032d60;
}
.step-content-text {
  font-size: 20px;
  line-height: 1.7;
  color: #032d60;
}
.step-content-text.section1 {
  margin: 0 0 30px 0;
}
.step-content-text.section2 {
  margin: 0 0 36px 0;
}
.step-action-list {
  border-top: 1px solid #ccc;
}
.step-action-list li {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.step-nav-action {
  width: 72px;
  min-width: 72px;
  height: 74px;
  margin: 0 30px 0 0;
}
.step-nav-action svg {
  width: 100%;
  height: auto;
}
.step-nav-number {
  width: 148px;
  min-width: 148px;
  margin: 0 20px 0 0;
}
.step-nav-number svg {
  width: 100%;
  height: auto;
}
.step-action-text-area {
  padding: 0 20px 0 0;
}
.step-action-sub-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 2px 0;
}
.step-action-sub-text span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}
.step-action-text {
  font-size: 24px;
  font-weight: bold;
  color: #0176d3;
  line-height: 1.5;
  text-decoration: underline;
}
.questions-header-result-text-print {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 28px 0;
}
.questions-header-result-text-print span {
  font-size: 46px;
  line-height: 1.2;
  display: block;
  padding: 10px 0 45px 0;
  text-decoration: underline;
  text-underline-offset: 12px;
}
.questions-header-result-text-print i {
  font-size: 26px;
  font-style: normal;
}
.form-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.form-loading.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-svg-title {
  width: 85%;
  margin: 0 0 0 40px;
}
.p-svg-title svg {
  width: 100%;
  height: auto;
}
.questions-header-step {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .questions-header-step {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
.print .questions-header-step {
  transform: scale(1.5);
  transform-origin: 0 bottom;
}
.questions-header-step-inner {
  width: 100%;
  height: 78px;
  position: absolute;
  top: 16px;
  left: 0;
}
.questions-header-step1-text,
.questions-header-step2-text,
.questions-header-step3-text,
.questions-header-step4-text,
.questions-header-step5-text,
.questions-header-step6-text,
.questions-header-step7-text {
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questions-header-step1-text {
  width: 65px;
}
.questions-header-step2-text {
  width: 50px;
  left: 73px;
}
.questions-header-step3-text {
  width: 44px;
  left: 132px;
}
.questions-header-step4-text {
  width: 32px;
  left: 194px;
}
.questions-header-step5-text {
  width: 34px;
  left: 250px;
}
.questions-header-step6-text {
  width: 34px;
  left: 308px;
}
.questions-header-step7-text {
  width: 34px;
  left: 366px;
}