@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
.din {
  font-family: "din-2014-rounded-variable", sans-serif;
  font-variation-settings: "wght" 400;
}

/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  text-decoration: none;
}
a:link {
  color: #5F3C3C;
}
a:active {
  color: #5F3C3C;
}
a:visited {
  color: #5F3C3C;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder-shown {
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #5F3C3C;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}

.inner {
  max-width: 945px;
  width: 92%;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

.mainv {
  text-align: center;
}
.mainv img {
  width: 100%;
  max-width: 945px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .mainv img {
    width: 100%;
  }
}

#question {
  padding: 80px 0 120px;
}
@media (max-width: 750px) {
  #question {
    padding: 40px 0 60px;
  }
}
#question .box:not(#question .box:first-of-type) {
  margin: 120px auto 0;
}
@media (max-width: 750px) {
  #question .box:not(#question .box:first-of-type) {
    margin: 60px auto 0;
  }
}
#question .box h2 {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: 2px solid #707070;
  letter-spacing: 0.01em;
}
@media (max-width: 750px) {
  #question .box h2 {
    font-size: 24px;
    border-bottom: 1px solid #707070;
  }
}
#question .box h2 span.fs28 {
  font-size: 28px;
  margin-left: 18px;
}
@media (max-width: 750px) {
  #question .box h2 span.fs28 {
    font-size: 14px;
    margin-left: 9px;
  }
}
#question .box .choices {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px 30px;
}
@media (max-width: 750px) {
  #question .box .choices {
    margin: 15px auto 0;
    gap: 17px 15px;
  }
}
#question .box .choices label.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: "din-2014-rounded-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
#question .box .choices label.option input[type=radio],
#question .box .choices label.option input[type=checkbox] {
  appearance: none; /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40px;
  height: 40px;
  border: 2px solid #707070;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 750px) {
  #question .box .choices label.option input[type=radio],
  #question .box .choices label.option input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    margin-right: 10px;
  }
}
#question .box .choices label.option input[type=radio]:checked,
#question .box .choices label.option input[type=checkbox]:checked {
  border-color: #707070;
}
#question .box .choices label.option input[type=radio]:checked::before,
#question .box .choices label.option input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px; /* 中央の●のサイズ */
  height: 30px;
  background-color: #ffa2a9;
  border-radius: 50%;
}
@media (max-width: 750px) {
  #question .box .choices label.option input[type=radio]:checked::before,
  #question .box .choices label.option input[type=checkbox]:checked::before {
    width: 15px; /* 中央の●のサイズ */
    height: 15px;
  }
}
#question .btn {
  margin: 120px auto 0;
  text-align: center;
}
@media (max-width: 750px) {
  #question .btn {
    margin: 60px auto 0;
  }
}

footer {
  padding-bottom: 79px;
}
@media (max-width: 750px) {
  footer {
    padding-bottom: 38px;
  }
}
footer .inner {
  border-top: 2px solid #5F3C3C;
}
@media (max-width: 750px) {
  footer .inner {
    border-top: 1px solid #5F3C3C;
  }
}
footer a {
  margin: 36px auto 0;
  text-align: center;
  display: inline-block;
  font-size: 28px;
  color: #5F3C3C;
}
@media (max-width: 750px) {
  footer a {
    margin: 18px auto 0;
    font-size: 14px;
  }
}
footer .copy {
  margin: 60px auto 0;
  font-size: 24px;
  letter-spacing: 0.01em;
}
@media (max-width: 750px) {
  footer .copy {
    margin: 30px auto 0;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */