html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

li {
  list-style: none;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

img {
  width: 100%;
}

/* --------------------------------------------------
Common
-------------------------------------------------- */
html,
body {
  height: 100%;
  font-size: 10px;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
}
body.is-loaded {
  opacity: 1 !important;
  transition: opacity 1s ease 0s;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
Header & Nav & title
-------------------------------------------------- */
body #contentInner {
  padding: 0 25px;
}
body #contentInner header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -25px;
}
body #contentInner header h1 {
  width: 90px;
}
body #contentInner .navigation {
  padding: 40px 0;
}
body #contentInner .navigation ul {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body #contentInner .navigation ul li {
  width: 25%;
  max-width: 62px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
}
body #contentInner .navigation ul li span {
  color: #ebaf64;
  border: #ebaf64 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 8px;
}
body #contentInner .navigation ul.step-1 li:nth-child(1) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-2 li:nth-child(1) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-2 li:nth-child(2) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-3 li:nth-child(1) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-3 li:nth-child(2) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-3 li:nth-child(3) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-4 li:nth-child(1) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-4 li:nth-child(2) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-4 li:nth-child(3) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .navigation ul.step-4 li:nth-child(4) span {
  color: #000;
  background: #ebaf64;
}
body #contentInner .title_01 h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0 0 40px;
}

@media screen and (min-width: 769px) {
  body #contentInner {
    padding: 0;
  }
  body #contentInner header {
    height: 99px;
    margin: 0;
  }
  body #contentInner header h1 {
    width: 115px;
  }
  body #contentInner .navigation {
    padding: 24px 0;
    background: white;
    margin: 0 0 80px;
  }
  body #contentInner .navigation ul {
    width: 1120px;
    max-width: 96%;
    margin: 0 auto;
  }
  body #contentInner .navigation ul li {
    width: calc((100% - 96px) / 4);
    max-width: 256px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    background-image: url("../assets/images/step-arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 24px 0 0;
  }
  body #contentInner .navigation ul li span {
    display: none;
  }
  body #contentInner .navigation ul li:last-child {
    padding: 0;
    background-image: url("../assets/images/step-end.png");
  }
  body #contentInner .title_01 {
    width: 1120px;
    max-width: 96%;
    margin: 0 auto;
  }
  body #contentInner .title_01 h2 {
    font-size: 3.6rem;
    line-height: 5.6rem;
    margin: 0 0 64px;
  }
}
/* --------------------------------------------------
Index
-------------------------------------------------- */
body #contentInner {
  padding-bottom: 80px;
}
body #contentInner .section_01 {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
body #contentInner .section_01 .lead {
  margin: 0 0 24px;
}
body #contentInner .section_01 dl {
  background: #ffffff;
  border: solid 1px #000;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 40px 24px;
  margin: 0 0 40px;
}
body #contentInner .section_01 dl dt {
  color: #ebaf64;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0 0 16px;
}
body #contentInner .section_01 dl dd {
  color: #000;
  margin: 0 0 24px;
}
body #contentInner .section_01 dl dd a {
  color: #000;
  text-decoration: underline;
}
body #contentInner .section_01 dl dd:last-child {
  margin: 0;
}
body #contentInner .section_01 form .input-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
body #contentInner .section_01 form .input-wrap .group {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
body #contentInner .section_01 form .input-wrap .group input[type=radio] {
  width: 32px;
  height: 32px;
  border: solid 1px #000;
  border-radius: 50%;
  margin: 0 16px 0 0;
  position: relative;
}
body #contentInner .section_01 form .input-wrap .group input[type=radio]:checked {
  background: #000;
}
body #contentInner .section_01 form .input-wrap .group input[type=radio]:checked::after {
  display: block;
  content: "";
  width: 14px;
  height: 6px;
  border-left: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body #contentInner .section_01 form .input-wrap .group:nth-child(2) {
  color: #000;
}
body #contentInner .section_01 form .input-wrap .group:nth-child(2) input[type=radio] {
  border-color: #000;
}
body #contentInner .section_01 form .input-wrap .group:nth-child(2) input[type=radio]:checked {
  background: #000;
}
body #contentInner .section_01 form .caution {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #000;
}
body #contentInner .section_01 form button[type=submit],
body #contentInner .section_01 form button[type=button] {
  display: block;
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  background: #000;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 48px;
  margin: 40px 0 0;
}

