@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #55473d;
  background-color: #fff;
  overflow: auto;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: underline;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.ctrl {
  display: inline-block;
}

.common_block {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sec_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 75px;
  padding-top: 160px;
  margin-top: -160px;
}

.sec_hukidashi {
  text-align: center;
  font-size: 24px;
  padding: 10px 15px;
  background-color: #faa81c;
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 450px;
  border-radius: 40px;
  margin: 0 auto 40px;
}

.sec_hukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #faa81c;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin: 0 0 0 -20px;
}

.expensive_reason {
  font-size: 70%;
  white-space: nowrap;
}
.chronic_pain_reason {
  font-size: 85%;
  white-space: nowrap;
}

.sec_subtitle {
  background-color: #fff8e1;
  border-radius: 10px;
  padding: 5px 35px;
  display: flex;
  align-items: center;
}

.sec_subtitle .subtext {
  color: #faa81c;
  margin-right: 25px;
}

.sec_subtitle .num {
  font-size: 36px;
  margin-left: 5px;
  line-height: 1;
}

.sec_subtitle .maintext {
  font-size: 24px;
}

.c-yellow {
  color: #faa81c;
}

.bg_cream {
  background-color: #fff8e1;
}

/* 2023-11-7 Add Start */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 2023-11-7 Add End */

.main_intro,
.main_point,
.main_recommend1,
.main_worries,
.main_cause,
.main_reason1,
.main_reason,
.main_policy,
.main_voice,
.main_recommend,
.main_flow,
.main_menu,
.main_faq,
.main_access {
  padding-top: 160px;
  padding-bottom: 75px;
  margin-top: -80px;
}

.main_outro {
  padding-top: 125px;
  padding-bottom: 125px;
}

header {
  text-align: center;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
}

header .logo {
  padding: 10px;
}

header .logo img {
  /*idth: 260px;*/
  height: 80.166px;
}
@media screen and (max-width: 767px) {
  header .logo img {
    height: 61.166px;
  }
}

.main_mv img {
  width: 100%;
}

.main_mv_wrap {
  padding-top: 152.562px;
}

.main_mv {
  /* background-image: url("../img/mv_pc.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 730px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; */
}

.main_mv_text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 25px;
  filter: drop-shadow(0 0 4px #f7debf);
  text-shadow: 2px 2px 0 #f7debf, -2px -2px 0 #f7debf, -2px 2px 0 #f7debf,
    2px -2px 0 #f7debf, 0 2px 0 #f7debf, 0 -2px 0 #f7debf, -2px 0 0 #f7debf,
    2px 0 0 #f7debf;
}

.main_mv_note {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  padding: 15px 40px;
  background-color: #faa81c;
  color: #fff;
  border-radius: 40px;
}

.main_intro_inner {
  display: flex;
}

.main_intro_inner .block_text {
  flex-grow: 1;
  margin-right: 40px;
}

.main_intro_inner .block_prof {
  flex-shrink: 0;
  flex-basis: 310px;
  width: 310px;
}

.main_intro_text:not(:last-child) {
  margin-bottom: 30px;
}

.main_intro_prof01 {
  margin-bottom: 10px;
}

.main_intro_name {
  text-align: center;
  margin-bottom: 10px;
}

.main_intro_act_title {
  text-align: center;
  background-color: #fff8e1;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.main_intro_act_item li {
  text-align: center;
  border-bottom: 1px dashed #55473d;
  padding: 3px;
}

.main_point_inner {
  display: flex;
  justify-content: space-between;
}

.main_point_item {
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 6px #ccc);
  padding: 25px 18px;
  flex-basis: 32%;
  width: 32%;
}

.main_point_titlewrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.main_point_titleimg {
  flex-basis: 65px;
  width: 65px;
}

.main_point_titlename {
  font-size: 24px;
  line-height: 1.3;
  margin-left: 13px;
}

.main_point_image {
  margin-bottom: 20px;
}

.main_reason_item {
  display: flex;
  padding: 30px 35px 60px;
}

.main_reason_wrapper:last-child .main_reason_item {
  padding-bottom: 0;
}

.main_reason_item .block_img {
  flex-shrink: 0;
  flex-basis: 280px;
  width: 280px;
}

.main_reason_item .block_text {
  flex-grow: 1;
}

.main_reason_wrapper:nth-child(2n + 1) .main_reason_item .block_img {
  margin-right: 30px;
}

