/* 20251113着手 */
/* =======================================
   会員ページ ここから
======================================= */
/* フロートが影響して表示崩れするので指定する */
@media screen and (max-width: 740px) {
    .member-h3-reset {
      float: none !important;
      width: 100% !important;
      clear: both !important;
      display: block;
    }
}

.member_card_title_wrap {
	margin-bottom: 50px;
}

.member_card_title_flex {
 display: flex;
 justify-content: center;
 align-items: center;
 column-gap: 10px;
 margin-top: 41px;
 margin-bottom: 5px;
}

.member_card_title_text {
 font-size: 20px;
 font-weight: 400;
 font-family: 'Noto serif JP' ,serif;
 color: #333;
}

@media screen and (max-width: 740px) {
  .member_card_title_text {
    font-size: 16px;
	}
}

.member_card_title_img img{
	width: 10px;
	height: 20px;
	object-fit: cover;
}

@media screen and (max-width: 740px) {
  .member_card_title_img img{
    max-width: unset;
  	}
}

.member_card_green_bg {
  background-image: url(../image/member/member-green-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 740px) {
  .member_card_green_bg {
    background-image: url(../image/member/sp-member-green-bg.webp);
    height: 100px;
	}
}

.member_card_green_bg-text {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Noto serif JP' ,serif;
	color: #1A8215;
  text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 740px) {
  .member_card_green_bg-text {
    font-size: 20px;
    letter-spacing: 1px;
	}
}

.member_card_flex_green_item {
	font-family: 'Noto serif JP' ,serif;
	width: 320px;

}

.member_card_flex_green_item_title {
	font-size: 30px;
	text-align: center;
	color: #333;
	background-color: #fff;
	border-top: 2px solid #7FB25D;
	border-bottom: 2px solid #7FB25D;
	padding: 20px 0;
	margin-bottom: 10px;
	width: 152px;
	margin: 0 auto;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}

.member_card_flex_green {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  .member_card_flex_green {
	  flex-direction: column;
    row-gap: 30px;
    align-items: center;
	}
}

.member_card_flex_green_item_green_box {
	width: 320px;
	height: 250px;
	background-color: #D2E5C3;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: -30px;
	border-radius: 10px;
	line-height: 1;
	padding-top: 30px;
	letter-spacing: 2px;
}

/* @media screen and (max-width: 740px) {
  .member_card_flex_green_item_green_box {
    width: 160px;
    height: 141px;
	}
} */

.member_card_flex_green_item_green_box_text {
  font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.member_card_flex_green_item_green_box_text_red {
  font-size: 40px;
	font-weight: 600;
	color: #BF1E2D;
	text-align: center;
	letter-spacing: 3px;
}

.member_card_flex_green_item_green_box_text-small {
	font-size: 16px;
	width: 310px;
	margin-inline: auto;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}

.member_card_flex_green_item_green_box_margin {
	margin-bottom: 10px;
}

.member_card_attention_wrap_text {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
  .member_card_attention_wrap_text {
    padding-inline: 20px;
	}
}

.member_contact_wrap {
	width: 750px;
	margin-inline: auto;
	padding-top: 60px;
	padding-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .member_contact_wrap {
    width: 345px;
    width: 90%;
	}
}

.contact-form-wrap {
  width: 750px;
  margin-inline: auto;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0rem;
}

@media screen and (max-width: 740px) {
  .contact-form-wrap {
    width: 345px;
    width: 100%;
    padding-top: 100px;

	}
}

.contact-form__flex-item {
  margin-inline: auto;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}



.contact-form__flex02 {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 10px;
  position: relative;
  margin-inline: auto;
  width: 750px;
}

@media screen and (max-width: 740px) {
  .contact-form__flex02 {
    width: 345px;
    width: 90%;

	}
}

.contact-form__flex03 {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 10px;
  position: relative;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 23px;
}

.contact-form__info {
  font-size: 16px;

}

.absolutely {
  font-size: 12px;
  font-weight: 400;
  padding: 2.5px 7.5px;
  border-radius: 3px;
  flex-shrink: 0;
	background-color: #D01E0B;
	color: #fff;


}

.optional {
  font-size: 12px;
  font-weight: 400;
  padding: 2.5px 7.5px;
  border-radius: 3px;
	background-color: #777777;
	color: #fff;

}

.wpcf7-text {
  display: block;
  width: 750px;
  margin-inline: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-block: 11px;
  padding-inline: 15px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 740px) {
  .wpcf7-text {
    width: 345px;
    width: 90%;

	}
}

.wpcf7-textarea {
  display: block;
  width: 750px;
  height: 160px;
  margin-inline: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-block: 11px;
  padding-inline: 15px;
  cursor: pointer;
  font-size: 16px;
}

@media screen and (max-width: 740px) {
  .wpcf7-textarea {
    width: 345px;
    width: 90%;

	}
}

.wpcf7 select {
  display: block;
  width: 750px;
  margin-inline: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-block: 11px;
  padding-inline: 15px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

@media screen and (max-width: 740px) {
  .wpcf7 select {
    width: 345px;
    width: 90%;

	}
}

.contact-select-wrap {
  position: relative;
  display: block;
  width: 750px;
  margin-inline: auto;
  font-size: 16px;
}

@media screen and (max-width: 740px) {
  .contact-select-wrap {
    width: 345px;
    width: 90%;

	}
}

.contact-form__post-text {
  width: 112px;
  margin-inline: unset;
  font-size: 14px;
}

@media screen and (max-width: 740px) {
  .contact-form__post-text {
    margin-left: 30px;

	}
}

.contact-select-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    /* ▼の色 */
    pointer-events: none;

	}
  


.contact-form__pp {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  margin-top: 20px;
	margin-bottom: 40px;
	transform: translateX(-15px);
}

@media screen and (max-width: 740px) {
  .contact-form__pp {
    width: 90%;
    margin-inline: auto;
	}
}

.contact-form__pp input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;


}

/* テキスト部分 */
.pp-text {
  display: inline-block;
}

/* リンク（プライバシーポリシー） */
.pp-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.5s;



  /* &:hover {
    opacity: 0.5;
  } */
}

/* ボタンラッパー */
.contact-form__btn-wrap {
  text-align: center;
}

.submit-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  transition: all 0.5s;



  /* &:hover {
    opacity: 0.5;
  } */
}

/* ボタン本体 */
.submit-btn input[type="submit"] {
  width: 195px;
	margin-inline: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
	padding-block: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
	background-color: #59346F;
	color: #fff;


}

.wpcf7-spinner {
  display: none !important;
}

/* ボタンが無効なとき */
input.confirm_button:disabled {
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  width: 750px;
  margin-inline: auto;
}

@media screen and (max-width: 740px) {
  .wpcf7-not-valid-tip {
    width: 345px;
    width: 90%;

	}
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 750px;
  margin-inline: auto;
}

@media screen and (max-width: 740px) {
  .wpcf7 form.sent .wpcf7-response-output {
    width: 345px;
    width: 90%;

	}
}

/* 確認するボタンカスタマイズ */
.confirm_button {
  width: 195px;
  height: 40px;
  margin-inline: auto;
  display: block;
  transition: all 0.5s;
  background-image: url('../image/consultation/confirm.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 0;
  margin-top: 70px;
  background-color: #fff;
}

.confirm_button:hover {
  opacity: 0.5;
}

.submit-confirm {
  background-color: #fff;
}

@media screen and (max-width: 740px) {
  .confirm_button {
    /* width: 345px; */
    border-radius: 5px;
	}
}


/* =======================================
   事前のご相談 ここから
======================================= */
.consultation_wrap_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 110px;
	padding-inline: 20px;
}

@media screen and (max-width: 740px) {
  .consultation_wrap_flex {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    align-items: center;
	}
}

.consultation_wrap_flex-left-text {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;

}

.consultation_wrap_flex_btn a {
	display: block;
	width: 231px;
	background-color: #59346F;
	background-image: url(../image/consultation/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	text-decoration: none;
	line-height: 35px;
	color: #fff;
	padding-left: 20px;
	padding-block: 4px;
	font-size: 16px;
  transition: all 0.5s;
}

.consultation_wrap_flex_btn a:hover {
  opacity: 0.5;

}

.consultation_contact_text {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
  .consultation_contact_text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
	}
}

.contact-form-radio {
	display: block;
	width: 750px;
	margin-inline: auto;
}

@media screen and (max-width: 740px) {
  .contact-form-radio {
    width: 345px;
    width: 90%;

	}
}

/* チェック後のボタン */
/* デフォルトのボタン非表示 */
.contact-form-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

/* チェック前のボタン */
.contact-form-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  height: 1.2em;
  width: 1.2em;
  margin-right: .5em;
  transition: background-color .3s;
}

/* チェック後のボタン */
.contact-form-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #333;
  box-shadow: inset 0 0 0 3px #fff;
}

/* ラベルレイアウト */
.contact-form-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* 各アイテムの間隔 */
.contact-form-radio .wpcf7-list-item {
  margin-right: 20px;
}

