/* -----------------------------
common reset
------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #46545C;
  font-size: 1.6rem;
  overflow-x: hidden;
  word-break: break-all;
  font-size: min(1.111vw, 16px);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4.103vw;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  color: #2b2b2b;
  transition: 0.3s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a:hover {
  color: #2b2b2b;
  text-decoration: none;
  opacity: 0.7;
}

ul,
ol,
dl {
  list-style-position: outside;
}

li,
dt,
dd {
  font-size: 16px;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

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

em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: flex;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

body {
  box-sizing: border-box;
  margin: 0 auto;
}

.none {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
.inner {
  max-width: min(58.333vw, 840px);
  margin: 0 auto;
  padding: 0 min(1.389vw, 20px);
}

@media only screen and (max-width: 768px) {
  .inner {
    max-width: 89.744vw;
    margin: auto;
    padding: 0;
  }
}
* {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.btn-type01 {
  position: relative;
  font-size: 28px;
  background: #fff;
  border: 1px solid #F8B86D;
  border-radius: 76.923px;
  color: #46545C;
  display: block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  box-shadow: 4px 6px 0 0 #F8B86D;
  margin-bottom: 24px;
  right: 4px;
  bottom: 6px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-type01 {
    box-shadow: 1.026vw 1.538vw 0 0 #F8B86D;
    right: 1.026vw;
    bottom: 1.538vw;
  }
}
.btn-type01:hover {
  transform: translateY(4px);
  box-shadow: none;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .btn-type01:hover {
    right: 1.026vw;
    bottom: 1.538vw;
  }
}

h2, h3 {
  text-align: center;
}

.subtitle {
  font-size: 30.769px;
  font-weight: 400;
  width: 423px;
  margin: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 6.154vw;
    width: 84.615vw;
  }
}

.container {
  background: linear-gradient(to right, #FFD7A9 0%, #FFD7A9 50%, #D8F5AD 50%, #D8F5AD 100%);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .container {
    background: none;
    overflow: unset;
  }
}
.container .logo {
  position: absolute;
  top: 20px;
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .container .logo {
    content: none;
  }
}
.container .wrapper {
  width: 500px;
  margin: auto;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px -15px #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container .wrapper {
    width: 100%;
    box-shadow: none;
  }
}
.container .wrapper::before {
  content: "";
  width: 278px;
  height: 292px;
  background-image: url(../../assets/img/topimg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -344px;
  top: 306px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .container .wrapper::before {
    content: none;
  }
}
.container .wrapper::after {
  content: "";
  width: 289px;
  height: 274px;
  background-image: url(../../assets/img/topimg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -372px;
  top: 313px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .container .wrapper::after {
    content: none;
  }
}
.container .wrapper .box {
  width: 500px;
  height: 100vh;
  margin: auto;
  overflow: scroll;
}
.container .wrapper .box::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .box {
    width: auto;
    height: auto;
    overflow: auto;
  }
}
.container .wrapper .start {
  width: 500px;
  padding-top: 24px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .start {
    padding-top: 4.872vw;
    width: 100%;
    margin-bottom: 15.385vw;
  }
}
.container .wrapper .start::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: #FEF2E4;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .start::before {
    height: 45.128vw;
  }
}
.container .wrapper .start h1 {
  width: 432px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .start h1 {
    width: 86.41vw;
    margin-bottom: 4.872vw;
  }
}
.container .wrapper .start .img {
  width: 218px;
  margin-bottom: 25px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .start .img {
    width: 46.41vw;
    margin-bottom: 5.128vw;
  }
}
.container .wrapper .start .btn-type01 {
  width: 380px;
  margin-bottom: 61px;
  padding: 24px 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .start .btn-type01 {
    width: 79.487vw;
    margin-bottom: 12.308vw;
    padding: 6.154vw 0;
    font-size: 6.154vw;
  }
}
.container .wrapper .question-box .question-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.container .wrapper .question-box #question-text {
  font-family: "Jost", sans-serif;
  font-size: 56.41px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
  line-height: 100%; /* 20.513px */
  letter-spacing: 4.103px;
  margin-bottom: 26px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .question-box #question-text {
    font-size: 11.282vw;
    margin-bottom: 5.128vw;
    line-height: 100%; /* 44px */
    letter-spacing: 4.4px;
  }
}
.container .wrapper .question-box #question-number {
  position: absolute;
  right: 26px;
  top: 10px;
  font-size: 20.513px;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .question-box #question-number {
    top: 2.564vw;
    font-size: 4.103vw;
    right: 5.128vw;
  }
}
.container .wrapper .answer-box {
  background: #FEF2E4;
  width: 100%;
  padding: 32px 30px 28px 40px;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box {
    padding: 8.205vw 5.128vw 5.128vw 7.692vw;
  }
}
.container .wrapper .answer-box .answer-buttons button {
  position: relative;
  font-size: 20.513px;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  border-radius: 15.385px;
  text-align: left;
  width: 100%;
  padding: 16px 20px 16px 40px;
  cursor: pointer;
  box-shadow: 4px 6px 0 0 #F8B86D;
  margin-bottom: 24px;
  right: 4px;
  bottom: 6px;
  transition: 0.3s;
  line-height: 160%;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #46545C;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box .answer-buttons button {
    font-size: 4.103vw;
    border-radius: 3.077vw;
    box-shadow: 1.026vw 1.538vw 0 0 #F8B86D;
    margin-bottom: 6.154vw;
    right: 1.026vw;
    bottom: 1.538vw;
    padding: 4.103vw 5.128vw 4.103vw 10.256vw;
  }
}
.container .wrapper .answer-box .answer-buttons button:hover {
  transform: translateY(4px);
  box-shadow: none;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box .answer-buttons button:hover {
    box-shadow: 1.026vw 1.538vw 0 0 #F8B86D;
    transform: none;
    right: 1.026vw;
    bottom: 1.538vw;
  }
}
.container .wrapper .answer-box .answer-buttons button::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box .answer-buttons button::before {
    width: 10.256vw;
    height: 10.256vw;
    left: 1.538vw;
  }
}
.container .wrapper .answer-box .answer-buttons button:first-of-type::before {
  background-image: url(../../assets/img/a.svg);
}
.container .wrapper .answer-box .answer-buttons button:nth-of-type(2)::before {
  background-image: url(../../assets/img/b.svg);
}
.container .wrapper .answer-box .answer-buttons button:nth-of-type(3)::before {
  background-image: url(../../assets/img/c.svg);
}
.container .wrapper .answer-box .answer-buttons button:nth-of-type(4) {
  margin-bottom: 32px;
}
.container .wrapper .answer-box .answer-buttons button:nth-of-type(4)::before {
  background-image: url(../../assets/img/d.svg);
}
.container .wrapper .answer-box .navigation-buttons {
  text-align: center;
}
.container .wrapper .answer-box .navigation-buttons .back-btn {
  color: #46545C;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 28px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box .navigation-buttons .back-btn {
    font-size: 4.103vw;
    padding-left: 7.179vw;
  }
}
.container .wrapper .answer-box .navigation-buttons .back-btn::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/back-icon.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box .navigation-buttons .back-btn::before {
    width: 5.128vw;
    height: 5.128vw;
  }
}
.container .wrapper .answer-box .navigation-buttons .back-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .answer-box .navigation-buttons .back-btn:hover {
    opacity: 1;
  }
}
.container .wrapper .header {
  padding: 15px 0;
  background-color: #EBEEF0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .header {
    padding: 3.077vw 0;
    margin-bottom: 5.128vw;
  }
}
.container .wrapper .header p {
  font-size: 23.077px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  padding-left: 77px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .header p {
    font-size: 4.615vw;
    padding-left: 15.385vw;
  }
}
.container .wrapper .header p::before {
  content: "";
  background-image: url(../../assets/img/jera.svg);
  width: 62px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 120px;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .header p::before {
    width: 12.308vw;
    height: 4.872vw;
    left: 22.821vw;
  }
}
.container .wrapper .footer {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .footer {
    position: absolute;
    width: 100%;
    background: #fff;
  }
}
.container .wrapper .footer p {
  padding: 31px 26px;
  color: #8096A3;
  text-align: right;
  font-size: 15.385px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .footer p {
    padding: 6.154vw 5.128vw;
    font-size: 3.077vw;
  }
}
.container .wrapper .footer-img {
  width: 76px;
  height: 30px;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .container .wrapper .footer-img {
    width: 15.385vw;
    height: 5.897vw;
    left: 5.128vw;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
.container .wrapper .hide {
  display: none;
}

.container.is-quiz.is-tall-screen {
  height: 100%;
}/*# sourceMappingURL=top.css.map */