.entry-header,
.entry-footer {
  display: none;
}
.wrap {
  width: 100%;
}
.header-container {
  position: relative;
  z-index: 999;
  background-color: transparent;
}
#main {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: unset;
}
#my-content .inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#my-content .section-title {
  background-color: transparent;
  border-radius: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  font-size: clamp(15px, 1.4583333333333333vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  padding: 15px 0;
  margin-bottom: 60px;
  text-align: center;
}
#my-content section {
  padding: 85px 0;
  margin-bottom: 0;
}
#my-content .sp_only {
  display: none;
}
/* mv */
#my-content .mv {
  height: 800px;
  margin-top: -60px;
  padding: 66px 0 0 0;
  background: url(../img/mv_bg.jpg) center center / cover no-repeat;
}
#my-content .mv__catch {
  max-width: 820px;
  width: 100%;
  margin: auto;
  position: relative;
}
#my-content .mv__list__wrap {
  background: linear-gradient(
    to bottom,
    rgba(80, 79, 86, 0.6) 39%,
    rgba(49, 33, 31, 0.8) 33%
  );
  padding-block: 15px;
  margin-top: 21px;
}
.mv__list {
  display: flex;

  gap: 16px;
}
.mv_list__item {
  width: calc((100% - 16px) / 4);
  position: relative;
}
.mv_list_item_img img {
  aspect-ratio: 288/144;
}
.mv_list_item_text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #352c1f;
  height: 36px;
}
.mv_list_item_text::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffe140 transparent transparent transparent;
  top: 0;
  left: 0;
}
.mv_list_wrap_text {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}

#my-content .cv-btn.--mv {
  position: absolute;
  bottom: 0;
  right: -200px;
  background-color: #ffe140;
  padding: 20px;
  border-radius: 22px;
  box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, 0.5);
}
.mv_btn_top {
  display: flex;
  align-items: center;
  gap: 10px;
}
#my-content .cv-btn__check {
  width: 25px;
}
.mv_btn_txt_cener {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.cv-btn__character {
  text-align: center;
}
.cv-btn__txt01 {
  font-weight: 500;
}
.cv-btn__txt02 {
  font-size: 20px;
  color: #eb662a;
  font-weight: 500;
  background-color: #fff;
  text-align: center;
  border-radius: 18px;
}
/* intro */
#my-content .intro {
  padding: 64px 0 33px;
}
#my-content .intro__flex {
  display: flex;
}
#my-content .intro__img {
  width: 242.5px;
  margin-right: 58px;
}
#my-content .intro__txt {
  width: 768px;
}
#my-content .intro__txt p:nth-of-type(n + 2) {
  padding-top: 20px;
}
/* trouble */
#my-content .trouble {
  padding: 15px 0 0;
}
#my-content .trouble .section-title {
  margin-bottom: 15px;
}
#my-content .trouble__bg {
  background: url(../img/trouble_bg.jpg) center center / cover no-repeat;
  padding: 50px 0;
  position: relative;
}
#my-content .trouble__bg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 32px solid #fff;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#my-content .trouble__box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 54px;
  padding: 100px 20px;
}
#my-content .trouble__list {
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: bold;
  line-height: 1.46;
}
#my-content .trouble__list li {
  padding-left: 2em;
  position: relative;
}
#my-content .trouble__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(18px, 1.3541666666666667vw, 26px);
  height: clamp(15px, 1.0416666666666665vw, 20px);
  background: url(../img/check.png) center center / contain no-repeat;
}
#my-content .trouble__list li:not(:last-child) {
  margin-bottom: 1em;
}
/* merit */
#my-content .merit {
  background-color: #faebaa;
}
#my-content .merit__list > li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 50px;
}
#my-content .merit__list > li:not(:last-child) {
  margin-bottom: 30px;
}
#my-content .merit__no {
  width: clamp(41px, 4.270833333333333vw, 82px);
  flex-shrink: 0;
  font-family: "Hina Mincho", serif;
  font-size: clamp(41px, 4.270833333333333vw, 82px);
  line-height: 1;
  margin-right: 50px;
  text-align: center;
}
#my-content .merit__no .icon {
  display: block;
  margin: 20px auto 0;
}
#my-content .merit__cont {
  max-width: 945px;
}
#my-content .merit__ttl {
  font-family: "Hina Mincho", serif;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#my-content .merit__ttl span {
  color: #6e9758;
  font-size: clamp(15px, 1.3541666666666667vw, 26px);
}
/* trouble2 */
.trouble2 {
  background-color: #504f56;
  position: relative;
}
#my-content .trouble2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 32px solid #faebaa;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#my-content .trouble2_title {
  font-family: "Hina Mincho", serif;
  color: #fff;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.2;
  text-align: center;
}

