:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

section.matching p.lead {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.matching p.lead {
    font-size: 15px;
    margin-bottom: 60px;
  }
}
section.matching ul.step-list {
  max-width: 750px;
  margin: 60px auto 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  section.matching ul.step-list {
    max-width: 500px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
section.matching ul.step-list li {
  width: calc((100% - 80px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  section.matching ul.step-list li {
    width: calc((100% - 40px) / 2);
  }
}
section.matching ul.step-list li:last-child:after {
  display: none;
}
section.matching ul.step-list li:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 115px;
  left: 15%;
  width: 150%;
  border-top: 2px dotted #e2e2e2;
}
@media screen and (max-width: 767px) {
  section.matching ul.step-list li:after {
    display: none;
  }
}
section.matching ul.step-list li h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  section.matching ul.step-list li h3 {
    font-size: 18px;
  }
}
section.matching p.note1 {
  text-align: center;
  line-height: 1.8;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.matching p.note1 {
    font-size: 15px;
    margin-top: 20px;
  }
}
section.matching .btn_box {
  margin-top: 30px;
  text-align: center;
}
section.matching .btn-area {
  max-width: 620px;
  margin: 0 auto;
}
section.matching .btn-area ul.btn-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.matching .btn-area ul.btn-list {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
}
section.matching .btn-area ul.btn-list li a {
  position: relative;
  margin: 0 auto;
  background: #5e5e5e;
  font-size: 16px;
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: 2px solid #5e5e5e;
  cursor: pointer;
  width: 300px;
  height: 70px;
  transition: border 0.4s, background 0.4s;
}
@media screen and (max-width: 767px) {
  section.matching .btn-area ul.btn-list li a {
    max-width: 300px;
    width: 80%;
    height: 60px;
    font-size: 14px;
  }
}
section.matching .btn-area ul.btn-list li a .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
section.matching .btn-area ul.btn-list li a:hover {
  background: var(--clr-white);
  color: #5e5e5e;
}
section.matching .btn-area ul.btn-list li a:hover .arrow {
  border-top: 2px solid #5e5e5e;
  border-right: 2px solid #5e5e5e;
}
section.matching .btn-area ul.btn-list li a.blank1 {
  position: relative;
}
section.matching .btn-area ul.btn-list li a.blank1 .arrow {
  display: none;
}
section.matching .btn-area ul.btn-list li a.blank1:before {
  background: url(/common/img/icn_blank_w.png) no-repeat center;
  background-size: 18px;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
}
@media (any-hover: hover) {
  section.matching .btn-area ul.btn-list li a.blank1:hover:before {
    background: url(/common/img/icn_blank_b.png) no-repeat center;
    background-size: 18px;
  }
}
section.matching .btn-area .note2 {
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}