body.entry {
  background: linear-gradient(174deg, #E6FBEA 0.26%, #D1F5D8 16.03%, #AEF1BB 39.25%, #BCE4C4 76.92%, #D1F5D8 88.5%, #E6FBEA 101.1%);
}

/* ヘッダー調整 */
body.entry .header-main__logo {
  mask: initial;
}

body.entry .header-main__burger-btn::before {
  background-color: #262626;
}

/* フッター調整 */
body.entry .footer__main::before {
  background: linear-gradient(1deg, #FFF 3.32%, #E3E3E3 12.53%, #A9A6A6 21.74%, #FFF 26.26%, #A8A8A8 39.61%, #FFF 45.61%, #DFDFDF 55.28%, #BFBFBF 70.94%, #969696 77.02%, #666 78.13%, #B2B2B2 82.46%, #999 95.45%);
}

.p-entry {
  margin-top: 240px;
}

@media screen and (max-width: 599.98px) {
  .p-entry {
    margin-top: 140px;
  }
}

.p-entry .inner {
  padding: 80px 60px;
  max-width: 918px;
  background: #FFF;
}

@media screen and (max-width: 599.98px) {
  .p-entry .inner {
    padding: 64px 15px;
  }
}

.p-entry__title {
  display: flex;
  justify-content: center;
}

.p-entry__title h2 {
  color: #39AA5F;
  font-family: "Inter", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  width: fit-content;
}

@media screen and (max-width: 599.98px) {
  .p-entry__title h2 {
    font-size: 40px;
  }
}

.p-entry__title h2::before,
.p-entry__title h2::after {
  content: '';
  position: absolute;
  background: #39AA5F;
  width: 32px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 599.98px) {

  .p-entry__title h2::before,
  .p-entry__title h2::after {
    width: 24px;
  }
}

.p-entry__title h2::before {
  left: -52px;
}

@media screen and (max-width: 599.98px) {
  .p-entry__title h2::before {
    left: -34px;
  }
}

.p-entry__title h2::after {
  right: -52px;
}

@media screen and (max-width: 599.98px) {
  .p-entry__title h2::after {
    right: -34px;
  }
}

.p-entry__description {
  margin-top: 64px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.form {
  max-width: 640px;
  margin: 40px auto 0;
}

@media screen and (max-width: 599.98px) {
  .form {
    margin-top: 32px;
  }
}

.form_dlist_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.required_icon {
  margin-left: 8px;
  color: #FF3819;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  border-radius: 10px;
  border: 1px solid #FF3819;
  width: 36px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form_dlist_box dt {
  display: flex;
  align-items: center;
}

.form_dlist_box dt b {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  box-sizing: border-box;
  border-radius: 4px;
  background: #F3F3F3;
  border: none;
  margin-top: 8px;
  padding: 10px;
  height: 46px;
  width: 100%;
}


.form textarea {
  height: 100px;
}

::placeholder {
  font-size: 16px;
  color: #8D8787;
}


/* カスタムラジオボタンのスタイル */
.custom-radio {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio .radio-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.custom-radio input[type="radio"]+.radio-icon .unchecked {
  display: inline;
}

.custom-radio input[type="radio"]+.radio-icon .checked {
  display: none;
}

.custom-radio input[type="radio"]:checked+.radio-icon .unchecked {
  display: none;
}

.custom-radio input[type="radio"]:checked+.radio-icon .checked {
  display: inline;
}

.custom-radio-label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  vertical-align: middle;
}

.btn_box {
  margin: 56px auto 0;
  text-align: center;
}

.text_btn,
a.text_btn {
  margin: auto;
  display: block;
  padding: 16px 0px;
  max-width: 220px;
  width: 100%;
  border: 1px solid #39AA5F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s linear;
  cursor: pointer;
  border-radius: 4px;
  background: #39AA5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 599.98px) {
  .text_btn,
  a.text_btn {
    max-width: 70%;
  }
}
.text_btn:hover,
a.text_btn:hover {
  background: #fff;
  color: #39AA5F;
}


.thanks .p-entry {
  text-align: center;
}

.p-entry__thanks {
  margin-top: 64px;
  margin-bottom: 24px;
  color: #39AA5F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 599.98px) {
  .p-entry__thanks {
    font-size: 24px;
  }
}

.p-entry__thanks-description {
  font-size: 16px;
}

.p-entry__btn a{
  margin: auto;
  margin-top: 56px;
  display: block;
  padding: 16px 0px;
  max-width: 220px;
  width: 100%;
  border: 1px solid #39AA5F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s linear;
  cursor: pointer;
  border-radius: 4px;
  background: #39AA5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 599.98px) {
  .p-entry__btn a{
    max-width: 70%;
  }
}
.p-entry__btn a:hover {
  background: #fff;
  color: #39AA5F;
}