#my-content .trouble2_wrap {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 60px;
}
#my-content .trouble2_wrap_title_box {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
#my-content .trouble2_wrap_title_l {
  color: #6e9758;
  font-size: clamp(15px, 1.3541666666666667vw, 26px);
  font-family: "Hina Mincho", serif;
  position: relative;
}
#my-content .trouble2_wrap_title_l::after {
  content: "";
  position: absolute;
  background: url(../img/trouble2_title_ac.png);
  width: 392px;
  height: 30px;
  background-size: cover;
  bottom: 0;
  left: -10px;
}
#my-content .trouble2_wrap_title_r {
  color: #504f56;
  font-family: "Hina Mincho", serif;
  font-size: clamp(20px, 1.875vw, 36px);
}
#my-content .trouble2_wrap_content {
  display: flex;
  align-items: center;
  gap: 47px;
  margin-top: 47px;
}
#my-content .trouble2_wrap_img {
  width: 340px;
}
#my-content .trouble2_wrap_text {
  font-size: clamp(13px, 0.8333333333333334vw, 16px);
  line-height: 1.75;
  width: 693px;
}
/* faq */
#my-content .faq__list > li {
  border: 1px solid #000;
  border-radius: 42px;
  padding: 60px 40px;
}
#my-content .faq__list > li:not(:last-child) {
  margin-bottom: 30px;
}
#my-content .faq__q,
#my-content .faq__a {
  font-size: clamp(15px, 1.3541666666666667vw, 26px);
  padding-left: 100px;
  position: relative;
  line-height: 1.5;
}
#my-content .faq__q {
  margin-bottom: 40px;
}
#my-content .faq__a {
  margin-bottom: 20px;
  font-size: clamp(13px, 0.9375vw, 18px);
  max-width: 972px;
  width: 100%;
}
#my-content .faq__q::before,
#my-content .faq__a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 64px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: contain;
}
#my-content .faq__q::before {
  background-image: url(../img/icon_q.svg);
}
#my-content .faq__a::before {
  background-image: url(../img/icon_a.svg);
}
/* flow */
#my-content .flow {
  background-color: #f6f1ed;
  padding-bottom: 100px;
}
#my-content .flow__list {
  display: flex;
  margin: 0 -15px;
  counter-reset: cnt;
}
#my-content .flow__list li {
  counter-increment: cnt 1;
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  border-radius: 42px;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}
#my-content .flow__list li::before {
  font-family: "Hina Mincho", serif;
  font-size: clamp(65px, 4.270833333333333vw, 82px);
  line-height: 1;
  content: counter(cnt);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#my-content .flow__ttl {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe140;
  font-size: clamp(23px, 1.5625vw, 30px);
  line-height: 1.4;
  letter-spacing: normal;
  padding: 90px 10px 10px;
  margin-bottom: 20px;
  text-align: center;
}
#my-content .flow__img {
  width: 100%;
  min-height: 243px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
#my-content .flow__txt {
  font-size: clamp(13px, 0.8854166666666666vw, 17px);
  font-weight: 400;
  padding: 0 23px 20px;
}

/* option */
.option {
  background-color: #f6f1ed;
}
.option_link_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
#my-content .option_link {
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 35px 35px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.5);
}
#my-content .option_link_text {
  font-size: clamp(13px, 1.3541666666666667vw, 26px);
  font-weight: 600;
  text-align: center;
  position: relative;
}
#my-content .option_link_text span {
  position: relative;
}
#my-content .option_link_text span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 3px #eb662a;
  border-right: solid 3px #eb662a;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
#my-content .option_link:nth-of-type(2) .option_link_text span::after {
  border-top: solid 3px #309758;
  border-right: solid 3px #309758;
}
#my-content .option_wrap {
  background-color: #fff;
  margin-top: 56px;
}
#my-content .option_wrap_title {
  display: flex;
  justify-content: center;
  background-color: #fad9aa;
}
#my-content .option_wrap_title span {
  font-size: clamp(15px, 1.4583333333333333vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: relative;

  padding-block: 14px;
}
#my-content .option_wrap_title span::after {
  content: "";
  position: absolute;
  background: url(../img/option_title_icon1.png);
  width: 59px;
  height: 53px;
  background-size: cover;
  top: 0;
  left: -108px;
}
#my-content .option_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 70px 117px 53px 50px;
}
#my-content .option_item {
  display: flex;
  gap: 54px;
}
#my-content .option_item_img {
  max-width: 260px;
}
#my-content .option_item_text_box {
  flex: 1;
}
#my-content .option_item_title_wrap {
  display: flex;
  align-items: center;
  gap: 27px;
}
#my-content .option_item_title_no {
  font-family: "Hina Mincho", serif;
  font-size: clamp(30px, 3.125vw, 60px);
  background: url(../img/option1_bg.png);
  background-size: cover;
  width: clamp(48px, 5.052083333333333vw, 97px);
  height: clamp(51px, 5.416666666666667vw, 104px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
#my-content .option_item_title {
  font-family: "Hina Mincho", serif;
  font-size: clamp(20px, 1.9791666666666665vw, 38px);
}
#my-content .option_item_text {
  margin-top: 17px;
  font-size: clamp(13px, 0.8333333333333334vw, 16px);
  line-height: 1.5;
}
#my-content .option_wrap:last-of-type .option_wrap_title {
  display: flex;
  justify-content: center;
  background-color: #d0e9a5;
}

#my-content .option_wrap:last-of-type .option_wrap_title span::after {
  background-color: #d0e9a5;
  background: url(../img/option_title_icon2.png);
  width: 47px;
  height: 57px;
  background-size: cover;
}
#my-content .option_wrap:last-of-type .option_item_title_no {
  background: url(../img/option2_bg.png);
  background-size: cover;
}
/* voice */
#my-content .voice_title_lead {
  max-width: 372px;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
