@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none !important;
}

a, p, span, h1, h2, h3, h4, li, dt, dd {
  color: #4b361e;
}

p {
  line-height: 1.8em;
}

body {
  font-family: "Noto Sans JP";
}

.tel {
  pointer-events: none;
}

html {
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 1480px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

/*common*/
.common_bg {
  margin: 0 6rem;
}

.common_m_inner {
  max-width: 1020px;
  margin: 0 auto;
}

.common_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.common_l_inner {
  max-width: 1660px;
  margin: 0 auto;
}

/*common - btn*/
.common_btn {
  box-shadow: 0 0 20px rgba(233, 229, 221, 0.5);
}
.common_btn.shadow_49392a {
  box-shadow: 0 0 20px rgba(73, 57, 42, 0.2);
}
.common_btn.btn01 {
  position: relative;
  width: 100%;
  max-width: 34rem;
  padding: 2rem 0;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
  /*ピンクボタン*/
  /*オレンジボタン*/
  /*ブラウンボタン*/
}
.common_btn.btn01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #fb88bc; /* ← ホバー後の色 */
}
.common_btn.btn01::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #de74a4; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.common_btn.btn01:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.common_btn.btn01 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  width: 100%;
  margin: 0 2rem;
  text-align: center;
}
.common_btn.btn01 span::before {
  background-image: url(../img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 0.6rem;
}
.common_btn.btn01.pink::before {
  background: #fb88bc;
}
.common_btn.btn01.pink::after {
  background: #de74a4;
}
.common_btn.btn01.orange {
  background-color: #ea9312;
}
.common_btn.btn01.orange::before {
  background: #fbbd27;
}
.common_btn.btn01.orange::after {
  background: #ea9312;
}
.common_btn.btn01.brown {
  background-color: #4b361e;
}
.common_btn.btn01.brown::before {
  background: #785a38;
}
.common_btn.btn01.brown::after {
  background: #4b361e;
}
.common_btn.btn02 {
  background-color: #fff;
  border-radius: 6px;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(51, 37, 7, 0.05);
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
.common_btn.btn02::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f7f3e4; /* ← ホバー後の色 */
}
.common_btn.btn02::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #fff; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.common_btn.btn02:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.common_btn.btn02 .arrow {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.common_btn.btn02 .arrow::before {
  background-image: url(../img/common/icon_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 0.6rem;
  z-index: 5;
}
.common_btn.btn02 .icon {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 5rem;
  position: relative;
  z-index: 1;
}
.common_btn.btn02 .icon::before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 3.2rem;
  height: 3.7rem;
}
.common_btn.btn02.money .icon {
  padding-left: 5rem;
}
.common_btn.btn02.money .icon::before {
  background-image: url(../img/top/top_icon04.png);
  width: 3.2rem;
  height: 3.7rem;
}
.common_btn.btn02.home .icon {
  padding-left: 6.5rem;
}
.common_btn.btn02.home .icon::before {
  background-image: url(../img/top/top_icon05.png);
  width: 4.9rem;
  height: 3.4rem;
}
.common_btn.btn03 {
  padding: 3rem 3rem 2rem 3rem;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(197, 120, 6, 0.5);
}
.common_btn.btn03 .effect {
  display: inline-block;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
.common_btn.btn03 .effect::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f7f3e4; /* ← ホバー後の色 */
}
.common_btn.btn03 .effect::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #fff; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.common_btn.btn03:hover .effect::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.common_btn.btn03 .fuki {
  position: absolute;
  top: -15px;
  background-color: #4b361e;
  border-radius: 13px;
  max-width: 200px;
  width: 100%;
  text-align: center;
}
.common_btn.btn03 .fuki .fuki_txt {
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding: 0.3rem 1rem;
  display: block;
}
.common_btn.btn03 .fuki .fuki_txt::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #4b361e;
  width: 20px;
  height: 10px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.common_btn.btn03 .btn {
  position: relative;
  width: 100%;
  text-align: center;
}
.common_btn.btn03 .btn::after {
  background-image: url(../img/common/icon_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.7rem;
  height: 0.6rem;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.common_btn.btn03 .btn .btn_txt {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 5.5rem;
}
.common_btn.btn03 .btn .btn_txt::before {
  position: absolute;
  background-image: url(../img/common/side_icon03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 4.2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
}
.common_btn.btn03.form .btn_txt {
  padding-left: 3rem;
}
.common_btn.btn03.form .btn_txt::before {
  background-image: url(../img/common/icon_04.png);
  width: 17px;
  height: 28px;
  left: 0.5rem;
}
.common_btn.btn03:hover .btn::after {
  right: -5px;
  transition: 0.3s;
}
.common_btn.btn04 {
  border-radius: 45px;
  background-color: #776856;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  box-shadow: none;
  background: transparent;
  z-index: 1;
  position: relative;
  overflow: hidden;
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
  /*ピンクボタン*/
  /*オレンジボタン*/
}
.common_btn.btn04 span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}
.common_btn.btn04::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #a58f76; /* ← ホバー後の色 */
}
.common_btn.btn04::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #776856; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.common_btn.btn04:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.common_btn.btn04.pink01 {
  border: 2px solid #de74a4;
}
.common_btn.btn04.pink01::before {
  background: #de74a4;
}
.common_btn.btn04.pink01::after {
  background: #ffffff;
}
.common_btn.btn04.pink01 span {
  color: #de74a4;
}
.common_btn.btn04.pink01:hover {
  border: 2px solid #de74a4;
}
.common_btn.btn04.pink01:hover span {
  color: #fff;
}
.common_btn.btn04.pink02::before {
  background: #fb88bc;
}
.common_btn.btn04.pink02::after {
  background: #de74a4;
}
.common_btn.btn04.pink02 span {
  color: #ffffff;
}
.common_btn.btn04.orange01 {
  border: 2px solid #ea9312;
}
.common_btn.btn04.orange01::before {
  background: #ea9312;
}
.common_btn.btn04.orange01::after {
  background: #ffffff;
}
.common_btn.btn04.orange01 span {
  color: #ea9312;
}
.common_btn.btn04.orange01:hover {
  border: 2px solid #ea9312;
}
.common_btn.btn04.orange01:hover span {
  color: #fff;
}
.common_btn.btn04.orange02::before {
  background: #fbbd27;
}
.common_btn.btn04.orange02::after {
  background: #ea9312;
}
.common_btn.btn04.orange02 span {
  color: #ffffff;
}

/*common - txt*/
.common_lato {
  font-family: "Lato";
}

.common_txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.common_txt01.center {
  text-align: center;
}
.common_txt01 .bold {
  font-weight: bold;
}

.common_pink {
  color: #d85691;
  font-weight: bold;
}

.common_orange {
  color: #e97e00;
  font-weight: bold;
}

.common_green {
  color: #479038;
}

