@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
header,
main,
.modal {
  transition: 0.5s;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP"), url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP") format("woff2");
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
html.modal-mode section,
html.modal-mode footer,
body.modal-mode section,
body.modal-mode footer {
  filter: blur(4px);
}
html.modal-mode.include-header header,
body.modal-mode.include-header header {
  filter: blur(4px);
}

a:hover,
button:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.shadow {
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1882352941);
}

.Btn {
  font-family: "noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  padding: 18px;
  border-radius: 5px;
  background-color: #38acb5;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s, opacity 0.5s;
  width: 225px;
}
@media screen and (max-width: 768px) {
  .Btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.Btn svg.arrow-01 {
  width: 26px;
  position: absolute;
  right: 10%;
  top: 45%;
}
.Btn:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}
.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.standby {
  pointer-events: none !important;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
section.hanshin-quiz-recruitment h2 img {
  max-width: 445px;
}

section.hanshin-quiz-recruitment p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment p {
    font-size: 0.9rem !important;
  }
}
section .kentei-benefits .result_benefits-wrap {
  display: flex;
  justify-content: center;
}

section .kentei-benefits .result_benefits {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  border-bottom: 0;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
section .kentei-benefits .result_benefits dt {
  width: 5rem;
  font-weight: bold;
}
section .kentei-benefits .result_benefits dd {
  flex: 1;
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  section .kentei-benefits .result_benefits {
    font-size: 0.9rem;
  }
}
.kentei-abstruct {
  width: 100%;
  max-width: 500px;
  margin: 35px auto;
  color: #716752;
}
.kentei-abstruct h3 {
  padding: 0.5rem;
  text-align: center;
  color: #006cb8;
  font-weight: bold;
  border-bottom: solid 2px #006cb8;
  font-size: 1.25rem;
}
.kentei-abstruct dl {
  display: flex;
  padding: 1rem 0;
  border-bottom: dotted 2px #716752;
}
.kentei-abstruct dl dt {
  width: 5em;
  margin-right: 1rem;
  font-weight: normal;
}
.kentei-abstruct dl dd {
  font-weight: bold;
}

.kentei-notice {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #716752;
}
.kentei-notice h3 {
  padding: 0.5rem;
  text-align: center;
  color: #006cb8;
  font-weight: bold;
  border-bottom: solid 2px #006cb8;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.kentei-benefits {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.kentei-attention {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 35px;
  color: #716752;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.kentei-attention li {
  font-size: 0.75rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
.kentei-attention li::before {
  content: "※";
}

.Btn4 {
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 15px 18px 15px 18px;
  border-radius: 5px;
  border-width: 4px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
  color: #006cb8;
  border-color: rgba(0, 108, 184, 0.2);
  max-width: 340px;
  text-align: center;
  margin: 35px auto;
}
.Btn4:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}
.Btn4 span {
  display: inline;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  word-break: keep-all;
}
.Btn4 .arrow-01 {
  margin: auto 0;
  width: 26px;
  position: relative;
  right: auto;
  top: auto;
  display: inline;
  vertical-align: middle;
  margin-left: 28px;
}
.Btn4 .arrow-01 .cls-1 {
  stroke: #006cb8;
}/*# sourceMappingURL=add.css.map */