@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: #333;
  font-size: 16px;
}
p {
  line-height: 1.7;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
/* PCは電話番号リンク無効化 */
@media (width >=768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.bg_header {
  position: relative;
  height: 650px;
  background: url("../images/bannar.webp") center/cover no-repeat;
  background-size: cover;
  margin:0 0 30px 0;
}
@media screen and (max-width: 768px) {
  /* upd 2023.02.06 */
  .bg_header {
    height: 470px;
    background: url("../images/bannar_sp.webp") top/cover no-repeat;
    margin: 0 0 24px 0;
  }
}
.bg_header img, .bg_header_kosi img, .bg_header_kotu img, .bg_header_asi img {
  width: 100%;
}
.top_midashi {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .top_midashi {
    /*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width: 400px;*/
    width: 90%;
    margin: auto;
  }
}
.top_midashi h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  /*  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));*/
  line-height: 4.2rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 768px) {
  /* upd 2023.02.06 */
  .top_midashi h1 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 10px 0;
  }
}
.top_midashi p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  line-height: 1.7;
}
.video_area {
  height: 155px;
  width: 280px;
  border: 1px solid #e3e3e3;
  background-color: #ccc;
  position: absolute;
  bottom: -60px;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 98;
}
.sec_top {
  color: #333;
}
.sec_top .top_inner {
  padding: 3rem 10px 2rem 10px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .sec_top .top_inner {
    padding: 3rem 10px 0 10px;
    background-color: #f9f9f9;
  }
}
.sec_top .content_a .block_attension .attension_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  background-color: #7bbe0f;
  color: #fff;
  padding: 2rem 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* upd 2023.02.06 */
  .sec_top .content_a .block_attension .attension_ttl {
    font-size: 1.1rem;
    padding: 1rem 10px;
  }
}
/*.sec_top .content_a .block_attension h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #7bbe0f 25%, #7bbe0f 75%, transparent);
  background-image: linear-gradient(to right, transparent, #7bbe0f 25%, #7bbe0f 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}*/
.sec_top h2.h2_hiza::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #67cfca 25%, #67cfca 75%, transparent);
  background-image: linear-gradient(to right, transparent, #67cfca 25%, #67cfca 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.sec_top ul {
  align-items: center;
  padding: 0 0.5rem;
}
/* 2023.02.06 upd */
.sec_top ul li {
  position: relative;
  margin: 5px;
  border-radius: 50px;
  padding: 5px 5px 5px 10px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  /* 2023.02.06 upd */
  .sec_top ul li {
    font-size: 1.25rem;
  }
}
/*.sec_top ul li::before {
  position: absolute;
  content: '';
  height: 22.5px;
  width: 29px;
  background-image: url("../images/icon-check.svg");
  background-size: cover;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}*/