#my-content .voice_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#my-content .voice_item {
  display: flex;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
}
#my-content .voice_item_l {
  flex: 0 0 39%;
  background-color: #fad9aa;
  padding: 48px 44px;
}
#my-content .voice_item:nth-of-type(2) .voice_item_l {
  background-color: #faebaa;
}
#my-content .voice_item:nth-of-type(3) .voice_item_l {
  background-color: #d0e9a5;
}
#my-content .voice_item_l_img_wrap {
  background-color: #fff;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.5);
  transform: rotate(-6deg);
}
#my-content .voice_item_l_img_wrap_text {
  font-family: "Hina Mincho", serif;
  font-size: clamp(21px, 1.5625vw, 30px);
  text-align: center;
  line-height: 1.6;
}
#my-content .voice_item_l_img_wrap_img {
  transform: rotate(6deg);
  max-width: 375px;
  width: 100%;
  margin: auto;
  margin-top: -17px;
}
#my-content .voice_item_l_name {
  text-align: right;
}
#my-content .voice_item_l_text {
  max-width: 369px;
  margin: auto;
  padding-top: 24px;
}
#my-content .voice_item_r {
  flex: auto;
  padding: 46px 30px;
}
#my-content .voice_item_r_title {
  font-size: clamp(15px, 1.3541666666666667vw, 26px);
  position: relative;
  padding-left: 35px;
  font-weight: 600;
}
#my-content .voice_item_r_title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fad9aa;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#my-content .voice_item:nth-of-type(2) .voice_item_r_title::after {
  background-color: #faebaa;
}
#my-content .voice_item:nth-of-type(3) .voice_item_r_title::after {
  background-color: #d0e9a5;
}
#my-content .voice_item_r_items {
  display: flex;
  gap: 26px;
  row-gap: 42px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 13px;
}
#my-content .voice_item_r_item {
  width: calc((100% - 26px) / 2);
  background-color: #fad9aa;
  padding: 6px 6px 6px 6px;
}
#my-content .voice_item_r_item.transe {
  background-color: transparent;
}
#my-content .voice_item:nth-of-type(2) .voice_item_r_item {
  background-color: #faebaa;
}
#my-content .voice_item:nth-of-type(3) .voice_item_r_item {
  background-color: #d0e9a5;
}
#my-content .voice_item:nth-of-type(2) .voice_item_r_item.transe {
  background-color: transparent;
}
#my-content .voice_item:nth-of-type(3) .voice_item_r_item.transe {
  background-color: transparent;
}

#my-content .voice_item_r_item_img img {
  aspect-ratio: 310/212;
}
#my-content .voice_item_r_item_title {
  padding-top: 6px;
  font-size: clamp(13px, 1.1458333333333333vw, 22px);
  text-align: center;
}
/* plan */
#my-content .plan {
  background-color: #aed18f;
}
#my-content .plan_items {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}
#my-content .plan_item {
  width: calc((100% - 25px) / 2);
  background-color: #fff;
  border-radius: 35px;
  padding-block: 50px 0;
  position: relative;
}
#my-content .plan_item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(../img/plan_no1.png);
  width: 97px;
  height: 104px;
  background-size: cover;
  top: -5px;
  left: -12px;
}
#my-content .plan_item2::after {
  content: "";
  position: absolute;
  background: url(../img/plan_no2.png);
  width: 97px;
  height: 104px;
  background-size: cover;
  top: -5px;
  left: -12px;
}
#my-content .plan_item_title_lead {
  font-family: "Hina Mincho", serif;
  font-size: clamp(17px, 1.3541666666666667vw, 26px);
  color: #eb662a;
  text-align: center;
}
#my-content .plan_item_title_lead2 {
  font-family: "Hina Mincho", serif;
  font-size: clamp(17px, 1.3541666666666667vw, 26px);
  color: #358c63;
  text-align: center;
}
#my-content .plan_item:nth-of-type(2) .plan_item_title_lead {
  color: #358c63;
}
#my-content .plan_item_title {
  font-size: clamp(24px, 1.9791666666666665vw, 38px);
  text-align: center;
  font-weight: 600;
}
#my-content .plan_item_name {
  background-color: #faebaa;
  text-align: center;
  font-size: clamp(14px, 1.1458333333333333vw, 22px);
  font-weight: 600;
}
#my-content .plan_item:nth-of-type(2) .plan_item_name {
  background-color: #d0e9a5;
}

#my-content .plan_item_img1_wrap {
  padding-inline: 30px;
}
#my-content .plan_item_img2_wrap {
  display: flex;
  gap: 20px;
  margin-top: 45px;
  padding-inline: 30px;
}
#my-content .plan_item_img2 img {
  aspect-ratio: 252/153;
}
#my-content .plan_item_img2_item {
  position: relative;
}
#my-content .plan_item_img2_item::after {
  position: relative;
  display: block;
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-color: #504f56;
  border-radius: 10px;
  width: 3px;
  height: 30px;
}
#my-content .plan_item_img2_item::before {
  position: relative;
  display: block;
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-color: #504f56;
  border-radius: 10px;
  width: 30px;
  height: 3px;
}
#my-content .plan_item_text {
  font-size: clamp(15px, 1.1979166666666667vw, 23px);
  padding: 32px 30px 45px 50px;
  background-color: #f6f1ed;
  margin-top: 35px;
}
#my-content .plan_item_text span {
  font-size: clamp(12px, 0.9375vw, 18px);
}
#my-content .plan_item_link {
  background-color: #eae4da;
  border-radius: 0 0 35px 35px;
}
#my-content .plan_item_link a {
  display: block;
  width: 100%;
  text-align: center;
  padding-block: 20px;
}
#my-content .plan_item_link span {
  color: #358c63;
  font-size: clamp(13px, 1.0416666666666665vw, 20px);
  text-align: center;
  position: relative;
  font-weight: 600;
}
#my-content .plan_item_link span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #358c63;
  border-right: solid 3px #358c63;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* modal */
