/* fonts */
.mincho {
  font-weight: 600;
}
.hiragino {}
.yugo {}
/* colors */
.color_honbun {
  color: #333333;
  position: relative;
}
.gradienttext span:nth-child(1) {
  opacity: 0.9;
}
.gradienttext span:nth-child(2) {
  opacity: 0.85;
}
.gradienttext span:nth-child(3) {
  opacity: 0.8;
}
.gradienttext span:nth-child(4) {
  opacity: 0.75;
}
.gradienttext span:nth-child(5) {
  opacity: 0.7;
}
.gradienttext span:nth-child(6) {
  opacity: 0.65;
}
.gradienttext span:nth-child(7) {
  opacity: 0.6;
}
.gradienttext span:nth-child(8) {
  opacity: 0.55;
}
.gradienttext span:nth-child(9) {
  opacity: 0.5;
}
.gradienttext span:nth-child(10) {
  opacity: 0.45;
}
.gradienttext span:nth-child(11) {
  opacity: 0.4;
}
.gradienttext span:nth-child(12) {
  opacity: 0.35;
}
.gradienttext span:nth-child(13) {
  opacity: 0.3;
}
.gradienttext span:nth-child(14) {
  opacity: 0.26;
}
.gradienttext span:nth-child(15) {
  opacity: 0.23;
}
.gradienttext span:nth-child(16) {
  opacity: 0.2;
}
.gradienttext span:nth-child(17) {
  opacity: 0.16;
}
.gradienttext span:nth-child(18) {
  opacity: 0.13;
}
.gradienttext span:nth-child(19) {
  opacity: 0.1;
}
.gradienttext span:nth-child(20) {
  opacity: 0.06;
}
.gradient_wrapper::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+51,1+51 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.color_red {
  color: red;
}
/* padding,margin */
.padding_0 {
  pdding: 0px;
}
.margin_0 {
  margin: 0px;
}
/* style */
.midashi_1 {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.8;
}
.waku_gray {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}
.section_title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #6b360a;
}
.txt_big::first-letter {
  /*font-size:36px;*/
}
.midasi2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6b360a;
}
.midasi2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #6b360a;
}
.midasi2 span::before, .midasi2 span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border: 10px solid transparent;
}
.midasi2 span::before {
  border-top: 10px solid #6b360a;
}
.midasi2 span::after {
  margin-top: -1px;
  border-top: 10px solid white;
}
.txt_small {
  font-size: 14px;
}
.ear {
  display: inline-block;
  width: auto;
  height: 40px;
  position: absolute;
  left: -60px;
  top: -3px;
}
.voice {
  display: inline-block;
  width: auto;
  height: 40px;
  position: absolute;
  left: -67px;
  top: 0px;
}
.info {
  display: inline-block;
  width: auto;
  height: 40px;
  position: absolute;
  left: -55px;
  top: -2px;
}
.bxslider_voice {
  display: block;
  position: absolute;
  top: 0;
  left: 48px;
  right: 15px;
  color: white;
}
.bxslider_voice h3 {
  font-size: 22px;
  font-weight: 600;
}
.bxslider_voice p {
  margin: 0px !important;
  padding: 0px !important;
  opacity: 0.8;
  width: 50%;
}
.readmore {
  font-weight: 600;
  text-align: center;
  opacity: 0.8 !important;
}
.txt_futoji {
  font-weight: 600 !important;
  opacity: 0.6;
}
.txt_subtitle {
  font-size: 16px;
}
/* section advantage */
.advantage {
  background-color: #f7f7f7;
  color: #333;
  padding: 3.5rem 1.5rem
}
.advantage .ib {
  padding: 0 0px 2rem 0px;
}
.advantage h3 {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
}
.advantage h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin: auto;
  padding-top: 15px;
}
.advantage img {
  display: block;
  margin: auto; /*filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));*/
}
.flex_content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
/* media */
/*@media(max-width:736px) {
.flex_content_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
}*/
.flex_content_child {
  width: 45%;
}
.flex_content_child a {
  display: block;
  height: 300px;
  width: 300px;
  margin: auto;
}
.flex_content_child a img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.flex_content_arrow {
  width: 9%;
  background: url(../img/iconmonstr-arrow-24.svg) no-repeat center center;
}
/* media */
@media(max-width:736px) {
  .flex_content_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content_child {
    width: 100%;
  }
  .flex_content_arrow {
    width: 100%;
    height: 30px;
    background: url(../img/downarrow.webp) no-repeat center center;
    background-size: contain;
    margin: 20px 0px;
  }
}
.txt_subtitle_white {
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #f7f7f7;
}
.txt_subtitle_gray {
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.txt_subtitle_brown {
  margin: auto;
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: rgba(107, 54, 10, 0.75);
}
.txt {
  padding: 2rem 0px 0px 0px;
  margin: auto;
  line-height: 1.7em;
  max-width: 300px;
}
.section_maintitle {
  color: #6b360a;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  margin: auto;
}
.advantage_foot {
  margin: auto;
  padding-top: 35px;
  text-align: center;
  font-size: 30px;
}
.advantage_foot a {
  margin: auto;
  display: block;
  border-bottom: 3px solid #333;
  width: 120px;
}
.advantage_foot span {
  font-size: 20px;
  font-weight: 500;
}
/* section voices S */
.voices {
  padding: 3.5rem 1.5rem;
  overflow: hidden;
}
.voices .ib {
  padding: 10px 0px 50px;
}
.voices h3 {
  color: #f7f7f7;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
}
.voices h2 {
  color: #6b360a;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin: auto;
  padding-top: 15px;
}
.voices a:hover img {
  opacity: 0.5;
  transition: 0.8s;
}
.voices_container {
  margin: auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media(max-width:736px) {
  .voices_container {
    grid-template-columns: 1fr;
  }
}
.voices_block {
  background-color: #fff;
  padding: 1rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .12));
}
.voices_block .main_vc_box {
  height: 200px;
  width: 200px;
  margin: auto;
}
.voices_block img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.voices .voices_container .voices_block .voice_name {
  text-align: center;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.voice_ken {
  font-weight: 100;
  font-size: 15px;
  color: #999999;
}
.voice_lead {
  font-size: 1rem;
  margin-bottom: 2rem;
  min-height: 200px;
}
.voice_link_btn {
  position: relative;
  background-color: #a1c945;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: auto;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #f7f7f7;
}
.voice_link_btn::after {
  position: absolute;
  content: ' ';
  height: 1rem;
  width: 1rem;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/chevron-right.svg") center/cover no-repeat;
}
.voice_foot {
  margin: 0 auto 4rem auto;
  padding: 0;
  text-align: center;
  font-size: 30px;
  color: #6b360a;
}
.voice_foot a {
  margin: auto;
  display: block;
  border-bottom: 3px solid #6b360a;
  width: 230px;
}
.voice_foot span {
  font-size: 20px;
  font-weight: 500;
}
/* media */
/* section voices E */
.qa_title_wrapper {
  display: block;
  margin: auto;
}
.qa_title_wrapper_sp {
  display: none;
  margin: auto;
}
@media(max-width:736px) {
  .qa_title_wrapper_sp {
    display: block;
    margin: auto;
  }
  .qa_title_wrapper {
    display: none;
    margin: auto;
  }
}
.txt_qa {
  font-size: 10px !important;
}
@media(max-width:768px) {
  .img_doctor {
    display: none !important;
  }
}
.img_doctor {
  padding-top: 50px;
}
/***************************************

qa_list

***************************************/
.qa_list {
  background: url(../img/list_bg.webp) 50% 50% fixed;
  background-size: cover;
}
.qa_list .ib {
  padding: 0px 0px 50px;
}
.qa_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.qa_list ul li {}
/*.qa_list ul li a {
	padding: 15px 40px 15px 40px;
	color: #9c5c29;
	background: #fff;
	font-size: 13px;
	display: block;
	border: 1px solid #deb58a;
	border-bottom: 3px solid #deb58a;
	min-height: 100px;
	vertical-align: middle;
}
.qa_list ul li a:before {
	content: url(../img/icon01.webp);
	padding-right: 7px;
	position: relative;
	top: 3px;
}
.qa_list ul#seclist li a:before {
	content: url(../img/icon03.webp);
	padding-right: 7px;
	position: relative;
	top: 3px;
}*/
.qa_link_wrapper {
  display: table;
  height: 100px;
  width: 100%;
  padding: 5px;
  background-color: white;
  border: 1px solid #f7f7f7;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.qa_link_wrapper_flex {
  display: flex;
  align-items: center;
  height: 100px;
  width: 100%;
  padding: 5px;
  background-color: white;
  border: 1px solid #f7f7f7;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.qa_list .qa_link_wrapper_flex img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.qa_list .qa_link_wrapper_flex p {
  color: #333;
  font-weight: 400;
}
.qa_link_child {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.qa_link_child img {
  padding-top: 5px;
  padding-right: 8px;
  height: 30px;
  width: 30px;
}
.qa_link_child p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.7rem;
}
.qa_list ul li a:link {
  display: block;
}
.qa_list ul li a:hover {
  transition: 0.5s;
  opacity: 0.4;
}
.qa_section_title {
  display: block;
  padding: 3.5rem 1rem 1rem 1rem;
}
@media(max-width:768px) {
  .qa_section_title {
    display: block;
  }
}
/* add 2019.02.11 */
.color_blue {
  color: #6E7DB1 !important;
}
.color_red {
  color: #FF695E !important;
}
.color_brown {
  color: #6b360a !important;
}
.name {}
.more {
  display: inline-block;
  padding: 3px;
  line-height: 1em;
  color: #6b360a;
  font-weight: 600;
}
.more a:link {
  border-bottom: 2px solid #6b360a;
}
.more a:hover {
  opacity: 0.5 !important;
}
.midashi_desc {
  padding: 10px;
  width: 400px;
  text-align: left;
}
@media(max-width:768px) {
  .midashi_desc {
    width: 100%;
  }
}
.txt_ttl {
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 4px;
}
.txt_gradient {
  position: relative;
}
.voice_btn a {
  display: block;
  margin: 3rem auto 0 auto;
  text-align: center;
  max-width: 300px;
  padding: 1rem;
  background-color: #5f442f;
  color: #f7f7f7;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  border-radius: 6px;
}
.voice_btn a::after {
  position: absolute;
  content: ' ';
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background: url("../img/chevron-right.svg") center/cover no-repeat;
}
.voice_btn a span {
  display: block;
}
.voice_btn a span.voice_subttl {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.voice_btn a span.voice_more {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
.sikkan_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: auto;
}
@media(max-width:768px) {
  .sikkan_list {
    grid-template-columns: 1fr;
  }
}
.sikkan_list li {
  padding: 10px;
  border: 1px solid #e3e3e3;
}
.sec_sikkan .sikkan_inner .sikkan_list .sikkan_ttl {
  font-weight: 700;
  font-size: 1rem;
  color: #5f442f;
  margin: 0 0 0.5rem 0;
}
.sikkan_list li p.sikkan_dsc {
  font-size: 0.85rem;
  color: #333;
  margin: 0 0 1rem 0;
  min-height: 120px;
  line-height: 1.7rem;
}
.sikkan_list li div.sikkan_imgbox {
  width: 100%;
  height: 170px;
  background-color: #999;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.sikkan_list li div.sikkan_imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sikkan_list li a.link_btn {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  background-color: #5f442f;
  color: #f7f7f7;
}
.sikkan_list li a.link_btn::after {
  position: absolute;
  content: ' ';
  height: 1.2rem;
  width: 1.2rem;
  top: 0;
  right: 3px;
  bottom: -3px;
  margin: auto;
  background: url("../img/chevron-right.svg") center/cover no-repeat;
}
.sec_sikkan {}
.sec_sikkan .sikkan_inner {
  padding: 2.5rem 1.5rem;
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
.sec_sikkan .sikkan_inner h3.sikkan_category {
  position: relative;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  padding: 10px 0 10px 60px;
  background-color: #f9f9f9;
}
.sec_sikkan .sikkan_inner h3.sikkan_category::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 40px;
  background-color: #5f442f;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.clr_stress {
  color: #6E7DB1;
  font-weight: 700;
}
.clr_kousoku {
  color: #FF9300;
  font-weight: 700;
}
.clr_type {
  color: #FF695E;
  font-weight: 700;
}
.clr_onkyo {
  color: #6b360a;
  font-weight: 700;
}
/* topics s */
.topics_wrapper {
  display: flex;
  margin: 0 0 20px 0;
  /*border-bottom: 1px dashed #6b360a;*/
}
.topics_wrapper:last-child {
  border-bottom: 0;
}
.topics_wrapper h2 {
  font-size: 18px;
  color: #6b360b;
  width: 24%;
  border-right: 1px solid #e3e3e3;
  margin-right: 1rem;
}
.topics_wrapper h2 span {
  display: block;
  font-size: 60%;
  font-weight: 400;
  color: #999;
}
.topics_wrapper p {
  font-size: 0.85rem;
  line-height: 1.7rem;
  width: 74%;
}
@media(max-width:768px) {
  .topics_wrapper {
    flex-wrap: wrap;
  }
  .topics_wrapper h2 {
    width: 100%;
    margin: auto;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 1rem 0;
  }
  .topics_wrapper p {
    width: 100%;
  }
}
/* topics e */
/* add 20230203 */
.customer_name {
  font-size: 15px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #333333;
  text-align: right;
}
.customer_state {
  font-size: 12px;
  text-align: right;
  opacity: 0.5;
  padding: 0;
  margin: 0 0 10px 0;
}
.qa_list ul li {
  position: relative;
}
.qa_list ul li .p_note {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 12px;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.6;
}
.about_box .hilight_box {
  height: 150px !important;
  width: 100% !important;
  overflow: hidden;
}
.about_box .hilight_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
}
.sec_faq {
  padding: 3.5rem 1.5rem;
  background: url(../img/list_bg.webp) 50% 50% fixed;
  background-size: cover;
}
.sec_faq .faq_inner {
  max-width: 1280px;
  margin: auto;
}
.sec_faq .faq_inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media(max-width:768px) {
  .sec_faq .faq_inner ul {
    grid-template-columns: 1fr;
  }
}
.sec_faq .faq_inner ul li {
  position: relative;
  padding: 1rem 1rem 1rem 2.5rem;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
}
.sec_faq .faq_inner ul li img {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.sec_faq .faq_inner ul li a {
  display: block;
}
.sec_faq .faq_inner ul li a p {
  padding: 0;
  margin: auto;
}
.sec_faq .faq_inner ul li a p.faq_ttl {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.sec_faq .faq_inner ul li a p.faq_name {
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  opacity: 0.7;
  position: absolute;
  right: 5px;
  bottom: 5px;
}