.main_reason_wrapper:nth-child(2n) .main_reason_item .block_img {
  order: 1;
  margin-left: 30px;
}

.main_policy_maintext {
  margin-bottom: 50px;
}

.main_policy_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.main_policy_item {
  max-width: 300px;
  width: 100%;
  height: 300px;
  margin: 0 7px 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 4px 4px 6px #ccc;
  overflow: hidden;
}

.main_policy_title {
  height: 90px;
  padding-top: 10px;
  background-color: #faa81c;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_policy_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 170px;
  line-height: 1.6;
}

.main_voice_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_voice_item {
  flex-basis: 49%;
  width: 49%;
  border: 1px solid #faa81c;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.main_voice_title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  background-color: #fff8e1;
  color: #faa81c;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.main_voice_name {
  padding: 5px 15px 15px;
  text-align: center;
}

.main_voice_wrapper {
  padding: 0 15px 20px;
  overflow: auto;
}

.main_voice_wrapper .block_img {
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.main_recommend_item {
  background-color: #fff;
  filter: drop-shadow(4px 4px 6px #ccc);
  padding: 40px;
  border-radius: 10px;
  display: flex;
}

.main_recommend_item:not(:last-child) {
  margin-bottom: 60px;
}

.main_recommend_item .block_img {
  flex-shrink: 0;
  flex-basis: 240px;
  width: 240px;
}

.main_recommend_item .block_text {
  flex-grow: 1;
}

.main_recommend_item:nth-child(2n) .block_img {
  margin-right: 30px;
}

.main_recommend_item:nth-child(2n + 1) .block_img {
  order: 1;
  margin-left: 30px;
}

.main_recommend_text {
  margin-bottom: 30px;
}

.main_recommend_prof {
  text-align: right;
}
.main_recommend_prof_left {
  text-align: left;
  padding-left: 10px;
}

.main_flow_wrapper:not(:first-child) .sec_subtitle {
  margin-top: 40px;
}

.main_flow_wrapper:not(:first-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #faa81c;
  margin: 0 auto;
}

.main_flow_item {
  display: flex;
  padding: 30px 35px 40px;
}

.main_flow_wrapper:last-child .main_flow_item {
  padding-bottom: 0;
}

.main_flow_item .block_img {
  flex-shrink: 0;
  flex-basis: 280px;
  width: 280px;
  margin-right: 30px;
}

.main_flow_item .block_text {
  flex-grow: 1;
}

.main_menu_wrapper {
  background-color: #fff;
  filter: drop-shadow(4px 4px 6px #ccc);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}

.main_menu_wrapper .block_text {
  flex-shrink: 0;
  flex-basis: 510px;
  width: 510px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.main_menu_wrapper .block_img {
  order: 1;
  flex-grow: 1;
  background-image: url("../img/bg_main_menu.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_menu_name {
  text-align: center;
  font-size: 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 30px;
}

.main_menu_marker {
  background-image: linear-gradient(transparent 60%, #fff8e1 60%);
}

.main_menu_textwrap {
  text-align: center;
  margin-bottom: 20px;
}

.main_menu_text {
  display: inline-block;
  text-align: right;
}

.main_menu_price {
  font-size: 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.1;
  display: block;
}

.main_menu_tani {
  font-size: 40px;
}

.main_menu_note {
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.1;
  display: block;
}

.main_menu_warning {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.main_menu_warning_title {
  padding: 30px;
  flex-shrink: 0;
}

.main_menu_warning_text {
  border-left: 1px solid #55473d;
  padding-left: 30px;
  flex-grow: 1;
}

.main_menu_btn a {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #8bbf15;
  color: #fff;
  display: block;
  box-sizing: border-box;
  padding: 30px 55px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 70px;
  filter: drop-shadow(4px 4px 6px #ccc);
  position: relative;
}

.main_menu_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.main_faq_item {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

.main_faq_item:not(:last-child) {
  margin-bottom: 50px;
}

.main_faq_q,
.main_faq_a {
  display: flex;
  padding: 20px 25px;
}

.main_faq_q {
  background-color: #fff8e1;
  align-items: center;
}

.main_faq_q .main_faq_text {
  font-size: 22px;
}

.main_faq_icon {
  flex-basis: 55px;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #faa81c;
  color: #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_faq_icon .text {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 4px;
}

.main_faq_a .main_faq_icon {
  background-color: #fff8e1;
  color: #faa81c;
}

.main_outro {
  background-image: url("../img/bg_main_outro.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_outro_wrapper {
  padding: 60px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(4px 4px 6px #555);
  border-radius: 10px;
}

.main_outro_wrapper .sec_title {
  margin-bottom: 50px;
}

.main_outro_text:not(:last-child) {
  margin-bottom: 40px;
}

.main_access .sec_title {
  margin-bottom: 50px;
}

.main_access_gmap {
  margin-bottom: 50px;
}

.main_access_gmap iframe {
  width: 100%;
  height: 400px;
}

.main_access_wrapper {
  display: flex;
}

.main_access_wrapper .block_img {
  flex-basis: 185px;
  width: 185px;
  flex-shrink: 0;
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.main_access_wrapper .block_text {
  flex-grow: 1;
  margin-bottom: 50px;
  padding-top: 160px;
  margin-top: -160px;
}

.main_access_wrapper .block_text table {
  width: 100%;
}

.main_access_wrapper .block_text table tr:nth-child(2n + 1) th,
.main_access_wrapper .block_text table tr:nth-child(2n + 1) td {
  background-color: #fff8e1;
}

.main_access_wrapper .block_text table th {
  text-align: center;
  font-weight: 400;
  width: 7.5em;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}

.main_access_wrapper .block_text table td {
  font-weight: 400;
  border-left: 5px solid #fff;
  border-radius: 0 10px 10px 0;
  padding-left: 30px;
}

.main_access_sns {
  display: flex;
  justify-content: space-around;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 50px;
}

.main_access_sns li {
  flex-basis: 25%;
  width: 25%;
}

.main_access_text {
  text-align: center;
  margin-bottom: 50px;
}

footer .copyright {
  text-align: center;
  background-color: #55473d;
  color: #fff;
  padding: 15px;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #fff;
  background-color: rgba(250, 168, 28, 0.9);
  filter: drop-shadow(0 0 2px #bbb);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.stick_bnr a {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: fixed;
  top: 16%;
  right: 0;
  z-index: 10;
  padding: 18px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(139, 191, 21, 1);
  filter: drop-shadow(0 0 4px #555);
  transition: 0.5s;
}

.stick_bnr a:nth-child(2),
.stick_bnr a:last-child {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  padding: 18px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #faa81c;
  filter: drop-shadow(0 0 4px #555);
  transition: 0.5s;
}

.stick_bnr a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 950px) {
  .main_point_inner {
    display: block;
  }

  .main_point_item {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 30px;
    padding: 25px;
  }
}

@media screen and (max-width: 850px) {
  .main_voice_inner {
    display: block;
  }

  .main_voice_item {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 50px;
  }

  .main_intro_inner {
    display: block;
  }

  .main_intro_inner .block_text {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 50px;
  }

  .main_intro_inner .block_prof {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }

  .main_reason_item {
    display: block;
  }

  .main_reason_wrapper:nth-child(2n + 1) .main_reason_item .block_img,
  .main_reason_wrapper:nth-child(2n) .main_reason_item .block_img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 30px;
  }

  .main_reason_item .block_text {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .main_recommend_item {
    display: block;
  }

  .main_recommend_item:nth-child(2n + 1) .block_img,
  .main_recommend_item:nth-child(2n) .block_img {
    text-align: center;
    margin: 0 auto 30px;
  }

  .main_flow_item {
    display: block;
  }

  .main_flow_item .block_img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 30px;
  }

  .main_flow_item .block_text {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .main_menu_wrapper {
    display: block;
  }

  .main_menu_wrapper .block_img {
    width: 100%;
    height: 400px;
  }

  .main_menu_wrapper .block_text {
    width: 100%;
  }

  .main_menu_text02 {
    text-align: center;
  }

  .main_mv_wrap {
    padding-top: 81.164px;
  }
}
.gentei_menu_red {
  color: #de1b28;
  font-weight: bold;
  font-size: 25px;
}
.gentei_menu_price {
  font-weight: bold;
  font-size: 20px;
}
.box28 {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #ffc107;
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  background: #ffc107;
  color: #de1b28;
  font-weight: bold;
}
.box28 p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .main_menu_name,
  .main_menu_price {
    font-size: 40px;
  }

  .main_menu_tani {
    font-size: 36px;
  }

  .main_access_wrapper {
    display: block;
  }

  .main_access_wrapper .block_img {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 480px) {
  .sec_title {
    font-size: 6vw;
  }

  .sec_hukidashi {
    font-size: 4.6vw;
  }

  .sec_subtitle {
    display: block;
    padding: 5px 20px 7px;
  }

  .sec_subtitle .subtext {
    display: block;
  }

  .main_mv {
    /* height: 420px; */
  }

  .main_mv_text {
    font-size: 8.2vw;
  }

  .main_mv_note {
    font-size: 6vw;
    padding: 10px 30px;
  }

  .main_reason_item {
    padding: 30px 0 40px;
  }

  .main_reason_wrapper:nth-child(2n + 1) .main_reason_item .block_img,
  .main_reason_wrapper:nth-child(2n) .main_reason_item .block_img {
    margin: 0 auto 20px;
  }

  .main_voice_wrapper .block_img {
    float: none;
    margin: 0 auto 15px;
  }

  .main_voice_name {
    font-size: 16px;
  }

  .main_recommend_item {
    padding: 25px;
  }

  .main_recommend_prof {
    text-align: left;
  }

  .main_flow_item {
    padding: 30px 0 40px;
  }

  .main_flow_item .block_img {
    margin: 0 auto 20px;
  }

  .main_menu_wrapper .block_img {
    height: 200px;
  }

  .main_menu_name,
  .main_menu_price {
    font-size: 7.2vw;
  }

  .main_menu_tani {
    font-size: 7vw;
  }

  .main_menu_warning {
    display: block;
  }

  .main_menu_warning_title {
    padding: 0 0 15px;
  }

  .main_menu_warning_text {
    border-left: 0;
    border-top: 1px solid #55473d;
    padding-left: 0;
    padding-top: 15px;
    font-size: 16px;
  }

  .main_menu_btn a {
    font-size: 23px;
    padding: 20px 40px;
  }

  .main_faq_icon {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }

  .main_faq_icon .text {
    font-size: 20px;
  }

  .main_faq_q,
  .main_faq_a {
    padding: 15px;
  }

  .main_faq_q .main_faq_text,
  .main_faq_a .main_faq_text {
    font-size: 16px;
  }

  .main_outro {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .main_outro_wrapper {
    padding: 30px;
  }

  .main_outro_wrapper .sec_title {
    margin-bottom: 30px;
  }

  .main_outro_text:not(:last-child) {
    margin-bottom: 30px;
  }

  .main_access_wrapper .block_text table th,
  .main_access_wrapper .block_text table td {
    display: block;
    text-align: center;
    border-left: 0;
    border-radius: 0;
    width: 100%;
  }

  .main_access_wrapper .block_text table th {
    padding: 10px 10px 0;
  }

  .main_access_wrapper .block_text table td {
    padding: 0 10px 10px;
  }

  #page-top {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 100px;
    right: 10px;
    font-size: 40px;
  }

  #page-top a {
    line-height: 75px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
    display: block;
    width: 75px;
    height: 75px;
    text-decoration: none;
    border: solid 2px #fff;
  }

  #page-top a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .stick_bnr a {
    font-size: 16px;
    writing-mode: horizontal-tb;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    width: 50%;
  }

  .stick_bnr a:last-child {
    font-size: 16px;
    writing-mode: horizontal-tb;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    width: 50%;
    text-decoration: none;
  }

  footer .copyright {
    /* padding-bottom: 80px; */
  }
}

.mupimg {
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 70px auto;
}

.fa-check {
  color: #faa81c;
  margin-right: 1rem;
}

.main_recommend1 ul li {
  text-align: center;
}

.main_recommend1 ul,
.main_worries ul {
  width: 90%;
  margin: auto;
}

.main_recommend1 ul li,
.main_worries ul li {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.main_worries ul li:not(:last-child) {
  padding-bottom: 2rem;
}

.main_worries ul li p {
  width: 70%;
  background: #fff8e1;
  padding: 2rem;
  border-radius: 2rem;
  position: relative;
}

.main_worries ul li:nth-child(2n + 1) p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  width: 2rem;
  height: 2rem;
  background: #fff8e1;
  display: inline-block;
}

.main_worries ul li:nth-child(2n) p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  width: 2rem;
  height: 2rem;
  background: #fff8e1;
  display: inline-block;
}

.main_worries ul li img {
  width: 30%;
}

.worries_item {
  justify-content: center;
  font-size: 1.4rem;
  width: 70%;
  margin: auto;
  margin-top: 2rem;
}

.worries_graph {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 3rem;
}

.main_cause .sec_title,
.main_reason1 .sec_title {
  margin-bottom: 2rem;
}

.main_cause_item {
  background-color: #fff;
  filter: drop-shadow(4px 4px 6px #ccc);
  padding: 40px;
  border-radius: 10px;
  margin-top: 2rem;
}

.main_cause_item h4 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #faa81c;
}

.main_cause_item h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

.main_cause_item p {
  margin-bottom: 1rem;
}

.main_reason1_wrap {
  text-align: center;
}

.main_cause_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  gap: 1rem;
}

.main_cause_img_wrap img {
  width: 30%;
}

.main_reason1_img_wrap {
  text-align: center;
  margin-bottom: 2rem;
}
.main_reason1_img_wrap img {
  width: 30%;
}

.worries_wrap li {
  gap: initial !important;
}

@media screen and (max-width: 767px) {
  .fa-check {
    color: #faa81c;
    margin-right: 1rem;
  }

  .main_recommend1 ul li {
    text-align: start;
    margin-bottom: 10px;
  }

  .main_recommend1 ul,
  .main_worries ul {
    width: 80%;
  }

  .main_recommend1 ul li,
  .main_worries ul li {
    font-size: 16px;
    gap: 1rem;
  }

  .worries_item {
    justify-content: center;
    font-size: 16px;
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }

  .main_cause .sec_title,
  .main_reason1 .sec_title {
    margin-bottom: 2rem;
    font-size: 6vw;
  }

  .main_cause_item {
    background-color: #fff;
    filter: drop-shadow(4px 4px 6px #ccc);
    padding: 30px;
    border-radius: 10px;
    margin-top: 2rem;
  }

  .main_cause_item h4 {
    font-size: 1.4rem;
    font-weight: 900;
    color: #faa81c;
  }

  .main_cause_item h5 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .main_cause_item p {
    margin-bottom: 1rem;
  }

  .main_reason1_wrap {
    text-align: start;
  }

  .main_cause_img_wrap img {
    width: 50%;
  }

  .worries_graph {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .main_worries ul li p {
    width: 100%;
    padding: 1rem;
  }
  .main_worries ul li img {
    width: 46%;
  }

  .main_worries ul li:nth-child(1) p::before,
  .main_worries ul li:nth-child(4) p::before {
    bottom: -34%;
    left: 14%;
    top: initial;
  }
  .main_worries ul li:nth-child(7) p::before {
    bottom: -50%;
    left: 14%;
    top: initial;
  }
  .main_worries ul li:nth-child(3) p::before,
  .main_worries ul li:nth-child(6) p::before,
  .main_worries ul li:nth-child(9) p::before {
    top: 5%;
    right: 14%;
    left: initial;
  }
  .main_reason1_img_wrap img {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .main_worries ul {
    width: 100%;
  }
}

.main_access_roadimg {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}

.main_access_roadimg .access_wrap {
  position: relative;
}

.main_access_roadimg .access_wrap:not(:last-child):after {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -45px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
}

.access_wrap p {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .main_access_roadimg {
    flex-direction: column;
    position: relative;
  }

  .main_access_roadimg .access_wrap {
    position: relative;
  }

  .main_access_roadimg .access_wrap:not(:last-child):after {
    width: 30px;
    height: 40px;
    position: absolute;
    top: auto;
    right: 50%;
    transform: rotate(90deg) translate(0, -50%);
  }

  .main_access_roadimg:not(:last-child)::after {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: -3%;
    right: 50%;
    transform: rotate(90deg) translate(0, -50%);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
  }

  .access_wrap p {
    font-size: 1rem;
  }
}

/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
.gnav-sp {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background: #fff;
}
.gnav-sp .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gnav-sp-menu li {
  font-size: 1.6rem;
  text-align: center;
}
.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
  color: #000;
  font-size: 1rem;
}
/*.gnav-sp-menu li:last-child {
	font-size: 2.4rem;
}*/
/* toggle */
.toggle-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 80.156px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100000;
  background: #fff;
}

.toggle-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  content: "Menu";
}

.toggle-btn span {
  display: block;
  position: absolute;
  left: 2rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #000;
  transition: all 0.4s;
}
.toggle-btn span:nth-child(1) {
  top: 1.3rem;
}
.toggle-btn span:nth-child(2) {
  top: 1.9rem;
}
.toggle-btn span:nth-child(3) {
  top: 2.5rem;
}
/* open */
.open .gnav-sp {
  top: 0;
  width: 100%;
  opacity: 1;
  z-index: 99999;
}
.open .toggle-btn span {
  background-color: #000;
}
.open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(0.7rem) rotate(-45deg);
  transform: translateY(0.7rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
  transform: translateY(-0.5rem) rotate(45deg);
}
.open .toggle-btn {
  position: fixed;
}

/*  ----------------------------------------------------------

nav

----------------------------------------------------------  */
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 1280px;
}
.gnav {
  padding-bottom: 20px;
  padding-right: 6%;
}
.header_button_wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.wrap_text {
  display: flex;
  flex-direction: column;
}
.wrap_text .text {
  font-size: 0.8rem;
}
.wrap_text .num {
  font-size: 1.6rem;
  white-space: nowrap;
  line-height: 1;
}
.net_link {
  display: block;
  text-align: center;
  font-size: clamp(10px, 1.5vw, 18px);
  letter-spacing: 0.05em;
  padding: 8px 6px;
  box-sizing: border-box;
  color: #fff !important;
  background-color: rgba(139, 191, 21, 1);
  filter: drop-shadow(0 0 4px #555);
  transition: 0.5s;
}
.tel_link {
  display: block;
  text-align: center;
  font-size: clamp(10px, 1.5vw, 18px);
  letter-spacing: 0.05em;
  padding: 8px 6px;
  box-sizing: border-box;
  color: #fff !important;
  background-color: #faa81c;
  filter: drop-shadow(0 0 4px #555);
  transition: 0.5s;
}
ul.gnav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.gnav-menu > li {
  white-space: nowrap;
}
ul.gnav-menu > li:not(:first-child) {
  margin-left: 2rem;
}
ul.gnav-menu > li > a {
  display: inline-block;
  position: relative;
  font-size: 1.7vw;
  font-size: clamp(10px, 1.7vw, 18px);
}
ul.gnav-menu > li > a::after {
  position: absolute;
  background: #faa81c;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  width: 100%;
}
ul.gnav-menu > li > a:hover::after {
  transform: scale(1, 1);
}
ul.gnav-menu > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.achievementLink {
  text-decoration: underline !important;
}

.radious {
  border-radius: 16px;
}

#reason {
  margin-bottom: 80px;
}

#flow {
  margin-bottom: 80px;
}

.menu-name {
  position: absolute;
  right: 5rem;
  z-index: 1111111;
}

.block_img_detail {
  display: flex;
}

.block_img_detail_text {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.block_img_detail_text p {
  width: 50%;
  text-align: center;
}

.main_detail {
  width: 100%;
  flex-basis: 100%;
}

.block_img_detail img {
  width: 48%;
  object-fit: cover;
}

.block_img_detail {
  width: 90%;
  margin: 0 auto;
}

.block_img_detail img:nth-child(n + 2) {
  margin-left: 5%;
}

.block_text {
  width: 90%;
  margin: 0 auto;
}

.questionnaire_img {
  margin: 0 auto 2rem;
  text-align: center;
}

.questionnaire_img img {
  width: 90%;
  display: inline;
}

@media screen and (max-width: 767px) {
  .block_img_detail {
    margin-top: 10px;
  }

  .main_recommend_text {
    font-size: 1rem;
  }
  .main_recommend_prof_left {
    padding-left: 0;
    font-size: 0.9rem;
  }

  .main_recommend_prof {
    font-size: 0.9rem;
  }

  .sec_subtitle .maintext {
    font-size: 18px;
  }

  .main_voice_title {
    font-size: 20px;
    padding: 15px 0;
  }

  .block_text {
    width: 100%;
  }
}

/* 20240622　ブログ案件　以下を追加 */
.container {
  width: 90%;
  margin: 0 auto;
}

.contents {
  padding: 20px 0;
}

.footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.toc {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

.article {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.article h1 {
  color: #faa81c;
}

.article .updated {
  font-size: 0.9em;
  color: #666;
}

.article .header-band {
  height: 4px;
  margin: 10px 0;
}

.article-content p {
  margin: 0 0 1em;
}

.reservation-button {
  margin: 20px 0;
  text-align: center;
}

.reservation-button a {
  background-color: rgba(139, 191, 21, 1);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.tags {
  margin: 20px 0;
}

.tags p {
  margin: 0;
}

.tags a {
  color: #faa81c;
  text-decoration: none;
}

.archive-links {
  margin: 20px 0;
}

.archive-links h3 {
  margin: 0 0 10px;
}

.archive-links a {
  display: block;
  color: #333;
  text-decoration: none;
  margin: 5px 0;
}

.archive-links a:hover {
  text-decoration: underline;
}

/* SNSシェア */
.sns-share {
  text-align: center;
  margin: 20px 0;
}

.sns-share .sns-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

.sns-share .facebook {
  background-color: #3b5998; /* Facebookの色 */
}

.sns-share .twitter {
  background-color: #1da1f2; /* Twitterの色 */
}

.sns-share .line {
  background-color: #00c300; /* LINEの色 */
}

.sns-share .instagram {
  background-color: #e4405f; /* Instagramの色 */
}

.sns-share .sns-btn:hover {
  opacity: 0.8;
}

/* ボタンのスタイル */
.custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #faa81c; /* ボタンの背景色 */
  color: #fff; /* ボタンのテキスト色 */
  text-decoration: none;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #f58c00; /* ホバー時の背景色 */
}

/* 折りたたまれた状態の目次を非表示にするためのCSS */
#toc ul {
  display: none;
}

#toc.open ul {
  display: block;
}

.underline {
  position: relative;
  display: inline-block;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* テキストの下にスペースを作る */
  width: 100%;
  height: 3px; /* アンダーラインの太さ */
  background-color: #faa81c; /* アンダーラインの色 */
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-item {
  display: flex;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.3s;
}

.blog-item a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.blog-item:hover {
  transform: translateY(-5px);
}

.blog-item-image {
  padding: 15px 0;
  flex: 1 1 30%;
  overflow: hidden;
}

.blog-item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-item-content {
  flex: 1 1 70%;
  padding: 20px;
}

.blog-item-content h2 {
  font-size: 1em;
  /* margin-bottom: 10px; */
}

.blog-item-content p {
  font-size: 0.8em;
  color: #666;
}

/* 別サイトの引用スタイル */
.blockquote {
  border-left: 5px solid #55473d;
  padding-left: 15px;
  margin: 20px 0;
  background: #f9f9f9;
  padding: 10px;
  position: relative;
}

.blockquote blockquote {
  margin: 0;
  padding: 0;
}

.blockquote blockquote p {
  font-style: italic;
  color: #555;
}

.blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #999;
}

.blockquote cite a {
  color: #55473d;
  text-decoration: none;
}

.blockquote cite a:hover {
  text-decoration: underline;
}

.video-container {
  text-align: center; /* 動画を中心に配置するための設定 */
}

.video-container iframe {
  width: 100%; /* 幅を100%にしてレスポンシブに対応 */
  max-width: 560px; /* 最大幅を560pxに設定（デフォルトの幅に一致） */
  height: 315px; /* 高さは315pxに設定してアスペクト比を維持 */
}

/* お知らせ欄のベーススタイル */
body .news-ticker {
  background-color: #ffe082;
  padding: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem !important; /* デフォルトのフォントサイズを設定 */
}

body .news-ticker-label {
  background-color: #ffa000;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
}

body .news-ticker-content-wrapper {
  flex-grow: 1;
  overflow: hidden;
}

body .news-ticker-content {
  white-space: nowrap;
  animation: ticker 22s linear infinite;
}

@keyframes ticker {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

body .news-ticker-content a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
  transition: all 0.3s ease;
}

body .news-ticker-content a:hover {
  color: #ff6600;
  text-decoration: none;
}

/* タブレットとデスクトップ向けのスタイル */
@media screen and (min-width: 769px) {
  body .news-ticker {
    top: 160px !important;
  }
}

/* スマートフォン向けのスタイル */
@media screen and (max-width: 768px) {
  body .news-ticker {
    top: 88px !important;
    padding: 8px !important;
    font-size: 0.9rem !important;
    flex-direction: row !important;
  }

  body .news-ticker-label {
    margin-right: 10px !important;
    margin-bottom: 0 !important;
  }

  body .news-ticker-content-wrapper {
    width: calc(100% - 90px) !important;
  }
}
