@charset "UTF-8";

.scroll-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  /* top: var(--lock-top, 0); */
}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.head_menu-button {
  position: absolute;
}
.menu-button {
  top: 25px;
  right: 20px;
}
.menu-button.is-fixed {
  position: fixed;
  z-index: 10000;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 1000;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
/*--header--*/
/*--header-end--*/
/*--contents--*/
.contact-main, .thanks-main, .tou-main, .ln-main, .pp-main {
  background-color: white;
}
.marcellus {
    font-family: "Marcellus", serif;
}
.flex {
    display: flex;
}
.top-txt {
  font-size: 100px;
  line-height: 1;
  margin-top: 160px;
}
.hr {
  border: none;
  height: 1px;
  background-color: black;
}
form {
  max-width: 800px;
}
.form {
  padding-bottom: 160px;
}
.radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左寄せにする */
  gap: 8px;
}
.radio-group label {
  display: flex;
  /* align-items: baseline; */
  align-items: center;
  flex: 1;
  white-space: nowrap;

}
.radio-group input {
  width: auto;
}
.radio-group input[type="radio"] {
  margin-right: 20px;
  margin-top: 10px;
  flex: 9;
}





label, input {
  display: block;
  margin-bottom: 10px;
  background-color: white !important;
}
input:-webkit-autofill {
  background-color: white !important;
}
input, textarea, select {
  width: 100%;
  border: 2px solid #1F1F1F;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 0 !important;
}
textarea {
    height: 300px;
}
.required {
    color: red;
}
select:invalid {
  color: #888 !important;
}
select {
  color: black;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  padding: 10px;
  padding-right: 2.5em;
  font-size: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 40px;
}
.send-btn {
    position: relative;
    background-color: black;
    color: #fff;
    width: 400px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 35px 30px;
    box-sizing: border-box;
    overflow: hidden; /* 擬似要素はみ出し防止 */
    transition: opacity 0.3s;
    margin-top: 50px;
}
.send-btn_txt-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}

.arrow-circle {
  margin-left: auto;
  z-index: 2;
}

.send-btn::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid white;
    border-radius: 96px; /* 外枠より小さく調整 */
    box-sizing: border-box;
}
.send-btn:hover {
    opacity: 0.7;
}
.send-btn_txt {
    font-size: 20px;
    line-height: 0.8;
}
.arrow-circle {
    width: 35px;
    height: 35px;
    border: 2px solid white; /* 白い丸枠 */
    border-radius: 50%; /* 丸く */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.contactpage_arrow-circle .material-symbols-outlined {
  font-size: 18px !important;
}
/*--contents-end--*/
/*--thx--*/
.thx_txt {
  line-height: 2;
}
/*--thx-end--*/
/* --プラポリ-- */
.policy {
  padding: 120px 0 100px 0;
}
.policy_top-txt {
  font-size: 100px;
}
.policy_wrapper-toptxt {
  font-size: 18px;
}
.policy-hr {
  border: none;
  height: 1px;
  background-color: black;
  margin: 15px 0;
}
/* --プラポリ-end-- */
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */