@charset "UTF-8";
body {
  margin: 0;
  background-color: #e3dbc8;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ", Meiryo, sans-serif;
}

a {
  color: #312d46;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 30px 15px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 900px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 50px 0 100px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .img {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .img {
    margin: 25px 0;
  }
}
.content p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .content p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .content p {
    line-height: 1.7;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .intro {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    margin: 0 0 50px;
  }
}

.step {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .step {
    gap: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .step {
    gap: 50px 0;
  }
}
.step__list {
  border: 2px solid #000;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .step__list {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .step__list {
    padding: 20px;
  }
}
.step__list ul {
  margin: 0 0 0 15px;
  padding: 0;
  display: grid;
  gap: 15px 0;
}
@media only screen and (max-width: 767px) {
  .step .step3-img {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .step .step3-img {
    margin: 30px 0 0;
  }
}

h2 {
  color: #e60012;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    margin: 0 0 15px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
}

h3 {
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.3rem;
    margin: 20px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    margin: 30px 0 20px;
  }
}

.question__link {
  border-bottom-width: 4px;
  outline: solid 2px #d8c9ad;
  outline-offset: -8px;
  background-color: #4a382b;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .question__link {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .question__link {
    height: 90px;
  }
}
.question__link:hover {
  background-color: #38291f;
}
.question__link a {
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .question__link a {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .question__link a {
    font-size: 2rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}
.question__link a::before {
  content: "";
  width: 34px;
  height: 36px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='9'/%3E%3Cpath d='M11 10v6'/%3E%3Ccircle cx='11' cy='6.8' r='1' fill='%23fff' stroke='none'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .question__link a::before {
    width: 30px;
    height: 32px;
  }
}

.link {
  background-color: #e60012;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .link {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .link {
    height: 90px;
  }
}
.link:hover {
  opacity: 0.8;
}
.link a {
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .link a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .link a {
    font-size: 2rem;
  }
}

.moushikomi {
  min-height: 70vh;
}
.moushikomi h2 {
  background: #0a1945;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .moushikomi h2 {
    margin: 0 0 25px;
    padding: 10px 13px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi h2 {
    margin: 0 0 30px;
    padding: 13px 15px;
    font-size: 1.6rem;
  }
}
.moushikomi ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.moushikomi ul li {
  margin: 0 0 5px;
}
.moushikomi ul li:last-child {
  margin: 0;
}
.moushikomi .form input,
.moushikomi .form select,
.moushikomi .form textarea {
  font-size: 1rem;
}
.moushikomi .form select,
.moushikomi .form textarea {
  padding: 5px;
  box-sizing: border-box;
}
.moushikomi .form input[type=email],
.moushikomi .form input[type=text],
.moushikomi .form textarea {
  border: 1px solid #bbb;
  padding: 13px;
  box-sizing: border-box;
  width: 100%;
}
.moushikomi .form textarea {
  height: 150px;
}
.moushikomi .form input[type=button],
.moushikomi .form input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background-color: #eee;
  margin: 20px auto 0;
  height: 60px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: 350px;
    font-size: 1.2rem;
  }
}
.moushikomi .form input[type=button]:first-child,
.moushikomi .form input[type=submit]:first-child {
  background-color: #e60012;
  color: #fff;
}
.moushikomi .form input[type=button]:hover,
.moushikomi .form input[type=submit]:hover {
  opacity: 0.8;
}
.moushikomi .form em {
  font-style: normal;
  background-color: #cc0000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}
.moushikomi .form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: show;
}
.moushikomi .form tr {
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .moushikomi .form tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.moushikomi .form tr:first-child {
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th,
  .moushikomi .form td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th,
  .moushikomi .form td {
    vertical-align: middle;
    padding: 18px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th {
    text-align: left;
    margin: 0 0 8px;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th {
    text-align: right;
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form td {
    text-align: left;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form td {
    width: 68%;
    text-align: left;
  }
}
.moushikomi .form .clip p {
  margin: 8px 0 0;
}
.moushikomi .form .clip input {
  display: block;
  margin: 0 0 5px 0;
}
.moushikomi .form .gazou-url {
  border-top: 1px solid #eee;
  margin: 15px 0 0;
  padding: 20px 0 0;
}
.moushikomi .form .gazou-url p {
  margin: 0 0 8px;
}
.moushikomi .form .submit {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 0 0 0;
}

.complete__back {
  background-color: #e60012;
  margin: 20px auto 0;
  height: 60px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .complete__back {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .complete__back {
    width: 350px;
    font-size: 1.2rem;
  }
}
.complete__back:hover {
  opacity: 0.8;
}
.complete__back a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abouttheservice {
  font-size: 16px;
  border: solid 2px #000;
  padding: 24px;
  margin-bottom: 50px;
}
.abouttheservice p strong {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px #000 solid;
}
.abouttheservice h3 {
  font-size: 24px;
}
.abouttheservice h4 {
  border-bottom: 1px #000 solid;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.abouttheservice ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 20px;
}
.abouttheservice ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.abouttheservice ul li::before {
  content: "*";
  flex: 0 0 auto;
  padding-right: 10px;
  font-weight: bolder;
}

.achievement {
  max-width: 900px;
  margin: 25px auto 0;
  text-align: center;
  border: 2px solid #000;
  font-weight: 900;
  font-size: 47px;
  line-height: 1 !important;
  padding: 10px 0;
}
@media only screen and (max-width: 900px) {
  .achievement {
    font-size: 5.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .achievement {
    font-size: 8.7vw;
    line-height: 1.1 !important;
    padding: 5px 0;
  }
}
.achievement .text-red {
  color: #e60012;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */