.md-imgBlock {
  display: flex;
  align-items: center;
  margin: 0 -4rem;
}
.md-imgBlock .blockInfo {
  width: 50%;
  padding: 0 4rem;
  box-sizing: border-box;
}
.md-imgBlock .blockInfo .blockTtl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.md-imgBlock .blockInfo .blockDesc {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.md-imgBlock .blockImg {
  width: 50%;
  padding: 0 4rem;
  box-sizing: border-box;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .md-imgBlock {
    display: block;
    margin: 0;
  }
  .md-imgBlock .blockInfo {
    width: 100%;
    padding: 0;
  }
  .md-imgBlock .blockInfo .blockTtl {
    font-size: 3.5rem;
  }
  .md-imgBlock .blockInfo .blockDesc {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .md-imgBlock .blockImg {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}



.secMainVis {
  height: 82rem;
  position: relative;
}
.secMainVis::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/kv_bg.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.secMainVis .secInr {
  position: relative;
  z-index: 10;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.secMainVis .secInr .secCts {
  width: 54rem;
}
.secMainVis .secInr .secCts .secImg {
}
.secMainVis .secInr .secCts .secTtl {
  margin-top: 2rem;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secMainVis {
    height: 82rem;
  }
  .secMainVis::before {
    background: url(../images/kv_bg.png) no-repeat bottom left;
    background-size: cover;
  }
  .secMainVis .secInr {
    max-width: 100%;
    padding: 0 3rem;
  }
  .secMainVis .secInr .secCts {
    width: 100%;
    margin-top: 8rem;
  }
  .secMainVis .secInr .secCts .secImg {
    width: 30rem;
    margin-left: auto;
  }
  .secMainVis .secInr .secCts .secTtl {
    margin: 5rem auto 0;
    width: 50rem;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
    -moz-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
    -ms-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  }
}


.secAbout {
  position: relative;
  z-index: 10;
  padding-bottom: 12rem;
}
.secAbout::before {
  content: " ";
  width: 100%;
  height: 16rem;
  background: url(../images/about_bg02.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -16rem;
  left: 0;
}
.secAbout .secInr .ctsBlock {
  margin: 13rem auto 0;
  max-width: 115rem;
}
.secAbout .secInr .ctsBlock .blockTtl {
  font-size: 3rem;
}
.secAbout .secInr .ctsPointBlock {
  margin-top: 18rem;
}
.secAbout .secInr .ctsPointBlock .blockTtlWrap {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/about_img02.png) no-repeat center center;
  background-size: cover;
}
.secAbout .secInr .ctsPointBlock .blockTtlWrap .wrapTtl {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.3em;
}
.secAbout .secInr .ctsPointBlock .blockTtlWrap .wrapTtl span {
  display: inline-block;
  padding: 0 3rem;
  box-sizing: border-box;
  background-color: #333;
  font-size: 8.9rem;
  line-height: 12rem;
}

.blockTtl_top {
  margin-bottom: 87.06px;
}

.secAbout .secInr .ctsPointBlock .blockCts {
  margin-bottom: 12.6rem;
  position: relative;
  background-color: #c7c7c7;
}
.secAbout .secInr .ctsPointBlock .blockCts::before {
  content: " ";
  width: 100%;
  height: 12.6rem;
  background: url(../images/about_bg01.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: -12.5rem;
  left: 0;
}
.secAbout .secInr .ctsPointBlock .ctsInr {
  max-width: 89.5rem;
  margin: 0 auto;
  padding: 7rem 0 3rem;
  box-sizing: border-box;
}
.secAbout .secInr .ctsPointBlock .pointListWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.secAbout .secInr .ctsPointBlock .pointListWrap .pointList {
  width: 50%;
  padding: 1.5rem;
  box-sizing: border-box;
}
.secAbout .secInr .ctsPointBlock .pointListWrap .pointList .listInr {
  border-radius: 1rem;
  position: relative;
  border-left: 6.7rem solid #8b7a65;
  background-color: #fff;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
  font-family: var(--font-n);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  display: block;
}
.secAbout .secInr .ctsPointBlock .pointListWrap .pointList .listInr::before {
  content: " ";
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/icn_check.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: -4.9rem;
  transform: translateY(-50%);
}
.secAbout .secInr .ctsProposalBlock {
  padding-top: 7.5rem;
  margin: 0 auto;
  max-width: 115rem;
}
.secAbout .secInr .ctsProposalBlock .blockTtlWrap {
  text-align: center;
}
.secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockLead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 4rem;
  box-sizing: border-box;
  background-color: #8b7a65;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: var(--font-n);
  letter-spacing: 0.2em;
  margin-top: 12.195rem;
}
.secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockTtl {
  margin-top: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockTtl span {
  font-size: 3.5rem;
  position: relative;
  padding: 0 0.5rem 0.3rem;
  box-sizing: border-box;
}
.secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockTtl span::before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #757575;
  position: absolute;
  bottom: 0;
  left: 0;
}

.secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockImg {
  max-width: 89.5rem;
  margin: 5.5rem auto 0;
}
.secAbout .secInr .ctsProposalBlock .md-imgBlock {
  margin-top: 13rem;
}
.secAbout .secInr .ctsProposalBlock .md-imgBlock .blockDesc {
  font-family: var(--font-n);
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secAbout {
    padding-bottom: 8rem;
  }
  .secAbout::before {
    height: 9rem;
    bottom: -8.9rem;
  }
  .secAbout .secInr .ctsBlock {
    margin: 8rem auto 0;
    max-width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .secAbout .secInr .ctsBlock .blockTtl {
    font-size: 3.5rem;
  }
  .secAbout .secInr .ctsPointBlock {
    margin-top: 10rem;
  }
  .secAbout .secInr .ctsPointBlock .blockTtlWrap {
    height: 38rem;
  }
  .secAbout .secInr .ctsPointBlock .blockTtlWrap .wrapTtl {
    font-size: 3.2rem;
  }
  .secAbout .secInr .ctsPointBlock .blockTtlWrap .wrapTtl span {
    padding: 0 3rem;
    font-size: 8rem;
    line-height: 12rem;
  }
  .secAbout .secInr .ctsPointBlock .blockCts {
    margin-bottom: 6.86rem;
  }
  .secAbout .secInr .ctsPointBlock .blockCts::before {
    height: 6.86rem;
    bottom: -6.85rem;
  }
  .secAbout .secInr .ctsPointBlock .ctsInr {
    max-width: 100%;
    padding: 3rem;
  }
  .secAbout .secInr .ctsPointBlock .pointListWrap {
    display: block;
    margin: 0;
  }
  .secAbout .secInr .ctsPointBlock .pointListWrap .pointList {
    width: 100%;
    padding: 1.5rem;
  }
  .secAbout .secInr .ctsPointBlock .pointListWrap .pointList .listInr {
    border-left: 8rem solid #8b7a65;
    padding: 2rem 2.5rem;
    font-size: 2.8rem;
  }
  .secAbout .secInr .ctsPointBlock .pointListWrap .pointList .listInr::before {
    content: " ";
    width: 3.7rem;
    height: 3.7rem;
    left: -5.7rem;
  }
  .secAbout .secInr .ctsProposalBlock {
    max-width: 100%;
    padding: 6rem 3rem;
    box-sizing: border-box;
  }
  .secAbout .secInr .ctsProposalBlock .blockTtlWrap {
  }
  .secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockLead {
    padding: 1.5rem 4rem;
    font-size: 2.4rem;
  }
  .secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockTtl {
    margin-top: 3.5rem;
    font-size: 2.5rem;
  }
  .secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockTtl span {
    font-size: 3.5rem;
    padding: 0 0.5rem 0.3rem;
  }
  .secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockTtl span::before {
  }
  .secAbout .secInr .ctsProposalBlock .blockTtlWrap .blockImg {
    max-width: 100%;
    margin: 5.5rem auto 0;
  }
  .secAbout .secInr .ctsProposalBlock .md-imgBlock {
    margin-top: 8rem;
  }
  .secAbout .secInr .ctsProposalBlock .md-imgBlock .blockDesc {
    font-family: var(--font-n);
  }
}


.md-secTtl {
  text-align: center;
  position: relative;
  padding-top: 6rem;
}
.md-secTtl::before {
  content: attr(data-ttl-en);
  color: rgba(185, 122, 39,0.1);
  font-size: 9.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.md-secTtl span {
  z-index: 10;
  position: relative;
}
.md-secTtl .small {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
}
.md-secTtl .ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .md-secTtl {
    padding-top: 6rem;
  }
  .md-secTtl::before {
    font-size: 9.8rem;
  }
  .md-secTtl span {
  }
  .md-secTtl .small {
    font-size: 3rem;
  }
  .md-secTtl .ttl {
    font-size: 4rem;
  }
}


.secReasons {
  background-color: #efebe7;
  padding-top: 25rem;
  padding-bottom: 23rem;
  box-sizing: border-box;
}
.secReasons .secCts {
}
.secReasons .secCts .ctsBlock {
  margin-top: 20rem;
}
.secReasons .secCts .ctsBlock .blockHead {
  position: relative;
}
.secReasons .secCts .ctsBlock .headTtlWrap {
  position: absolute;
  bottom: 3rem;
  width: 60rem;
  z-index: 10;
}
.secReasons .secCts .ctsBlock--imgR .headTtlWrap {
  left: 0;
}
.secReasons .secCts .ctsBlock--imgL .headTtlWrap {
  right: 0;
}

.headTtlWrap_date .headCat .headTtl {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

.headTtlWrap_date {
  text-align: center;
  margin-top: 104px;
}

@media screen and (max-width: 768px) {
.headTtlWrap_date {
  margin-top: 40.8px;
}
}  

.headTtlWrap_date .headCat {
  background-color: #8b7a65;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0 5.5rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
.headTtlWrap_date .headCat {
  font-size: 3rem;
  line-height: 8rem;
}
}

.headTtlWrap_date .headTtl {
  margin-top: 3rem;
  box-sizing: border-box;
  background: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
.headTtlWrap_date .headTtl {
  font-size: 4.3rem;
  letter-spacing: 0em;
  margin-bottom: 9.5rem;
}
}

.headTtl_list {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  justify-content: center;
  gap: 0 18rem;
  display: flex;
}

.headTtl_list_second {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  justify-content: center;
  gap: 0 10rem;
  display: flex;
}

.headTtl_list .list_sleep,
.headTtl_list .list_time {
  width: 35%;
  position: relative;
}

.headTtl_list_second .list_deepsleep,
.headTtl_list_second .list_frequency,
.headTtl_list_second .list_deeptime {
  width: 23%;
  position: relative;
}

@media screen and (max-width: 768px) {

.headTtl_list,
.headTtl_list_second {
  display: block;
  margin: 0 18px;
  font-size: 3.9rem;
}
  
.headTtl_list .list_sleep,
.headTtl_list .list_time,
.headTtl_list_second .list_deepsleep,
.headTtl_list_second .list_frequency,
.headTtl_list_second .list_deeptime {
  width: 100%;
}
}

.list_sleep h3,
.list_time h3 {
  margin: 7.731rem 0 7.6rem;
}

.list_deepsleep h3,
.list_frequency h3,
.list_deeptime h3 {
  margin: 12.1rem 0 7.6rem;
}

@media screen and (max-width: 768px) {
.list_sleep h3,
.list_time h3,
.list_deepsleep h3,
.list_frequency h3,
.list_deeptime h3 {
  margin: 0 0 8.7rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
}

.data_text {
  width: 64%;
  font-family: var(--font-n);
  display: flex;
  font-size: 1.5rem;
  gap: 7.4em;
  position: absolute;
  top: 24.5%;
  left: 26%;
}

.data_text_wrap {
  margin-top: 9.45rem;
}

.text_first {
  font-weight: 400;  
}

.text_second {
  color: #B97A27;
  font-weight: 600;
}

.data_text_second {
  width: 90%;
  font-family: var(--font-n);
  display: flex;
  font-size: 1.5rem;
  gap: 3.4em;
  position: absolute;
  top: 32%;
  left: 22%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.data_text,
.data_text_second {
  width: 90%;
  font-size: 2.4rem;
  position:absolute;
  gap: 4.3em;
  top: 14%;
  left: 28.5%;
}
}

.list_time .deta_result {
  margin-top: 4.3rem;
}

.list_sleep .sleep_text,
.list_time .time_text,
.list_deepsleep .deepsleep_text,
.list_frequency .frequency_text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: var(--font-n);
  margin: 2.42rem auto 2.4rem;
  text-align: left;
  font-weight: 400;
}

.list_sleep .sleep_text,
.list_deepsleep .deepsleep_text,
.list_frequency .frequency_text
{
  margin: 2.42rem auto 2.4rem;
}

.list_time .time_text {
  margin: 3.2rem auto 3.4rem;
}

@media screen and (max-width: 768px) {
.list_sleep .sleep_text,
.list_time .time_text,
.list_deepsleep .deepsleep_text,
.list_frequency .frequency_text {
  margin: 3.9rem auto;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}  
}

.list_deeptime .deta_result {
  margin-top: 10.3rem;
}

.deta_result {
  border-radius: 2rem;
  background: #EFECE9;
  padding: 2.9rem;
  height: 13.15rem;
}

.deta_result h4 {
  color: #8B7A65;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.deta_result p {
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: 0.05em;
}

.sleep_annotation {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--font-n);
  text-align: left;
  margin-left: 11rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .list_sleep .data_img,
  .list_time .data_img,
  .list_deepsleep .data_img,
  .list_frequency .data_img,
  .list_deeptime .data_img {
    width: 83%;
  }

  .list_sleep .deta_result,
  .list_deepsleep .deta_result {
    padding: 3.7rem 5.8rem 5.8rem;
    height: 17rem;
    margin-bottom: 15.5rem;
  }

  .list_time .deta_result,
  .list_frequency .deta_result {
    padding: 3.7rem 5.8rem 5.8rem;
    height: 17rem;
    margin-bottom: 15.5rem;
  }

  .list_deeptime .deta_result {
    padding: 3.7rem 5.8rem 5.8rem;
    height: 17rem;
    margin-top: 4rem;
  }

  .deta_result h4 {
    font-size: 3.1rem;
    letter-spacing: 0.24em;
    margin-bottom: 2.7rem;
  }

  .deta_result p {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 2.21;
  }

  .sleep_annotation {
    font-size: 2.35rem;
    line-height: 1.8;
    margin: 4rem;
    letter-spacing: 0.08em;
  }
}

.secReasons .secCts .ctsBlock .headTtlWrap .headCat {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 0 5.5rem;
  background-color: #8b7a65;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 6rem;
  text-align: center;
  font-family: var(--font-n);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.secReasons .secCts .ctsBlock .headTtlWrap .headCat span,
.headTtlWrap_date .headCat span {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  padding-left: 1rem;
}

.headTtlWrap_date .headCat .data_one {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
.headTtlWrap_date .headCat .data_one {
    font-family: "Noto Serif JP", serif;
    font-size: 5.5rem;
    padding-left: 2rem;
}
}

.secReasons .secCts .ctsBlock--imgR .headTtlWrap .headCat {
  left: 0;
}
.secReasons .secCts .ctsBlock--imgL .headTtlWrap .headCat {
  right: 0;
}
.secReasons .secCts .ctsBlock .headTtlWrap .headTtl {
  padding: 6rem 0;
  box-sizing: border-box;
  background: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.secReasons .secCts .ctsBlock--imgR .headTtlWrap .headTtl {
  padding-left: 13rem;
  border-radius: 0 2rem 2rem 0;
}
.secReasons .secCts .ctsBlock--imgL .headTtlWrap .headTtl {
  text-align: right;
  padding-right: 13rem;
  border-radius: 2rem 0 0 2rem;
}
.secReasons .secCts .ctsBlock .headImg {
  width: 106.5rem;
  position: relative;
}
.secReasons .secCts .ctsBlock--imgR .headImg {
  margin-left: auto;
}
.secReasons .secCts .ctsBlock--imgL .headImg {
}
.secReasons .secCts .ctsBlock .headImg::before {
  content: attr(data-img-en);
  color: #fff;
  font-size: 8.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
.secReasons .secCts .ctsBlock--03 .headImg::before {
  font-size: 7rem;
}
.secReasons .secCts .ctsBlock--imgR .headImg::before {
  right: 13rem;
}
.secReasons .secCts .ctsBlock--imgL .headImg::before {
  left: 13rem;
}
.secReasons .secCts .ctsBlock--imgL .headImg::before {
  left: 13rem;
}
.secReasons .secCts .ctsBlock .blockCts {
  margin: 10rem auto 0;
  max-width: 110rem;
}
.secReasons .secCts .ctsBlock .blockCts .md-imgBlock + .md-imgBlock {
  margin-top: 8rem;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secReasons {
    padding-top: 20rem;
    padding-bottom: 17rem;
  }
  .secReasons .secCts {
  }
  .secReasons .secCts .ctsBlock {
    margin-top: 10rem;
  }
  .secReasons .secCts .ctsBlock .blockHead {
  }
  .secReasons .secCts .ctsBlock .headTtlWrap {
    bottom: 0;
    transform: translateY(50%);
    width: 60rem;
  }
  .secReasons .secCts .ctsBlock--imgR .headTtlWrap {
  }
  .secReasons .secCts .ctsBlock--imgL .headTtlWrap {
  }
  .secReasons .secCts .ctsBlock .headTtlWrap .headCat {
    padding: 0 5.5rem;
    font-size: 3rem;
    line-height: 8rem;
  }
  .secReasons .secCts .ctsBlock .headTtlWrap .headCat span {
    padding-left: 2rem;
    font-size: 5.5rem;
  }
  .secReasons .secCts .ctsBlock--imgR .headTtlWrap .headCat {
  }
  .secReasons .secCts .ctsBlock--imgL .headTtlWrap .headCat {
  }
  .secReasons .secCts .ctsBlock .headTtlWrap .headTtl {
    padding: 6rem 0 5rem;
    font-size: 4rem;
  }
  .secReasons .secCts .ctsBlock--imgR .headTtlWrap .headTtl {
    padding-left: 5rem;
    border-radius: 0 2rem 2rem 0;
  }
  .secReasons .secCts .ctsBlock--imgL .headTtlWrap .headTtl {
    padding-right: 5rem;
    border-radius: 2rem 0 0 2rem;
  }
  .secReasons .secCts .ctsBlock .headImg {
    width: 100%;
  }
  .secReasons .secCts .ctsBlock--imgR .headImg {
  }
  .secReasons .secCts .ctsBlock--imgL .headImg {
  }
  .secReasons .secCts .ctsBlock .headImg::before {
    font-size: 0;
  }
  .secReasons .secCts .ctsBlock--03 .headImg::before {
    font-size: 0;
  }
  .secReasons .secCts .ctsBlock--imgR .headImg::before {
    right: 3rem;
  }
  .secReasons .secCts .ctsBlock--imgL .headImg::before {
    left: 3rem;
  }
  .secReasons .secCts .ctsBlock .blockCts {
    margin: 15rem auto 0;
    max-width: 100%;
    padding: 0 3rem;
  }
  .secReasons .secCts .ctsBlock .blockCts .md-imgBlock + .md-imgBlock {
    margin-top: 10rem;
  }
}


.secVoice {
  margin-top: -16rem;
  padding-top: 16rem;
  padding-bottom: 10rem;
  box-sizing: border-box;
  position: relative;
}
.secVoice::before {
  content: " ";
  width: 100%;
  height: 16rem;
  background: url(../images/voice_bg01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  left: 0;
}
.secVoice .secCts {
  max-width: 82.2rem;
  margin: 0 auto;
}
.secVoice .secCts .voiceBlock {
  margin: 10rem -2.5rem 0;
  display: flex;
  align-items: center;
}
.secVoice .secCts .voiceBlock .blockInfo {
  width: 58.5rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.secVoice .secCts .voiceBlock .blockInfo .infoInr {
  position: relative;
  background-color: #efece9;
  border-radius: 4rem;
  padding: 5rem 8rem;
  box-sizing: border-box;
  font-family: var(--font-n);
}
.secVoice .secCts .voiceBlock .blockInfo .infoInr::before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.secVoice .secCts .voiceBlock--imgL .blockInfo .infoInr::before {
  border-style: solid;
  border-width: 1.15rem 2.6rem 1.15rem 0;
  border-color: transparent #efece9 transparent transparent;
  left: -2.6rem;
}
.secVoice .secCts .voiceBlock--imgR .blockInfo .infoInr::before {
  border-style: solid;
  border-width: 1.15rem 0 1.15rem 2.6rem;
  border-color: transparent transparent transparent #efece9;
  right: -2.6rem;
}
.secVoice .secCts .voiceBlock .blockInfo .infoInr .infoTtl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.secVoice .secCts .voiceBlock .blockInfo .infoInr .infoDesc {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
.secVoice .secCts .voiceBlock .blockImg {
  width: 25rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
  text-align: center;
}
.secVoice .secCts .voiceBlock .blockImg .imgCap {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--font-n);
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secVoice {
    margin-top: -9rem;
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
  .secVoice::before {
    height: 9rem;
    top: 3px;
  }
  .secVoice .secCts {
    max-width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .secVoice .secCts .voiceBlock {
    margin: 6rem -2.5rem 0;
  }
  .secVoice .secCts .voiceBlock .blockInfo {
    width: auto;
    flex: 1;
    padding: 0 2.5rem;
  }
  .secVoice .secCts .voiceBlock .blockInfo .infoInr {
    border-radius: 4rem;
    padding: 4rem;
  }
  .secVoice .secCts .voiceBlock .blockInfo .infoInr::before {
  }
  .secVoice .secCts .voiceBlock--imgL .blockInfo .infoInr::before {
    border-style: solid;
    border-width: 1.15rem 2.6rem 1.15rem 0;
    border-color: transparent #efece9 transparent transparent;
    left: -2.6rem;
  }
  .secVoice .secCts .voiceBlock--imgR .blockInfo .infoInr::before {
    border-style: solid;
    border-width: 1.15rem 0 1.15rem 2.6rem;
    border-color: transparent transparent transparent #efece9;
    right: -2.6rem;
  }
  .secVoice .secCts .voiceBlock .blockInfo .infoInr .infoTtl {
    font-size: 2.8rem;
  }
  .secVoice .secCts .voiceBlock .blockInfo .infoInr .infoDesc {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
  .secVoice .secCts .voiceBlock .blockImg {
    width: 25rem;
    padding: 0 2.5rem;
  }
  .secVoice .secCts .voiceBlock .blockImg .imgCap {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}

.secFaq {
  background-color: #efe4d8;
  padding: 15rem 0 10rem;
  box-sizing: border-box;
}
.secFaq .secCts {
  margin: 9rem auto 0;
  max-width: 88.7rem;
}
.secFaq .secCts .faqList {
  margin-top: 2rem;
}
.secFaq .secCts .faqList .listQ,
.secFaq .secCts .faqList .listA {
  border-radius: 1rem;
  border-left: 9rem solid;
  position: relative;
  padding: 3.5rem 5rem;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font-n);
}
.secFaq .secCts .faqList .listQ::before,
.secFaq .secCts .faqList .listA::before {
  content: " ";
  width: 7.6rem;
  height: 8.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 0.4rem;
  left: -9rem;
}
.secFaq .secCts .faqList .listQ::before {
  background-image: url(../images/faq_q.svg);
}
.secFaq .secCts .faqList .listA::before {
  background-image: url(../images/faq_a.svg);
}
.secFaq .secCts .faqList .listQ {
  border-left-color: #b97a27;
}
.secFaq .secCts .faqList .listA {
  border-left-color: #8b7a65;
  margin-top: 0.5rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secFaq {
    padding: 10rem 3rem 10rem;
  }
  .secFaq .secCts {
    margin-top: 5rem;
  }
  .secFaq .secCts .faqList {
    margin-top: 2rem;
  }
  .secFaq .secCts .faqList .listQ,
  .secFaq .secCts .faqList .listA {
    border-left: 11rem solid;
    padding: 3.5rem 5rem;
    font-size: 2.4rem;
  }
  .secFaq .secCts .faqList .listQ::before,
  .secFaq .secCts .faqList .listA::before {
    content: " ";
    width: 8.6rem;
    height: 9.5rem;
    top: 0.4rem;
    left: -11rem;
  }
  .secFaq .secCts .faqList .listQ::before {
    background-image: url(../images/faq_q.svg);
  }
  .secFaq .secCts .faqList .listA::before {
    background-image: url(../images/faq_a.svg);
  }
  .secFaq .secCts .faqList .listQ {
    border-left-color: #b97a27;
  }
  .secFaq .secCts .faqList .listA {
    border-left-color: #8b7a65;
    margin-top: 1rem;
  }
}


.secProduct {
  padding: 15rem 0 10rem;
  box-sizing: border-box;
}
.secProduct .secCts {
  margin-top: 3rem;
}
.secProduct .secCts .img {
  margin: 13rem auto 0;
  max-width: 58rem;
}
.secProduct .secCts .ctsBlock {
  margin: 10rem auto 0;
  max-width: 64rem;
}
.secProduct .secCts .ctsBlock .blockTtl {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
.secProduct .secCts .ctsBlock .blockInfo {
  margin-top: 3rem;
}
.secProduct .secCts .ctsBlock .blockInfo dl {
  display: flex;
  padding: 1rem 0;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: var(--font-n);
}
.secProduct .secCts .ctsBlock .blockInfo dl + dl {
  border-top: 1px solid #c3c3c3;
}
.secProduct .secCts .ctsBlock .blockInfo dl dt {
  width: 9rem;
}
.secProduct .secCts .ctsBlock .blockInfo dl dd {
  flex: 1;
}
.secProduct .ttl-container {
  max-width: 120rem;
  display: flex;
  gap:6rem;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.secProduct .ttl-container .secCts {
  width: 47.5%;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secProduct {
    padding: 10rem 3rem 8rem;
  }
  .secProduct .secCts {
    margin-top: 6rem;
  }
  .secProduct .secCts .img {
    margin: 8rem auto 0;
    max-width: 58rem;
  }
  .secProduct .secCts .ctsBlock {
    margin: 8rem auto 0;
    max-width: 100%;
  }
  .secProduct .secCts .ctsBlock .blockTtl {
    font-size: 3.4rem;
  }
  .secProduct .secCts .ctsBlock .blockInfo {
    margin-top: 4rem;
  }
  .secProduct .secCts .ctsBlock .blockInfo dl {
    padding: 1rem 0;
    font-size: 2.4rem;
  }
  .secProduct .secCts .ctsBlock .blockInfo dl + dl {
    border-top: 1px solid #c3c3c3;
  }
  .secProduct .secCts .ctsBlock .blockInfo dl dt {
    width: 18rem;
  }
  .secProduct .secCts .ctsBlock .blockInfo dl dd {
    flex: 1;
  }
  .secProduct .ttl-container {
    display: block;
}
  .secProduct .ttl-container .secCts {
    width: 100%;
  }
}



















.secContact {
  background-color: #e3e3e3;
  padding: 16rem 0 10rem;
  box-sizing: border-box;
}
.secContact .secCts {
  margin: 9rem auto 0;
  max-width: 98rem;
}
.secContact .secCts .ctsBlock {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.secContact .secCts .ctsBlock--top {
  align-items: flex-start;
}
.secContact .secCts .ctsBlock dt {
  flex: 1;
  padding-right: 2rem;
  padding-left: 8rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  font-family: var(--font-n);
}
.secContact .secCts .ctsBlock .required::before {
  content: "必須";
  padding: 0.4rem 1.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 99px;
  background-color: #8b7a65;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secContact .secCts .ctsBlock dd {
  width: 74rem;
}
.secContact .secCts .ctsBlock dd .input {
  margin: 0;
  padding: 0 2rem;
  border: 0;
  outline: none;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 8rem;
  width: 100%;
  box-sizing: border-box;
}
.secContact .secCts .ctsBlock dd .textarea {
  height: 25rem;
  padding: 2rem;
  resize: none;
}
.secContact .secCts .note {
  text-align: center;
  margin-top: 8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.secContact .secCts .btn {
  margin: 10rem auto 0;
  width: 98rem;
}
.secContact .secCts .btn button {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 8rem;
  font-family: var(--font-n);
  background-color: #333;
  border-radius: 99px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.secContact .secCts .btn button:hover {
  opacity: 0.8;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secContact {
    padding: 10rem 3rem 8rem;
  }
  .secContact .secCts {
    margin: 6rem auto 0;
    max-width: 100%;
  }
  .secContact .secCts .ctsBlock {
    margin-top: 2rem;
    display: block;
  }
  .secContact .secCts .ctsBlock--top {
  }
  .secContact .secCts .ctsBlock dt {
    width: 100%;
    padding-right: 0;
    padding-left: 12rem;
    font-size: 2.8rem;
  }
  .secContact .secCts .ctsBlock .required::before {
    content: "必須";
    padding: 0.8rem 1.7rem;
    font-size: 2.4rem;
  }
  .secContact .secCts .ctsBlock dd {
    width: 100%;
    margin-top: 1.5rem;
  }
  .secContact .secCts .ctsBlock dd .input {
    padding: 0 2rem;
    font-size: 16px;
    height: 8rem;
    width: 100%;
  }
  .secContact .secCts .ctsBlock dd .textarea {
    height: 25rem;
    padding: 2rem;
    width: 100%;
  }
  .secContact .secCts .note {
    margin-top: 5rem;
    font-size: 2.4rem;
  }
  .secContact .secCts .btn {
    margin: 6rem auto 0;
    width: 100%;
  }
  .secContact .secCts .btn button {
    font-size: 2.4rem;
    line-height: 8rem;
  }
  .secContact .secCts .btn button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  header {
    position: fixed !important;
    top: 0;
    z-index: 100;  
  }

  .secMainVis .secInr {
    margin: 41% auto
  }
}