.common_yellow_line {
  background: linear-gradient(transparent 60%, #fffd74 40%);
}

.common_ttl_wrap {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.common_ttl_wrap.center {
  align-items: center;
}
.common_ttl_wrap .common_subttl {
  margin-bottom: 2rem;
}
.common_ttl_wrap .common_ttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 0.2rem;
}
.common_ttl_wrap .common_ttl .common_lato {
  font-size: 3.8rem;
  font-weight: bold;
}

/*common_sub_ttl*/
.common_sub_main_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
  /*サブページ　タイトル画像切り替え*/
}
.common_sub_main_bg .sub_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.common_sub_main_bg .sub_ttl .ttl {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
.common_sub_main_bg.company {
  background-image: url(../img/company/sub_company_bg.png);
}
.common_sub_main_bg.money_seminar_list {
  background-image: url(../img/money_seminar/sub_money_seminar_list_bg.png);
}
.common_sub_main_bg.house_seminar_list {
  background-image: url(../img/house_seminar/sub_main_bg.png);
}
.common_sub_main_bg.privacy {
  background-image: url(../img/privacy/sub_main_bg.png);
}
.common_sub_main_bg.staff {
  background-image: url(../img/staff/sub_main_bg.png);
}
.common_sub_main_bg.money_seminar {
  background-image: url(../img/money_seminar/sub_money_seminar_bg.png);
}
.common_sub_main_bg.home_counter {
  background-image: url(../img/home_counter/sub_home_counter_bg.png);
}
.common_sub_main_bg.about {
  background-image: url(../img/about/sub_main_bg.png);
}
.common_sub_main_bg.contact_ttl {
  background-image: url(../img/contact/sub_contact_bg.png);
}
.common_sub_main_bg.unsubscribe {
  background-image: url(../img/unsubscribe/sub_unsubscribe_bg.png);
}
.common_sub_main_bg.voice_list {
  background-image: url(../img/voice_list/sub_voice_list_bg.png);
}

.common_h3_ttl {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.common_h3_ttl::before {
  position: absolute;
  border-right: 2px solid #4b361e;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  width: 2px;
  height: 45px;
}
.common_h3_ttl::after {
  position: absolute;
  border-left: 2px solid #4b361e;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
  width: 2px;
  height: 45px;
}

/*common_pankuzu*/
.common_pankuzu_wrap {
  padding: 3rem 0;
}
.common_pankuzu_wrap .breadcrumb_list a {
  position: relative;
  margin-right: 3rem;
  border-bottom: 1px solid #4b361e;
  font-size: 1.6rem;
  font-weight: 500;
}
.common_pankuzu_wrap .breadcrumb_list a:hover {
  opacity: 0.7;
}
.common_pankuzu_wrap .breadcrumb_list a::before {
  position: absolute;
  border-bottom: 1px solid #4b361e;
  border-right: 1px solid #4b361e;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
  top: 40%;
  right: -2rem;
  width: 5px;
  height: 5px;
}
.common_pankuzu_wrap .breadcrumb_list span {
  font-size: 1.6rem;
  font-weight: 500;
}

/*seminar block*/
.common_seminar_block {
  max-width: 1790px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(150.5deg, #f7f3e4 0%, #f7f3e4 50%, #f2edd9 50%, #f2edd9 100%);
  padding: 10rem 6rem;
  border-radius: 6px;
  display: block;
}
.common_seminar_block .common_ttl_wrap {
  align-items: center;
}
.common_seminar_block .common_ttl_wrap .common_seminar_ttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.common_seminar_block .common_seminar_txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.common_seminar_block .common_txt01 {
  text-align: center;
}
.common_seminar_block .seminar_btn_block {
  display: flex;
  gap: 3.333%;
  padding-top: 7rem;
}

/*マネーセミナー申し込みブロック*/
.common_money_seminar_block {
  background: linear-gradient(152.5deg, #f8a222 0%, #f8a222 53%, #ea9312 53%, #ea9312 100%);
  padding: 7rem 0 6rem 0;
  position: relative;
}
.common_money_seminar_block .block_fuki_wrap {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #f8a222;
  border-radius: 45px;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0;
}
.common_money_seminar_block .block_fuki_wrap .fuki {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.common_money_seminar_block .block_fuki_wrap .fuki::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #fff;
  width: 29px;
  height: 14px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.common_money_seminar_block .block_inner .block_ttl_wrap {
  margin-bottom: 3rem;
  text-align: center;
}
.common_money_seminar_block .block_inner .block_ttl_wrap .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
.common_money_seminar_block .block_inner .contact_btn_block {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.common_money_seminar_block .block_inner .contact_btn_block .btn03 {
  padding: 2rem 3rem 2rem 3rem;
}
.common_money_seminar_block .block_inner .common_txt01 {
  color: #fff;
  text-align: center;
}

/*個別相談申し込みブロック*/
.common_solo_seminar_block {
  background: linear-gradient(152.5deg, #f8a222 0%, #f8a222 53%, #ea9312 53%, #ea9312 100%);
  padding: 7rem 0 6rem 0;
  position: relative;
}
.common_solo_seminar_block .block_inner .block_ttl_wrap {
  margin-bottom: 3rem;
  text-align: center;
}
.common_solo_seminar_block .block_inner .block_ttl_wrap .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
.common_solo_seminar_block .block_inner .contact_btn_block_wrap {
  background-color: #f7f3e4;
  border-radius: 6px;
  padding: 3rem 0;
  max-width: 780px;
  margin: 0 auto;
}
.common_solo_seminar_block .block_inner .contact_btn_block_wrap .block_wrap_txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem;
}
.common_solo_seminar_block .block_inner .contact_btn_block_wrap .contact_btn_block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
  align-items: center;
}
.common_solo_seminar_block .block_inner .contact_btn_block_wrap .contact_btn_block .btn03 {
  padding: 3rem;
  box-shadow: 0px 0px 15px 0px rgba(208, 201, 174, 0.5);
}
.common_solo_seminar_block .block_inner .contact_btn_block_wrap .common_txt01 {
  color: #fff;
  text-align: center;
}

/*おうちセミナー、個別相談の申し込みブロック*/
.common_home_solo_seminar_block {
  background: linear-gradient(152.5deg, #f8a222 0%, #f8a222 44%, #ea9312 44%, #ea9312 100%);
  padding: 7rem 0 6rem 0;
  position: relative;
}
.common_home_solo_seminar_block .block_inner .block_ttl_wrap {
  margin-bottom: 3rem;
  text-align: center;
}
.common_home_solo_seminar_block .block_inner .block_ttl_wrap .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
.common_home_solo_seminar_block .block_inner .contact_btn_flex {
  display: flex;
  gap: 4rem;
}
.common_home_solo_seminar_block .block_inner .contact_btn_block_wrap {
  background-color: #f7f3e4;
  border-radius: 6px;
  padding: 3rem 0;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.common_home_solo_seminar_block .block_inner .contact_btn_block_wrap .block_wrap_txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem;
}
.common_home_solo_seminar_block .block_inner .contact_btn_block_wrap .contact_btn_block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
  align-items: center;
}
.common_home_solo_seminar_block .block_inner .contact_btn_block_wrap .contact_btn_block .btn03 {
  padding: 3rem;
  box-shadow: 0px 0px 15px 0px rgba(208, 201, 174, 0.5);
}
.common_home_solo_seminar_block .block_inner .common_txt01 {
  color: #fff;
  margin-top: 1rem;
}

/*instagramボタン*/
.common_instagram_block {
  background-image: url(../img/common/common_img01.png);
  background-repeat: no-repeat;
  max-width: 640px;
  width: 100%;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.common_instagram_block:hover {
  opacity: 0.7;
}
.common_instagram_block::before {
  position: absolute;
  background-color: #ea9312;
  width: 7rem;
  height: 7rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  bottom: -1px;
  right: -1px;
  z-index: 1;
  border-bottom-right-radius: 6px;
}
.common_instagram_block::after {
  position: absolute;
  background-image: url(../img/common/icon_01.png);
  width: 2.7rem;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2em;
  right: 8px;
  z-index: 2;
  content: "";
}
.common_instagram_block .block_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_instagram_block .block_inner .block_txt_wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.common_instagram_block .block_inner .block_txt_wrap .txt {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 5rem;
  position: relative;
}
.common_instagram_block .block_inner .block_txt_wrap .txt::before {
  position: absolute;
  background-image: url(../img/common/icon_12.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8rem;
  height: 3.8rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1065px;
  width: -moz-max-content;
  width: max-content;
}

.modal__inner {
  position: relative;
  /*overflow-y: scroll;*/
  height: 100%;
  padding: 30px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: opacity 0.6s;
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  background: #fff;
  content: "";
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__content .vid_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__content .vid_contents .text {
  color: #FFF;
  margin: 1em 0;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.4rem;
}
.modal__content .vid_contents .text a {
  color: #FFF;
}
.modal__content .vid_contents img {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: 90vw;
}

/*モーダル本体ここまで*/
/*header*/
.ank {
  margin-top: -100px;
  padding-top: 100px;
}

.hd_bottom {
  padding-top: 100px;
}

.hd_bg {
  width: 100%;
  height: 100px;
  display: flex;
  background-color: #fefcf4;
  position: fixed;
  z-index: 9999;
}
.hd_bg .hd {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.hd_bg .hd .nav_bg {
  width: 100%;
  padding-left: 9%;
}
.hd_bg .hd .hd_logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 140px;
  width: 140px;
  background-color: #fff;
  border-bottom-right-radius: 6px;
  box-shadow: 3px 3px 10px 0px rgba(106, 80, 24, 0.05);
}
.hd_bg .hd .hd_logo:hover {
  opacity: 0.7;
}
.hd_bg .hd .hd_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1310px) {
  .hd_bg .hd .hd_logo {
    width: 110px;
    height: 110px;
  }
}
.hd_bg .hd .nav {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 4rem;
}
@media screen and (max-width: 1310px) {
  .hd_bg .hd .nav {
    gap: 0;
  }
}
@media screen and (max-width: 1310px) {
  .hd_bg .hd .nav_list_wrap01 {
    width: 68%;
  }
}
.hd_bg .hd .nav_list_wrap01 a {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.hd_bg .hd .nav_list_wrap01 a:hover {
  border-bottom: 2px solid #4b361e;
  opacity: 0.8;
}
@media screen and (max-width: 1310px) {
  .hd_bg .hd .nav_list_wrap02 {
    width: 32%;
  }
}
.hd_bg .hd .nav_list_wrap02 .nav_list {
  gap: 1.5rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1310px) {
  .hd_bg .hd .nav_list_wrap02 .nav_list {
    gap: 0.5rem;
  }
}
.hd_bg .hd .nav_list_wrap02 .nav_list li {
  padding: 0;
}
.hd_bg .hd .nav_list_wrap02 .search_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 1255px) {
  .hd_bg .hd .nav_list_wrap02 .search_txt {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1180px) {
  .hd_bg .hd .nav_list_wrap02 .search_txt {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 946px) {
  .hd_bg .hd .nav_list_wrap02 .search_txt {
    font-size: 1rem;
    padding-left: 2rem;
  }
}
.hd_bg .hd .nav_list_wrap02 .search_txt::before {
  position: absolute;
  background-image: url(../img/common/header_logo01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  content: "";
}
@media screen and (max-width: 1310px) {
  .hd_bg .hd .nav_list_wrap02 .search_txt::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .hd_bg .hd .nav_list_wrap02 .search_txt::before {
    width: 15px;
    height: 15px;
  }
}
.hd_bg .hd .nav_list_wrap02 li {
  display: flex;
  align-items: center;
}
.hd_bg .hd .nav_list_wrap02 .money {
  background-color: transparent;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.05);
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
@media screen and (max-width: 1255px) {
  .hd_bg .hd .nav_list_wrap02 .money {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .hd_bg .hd .nav_list_wrap02 .money {
    padding: 1rem 0.5rem;
  }
}
.hd_bg .hd .nav_list_wrap02 .money::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #fb88bc; /* ← ホバー後の色 */
}
.hd_bg .hd .nav_list_wrap02 .money::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #de74a4; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.hd_bg .hd .nav_list_wrap02 .money:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.hd_bg .hd .nav_list_wrap02 .home {
  background-color: transparent;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.05);
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
@media screen and (max-width: 1255px) {
  .hd_bg .hd .nav_list_wrap02 .home {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .hd_bg .hd .nav_list_wrap02 .home {
    padding: 1rem 0.5rem;
  }
}
.hd_bg .hd .nav_list_wrap02 .home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #fbbd27; /* ← ホバー後の色 */
}
.hd_bg .hd .nav_list_wrap02 .home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #ea9312; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.hd_bg .hd .nav_list_wrap02 .home:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.hd_bg .hd .nav_list_wrap02 .home .search_txt::before {
  background-image: url(../img/common/header_logo02.png);
}
.hd_bg .hd .nav_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hd_bg .hd .nav_list li {
  padding: 10px 20px;
}
.hd_bg .hd .nav_list li a {
  font-size: 1.6rem;
  display: block;
}

/*top - fv*/
.fv .fv_bg {
  position: relative;
  background: #fefcf4;
}
.fv .fv_bg img {
  margin: 0 auto;
}
.fv .fv_bg .fv_bg_img img {
  width: 100vw;
}
.fv .fv_bg .fv_contents {
  position: absolute;
  top: 50%;
  transform: translateY(-62%);
  left: 8.33%;
}
@media screen and (max-width: 1300px) {
  .fv .fv_bg .fv_contents {
    transform: translateY(-62%) scale(0.7);
    left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .fv .fv_bg .fv_contents {
    transform: translateY(-55%) scale(0.5);
    left: -10%;
  }
}
.fv .fv_bg .fv_txt_wrap .fv_ttl {
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
}
.fv .fv_bg .fv_txt_wrap .fv_ttl .pk {
  font-size: 6.2rem;
  font-weight: bold;
  color: #de74a4;
}
.fv .fv_bg .fv_txt_wrap .fv_subttl {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
}

/*top - side*/
.side_contents {
  position: fixed;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.side_contents .side_wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.side_contents .side_block {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  width: 17rem;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.05);
}
.side_contents .side_block .fuki_wrap {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4b361e;
  border-radius: 15px;
  padding: 0.3rem 0.3rem 0.5rem 0.3rem;
  text-align: center;
  max-width: 150px;
  width: 100%;
  display: block;
  z-index: 10;
}
.side_contents .side_block .fuki_wrap .fuki {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
}
.side_contents .side_block .fuki_wrap .fuki::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #4b361e;
  width: 18px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.side_contents .side_block .side_img_wrap {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0.5rem 0;
}
.side_contents .side_block .side_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.side_contents .side_block.block01 .line_btn {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 6px;
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
.side_contents .side_block.block01 .line_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fefcf4; /* ← ホバー後の色 */
}
.side_contents .side_block.block01 .line_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #fff; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.side_contents .side_block.block01 .line_btn:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.side_contents .side_block.block01 .line_btn .side_img_wrap {
  position: relative;
  z-index: 1;
}
.side_contents .side_block.block01 .line_btn .side_txt {
  position: relative;
  z-index: 1;
}
.side_contents .side_block.block02 {
  padding: 2rem 1rem;
}
.side_contents .side_block.block02 .side_txt_wrap {
  background-color: #de74a4;
  border-radius: 6px;
  display: flex;
  justify-content: left;
  position: relative;
  padding: 1rem;
  overflow: hidden;
  z-index: 3;
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
.side_contents .side_block.block02 .side_txt_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #fb88bc; /* ← ホバー後の色 */
}
.side_contents .side_block.block02 .side_txt_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #de74a4; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.side_contents .side_block.block02 .side_txt_wrap:hover::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.side_contents .side_block.block02 .side_txt_wrap.txt03 {
  background-color: #ea9312;
}
.side_contents .side_block.block02 .side_txt_wrap.txt03::before {
  background: #fbbd27;
}
.side_contents .side_block.block02 .side_txt_wrap.txt03::after {
  background: #ea9312;
}
.side_contents .side_block.block02 .side_txt_wrap .side_txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  position: relative;
}
.side_contents .side_block.block02 .side_txt_wrap .side_txt::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  width: 9px;
  height: 9px;
  top: 50%;
  right: -2rem;
}

/*contents_block*/
.common_contents_block {
  border: 3px solid #de74a4;
  background-color: #fff;
  padding: 6rem 0 3rem 0;
  width: 100%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 0 30px rgba(106, 80, 24, 0.05);
}
.common_contents_block::before {
  position: absolute;
  content: "";
  background-image: url(../img/top/top_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.4rem;
  height: 8.4rem;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.common_contents_block .contents_ttl {
  font-weight: bold;
  font-size: 2.8rem;
}
.common_contents_block .tag {
  color: #918373;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.common_contents_block .common_btn {
  margin-top: 1rem;
}
.common_contents_block.home {
  border: 3px solid #ea9312;
}
.common_contents_block.home::before {
  background-image: url(../img/top/top_icon02.png);
}

/*top - youtube*/
.youtube {
  background-color: #fefcf4;
  padding: 16rem 0 10rem 0;
  position: relative;
}
.youtube .contents_flex {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 0 6rem;
}
@media screen and (max-width: 1000px) {
  .youtube .contents_flex {
    top: -5rem;
  }
}
.youtube .youtube_bg {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
.youtube .youtube_bg iframe, .youtube .youtube_bg img {
  aspect-ratio: 16/9;
  width: 67%;
  height: auto;
  max-width: 800px;
}
.youtube .youtube_bg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_seminar {
  padding: 6rem 0 8rem 0;
  background-image: url(../img/top/top_img12.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_seminar .logo_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.sec_seminar .logo_wrap img {
  width: 3.4rem;
  height: 3.4rem;
}
.sec_seminar .seminar_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
.sec_seminar .seminar_ttl .common_lato {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
}
.sec_seminar .seminar_btn_wrap {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.sec_seminar .seminar_btn_wrap .btn02 {
  max-width: 500px;
}

.features {
  background: linear-gradient(152.5deg, #fefcf4 0%, #fefcf4 50%, #f7f3e4 50%, #f7f3e4 100%);
  padding: 14rem 0 11rem 0;
}
.features .features_flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .features .features_flex {
    flex-direction: column;
    gap: 6rem;
  }
  .features .features_flex .features_contents_wrap {
    width: 100%;
  }
}
.features .features_txt_wrap .btn01 {
  margin-top: 5rem;
}
.features .features_contents_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 56.66%;
}
.features .features_contents_wrap .contents_block {
  background-color: #fff;
  border-radius: 6px;
  padding: 3rem 5rem;
  display: flex;
  gap: 3rem;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.05);
  align-items: center;
}
.features .features_contents_wrap .contents_block .contents_img {
  background-color: #f7f3e4;
  border-radius: 99px;
  width: 15rem;
  height: 15rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .features_contents_wrap .contents_block .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features .features_contents_wrap .contents_block .qa_wrap {
  margin-top: 1rem;
  position: relative;
}
.features .features_contents_wrap .contents_block .qa_wrap .contents_qa {
  display: block;
  padding-right: 2.5rem;
  position: relative;
  border-bottom: 1px solid #4b361e;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 3px;
  margin-bottom: 5px;
}
.features .features_contents_wrap .contents_block .qa_wrap .contents_qa::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block_wrap {
  position: absolute;
  top: -8rem;
  left: 10.5rem;
  transition: 0.3s;
  opacity: 0;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block_wrap.show {
  opacity: 1;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block_wrap.a02 {
  top: -1.5rem;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block_wrap.a02 .qa_block::before {
  top: 3.5rem;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block_wrap.a02 .qa_block::after {
  top: 3.5rem;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block_wrap.a03 {
  top: -3rem;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block {
  background-color: #fefcf4;
  border: 2px solid #e97e00;
  border-radius: 10px;
  position: relative;
  padding: 2rem 3rem;
  width: 45rem;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block::before {
  background-color: #fefcf4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2rem;
  height: 3rem;
  transform: rotate(-180deg);
  position: absolute;
  content: "";
  top: 7.5rem;
  left: -1.8rem;
  z-index: 1;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block::after {
  background-color: #e97e00;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2.1rem;
  height: 3rem;
  transform: rotate(-180deg);
  position: absolute;
  content: "";
  top: 7.5rem;
  left: -2.2rem;
  z-index: 0;
}
.features .features_contents_wrap .contents_block .qa_wrap .qa_block .common_txt01 {
  letter-spacing: 0;
  line-height: 1.8em;
}
.features .features_contents_wrap .contents_block .contents_txt_wrap .contents_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem;
}

.carousel-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-wrapper {
  will-change: transform;
}

.swiper-navigation-icon {
  display: none;
}

.loop_slide.slider_wrap {
  margin: 6rem 0;
}
.loop_slide .swiper-wrapper {
  will-change: transform;
  transition-timing-function: linear !important;
}
.loop_slide .swiper-wrapper .swiper-slide {
  width: 48rem;
  height: 34rem;
  border-radius: 6px;
  overflow: hidden;
}
.loop_slide .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.seminar {
  padding: 10rem 0 12rem 0;
  background: linear-gradient(#fff 0%, #fff 14%, #fefcf4 14%, #fefcf4 100%);
}
.seminar .contents_txt_wrap {
  background-color: #f7f3e4;
  border-radius: 6px;
  padding: 8rem 7rem 11rem 7rem;
  position: relative;
}
.seminar .contents_txt_wrap::before {
  position: absolute;
  background-image: url(../img/top/top_img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 55.7rem;
  height: 20.9rem;
  z-index: 5;
}
.seminar .contents_txt_wrap .contents_txt_in {
  background-color: #fff;
  border-radius: 10px;
  padding: 7rem;
  position: relative;
}
.seminar .contents_txt_wrap .contents_txt_in .fuki_wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.seminar .contents_txt_wrap .contents_txt_in .fuki_wrap .fuki {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  background-color: #4b361e;
  max-width: 500px;
  width: 100%;
  display: block;
  padding: 0.5rem 5rem;
  border-radius: 25px;
}
.seminar .contents_txt_wrap .contents_txt_in .fuki_wrap .fuki::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #4b361e;
  width: 29px;
  height: 14px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.seminar .contents_txt_wrap .contents_txt_in .list_ul {
  display: flex;
  flex-wrap: wrap;
}
.seminar .contents_txt_wrap .contents_txt_in .list_ul .list_li {
  width: 50%;
  padding-left: 4rem;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.seminar .contents_txt_wrap .contents_txt_in .list_ul .list_li::before {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/icon_08.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
  content: "";
}
.seminar .contents_arrow {
  margin: 6rem 0 2rem 0;
  display: flex;
  justify-content: center;
}
.seminar .tab_txt_wrap {
  margin-bottom: 8rem;
}
.seminar .tab_txt_wrap .tab_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.seminar .tab_txt_wrap .tab_txt01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.seminar .tab_txt_wrap .tab_txt02 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.seminar .tab_contents_wrap .tab-nav {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.seminar .tab_contents_wrap .tab-nav .tab {
  background-color: #a5a19c;
  width: 100%;
  padding: 3rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.seminar .tab_contents_wrap .tab-nav .tab span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-left: 5rem;
  position: relative;
}
.seminar .tab_contents_wrap .tab-nav .tab span::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.seminar .tab_contents_wrap .tab-nav .tab.tab-money.active {
  background-color: #de74a4;
}
.seminar .tab_contents_wrap .tab-nav .tab.tab-money span::before {
  background-image: url(../img/common/header_logo01.png);
  width: 35px;
  height: 35px;
}
.seminar .tab_contents_wrap .tab-nav .tab.tab-home.active {
  background-color: #ea9312;
}
.seminar .tab_contents_wrap .tab-nav .tab.tab-home span::before {
  background-image: url(../img/common/header_logo02.png);
  width: 35px;
  height: 35px;
}
.seminar .tab_contents_wrap .tab-content {
  display: none;
}
.seminar .tab_contents_wrap .tab-content.active {
  display: block;
  border: 3px solid #de74a4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.seminar .tab_contents_wrap .tab-content.active#tab1 {
  border: 3px solid #de74a4;
}
.seminar .tab_contents_wrap .tab-content.active#tab2 {
  border: 3px solid #ea9312;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex {
  display: flex;
  gap: 5rem;
  padding: 8rem;
  background-color: #fff;
  border-radius: 6px;
  align-items: flex-start;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex.end .img_wrap {
  position: relative;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex.end .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(75, 54, 30, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 6px;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex.end .img_wrap::after {
  content: "このセミナーは終了しました。";
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex.end .detail_wrap {
  opacity: 0.5;
  pointer-events: none;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .img_wrap {
  width: 33.5%;
  padding-top: 24%;
  position: relative;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .img_wrap img {
  aspect-ratio: 35/26;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .detail_wrap {
  width: 66.5%;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .detail_wrap .detail_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .detail_wrap .border_wrap {
  background-color: #4b361e;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .detail_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .detail_list dt {
  width: 18.75%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .detail_list dd {
  width: 81.25%;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .tag_wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
.seminar .tab_contents_wrap .tab_contents_block .contents_flex .tag_wrap .tag {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f5f4ef;
  color: #72604c;
  padding: 0.5rem 2rem;
  border-radius: 18px;
  display: block;
}

.staff {
  background-color: #fefcf4;
  padding-bottom: 12rem;
}
.staff .staff_inner {
  background: linear-gradient(152.5deg, #f7f3e4 0%, #f7f3e4 50%, #f2edd9 50%, #f2edd9 100%);
  padding: 15rem 0 21rem 23rem;
  margin-left: 6.77%;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .staff .staff_inner {
    padding: 15rem 0 21rem 9rem;
  }
}
.staff .staff_inner .staff_txt_block {
  max-width: 1200px;
  margin-right: 74.92%;
}
.staff .staff_inner .slider_wrap {
  position: absolute;
  top: 23%;
  right: 0;
  max-width: 1100px;
  width: 61%;
}
.staff .staff_inner .swiper_btn_wrap {
  position: absolute;
  display: flex;
  width: 13.5rem;
  top: 15%;
  right: 23%;
}
@media screen and (max-width: 1260px) {
  .staff .staff_inner .swiper_btn_wrap {
    right: 150px;
  }
}
.staff .staff_inner .swiper-button-prev:after,
.staff .staff_inner .swiper-button-next:after {
  display: none;
}
.staff .staff_inner .swiper-button-next {
  background-image: url(../img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  opacity: 1;
}
.staff .staff_inner .swiper-button-next[tabindex="-1"] {
  background-image: url(../img/common/icon_02.png);
  transform: scaleX(-1);
}
.staff .staff_inner .swiper-button-prev {
  background-image: url(../img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  transform: scaleX(-1);
  opacity: 1;
}
.staff .staff_inner .swiper-button-prev[tabindex="-1"] {
  background-image: url(../img/common/icon_02.png);
  transform: scaleX(1);
}
.staff .staff_inner .swiper-slide {
  max-width: 320px;
  margin-right: 3rem;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.1);
  height: auto;
}
.staff .staff_inner .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 243, 228, 0.5);
  pointer-events: none;
  z-index: 2;
}
.staff .staff_inner .swiper-slide.swiper-slide-next::before {
  background: transparent;
}
.staff .staff_inner .swiper-slide.swiper-slide-active::before {
  background: transparent;
}
.staff .staff_inner .staff_block {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  background: #fff;
  transition: 0.3s;
  height: 100%;
}
.staff .staff_inner .staff_block .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.staff .staff_inner .staff_block .arrow::before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #4f3a22;
  width: 77px;
  height: 77px;
  z-index: 1;
}
.staff .staff_inner .staff_block .arrow::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 13px;
  background-image: url(../img/common/icon_01.png);
  width: 27px;
  height: 6px;
  z-index: 2;
}
.staff .staff_inner .staff_block::before {
  position: absolute;
  border: 2px solid #4f3a22;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
  border-radius: 6px;
}
.staff .staff_inner .staff_block:hover::before {
  transition: opacity 0.3s;
  opacity: 1;
}
.staff .staff_inner .staff_block .staff_img {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.staff .staff_inner .staff_block .staff_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.staff .staff_inner .staff_detail {
  padding: 2.5rem;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
}
.staff .staff_inner .staff_detail .name {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
}
.staff .staff_inner .staff_detail .hurigana {
  font-size: 1.4rem;
  font-weight: 500;
}
.staff .staff_inner .staff_detail .border {
  background-color: #e6e3d7;
  height: 2px;
  width: 100%;
  display: block;
  margin: 1rem 0;
}
.staff .staff_inner .staff_detail .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.staff .staff_inner .staff_detail .staff_list dt {
  width: calc(61.5% - 1rem);
  font-size: 1.6rem;
  font-weight: bold;
}
.staff .staff_inner .staff_detail .staff_list dd {
  width: calc(38.5% - 1rem);
  font-size: 1.6rem;
  font-weight: 500;
}

.voice {
  padding: 11rem 0 12rem 0;
  background-image: url(../img/top/top_img13.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.voice .common_ttl {
  color: #fff;
}
.voice .common_txt01 {
  color: #fff;
}
.voice .voice_grid {
  position: relative;
}
.voice .voice_grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .voice .voice_grid .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.voice .voice_grid .swiper-button-next,
.voice .voice_grid .swiper-button-prev {
  display: none; /* PCでは矢印消す */
}
.voice .voice_grid .swiper-button-prev:after,
.voice .voice_grid .swiper-button-next:after {
  display: none;
}
.voice .voice_grid .swiper-button-next {
  background-image: url(../img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  right: -2rem;
}
.voice .voice_grid .swiper-button-prev {
  background-image: url(../img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  transform: scaleX(-1);
  z-index: 100;
  left: -2rem;
}
.voice .voice_grid .contents_block {
  background-color: #fefcf4;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 8rem 4rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.voice .voice_grid .contents_block .block_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #4b361e;
  padding: 1rem 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.voice .voice_grid .contents_block .block_seminar {
  color: #d85691;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #d85691;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  text-align: center;
}
.voice .voice_grid .contents_block .block_txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5rem 0;
}
.voice .voice_grid .contents_block .block_gest {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.voice .voice_grid .contents_block .voice_wrap {
  position: relative;
}
.voice .voice_grid .contents_block .voice_wrap .voice_list_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.voice .voice_grid .contents_block .voice_wrap .voice_list_img button {
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding-top: 115%;
  border: 2px solid #f1eee1;
  border-radius: 6px;
}
.voice .voice_grid .contents_block .voice_wrap .voice_list_img button::before {
  position: absolute;
  background-image: url(../img/common/icon_09.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  bottom: 1rem;
  right: 2rem;
  content: "";
}
.voice .voice_grid .contents_block .voice_wrap .voice_list_img img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.voice .voice_grid .contents_block.block02 .block_seminar {
  color: #e97e00;
  border: 2px solid #ea9700;
}
.voice .voice_grid .contents_block.block03 .block_seminar {
  border: 2px solid #d85691;
  background-color: #d85691;
  color: #fff;
}
.voice .voice_grid .contents_block.block04 .block_seminar {
  border: 2px solid #ea9700;
  background-color: #e97e00;
  color: #fff;
}
.voice .common_btn {
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(51, 37, 7, 0.5);
}

.contact {
  background-color: #fefcf4;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.contact_block {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(152.5deg, #f8a222 0%, #f8a222 58%, #ea9312 58%, #ea9312 100%);
  padding: 6rem;
  border-radius: 6px;
  display: block;
}
.contact_block .common_ttl_wrap {
  position: relative;
  margin-bottom: 2rem;
}
.contact_block .common_ttl_wrap .contact_ttl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.contact_block .contact_txt01 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.contact_block .common_txt01 {
  color: #fff;
  text-align: center;
  margin-bottom: 6rem;
}
.contact_block .contact_btn_block {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
}

.contact_mail_wrap {
  margin: 8rem 0;
}
.contact_mail_wrap .mail_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
.contact_mail_wrap .mail_ttl::before {
  position: absolute;
  width: 6rem;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #4b361e;
}
.contact_mail_wrap .mail_block {
  border: 2px solid #4b361e;
  padding: 3.5rem;
  border-radius: 6px;
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin: 0rem auto;
  text-align: center;
  margin-bottom: 3rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.contact_mail_wrap .mail_block .icon {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 5rem;
  position: relative;
  letter-spacing: 0.1rem;
}
.contact_mail_wrap .mail_block .icon::before {
  position: absolute;
  background-image: url(../img/common/icon_05.png);
  width: 32px;
  height: 27px;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact_mail_wrap .mail_block .effect {
  display: inline-block;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* ホバー後の色（全面） */
  /* 初期色（全面） */
}
.contact_mail_wrap .mail_block .effect::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f7f3e4; /* ← ホバー後の色 */
}
.contact_mail_wrap .mail_block .effect::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 150%;
  left: -2rem;
  /* 背景を斜めに */
  background: #fff; /* ← 初期色 */
  transform: translateX(0%) skewX(-20deg);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.contact_mail_wrap .mail_block:hover .effect::after {
  /* 初期色レイヤーをまるごと右へ退場させる */
  transform: translateX(120%) skewX(-20deg);
}
.contact_mail_wrap .common_txt01 {
  text-align: center;
}

.ft {
  background-color: #4b361e;
  padding: 5rem;
}
.ft .ft_contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.ft .ft_contents .wrap02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ft .ft_contents .ft_flex {
  display: flex;
  justify-content: space-between;
}
.ft .ft_contents .common_txt01 {
  color: #fff;
}
.ft .ft_contents .ft_address {
  margin-top: 2rem;
}
.ft .ft_contents .ft_tell {
  color: #fff;
}
.ft .ft_contents .ft_tell span {
  color: #fff;
}
.ft .ft_contents .ft_list_wrap {
  display: flex;
  gap: 7rem;
}
.ft .ft_contents .ft_li {
  margin-bottom: 2rem;
}
.ft .ft_contents .ft_li:hover .li_txt {
  opacity: 0.7;
}
.ft .ft_contents .ft_li .li_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.ft .ft_contents .ft_sub_li {
  margin-bottom: 1rem;
  color: #e3d2bf;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
}
.ft .ft_contents .ft_sub_li:hover a {
  opacity: 0.7;
}
.ft .ft_contents .ft_sub_li::before {
  position: absolute;
  content: "";
  background-color: #e3d2bf;
  width: 1.5rem;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ft .ft_contents .ft_sub_li a {
  color: #e3d2bf;
}
.ft .ft_contents .ft_copy {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  cursor: pointer;
  z-index: 9999;
}
.pagetop:hover {
  opacity: 0.7;
}

/*company*/
.company .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.company_about {
  background-color: #fefcf4;
  padding-top: 5rem;
}
.company_about dl {
  display: flex;
}
.company_about dl .about_dt {
  font-size: 1.6rem;
  font-weight: bold;
  width: 20.8%;
  border-bottom: 1px solid #4b361e;
  padding: 3rem 5rem;
  letter-spacing: 0.1rem;
}
.company_about dl .about_dd {
  font-size: 1.6rem;
  font-weight: 500;
  width: 79.2%;
  border-bottom: 1px solid #dddddd;
  padding: 3rem 5rem;
  letter-spacing: 0.1rem;
}
.company_about dl .about_dd .bold {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.company_about dl .about_dd .iframe_wrap {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.company_about dl .about_dd .iframe_wrap iframe {
  width: 100%;
  min-height: 400px;
}
.company_business {
  background-color: #fefcf4;
  padding-top: 10rem;
  padding-bottom: 13rem;
}
.company_business .business_h2_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 5rem;
}
.company_business .business_h2_ttl::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 6rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4b361e;
}
.company_business .business_contents {
  display: flex;
  gap: 3.33%;
}
.company_business .business_h3_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 2.5rem 0;
  letter-spacing: 0.1rem;
}
.company_business .business_txt {
  margin-bottom: 3rem;
}
.company_business .business_01 {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.company_business .business_01 .common_btn {
  margin: 0 auto;
  margin-top: auto;
}
.company_business .business_01 .common_btn span {
  position: relative;
  margin: 0 2rem 0 3rem;
}
.company_business .business_01 .common_btn span::after {
  position: absolute;
  background-image: url(../img/common/icon_10.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 23px;
}
.company_business .business_02 {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.company_business .business_02 .common_btn {
  margin: 0 auto;
  margin-top: auto;
}
.company_business .business_02 .common_btn span {
  margin: 0 2rem 0 3rem;
  position: relative;
}
.company_business .business_02 .common_btn span::after {
  position: absolute;
  background-image: url(../img/common/icon_11.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 20px;
}
.company_seminar_block {
  background-color: #fefcf4;
  padding: 0 6rem;
  padding-bottom: 13rem;
}

/*privacy*/
.privacy .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.privacy .privacy_sec {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #fefcf4;
}
.privacy .privacy_sec .main_txt {
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
  margin-bottom: 5rem;
}
.privacy .privacy_sec .privacy_block {
  width: 100%;
  margin-bottom: 4rem;
}
.privacy .privacy_sec .privacy_block .privacy_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #4b361e;
  border-bottom: 2px solid #4b361e;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.privacy .privacy_sec .privacy_block .txt {
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
}
.privacy .privacy_sec .privacy_block .txt a {
  position: relative;
  padding-left: 1.5rem;
  border-bottom: 1px solid #4b361e;
  display: inline-block;
}
.privacy .privacy_sec .privacy_block .txt a::before {
  position: absolute;
  border-bottom: 1px solid #4b361e;
  border-right: 1px solid #4b361e;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
}
.privacy .privacy_sec .privacy_block .list li {
  padding-left: 1.5em;
  position: relative;
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
  margin: 1rem 0;
}
.privacy .privacy_sec .privacy_block .list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #4b361e;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.privacy .privacy_sec .privacy_block .mb {
  margin-bottom: 3rem;
}
.privacy .privacy_sec .privacy_block .mt {
  margin-top: 1rem;
}
.privacy .privacy_sec .privacy_block .privacy_contact_block {
  width: 100%;
  background: #f7f3e4;
  padding: 4rem 2rem;
}
.privacy .privacy_sec .privacy_block .privacy_contact_block .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.privacy .privacy_sec .privacy_block .privacy_contact_block .privacy_tel {
  text-align: center;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
.privacy .privacy_sec .privacy_block .privacy_contact_block .privacy_mail {
  text-align: center;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
.privacy .privacy_sec .privacy_block .privacy_contact_block .privacy_mail a {
  border-bottom: 1px solid #4b361e;
}

/*staff*/
.staff .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.staff .staff_list_sec {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #fefcf4;
}
.staff .staff_list_sec .main_txt {
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
  margin-bottom: 5rem;
  text-align: center;
}
.staff .staff_list_sec .staff_list_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5rem 3rem;
}
.staff .staff_list_sec .staff_list_block .staff_img {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.staff .staff_list_sec .staff_list_block .staff_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.staff .staff_list_sec .staff_list_block .staff_block {
  width: calc((100% - 9rem) / 4);
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  box-shadow: 0 0 30px rgba(106, 80, 24, 0.05);
  background: #fff;
  height: auto;
}
.staff .staff_list_sec .staff_list_block .staff_block .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.staff .staff_list_sec .staff_list_block .staff_block .arrow::before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #4f3a22;
  width: 77px;
  height: 77px;
  z-index: 1;
}
.staff .staff_list_sec .staff_list_block .staff_block .arrow::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 13px;
  background-image: url(../img/common/icon_01.png);
  width: 27px;
  height: 6px;
  z-index: 2;
}
.staff .staff_list_sec .staff_list_block .staff_block::before {
  position: absolute;
  border: 2px solid #4f3a22;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
  border-radius: 6px;
}
.staff .staff_list_sec .staff_list_block .staff_block:hover::before {
  transition: opacity 0.3s;
  opacity: 1;
}
.staff .staff_list_sec .staff_list_block .staff_detail {
  padding: 2.5rem;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
}
.staff .staff_list_sec .staff_list_block .staff_detail .name {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
}
.staff .staff_list_sec .staff_list_block .staff_detail .hurigana {
  font-size: 1.4rem;
  font-weight: 500;
}
.staff .staff_list_sec .staff_list_block .staff_detail .border {
  background-color: #e6e3d7;
  height: 2px;
  width: 100%;
  display: block;
  margin: 1rem 0;
}
.staff .staff_list_sec .staff_list_block .staff_detail .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.staff .staff_list_sec .staff_list_block .staff_detail .staff_list dt {
  width: calc(61.5% - 1rem);
  font-size: 1.6rem;
  font-weight: bold;
}
.staff .staff_list_sec .staff_list_block .staff_detail .staff_list dd {
  width: calc(38.5% - 1rem);
  font-size: 1.6rem;
  font-weight: 500;
}

/*staff*/
.staff .staff_sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefcf4;
}
.staff .staff_sec .staff_main_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.staff .staff_sec .staff_main_flex .img {
  width: 46%;
  text-align: center;
}
.staff .staff_sec .staff_main_flex .img img {
  border-radius: 6px;
}
.staff .staff_sec .staff_main_flex .txt_box {
  width: 48%;
  margin-top: 2rem;
}
.staff .staff_sec .staff_main_flex .txt_box .staff_name {
  border-bottom: 2px solid #4b361e;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.staff .staff_sec .staff_main_flex .txt_box .staff_name .name {
  font-size: 2.8rem;
  font-weight: bold;
  color: #4b361e;
  display: inline-block;
  width: 100%;
  padding-bottom: 0.2rem;
}
.staff .staff_sec .staff_main_flex .txt_box .staff_name .hurigana {
  font-size: 1.4rem;
  font-weight: bold;
  color: #4b361e;
}
.staff .staff_sec .staff_main_flex .txt_box .staff_dl {
  display: flex;
  flex-wrap: wrap;
}
.staff .staff_sec .staff_main_flex .txt_box .staff_dl dt {
  width: 18rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4b361e;
  border-bottom: 1px solid #4b361e;
  padding: 2.5rem 2rem;
}
.staff .staff_sec .staff_main_flex .txt_box .staff_dl dd {
  width: calc(100% - 18rem);
  font-size: 1.6rem;
  font-weight: 500;
  color: #4b361e;
  border-bottom: 1px solid #ddd;
  padding: 2.5rem 2rem;
}
.staff .staff_sec .staff_contents {
  width: 100%;
  margin-bottom: 4rem;
}
.staff .staff_sec .staff_contents .staff_content_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #4b361e;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e6e3d7;
  margin-bottom: 2rem;
}
.staff .staff_sec .staff_contents .txt {
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
}
.staff .staff_sec .staff_contents .list li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  position: relative;
  line-height: 2;
}
.staff .staff_sec .staff_contents .list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #4b361e;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.staff .staff_schedule_sec {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #f7f3e4;
}
.staff .staff_schedule_sec .staff_schedule_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 4.5rem;
}
.staff .staff_schedule_sec .staff_schedule_ttl .small_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #4b361e;
  margin-top: 1rem;
}
.staff .staff_schedule_sec .staff_schedule_ttl .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  color: #4b361e;
  line-height: 1;
}
.staff .staff_schedule_sec .staff_schedule_block_bg {
  padding: 4rem;
  background-color: #fff;
  border-radius: 6px;
}
.staff .staff_schedule_sec .staff_schedule_block {
  max-height: 1200px;
  overflow-y: scroll;
}
.staff .staff_schedule_sec .staff_schedule_box {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  padding: 4rem;
  background-color: #fff;
}
.staff .staff_schedule_sec .staff_schedule_box .img_wrap {
  width: 33.5%;
  padding-top: 24%;
  position: relative;
}
.staff .staff_schedule_sec .staff_schedule_box .img_wrap img {
  aspect-ratio: 35/26;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.staff .staff_schedule_sec .staff_schedule_box .detail_wrap {
  width: 66.5%;
}
.staff .staff_schedule_sec .staff_schedule_box .detail_wrap .detail_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.staff .staff_schedule_sec .staff_schedule_box .detail_wrap .border_wrap {
  background-color: #4b361e;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}
.staff .staff_schedule_sec .staff_schedule_box .detail_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.staff .staff_schedule_sec .staff_schedule_box .detail_list dt {
  width: 18.75%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.staff .staff_schedule_sec .staff_schedule_box .detail_list dd {
  width: 81.25%;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.staff .staff_schedule_sec .staff_schedule_box .tag_wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
.staff .staff_schedule_sec .staff_schedule_box .tag_wrap .tag {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f5f4ef;
  color: #72604c;
  padding: 0.5rem 2rem;
  border-radius: 18px;
  display: block;
}
.staff .staff_voice_sec {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #fefcf4;
}
.staff .staff_voice_sec .staff_schedule_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 4.5rem;
}
.staff .staff_voice_sec .staff_schedule_ttl .small_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #4b361e;
  margin-top: 1rem;
}
.staff .staff_voice_sec .staff_schedule_ttl .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  color: #4b361e;
  line-height: 1;
}
.staff .staff_voice_sec .staff_voice_block {
  position: relative;
}
.staff .staff_voice_sec .staff_voice_block .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .staff .staff_voice_sec .staff_voice_block .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.staff .staff_voice_sec .staff_voice_block .swiper-button-next,
.staff .staff_voice_sec .staff_voice_block .swiper-button-prev {
  display: none; /* PCでは矢印消す */
}
.staff .staff_voice_sec .staff_voice_block .swiper-button-prev:after,
.staff .staff_voice_sec .staff_voice_block .swiper-button-next:after {
  display: none;
}
.staff .staff_voice_sec .staff_voice_block .swiper-button-next {
  background-image: url(../img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  right: -2rem;
}
.staff .staff_voice_sec .staff_voice_block .swiper-button-prev {
  background-image: url(../img/common/icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  transform: scaleX(-1);
  z-index: 100;
  left: -2rem;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 8rem 4rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .block_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #4b361e;
  padding: 1rem 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .block_seminar {
  color: #d85691;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #d85691;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  text-align: center;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .block_txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5rem 0;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .block_gest {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .voice_wrap {
  position: relative;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .voice_wrap .voice_list_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .voice_wrap .voice_list_img button {
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding-top: 115%;
  border: 2px solid #f1eee1;
  border-radius: 6px;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .voice_wrap .voice_list_img button::before {
  position: absolute;
  background-image: url(../img/common/icon_09.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  bottom: 1rem;
  right: 2rem;
  content: "";
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box .voice_wrap .voice_list_img img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box.block02 .block_seminar {
  color: #e97e00;
  border: 2px solid #ea9700;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box.block03 .block_seminar {
  border: 2px solid #d85691;
  background-color: #d85691;
  color: #fff;
}
.staff .staff_voice_sec .staff_voice_block .staff_voice_box.block04 .block_seminar {
  border: 2px solid #ea9312;
  background-color: #ea9312;
  color: #fff;
}

/*seminar_list*/
.sub_seminar_list .list_txt {
  margin-bottom: 5rem;
}
.sub_seminar_list .list_txt .h2_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.sub_seminar_list .list_txt .h3_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.sub_seminar_list .list_txt .txt {
  font-size: 1.4rem;
  text-align: center;
}
.sub_seminar_list .tab_seminar_list_wrap {
  width: 100%;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-list {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-list .tab {
  background-color: #a5a19c;
  width: 100%;
  padding: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-list .tab a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: block;
  padding: 2.2rem 1rem;
  width: 100%;
  text-align: center;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-list .tab:hover {
  opacity: 0.7;
}
.sub_seminar_list .tab_seminar_list_wrap .tab_anker_link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  margin-bottom: 7rem;
}
.sub_seminar_list .tab_seminar_list_wrap .tab_anker_link .anker_link {
  width: calc((100% - 4rem) / 5);
  text-align: center;
  display: block;
  background: #4b361e;
  color: #fff;
  position: relative;
  padding: 1rem;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sub_seminar_list .tab_seminar_list_wrap .tab_anker_link .anker_link::after {
  position: absolute;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  top: 45%;
  right: 2rem;
  width: 7px;
  height: 7px;
}
.sub_seminar_list .tab_seminar_list_wrap .tab_anker_link .anker_link:hover {
  opacity: 0.7;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content {
  display: none;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content.active {
  display: block;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .tab_inner {
  background: #fff;
  padding: 5rem 8rem;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .tab_pre_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  margin-top: -100px;
  padding-top: 100px;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .type_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex {
  display: flex;
  gap: 5rem;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 5rem;
  align-items: flex-start;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex.end .img_wrap {
  position: relative;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex.end .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(75, 54, 30, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 6px;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex.end .img_wrap::after {
  content: "このセミナーは終了しました。";
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex.end .detail_wrap {
  opacity: 0.5;
  pointer-events: none;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .img_wrap {
  width: 33.5%;
  padding-top: 24%;
  position: relative;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .img_wrap img {
  aspect-ratio: 35/26;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .detail_wrap {
  width: 66.5%;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .detail_wrap .detail_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .detail_wrap .border_wrap {
  background-color: #4b361e;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .detail_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .detail_list dt {
  width: 18.75%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .detail_list dd {
  width: 81.25%;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .tag_wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
.sub_seminar_list .tab_seminar_list_wrap .tab-content .contents_flex .tag_wrap .tag {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f5f4ef;
  color: #72604c;
  padding: 0.5rem 2rem;
  border-radius: 18px;
  display: block;
}

/*money_seminar_list*/
.money_seminar_list .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.money_seminar_list .money_seminar_list_sec {
  padding-top: 5rem;
  background-color: #fefcf4;
  padding-bottom: 15rem;
}
.money_seminar_list .money_seminar_list_sec .tab_seminar_list_wrap .tab-list .tab.active {
  background: #de74a4;
}
.money_seminar_list .money_seminar_list_sec .tab_seminar_list_wrap .tab-content {
  border: 3px solid #de74a4;
}
.money_seminar_list .money_seminar_list_sec .tab_seminar_list_wrap .tab_pre_ttl {
  border-bottom: 2px solid #d85691;
}

/*house_seminar_list*/
.house_seminar_list .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.house_seminar_list .house_seminar_list_sec {
  padding-top: 5rem;
  background-color: #fefcf4;
  padding-bottom: 15rem;
}
.house_seminar_list .house_seminar_list_sec .tab_seminar_list_wrap .tab-list .tab.active {
  background: #ea9700;
}
.house_seminar_list .house_seminar_list_sec .tab_seminar_list_wrap .tab-content {
  border: 3px solid #ea9700;
}
.house_seminar_list .house_seminar_list_sec .tab_seminar_list_wrap .tab_pre_ttl {
  border-bottom: 2px solid #ea9700;
}

/*money_seminar*/
.money_seminar_fv {
  background-image: url(../img/money_seminar/money_seminar_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 75.5rem;
  position: relative;
}
.money_seminar_fv .fv_contents {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1150px) {
  .money_seminar_fv .fv_contents {
    transform: translateY(-50%) scale(0.8);
  }
}
@media screen and (max-width: 920px) {
  .money_seminar_fv .fv_contents {
    transform: translateY(-50%) scale(0.5);
    left: -10%;
  }
}
.money_seminar_fv .fv_contents .fv_txt_wrap {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 4rem 2rem;
  margin-bottom: 3rem;
}
.money_seminar_fv .fv_contents .fv_txt_wrap .fv_ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.money_seminar_fv .fv_contents .fv_txt_wrap .fv_ttl .pk {
  color: #de74a4;
}
.money_seminar_top_level {
  background-color: #fefcf4;
  padding: 6rem 0 13rem 0;
}
.money_seminar_top_level .top_level_txt_wrap .common_txt01 {
  text-align: center;
  margin: 3rem 0;
}
.money_seminar_top_level .top_level_grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1000px) {
  .money_seminar_top_level .top_level_grid_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.money_seminar_top_level .top_level_grid_wrap .grid_block {
  border: 2px solid #4b361e;
  border-radius: 6px;
  background-color: #fff;
  padding: 1.5rem 1rem 1.5rem 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .money_seminar_top_level .top_level_grid_wrap .grid_block {
    padding: 2.5rem 1rem;
    padding-left: 6rem;
  }
}
.money_seminar_top_level .top_level_grid_wrap .grid_block::before {
  position: absolute;
  content: "";
  background-image: url(../img/money_seminar/money_seminar_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 5.2rem;
  height: 6.9rem;
}
.money_seminar_top_level .top_level_grid_wrap .grid_block .grid_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.money_seminar_seminar {
  background-color: #fefcf4;
  padding: 10rem 0;
}
.money_seminar_seminar .seminar_ttl_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.money_seminar_seminar .contents_txt_wrap {
  background-color: #f7f3e4;
  border-radius: 6px;
  padding: 8rem 7rem 11rem 7rem;
  position: relative;
}
.money_seminar_seminar .contents_txt_wrap::before {
  position: absolute;
  background-image: url(../img/top/top_img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 55.7rem;
  height: 20.9rem;
  z-index: 5;
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in {
  background-color: #fff;
  border-radius: 10px;
  padding: 7rem;
  position: relative;
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in .fuki_wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in .fuki_wrap .fuki {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  background-color: #4b361e;
  max-width: 500px;
  width: 100%;
  display: block;
  padding: 0.5rem 5rem;
  border-radius: 25px;
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in .fuki_wrap .fuki::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #4b361e;
  width: 29px;
  height: 14px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in .list_ul {
  display: flex;
  flex-wrap: wrap;
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in .list_ul .list_li {
  width: 50%;
  padding-left: 4rem;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.money_seminar_seminar .contents_txt_wrap .contents_txt_in .list_ul .list_li::before {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/icon_08.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
  content: "";
}
.money_seminar_seminar .contents_arrow {
  margin: 6rem 0 2rem 0;
  display: flex;
  justify-content: center;
}
.money_seminar_seminar .tab_txt_wrap {
  margin-bottom: 8rem;
}
.money_seminar_seminar .tab_txt_wrap .tab_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.money_seminar_seminar .tab_txt_wrap .tab_txt01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.money_seminar_seminar .tab_txt_wrap .tab_txt02 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.money_seminar_seminar .tab {
  background-color: #a5a19c;
  width: 100%;
  padding: 3rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.money_seminar_seminar .tab span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-left: 5rem;
  position: relative;
}
.money_seminar_seminar .tab span::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.money_seminar_seminar .tab.tab-money.active {
  background-color: #de74a4;
}
.money_seminar_seminar .tab.tab-money span::before {
  background-image: url(../img/common/header_logo01.png);
  width: 35px;
  height: 35px;
}
.money_seminar_seminar .tab.tab-home.active {
  background-color: #ea9312;
}
.money_seminar_seminar .tab.tab-home span::before {
  background-image: url(../img/common/header_logo02.png);
  width: 35px;
  height: 35px;
}
.money_seminar_seminar .seminar_contents_block {
  border: 3px solid #de74a4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.money_seminar_seminar .seminar_contents_block.orange {
  border: 3px solid #ea9312;
}
.money_seminar_seminar .seminar_contents_block .contents_flex {
  display: flex;
  gap: 5rem;
  padding: 4rem 8rem 4rem 8rem;
  background-color: #fff;
  border-radius: 6px;
  align-items: flex-start;
}
.money_seminar_seminar .seminar_contents_block .contents_flex.end .img_wrap {
  position: relative;
}
.money_seminar_seminar .seminar_contents_block .contents_flex.end .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(75, 54, 30, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 6px;
}
.money_seminar_seminar .seminar_contents_block .contents_flex.end .img_wrap::after {
  content: "このセミナーは終了しました。";
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.money_seminar_seminar .seminar_contents_block .contents_flex.end .detail_wrap {
  opacity: 0.5;
  pointer-events: none;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .img_wrap {
  width: 33.5%;
  padding-top: 24%;
  position: relative;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .img_wrap img {
  aspect-ratio: 35/26;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .detail_wrap {
  width: 66.5%;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .detail_wrap .detail_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .detail_wrap .border_wrap {
  background-color: #4b361e;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .detail_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .detail_list dt {
  width: 18.75%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .detail_list dd {
  width: 81.25%;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 2rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .tag_wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
.money_seminar_seminar .seminar_contents_block .contents_flex .tag_wrap .tag {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f5f4ef;
  color: #72604c;
  padding: 0.5rem 2rem;
  border-radius: 18px;
  display: block;
}
.money_seminar_seminar .more_seminar_btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.money_seminar_present {
  background-color: #fefcf4;
  padding: 1rem 0 11rem 0;
}
.money_seminar_present .present_block_wrap {
  display: flex;
  gap: 4rem;
  margin-top: 7rem;
}
.money_seminar_present .present_block_wrap .present_block {
  background-color: #fff;
  border-radius: 6px;
  width: 50%;
  padding: 3rem 4rem;
  box-shadow: 0 0 20px rgba(106, 80, 24, 0.05);
  position: relative;
}
.money_seminar_present .present_block_wrap .present_block::before {
  position: absolute;
  content: "";
  top: -5.2rem;
  left: 6px;
  width: 14.7rem;
  height: 18.1rem;
  background-image: url(../img/money_seminar/money_seminar_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 990px) {
  .money_seminar_present .present_block_wrap .present_block::before {
    width: 10.7rem;
    height: 14.1rem;
  }
}
.money_seminar_present .present_block_wrap .present_block.block01::after {
  position: absolute;
  content: "";
  top: -3.2rem;
  right: 9px;
  width: 7.8rem;
  height: 12.4rem;
  background-image: url(../img/money_seminar/money_seminar_icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 990px) {
  .money_seminar_present .present_block_wrap .present_block.block01::after {
    width: 6.8rem;
    height: 11.4rem;
  }
}
.money_seminar_present .present_block_wrap .present_block.block02::before {
  background-image: url(../img/money_seminar/money_seminar_icon03.png);
}
.money_seminar_present .present_block_wrap .present_block .present_block_ttl_wrap {
  padding-left: 22.5%;
  margin-bottom: 2rem;
}
.money_seminar_present .present_block_wrap .present_block .present_block_ttl_wrap .ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.money_seminar_present .present_block_wrap .present_block .present_block_flex {
  display: flex;
  gap: 5.17%;
  align-items: center;
}
.money_seminar_present .present_block_wrap .present_block .present_block_flex .flex_img_wrap {
  width: 50%;
}
.money_seminar_present .present_block_wrap .present_block .present_block_flex .flex_txt {
  width: 50%;
  letter-spacing: 0;
  line-height: 1.8;
}
.money_seminar_present .present_block_wrap .present_block .present_block_flex .flex_txt .min {
  font-size: 1.4rem;
}
.money_seminar_present .present_block_wrap .present_block .present_block_txt {
  font-size: 1.2rem;
}
.money_seminar_free {
  background-color: #fefcf4;
  padding: 8rem 0;
}
.money_seminar_free .free_ttl {
  margin-bottom: 5rem;
}
.money_seminar_free .free_block {
  border: 3px solid #4b361e;
  border-radius: 6px;
  background-color: #fff;
  padding: 5rem 7rem 7rem 7rem;
  position: relative;
}
.money_seminar_free .free_block::before {
  position: absolute;
  content: "";
  background-image: url(../img/money_seminar/money_seminar_img08.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48rem;
  height: 43.1rem;
  right: 5rem;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .money_seminar_free .free_block::before {
    width: 33rem;
    height: 30.1rem;
  }
}
.money_seminar_free .free_block .fuki_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.money_seminar_free .free_block .fuki_wrap .fuki {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  background-color: #4b361e;
  max-width: 500px;
  width: 100%;
  display: block;
  padding: 0.5rem 5rem;
  border-radius: 25px;
  text-align: center;
}
.money_seminar_free .free_block .fuki_wrap .fuki::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #4b361e;
  width: 29px;
  height: 14px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.money_seminar_free .free_block .free_wrap {
  padding-right: 50%;
}
.money_seminar_free .free_block .free_wrap .free_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.money_seminar_flow {
  background-color: #fefcf4;
  padding: 4rem 0;
}
.money_seminar_flow .flow_wrap {
  margin-top: 5rem;
}
.money_seminar_flow .flow_wrap .h3_ttl_wrap {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin: 8rem 0 5rem 0;
}
.money_seminar_flow .flow_wrap .flow_block {
  background-color: #f7f3e4;
  padding: 5rem 6rem;
  border-radius: 6px;
  margin-bottom: 4rem;
  position: relative;
}
.money_seminar_flow .flow_wrap .flow_block.bg_change {
  background: #f2edd9;
}
.money_seminar_flow .flow_wrap .flow_block:last-child::before {
  display: none;
}
.money_seminar_flow .flow_wrap .flow_block::before {
  position: absolute;
  content: "";
  background-image: url(../img/money_seminar/money_seminar_icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 2.1rem;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner .block_txt_wrap {
  width: 60%;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner .block_txt_wrap .block_ttl_wrap {
  display: flex;
  margin-bottom: 2rem;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner .block_txt_wrap .block_ttl_wrap .step_wrap {
  width: 20%;
  border-bottom: 1px solid #4b361e;
  display: flex;
  align-items: end;
  padding-bottom: 1rem;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner .block_txt_wrap .block_ttl_wrap .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  width: 80%;
  padding-bottom: 1rem;
  padding-left: 3rem;
  border-bottom: 1px solid #c9c6b9;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner .block_img_wrap {
  width: 33%;
}
.money_seminar_flow .flow_wrap .flow_block .block_inner .life_plan_wrap {
  width: 100%;
  margin-top: 5rem;
}
.money_seminar_merit {
  background-color: #fefcf4;
  padding: 4rem 0 15rem 0;
}
.money_seminar_merit .merit-tab-content {
  display: none;
}
.money_seminar_merit .merit-tab-content.active {
  display: block;
}
.money_seminar_merit .merit-tab-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.money_seminar_merit .merit-tab-nav .tab {
  background-color: #a5a19c;
  padding: 2rem 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}
.money_seminar_merit .merit-tab-nav .tab.active {
  background-color: #4b361e;
}
.money_seminar_merit .merit-tab-nav .tab span {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
.money_seminar_merit .merit-tab-content {
  border: 3px solid #4b361e;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 6rem 8rem;
}
.money_seminar_merit .merit-tab-content .merit_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #f5f2ed;
  border-left: 2px solid #4b361e;
  border-right: 2px solid #4b361e;
  margin-bottom: 4rem;
  text-align: center;
  padding: 0.8rem 0;
}
.money_seminar_merit .merit-tab-content .merit_detail_wrap {
  display: flex;
  justify-content: space-between;
}
.money_seminar_merit .merit-tab-content .merit_detail_wrap .detail_img {
  width: 44.2%;
}
.money_seminar_merit .merit-tab-content .merit_detail_wrap .detail_txt {
  width: 50.9%;
  display: flex;
  align-items: center;
  line-height: 2.2;
}
.money_seminar_voice .block_seminar.pink {
  color: #d85691 !important;
  border: 2px solid #d85691 !important;
}
.money_seminar_voice .block_seminar.solo_pink {
  border: 2px solid #d85691 !important;
  background-color: #d85691 !important;
  color: #fff !important;
}
.money_seminar_voice .block_seminar.orange {
  color: #e97e00 !important;
  border: 2px solid #e97e00 !important;
}
.money_seminar_voice .block_seminar.solo_orange {
  border: 2px solid #ea9312 !important;
  background-color: #ea9312 !important;
  color: #fff !important;
}
.money_seminar_faq {
  background-color: #fefcf4;
  padding: 9rem 0 13rem 0;
}
.money_seminar_faq .common_ttl_wrap .common_subttl {
  margin-bottom: 0;
}
.money_seminar_faq .faq_contents_wrap .q_block {
  background-color: #f7f3e4;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.money_seminar_faq .faq_contents_wrap .q_block::before {
  position: absolute;
  content: "";
  background-color: #4b361e;
  width: 2rem;
  height: 2px;
  right: 3em;
  top: 50%;
  transform: translateY(-50%);
}
.money_seminar_faq .faq_contents_wrap .q_block::after {
  position: absolute;
  content: "";
  background-color: #4b361e;
  height: 2rem;
  width: 2px;
  right: 3.8em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.money_seminar_faq .faq_contents_wrap .q_block.active::after {
  transform: rotate(-90deg);
  top: 38%;
  transition: 0.3s;
  background-color: transparent;
}
.money_seminar_faq .faq_contents_wrap .q_block .q_txt {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 7rem;
  letter-spacing: 0.2rem;
}
.money_seminar_faq .faq_contents_wrap .q_block .q_txt::before {
  position: absolute;
  content: "";
  background-image: url(../img/money_seminar/money_seminar_icon06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.money_seminar_faq .faq_contents_wrap .a_block {
  background-color: #fff;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 6px;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
  padding: 0 3rem;
}
.money_seminar_faq .faq_contents_wrap .a_block .a_txt {
  position: relative;
  padding-left: 7rem;
}
.money_seminar_faq .faq_contents_wrap .a_block .a_txt::before {
  position: absolute;
  content: "";
  background-image: url(../img/money_seminar/money_seminar_icon07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  top: 5%;
  left: 0;
}
.money_seminar_faq .faq_contents_wrap .a_block.active {
  transition: 0.3s;
  max-height: 500px; /* 中身が収まる最大値 */
  padding: 2rem 3rem;
}
.money_seminar_application {
  background-color: #fefcf4;
}
.money_seminar_application.last {
  padding-bottom: 13rem;
}

.home_counter_fv {
  background-color: #fefcf4;
  position: relative;
  padding: 12rem 0 13rem;
  background: url(../img/home_counter/home_counter_mv_bg_pc.png) center no-repeat;
  background-size: cover;
}
.home_counter_fv .fv_img_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home_counter_fv .fv_txt_wrap {
  margin-right: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem 5rem;
}
@media screen and (max-width: 1040px) {
  .home_counter_fv .fv_txt_wrap {
    margin-right: 48%;
    padding: 3rem;
  }
}
.home_counter_fv .fv_txt_wrap .fv_ttl {
  font-size: 4.6rem;
  font-weight: bold;
}
.home_counter_fv .fv_txt_wrap .fv_subttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.home_counter_capability {
  padding-top: 6rem;
  background-color: #fefcf4;
}
.home_counter_capability .capability {
  margin-bottom: -1rem;
}
.home_counter_capability .capability_block.block02 .ttl::before {
  background-image: url(../img/home_counter/home_counter_icon02.png);
  width: 54px;
  height: 38px;
  left: -8px;
}
.home_counter_capability .capability_block.block03 .ttl::before {
  background-image: url(../img/home_counter/home_counter_icon03.png);
  width: 42px;
  height: 35px;
}
.home_counter_capability .capability_block_wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.home_counter_capability .capability_block_ttl {
  background-color: #4b361e;
  padding: 2rem 4rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.home_counter_capability .capability_block_ttl .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-left: 6rem;
  position: relative;
}
.home_counter_capability .capability_block_ttl .ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/home_counter/home_counter_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 4.3rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home_counter_capability .capability_block_detail {
  border: 3px solid #4b361e;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  padding: 6rem 8rem;
  display: flex;
  gap: 5rem;
}
.home_counter_capability .capability_block_detail .detail_img {
  width: 44.2%;
}
.home_counter_capability .capability_block_detail .detail_txt {
  width: 55.8%;
}
.home_counter_capability .capability_block_detail .detail_txt .detail_ul {
  margin-bottom: 3rem;
}
.home_counter_capability .capability_block_detail .detail_txt .detail_ul .detail_li {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.home_counter_capability .capability_block_detail .detail_txt .detail_ul .detail_li::before {
  position: absolute;
  content: "";
  background-color: #4b361e;
  border-radius: 45px;
  width: 14px;
  height: 14px;
  top: 0.5em;
  left: 0;
}
.home_counter_free .free_block::before {
  background-image: url(../img/home_counter/home_counter_img05.png);
  width: 51.5rem;
  height: 57.5rem;
}
@media screen and (max-width: 1030px) {
  .home_counter_free .free_block::before {
    width: 34.5rem;
    height: 38.5rem;
  }
}
.home_counter_flow .block_btn_wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.home_counter_flow .block_btn_wrap .btn03 {
  padding: 2rem 3rem;
  box-shadow: 0px 0px 15px 0px rgba(208, 201, 174, 0.5);
}
.home_counter_flow .block_btn_wrap .btn03 .btn_txt {
  padding-left: 4.5rem;
  padding-right: 2rem;
}
.home_counter_merit {
  padding-bottom: 4rem;
}
.home_counter_merit .merit-tab-nav {
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.home_counter_instagram {
  background-color: #fefcf4;
  padding: 4rem 0 8rem 0;
  display: flex;
  justify-content: center;
}
.home_counter_staff .staff_inner {
  background: linear-gradient(152.5deg, #f7f3e4 0%, #f7f3e4 46%, #f2edd9 46%, #f2edd9 100%);
  display: block;
  padding: 10rem 0 13rem 23rem;
}
.home_counter_staff .staff_inner .staff_txt_block {
  margin-right: 0;
  padding: 0 10rem;
}
.home_counter_staff .staff_inner .staff_txt_block .common_txt01 {
  padding: 5rem 0;
  padding-left: 35%;
  position: relative;
}
.home_counter_staff .staff_inner .staff_txt_block .common_txt01::before {
  position: absolute;
  content: "";
  background-image: url(../img/home_counter/home_counter_img17.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.8rem;
  height: 18.1rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.home_counter_staff .staff_inner .slider_wrap {
  position: relative;
  margin-left: 8%;
  margin-top: 10rem;
  width: 92%;
  max-width: none;
}
.home_counter_staff .staff_inner .slider_wrap .swiper-slide {
  height: auto;
  /* 1枚目 */
  /* 3枚目 */
}
.home_counter_staff .staff_inner .slider_wrap .swiper-slide.swiper-slide-next + .swiper-slide::before {
  background: transparent;
}
.home_counter_staff .staff_inner .swiper_btn_wrap {
  top: 46%;
}
.home_counter_partnership {
  background-color: #fefcf4;
}
.home_counter_partnership .partnership_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 3rem;
  margin-top: 5rem;
  margin-bottom: 12rem;
}
.home_counter_partnership .partnership_grid .partnership_block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(208, 201, 174, 0.5);
}
.home_counter_partnership .partnership_img_wrap {
  background-image: url(../img/home_counter/home_counter_img18.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 46rem;
}

.common_fv_results_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.common_fv_results_wrap .results_img {
  width: 26.3rem;
  height: 27.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: url(../img/common/fv_medal.png) center no-repeat;
  background-size: contain;
  padding-top: 2em;
}
.common_fv_results_wrap .results_img.pt0 {
  padding-top: 0;
}
.common_fv_results_wrap .results_img .txt01 {
  font-size: 1.8em;
  color: #644217;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(255, 231, 139, 0.5);
  display: inline-block;
  width: 100%;
  text-align: center;
}
.common_fv_results_wrap .results_img .txt02 {
  font-size: 1.5em;
  color: #644217;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(255, 231, 139, 0.5);
  display: inline-block;
  width: 100%;
  text-align: center;
}
.common_fv_results_wrap .results_img .txt03 {
  font-size: 2em;
  color: #644217;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(255, 231, 139, 0.5);
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.common_fv_results_wrap .results_img .txt03 .txt03_num {
  color: #ef2a54;
  font-size: 2.3em;
  font-weight: bold;
  letter-spacing: -0.4rem;
  font-family: "Roboto";
  line-height: 0.8;
}
.common_fv_results_wrap .results_img .txt03 .txt03_unit {
  color: #ef2a54;
  font-size: 1.4em;
  font-weight: bold;
}
.common_fv_results_wrap .results_img .txt03 .txt03_pk {
  color: #ef2a54;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}
.common_fv_results_wrap .results_img .txt03 .txt03_pk.dot {
  line-height: 1;
  font-size: 1.2em;
}
.common_fv_results_wrap .results_img .year {
  font-size: 1.4em;
  color: #644217;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
}

/*about*/
.about .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.about .about_fv {
  background-image: url(../img/about/about_main_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 78rem;
  position: relative;
}
.about .about_fv .fv_contents {
  width: 100%;
  position: relative;
  height: 78rem;
}
.about .about_fv .fv_contents .fv_txt_wrap {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 4rem;
  margin-bottom: 4rem;
  width: 40%;
  position: absolute;
  top: 16%;
}
.about .about_fv .fv_contents .fv_txt_wrap .fv_ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.about .about_fv .fv_contents .fv_txt_wrap .fv_ttl .pk {
  color: #de74a4;
}
@media screen and (max-width: 940px) {
  .about .about_fv .fv_contents .fv_txt_wrap {
    width: 50%;
  }
  .about .about_fv .fv_contents .fv_txt_wrap .fv_ttl {
    font-size: 4rem;
  }
}
.about .about_fv .fv_results_wrap {
  justify-content: center;
  position: absolute;
  bottom: 10%;
}

.about_fv_bottom {
  width: 94%;
  max-width: 1790px;
  margin: -4.5rem auto 0;
  background: #f2edd9;
  position: relative;
  padding: 3.5rem;
}
.about_fv_bottom .seminar_btn_wrap {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.about_fv_bottom .seminar_btn_wrap .btn02 {
  max-width: 500px;
}

.about_features {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #fefcf4;
  width: 100%;
  position: relative;
}
.about_features .about_features_block {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 8rem auto 0;
  min-height: 27vw;
  align-content: center;
}
.about_features .about_features_block .about_features_block_inner {
  width: 50%;
  max-width: 1200px;
  margin-right: auto;
}
.about_features .about_features_block .about_features_block_inner .number {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.about_features .about_features_block .about_features_block_inner .about_features_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #4b361e;
  margin-bottom: 3.5rem;
}
.about_features .about_features_block .about_features_block_inner .about_features_txt {
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
}
.about_features .about_features_block .img {
  width: 44.7%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.about_features .about_features_block .img img {
  border-radius: 6px 0 0 6px;
}
.about_features .about_features_block .qa_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  margin-top: 2rem;
}
.about_features .about_features_block .qa_wrap .contents_qa {
  display: block;
  padding-right: 2.5rem;
  position: relative;
  border-bottom: 1px solid #4b361e;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 3px;
  margin-bottom: 5px;
  cursor: pointer;
}
.about_features .about_features_block .qa_wrap .contents_qa::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap.a01 {
  top: -8rem;
  left: 10rem;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap.a02 {
  top: -8rem;
  left: 16rem;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap.a03 {
  top: -8rem;
  left: 23rem;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap.show {
  display: block;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap .qa_block {
  background-color: #fefcf4;
  border: 2px solid #e97e00;
  border-radius: 10px;
  position: relative;
  padding: 2rem 3rem;
  width: 45rem;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap .qa_block::before {
  background-color: #fefcf4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2rem;
  height: 3rem;
  transform: rotate(-180deg);
  position: absolute;
  content: "";
  top: 7.5rem;
  left: -1.8rem;
  z-index: 1;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap .qa_block::after {
  background-color: #e97e00;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2.1rem;
  height: 3rem;
  transform: rotate(-180deg);
  position: absolute;
  content: "";
  top: 7.5rem;
  left: -2.2rem;
  z-index: 0;
}
.about_features .about_features_block .qa_wrap .qa_block_wrap .qa_block .common_txt01 {
  letter-spacing: 0;
  line-height: 1.8em;
}
.about_features .about_features_block.even .about_features_block_inner {
  margin-right: unset;
  margin-left: auto;
}
.about_features .about_features_block.even .img {
  position: absolute;
  top: 50%;
  right: unset;
  left: 0;
  transform: translateY(-50%);
}
.about_features .about_features_block.even .img img {
  border-radius: 0 6px 6px 0;
}

.about_message {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #fefcf4;
  width: 100%;
  position: relative;
}
.about_message .about_message_ttl {
  margin-bottom: 0;
}
.about_message .about_message_block {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.about_message .about_message_block .txt_box {
  width: 58%;
}
.about_message .about_message_block .txt_box .txt {
  font-size: 1.6rem;
  color: #4b361e;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.about_message .about_message_block .img {
  width: 38%;
}
.about_message .about_message_block .img .name {
  font-size: 2rem;
  color: #4b361e;
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
}
.about_message .about_message_block .img .name .post {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.about_message .about_message_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_message .about_message_flex .about_message_box {
  width: 48%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(106, 80, 24, 0.05);
  padding: 8rem 2rem;
}
.about_message .about_message_flex .about_message_box .ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
  z-index: 2;
}
.about_message .about_message_flex .about_message_box .txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.about_message .about_message_flex .about_message_box.philosophy .ttl::before {
  content: "";
  width: 70%;
  height: 100%;
  background: url(../img/about/philosophy.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about_message .about_message_flex .about_message_box.vision .ttl::before {
  content: "";
  width: 40%;
  height: 100%;
  background: url(../img/about/vision.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*個別相談の申し込み*/
.sub_contact .common_pankuzu_wrap {
  background-color: #fefcf4;
}

.contact_about {
  padding: 6rem 0 11rem 0;
  background-color: #fefcf4;
}
.contact_about .contact_txt {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}

/*配信停止*/
.unsubscribe .common_pankuzu_wrap {
  background-color: #fefcf4;
}

.unsubscribe_about {
  padding: 5rem 0 11rem 0;
  background-color: #fefcf4;
}
.unsubscribe_about .contact_txt {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}

/*お客様の声*/
.voice_list .common_pankuzu_wrap {
  background-color: #fefcf4;
}
.voice_list .voice_list_contents {
  background-color: #fefcf4;
  padding-bottom: 15rem;
  padding-top: 6rem;
}
.voice_list .voice_list_contents .voice_list_txt {
  text-align: center;
}
.voice_list .voice_list_contents .voice_list_cat_block {
  border: 2px solid #776856;
  border-radius: 6px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 10rem;
  background-color: #ffffff;
}
.voice_list .voice_list_contents .voice_list_cat_block .cat_ttl {
  background-color: #776856;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.voice_list .voice_list_contents .voice_list_cat_block .cat_ttl .ttl {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
.voice_list .voice_list_contents .voice_list_cat_block .cat_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2.5rem 0 3rem 0;
}
.voice_list .voice_list_contents .voice_list_cat_block .cat_btn .common_btn {
  width: calc(50% - 2rem);
  max-width: 300px;
}
.voice_list .voice_list_contents .voice_list_cat_block .cat_btn .common_btn.all {
  width: 100%;
  max-width: 620px;
}
.voice_list .voice_list_contents .voice_list_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .voice_list .voice_list_contents .voice_list_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block:hover {
  opacity: 0.8;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .voice_wrap {
  margin-top: auto;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_ttl {
  background-color: #4b361e;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2rem -2rem 0 -2rem;
  overflow: hidden;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_ttl .ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_seminar {
  background-color: #fff;
  border: 2px solid #d85691;
  color: #d85691;
  display: block;
  border-radius: 45px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.2rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_seminar.orange01 {
  border: 2px solid #e97e00;
  color: #e97e00;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_seminar.pink02 {
  background-color: #d85691;
  color: #fff;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_seminar.orange02 {
  background-color: #ea9312;
  border: 2px solid #ea9312;
  color: #fff;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .block_gest {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  margin-bottom: 1rem;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .voice_wrap {
  position: relative;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .voice_wrap .voice_list_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .voice_wrap .voice_list_img button {
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding-top: 115%;
  border: 2px solid #f1eee1;
  border-radius: 6px;
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .voice_wrap .voice_list_img button::before {
  position: absolute;
  background-image: url(../img/common/icon_09.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  bottom: 1rem;
  right: 2rem;
  content: "";
}
.voice_list .voice_list_contents .voice_list_wrap .voice_list_block .voice_wrap .voice_list_img img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.voice_list .voice_list_contents .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice_list .voice_list_contents .wp-pagenavi .current {
  font-size: 1.6rem;
  font-family: "Roboto";
  font-weight: 500;
  border: 1px solid #4b361e;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
}
.voice_list .voice_list_contents .wp-pagenavi .page {
  font-size: 1.6rem;
  font-family: "Roboto";
  font-weight: 500;
  margin: 18px 18px;
  border: none;
}
.voice_list .voice_list_contents .wp-pagenavi .page:hover {
  opacity: 0.7;
}
.voice_list .voice_list_contents .wp-pagenavi .extend {
  border: none;
}
.voice_list .voice_list_contents .wp-pagenavi .nextpostslink {
  background-color: #4b361e;
  width: 36px;
  height: 36px;
  border-radius: 45px;
  position: relative;
  margin-left: 2rem;
}
.voice_list .voice_list_contents .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
.voice_list .voice_list_contents .wp-pagenavi .nextpostslink::before {
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-65%);
  top: 50%;
  left: 45%;
  content: "";
  width: 8px;
  height: 8px;
}
.voice_list .voice_list_contents .wp-pagenavi .previouspostslink {
  background-color: #4b361e;
  width: 36px;
  height: 36px;
  border-radius: 45px;
  position: relative;
  margin-right: 2rem;
}
.voice_list .voice_list_contents .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
.voice_list .voice_list_contents .wp-pagenavi .previouspostslink::before {
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  top: 40%;
  left: 45%;
  content: "";
  width: 8px;
  height: 8px;
}
.voice_list .voice_seminar_block {
  padding: 0 6rem;
  padding-bottom: 12rem;
  background-color: #fefcf4;
}

/*voice-detail*/
.voice_detail {
  background-color: #fefcf4;
  padding-top: 4.5rem;
}
.voice_detail .sec_voice_detail {
  background-color: #fefcf4;
  padding-top: 4rem;
}
.voice_detail .sec_voice_detail .voice_cat {
  background-color: #fff;
  border: 2px solid #de74a4;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0.5rem 3rem;
}
.voice_detail .sec_voice_detail .voice_cat span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #de74a4;
}
.voice_detail .sec_voice_detail .voice_lecturer {
  position: relative;
  padding: 3rem 0;
  padding-left: 2rem;
}
.voice_detail .sec_voice_detail .voice_lecturer::before {
  position: absolute;
  width: 3px;
  height: 34px;
  background-color: #4b361e;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.voice_detail .sec_voice_detail .voice_lecturer span {
  font-size: 2.2rem;
  font-weight: bold;
}
.voice_detail .sec_voice_detail .voice_detail_ttl h1 {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #4b361e;
  line-height: 2.2;
}
.voice_detail .sec_voice_detail .detail_contents p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin: 4rem 0;
}
.voice_detail .sec_voice_detail .detail_contents h2 {
  font-size: 2.6rem;
  font-weight: bold;
}
.voice_detail .sec_voice_detail .detail_contents h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
.voice_detail .sec_voice_detail .detail_contents h4 {
  font-size: 2.2rem;
}
.voice_detail .sec_voice_detail .detail_contents .detail_gest {
  display: flex;
  justify-content: right;
}
.voice_detail .sec_voice_detail .detail_contents .detail_gest span {
  font-size: 1.6rem;
  font-weight: bold;
}
.voice_detail .sec_voice_detail .detail_contents .voice_wrap {
  background-color: #fff;
  padding: 5rem 0 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #f1eee1;
  border-radius: 6px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 6rem;
  margin-top: 6rem;
  position: relative;
}
.voice_detail .sec_voice_detail .detail_contents .voice_wrap .voice_list_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.voice_detail .sec_voice_detail .detail_contents .voice_wrap .plus_btn {
  position: absolute;
  background-image: url(../img/common/icon_09.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  bottom: 3rem;
  right: 3rem;
}
.voice_detail .sec_voice_detail .detail_contents .voice_wrap .modal_txt {
  background-color: #4b361e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  padding: 1rem 0;
  margin-bottom: 4rem;
}
.voice_detail .sec_voice_detail .detail_contents .voice_wrap button {
  cursor: pointer;
}
.voice_detail .sec_voice_detail .detail_contents .btn01 {
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(73, 57, 42, 0.2);
}
.voice_detail .sec_voice_detail .detail_contents .voice_re_btn {
  margin-top: 5rem;
}
.voice_detail .voice_list_contents.detail {
  padding-bottom: 2rem;
}

/*money_seminar_detail*/
.money_seminar_detail {
  background-color: #fefcf4;
  padding-top: 4.5rem;
  padding-bottom: 10rem;
}
.money_seminar_detail .money_seminar_detail_sec {
  background-color: #fefcf4;
  padding-top: 4rem;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_cat {
  background-color: #fff;
  border: 2px solid #de74a4;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0.5rem 3rem;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_cat span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #de74a4;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_tag_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2.5rem 0 2rem;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_tag_list li {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f5f4ef;
  color: #72604c;
  padding: 0.5rem 2rem;
  border-radius: 18px;
  display: block;
  border: 1px solid #72604c;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_ttl {
  margin-bottom: 4.5rem;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_ttl h1 {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #4b361e;
  line-height: 1.6;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_detail_main_img {
  width: 80%;
  margin: 0 auto 4rem;
  text-align: center;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_detail_main_img img {
  border-radius: 6px;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_detail_dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_detail_dl dt {
  width: 20rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4b361e;
  border-bottom: 1px solid #4b361e;
  padding: 2.5rem 2rem;
}
.money_seminar_detail .money_seminar_detail_sec .seminar_detail_dl dd {
  width: calc(100% - 20rem);
  font-size: 1.8rem;
  font-weight: 500;
  color: #4b361e;
  border-bottom: 1px solid #ddd;
  padding: 2.5rem 2rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions {
  width: 100%;
  background: #f7f3e4;
  padding: 5rem 10rem;
  margin-bottom: 8rem;
  border-radius: 6px;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_ttl {
  font-size: 2.4rem;
  color: #4b361e;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_ttl::after {
  content: "";
  width: 6rem;
  height: 2px;
  background: #4b361e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.money_seminar_detail .money_seminar_detail_sec .precautions p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  color: #4b361e;
  font-weight: 500;
}
.money_seminar_detail .money_seminar_detail_sec .precautions p a {
  border-bottom: 1px solid #4b361e;
  font-weight: bold;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact {
  width: 100%;
  background: #fefcf4;
  padding: 5rem;
  margin-bottom: 3rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4b361e;
  text-align: center;
  margin-bottom: 2rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .mail_box {
  width: 100%;
  background: #4b361e;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 3rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .mail_box a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .tel_block {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .tel_block .tel_box {
  width: calc(50% - 1rem);
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .tel_block .tel_box a {
  display: block;
  border-radius: 6px;
  background: #de74a4;
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 100%;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .tel_block .tel_box a .icon {
  position: relative;
  padding-left: 3rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .tel_block .tel_box a .icon::before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/tel_icon.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_contact .tel_block .tel_box a .icon span {
  font-weight: normal;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_list li {
  font-size: 1.6rem;
  padding-left: 1em;
  position: relative;
  margin: 1rem 0;
}
.money_seminar_detail .money_seminar_detail_sec .precautions .precautions_list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #4b361e;
  border-radius: 50px;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.money_seminar_detail .money_seminar_detail_sec .apply_block {
  margin-bottom: 8rem;
}
.money_seminar_detail .money_seminar_detail_sec .apply_block .apply_ttl {
  font-size: 2.4rem;
  color: #4b361e;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.money_seminar_detail .money_seminar_detail_sec .apply_block .apply_ttl::after {
  content: "";
  width: 6rem;
  height: 2px;
  background: #4b361e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.money_seminar_detail .money_seminar_detail_sec .btn01 {
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(73, 57, 42, 0.2);
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn {
  margin: 3rem auto;
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 5rem;
  position: relative;
  width: auto;
}
@media screen and (max-width: 1255px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1180px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 946px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt {
    font-size: 1rem;
    padding-left: 2rem;
  }
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt::before {
  content: none;
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt::after {
  position: absolute;
  background-image: url(../img/common/header_logo01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  content: "";
}
@media screen and (max-width: 1310px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt::after {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn .apply_txt::after {
    width: 15px;
    height: 15px;
  }
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.money {
  background-color: transparent;
  border-radius: 6px;
  padding: 2.7rem 1.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.05);
  max-width: 560px;
}
@media screen and (max-width: 1255px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.money {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.money {
    padding: 1rem 0.5rem;
  }
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.home {
  background-color: transparent;
  border-radius: 6px;
  padding: 2.7rem 1.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(106, 80, 24, 0.05);
  max-width: 560px;
}
@media screen and (max-width: 1255px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.home {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.home {
    padding: 1rem 0.5rem;
  }
}
.money_seminar_detail .money_seminar_detail_sec .apply_btn_box .apply_btn.home .apply_txt::after {
  background-image: url(../img/common/header_logo02.png);
}

.common_detail_contents p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin: 2rem 0;
}
.common_detail_contents p a {
  border-bottom: 1px solid #004f7c;
  color: #004f7c;
}
.common_detail_contents a {
  border-bottom: 1px solid #004f7c;
  color: #004f7c;
}
.common_detail_contents strong {
  font-size: 1.1em;
}
.common_detail_contents .aligncenter {
  margin: 0 auto;
}
.common_detail_contents figure {
  text-align: center;
}
.common_detail_contents img {
  border-radius: 6px;
  margin: 1rem 0;
}
.common_detail_contents h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e6e3d7;
  margin: 5rem 0 3rem;
}
.common_detail_contents h3 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  margin: 5rem 0 3rem;
}
.common_detail_contents h3::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #4b361e;
  position: absolute;
  top: 0;
  left: 0;
}
.common_detail_contents h4 {
  font-size: 2rem;
  color: #867460;
  position: relative;
  padding-left: 2rem;
  margin: 5rem 0 3rem;
}
.common_detail_contents h4::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #867460;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.common_detail_contents ul li {
  font-size: 1.6rem;
  padding-left: 1em;
  position: relative;
  margin: 1rem 0;
  font-weight: 500;
}
.common_detail_contents ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #4b361e;
  border-radius: 50px;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.common_detail_contents .detail_gest {
  display: flex;
  justify-content: right;
}
.common_detail_contents .detail_gest span {
  font-size: 1.6rem;
  font-weight: bold;
}
.common_detail_contents .btn01 {
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(73, 57, 42, 0.2);
}
.common_detail_contents .wp-block-button__link {
  font-size: 1.6rem;
}

/*申し込み完了・サンクスページ　FV切り替え*/
.common_sub_main_bg.money_seminar_completed {
  background-image: url(../img/money_seminar/sub_money_seminar_list_bg.png);
}
.common_sub_main_bg.house_seminar_completed {
  background-image: url(../img/house_seminar/sub_main_bg.png);
}
.common_sub_main_bg.contact_thanks {
  background-image: url(../img/contact/sub_contact_bg.png);
}
.common_sub_main_bg.unsubscribe_thanks {
  background-image: url(../img/unsubscribe/sub_unsubscribe_bg.png);
}

/*ぱんくず*/
.common_pankuzu_wrap.completed {
  background-color: #fefcf4;
}

/*申し込み完了共通パーツ*/
.sub_completed {
  background-color: #fefcf4;
  padding: 6rem 0 13rem;
}
.sub_completed .completed_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub_completed .completed_ttl {
  margin-bottom: 4.5rem;
}
.sub_completed .completed_ttl .ttl {
  font-size: 3.6rem;
  font-weight: bold;
}
.sub_completed .completed_txt {
  margin-bottom: 3rem;
}
.sub_completed .completed_txt .common_txt01 {
  margin-bottom: 2rem;
}
.sub_completed .completed_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sub_completed .completed_btn .btn01 {
  width: 100%;
}/*# sourceMappingURL=style.css.map */