#my-content .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #083500;
  padding-block: 87px 45px;
}
#my-content .modal-content .section-title {
  color: #aed18f;
  border-top: 1px solid #aed18f;
  border-bottom: 1px solid #aed18f;
}
#my-content .modal_content_wrap {
  position: relative;
  display: flex;
  border-radius: 40px;
}
#my-content #modal1 .modal_content_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/plan_no1.png);
  width: 97px;
  height: 104px;
  background-size: cover;
  top: -5px;
  left: -12px;
}
#my-content #modal2 .modal_content_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/plan_no2.png);
  width: 97px;
  height: 104px;
  background-size: cover;
  top: -5px;
  left: -12px;
}
#my-content .modal_content_wrap .close {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  color: #358c63;
  bottom: -50px;
  right: 0;
  width: 46px;
  height: 46px;
  background: url(../img/plan_close.png);
  background-size: cover;
  cursor: pointer;
}
#my-content .modal_content_wrap_l {
  flex: auto;
  background-color: #fff;
  padding-top: 50px;
  border-radius: 40px 0 0 40px;
}
#my-content .modal_content_wrap_l .plan_modal_img {
  max-width: 360px;
  width: 100%;
  margin: 74px auto 0;
}
#my-content .modal_content_wrap_r {
  flex: 0 0 51%;
  background-color: #f6f1ed;
  padding: 50px 67px 50px 47px;
  border-radius: 0 40px 40px 0;
}
#my-content .modal_content_wrap_r_heading {
  font-size: 23px;
}
#my-content .modal_content_wrap_r_heading span {
  font-size: 18px;
  line-height: 1.5;
  display: block;
}
#my-content .modal_content_wrap_r_texts {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#my-content .modal_content_wrap_r_texts ul {
  display: flex;
  flex-direction: column;
}
#my-content .modal_content_wrap_r_texts ul li {
  font-size: clamp(13px, 0.9375vw, 18px);
  line-height: 2;
}
#my-content .modal_content_wrap_r_texts ul li.heading {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #358c63;
}

/* request */
#my-content .request {
  padding-top: 10px;
}
.option_title_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  gap: 3.6458333333333335vw;
}
.option_title {
  font-size: clamp(15px, 1.3541666666666667vw, 26px);
}
.option_sub_title {
  font-size: 16px;
}
#my-content .request .request_wrap {
}
#my-content .request .option_items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  gap: 0;
  padding-top: 20px;
}
#my-content .request .option_item {
  width: calc((100% - 100px) / 3);
  display: block;
}
#my-content .request .option_item:nth-of-type(n + 2) {
  border-left: 1px solid #b2b2b2;
  margin-left: 2.604166666666667vw;
  padding-left: 1.3020833333333335vw;
}
#my-content .request .option_item:nth-of-type(4) {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#my-content .request .option_item:nth-of-type(7) {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#my-content .request .option_item:nth-of-type(10) {
  border-left: none;
  margin-left: 0;
  border-right: 1px solid #b2b2b2;
  padding-left: 0;
  padding-right: 2.604166666666667vw;
  box-sizing: content-box;
}
#my-content .request .option_item dt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: none;
  width: 100%;
  border: none;
  background-color: #ffe140;
  padding: 10px 0px;
  font-weight: bold;
  font-size: clamp(14px, 0.9375vw, 18px);
}
#my-content .request dl {
  padding: 20px 24px;
  font-size: 16px;
  background-color: #f9f9f9;
}
#my-content .request dd {
  padding: 1em;
}
#my-content .request dl dd > label {
  height: auto !important;
  width: 100% !important;
  font-size: clamp(13px, 0.8333333333333334vw, 16px) !important;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding-left: 24px;
  position: relative;
}
#my-content .request dl dd > label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: solid 1px #000;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff;
}
#my-content .request dl dd > label input[type="checkbox"] {
  appearance: none;
}
#my-content .request dl dd > label input[type="checkbox"]:checked::after {
  border-right: 4px solid #c40000;
  border-bottom: 5px solid #c40000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 12px;
  width: 5px;
  position: absolute;
  top: 3px;
  left: 5px;
  transform: rotate(45deg);
}
#my-content .request dl dd > label:nth-of-type(n + 2) {
  margin-top: 20px;
}
#my-content .request .option_item_big_wrap dt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: none;
  width: 100%;
  border: none;
  background-color: #ffe140;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 18px;
}
#my-content .request .option_item_big_wraps {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#my-content .request .option_item_big {
  width: calc((100% - 20px) / 2);
}

#my-content .request .option_item_big_heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: none;
  width: 100%;
  border: none;
  background-color: #eb662a;
  color: #fff;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 18px;
}
#my-content .request .option_item_big:nth-of-type(2) .option_item_big_heading {
  background-color: #358c63;
}

