@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

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

#kv {
  position: relative;
}
#kv .logo {
  position: absolute;
  top: 22px;
  right: 26px;
}
@media screen and (max-width: 767px) {
  #kv .logo {
    top: 16px;
    right: 20px;
  }
  #kv .logo svg {
    width: 40px;
    height: auto;
  }
}
#kv .kv-title {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #kv .kv-title {
    max-width: 278px;
    margin: 28px auto 0;
  }
  #kv .kv-title svg {
    width: 100%;
    height: auto;
  }
}

#lead {
  max-width: 560px;
  margin: 48px auto 0;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #lead {
    max-width: none;
    margin: 36px auto 0;
    font-size: 15px;
  }
}
#lead .text-lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lead .text-lead {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
  }
}
#lead .list-catalog {
  max-width: 421px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #lead .list-catalog {
    max-width: 257px;
  }
}
#lead .text-catalog {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #lead .text-catalog {
    width: 84%;
    margin: 40px auto 0;
  }
}

/* 入力フォーム */
#tayori-form {
  width: 90%;
  max-width: 900px;
  margin: 35px auto 0;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  #tayori-form {
    width: 84%;
    margin: 48px auto 0;
  }
}
#tayori-form .form-lead {
  margin-top: 58px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #tayori-form .form-lead {
    margin-top: 40px;
    font-size: 14px;
  }
}
#tayori-form form {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #tayori-form form {
    margin-top: 30px;
  }
}
#tayori-form form .form-parts {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #tayori-form form .form-parts {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 8px;
  }
}
#tayori-form form .form-parts > div:first-child {
  display: flex;
  align-items: baseline;
  width: 280px;
  min-width: 280px;
  font-weight: bold;
  font-size: 15px;
  padding: 0 20px 0 0;
  color: #222;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #tayori-form form .form-parts > div:first-child {
    width: 100%;
    min-width: 100%;
    padding: 0;
    font-size: 14px;
  }
}
#tayori-form form .form-parts > div:first-child span {
  flex: none;
}
#tayori-form form .form-parts > div:last-child {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #tayori-form form .form-parts > div:last-child {
    width: 100%;
  }
}
#tayori-form form .form-parts > div:last-child small {
  display: block;
  width: 100%;
  color: #aaa;
  font-size: 10px;
  font-weight: 300;
}
#tayori-form form .form-parts > div:last-child > div {
  width: 100%;
}
#tayori-form form .form-parts > div:last-child > div:has(> input[type=radio]) {
  width: auto;
}
#tayori-form form input[type=text],
#tayori-form form input[type=tel],
#tayori-form form input[type=email] {
  min-width: 360px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #tayori-form form input[type=text],
  #tayori-form form input[type=tel],
  #tayori-form form input[type=email] {
    min-width: 0;
    width: 100%;
  }
}
#tayori-form form input[type=text]:focus,
#tayori-form form input[type=tel]:focus,
#tayori-form form input[type=email]:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
#tayori-form form textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 120px;
  resize: vertical;
}
#tayori-form form textarea:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
#tayori-form form .select-wrap {
  position: relative;
}
#tayori-form form .select-wrap:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 8px;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translate(-50% -50%);
  z-index: 1;
  pointer-events: none;
}
#tayori-form form select {
  appearance: none;
  position: relative;
  padding: 8px 28px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #tayori-form form select {
    width: 100%;
  }
}
#tayori-form form select:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
#tayori-form form input[type=radio] {
  margin-right: 4px;
}
#tayori-form form input[type=radio] + label {
  margin-right: 20px;
  cursor: pointer;
}
#tayori-form form .error-message {
  color: #c8102e;
  font-size: 12px;
  margin-top: 2px;
}
#tayori-form form .parts-error-message {
  color: #c8102e;
  font-size: 13px;
  margin-bottom: 16px;
}
#tayori-form form button.submit {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 40px auto 0;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #c8102e;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#tayori-form form button.submit:hover {
  opacity: 0.85;
}

.required-badge {
  display: inline-block;
  background-color: #c8102e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 6px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}

.form-parts--name > div:last-child,
.form-parts--furigana > div:last-child {
  gap: 4px;
  justify-content: flex-start;
}
.form-parts--name > div:last-child > div,
.form-parts--furigana > div:last-child > div {
  width: auto;
  flex: none;
}

.form-parts--address > div:last-child {
  flex: 2;
}

.form-parts--privacy {
  gap: 20px;
  flex-direction: column;
  align-items: center;
  border-bottom: none !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-parts--privacy {
    text-align: left;
  }
}
.form-parts--privacy > div:first-child {
  min-width: auto !important;
  width: auto !important;
  padding: 0 !important;
}

/* 疑似確認画面 */
#kakunin-screen {
  display: none;
  padding: 20px 0;
}
#kakunin-screen h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kakunin-screen h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#kakunin-screen table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kakunin-screen table th, #kakunin-screen table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#kakunin-screen table th {
  font-weight: bold;
  font-size: 15px;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
  width: 280px;
  color: #222;
}
@media screen and (max-width: 767px) {
  #kakunin-screen table th {
    font-size: 13px;
    padding: 10px 10px 0 0;
    border-bottom: none;
  }
}
#kakunin-screen table td {
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  color: #333;
}
@media screen and (max-width: 767px) {
  #kakunin-screen table td {
    font-size: 13px;
    padding: 10px 0;
  }
}
#kakunin-screen .kakunin-buttons {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #kakunin-screen .kakunin-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }
}
#kakunin-screen .kakunin-buttons button {
  padding: 14px 48px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  margin: 0 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #kakunin-screen .kakunin-buttons button {
    width: 100%;
    max-width: 280px;
    margin: 0;
  }
}
#kakunin-screen .btn-back {
  background-color: #999;
}
#kakunin-screen .btn-back:hover {
  opacity: 0.85;
}
#kakunin-screen .btn-submit {
  background-color: #c8102e;
}
#kakunin-screen .btn-submit:hover {
  opacity: 0.85;
}

#kakunin-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 40px auto 0;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: bold;
  background-color: #c8102e;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#kakunin-btn:hover {
  opacity: 0.85;
}

.block-footer {
  padding-top: 100px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block-footer {
    margin: 46px auto 0;
    padding-top: 16px;
    border-top: 1px solid #000;
  }
}
.block-footer div.logo-catch {
  margin: 70px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-footer div.logo-catch {
    margin: 35px 25px 0;
  }
}
.block-footer div.logo-catch img {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block-footer div.logo-catch img {
    width: auto;
  }
}
.block-footer footer#global-footer {
  margin: 0 auto;
  padding: 65px 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-footer footer#global-footer {
    padding: 20px 0;
  }
}
.block-footer footer#global-footer p.footer-copy {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
}