.sec_top ul.ul_hiza li {
  background-color: #67cfca;
  margin: 15px;
  border-radius: 50px;
  padding: 5px;
}
.sec_top ul li p {
  position: relative;
  padding-left: 2.5rem;
}
.sec_top ul li p::before {
  position: absolute;
  display: block;
  content: ' ';
  width: 29px;
  height: 22.5px;
  background: url("../images/icon-check.svg");
  background-size: cover;
  top: 0.2rem;
  bottom: 0;
  left: 0;
  margin: auto;
}
.clr_green {
  color: #7bbe0f;
}
.clr_hiza {
  color: #67cfca;
}
.clr_kotu {
  color: #FF9D08;
}
.clr_asikubi {
  color: #FD9DA2;
}
.onayami {
  display: flex;
}
.onayami .onayami_a {
  width: 70%;
}
.onayami .onayami_b {
  width: 30%;
}
.onayami_img {
  width: 100%;
}
.content_a {
  position: relative;
  max-width: 1000px;
  margin: auto;
  border-radius: 0px;
}
.content_a .attension_list_wrapper {
  padding: 1rem 0 2rem 0
}
.content_a img.human {
  position: absolute;
  display: block;
  right: 10px;
  width: 250px;
  z-index: 0;
  bottom: -40px;
}
@media(max-width:768px) {
  .content_a img.human {
    position: relative;
    width: 200px;
    z-index: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: 35px auto 0 auto;
  }
}
.point {
  background: #7bbe0f;
  padding: 2rem 0;
  position: relative;
}
.sec_point .point h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  padding: 0 1rem;
}
@media(max-width:768px) {
  .sec_point .point h2 {
    font-size: 1.5rem;
  }
}
.txt_subtitle {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media(max-width:768px) {
  .txt_subtitle {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.txt_point {
  color: #FBCA4D;
  font-size: 45px;
  text-decoration: underline;
}
.txt_point_hiza {
  color: #67cfca;
  font-size: 45px;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 0px;
}
.txt_point_hiza2 {
  color: #612c16;
  font-size: 45px;
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 0px;
  opacity: 0.7;
}
.txt_point_kotu {
  color: #ff9d08;
  font-size: 45px;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 0px;
}
.txt_point_kosi {
  color: #7bbe0f;
  font-size: 45px;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 0px;
}
.txt_point_asi {
  color: #FD9DA2;
  font-size: 45px;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 0px;
}
.txt_kyocho {
  color: #FF7B22;
  font-size: 45px;
  font-weight: 600;
}
.txt_kyocho_ul {
  display: inline-block;
  color: #FF7B22;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 5px solid;
}
.sec_unique .content .point_detail .bg_spray {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.25;
  height: 500px;
}
.sec_unique .content .point_detail h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 30px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));
  position: relative;
  padding: 1rem 0 0 0;
  letter-spacing: 0.1rem;
}
.sec_unique .content .point_detail p {
  padding: 0rem 0rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail h3 {
    /* padding: 1rem;*/
    font-size: 1.5rem;
  }
}
.point_detail-left {
  padding: 105px 15px;
  background: #e3e3e3;
  background: url("../images/bannar_point2.webp");
  background-size: cover;
  height: 500px;
}
.point_detail-left h3 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
  color: #FF7B22;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_wrapper_left h3 {
    padding: 25px 10px 0 10px;
    text-align: center;
  }
}
.point_detail-left h3::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_2.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  right: -80px;
  top: -35px;
}
.point_wrapper {
  margin: 0 2rem;
  max-width: 440px;
}
.point_wrapper_left {
  margin-right: 30px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .point_wrapper {
    max-width: 90%;
    margin: auto;
  }
  .point_wrapper_left {
    margin: auto;
  }
}
.point_detail_wrapper {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.point_wrapper-left {
  max-width: 380px;
  margin-right: auto;
}
.point_detail_wrapper-left {
  max-width: 1200px;
  margin: auto;
  padding-right: 200px;
}
.bg_point3 {
  background: url("../images/bannar_point3.webp") !important;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat !important;
}
.balloon3::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_3.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  right: -20px;
  top: -25px;
  z-index: 3;
}
.balloon2::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_2.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  left: -40px;
  top: -35px;
  z-index: 3;
}
.balloon1::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_1.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  right: -20px;
  top: -25px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .balloon1::after, .balloon3::after {
    left: 0;
  }
  .balloon2::after {
    left: 0;
  }
}
/* 膝サポーター用 */
.balloon3_hiza::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_3_hiza.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  right: -20px;
  top: -25px;
  z-index: 99;
}
.balloon2_hiza::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_2_hiza.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  left: -40px;
  top: -35px;
  z-index: 99;
}
.balloon1_hiza::after {
  position: absolute;
  content: ' ';
  background: url("../images/point_1_hiza.webp");
  background-size: cover;
  height: 70px;
  width: 80px;
  right: -20px;
  top: -25px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .balloon1_hiza::after, .balloon3_hiza::after {
    left: 0;
  }
  .balloon2_hiza::after {
    left: 0;
  }
}
.point_detail .point_detail_wrapper .point_wrapper p, .point_detail .point_detail_wrapper p {}
.content .point_detail .point_detail_wrapper img {
  width: 100%;
  height: 300px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .content .point_detail .point_detail_wrapper img {
    margin-bottom: 1rem;
    height: 200px;
  }
}
.content .point_detail .point_detail_wrapper .left {
  max-width: 500px;
  position: relative;
}
.content .point_detail .point_detail_wrapper .left .waves {
  position: absolute;
  content: 'a ';
  height: 100%;
  width: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(161, 201, 69, .5);
}
.content .point_detail .point_detail_wrapper .left .waves::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #7bbe0f transparent #7bbe0f #7bbe0f;
  border-width: 30vh 100px 0;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0.5;
}
.content .point_detail .point_detail_wrapper .right {
  padding-left: 30px;
}
.sec_content_a {
  height: 720px;
  width: 100%;
  background: url("../images/bannar_2.webp");
  background-size: cover;
  background-attachment: fixed;
}
.content_a_box {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 480px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  padding: 25px;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .content_a_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
  }
}
.sec_content_a .content_a_box h3 {
  font-size: 35px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 0 0;
  text-align: center;
}
.sec_content_a .content_a_box p {
  line-height: 1.7em;
  padding: 8px 0;
  /*  font-family: 'Noto Sans JP', sans-serif;*/
}
.sec_content_b {
  height: 720px;
  width: 100%;
  background: url("../images/bannar_3.webp") right/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.content_b_box {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 480px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  padding: 25px;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .content_b_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
  }
}
.sec_content_b .content_b_box h3 {
  font-size: 35px;
  font-weight: 600;
  color: #333;
  margin: 0 0 0 0;
}
.sec_content_b .content_b_box p {
  line-height: 1.7em;
  padding: 15px 0;
}
.item_content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 720px;
}
.btn_contact {
  display: block;
  text-align: center;
  background-color: #7bbe0f;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
}
.btn_contact_hiza {
  display: block;
  text-align: center;
  background-color: #67cfca;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
}
.btn_contact_kotu {
  display: block;
  text-align: center;
  background-color: #ff9d08;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
}
.btn_contact_asi {
  display: block;
  text-align: center;
  background-color: #FD9DA2;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
}
.btn_about {
  display: block;
  text-align: center;
  background-color: #7bbe0f;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
}
.btn_contact, .btn_contact_hiza, .btn_contact_kotu, .btn_contact_asi, .btn_about {
  position: relative;
  padding: 15px;
}
.btn_contact::before, .btn_contact_hiza::before, .btn_contact_kotu::before, .btn_contact_asi::before, .btn_about::before {
  position: absolute;
  content: ' ';
  background: url("../images/arrow-right-circle.svg");
  height: 25px;
  width: 25px;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .btn_contact, .btn_contact_hiza, .btn_contact_kotu, .btn_contact_asi, .btn_about {
    margin: 15px auto 0 auto;
  }
}
.item_content_gen {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.item_content_gen2 {
  max-width: 900px;
  margin: 0 auto;
}
.item_content_gen .inner_box {}
/*.item_content_gen .inner_box::after {
  position: absolute;
  content: ' ';
  width: 2px;
  height: 80px;
  background: #7bbe0f;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
}*/
.item_content_gen .inner_box h2 {
  font-size: 35px;
  text-align: center;
  margin: 60px;
  color: #333;
}
.green_box {
  text-align: center;
  background: #7bbe0f;
  color: #fff;
  padding: 2rem 1rem;
}
.hiza_box {
  text-align: center;
  background: #67cfca;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.kotu_box {
  text-align: center;
  background: #ff9d08;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.asi_box {
  text-align: center;
  background: #FD9DA2;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.green_box, .hiza_box, .kotu_box, .asi_box {}
.item_content_gen .inner_box .under_box {
  background: #e3e3e3;
  padding: 15px;
}
.item_content_gen .inner_box .under_box img {
  display: block;
  margin: auto;
  width: 100%;
}
.item_content_gen .inner_box p {
  max-width: 800px;
  margin: 20px auto;
  line-height: 1.7em;
}
.sec_unique .content .point_detail .kensa_box .inner_box .kensa_flex {
  display: flex;
  margin: 0 auto 3.5rem auto;
  position: relative;
  flex-wrap: wrap-reverse;
  justify-content: center;
  max-width: 800px;
  gap: 2rem;
}
.kensa1::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa1.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa2::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa2.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa3::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa3.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa1_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa1_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa2_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa2_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa3_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa3_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa1_kotu::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa1_kotu.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa2_kotu::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa2_kotu.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.kensa3_kotu::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/kensa3_kotu.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.inner_box .box_wrapper .green_box h3 {
  font-size: 2rem;
  font-weight: 700;
  padding: 0rem;
  margin: 0rem;
}
@media screen and (max-width: 768px) {
  .inner_box .box_wrapper .green_box h3 {
    font-size: 1.5rem;
  }
}
.sec_voice {
  background: #fff;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec_voice {
    padding: 0 0 1.5rem 0;
  }
}
/*.sec_voice::after {
  position: absolute;
  content: ' ';
  background: url("../images/icon-tri_gray.svg") center/cover no-repeat;
  width: 150px;
  height: 67px;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}*/
#sec_voice_hiza {
  background: #67CFCA;
  padding: 30px 0;
}
#sec_voice_kotu {
  background: #ff9d08;
  padding: 30px 0;
}
#sec_voice_asi {
  background: #FD9DA2;
  padding: 30px 0;
}
.sec_voice .item_content_gen h2 {
  color: #333;
  font-weight: 600;
  padding: 0 10px 35px 10px;
  text-align: center;
  font-size: 35px;
}
.youtube {
  width: 100%;
  height: 100%;
  z-index: 99;
}
.sec_voice .voice_inner .voice_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  max-width: 1200px;
  margin: auto;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .sec_voice .voice_inner .voice_flex {
    grid-template-columns: 1fr;
  }
}
.sec_voice .voice_inner .voice_flex li {
  background-color: #fff;
  padding: 0 0 0 0;
}
.sec_voice .voice_inner .voice_flex li .img_box_vc {}
.sec_voice .voice_inner .voice_flex li .img_box_vc img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.sec_kensa {
  padding: 65px 0;
}
.sec_voice .voice_inner .voice_flex .comment {
  font-size: 1rem;
  line-height: 1.7em;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  padding: 10px;
  border-radius: 5px;
  min-height: 350px;
}
.bg_wrapper {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -1px;
}
.txt_center {
  text-align: center;
}
.txt_kyocho_p {
  color: #FF7B22;
  font-weight: 600;
  text-decoration: underline;
}
.btn_contact_b {
  display: block;
  text-align: center;
  background-color: #FF7B22;
  color: #fff;
  padding: 20px;
  margin: 20px 10px 0 10px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
}
.under_arrow {
  height: 50px;
  max-width: 100px;
  background: url("../images/under-arrow.webp");
  background-size: cover;
  margin: auto;
}
.step1::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step1.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.step2::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step2.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.step3::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step3.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.step4::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step4.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
/* 膝サポーター */
.step1_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step1_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.step2_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step2_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.step3_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step3_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.step4_hiza::before {
  position: absolute;
  content: " ";
  height: 80px;
  width: 80px;
  background: url("../images/step4_hiza.webp");
  background-size: cover;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.contact {
  position: relative;
  overflow: hidden;
}
.contact .upper_box {
  position: relative;
  background: #7bbe0f;
  padding: 60px 10px 60px 10px;
  z-index: 0;
}
.contact .upper_box::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #a2c945 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 99;
}
.contact .upper_box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.contact .lower_box {
  height: 350px;
  background: #FF7B22;
  margin: 0;
  overflow: hidden;
}
.abs_contact_img {
  display: block;
  position: absolute;
  bottom: 0;
  max-width: 980px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .abs_contact_img {
    max-width: 100%;
    left: 15%;
  }
  .contact .lower_box {
    height: 450px;
  }
}
.abs_wrapper {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.balloons {
  width: 100%;
}
.sec_top .content_a h3 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.p_abs {
  text-align: center;
  width: 100%;
  bottom: -85px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  font-weight: 600;
  padding: 0 10px;
}
.btn_contact_c {
  position: relative;
  display: block;
  padding: 15px 10px 15px 10px;
  text-align: center;
  color: #fff;
  background-color: #7bbe0f;
  margin: 50px 0 20px 0;
  font-size: 32px;
  font-weight: 600;
  filter: drop-shadow(0px 0px 5px rgba(25, 25, 25, 0.3));
  overflow: hidden;
}
.btn_contact_c::before {
  /*  position: absolute;
  content: ' ';
  width: 30px;
  height: 30px;
  background: url("../images/mail.svg");
  background-size: cover;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;*/
}
/* 腰用ボタン */
.telphone {
  display: block;
  text-align: center;
  margin: 10px 0 10px 0;
  border-radius: 50px;
  font-size: 45px;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px;
  background: #fff;
  color: #FF7B22;
}
.telphone:link {}
.telphone:visited {}
.telphone:hover {
  border: 2px solid #fff;
  background: #FF7B22;
  color: #fff;
  transition: 0.3s;
}
.telphone:active {}
/* 膝用ボタン */
.telphone_hiza {
  display: block;
  text-align: center;
  margin: 10px 0 10px 0;
  border-radius: 50px;
  font-size: 45px;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px;
  background: #fff;
  color: #67cfca;
}
.telphone_hiza:link {}
.telphone_hiza:visited {}
.telphone_hiza:hover {
  border: 2px solid #fff;
  background: #67cfca;
  color: #fff;
  transition: 0.3s;
}
.telphone_hiza:active {}
/* 骨盤用ボタン */
.telphone_kotu {
  display: block;
  text-align: center;
  margin: 10px 0 10px 0;
  border-radius: 50px;
  font-size: 45px;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px;
  background: #fff;
  color: #ff9d08;
}
.telphone_kotu:link {}
.telphone_kotu:visited {}
.telphone_kotu:hover {
  border: 2px solid #fff;
  background: #ff9d08;
  color: #fff;
  transition: 0.3s;
}
.telphone_kotu:active {}
/* 足首用ボタン */
.telphone_asi {
  display: block;
  text-align: center;
  margin: 10px 0 10px 0;
  border-radius: 50px;
  font-size: 45px;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px;
  background: #fff;
  color: #FD9DA2;
}
.telphone_asi:link {}
.telphone_asi:visited {}
.telphone_asi:hover {
  border: 2px solid #fff;
  background: #FD9DA2;
  color: #fff;
  transition: 0.3s;
}
.telphone_kotu:active {}
.eigyobi {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .telphone, .telphone_hiza, .telphone_kotu {
    font-size: 40px;
  }
  .eigyobi {
    font-size: 15px;
  }
}
.contact_block_wrapper {
  display: block;
  max-width: 500px;
  padding: 0 10px;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact_block_wrapper {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
}
.kome {
  padding: 10px 10px;
  color: #fff;
}
.googlemap {
  width: 100%;
  height: 500px;
  z-index: -1;
}
footer {
  background: #7bbe0f;
  font-weight: 400;
  overflow: hidden;
}
footer .footer_inner {
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    padding: 3rem 1.5rem 9rem 1.5rem;
  }
}
footer .footer_inner p.copyright {
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  color: #f7f7f7;
  letter-spacing: 0.1rem;
}
.sec_map {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.sec_map .access_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
.sec_map .access_subttl {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.midashi_map {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  z-index: 99;
  background: #FF7B22;
  text-align: center;
  border-radius: 50px;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.midashi_map_asi {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  z-index: 99;
  background: #FD9DA2;
  text-align: center;
  border-radius: 50px;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
#midashi_map_hiza {
  background: #67cfca;
}
@media screen and (max-width: 768px) {
  .midashi_map, .midashi_map_asi {
    display: none;
  }
}
.cvrbtn_sub {
  font-size: 18px;
}
.img_cvr {
  display: block;
  max-width: 300px;
}
.chusyaku {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.btn_contact_c_upper {
  display: block;
  font-size: 15px;
  padding: 5px;
  background: #fff;
  max-width: 200px;
  margin: auto;
  margin-bottom: 5px;
  color: #7bbe0f;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
}
.btn_contact_c_upper2 {
  display: block;
  font-size: 15px;
  padding: 5px;
  background: #fff;
  max-width: 200px;
  margin: auto;
  margin-bottom: 5px;
  color: #FF8C00;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
}
#cp_qa_hiza dt::before {
  position: absolute;
  content: ' ';
  display: block;
  height: 40px;
  width: 46px;
  background: url("../images/bal-q_hiza.webp");
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.txt_kyocho2 {
  background: #ff9;
  font-weight: 600;
}
.txt_marker {
  background: #ff9;
  font-weight: 700;
}
.sec_faq {
  background: #f7f7f7;
  position: relative;
}
/*-- PC/SP表示切り替えCSS ここから  --*/
.pc_area {
  display: block;
}
.sp_area {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_area {
    display: none;
  }
  .sp_area {
    display: block;
  }
}
/*-- PC/SP表示切り替えCSS ここまで  --*/
.wrap-wrap {
  flex-wrap: wrap;
}
.wrap-reverse {
  flex-wrap: wrap-reverse;
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_images {
  position: relative;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_images {
    display: none;
  }
}
.kensa_flex .kensa_images img {
  position: relative;
  /*  display: block;*/
  margin: auto;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  aspect-ratio: 2/3;
}
.subtitle {
  display: inline-block;
  padding-bottom: 10px;
}
.aboutblock_wrapper {
  display: flex;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}
.about_block {
  width: 50%;
  overflow: hidden;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .about_block {
    width: 100%;
  }
}
.sec_about {
  background: #fff;
  padding: 30px 10px;
}
.sec_about .aboutblock_wrapper .about_block img {
  display: block;
  margin: auto;
}
.sec_about .aboutblock_wrapper .about_block h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #333;
}
.sec_about .aboutblock_wrapper .about_block p {
  text-align: center;
  padding: 5px 0;
  line-height: 1.7em;
  font-weight: 500;
  opacity: 0.9;
  color: #333;
}
.sec_about .aboutblock_wrapper .about_block img.logo {
  margin: 25px auto;
}
.balloon_p {
  display: inline-block;
  background-color: #7bbe0f;
  color: #fff;
  padding: 3px 30px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
.address_block {
  max-width: 300px;
  margin: auto;
}
.sec_about .aboutblock_wrapper .address_block img {
  display: block;
  margin: auto;
}
.sec_about .aboutblock_wrapper .address_block h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #333;
}
.sec_about .aboutblock_wrapper .address_block p {
  padding: 8px 0;
  line-height: 1.7em;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.sec_about .aboutblock_wrapper .address_block img.logo {
  margin: 25px auto 10px auto;
}
.txt_attension {
  text-align: center;
  opacity: 0.8;
}
.tel_sub {
  font-size: 10px;
}
.telno {
  /*font-family: 'Vollkorn', serif;*/
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
#lower_hiza {
  background: #67cfca;
}
#lower_kotu {
  background: #ff9d08;
}
#lower_asi {
  background: #FD9DA2;
}
.contact #upper_box_hiza {
  background: #F1AE4B;
}
.contact #upper_box_hiza::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #F1AE4B transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 99;
}
.contact #upper_box_kotu {
  background: #7bbe0f;
}
.contact #upper_box_kotu::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #7bbe0f transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 99;
}
#point_hiza {
  background: #67cfca;
}
#point_hiza::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #67cfca transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 0;
}
#point_kotu {
  background: #ff9d08;
}
#point_kotu::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ff9d08 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 0;
}
#point_asi {
  background: #FD9DA2;
}
#point_asi::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #FD9DA2 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  z-index: 0;
}
.bannar_area {
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bannar_area div {
    margin: 20px auto;
  }
  .bannar_area div img {
    display: block;
    margin: auto;
  }
}
.bannar_area div {
  align-self: center;
}
.flexcenterbox {
  width: 1px;
  height: 100px;
  background: #fff;
  margin: 0 20px;
  opacity: 0.35;
}
@media screen and (max-width: 768px) {
  .flexcenterbox {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed;
  }
}
.balloon_shadow {
  filter: drop-shadow(6px 6px 5px rgba(100, 100, 100, 0.25));
}
.moriue {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  color: rgba(0, 0, 0, 0.7);
}
.touin {
  display: block;
  width: 300px;
  margin: auto;
}
.footerlogo {
  display: block;
  max-width: 200px;
  margin: auto;
}
.footerinner {
  max-width: 800px;
  border-radius: 100px;
  padding-top: 15px;
  margin: 25px auto;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footerinner {
    margin: 20px;
    padding: 20px;
    border-radius: 0px;
  }
}
.item_gen {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 650px;
  padding: 8rem 1rem 0 5rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .item_gen {
    padding: 7rem 1rem 0 1rem;
  }
}
.bg_header .moriuelogo {
  position: absolute;
  display: block;
  width: 150px;
  margin-bottom: 10px;
  left: 2rem;
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .bg_header .moriuelogo {
    display: none;
  }
}
.bg_header .contact_area {
  display: flex;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 99;
}
.bg_header a.contact_mail {
  display: block;
  background-color: #7bbe0f;
  width: 250px;
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
  color: #f7f7f7;
  font-weight: 700;
  border-radius: 30px;
  align-self: center;
}
.bg_header a.contact_phone {
  display: block;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-weight: 700;
  margin: 0 1rem 0 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
  border-right: 1px solid #e3e3e3;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .bg_header .contact_area {
    width: 90%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    flex-wrap: wrap;
  }
  .bg_header a.contact_mail {
    display: block;
    background-color: #7bbe0f;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
    color: #f7f7f7;
    font-weight: 700;
    border-radius: 30px;
    margin: auto;
  }
  .bg_header a.contact_phone {
    display: block;
    background-color: #FF7B22;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
    color: #f7f7f7;
    font-weight: 700;
    border-radius: 30px;
    margin: 0 auto 1rem auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0));
    border: 0;
  }
}
.icon_img {
  display: inline-block;
  max-width: 1rem;
  margin-right: 10px;
}
.icon_fd {
  display: inline-block;
  max-width: 40px;
  margin-right: 10px;
}
.bg_header a .phone_number {
  display: block;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .bg_header a .phone_number {
    font-size: 1.5rem;
  }
  .icon_fd {
    display: inline-block;
    max-width: 26px;
    margin-right: 10px;
  }
}
.bg_header a .contact_subttl {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  opacity: 1;
  margin-top: 0.2rem;
}
/* add 2022.03.04 s */
.bg_header a .contact_subttl_large {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  opacity: 1;
  color: #fff;
  padding: 2px;
  margin: auto;
}
/* add 2022.03.04 e */
.p_arrow {
  max-width: 450px;
  margin: 5rem auto 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .p_arrow {
    margin: 0rem auto 2rem auto;
    font-size: 1.5rem;
  }
}
.clr_orange {
  color: #FF8C00;
  font-weight: bold;
}
.ul_orange {
  position: relative;
}
.ul_orange::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  background-color: #FF7B22;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ul_green {
  position: relative;
}
.ul_green::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  background-color: #7bbe0f;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sq_orange {
  padding: 0 5px;
  border: 5px solid #FF7B22;
}
.border_1 {
  width: 2px;
  height: 100px;
  background-color: #7bbe0f;
  opacity: 0.5;
  margin: auto;
}
/* upd 2023.02.06 */
.block_attension {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.block_attension::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 70px;
  border-bottom-width: 70px;
  border-left-width: 100px;
  border-right-width: 100px;
  margin-left: -100px;
  border-top-color: #f7f7f7;
  top: 99%;
  left: 50%;
}
/* upd 2023.02.06 */
.block_attension .attension_inner {
  overflow: hidden;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.clr_blue {
  color: #0099FF;
  font-weight: 600;
}
.txt_large {
  font-size: 4rem;
  font-weight: 700;
}
.addshadow {
  filter: drop-shadow(0 0 10px rgba(100, 100, 100, .2));
}
.sec_action {}
.sec_lead {
  background: url("../images/bannar_toppatu3.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_lead {
    background: url("../images/bannar_toppatu3_sp.webp") center/cover no-repeat;
  }
}
.sec_lead .lead_wrapper {
  background: url("../images/bannar_wrapping.webp");
  background-position: 35%;
}
.sec_lead .lead_inner {
  padding: 7rem 1.5rem;
  max-width: 1280px;
  margin: auto;
}
.sec_lead .lead_inner h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .sec_lead .lead_inner h2 {
    font-size: 1.75rem;
  }
}
.sec_lead .lead_inner p {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  color: #f7f7f7;
  max-width: 420px;
}
.sec_lead .lead_inner .btn_lead {
  position: relative;
  display: block;
  padding: 15px 10px;
  max-width: 350px;
  font-size: 1.2em;
  color: #f7f7f7;
  margin: 30px auto 0 auto;
}
/*.sec_lead .lead_inner .btn_lead::after {
  position: absolute;
  content: ' ';
  height: 1.5rem;
  width: 1.5rem;
  background: url("../images/icon-right-arrow.svg") center/cover no-repeat;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}*/