#my-content .request .option_item_big_texts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 30px 20px;
  background-color: #fff;
  padding-block: 20px;
}
#my-content .request .option_item_big_check {
  padding-inline: 30px 20px;
  background-color: #fff;
}
#my-content .request .option_item_big_check label input[type="checkbox"] {
  appearance: none;
}
#my-content .request .option_item_big_check label {
  position: relative;
}
#my-content .request .option_item_big_check label span.title {
  font-size: clamp(14px, 1.0416666666666665vw, 20px);
  padding-left: 48px;
  display: block;
  color: #eb662a;
  font-weight: 600;
}
#my-content
  .request
  .option_item_big:nth-of-type(2)
  .option_item_big_check
  label
  span.title {
  color: #358c63;
}
#my-content .request .option_item_big_check label span.lead {
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
  padding-left: 48px;
  display: block;
  color: #eb662a;
}
#my-content
  .request
  .option_item_big:nth-of-type(2)
  .option_item_big_check
  label
  span.lead {
  color: #358c63;
}
#my-content .request .option_item_big_check label::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #000;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff;
}
#my-content
  .request
  .option_item_big_check
  label
  input[type="checkbox"]:checked::after {
  border-right: 4px solid #c40000;
  border-bottom: 5px solid #c40000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 17px;
  width: 11px;
  position: absolute;
  top: 34px;
  left: 10px;
  transform: rotate(45deg);
}
#my-content .request .option_item_big_text_item {
  display: flex;
  gap: 15px;
  height: 146px;
  position: relative;
}
#my-content .request .option_item_big_text_item:nth-of-type(n + 2)::after {
  position: absolute;
  content: "";
  display: block;
  top: -51px;
  left: 85px;
  margin: auto;
  background-color: #504f56;
  border-radius: 10px;
  width: 4px;
  height: 28px;
}
#my-content .request .option_item_big_text_item:nth-of-type(n + 2)::before{
  display: block;
  content: "";
  position: absolute;
  top: -39px;
  left: 74px;
  margin: auto;
  background-color: #504f56;
  border-radius: 10px;
  width: 28px;
  height: 4px;
}

#my-content .request .option_item_big:nth-of-type(2) .option_item_big_texts {
  padding-block: 20px 30px;
}

#my-content .request .option_item_big_text_item_img {
  flex: 0 0 33%;
}
#my-content .request .option_item_big_text_item_img img {
  aspect-ratio: 184/112;
}
#my-content .request .option_item_big_text_item_title {
  font-size: clamp(13px, 1.0416666666666665vw, 20px);
  font-weight: 600;
}
#my-content .request .option_item_big_text_item_text {
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
  line-height: 1.3;
}

#my-content .request .option_item:nth-of-type(4) {
  padding-left: 1.3020833333333335vw;
}

#my-content .request .option_wrap_btn {
  max-width: 680px;
  width: 100%;
  margin: 30px auto 0;
  font-size: clamp(19px, 1.6666666666666667vw, 32px);
  padding-block: 40px;
  text-align: center;
  color: #fff;
  background-color: #eb662a;
  border-radius: 27px;
  cursor: pointer;
  box-shadow: 1.5px 1.5px 4.5px 0 rgba(0, 0, 0, 0.5);
}

#my-content .request_modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#my-content .request_modal {
  background-color: #f6f1ed;
  padding: 60px 100px 80px 100px;
  border-radius: 5px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}

#my-content .request_modal_items {
  display: flex;
  gap: 45px;
  align-items: stretch;
  margin-top: 30px;
}
#my-content .request_modal_item_l {
  width: calc((100% - 45px) / 2);
}
#my-content .request_modal_item_l .request_modal_cheack {
  margin-top: 20px;
}
#my-content
  .request_modal_item_l
  .request_modal_cheack
  label
  input[type="checkbox"] {
  appearance: none;
}
#my-content .request_modal_item_l .request_modal_cheack label {
  position: relative;
  font-size: 14px;
  padding-left: 26px;
}
#my-content .request_modal_item_l .request_modal_cheack label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -3px;
  left: 0;
  border: solid 1px #000;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff;
}
#my-content
  .request_modal_item_l
  .request_modal_cheack
  label
  input[type="checkbox"]:checked::after {
  border-right: 4px solid #c40000;
  border-bottom: 5px solid #c40000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 7px;
  width: 3px;
  position: absolute;
  top: -1px;
  left: 6px;
  transform: rotate(45deg);
}
#my-content .request_modal_item_l p {
  color: #eb662a;
  margin-top: 10px;
}
#my-content .request_modal_item {
}
#my-content .request_modal_item:nth-of-type(n + 2) {
  margin-top: 6px;
}
#my-content .request_modal_item_l .requet_modal_item_flex {
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
  gap: 6px;
}
#my-content .request_modal_item_l .requet_modal_item_flex .request_modal_item {
  margin-top: 0;
  width: calc((100% - 6px) / 2);
}
#my-content .request_modal_item input[type="text"],
input[type="tel"],
textarea {
  border: 1px solid #000;
  border-radius: 8px;
}
#my-content .request_modal_item textarea {
  height: 100px;
}
#my-content .request_modal_item_r {
  width: calc((100% - 45px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#my-content .request_modal_item_selects {
  display: flex;
  gap: 10px;
}
#my-content .request_modal_item_select_title {
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
}
#my-content .request_modal_item_select {
  background-color: #eae4da;
  padding: 5px 20px 5px 26px;
  position: relative;
  border-radius: 8px;
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
}
#my-content .request_modal_item_select::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #eb662a;
  border-bottom: 2px solid #eb662a;
  top: 46%;
  transform: translateY(-50%) rotate(-45deg);
  left: 10px;
  position: absolute;
}
#my-content .request_modal_img {
  max-width: 336px;
  width: 100%;
  margin: auto;
}
#my-content .request_modal_img img {
  aspect-ratio: 336/84;
}

#my-content .request_submit button {
  max-width: 500px;
  width: 100%;
  padding-block: 40px;
  text-align: center;
  font-size: clamp(21px, 1.5625vw, 30px);
  color: #fff;
  background-color: #eb662a;
  border-radius: 20px;
  box-shadow: 1.5px 1.5px 4.5px 0 rgba(0, 0, 0, 0.5);
}
#my-content .cv-btn.--float {
  position: fixed;
  top: 300px;
  right: -100%;
  z-index: 99999;
  transition: all 0.3s ease-in-out;

}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn.--float {
    top: auto;
    bottom: -100%;
    right: 0;
  }
  #my-content .cv-btn.--float a {
    width: 100vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    border-radius: 0;
    padding: 2.6666666667vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