@media screen and (min-width: 769px) {
  body #contentInner {
    padding-bottom: 196px;
  }
  body #contentInner .section_01 {
    width: 1120px;
    max-width: 96%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  body #contentInner .section_01 .lead {
    margin: 0 0 40px;
  }
  body #contentInner .section_01 dl {
    padding: 48px 49px;
  }
  body #contentInner .section_01 dl dt {
    margin: 0 0 8px;
  }
  body #contentInner .section_01 dl dd {
    margin: 0 0 32px;
  }
  body #contentInner .section_01 form .input-wrap {
    justify-content: flex-start;
    margin: 0 0 24px;
  }
  body #contentInner .section_01 form .input-wrap .group {
    margin: 0 40px 0 0;
  }
  body #contentInner .section_01 form .caution {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  body #contentInner .section_01 form button[type=submit],
  body #contentInner .section_01 form button[type=button] {
    width: 254px;
    height: 5.8rem;
    line-height: 5.8rem;
    background: #ffffff;
    color: #000;
    border: solid 1px #000;
    transition: all 0.4s ease 0s;
  }
  body #contentInner .section_01 form button[type=submit]:hover,
  body #contentInner .section_01 form button[type=button]:hover {
    background: #000;
    color: #ffffff;
    border-color: #000;
  }
}
/* --------------------------------------------------
Form
-------------------------------------------------- */
body #contentInner .section_01 .leadcopy {
  margin: 0 0 24px;
}
body #contentInner .section_01 form .row .input_group p {
  margin: 0 0 8px;
}
body #contentInner .section_01 form .row .input_group p span {
  color: #ff0000;
  margin: 0 0 0 0.5em;
}
body #contentInner .section_01 form .row .input_group p.confirm_title {
  color: #000;
}
body #contentInner .section_01 form .row .input_group .erratta {
  color: #ff0000;
}
body #contentInner .section_01 form .row .input_group .confirm_content {
  font-weight: 500;
  margin: 8px 0 0;
}
body #contentInner .section_01 form .row .input_group input,
body #contentInner .section_01 form .row .input_group select,
body #contentInner .section_01 form .row .input_group textarea {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 8px 20px;
  display: block;
  width: 100%;
  border: solid 1px #000;
  border-radius: 0px;
  box-sizing: border-box;
}
body #contentInner .section_01 form .row .input_group select {
  background-image: url("./images/icon-dropdown.svg");
  background-size: 16px auto;
  background-position: center right 12px;
  background-repeat: no-repeat;
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap {
  display: flex;
  align-items: center;
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=checkbox],
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=radio] {
  padding: 0;
  width: 32px;
  height: 32px;
  margin: 0 16px 0 0;
  position: relative;
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=checkbox]:checked,
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=radio]:checked {
  background: #000;
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=checkbox]:checked::after,
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=radio]:checked::after {
  display: block;
  content: "";
  width: 14px;
  height: 6px;
  border-left: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap input[type=radio] {
  border-radius: 50%;
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap label {
  color: #000;
  width: calc(100% - 48px);
}
body #contentInner .section_01 form .row .input_group .checkbox_wrap + .checkbox_wrap {
  margin: 8px 0 0;
}
body #contentInner .section_01 form .row .input_group.jobtype p {
  color: #000;
}
body #contentInner .section_01 form .row .input_group.jobtype input {
  border: none;
  padding: 0;
}
body #contentInner .section_01 form .row .input_group + .input_group {
  margin: 16px 0 0;
}
body #contentInner .section_01 form .row button {
  display: block;
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  background: #ebaf64;
  border: solid 1px #ebaf64;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 48px;
}
body #contentInner .section_01 form .row button[type=reset], body #contentInner .section_01 form .row button.passive {
  border-color: #000;
  background: #ffffff;
  color: #000;
  margin: 16px 0 0;
}
body #contentInner .section_01 form .row + .row {
  margin: 16px 0 0;
}
body #contentInner .section_01 form .row#timing {
  display: none;
}
body #contentInner .complete_image {
  margin: 40px auto 24px;
  width: 120px;
}
body #contentInner .complete_text {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
}

@media screen and (min-width: 769px) {
  body #contentInner .section_01 .leadcopy {
    margin: 0 0 40px;
  }
  body #contentInner .section_01 form .row .input_group {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  body #contentInner .section_01 form .row .input_group .confirm_content {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  body #contentInner .section_01 form .row .input_group input.half,
  body #contentInner .section_01 form .row .input_group select {
    padding: 16px 20px;
    width: 352px;
  }
  body #contentInner .section_01 form .row .input_group input,
  body #contentInner .section_01 form .row .input_group textarea {
    padding: 16px 20px;
    width: 736px;
  }
  body #contentInner .section_01 form .row .input_group select {
    background-position: center right 23px;
  }
  body #contentInner .section_01 form .row .input_group .checkbox_wrap + .checkbox_wrap {
    margin: 10px 0 0;
  }
  body #contentInner .section_01 form .row .input_group.jobtype input {
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 100%;
  }
  body #contentInner .section_01 form .row .input_group + .input_group {
    margin: 0 0 0 32px;
  }
  body #contentInner .section_01 form .row button {
    width: 254px;
    height: 5.8rem;
    line-height: 5.8rem;
  }
  body #contentInner .section_01 form .row button[type=submit]:hover,
  body #contentInner .section_01 form .row button button[type=button]:hover {
    background: #ffffff;
    color: #000;
    border-color: #000;
  }
  body #contentInner .section_01 form .row button[type=reset], body #contentInner .section_01 form .row button.passive {
    margin: 40px 36px 0 0;
    order: -1;
    transition: all 0.4s ease 0s;
  }
  body #contentInner .section_01 form .row button[type=reset]:hover, body #contentInner .section_01 form .row button.passive:hover {
    background: #000;
    color: #ffffff;
    border-color: #000;
  }
  body #contentInner .section_01 form .row + .row {
    margin: 24px 0 0;
  }
  body #contentInner .section_01 form .row.column-2 {
    display: flex;
  }
  body #contentInner .complete_image {
    margin: 96px auto 24px;
    width: 168px;
  }
  body #contentInner .complete_text {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
}/*# sourceMappingURL=form_2024.css.map */