@charset "UTF-8";
/* -------------------------------------------*/

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  position: relative;
  z-index: 1;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
body {
  color: #353d47;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/pc_back.webp) no-repeat top center/cover;
}
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 414px;
  margin: 30px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  body::before {
    background: url(../images/pc_back-non.webp) no-repeat top center/cover;
  }
}

@media screen and (max-width: 666px) {
  .l-wrapper {
    margin: 0 auto;
    border-radius: 0;
  }
}

/* -------------------------------------------*/
.cta-btn {
  display: block;
  position: absolute;
  left: 50%;
  width: 84%;
  transform: translate(-50%, 0);
  transition: opacity 0.3s;
  z-index: 1;
}
.cta-btn:hover {
  opacity: 0.8;
}
.cta-btn .btn-ani {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
.cta-btn .btn-ani::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cta-btn .free {
  position: absolute;
  top: -25px;
  left: 10px;
  width: 55px;
}
.cta-btn .text {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180px;
}

.cta .cta-btn {
  bottom: 60px;
}

.c-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 414px;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 100;
}
.c-fixed .cta-btn {
  position: relative;
  top: 15px;
  left: 42%;
  transform: scale(0.8) translate(-50%, 0);
  transition: opacity 0.3s;
}
.c-fixed a:hover {
  opacity: 0.8;
}

.section11 .tel-btn {
  position: absolute;
  top: 285px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 280px;
}
.section11 .line-btn {
  position: absolute;
  top: 432px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 290px;
  transition: opacity 0.3s;
}
.section11 .line-btn:hover {
  opacity: 0.8;
}
.p-top-contact__form {
  position: absolute;
  top: 39.5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 81%;
  line-height: 1.5;
}
.p-top-contact__form form {
  position: relative;
  padding-bottom: 6.04vw;
  font-family: 'Noto Sans JP', serif;
}
.p-top-contact__form-title {
  text-align: center;
}
.p-top-contact__form-table:not(:first-child) {
  margin-top: 25px;
}
.p-top-contact__form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-contact__form-head::after {
  content: '任意';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 22px;
  color: rgba(159, 159, 159, 1);
  font-size: 11px;
}
.is-required .p-top-contact__form-head::after {
  content: '必須';
  color: #fff;
  background-color: #a17739;
}
.p-top-contact__form-head label {
  font-size: 15px;
  font-weight: 600;
}
.p-top-contact__form-data {
  margin-top: 5px;
}
.p-top-contact__form-radio {
  margin-top: 1rem;
}
.p-top-contact__form-radio--row {
  display: flex;
  gap: 0.9vw;
}
.p-top-contact__privacy {
  margin-top: 30px;
}
.p-top-contact__privacy-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.p-top-contact__privacy-scroll {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  overflow-y: scroll;
  padding: 10px;
  border: solid 1px #c9c9c9;
  border-radius: 5px;
  font-size: 13px;
}
.p-top-contact__cta {
  margin-top: 20px;
}
.p-top-contact__cta-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
.p-top-contact__cta-button {
  display: block;
  width: 250px;
  margin: 15px auto 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-top-contact__cta-button:hover {
  opacity: 0.6;
}
.l-footer {
  margin-top: -1px;
}
.l-footer img {
  margin-bottom: -6px;
}
.grecaptcha-badge {
  opacity: 0 !important;
}
@media screen and (max-width: 666px) {
}

/*------------------------------------------------------------*/

/* -------------------------------------------*/
/* お問い合わせ
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type='text'],
input[type='date'],
input[type='password'],
input[type='email'],
input[type='time'],
input[type='tel'],
input[type='number'] {
  border: 1px solid rgba(204, 204, 204, 1);
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 8px 10px;
  position: relative;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
}

textarea {
  height: 210px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 1);
  font-size: 16px;
  border-radius: 5px;
}
input:disabled {
  background-color: #f0f0f0;
  color: #606060;
  cursor: not-allowed;
}
/**
 * radio
 *
 */
input[type='radio'] {
  display: none;
  vertical-align: middle;
}

input[type='radio'] + label {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin: 0.35vw 0;
  padding: 0.3472vw 0.3472vw 0.3472vw 2.083vw;
  font-size: 1.111vw;
  cursor: pointer;
}

input[type='radio'] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.458vw;
  aspect-ratio: 1/1;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type='radio'] + label::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: rgba(19, 89, 81, 1);
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type='radio'] + label:hover::after {
  left: 0.486vw;
  width: 0.556vw;
  aspect-ratio: 1/1;
  opacity: 1;
}

input[type='radio']:checked + label {
  color: rgba(19, 89, 81, 1);
}
input[type='radio']:checked + label::after {
  left: 0.3472vw;
  width: 0.7638vw;
  aspect-ratio: 1/1;
  opacity: 1;
}
input[type='radio']:checked + label::before {
  border-color: rgba(19, 89, 81, 1);
}

.required {
  color: #cd5529;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
  /* プレイスホルダーの色 */
  opacity: 1;
  /* プレイスホルダーの不透明度を明確に設定 */
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(204, 204, 204, 1);
  /* プレイスホルダーの色 */
  opacity: 1;
  /* プレイスホルダーの不透明度を明確に設定 */
}

/* 各ブラウザ対応 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
  /* WebKitベースのブラウザ用 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
  /* Firefox用 */
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c5c5c5;
  /* Firefoxの旧バージョン用 */
}

.p-top-contact__form-table:nth-of-type(3) .error-message {
  font-size: 1.3rem;
  left: -2rem;
  white-space: nowrap;
}
.contact_error-massage {
  position: absolute;
  color: red;
  font-size: 12px;
}
.grecaptcha-badge {
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .grecaptcha-badge {
    bottom: 19vw !important;
  }
}