#my-content .cv-btn.--float.--fixed {
 right: 0;
 
}
#my-content .cv-btn.--float.--fixed a{
 padding: 20px;
  
 }
@media only screen and (max-width: 834px) {
  #my-content .cv-btn.--float.--fixed {
    bottom: 0;
    left: 0;
    right: unset;
  }
}
#my-content .cv-btn__character {
  margin-top: -50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__character {
    margin-top: -11.6vw;
    margin-bottom: 4vw;
  }
  #my-content .cv-btn__character img {
    width: 22.9333333333vw;
  }
}
#my-content .cv-btn__check {
  margin: 0 auto 15px;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__check {
    margin-bottom: 4vw;
  }
  #my-content .cv-btn__check img {
    width: 8.4vw;
  }
}
#my-content .cv-btn__txt01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__txt01 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#my-content .cv-btn__txt01 strong {
  font-size: 26px;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__txt01 strong {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__txt01.--float {
    margin-bottom: 0;
  }
  #my-content .cv-btn__txt01.--float strong {
    font-size: 4vw;
  }
}
#my-content .cv-btn__txt02 {
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  border-radius: 18px;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__txt02 {
    font-size: 4.2666666667vw;
    line-height: 7.7333333333vw;
    border-radius: 3.8666666667vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__txt02.--float {
    width: 33.6vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
  }
}
#my-content .cv-btn__arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn__arrow.--float {
    margin-left: 2.6666666667vw;
  }
  #my-content .cv-btn__arrow.--float img {
    width: 4vw;
  }
}
#my-content .cv-btn a {
  display: block;
  width: 220px;
  background-color: #ffe140;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