.sec_lead .lead_inner .btn_lead p {
  padding: 0;
  margin: auto;
  line-height: normal;
}
.sec_lead .lead_inner .btn_lead .lead_ttl {
  position: relative;
  background: #ff7b22;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
}
.sec_lead .lead_inner .btn_lead .lead_ttl:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 123, 34, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #ff7b22;
  top: 100%;
  left: 50%;
}
.sec_lead .lead_inner .btn_lead .lead_telno a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
  text-align: center;
}
.sec_lead .lead_inner .btn_lead .lead_time {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.sec_lead .lead_inner .btn_lead .lead_time::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-time.svg") center/contain no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sec_lead .lead_inner .btn_lead .lead_desc {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.sec_lead .lead_inner .btn_lead .lead_desc::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-attension.svg") center/contain no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sec_onkyo {
  background: url("../images/bg_onkyo.webp") center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_onkyo {
    background: url("../images/bg_onkyo_sp.webp") center/cover no-repeat;
  }
}
/*.sec_onkyo::after {
  position: absolute;
  content: ' ';
  background: url("../images/icon-tri_green.svg") center/cover no-repeat;
  width: 150px;
  height: 67px;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}*/
.sec_onkyo .onkyo_inner {
  padding: 7rem 1.5rem;
  max-width: 1280px;
  margin: auto;
}
.sec_onkyo .onkyo_inner .info_box {
  max-width: 420px;
}
.sec_onkyo .onkyo_inner h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .sec_onkyo .onkyo_inner h2 {
    font-size: 1.75rem;
  }
}
.sec_onkyo .onkyo_inner p {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  color: #f7f7f7;
  max-width: 420px;
}
.sec_onkyo .onkyo_inner .btn_lead {
  position: relative;
  display: block;
  padding: 15px 10px;
  background-color: #7bbe0f;
  max-width: 300px;
  font-size: 1.2em;
  color: #f7f7f7;
  font-weight: 700;
  margin: 30px 0 0 0;
}
.sec_onkyo .onkyo_inner .btn_lead::after {
  position: absolute;
  content: ' ';
  height: 1.5rem;
  width: 1.5rem;
  background: url("../images/icon-right-arrow.svg") center/cover no-repeat;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.voice_inner {
  max-width: 1280px;
  margin: auto;
  padding: 3.5rem 1.5rem;
}
.sec_voice .voice_inner h2 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2.5rem 0;
  font-weight: 700;
}
.sec_voice .voice_inner h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.sec_voice .voice_inner .voice_sub_ttl {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #7bbe0f;
}
.sec_voice .voice_inner p.vc_text {
  font-size: 15px;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border-radius: 5px;
  margin: 0 0 1rem 0;
  min-height: 420px;
}
.sec_voice .voice_inner p.vc_name {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
  margin: 0 0 1rem 0;
}
.sec_voice .voice_inner .voice_u_wrapper {
  padding: 15px 10px;
}
.sec_voice .voice_inner p.disease {
  font-weight: 500;
  font-size: 1rem;
  color: #7bbe0f;
}
.sec_unique {
  position: relative;
}
.sec_unique::after {
  position: absolute;
  content: ' ';
  background: url("../images/icon-tri_green.svg") center/cover no-repeat;
  width: 150px;
  height: 67px;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_unique .content {
  margin: auto;
}
.sec_unique .content .point_kaizen {
  padding: 3rem 0 3rem 0;
  overflow: hidden;
  background-color: #f4f4f4;
}
.sec_unique .content .point_detail {
  overflow: hidden;
  margin: 0;
  padding: 3rem 0 3rem 0;
}
.sec_unique .content .point_detail.pd_sub {
  padding: 0 0 2rem 0;
  margin: auto;
}
.sec_unique .content .point_detail:last-child {}
.sec_unique .content .point_detail .separate_a, .sec_unique .content .point_detail .separate_b, .sec_unique .content .point_detail .separate_c {
  width: 120px;
  height: 120px;
  margin: 3.5rem auto 3rem auto;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .separate_a, .sec_unique .content .point_detail .separate_b, .sec_unique .content .point_detail .separate_c {
    width: 100px;
    height: 100px;
    margin: 2.5rem auto 2rem auto;
    color: #fff;
    position: relative;
  }
}
/*.sec_unique .content .point_detail .separate_a::after {
  position: absolute;
  content: 'aiueo';
  height: 30px;
  width: 200px;
  text-align: center;
  top: 0;
  bottom: 0;
	left: 0;
	right: 0;
  margin: auto;
}*/
.sec_unique .content .point_detail .separate_a {
  background: url("../images/icon-point1.svg") center/cover no-repeat;
}
.sec_unique .content .point_detail .separate_b {
  background: url("../images/icon-point2.svg") center/cover no-repeat;
}
.sec_unique .content .point_detail .separate_c {
  background: url("../images/icon-point3.svg") center/cover no-repeat;
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc {
  flex: 1;
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc h4 {
    font-size: 1.25rem;
  }
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc h4 span {
  display: inline-block;
  background-color: #7bbe0f;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc img {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc img {
    display: block;
    margin: 1rem auto 0 auto;
    object-fit: contain;
  }
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc .block_bf_items {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc .block_bf_items {
    display: flex;
    gap: 1rem;
    margin: 1rem 0 0 0;
  }
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc .block_bf_items .block_bf_item img {
  display: block;
  margin: auto;
  padding: 0;
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc .block_bf_items .block_bf_item p {
  display: block;
  margin: auto;
  background-color: #f4eee3;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  letter-spacing: 2px;
}
.sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc .block_bf_items .block_bf_item p.after {
  background-color: #7bbe0f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_images {
    width: 100%;
    margin: 2rem;
  }
  .sec_unique .content .point_detail .kensa_box .kensa_flex .kensa_desc {
    width: 100%;
  }
}
.sec_unique .content .point_detail .hari {
  font-size: 2rem;
  font-weight: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 3rem auto;
  padding-bottom: 1rem;
  max-width: 800px;
}
.sec_unique .content .point_detail .hari::before {
  display: inline-block;
  content: ' ';
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icon-hari3.svg") center/contain no-repeat;
  margin: 0 0.5rem 0 0;
}
.list_feature {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1280px;
  flex-wrap: wrap;
}
.list_feature li {
  width: 33%;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .list_feature li {
    width: 100%;
    margin: 1rem;
  }
}
.list_feature li .feature_header {
  font-size: 2rem;
  font-weight: 500;
  color: #7bbe0f;
  text-align: center;
  border-bottom: 1px solid #7bbe0f;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.list_feature li .feature_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.list_feature li .feature_txt {
  font-size: 0.9rem;
}
.list_feature_wrapper {
  padding: 3rem 0;
  background: #f7f7f7;
}
.sec_reason {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.sec_reason .sec_reason_inner {
  padding: 3.5rem 0;
  max-width: 1280px;
  margin: auto;
}
.sec_reason .sec_reason_inner h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_reason .sec_reason_inner h2 {
    font-size: 1.5rem;
  }
}
.sec_reason .sec_reason_inner .txt_reason {
  font-size: 4rem;
  color: #7bbe0f;
}
.sec_reason .sec_reason_inner .sec_reason_sub_ttl {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #7bbe0f;
}
.sec_reason .sec_reason_inner .reason_list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_reason .sec_reason_inner .reason_list {
    grid-template-columns: 1fr;
  }
}
.sec_reason .sec_reason_inner .reason_list li img {
  width: 100%;
  margin: 1rem 0 1rem 0;
  border-radius: 0px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.sec_reason .sec_reason_inner .reason_list li .reason_cap {
  display: inline-block;
  font-size: 1.5rem;
  background-color: #7bbe0f;
  color: #f7f7f7;
  font-weight: 700;
  padding: 10px 2rem;
  margin: 0 0 10px 0;
  line-height: 1;
}
.sec_reason .sec_reason_inner .reason_list li .reason_cap span {
  display: inline-block;
  background-color: #fff;
  color: #7bbe0f;
  padding: 10px 16px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sec_reason .sec_reason_inner .reason_list li .reason_cap {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 1rem;
    text-align: center;
  }
}
.sec_reason .sec_reason_inner .reason_list li .reason_ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
.sec_reason .sec_reason_inner .reason_list li .reason_dsc {
  font-size: 1rem;
  line-height: 1.7rem;
}
.txt_caution {
  font-size: 0.7rem;
  font-weight: 700;
}
.sub_ttlg_wrapper {
  padding: 2rem 10px 0 10px;
}
.sec_unique .point_detail p.point_sub_ttlg {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem auto;
  padding: 0 2rem;
  z-index: 1;
  position: relative;
  max-width: 400px;
  line-height: 1.2;
}
.sec_unique .point_detail p.point_sub_ttlg::before {
  position: absolute;
  content: ' ';
  background: url("../images/icon-italic.svg") center/contain no-repeat;
  width: 20px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.sec_unique .point_detail p.point_sub_ttlg::after {
  position: absolute;
  content: ' ';
  background: url("../images/icon-italic.svg") center/contain no-repeat;
  width: 20px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.sec_unique .point_detail .point_sub_ttlg img {
  position: absolute;
  display: block;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_unique .point_detail .point_sub_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 7rem 0 1rem 0;
  z-index: 1;
  position: relative;
}
.sec_unique .point_detail .point_sub_ttl::before {
  content: '/';
  color: #e3e3e3;
  padding: 0 1rem;
}
.sec_unique .point_detail .point_sub_ttl::after {
  content: '/';
  color: #e3e3e3;
  padding: 0 1rem;
}
.sec_unique .point_detail .point_sub_ttl img {
  position: absolute;
  display: block;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_unique .point_detail .point_sub_wrapper {
  padding: 0 1rem;
}
.sec_unique .point_detail .point_sub_dsc {
  max-width: 700px;
  margin: 1rem auto;
}
.sec_unique .point_detail .ozio_arrow {
  display: inline-block;
  height: 1rem;
  width: auto;
  vertical-align: middle;
  padding: 0 0.5rem;
}
.sec_unique .point_detail .tips_wrapper {
  padding: 0 1rem;
}
.sec_unique .point_detail .tips_wrapper .tips {
  position: relative;
  max-width: 700px;
  margin: 2rem auto 2rem auto;
  padding: 1rem;
  border-radius: 0px;
  border: 2px solid #e3e3e3;
}
.sec_unique .point_detail .tips_wrapper .tips .tips_ttl {
  position: absolute;
  text-align: center;
  width: 200px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  background-color: #f4f4f4;
}
.sec_unique .point_detail .point_sub_ttl .txt_num {
  font-size: 4rem;
}
.sec_unique .point_detail .hari_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_unique .point_detail .hari_list li {
  max-width: 400px;
  padding: 2rem 1.5rem 2rem 1.5rem;
  margin: 10px;
  /*border: 1px dashed #e3e3e3;*/
  background-color: #fff;
  position: relative;
}
.sec_unique .point_detail .hari_list li::after {
  position: absolute;
  content: ' ';
  height: 50px;
  width: 50px;
  background: url("../images/icon-zoom.svg") center/cover no-repeat;
  top: 0;
  right: 0;
}
.sec_unique .point_detail .hari_list li.list_arrow {
  max-width: 100px;
  padding: 2rem 1.5rem 2rem 1.5rem;
  margin: 10px;
  align-self: center;
  border: 0;
  background-color: transparent;
}
.sec_unique .point_detail .hari_list li.list_arrow::after {
  height: 0px;
  width: 0px;
}
.sec_unique .point_detail .hari_list li .hari_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  position: relative;
}
.sec_unique .point_detail .hari_list li .hari_ttl span {
  text-align: center;
  font-size: 0.9rem;
  position: absolute;
  content: ' ';
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 400;
}
.sec_unique .point_detail .hari_list li .hari_img {
  display: block;
  margin: 0 auto 1rem auto;
  width: 100%;
}
.sec_unique .point_detail .hari_list li .hari_arrow {
  display: block;
  margin: 0 auto 1rem auto;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_unique .point_detail .hari_list li .hari_arrow {
    transform: rotate(90deg);
  }
}
.sec_unique .point_detail .hari_list li p.after_txt {
  font-size: 0.8rem;
  text-align: center;
  color: #7bbe0f;
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.sec_unique .point_detail .hari_list li .hari_dsc {}
.point_detail .kensa_box {
  margin: auto;
}
.point_detail .kensa_box .inner_box {
  padding: 2rem 1rem 0 1rem;
  max-width: 900px;
  margin: 2rem auto 0 auto;
  border-radius: 0px;
}
.point_detail .kensa_box .inner_box h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.point_detail .kensa_box .inner_box .txt_subtitle {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #7bbe0f;
  font-weight: 500;
}
.point_detail .kensa_box .inner_box .box_wrapper {
  max-width: 800px;
  margin: auto;
  border-radius: 0px;
  overflow: hidden;
}
.point_detail .kensa_box .inner_box .box_wrapper img {
  width: 100%;
}
.point_detail .kensa_box .inner_box p.kensa_dsc {
  padding: 1rem 0;
  max-width: 800px;
  margin: 1rem auto 2rem auto;
}
.point_detail .kensa_box .inner_box .kensa_flex p.kensa_ttl {
  position: relative;
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  padding: 0 0 0 5.5rem;
  line-height: normal;
  line-height: 1;
  margin-bottom: 10px;
}
.point_detail .kensa_box .inner_box .kensa_flex p.kensa_ttl > .kensa_before {
  padding: 5px;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .point_detail .kensa_box .inner_box .kensa_flex p.kensa_ttl {
    font-size: 1.5rem;
  }
}
.point_detail .kensa_box .inner_box .kensa_flex p.kensa_detail {
  padding: 1rem 0;
}
.point_detail .kensa_box .inner_box .kensa_flex span.kensa_deco {
  display: inline-block;
  background-color: #7bbe0f;
  color: #f7f7f7;
  padding: 0 1rem;
  margin: 0 0.7rem 0 0;
  border-radius: 0px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_detail .kensa_box .inner_box .kensa_flex span.kensa_deco {
    display: inline-block;
    background-color: #7bbe0f;
    color: #f7f7f7;
    padding: 2px 5px;
    margin: 0 0.7rem 0 0;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.12rem;
    text-align: center;
  }
}
.img_attension {
  max-width: 100%;
}
.sec_beforeaction {
  position: relative;
  overflow: hidden;
}
.sec_beforeaction.bg_a {
  background: url("../images/bannar_toppatu3.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec_beforeaction.bg_a {
    background: url("../images/bannar_toppatu3_sp.webp") center/cover no-repeat;
  }
}
.sec_beforeaction.bg_b {
  background: url("../images/bannar_toppatu4.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec_beforeaction.bg_b {
    background: url("../images/bannar_toppatu4_sp.webp") center/cover no-repeat;
  }
}
.sec_beforeaction .beforeaction_wrapper {
  /*  background: url("../images/bannar_wrapping.webp");
  background-position: 35%;*/
  position: relative;
  z-index: 0;
}
.sec_beforeaction .beforeaction_wrapper::before {
  transform: skewX(-20deg);
  content: ""; /*ボックスを作る*/
  position: absolute; /*ポジションで中央に配置*/
  width: 70vw;
  top: 0;
  bottom: 0;
  left: -20vw;
  right: 0;
  z-index: -1; /* 親要素の後ろに来るように-1 */
  background-color: #7BBE0F;
  opacity: 0.5;
  backdrop-filter: blur(30px);
}
.sec_beforeaction .beforeaction_wrapper .info_box {
  max-width: 400px;
}
@media screen and (max-width: 920px) {
  .sec_beforeaction .beforeaction_wrapper {
    backdrop-filter: blur(3px);
  }
  .sec_beforeaction .beforeaction_wrapper::before {
    transform: skewX(-20deg);
    width: 125vw;
    left: -15%;
  }
  .sec_beforeaction .beforeaction_wrapper .info_box {
    margin: auto;
  }
}
.sec_beforeaction .beforeaction_inner {
  padding: 7rem 1.5rem;
  max-width: 1280px;
  margin: auto;
}
.sec_beforeaction .beforeaction_inner h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #f7f7f7
}
@media screen and (max-width: 768px) {
  .sec_beforeaction .beforeaction_inner h2 {
    font-size: 1.75rem;
  }
}
.sec_beforeaction .beforeaction_inner p {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  color: #f7f7f7;
  max-width: 420px;
}
.sec_beforeaction .beforeaction_inner .btn_lead {
  position: relative;
  display: block;
  padding: 15px 10px;
  max-width: 350px;
  font-size: 1.2em;
  color: #f7f7f7;
  margin: 30px auto 0 auto;
}
/*.sec_lead .lead_inner .btn_lead::after {
  position: absolute;
  content: ' ';
  height: 1.5rem;
  width: 1.5rem;
  background: url("../images/icon-right-arrow.svg") center/cover no-repeat;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}*/
.sec_beforeaction .beforeaction_inner .btn_lead p {
  padding: 0;
  margin: auto;
  line-height: normal;
}
.sec_beforeaction .beforeaction_inner .btn_lead .lead_ttl {
  position: relative;
  background: #0099FF;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
}
.sec_beforeaction .beforeaction_inner .btn_lead .lead_ttl:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 123, 34, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #0099FF;
  top: 100%;
  left: 50%;
}
.sec_beforeaction .beforeaction_wrapper .beforeaction_inner .btn_lead .lead_telno {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
  text-align: center;
}
.sec_beforeaction .beforeaction_inner .btn_lead .lead_time {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.sec_beforeaction .beforeaction_inner .btn_lead .lead_time::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-time-contact.svg") center/contain no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sec_beforeaction .beforeaction_inner .btn_lead .lead_desc {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.sec_beforeaction .beforeaction_inner .btn_lead .lead_desc::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-attension-contact.svg") center/contain no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.txt_orangeblock {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #FF7B22;
  margin: 0.25rem 0.2rem;
}
.sec_faq .faq_inner {
  padding: 3.5rem 1.5rem;
  max-width: 1280px;
  margin: auto;
}
.sec_faq .faq_inner h2 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 3rem 0;
  text-align: center;
}
.sec_faq .faq_inner .txt_subtitle {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #7bbe0f;
  font-weight: 500;
}
.sec_faq .faq_inner .cp_qa {
  max-width: 800px;
  margin: auto;
}
/*.sec_faq .faq_inner *, .sec_faq .faq_inner *:after, .sec_faq .faq_inner *:before {
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}*/
.sec_faq .faq_inner dt {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.sec_faq .faq_inner dt::before {
  position: absolute;
  content: ' ';
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icon-question.svg") center/cover no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec_faq .faq_inner dd {
  position: relative;
  margin: 0 0 5em 0;
  padding: 0 0 2rem 5.5rem;
  line-height: 1.7rem;
  border-bottom: 0px dashed rgba(51, 51, 51, 0.7);
}
.sec_faq .faq_inner dd::before {
  position: absolute;
  content: ' ';
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icon-answer.svg") center/cover no-repeat;
  top: 0;
  left: 30px;
  margin: auto;
}
.sec_faq .faq_inner dd:last-child {
  border-bottom: 0;
}
.sec_unique .content .point_detail .kensa_box .inner_box h2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .inner_box h2 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
/*.sec_kensa .kensa_inner {
  padding: 7rem 1.5rem;
  max-width: 1280px;
  margin: auto;
}
.sec_kensa .kensa_inner h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.sec_kensa .kensa_inner .kensa_desc p {
  padding: 1rem;
  line-height: 1.7rem;
}
.sec_kensa .kensa_inner .kensa_desc .kensa_step {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem;
  margin: 0 0 1rem 0;
  background-color: #7bbe0f;
  color: #f7f7f7;
  line-height: 2rem;
}
.sec_kensa .kensa_inner .kensa_flex {
  display: flex;
  max-width: 800px;
  margin: 3.5rem auto 3.5rem auto;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.sec_kensa .kensa_inner .kensa_flex .kensa_desc {
  width: 60%;
}
.sec_kensa .kensa_inner .kensa_flex .kensa_images {
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .sec_kensa .kensa_inner .kensa_flex .kensa_images {
    width: 100%;
    margin: 2rem;
  }
  .sec_kensa .kensa_inner .kensa_flex .kensa_desc {
    width: 100%;
  }
}*/
.sec_contact {}
.sec_contact .contact_inner {
  padding: 1.5rem 10px;
  max-width: 800px;
  margin: 1rem auto;
  background-color: rgba(244, 238, 227, 0.50);
  border-radius: 10px;
  overflow: hidden;
}
.sec_contact .contact_inner_upper {
  position: relative;
  padding: 3.5rem 1.5rem;
  background: url("../images/lp-cv-bg.webp") center/cover no-repeat;
  height: 650px;
  background-attachment: fixed;
}
.sec_contact .contact_inner_upper img {
  width: 100%;
}
.sec_contact .contact_inner_upper div.float_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 750px;
  padding: 0 1rem;
}
.sec_contact .contact_inner_upper div.float_block h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #f7f7f7;
}
.sec_contact .contact_inner_upper div.float_block h2 span {
  color: #7bbe0f;
}
.sec_contact .contact_inner_upper div.float_block h2 + .btn_cv {
  display: block;
  text-align: center;
  max-width: 400px;
  padding: 25px;
  line-height: 1;
  background-color: #0099ff;
  margin: 20px auto 0 auto;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 5px;
  border-radius: 50px;
  border: 2px solid #0099ff;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_inner_upper div.float_block h2 {
    font-size: 1.5rem;
  }
  .sec_contact .contact_inner_upper div.float_block h2 + .btn_cv {
    font-size: 1.5rem;
    max-width: 400px;
  }
}
.sec_contact .contact_inner_upper div.float_block h2 + .btn_cv:hover {
  background-color: transparent;
  color: #0099ff;
}
.sec_contact .contact_inner_upper div.float_block .benefit {
  color: #fff;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1.5;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_inner_upper div.float_block {
    width: 100%;
  }
}
.sec_contact .contact_inner a.action {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  max-width: 700px;
  margin: 1rem auto;
  font-weight: 700;
}
.sec_contact .contact_inner a.action p.action_ttl {
  position: relative;
  background: #0099FF;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
}
.sec_contact .contact_inner a.action p.action_ttl:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(161, 201, 69, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #0099FF;
  top: 100%;
  left: 50%;
}
.sec_contact .contact_inner a.action p.action_ttl.action_yoyaku {
  background-color: #7bbe0f;
}
.sec_contact .contact_inner a.action p.action_ttl.action_yoyaku:after {
  border-top-color: #7bbe0f;
}
.sec_contact .contact_inner a.action p.action_tel {
  position: relative;
  font-size: 3.5rem;
  color: #333;
  margin: 1rem auto 8px auto;
  padding: 0;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_inner a.action p.action_tel {
    font-size: 2rem;
  }
}
.sec_contact .contact_inner a.action p.action_tel img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 2rem auto 1rem auto;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_inner a.action p.action_tel img {
    max-width: 300px;
  }
}
.sec_contact .contact_inner a.action p.action_tel_time {
  position: relative;
  font-size: 0.8rem;
  color: #666;
  margin: 0 auto 10px auto;
  padding: 0;
  line-height: normal;
  padding-left: 1.7rem;
}
.sec_contact .contact_inner a.action p.action_tel_time::before {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icon-time-contact.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_contact .contact_inner a.action p.action_tel_time.action_tel_time_yoyaku::before {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icon-time-yoyaku.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_contact .contact_inner a.action p.action_attension {
  position: relative;
  font-size: 0.8rem;
  color: #666;
  margin: auto;
  padding: 0;
  line-height: normal;
  padding-left: 1.7rem;
}
.sec_contact .contact_inner a.action p.action_attension::before {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icon-attension-contact.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_contact .contact_inner a.action p.action_attension.action_attension_yoyaku::before {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icon-attension-yoyaku.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_contact .contact_inner a.action_mail {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  max-width: 500px;
  margin: 2rem auto 0 auto;
  background-color: rgba(243, 152, 0, 1);
  color: #f7f7f7;
  padding: 1rem 1rem;
  font-weight: 700;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_inner a.action_mail {
    display: none;
  }
}
.sec_contact .contact_inner a.action_mail .icon_mail {
  display: block;
  margin: 0 auto 8px auto;
  height: 20px;
  width: auto;
}
.sec_contact .contact_inner a.action_mail .ribbon {
  position: absolute;
  transform: rotate(-45deg);
  left: -26px;
  top: 8px;
  width: 100px;
}
.sec_contact .contact_inner a.action_mail p {
  line-height: normal;
}
.sec_contact .contact_inner a.action_mail p.hour {
  font-size: 1rem;
  color: #f9f9f9;
}
.sec_contact .contact_inner a.action_mail p.action_mail_ttl {
  font-size: 1.5rem;
  color: #f9f9f9;
}
.sec_contact .contact_inner .txt_subtitle {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #0099FF;
  font-weight: 700;
}
.txt_tel {
  font-size: 3rem;
}
.txt_reason_block {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 0.5rem;
  background-color: #7bbe0f;
  color: #f7f7f7;
}
.sec_step {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.sec_step .step_inner {
  padding: 3rem 1.5rem;
  max-width: 1280px;
  margin: auto;
}
.sec_step .step_inner h2 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 2.5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_step .step_inner h2 {
    font-size: 1.5rem;
  }
}
.sec_step .step_inner .txt_subtitle {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #7bbe0f;
  font-weight: 500;
}
.sec_step .step_inner ul {
  max-width: 800px;
  margin: auto;
}
.sec_step .step_inner ul li {
  padding: 2rem;
  margin: 1rem 0 4rem 0;
}
.sec_step .step_inner ul li p.step_ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 0 0 0 7rem;
}
@media screen and (max-width: 768px) {
  .sec_step .step_inner ul li p.step_ttl {
    font-size: 1.25rem;
    padding: 0 0 0 6rem;
  }
}
.sec_step .step_inner ul li p.step_ttl .step_marker {
  display: block;
  background-color: #7bbe0f;
  color: #f7f7f7;
  padding: 4px 10px;
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.sec_step .step_inner ul li p.step_dsc {
  font-size: 1rem;
}
.sec_step .step_inner ul li .step_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_step .step_inner ul li .step_flex .step_contact_tel {
  margin: 10px;
  position: relative;
  width: 45%;
}
.sec_step .step_inner ul li .step_flex .step_contact_tel .link, .sec_step .step_inner ul li .step_flex .step_contact_mail .link, .sec_step .step_inner ul li .step_flex .step_contact_yoyaku .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_step .step_inner ul li .step_flex .step_contact_mail {
  margin: 10px;
  position: relative;
  width: 45%;
}
.sec_step .step_inner ul li .step_flex .step_contact_tel .step_main {
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.sec_step .step_inner ul li .step_flex .step_contact_tel .step_sub {
  text-align: center;
  font-size: 0.8rem;
}
.sec_step .step_inner ul li .step_flex .step_contact_mail .step_main {
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.sec_step .step_inner ul li .step_flex .step_contact_mail .step_sub {
  text-align: center;
  font-size: 0.8rem;
}
.sec_step .step_inner ul li .step_flex .step_contact_yoyaku {
  margin: 10px auto;
  position: relative;
  width: 100%;
  max-width: 500px;
}
.sec_step .step_inner ul li .step_flex .step_contact_yoyaku .step_main {
  margin: 1rem auto 1rem auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.sec_step .step_inner ul li .step_flex .step_contact_yoyaku .step_sub {
  position: relative;
  font-size: 0.8rem;
  padding-left: 1.6rem;
  line-height: normal;
  max-width: 300px;
  margin: auto;
}
.sec_step .step_inner ul li .step_flex .step_contact_yoyaku .step_sub::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-time-b.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec_step .step_inner ul li .step_flex .step_contact_yoyaku .step_att {
  position: relative;
  font-size: 0.8rem;
  padding-left: 1.6rem;
  line-height: normal;
  max-width: 300px;
  margin: auto;
}
.sec_step .step_inner ul li .step_flex .step_contact_yoyaku .step_att::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-attension-b.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec_step .step_inner ul li .step_flex .btn_form {
  display: block;
  position: relative;
  background: #FF7B22;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}
.sec_step .step_inner ul li .step_flex .btn_form::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 123, 34, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FF7B22;
  top: 100%;
  left: 50%;
}
.sec_step .step_inner ul li .step_flex .btn_mail {
  display: block;
  position: relative;
  background: #7bbe0f;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}
.sec_step .step_inner ul li .step_flex .btn_mail::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 123, 34, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #7bbe0f;
  top: 100%;
  left: 50%;
}
.sec_step .step_inner ul li .step_flex .btn_yoyaku {
  display: block;
  position: relative;
  background: #a1c945;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}
.sec_step .step_inner ul li .step_flex .btn_yoyaku::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 123, 34, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #a1c945;
  top: 99%;
  left: 50%;
}
.arrow_box {
  position: relative;
  background: #F7F7F7;
  color: #333333;
  border-radius: 6px;
}
.arrow_box:after, .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.arrow_box:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 28px;
  border-right-width: 28px;
  margin-left: -28px;
  border-top-color: #F7F7F7;
}
.sec_step .step_inner ul li.commit_box {
  background-color: #7bbe0f;
  border-radius: 5px;
}
.sec_step .step_inner ul li.commit_box p.step_ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #f7f7f7;
  padding: 0 0 0 7rem;
}
@media screen and (max-width: 768px) {
  .sec_step .step_inner ul li.commit_box p.step_ttl {
    font-size: 1.25rem;
    padding: 0 0 0 6rem;
  }
}
.sec_step .step_inner ul li.commit_box p.step_ttl .step_marker {
  display: block;
  background-color: #f7f7f7;
  color: #7bbe0f;
  padding: 4px 10px;
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.sec_step .step_inner ul li.commit_box p.step_dsc {
  color: #f7f7f7;
}
.sec_negative .negative_inner {
  padding: 0 1.5rem 3rem 1.5rem;
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
}
.sec_negative .negative_inner h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1rem auto;
  padding: 0 2rem;
  z-index: 1;
  position: relative;
  max-width: 500px;
}
.sec_negative .negative_inner h2::before {
  position: absolute;
  content: ' ';
  background: url("../images/icon-italic.svg") center/contain no-repeat;
  width: 20px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec_negative .negative_inner h2::after {
  position: absolute;
  content: ' ';
  background: url("../images/icon-italic.svg") center/contain no-repeat;
  width: 20px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec_negative .negative_inner .negative_list {
  margin: auto;
  max-width: 800px;
}
.sec_negative .negative_inner .negative_list li {
  background-color: #f7f7f7;
  margin-bottom: 2rem;
}
.sec_negative .negative_inner .negative_list li:last-child {
  margin-bottom: 0;
}
.sec_negative .negative_inner .negative_list li .ngtv_ttl_wrapper {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 7rem 1rem 0 1rem;
  background: url("../images/recommend_1.webp") center/cover no-repeat;
}
.sec_negative .negative_inner .negative_list li .ngtv_ttl {
  padding: 2rem 2rem 0 2rem;
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.sec_negative .negative_inner .negative_list li .ngtv_dsc {
  padding: 0 2rem 2rem 2rem;
}
.sec_negative .negative_inner .negative_list li .ngtv_img {
  width: 100%;
}
.point_up {
  font-size: 1rem;
  text-align: center;
  background-color: #7bbe0f;
  max-width: 10rem;
  margin: auto;
  padding: 0.25rem 1rem;
  color: #f7f7f7;
  font-weight: 700;
}
.txt_24hour {
  font-size: 0.85rem;
}
.original .content .point h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  padding: 0 1rem;
}
@media(max-width:768px) {
  .original .content .point h2 {
    font-size: 1.5rem;
  }
}
.icon_img {
  display: inline-block;
  max-width: 1rem;
  margin-right: 10px;
}
.bg_gray {
  background-color: #f4f4f4;
}
/* スクロールボタン */
.scroll-button {
  z-index: 20000;
  background: url("../images/icon-return.svg") center/cover no-repeat;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  text-align: center;
  opacity: 0;
  transition: opacity .3s linear;
}
/* SP時のみ表示されるメニュー */
.sp_contact_area {
  display: block;
  text-align: center;
  opacity: 0;
  transition: opacity .1s linear;
  position: fixed;
  bottom: -2px;
  z-index: 19999;
  width: 100%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.sp_contact_area p.sp_bal {
  position: relative;
  background: #f4eee3;
  padding: 10px;
  text-align: center;
  color: #333;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 auto 15px auto;
  max-width: 55vw;
  font-weight: 600;
  line-height: 1.3;
}
.sp_contact_area p.sp_bal a:link {
  color: #333;
}
.sp_contact_area p.sp_bal a:visited {
  color: #333;
}
.sp_contact_area p.sp_bal a:hover {
  color: #333;
}
.sp_contact_area p.sp_bal a:active {
  color: #333;
}
.sp_contact_area p.sp_bal .ab_arrow {
  position: absolute;
  height: 11px;
  width: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_contact_area p.sp_bal::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-hisi-pink.svg") center/contain no-repeat;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_contact_area p.sp_bal::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #f4eee3;
  top: 98.5%;
  left: 50%;
}
.sp_contact_area ul {
  display: flex;
  justify-content: center;
}
.sp_contact_area ul li {
  text-align: center;
  padding: 16px 0 17px 0;
  border-right: 1px solid #e3e3e3;
  flex-grow: 1;
}
.sp_contact_area ul li:last-child {
  border: 0;
}
.sp_contact_area ul li.contact_phone_sp {
  background-color: #7BBE0F;
  color: #f7f7f7;
  font-weight: 700;
}
.sp_contact_area ul li.contact_mail_sp {
  background-color: #FF7B22;
  color: #f7f7f7;
  font-weight: 700;
}
.sp_contact_area ul li.contact_pre {
  background-color: #0099ff;
  color: #f7f7f7;
  font-weight: 700;
}
.sp_contact_area ul a {
  display: block;
  width: 100%;
}
.sp_contact_area ul li a span.subttl {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 8px 0 0 0;
}
.sp_contact_area ul li a .icon_img {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0 5px 0 0;
}
.arrow_box_a {
  position: relative;
  background: #FFFFFF;
  padding: 10px 1rem;
  text-align: center;
  color: #7bbe0f;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-radius: 30px;
  max-width: 300px;
  margin: 0 auto 1rem auto;
}
/*.arrow_box_a:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
  top:98%;
  left: 50%;
}*/
.arrow_box_b {
  position: relative;
  background: #7bbe0f;
  padding: 10px 1rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 30px;
  max-width: 350px;
  margin: 0 auto 1rem auto;
}
.arrow_box_b:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #7bbe0f;
  top: 98%;
  left: 50%;
}
.upper_att {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #7bbe0f;
}
.logoarea {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: #e3e3e3 transparent transparent transparent;
}
.pc_bottom_area {
  position: fixed;
  bottom: -220px;
  left: 0;
  right: 0;
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  margin: auto;
  padding: 0 0 1rem 0;
  border-radius: 5px;
  transition: all 0.3s;
  overflow: hidden;
}
.pc_bottom_area.is_active {
  bottom: 20px;
}
.pc_bottom_area .item_block {
  width: 50%;
  position: relative;
  padding: 0 1rem;
}
.pc_bottom_area .telbtn {
  position: relative;
  display: block;
  text-align: center;
  color: #4B63D2;
  width: 100%;
}
.pc_bottom_area .telbtn img {
  display: inline-block;
  height: 2rem;
  margin-right: 5px;
}
.pc_bottom_area .telbtn .pc_bottom_area_subttl {
  display: block;
  font-size: 14px;
  font-weight: 600;
  background-color: #0099FF;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  line-height: 1;
  margin: 0 0 4px 0;
}
.pc_bottom_area .telbtn .p_phone_number {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}
.pc_bottom_area .p_upbal {
  padding: 10px 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px 0;
  background-color: #f4eee3;
}
.pc_bottom_area .p_upbal span {
  position: relative;
}
.pc_bottom_area .p_upbal span::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  background: url("../images/icon-hisi-pink.svg") center/contain no-repeat;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
}
.pc_bottom_area .telbtn .p_datetime {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 10px;
  opacity: 0.7;
  text-align: left;
  padding: 3px 0 3px 20px;
}
.pc_bottom_area .telbtn .p_datetime::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  background: url("../images/icon-time-contact.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc_bottom_area .telbtn .p_attension {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 10px;
  opacity: 0.7;
  text-align: left;
  padding: 3px 0 3px 20px;
}
.pc_bottom_area .telbtn .p_attension::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  background: url("../images/icon-attension-contact.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc_bottom_area .telbtn .p_attension_mail {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 10px;
  opacity: 0.7;
  text-align: left;
  padding: 3px 0 3px 20px;
}
.pc_bottom_area .telbtn .p_attension_mail::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  background: url("../images/icon-mail-orange.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc_bottom_area .yoyakubtn {
  display: block;
  text-align: center;
  color: #4B63D2;
  width: 100%;
}
.pc_bottom_area .yoyakubtn img {
  display: inline-block;
  height: 2rem;
  margin-right: 5px;
}
.pc_bottom_area .yoyakubtn .pc_bottom_area_subttl {
  display: block;
  font-size: 14px;
  font-weight: 600;
  background-color: #7BBE0F;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  line-height: 1;
  margin: 0 0 4px 0;
}
.pc_bottom_area .yoyakubtn .p_phone_number {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}
.pc_bottom_area .yoyakubtn .p_datetime {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 10px;
  opacity: 0.7;
  text-align: left;
  padding: 3px 0 3px 20px;
}
.pc_bottom_area .yoyakubtn .p_datetime::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  background: url("../images/icon-time-yoyaku.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc_bottom_area .yoyakubtn .p_attension {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 10px;
  opacity: 0.7;
  text-align: left;
  padding: 3px 0 3px 20px;
}
.pc_bottom_area .yoyakubtn .p_attension::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  background: url("../images/icon-attension-yoyaku.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc_bottom_area .mailbtn {
  display: block;
  background-color: #7bbe0f;
  padding: 10px;
  width: 300px;
  text-align: center;
  align-self: center;
  color: #f7f7f7;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 1rem;
}
.pc_bottom_area .mailbtn .mailbtn_ttl {
  display: block;
}
.pc_bottom_area .mailbtn .mailbtn_hour {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  margin-top: 0.2rem;
}
/* change lang s */
.change_lang {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 11;
  border: 1px solid rgba(95, 68, 47, 0.3);
  border-radius: 5px;
  color: #333;
  display: flex;
  width: 100%;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
}
@media(max-width:768px) {
  .change_lang_isfront {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .change_lang_isother {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: auto;
    /*    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
  }
}
.change_lang ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  margin: auto;
}
.change_lang ul li {
  position: relative;
  text-align: center;
  width: 33%;
  border-right: 1px solid rgba(95, 68, 47, 0.3);
  font-size: 10px;
  padding: 2px 0 2px 15px;
  flex-grow: 1;
}
.change_lang ul li:last-child {
  border: 0;
}
.change_lang ul li img {
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 14px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  padding: 0;
  overflow: hidden;
}
.lang_active {
  background-color: #f7f7f7;
}
/* change lang e */
.action_text_area {
  max-width: 500px;
  margin: auto;
  text-align: left;
}
.contact_inner_wrapper {
  padding: 0 10px;
}
.action_mail_att {
  font-size: 0.8rem;
  color: #f9f9f9;
}
.sec_faq .faq_inner dt.ac_parent {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  padding: 1.5rem 3rem 1.5rem 4rem;
  border: 0px solid #e3e3e3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec_faq .faq_inner dt.ac_parent {
    font-size: 1rem;
  }
}
.sec_faq .faq_inner dt.ac_parent::before {
  position: absolute;
  content: ' ';
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icon-question.svg") center/cover no-repeat;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
}
.sec_faq .faq_inner dt.ac_parent::after {
  position: absolute;
  content: ' ';
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background: url("../images/icon-openarrow.svg") center/cover no-repeat;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.sec_faq .faq_inner dd.ac_child {
  position: relative;
  margin: 0 0 3.5rem 0;
  padding: 2rem 0 0 5.5rem;
  line-height: 1.5;
  display: none;
  overflow: hidden;
}
.sec_faq .faq_inner dd.ac_child a.link {
  transition: all .3s;
  font-weight: 700;
}
.sec_faq .faq_inner dd.ac_child a.link:link {
  color: #7bbe0f;
}
.sec_faq .faq_inner dd.ac_child a.link:visited {
  color: #7bbe0f;
}
.sec_faq .faq_inner dd.ac_child a.link:hover {
  color: #7bbe0f;
  opacity: 0.5;
}
.sec_faq .faq_inner dd.ac_child a.link:active {
  color: #7bbe0f;
}
.sec_faq .faq_inner dd.ac_child::before {
  position: absolute;
  content: ' ';
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icon-answer.svg") center/cover no-repeat;
  top: 2rem;
  left: 2rem;
  margin: auto;
}
.sec_faq .faq_inner dd.ac_child:last-child {
  border-bottom: 0;
}
.icon_phone {
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: auto;
  vertical-align: middle;
}
.icon_phone_orange {
  display: inline-block;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.latestdate {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.8rem;
  opacity: 0.7;
}
.fix_nav_sp {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .fix_nav_sp {
    display: block;
  }
}
.fix_nav_sp .fix_nav_inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.fix_nav_sp .fix_nav_inner .fix_logo {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.fix_nav_sp .fix_nav_inner ul {
  display: flex;
  justify-content: center;
  align-self: center;
  background-color: #fff;
  border-radius: 5px;
}
.fix_nav_sp .fix_nav_inner ul li {
  text-align: center;
  font-size: 10px;
  color: #333;
  padding: 5px 1rem;
  flex-grow: 1;
  border-right: 1px solid #e3e3e3;
}
.fix_nav_sp .fix_nav_inner ul li.isActive {
  background-color: rgba(227, 227, 227, 0.5);
}
.fix_nav_sp .fix_nav_inner ul li:last-child {
  border-right: 0;
}
.fix_nav_sp .fix_nav_inner ul li img {
  width: auto;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}
.bg_skew_border {
  background-color: rgba(249, 249, 249, 1.00);
  background-image:
    repeating-linear-gradient(-45deg, #fff, #fff 18px, transparent 0, transparent 22px);
}
.bg_dot {
  background-color: #fff;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.08) 10%, transparent 10%);
  background-size: 10px 10px;
}
.br_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}
.voice_more_wrapper {
  padding: 2rem 0;
}
.voice_more_wrapper .voice_more_inner {
  max-width: 1200px;
  margin: auto;
}
.voice_more_wrapper .voice_more_inner .voice_more_item {
  margin: 2rem;
  background-color: #fff;
  padding: 1rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .12));
}
@media screen and (max-width: 768px) {
  .voice_more_wrapper .voice_more_inner .voice_more_item {
    margin: 1rem;
    padding: 1rem;
  }
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail {
  display: flex;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_l {
  flex-grow: 1;
  min-width: 200px;
  padding: 1rem 0;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_l img {
  display: block;
  margin: 0 auto 10px auto;
  width: 100px;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_l .vcmid_ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 1rem 0;
  text-align: center;
  color: #444;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_l .vcmid_type {
  font-size: 13px;
  line-height: 1;
  margin: 1rem 0 0 0;
  color: #7bbe0f;
  text-align: center;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_l .vcmid_name {
  font-size: 13px;
  text-align: center;
  margin: 0 0 0 0;
  opacity: 0.7;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r {
  flex-grow: 1;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r p {
  opacity: 0.85;
  padding: 1rem;
  margin: 0 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r p {
    padding: 0;
    margin: 0 0 0 0;
  }
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r p.vcmid_reply {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 0;
  margin: 2rem 1rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r p.vcmid_reply {
    margin: 3.5rem 0 0 0;
    padding: 1rem;
  }
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r p.vcmid_reply::before {
  position: absolute;
  content: "院長から";
  top: -27px;
  left: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  background-color: #7bbe0f;
  color: #f9f9f9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.voice_more_wrapper .voice_more_inner .voice_more_item .voice_more_item_detail .vcmid_r p.vcmid_reply span {
  font-weight: bold;
  font-size: 100%;
}
.vcmid_r.vcmid_border_l {
  border-left: 1px dashed #e3e3e3;
  margin-left: 1rem;
}
.vcmid_r.vcmid_border_r {
  border-right: 1px dashed #e3e3e3;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .vcmid_r.vcmid_border_l {
    border: none;
    margin: 0;
  }
  .vcmid_r.vcmid_border_r {
    border: none;
    margin: 0;
  }
}
/******************************
アコーディオン用CSS s
******************************/
.acd_wrapper {
  padding: 0 0 0 0;
}
.acd_wrapper.is_ozio {
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: auto;
  background-color: #fff;
  padding: 1rem 0;
}
.acd_wrapper .acd_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all .6s;
}
@media screen and (max-width: 768px) {
  .acd_wrapper .acd_content {
    height: 0;
  }
}
.acd_wrapper .acd_content .acd_content_inner {
  margin: 0 0 3.5rem 0;
}
.acd_wrapper .acd_button {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #7bbe0f;
  border-radius: 5px;
  padding: 1.2rem;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 1rem auto;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 10px;
}
.acd_wrapper .acd_button.is_ozio {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #7bbe0f;
  border-radius: 5px;
  padding: 1.2rem;
  margin: 0 auto 10px auto;
  width: auto;
  max-width: 500px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
  z-index: 0;
  letter-spacing: normal;
}
.acd_wrapper .acd_button::after {
  position: absolute;
  content: "";
  background: url("../images/icon-tap-bg-orange.svg") center/cover no-repeat;
  height: auto;
  width: 70px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.acd_wrapper .acd_content .acd_content_inner .block_bf_items {
  display: flex;
  gap: 1rem;
  margin: 1rem 0 0 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .acd_wrapper .acd_content .acd_content_inner .block_bf_items {
    flex-wrap: wrap;
  }
}
.acd_wrapper .acd_content .acd_content_inner .block_bf_items .block_bf_item {
  width: 90%;
  position: relative;
}
.acd_wrapper .acd_content .acd_content_inner .block_bf_items .block_bf_item img {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.acd_wrapper .acd_content .acd_content_inner .block_bf_items .block_bf_item ::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: url("../images/icon-zoom.svg") center/contain no-repeat;
  top: 45px;
  right: 10px;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}
.acd_wrapper .acd_content .acd_content_inner .block_bf_items .block_bf_item p {
  display: block;
  margin: auto;
  background-color: #f4eee3;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  letter-spacing: 2px;
}
.acd_wrapper .acd_content .acd_content_inner .block_bf_items .block_bf_item p.after {
  background-color: #7bbe0f;
  color: #fff;
}
/******************************
アコーディオン用CSS e
******************************/
@media screen and (max-width: 768px) {
  .voice_more_item_detail.vcmid_wrap {
    flex-wrap: wrap;
  }
  .voice_more_item_detail.vcmid_wrap_reverse {
    flex-wrap: wrap-reverse;
  }
}
/******************************
up 20230403対応 s
******************************/
.sec_unique .content .point_detail .kensa_box .inner_box p.p_unique {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_unique .content .point_detail .kensa_box .inner_box p.p_unique {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.inner_box .box_wrapper .green_box p.p_find {
  font-size: 2rem;
  font-weight: 700;
  padding: 0rem;
  margin: 0rem;
  color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .inner_box .box_wrapper .green_box p.p_find {
    font-size: 1.5rem;
  }
}
.original .content .point p.p_effect {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  padding: 0 1rem;
}
@media(max-width:768px) {
  .original .content .point p.p_effect {
    font-size: 1.5rem;
  }
}
.talk_wrapper {
  display: flex;
  justify-content: center;
}
@media(max-width:768px) {
  .talk_wrap {
    flex-wrap: wrap;
  }
  .talk_wrap_reverse {
    flex-wrap: wrap-reverse;
  }
}
.talk_wrapper .talk_thumb {
  width: 160px;
  padding: 1rem;
}
.talk_wrapper .talk_thumb img {
  width: 130px;
  flex-grow: 1;
  display: block;
  margin: 0 0 10px 0;
}
.talk_wrapper .talk_thumb .talk_name {
  text-align: center;
  font-size: 13px;
}
.talk_wrapper .talk_desc {
  padding: 1rem;
  flex: 1;
  width: 100%;
  max-width: 700px;
}
@media(max-width:768px) {
  .talk_wrapper .talk_desc {
    flex: auto;
    width: 100%;
  }
}
.talk_bal_s {
  position: relative;
  background: #7bbe0f;
  text-align: left;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  padding: 1rem;
}
.talk_bal_s p {
  color: #fff;
}
.talk_bal_s:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(161, 201, 69, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #7bbe0f;
  right: 100%;
  top: 50%;
}
@media(max-width:768px) {
  .talk_bal_s:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(161, 201, 69, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #7bbe0f;
    right: auto;
    top: auto;
    bottom: 100%;
    left: 50%;
  }
}
.talk_bal_e {
  position: relative;
  background: #f4eee3;
  padding: 16px;
  text-align: left;
  color: #333333;
  font-size: 16px;
  border-radius: 10px;
}
.talk_bal_e:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(244, 238, 233, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-left-color: #f4eee3;
  left: 100%;
  top: 50%;
}
@media(max-width:768px) {
  .talk_bal_e:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(244, 238, 233, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #f4eee3;
    top: auto;
    bottom: 100%;
    left: 50%;
  }
}
.top_link a {
  display: block;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  width: 100%;
  max-width: 500px;
  padding: 10px 0;
  margin: 10px auto;
  font-size: 14px;
  color: #fff;
}
.top_link a::after {
  position: relative;
  display: inline-block;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-arrow-right.svg") center/contain no-repeat;
  top: 3px;
  left: 3px;
}
.top_link a:link {
  color: #fff;
}
.top_link a:visited {
  color: #fff;
}
.top_link a:hover {
  color: #fff;
}
.top_link a:active {
  color: #fff;
}
.txt_stroke {
  text-stroke: 1px rgba(255, 255, 255, 0.7);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.txtdec_green {
  font-weight: 600;
  color: #a1c945;
}
.pc_nav_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.pc_nav_wrapper_single {}
/* シングルボタン用CSS s */
.pc_bottom_area .pc_nav_wrapper_single {
  padding: 1rem;
  width: 100%;
}
.pc_bottom_area .pc_nav_wrapper_single .btn_precontact {
  display: block;
  background-color: #0099FF;
  border: 2px solid #0099ff;
  padding: 1rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  transition: all .3s;
}
.pc_bottom_area .pc_nav_wrapper_single .btn_precontact span {
  display: inline-block;
  font-size: 50%;
  font-weight: 500;
  margin: 8px 0 0 0;
}
.pc_bottom_area .pc_nav_wrapper_single .btn_precontact:link {
  color: #fff;
}
.pc_bottom_area .pc_nav_wrapper_single .btn_precontact:visited {
  color: #fff;
}
.pc_bottom_area .pc_nav_wrapper_single .btn_precontact:hover {
  color: #0099FF;
  background-color: transparent;
}
.pc_bottom_area .pc_nav_wrapper_single .btn_precontact:active {
  color: #fff;
}
/* シングルボタン用CSS e */
.float_link {
  position: absolute;
  height: 80px;
  width: 80px;
  right: 20px;
  top: -10px;
  margin: auto;
}
.border {
  width: 1px;
  height: 50px;
  background-color: #ccc;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .border {
    display: none;
  }
}
.btn_voice {
  position: relative;
  display: block;
  max-width: 250px;
  padding: 1rem;
  margin: 3rem auto 0 auto;
  background-color: #FF8C00;
  border: 2px solid #FF8C00;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  transition: all .3s;
}
.btn_voice:link {}
.btn_voice:visited {}
.btn_voice:hover {}
.btn_voice:active {}
.btn_voice::after {
  position: absolute;
  content: "";
  background: url("../images/arrow-right-circle.svg") center/contain no-repeat;
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  z-index: 1;
}
/******************************
add 2023.07.25 s
******************************/
.pc_navigation {
  padding: 20px;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.pc_navigation nav {
  width: 100%;
}
.pc_navigation nav > ul {
  display: flex;
  align-items: center;
}
.pc_navigation nav > ul > li {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  position: relative;
  text-align: center;
  padding: 10px;
  flex: 1;
}
.pc_navigation nav > ul > li.btn_contact_nav {
  background-color: #0099ff;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 5px;
}
.pc_navigation nav > ul > li a {
  position: relative;
  z-index: 20000;
}
.pc_navigation nav > ul > li.label_arrow > a::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: url("../images/icon-down-arrow.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.pc_navigation nav > ul > li a + div ul li {
  padding: 10px;
  text-align: start;
}
.pc_navigation nav > ul > li a + div {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  transition: all 0.2s;
  left: 0;
  transform: translateY(-200px);
  opacity: 0;
}
.pc_navigation nav > ul > li:hover a + div {
  top: auto;
  left: 0;
  transform: translateY(10px);
  opacity: 1;
}
.logo_section {
  width: 120px;
  margin: 0 20px 0 0;
}
.breadcrumblist {
  padding: 15px 10px;
  max-width: 1200px;
  margin: auto;
}
.breadcrumblist ol {}
.breadcrumblist ol li {
  font-size: 14px;
  color: #666;
}
.pc_navigation_shadow {
  /* preview */
  background-color: #fff;
  /* drop-shadow */
  filter: drop-shadow(0px 2px 3px rgba(100, 100, 100, 0.2));
}
.pc_navigation_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20000;
}
@media screen and (max-width: 768px) {
  .pc_navigation_wrapper {
    display: none;
  }
}
.pc_navigation_wrapper .pc_navigation_inner {
  position: relative;
}
.btn_detail {
  position: relative;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 15px;
  background-color: #FF8C00;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
.btn_detail::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icon-arrow-right.svg") center/contain no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_more_a {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 1rem;
  margin: 2rem auto 0 auto;
  background-color: #FF8C00;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #FF8C00
}
.btn_more_a::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/arrow-right-circle.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.btn_more_b {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 1rem 1rem 1rem 3rem;
  margin: 2rem auto 2rem auto;
  background-color: #7bbe0f;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #7bbe0f;
}
.btn_more_b::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icon-map-pin.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
}
.btn_more_b:link {
  color: #fff;
}
.btn_more_b:visited {
  color: #fff;
}
.btn_more_b:hover {
  color: #fff;
}
.btn_more_b:active {
  color: #fff;
}
.btn_more_c {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 1rem;
  margin: 1rem auto 2rem auto;
  background-color: #FF8C00;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #FF8C00
}
@media screen and (max-width: 768px) {
  .btn_more_c {
    display: none;
  }
}
.btn_more_c::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/arrow-right-circle.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.faq_about {
  width: 400px;
  margin: 1rem auto;
}
.ft_links {
  color: #fff;
  border-top: 1px solid #fff;
  margin: 10px auto 0 auto;
  max-width: 1000px;
}
.ft_links li {
  margin: 10px 0;
}
.ft_links li a {
  position: relative;
  padding: 0 0 0 20px;
}
.ft_links li a::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-arrow-right.svg") center/contain no-repeat;
  top: 5px;
  left: 0;
}
.block_writer {
  display: flex;
  gap: 1rem;
  max-width: 800px;
  margin: 2rem auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  border: 2px solid #e3e3e3;
  flex-wrap: wrap;
}
.block_writer .block_writer_img {
  width: 180px;
  align-self: center;
}
.block_writer .block_writer_img img {
  width: 100%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .block_writer .block_writer_img {
    width: 100%;
  }
  .block_writer .block_writer_img img {
    height: 200px;
    object-fit: contain;
  }
}
.block_writer .block_writer_txt {
  flex: 1;
}
.block_writer .block_writer_txt p.writer_desc {}
.block_writer .block_writer_txt p.writer_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px dashed #e3e3e3;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  color: #7BBE0F;
  line-height: 1;
}
.block_writer .block_writer_txt p.writer_ttl span {
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.8;
  color: #333;
}
.sec_breadcrumb {}
.sec_breadcrumb .breadcrumb_inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 1.5rem 1rem 1.5rem;
}
.menus_wrapper {
  max-width: 500px;
  margin: auto;
  padding: 1.5rem 1.5rem;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.menus_wrapper ul {}
.menus_wrapper ul li {
  margin: 0 0 20px 0;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 20px;
}
.menus_wrapper > ul > li::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/icon-hisi-green.svg") center/contain no-repeat;
  left: 0;
  top: 2px;
}
.menus_wrapper ul li:last-child {
  margin: 0 0 0 0;
}
.menus_wrapper ul li ul {
  margin: 1.5rem 0 0 0;
}
.menus_wrapper ul li ul li {
  position: relative;
  font-weight: 400;
}
.menus_wrapper ul li ul li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  left: 0;
  background-color: #7bbe0f;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.7;
}
.txt_bold {
  font-weight: 900;
}
.btn_zoom_ozio {
  display: block;
  border: 2px solid #a1c945;
  border-radius: 10px;
  margin: auto;
  padding: 10px 1rem;
  text-align: center;
  line-height: 1;
}
.acd_floating {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
/***** モーダル *****/
/*モーダルを開くボタン*/
.modal-open {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -30px;
  width: 30px;
  height: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
/* 院長のコメント */
.incho_comment {
  position: relative;
  background: #f9f9f9;
  padding: 16px;
  color: #333333;
  font-size: 15px;
  border-radius: 10px;
}
.incho_comment:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(244, 238, 227, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-left-color: #F4EEE3;
  left: 100%;
  top: 50%;
}
.incho_comment .ic_ttl {
  color: #7bbe0f;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5px 0;
}
.ic_att {
  color: #7bbe0f;
  font-weight: 700;
  text-align: center;
  margin: 5px 0 5px 0;
}
/*** 治療費ブロック s ***/
.bui_cost_wrapper {
  margin: 1rem auto 3rem auto;
  max-width: 800px;
}
.bui_cost_flex {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 40% 60%;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  .bui_cost_flex {
    grid-auto-columns: auto;
  }
  .bui_cost_flex > div {
    grid-column: 1/3;
  }
}
.box {
  display: grid;
  width: calc(100% - 10px);
  max-width: 800px;
  border-top: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  grid-auto-rows: auto;
  grid-template-columns: 25% 75%;
  margin: 1rem auto 0 auto;
}
@media screen and (max-width: 736px) {
  .box {
    grid-auto-columns: auto;
  }
}
.box__itmes {
  font-size: 16px;
  padding: 10px;
  color: #444;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .box__itmes {
    grid-column: 1 / 3;
  }
}
.box__title {
  font-size: 16px;
  font-weight: bold;
  background-color: #f4eee3;
}
.bui_cost_wrapper {
  margin: 0 auto 2rem auto;
  max-width: 800px;
}
.bui_cost_flex {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 40% 60%;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  .bui_cost_flex {
    grid-auto-columns: auto;
  }
  .bui_cost_flex > div {
    grid-column: 1/3;
  }
}
.block_item_img_wrapper ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
/*** 治療費ブロック e ***/
.sec_cost {}
.sec_cost .cost_inner {
  padding: 3.5rem 1.5rem;
  max-width: 900px;
  margin: auto;
}
.sec_cost .cost_inner h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 3.5rem 0;
  text-align: center;
}
.sec_cost .cost_inner h2 span {
  color: darkorange;
}
.sec_cost .cost_inner h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1;
  padding: 0 0 0 10px;
}
.sec_cost .cost_inner h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  bottom: 0;
  height: 100%;
  width: 5px;
  background-color: #7bbe0f;
  margin: auto;
}
.sec_cost .cost_inner h4 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0 0 0 27px;
}
.sec_cost .cost_inner h4::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background: url("../images/icon-hari.svg") center/contain no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_cost .cost_inner p.costlist_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-align: center;
}
.sec_cost .cost_inner p.cost_tips {
  margin: 10px 0;
  font-size: 13px;
}
.sec_cost .cost_inner p {
  font-size: 1rem;
  margin: 0 0 2rem 0;
}
.sec_cost .cost_inner p span {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.sec_cost .cost_inner p span::before {
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  background-color: yellow;
  bottom: 5px;
  opacity: 1;
  z-index: -1;
}
.block_item_img_wrapper {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.clr_range_chiryo {
  color: #FD8FD2
}
.clr_range_chiryo_half {
  color: #F7D6E4;
}
.clr_range_sr {
  color: #FB9855;
}
/* grid共通 */
.grid_wrapper {
  max-width: 1000px;
  margin: auto;
  display: grid;
  gap: 3.5rem;
  padding: 0 16px;
}
/* gridbox_a */
.grid_wrapper .grid_box_a {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_a {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content 1fr;
  }
}
.grid_wrapper .grid_box_a .item.box-big {
  grid-row: 1/3;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_a .item.box-big {
    grid-row: auto;
  }
}
.grid_wrapper .grid_box_a .item {
  padding: 0;
}
.grid_wrapper .grid_box_a .item h3 {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0 !important;
  margin: auto !important;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_a .item h3 {
    flex-wrap: wrap;
  }
}
.grid_wrapper .grid_box_a .item h3 span {
  display: block;
  width: 100%;
}
.grid_wrapper .grid_box_a .item h3 span.label_reason {
  background-color: #7bbe0f;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
  text-align: center;
  width: 120px;
  font-size: 24px;
  font-weight: 700;
}
.grid_wrapper .grid_box_a .item h3 span.txt_reason {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_a .item h3 span.label_reason, .grid_box_a .item h3 span.txt_reason {
    flex: auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
.grid_wrapper .grid_box_a .item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  filter: drop-shadow(0 0 16px rgba(100, 100, 100, .2));
}
.grid_wrapper .grid_box_a .item.grid_a {
  order: 2;
}
.grid_wrapper .grid_box_a .item.grid_b {
  order: 1;
}
.grid_wrapper .grid_box_a .item.grid_c {
  order: 3;
}
/* gridbox_b */
.grid_wrapper .grid_box_b {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_b {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content 1fr;
  }
}
.grid_wrapper .grid_box_b .item.box-big {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_b .item.box-big {
    grid-row: auto;
    grid-column: auto;
  }
}
.grid_wrapper .grid_box_b .item {
  padding: 0;
}
.grid_wrapper .grid_box_b .item h3 {
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 32px 0;
  position: relative;
  padding: 0;
  letter-spacing: 0.1rem;
}
.grid_wrapper .grid_box_b .item h3 span {
  color: #FF8C00;
  font-weight: 800;
}
.grid_wrapper .grid_box_b .item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  filter: drop-shadow(0 0 16px rgba(100, 100, 100, .2));
}
.grid_wrapper .grid_box_b .item.grid_a {
  order: 2;
}
.grid_wrapper .grid_box_b .item.grid_b {
  order: 1;
}
.grid_wrapper .grid_box_b .item.grid_c {
  order: 3;
}
/* gridbox_c */
.grid_wrapper .grid_box_c {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_c {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content 1fr;
  }
}
.grid_wrapper .grid_box_c .item.box-big {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 736px) {
  .grid_wrapper .grid_box_c .item.box-big {
    grid-row: auto;
    grid-column: auto;
  }
}
.grid_wrapper .grid_box_c .item {
  padding: 0;
}
.grid_wrapper .grid_box_c .item h3 {
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 32px 0;
  position: relative;
  padding: 0;
  letter-spacing: 0.1rem;
}
.grid_wrapper .grid_box_c .item h3 span {
  color: #FF8C00;
  font-weight: 800;
}
.grid_wrapper .grid_box_c .item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  filter: drop-shadow(0 0 16px rgba(100, 100, 100, .2));
}
.grid_wrapper .grid_box_c .item.grid_a {
  order: 2;
}
.grid_wrapper .grid_box_c .item.grid_b {
  order: 1;
}
.grid_wrapper .grid_box_c .item.grid_c {
  order: 3;
}
.sec_first {}
.sec_first .first_inner {
  padding: 3.5rem 1.5rem;
}
.sec_first .first_inner h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.sec_first .first_inner h2 span {
  color: #7bbe0f;
}
.first_content_wrapper {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.tag_area {
  margin: 60px 10px 0 10px;
}
@media screen and (max-width: 736px) {
  .tag_area {
    margin: 30px 10px 0 10px;
  }
}
ul.tags {
  width: 1020px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
ul.tags li {
  flex-grow: 1;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  ul.tags li {
    flex-grow: 1;
    max-width: none;
  }
}
ul.tags li a {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  border: 1px solid #ccc;
  text-align: center;
}
ul.tags li a.home {
  padding-left: 40px;
}
ul.tags li a.home::before {
  position: absolute;
  content: "";
  background: url("../images/icon-home.svg") center/contain no-repeat;
  height: 16px;
  width: 16px;
  left: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
}
ul.tags li a:link {
  color: #333;
}
ul.tags li a:visited {
  color: #333;
}
ul.tags li a:hover {
  color: #333;
}
ul.tags li a:active {
  color: #333;
}