@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

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

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
  border: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  font-weight: 500;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

.preload * {
  transition: none !important;
}

#loading {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100lvw;
  height: 100lvh;
  background: #48CAF0;
  transition: all 1.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading.completion {
  opacity: 0;
}

main {
  overflow: hidden;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.txt--bold {
  font-weight: bold;
}

.txt--center {
  text-align: center;
}

.txt--red {
  color: #ff6060;
}

.loading__ico-01 {
  width: 100px;
  height: 100px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #FFFF00;
  animation: spin-01 5s ease-in-out 0s infinite alternate;
}

.loading__ico-02 {
  width: 100px;
  height: 100px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #48CAF0;
  transform: rotate(45deg);
  animation: spin-02 5s ease-in-out 0s infinite alternate;
}

@keyframes spin-01 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-02 {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
body {
  font-family: sans-serif;
  margin: 0;
  background: #edf6ff;
}

main {
  padding: 100px 0 0;
}
@media screen and (min-width: 961px) {
  main {
    padding: 5% 0 0;
  }
}

.contents {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.contents .inner {
  background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
}
@media screen and (min-width: 961px) {
  .contents .inner {
    padding: 60px 80px;
    border-radius: 7px;
  }
}
.contents .page-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 961px) {
  .contents .page-ttl {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.contents .page-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 3px;
  background: #64a1e1;
}

/* 進捗バー全体の枠 */
#progress-container {
  margin-bottom: 25px;
}

/* 背景バー */
#progress-bar {
  height: 12px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}

/* 実際の進捗 */
#progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #007bff 0%, #00c3ff 100%);
  border-radius: 3px 0 0 3px;
  transition: width 0.4s ease-in-out;
}

/* 進捗テキスト */
#progress-text {
  text-align: right;
  margin-top: 6px;
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

.question-container {
  display: none;
}
.question-container.active {
  display: block;
}
.question-container .question_ttl {
  display: flex;
  gap: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (min-width: 961px) {
  .question-container .question_ttl {
    gap: 20px;
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.question-container .question_ttl span {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  background: #0056b3;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .question-container .question_ttl span {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
  }
}

/* ボタンのスタイル調整 */
.answer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 961px) {
  .answer {
    gap: 30px;
    margin-bottom: 4rem;
  }
}

.answer-button {
  width: 100%;
  max-width: 20rem;
  padding: 20px 10px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  background: #c7dff8;
  color: #0056b3;
  border: none;
  border-radius: 5px;
  transition: all 0.2s;
}
@media screen and (min-width: 961px) {
  .answer-button {
    font-size: 2rem;
    padding: 20px;
  }
}
.answer-button:hover {
  background: #0056b3;
  color: #fff;
}
.answer-button:hover .icon_circle::before {
  background: #fff;
}
.answer-button:hover .icon_cross::before {
  background: #fff;
}
.answer-button .icon_circle, .answer-button .icon_cross {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 5px;
  transition: all 0.2s;
}
@media screen and (min-width: 961px) {
  .answer-button .icon_circle, .answer-button .icon_cross {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.answer-button .icon_circle::before, .answer-button .icon_cross::before {
  content: "";
  background: #0056b3;
  width: 100%;
  height: 100%;
}
.answer-button .icon_circle::before {
  -webkit-mask: url(../../img/shindan/icon_circle.svg) no-repeat center/contain;
          mask: url(../../img/shindan/icon_circle.svg) no-repeat center/contain;
}
.answer-button .icon_cross::before {
  -webkit-mask: url(../../img/shindan/icon_cross.svg) no-repeat center/contain;
          mask: url(../../img/shindan/icon_cross.svg) no-repeat center/contain;
}
.answer-button.btn_cross {
  background: #ffd3e1;
  color: #d9534f;
}
.answer-button.btn_cross .icon_cross::before {
  background: #d9534f;
}
.answer-button.btn_cross:hover {
  background: #d9534f;
  color: #fff;
}
.answer-button.btn_cross:hover .icon_cross::before {
  background: #fff;
}

.answer-button.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  color: #a1a1a1;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 5px;
}
@media screen and (min-width: 961px) {
  .answer-button.back-button {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.answer-button.back-button .back-button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 961px) {
  .answer-button.back-button .back-button_icon {
    width: 3rem;
    height: 3rem;
  }
}
.answer-button.back-button .back-button_icon::before {
  content: "";
  display: block;
  background: #a1a1a1;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../../img/shindan/icon_back.svg) no-repeat center/contain;
          mask: url(../../img/shindan/icon_back.svg) no-repeat center/contain;
}

.answer-button.back-button:hover {
  color: #5a6268;
}
.answer-button.back-button:hover .back-button_icon::before {
  background: #5a6268;
}

/* 診断結果コンテナのスタイル調整 */
#result-container {
  max-width: 100%;
  width: 100%;
}
#result-container .result_ttl {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  #result-container .result_ttl {
    font-size: 2.4rem;
  }
}

#suitability-score, #strength {
  margin-bottom: 10px;
  background: #4994e6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (min-width: 961px) {
  #suitability-score, #strength {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
}

#suited-roles-container {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4994e6;
  border: 1px solid #4994e6;
  padding: 20px;
}
@media screen and (min-width: 961px) {
  #suited-roles-container {
    font-size: 1.8rem;
    padding: 40px;
  }
}

/* レーダーチャートの高さと幅を調整 */
#svg-radar-chart-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#svg-radar-chart-container svg {
  overflow: visible;
  visibility: visible;
}

/* アドバイスコンテナのスタイル調整 */
#advice-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
@media screen and (min-width: 961px) {
  #advice-container {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#advice-container h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ff1717;
}
@media screen and (min-width: 961px) {
  #advice-container h3 {
    font-size: 1.8rem;
  }
}

#skill-deficit, #skill-improvement {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  white-space: pre-wrap;
}

#suited-roles-container {
  margin-bottom: 10px;
}

#result-message {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  #result-message {
    font-size: 2.4rem;
  }
}
#result-message a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
  height: 65px;
  background: #f00040;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (min-width: 961px) {
  #result-message a {
    font-size: 1.6rem;
  }
}

.header {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 999;
}

.header .header_inner .header_inner-logo {
  display: inline-block;
}

.header .header_inner .header_inner-logo img {
  height: 40px;
}

@media screen and (min-width: 961px) {
  .header .header_inner .header_inner-logo img {
    height: 60px;
  }
}
.footer {
  padding: 40px 20px;
}

.footer .footer_inner .footer-copy {
  display: block;
  text-align: center;
  font-size: 1.1rem;
}