#my-content .cv-btn  p a{
  display: none;
}
@media only screen and (max-width: 834px) {
  #my-content .cv-btn a {
    width: 48vw;
    border-radius: 4.4vw;
    padding: 4vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #my-content .cv-btn a:hover {
    background-color: #6cec3b;
  }
}
@media screen and (max-width: 1200px) {
  #my-content .cv-btn.--mv {
    display: none;
  }

}
@media screen and (max-width: 767px) {
  #my-content .inner {
    padding: 0;
  }
  #my-content .sp_only {
    display: block;
  }

  #my-content .cv-btn.--mv {
    display: none;
  }
  #my-content .mv {
    height: 320px;
    background: url(../img/mv_bg_sp.png) center center / cover no-repeat;
    padding-top: 162px;
  }
  #my-content .mv__catch {
    max-width: 355px;
    margin: 0 auto;
  }
  .mv_list_item_text {
    display: none;
  }
  .mv_list_item_img img {
    aspect-ratio: 83/72;
  }
  .mv_list_wrap_text {
    font-size: 12px;
  }

  /* intro */
  #my-content .intro__flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #my-content .intro__img {
    width: 150px;
    margin-right: 0;
  }
  #my-content .intro__txt {
    width: 300px;
  }
  #my-content .merit__list > li {
    flex-direction: column;
    padding: 20px 15px;
  }
  #my-content .merit__ttl {
    text-align: center;
    border-radius: 35px;
    letter-spacing: -0.02em;
  }
  #my-content .trouble2_wrap {
    padding: 30px 20px;
  }
  #my-content .trouble2_wrap_title_box {
    flex-direction: column;
    gap: 10px;
  }
  #my-content .trouble2_wrap_title_l::after {
    content: "";
    position: absolute;
    background: url(../img/trouble2_title_ac.png);
    width: 220px;
    height: 20px;
    background-size: contain;
    bottom: -4px;
    left: 0;
    background-repeat: no-repeat;
  }
  #my-content .trouble2_wrap_content {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 25px;
  }
  #my-content .trouble2_wrap_text {
    width: 100%;
  }
  #my-content .trouble2_wrap_img {
    width: 100%;
  }
  #my-content .plan_items {
    flex-direction: column;
    gap: 0;
  }
  #my-content .plan_item {
    width: 100%;
    border-radius: 0;
  }
  #my-content .plan_item:nth-of-type(1)::after {
    width: 67px;
    height: 70px;
    top: -16px;
    left: 6px;
  }
  #my-content .plan_item2::after  {
    width: 67px;
    height: 70px;
    top: -16px;
    left: 6px;
  }
  #my-content .plan_item_text {
    padding: 30px 20px;
  }
  #my-content .plan_item_link a {
    padding-block: 10px;
  }
  #my-content .voice_item {
    flex-direction: column;
    box-shadow: none;
  }
  #my-content .option_link_wrap {
    flex-direction: column;
    padding-inline: 40px;
  }
  #my-content .option_items {
    padding: 15px 30px 30px 30px;
  }
  #my-content .option_item {
    flex-direction: column;
    gap: 25px;
  }
  #my-content .flow__list {
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding-inline: 30px;
  }
  #my-content .flow__list li {
    max-width: none;
    margin: 0;
  }
  #my-content .request .option_item_big_wraps {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  #my-content .request .option_item_big {
    width: 100%;
    padding-inline: 10px;
    background-color: #eb662a;
    padding-bottom: 10px;
  }
  #my-content .request .option_item_big:nth-of-type(2) {
    background-color: #358c63;
  }
  #my-content .request .option_items {
    margin-top: clamp(15px, 1.5625vw, 30px) !important;
    padding-inline: 10px;
  }
  #my-content .request .option_item {
    width: 49%;
  }
  #my-content .request dl {
    padding: 20px 0;
    background-color: #fff;
  }
  #my-content .request .option_item:nth-of-type(n + 2) {
    border: none;
    margin-left: 0;
  }
  #my-content .request .inner {
    padding: 0;
  }
  #my-content .request dd {
    padding: 1em 1em 1em 0;
  }
  #my-content .request .option_wrap_btn {
    padding-block: 24px;
  }
  #my-content .request .option_item_big_check label::before {
    width: 23px;
    height: 23px;
  }
  #my-content .request .option_item_big_check label span.title {
    padding-left: 30px;
    letter-spacing: -0.01em;
  }
  #my-content .request .option_item_big_check label span.lead {
    padding-left: 30px;
    letter-spacing: -0.01em;
  }
  #my-content .request .option_item_big_check {
    padding-inline: 15px;
  }
  #my-content .option_item_title_no {
    padding-bottom: 9px;
  }
  #my-content .option_wrap_title span::after {
    content: "";
    position: absolute;
    background: url(../img/option_title_icon1.png);
    width: 30px;
    height: 27px;
    background-size: cover;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
  }
  #my-content .option_link_text span::after {
    content: "";
    width: 9px;
    height: 8px;
    border-top: solid 2px #eb662a;
    border-right: solid 2px #eb662a;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  #my-content .option_link:nth-of-type(2) .option_link_text span::after {
    content: "";
    width: 9px;
    height: 8px;
    border-top: solid 2px #309758;
    border-right: solid 2px #309758;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  #my-content .option_item_img {
    margin: auto;
    max-width: 250px;
  }
  #my-content .option_wrap:last-of-type .option_wrap_title span::after {
    width: 30px;
    height: 36px;
  }
  #my-content .faq__q::before,
  #my-content .faq__a::before {
    width: 40px;
    top: 0;
    transform: none;
    height: 43px;
  }
  #my-content .faq__list > li {
    border: none;
    margin: 10px 15px;
    border-top: 1px solid #000;
    border-radius: 0;
    padding: 0;
    padding-block: 20px 0;
  }
  #my-content .faq__list > li:last-of-type {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  #my-content section .faq {
    padding: 13px;
  }
  #my-content .faq__q,
  #my-content .faq__a {
    padding-left: 50px;
  }
  #my-content .faq__q {
    margin-bottom: 25px;
  }
  #my-content .faq__a {
    margin-bottom: 0;
  }
  #my-content .flow__ttl {
    padding: 67px 10px 10px;
    min-height: 160px;
  }
  #my-content section {
    padding: 32px 0;
    margin-bottom: 0;
  }
  #my-content .voice_item_l {
    padding: 33px;
  }
  #my-content .voice_item_r {
    flex: auto;
    padding: 20px 18px;
  }
  #my-content .voice_title_lead {
    max-width: 185px;
    margin-bottom: 7px;
  }
  #my-content .plan_item_text span {
    display: block;
    padding-top: 15px;
  }
  #my-content .plan_item_link {
    border-radius: 0;
  }
  #my-content .plan_item_link span::after {
    width: 9px;
    height: 9px;
    border-top: solid 2px #358c63;
    border-right: solid 2px #358c63;
    top: 44%;
    transform: translateY(-50%) rotate(135deg);
  }
  #my-content section.trouble2 {
    padding-inline: 35px;
  }
  #my-content .merit__list {
    padding-inline: 35px;
  }
  #my-content .merit__no {
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  #my-content .merit__list > li:not(:last-child) {
    margin-bottom: 15px;
  }
  #my-content .section-title {
    margin-bottom: 30px;
  }
  #my-content .trouble {
    background: #f6f1ed;
  }
  #my-content .trouble .section-title {
    background-color: #f6f1ed;
  }
  #my-content .trouble__bg {
    background: #f6f1ed;
    padding: 0;
  }
  #my-content .trouble__box {
    padding: 50px 20px;
    border-radius: 0;
  }
  #my-content .trouble__bg::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 15px solid #f6f1ed;
    border-bottom: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #my-content .intro {
    background-color: #f6f1ed;
  }
  #my-content .pc_only {
    display: none;
  }
  #my-content .mv__list__wrap {
    margin-top: 0;
    padding-inline: 8px;
  }
  .mv__list {
    gap: 7px;
  }
  #my-content .mv__list__wrap {
    background: linear-gradient(
      to bottom,
      rgba(80, 79, 86, 0.6) 50%,
      rgba(49, 33, 31, 0.8) 33%
    );
  }

  #my-content .mv_list_item_img {
    position: relative;
  }
  #my-content .mv_list_item_img::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #ffe140 transparent transparent transparent;
    top: 0;
    left: 0;
  }
  .mobile-header-menu-buttons {
    background-color: transparent;
  }
  #my-content .modal {
    background-color: transparent;
    padding-block: 0;
    position: unset;
  }
  #my-content .modal_content_wrap_r_texts {
    margin-top: 0;
    background-color: #eae4da;
    padding: 40px 30px;
  }
  #my-content .plan_item_link span.close {
    display: none;
  }
  #my-content .plan_item_link.open span.open {
    display: none;
  }
  #my-content .plan_item_link.open span.close {
    display: inline-block;
    position: relative;
  }
  #my-content .plan_item_link.open span.close::after {
    width: 9px;
    height: 9px;
    border-top: solid 2px #358c63;
    border-right: solid 2px #358c63;
    top: 62%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #my-content .request .option_item_big_wrap dt {
    background-color: #fff;
  }
  #my-content .request .option_item_big_texts {
    padding-inline: 15px;
    gap: 0;
    padding-block: 20px 0;
  }
  #my-content .request .option_item_big:nth-of-type(2) .option_item_big_texts {
    padding-block: 20px 0;
}
  #my-content .request .option_item_big_text_item_img {
    flex: 0 0 38%;
  }
  #my-content .request .option_item_big_text_item_text {
    letter-spacing: -0.02em;
  }
  #my-content
    .request
    .option_item_big_texts
    .option_item_big_text_item:nth-of-type(n + 2)
    .option_item_big_text_item_img {
    padding-top: 0;
  }
  #my-content
    .request
    .option_item_big_check
    label
    input[type="checkbox"]:checked::after {
    border-right: 3px solid #c40000;
    border-bottom: 3px solid #c40000;
    border-radius: 3px;
    content: "";
    display: block;
    height: 12px;
    width: 7px;
    position: absolute;
    top: 31px;
    left: 6px;
    transform: rotate(45deg);
  }
  #my-content .request .option_item dt {
    padding: 5px 0;
  }
  #my-content .request dl dd > label:nth-of-type(n + 2) {
    margin-top: 14px;
  }
  #my-content .option_bottom_text {
    font-size: 10px;
    text-align: center;
  }
  #my-content .request .option_item:nth-of-type(10) {
    padding-right: 0;
  }
  #my-content .request_modal_wrap {
    overflow: scroll;
    padding: 10px;
    background-color: #504f56;
  }
  #my-content .request_modal {
    position: unset;
    transform: unset;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
  #my-content .request_modal_item_selects {
    padding: 15px;
    background-color: #f6f1ed;
  }
  #my-content .modal_item_select_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-content .request_modal_items {
    flex-direction: column;
    background-color: transparent;
    margin-top: 0;
    gap: 10px;
  }
  #my-content .request_modal_item {
    padding-inline: 5px;
  }
  #my-content .request_modal_item_l {
    width: 100%;
    background-color: #fff;
    padding-top: 5px;
  }
  #my-content .request_modal_item_r {
    width: 100%;
    background-color: #fff;
    padding-block: 30px 15px;
    padding-inline: 10px;
  }
  #my-content .request_modal_item .request_modal_item_name {
    font-size: 13px;
    margin-left: 40px;
  }
  #my-content .request_modal_item .request_modal_item_name span.must {
    position: relative;
  }
  #my-content .request_modal_item .request_modal_item_name span.must::after {
    content: "*";
    position: absolute;
    color: #eb662a;
    font-size: 23px;
    top: 81%;
    left: -12px;
    transform: translateY(-50%);
  }
  #my-content .request_modal_item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #my-content .request_modal_item input[type="text"],
  input[type="tel"],
  textarea {
    border-radius: 0;
    margin-top: 25px;
  }
  #my-content .request_submit button {
    padding-block: 30px;
  }
  #my-content .request_modal_item_l .request_modal_cheack {
    background-color: #f6f1ed;
    padding-inline: 5px;
    padding-block: 10px;
  }
  #my-content .request_modal_item_l p {
    margin-top: 0;
    font-size: 13px;
  }
  #my-content .request_modal_img {
    max-width: 230px;
  }
  #my-content .request_modal_item_select::after {
    content: "";
    width: 7px;
    height: 3px;
    border-left: 2px solid #eb662a;
    border-bottom: 2px solid #eb662a;
    top: 46%;
    transform: translateY(-50%) rotate(-45deg);
    left: 10px;
    position: absolute;
  }
  .menu-drawer a {
    text-align: center;
    font-size: 16px;
    padding: 0;
    padding-block: 20px;
    background-color: #fff;
  }
  .menu-content {
    max-width: 100%;
    height: auto;
    background-color: #ffe140;
  }
  .menu-content .menu-drawer {
    padding: 0;
    padding-block: 35px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .mobile-header-menu-buttons .navi-menu-close-button {
    position: absolute;
    top: -7px;
    right: 10px;
  }
  #my-content .merit__no .icon {
    margin-top: 0;
  }
  #my-content .plan_item_img2_item::after {
    position: relative;
    display: block;
    content: "";
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-color: #504f56;
    border-radius: 10px;
    width: 3px;
    height: 24px;
  }
  #my-content .plan_item_img2_item::before {
    position: relative;
    display: block;
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-color: #504f56;
    border-radius: 10px;
    width: 24px;
    height: 3px;
  }

  #my-content .flow {
    padding-bottom: 50px;
  }
  .option_title_wrap {
    justify-content: center;
  }
  .option_sub_title {
    text-align: center;
  }
  #my-content .request .option_item_big_text_item:nth-of-type(n + 2)::after {
    position: absolute;
    content: "";
    display: block;
    top: -48px;
    left: 62px;
    margin: auto;
    background-color: #504f56;
    border-radius: 10px;
    width: 3px;
    height: 20px;
  }
  #my-content .request .option_item_big_text_item:nth-of-type(n + 2)::before{
    display: block;
    content: "";
    position: absolute;
    top: -39px;
    left: 54px;
    margin: auto;
    background-color: #504f56;
    border-radius: 10px;
    width: 20px;
    height: 3px;
  }
  #my-content .cv-btn.--float.--fixed p a{
display: none;
     
    }
}
