@charset "UTF-8";
.content_wrap.contact .page_wrap main {
  width: 100%;
}
.content_wrap.contact .page_wrap main .contact_single .inner {
  width: 100%;
  margin: 0;
}
.content_wrap.contact .page_wrap main .contact_single .inner .tit.media {
  font-size: 48px;
}
.content_wrap.contact .page_wrap main .contact_single .inner .tit.media img {
  width: auto;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner .tit.media {
    font-size: 16px;
  }
  .content_wrap.contact .page_wrap main .contact_single .inner .tit.media img {
    height: 50px;
    width: auto;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami, .content_wrap.contact .page_wrap main .contact_single .inner section.whatis, .content_wrap.contact .page_wrap main .contact_single .inner section.strength, .content_wrap.contact .page_wrap main .contact_single .inner section.flow, .content_wrap.contact .page_wrap main .contact_single .inner section.cost, .content_wrap.contact .page_wrap main .contact_single .inner section.form {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami, .content_wrap.contact .page_wrap main .contact_single .inner section.whatis, .content_wrap.contact .page_wrap main .contact_single .inner section.strength, .content_wrap.contact .page_wrap main .contact_single .inner section.flow, .content_wrap.contact .page_wrap main .contact_single .inner section.cost, .content_wrap.contact .page_wrap main .contact_single .inner section.form {
    padding: 20px 0;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.whatis h2, .content_wrap.contact .page_wrap main .contact_single .inner section.strength h2, .content_wrap.contact .page_wrap main .contact_single .inner section.flow h2, .content_wrap.contact .page_wrap main .contact_single .inner section.cost h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  background: #f16b6f;
  border-radius: 10px;
  font-size: 32px;
  color: #fff;
  line-height: auto;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.whatis h2, .content_wrap.contact .page_wrap main .contact_single .inner section.strength h2, .content_wrap.contact .page_wrap main .contact_single .inner section.flow h2, .content_wrap.contact .page_wrap main .contact_single .inner section.cost h2 {
    font-size: 20px;
    padding: 8px 20px;
    margin: 0;
    margin-bottom: 24px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami {
  padding-top: 0;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami h2::before, .content_wrap.contact .page_wrap main .contact_single .inner section.nayami h2::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami h2 {
    font-size: 16px;
  }
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami h2::before, .content_wrap.contact .page_wrap main .contact_single .inner section.nayami h2::after {
    width: 20%;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap {
  margin: 32px 0;
  display: flex;
  gap: 24px;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card {
  flex-basis: 28%;
  background-color: #FFF;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card {
    flex-basis: 100%;
    flex-direction: row;
    position: relative;
    padding: 16px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card:nth-child(2) {
    padding-right: 16px;
    padding-left: 90px;
  }
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card:nth-child(2) .img-wrap {
    position: absolute;
    left: -40px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card:nth-child(3) .img-wrap {
    max-width: 160px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card .img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card .img-wrap {
    position: absolute;
    right: -12px;
    width: 45%;
    bottom: 0;
  }
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card .img-wrap:nth-child(1) {
    bottom: -15px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card .img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .nayami-wrap .nayami-card p {
    font-size: 11px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .arrow img {
    width: 40px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .resolution {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .resolution .text {
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .resolution .text {
    padding: 0 5px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .resolution .text::after {
  display: block;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: attr(data-content);
  width: 100%;
  height: 50%;
  background-color: #F7FF02;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.nayami .resolution .text p {
  position: relative;
  font-weight: bold;
  z-index: 1;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.nayami .resolution .text p {
    font-size: 19px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.whatis .img_box {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.whatis .img_box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.whatis .merit02 {
    justify-content: center;
  }
  .content_wrap.contact .page_wrap main .contact_single .inner section.whatis .merit02 span.wall {
    font-size: 14px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap {
    gap: 8px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card {
  display: flex;
  gap: 16px;
  align-items: center;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card {
    gap: 4px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .img-wrap {
  flex-basis: 20%;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .img-wrap {
    flex-basis: 40%;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .content {
  flex-basis: 80%;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .content {
    flex-basis: 60%;
    padding: 4px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .content .title {
  font-weight: bold;
  margin: 8px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .content .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .strength-wrap .strength-card .content p {
    font-size: 10px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .contact-btn {
  margin: 40px auto;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .contact-btn a {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 16px;
  position: relative;
  display: block;
  padding: 16px 48px;
  background-color: #554137;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .contact-btn a {
    font-size: 12px;
    padding: 12px 24px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.strength .contact-btn a img {
  position: absolute;
  bottom: -30%;
  right: -23px;
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.strength .contact-btn a img {
    width: 50px;
    height: 50px;
    right: -16px;
    bottom: -25%;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap {
    margin: 0 4px;
    margin-bottom: 40px;
    gap: 24px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step {
  filter: drop-shadow(-5px 5px 4px rgba(0, 0, 0, 0.25));
  background-color: #FFF;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step {
    padding: 8px;
    gap: 4px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .step {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .step {
    margin: 0 4px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .step p {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .step p {
    font-size: 14px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .step p:nth-child(2) {
  font-size: 32px;
}
@media screen {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .step p:nth-child(2) {
    font-size: 28px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .title {
  min-width: 170px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .title {
    min-width: 80px;
    font-size: 11px;
    text-align: center;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .img-wrap {
  flex-basis: 10%;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .img-wrap img {
  height: 100%;
  max-height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .content {
  flex-basis: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step .content {
    font-size: 10px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 96px;
  background-color: #FFF;
  height: 32px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step::before {
    left: 34px;
    width: 29px;
    height: 15px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #FFF;
  position: absolute;
  bottom: -16px;
  left: 64px;
  filter: drop-shadow(-5px 5px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.flow .flow-wrap .flow-step::after {
    left: 48px;
    bottom: -10px;
    width: 20px;
    height: 20px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.cost .cost-wrap {
  max-width: 600px;
  margin: 40px auto 0;
  background-color: #FFE1E1;
  border: 3px solid #FA6067;
  padding: 32px 32px 32px 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.cost .cost-wrap {
    padding: 16px 16px 16px 32px;
    margin: 40px 0 0 60px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.cost .cost-wrap p {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.cost .cost-wrap p {
    font-size: 9px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.cost .cost-wrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 220px;
  width: auto;
  transform: translateX(-50%) translateY(22px);
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.cost .cost-wrap img {
    height: 123px;
    transform: translateX(-48%) translateY(22px);
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 10px 10px 16px 16px;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap h2 {
  padding: 16px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f16b6f;
  border-radius: 10px;
  font-size: 32px;
  color: #fff;
  line-height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap h2 {
    font-size: 20px;
    padding: 8px 20px;
    margin: 0;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form {
  padding: 64px 32px;
  display: flex;
  justify-content: center;
  max-width: 760px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form {
    padding: 16px 16px;
    max-width: none;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-weight: bold;
  gap: 16px;
  margin: 24px 0;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(1) p:nth-child(2) br, .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(2) p:nth-child(2) br, .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(3) p:nth-child(2) br, .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(4) p:nth-child(2) br, .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(5) p:nth-child(2) br {
  display: none;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(6) p:nth-child(2) br:nth-child(1) {
  display: none;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item {
    gap: 4px;
    flex-direction: column;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P {
  min-width: 200px;
  font-weight: bold;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(1) {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(1) {
    font-size: 14px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(1):after {
  content: "必須";
  background-color: #FF0909;
  margin-left: 8px;
  padding: 2px 6px;
  color: #fff;
  font-size: 8px;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(2) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(2) span {
  display: block;
  width: 100%;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(2) span input, .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item P:nth-child(2) span textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 24px;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form .item:nth-child(6) p:nth-child(1)::after {
  content: "";
  display: none;
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form p:has(input[type=submit]) {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form p:has(input[type=submit]) {
    transform: translateX(36px);
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form p:has(input[type=submit]) input[value=戻る] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px;
  background-color: #ccc;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 32px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form p:has(input[type=submit]) input[value=戻る] {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form p:has(input[type=submit]) input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px;
  background-color: #f16b6f;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .form-wrap .contact-form p:has(input[type=submit]) input[type=submit] {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .special-thanks {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .special-thanks {
    font-size: 16px;
    margin: 16px 0;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .to-top {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #f16b6f;
  margin: 32px auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .content_wrap.contact .page_wrap main .contact_single .inner section.form .to-top {
    font-size: 16px;
    margin: 16px auto;
  }
}
.content_wrap.contact .page_wrap main .contact_single .inner section.form .to-top:hover {
  text-decoration: underline;
  color: #000;
}/*# sourceMappingURL=contact.css.map */