@media screen and (max-width: 740px) {
  .contact-form-radio .wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* =======================================
   TOPの変更（バナーの追加） ここから
======================================= */
.banner-flex {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 50px;
  margin-top: 80px;
  margin-bottom: -20px;
}

@media screen and (max-width: 740px) {
  .banner-flex {
   flex-direction: column;
   row-gap: 20px;
   margin-bottom: 40px;
	}
}

.banner-flex-left img {
  display: block;
  width: 500px;
  margin-inline: auto;
  transition: all 0.5s;
}

.banner-flex-left img:hover {
  opacity: 0.5;
}

.banner-flex-right img {
  display: block;
  width: 450px;
  margin-inline: auto;
  transition: all 0.5s;
}

.banner-flex-right img:hover {
  opacity: 0.5;
}

/* =======================================
   バナーの追従ここから
======================================= */

.follow-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 740px) {
  .follow-banner {
    column-gap: 10px;
    bottom: 0px;
	}
}

@media screen and (max-width: 450px) {
  .follow-banner {
    column-gap: 0px;
    bottom: 0px;
	}
}


.follow-banner-link img {
  display: block;
  width: 400px;
  margin-inline: auto;
  transition: all 0.5s;
}

@media screen and (max-width: 740px) {
  .follow-banner-link img {
    width: 180px;
    max-width: unset;
	}
}

.follow-banner-link img:hover {
  opacity: 0.8;
}



/* =======================================
  事前のご相談と会員のご案内のサンクスページここから
======================================= */
.consultation_wrap_thanks_text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
  .consultation_wrap_thanks_text {
    padding-inline: 10px;
	}
}

.consultation_wrap_thanks_btn a {
	display: block;
	width: 165px;
	background-color: #59346F;
	background-image: url(../image/consultation/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	text-decoration: none;
	line-height: 35px;
	color: #fff;
	padding-left: 20px;
	padding-block: 4px;
	font-size: 16px;
  transition: all 0.5s;
}

@media screen and (max-width: 740px) {
  .consultation_wrap_thanks_btn a {
    margin-left: 10px;
	}
}

.consultation_wrap_thanks_btn a:hover {
  opacity: 0.5;

}

/* =======================================
  事前のご相談と会員のご案内の確認ページここから
======================================= */

/* お問い合わせ確認 */
.confirm_area {
  max-width: 750px;
  margin: 0 auto;
}

.confirm_area-text {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .confirm_area-text {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
    padding-top: 90px;
	}
}

.confirm_area-flex-item {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 20px;
  font-size: 20px;
  border-top: 1px solid rgb(0, 0, 0, 0.2);
  padding-block: 20px;
}

@media screen and (max-width: 740px) {
  .confirm_area-flex-item {
    font-size: 15px;
  	}
}

.confirm_area-flex-title {
  min-width: 160px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .confirm_area-flex-title {
    min-width: 130px;
  	}
}

.confirm_area-flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  border-top: 1px solid rgb(0, 0, 0, 0.2);
  padding-block: 100px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .confirm_area-flex-btn {
    flex-direction: column;
    column-gap: unset;
    row-gap: 50px;
    padding-block: 70px;
  	}
}

.confirm_area-back-btn {
  position: relative;
  transition: all 0.5s;
}

.confirm_area-back-btn:hover {
  opacity: 0.5;

}

.back_button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-weight: 400;
  width: 195px;
  padding-block: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
}

.submit-btn {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}

.submit-btn:hover {
  opacity: 0.5;
}

/* 送信ボタンカスタマイズ */
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-weight: 400;
  width: 280px;
  padding-block: 10px;
  border-radius: 50px;
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
}

.confirm_contact-area {
  display: block;
  max-width: 450px;
  word-wrap: break-word;
}


.confirm_area-flex-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-block: 25px;
}

/* 名前全体の並びエリア */
.confirm_names-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

/* 各人1ブロック */
.confirm_name {
  display: inline-flex;
  white-space: nowrap;
  font-size: 20px;
}

@media screen and (max-width: 740px) {
  .confirm_name {
    font-size: 15px;
  	}
}

/* スピナーオフ */
.wpcf7-spinner {
  display: none !important;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

.confirm_area.active {
  display: block !important;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* ボタンが無効なとき */
input.confirm_button:disabled {
  cursor: not-allowed;
}

/* デフォルトの確認画面送信ボタン消す */
.contact-form-wrap .wpcf7-submit {
  display: none !important;
}

/* 入力画面は表示、確認画面は非表示 */
.contact-form-wrap { display: block; }
.confirm_area { display: none; }

/* 確認画面モード */
.confirm_area.is-active {
  display: block;
}

/* ★ confirm_area が active の時はページ全体を消す */
.confirm_area.is-active #all,
.confirm_area.is-active ~ *,
#all.confirm-hide {
  display: none !important;
}

/* ★ 確認画面の背景を整える（任意） */
.confirm_area.is-active {
  background: #fff;
  padding: 40px 20px;
  min-height: 100vh;
}

#footer #footer_in .footer_logo img {
  margin-bottom: 50px;
}