/* ----------------------------------------------------- */
/* market */
/* ----------------------------------------------------- */
/* #carrepair{ display: none; }
#woodrepair{ display: block !important; } */

/* market-sec-read ------------------------------------- */
@media screen and (min-width: 768px), print{
  .market-sec-read p{
    text-align: center;
  }
}

/* market-sec1 ----------------------------------------- */
.market-sec1{
  padding: 60px 5% 0;
  background-color: var(--c-gray1);
}
.market-sec1 .sec:not(:first-of-type){
  margin-top: 45px;
  padding-top: 46px;
  border-top: 1px solid var(--c-gray3);
}
.market-sec1 .sec p.m-small{
  margin-top: 8px;
}
.market-sec1 .child{
  margin-top: 40px;
}
.market-sec1 .child h3{
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}
.market-sec1 .child .js-scrollable{
  overflow-x: auto;
}
.market-sec1 .child .js-scrollable img{
  width: 200%;
}
.market-sec1 .l-conversion-a{
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0;
}
@media screen and (min-width: 768px), print{
  .market-sec1{
    padding: 100px 20px 0;
  }
  .market-sec1 .sec{
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
  .market-sec1 .child{
    width: min(100%, 800px);
    margin: auto;
    margin-top: 45px;
  }
  .market-sec1 .child:first-of-type{
    margin-top: 65px;
  }
  .market-sec1 .child h3{
    margin-bottom: 16px;
    font-size: 20px;
  }
  .market-sec1 .child .js-scrollable{
    overflow: visible;
  }
  .market-sec1 .child .js-scrollable img{
    width: 100%;
  }
  .market-sec1 .l-conversion-a{
    padding: 100px 0;
  }
}

/* market-sec2 ----------------------------------------- */
.market-sec2{
  padding: 60px 5%;
}
.market-sec2 ul{
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid var(--c-gray2);
}
.market-sec2 .m-link-red{
  margin-top: 4px;
  text-align: right;
  line-height: 2;
}
@media screen and (min-width: 768px), print{
  .market-sec2{
    padding: 100px 20px;
  }
  .market-sec2 ul{
    margin-top: 40px;
    padding-top: 41px;
  }
  .market-sec2 .m-link-red{
    width: min(100%, 1000px);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
  }
  .market-sec2 .m-link-red a{
    margin-left: 1.5em;
  }
}

/* market-sec3 ----------------------------------------- */
/* market-sec3-b */
.market-sec3-bg{
  padding: 60px 5%;
  background-color: var(--c-gray1);
}
@media screen and (min-width: 768px), print{
  .market-sec3-bg{
    padding: 100px 20px;
  }
}

@media screen and (min-width: 768px), print{
  .market-sec3{
    width: min(100%, 1000px);
    margin: auto;
  }
}

/* read */
.market-sec3 .read{
  margin-bottom: 30px;
  text-align: center;
  color: var(--c-red1);
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px), print{
  .market-sec3 .read{
    margin-bottom: 45px;
    font-size: 24px;
  }
}

/* maker */
.market-sec3 .maker{
  margin-bottom: 30px;
  padding: 25px 0 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.market-sec3 .maker dl dt{
  width: 90%;
  padding: 0.2em 0;
  margin: 30px auto 20px;
  border-radius: 9999px;
  background-color: var(--c-red1);
  font-weight: 700;
  color: #fff;
}
#carrepair .market-sec3 .maker dl img{
  width: 70%;
}
#woodrepair .market-sec3 .maker dl img{
  width: 80%;
}
@media screen and (min-width: 768px), print{
  .market-sec3 .maker{
    margin-bottom: 45px;
    padding: 45px 20px 50px;
  }
  .market-sec3 .maker dl dt{
    width: min(100%, 660px);
    padding: 0.2em 0;
    margin: 30px auto 20px;
    font-size: 18px;
  }
  #carrepair .market-sec3 .maker dl img{
    width: 50%;
  }
  #woodrepair .market-sec3 .maker dl img{
    width: 59%;
  }
}

/* text */
.market-sec3 .text{
  margin-bottom: 45px;
}
@media screen and (min-width: 768px), print{
  .market-sec3 .text{
    margin-bottom: 60px;
  }
}

/* voice */
.market-sec3 .voice li{
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: repeat(2, 1);
  grid-column-gap: 4%;
  grid-row-gap: 20px;
}
.market-sec3 .voice li img{
  grid-area: 1 / 1 / 2 / 2;
}
.market-sec3 .voice li h3{
  grid-area: 1 / 2 / 2 / 3;
}
.market-sec3 .voice li p{
  grid-area: 2 / 1 / 3 / 3;
}
.market-sec3 .voice li{
  margin-top: 20px;
  padding: 24px 5%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.market-sec3 .voice li img{
  width: 100%;
}
.market-sec3 .voice li h3{
  align-self: center;
  width: 100%;
  text-align: center;
}
.market-sec3 .voice li h3 span:not(.min){
  display: table;
  margin: 0 auto 5px;
  padding: 0.2em 1em;
  border: 1px solid var(--c-red1);
  color: var(--c-red1);
  font-size: 0.8em;
  white-space: nowrap;
}
.market-sec3 .voice li h3 span.min{
  vertical-align: 1px;
  font-size: 0.85em;
  font-weight: 500;
}
@media screen and (min-width: 768px), print{
  .market-sec3 .voice{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  }
  .market-sec3 .voice li{
    grid-template-columns: 55% 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 10px;
  }
  .market-sec3 .voice li img{
    grid-area: 1 / 3 / 3 / 4;
  }
  .market-sec3 .voice li h3{
    grid-area: 1 / 1 / 2 / 3;
  }
  .market-sec3 .voice li p{
    grid-area: 2 / 1 / 3 / 3;
  }
  .market-sec3 .voice li{
    position: relative;
    margin-top: 0;
    padding: 48px;
    box-shadow: none;
  }
  .market-sec3 .voice li:not(:first-of-type)::before{
    content: "";
    position: absolute;
    left: 48px;
    top: 0;
    display: block;
    width: calc(100% - 96px);
    border-top: 1px solid var(--c-gray3);
  }
  .market-sec3 .voice li img{
    align-self: center;
  }
  .market-sec3 .voice li h3{
    text-align: left;
    font-size: 24px;
  }
  .market-sec3 .voice li h3 span:not(.min){
    margin: 0 0 8px 0;
    font-size: 0.6em;
  }
  .market-sec3 .voice li h3 span.min{
    margin-left: 0.2em;
    vertical-align: 1.5px;
    font-size: 0.7em;
  }
}

/* l-conversion-a */
.market-sec3 .l-conversion-a{
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print{
  .market-sec3 .l-conversion-a{
    margin-top: 100px;
  }
}

/* market-sec4 ----------------------------------------- */
/* head */
.market-sec4 .head{
  margin-bottom: 64px;
  padding: 60px 5%;
  background-color: var(--c-red1);
}
.market-sec4 .head .m-heading-c{
  color: #fff;
}
.market-sec4 .head .m-heading-c span {
  font-weight: 500;
}
.market-sec4 ul{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.market-sec4 .head a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 40px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.market-sec4 .head a::after{
  font-family: icomoon;
  content: "\e935";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: rotate(90deg) translateY(25%);
  display: block;
  color: var(--c-gray3);
  font-size: 20px;
}
.market-sec4 .head a div{
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.market-sec4 .head a span{
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: var(--c-red1);
  font-size: 18px;
}
@media screen and (min-width: 768px), print{
  .market-sec4 .head{
    margin-bottom: 100px;
    padding: 80px 20px;
  }
  .market-sec4 .head ul{
    flex-direction: row;
    gap: 16px;
    width: min(100%, 1000px);
    margin: auto;
  }
  .market-sec4 .head li{
    display: flex;
    width: 25%;
  }
  .market-sec4 .head a{
    width: 100%;
  }
  .market-sec4 .head a div{
    font-size: 18px;
  }
}

/* child-sec */
.market-sec4 .child{
  scroll-margin-top: 40px;
  padding: 0 5%;
}
.market-sec4 .child:first-of-type{
  scroll-margin-top: 88px;
}
.market-sec4 .child:not(:first-of-type) > div{
  position: relative;
  margin-top: 48px;
  padding-top: 48px;
}
.market-sec4 .child:not(:first-of-type) > div::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  border-top: 1px solid var(--c-gray2);
}
.market-sec4 .l-conversion-a{
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px), print{
  .market-sec4 .child{
    scroll-margin-top: 0;
    padding: 0 20px;
  }
  .market-sec4 .child:first-of-type{
    scroll-margin-top: 100px;
  }
  .market-sec4 .child > div{
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
  .market-sec4 .child:not(:first-of-type) > div{
    margin-top: 100px;
    padding-top: 101px;
  }
  .market-sec4 .l-conversion-a{
    margin-top: 100px;
    margin-bottom: 100px;
  }
}


/* ----------------------------------------------------- */
/* repair */
/* ----------------------------------------------------- */
/* #woodrepair{ display: block; }
#carrepair{ display: none; } */
/* repair-conversion ----------------------------------- */
.repair-conversion{
  margin-bottom: 70px;
}
@media screen and (min-width: 768px), print{
  .repair-conversion{
    margin-bottom: 150px;
  }
}

/* repair-tab-wrap ------------------------------------- */
.repair-tab-wrap{
  padding: 60px 5%;
  background-color: var(--c-red2);
}
@media screen and (min-width: 768px), print{
  .repair-tab-wrap{ padding: 120px 20px; }
}

/* repair-tab-sec1 ------------------------------------- */
/* repair-tab-case */
.repair-tab-case{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print{
  .repair-tab-case{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 4%;
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
  .repair-tab-case li{ width: 48%; }
}

/* repair-tab-p */
.repair-tab-p p{
  margin-top: 20px;
}
.repair-tab-p .m-link{ text-align: left; }
@media screen and (min-width: 768px), print{
  .repair-tab-p{
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* repair-tab-sec2 ------------------------------------- */
.repair-tab-sec2{
  padding: 45px 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.repair-tab-sec2 h2{
  margin-bottom: 30px;
  font-size: 20px;
}
.repair-tab-sec2 p{
  margin-bottom: 30px;
}
.repair-tab-sec2 p span{
  white-space: nowrap;
}
.repair-tab-sec2 dt{
  margin-bottom:24px;
  padding: 0.2em 0 0.3em;
  border-radius: 9999px;
  background-color: var(--c-blue1);
  /* font-weight: 700; */
  font-size: 14px;
  color: #fff;
}
.repair-tab-sec2 dd.car img{
  /* width: 80%; */
  width: 60%;
}
.repair-tab-sec2 dd.wood img{
  width: 80%;
}
@media screen and (min-width: 768px), print{
  .repair-tab-sec2{
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
  }
  .repair-tab-sec2 h2{
    font-size: 30px;
  }
  .repair-tab-sec2 dt{
    width: min(100%, 700px);
    margin: 0 auto 15px;
    font-size: 18px;
  }
  .repair-tab-sec2 dd.car img{
    /* width: 65%; */
    max-width: 550px;
    width: 100%;
  }
  .repair-tab-sec2 dd.wood img{
    /* width: 65%; */
    max-width: 600px;
    width: 100%;
  }
}

/* repair-tab-wrap m-btn-cv ---------------------------- */
.repair-tab-wrap .m-btn-cv{
  padding: 0 5%;
}
@media screen and (min-width: 768px), print{
  .repair-tab-wrap .m-btn-cv{
    width: min(100%, 437px);
    margin: auto;
    padding: 0;
  }
}


/* ----------------------------------------------------- */
/* repair single */
/* ----------------------------------------------------- */
/* repair-single-case ---------------------------------- */
.repair-single-case{
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: var(--c-gray1);
}
.repair-single-case ul{
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print{
  .repair-single-case{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* repair-single-news ---------------------------------- */
.repair-single-news h3{
  margin-bottom: 16px;
  padding: 0.1em 0;
  border-radius: 9999px;
  border: 1px solid var(--c-blue1);
  color: var(--c-blue1);
  text-align: center;
}
.repair-single-news dl div{
  margin-top: 10px;
  padding-left: 1em;
  border-left: 3px solid var(--c-blue1);
}
.repair-single-news dt{
  font-weight: 700;
  font-size: 16px;
}

/* repair-single-news ---------------------------------- */
.repair-single-demand{
  background-image: linear-gradient(var(--c-red1) 70vmin, var(--c-gray1) 70vmin);
}
.repair-single-demand > section{
  padding: 56px 0;
}
.repair-single-demand .m-heading-c{
  color: #fff;
}
.repair-single-demand .m-heading-c span{
  margin-bottom: 0.7em;
  padding: 0.1em 0.7em;
  background-color: #fff;
  color: var(--c-red1);
}
.repair-single-demand-child-a,
.repair-single-demand-child-b,
.repair-single-demand-child-c{
  margin-top: 25px;
  padding: 40px 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.repair-single-demand h3{
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px), print{
  .repair-single-demand{
    background-image: linear-gradient(var(--c-red1) 440px, var(--c-gray1) 440px);
  }
  .repair-single-demand > section{
    /* width: min(100%, 1200px); */
    width: min(100%, 1000px);
    margin: auto;
    padding: 100px 0;
  }
  .repair-single-demand .m-heading-c span{
    padding: 0.1em 0.7em;
    font-size: 20px;
  }
  .repair-single-demand-child-a,
  .repair-single-demand-child-b,
  .repair-single-demand-child-c{
    margin-top: 45px;
    /* padding: 60px 100px; */
    padding: 60px 40px;
  }
  .repair-single-demand h3{
    margin-bottom: 40px;
    font-size: 30px;
  }

  .repair-single-demand-child-a .inner,
  .repair-single-demand-child-b .inner,
  .repair-single-demand-child-c .inner{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

/* repair-single-demand-child-a */
.repair-single-demand-child-a li{
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 10px;
  padding: 20px 5%;
  border-radius: 10px;
  background-color: var(--c-red2);
}
.repair-single-demand-child-a li img{
  width: 30%;
}
.repair-single-demand-child-a dt{
  font-weight: 700;
  font-size: 16px;
}
.repair-single-demand-child-a dd{
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 768px), print{
  .repair-single-demand-child-a ul{
    display: flex;
    justify-content: space-between;
  }
  .repair-single-demand-child-a li{
    display: block;
    width: 32%;
    margin-top: 0;
    /* padding: 20px 5%; */
    padding: 20px 0;
    text-align: center;
  }
  .repair-single-demand-child-a li img{
    /* width: 50%; */
    width: 42%;
  }
  .repair-single-demand-child-a dt{
    margin: 10px 0 3px;
    font-size: 20px;
  }
  .repair-single-demand-child-a dd{
    font-size: 16px;
  }
}

/* repair-single-demand-child-b */
/* text1 */
.repair-single-demand-child-b .text1{
  margin-bottom: 35px;
  text-align: center;
}

/* maker */
.repair-single-demand-child-b .maker{
  margin-bottom: 35px;
  text-align: center;
}
.repair-single-demand-child-b .maker dt{
  margin-bottom: 30px;
  padding: 0.2em 0 0.3em;
  border-radius: 9999px;
  background-color: var(--c-blue1);
  /* font-weight: 700; */
  font-size: 14px;
  color: #fff;
}
.repair-single-demand-child-b.qbp .maker img{ /* qbp only */
  width: 60%;
}
.repair-single-demand-child-b.wood .maker img{ /* wood only */
  width: 80%;
}
@media screen and (min-width: 768px), print{
  .repair-single-demand-child-b .maker{
    margin-bottom: 35px;
    text-align: center;
  }
  .repair-single-demand-child-b .maker dt{
    /* width: 90%; */
    max-width: 713px;
    width: 100%;
    margin: 0 auto 15px;
    font-size: 18px;
  }
  .repair-single-demand-child-b.qbp .maker img{
    /* width: 80%; */
    width: 100%;
    max-width: 550px;
  }
}

/* text2 */
.repair-single-demand-child-b .text2{
  margin-bottom: 35px;
  padding-top: 36px;
  border-top: 1px solid var(--c-gray3);
}

/* flow */
.repair-single-demand-child-b .flow-wrap{
  margin-bottom: 35px;
}
.repair-single-demand-child-b .flow1{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.repair-single-demand-child-b .flow1::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  border-top: 13px solid var(--c-red1);
  border-bottom: 0;
}
.repair-single-demand-child-b .flow1 li{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px 5%;
  border-radius: 10px;
  background-color: var(--c-blue2);
}
.repair-single-demand-child-b .flow1 li:last-of-type::before{
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--c-blue1);
  font-family: icomoon;
  content: "\e939";
  color: #fff;
}
.repair-single-demand-child-b .flow1 img{
  order: 1;
  margin-top: 10px;
}
.repair-single-demand-child-b .flow1 h4{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--c-blue1);
}
.repair-single-demand-child-b .flow1 div{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
/* qbpのみ */
.repair-single-demand-child-b.qbp .flow1 div{
  display: block;
}

.repair-single-demand-child-b .flow1 p{
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.repair-single-demand-child-b .flow1 p:first-of-type{
  margin-top: 0;
}

.repair-single-demand-child-b .flow1 p::before{
  content: "● ";
}
.repair-single-demand-child-b .flow2{
  margin-top: 8px;
  padding: 25px 5%;
  border-radius: 10px;
  background-color: var(--c-red2);
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px), print{
  /* 共通 */
  .repair-single-demand-child-b .flow1{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    text-align: center;
  }
  .repair-single-demand-child-b .flow1 li{
    display: block;
    width: 49.5%;
    padding: 25px 50px;
  }
  .repair-single-demand-child-b .flow1 li:last-of-type::before{
    left: 0;
    top: 50%;
    transform: translate(calc(-50% - 4px), -50%);
    width: 32px;
    height: 32px;
  }
  .repair-single-demand-child-b .flow1 img {
    margin: 0 0 14px;
  }
  .repair-single-demand-child-b .flow1 h4{
    font-size: 22px;
  }
  .repair-single-demand-child-b .flow1 div{
    display: block;
  }
  .repair-single-demand-child-b .flow2{
    padding: 25px 0;
    font-size: 22px;
  }

  /* qbpのみ */
  .repair-single-demand-child-b.qbp .flow1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
  }
  .repair-single-demand-child-b .flow1 ul{
    display: block;
  }
  .repair-single-demand-child-b.qbp .flow1 li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 25px 10%;
  }
  .repair-single-demand-child-b.qbp .flow1 li:last-of-type::before{
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
  }
  .repair-single-demand-child-b.qbp .flow1 h4{
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
    font-size: 20px;
  }
}

/* repair-single-demand-child-c */
.repair-single-demand-child-c .voice-list{
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: repeat(2, 1);
  grid-column-gap: 4%;
  grid-row-gap: 20px;
}
.repair-single-demand-child-c .img{
  grid-area: 1 / 1 / 2 / 2;
}
.repair-single-demand-child-c .heading{
  grid-area: 1 / 2 / 2 / 3;
}
.repair-single-demand-child-c .text{
  grid-area: 2 / 1 / 3 / 3;
}
.repair-single-demand-child-c .voice-list:not(:first-of-type){
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid var(--c-gray2);
}
.repair-single-demand-child-c .img{
  width: 100%;
}
.repair-single-demand-child-c .heading{
  align-self: center;
  width: 100%;
  text-align: center;
}
.repair-single-demand-child-c .heading span:not(.min){
  display: table;
  /* margin: 5px auto 0; */
  margin: 0 auto 5px;
  padding: 0.2em 1em;
  border: 1px solid var(--c-blue1);
  color: var(--c-blue1);
  font-size: 0.8em;
}
.repair-single-demand-child-c .heading span.min{
  vertical-align: 1px;
  font-size: 0.9em;
}
.repair-single-demand-child-c .text p:first-child{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.repair-single-demand-child-c .text .m-link-blue{
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px), print{
  .repair-single-demand-child-c .voice-list{
    grid-template-columns: 205px 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 10px;
  }
  .repair-single-demand-child-c .img{
    grid-area: 1 / 1 / 3 / 2;
  }
  .repair-single-demand-child-c .heading{
    grid-area: 1 / 2 / 2 / 3;
  }
  .repair-single-demand-child-c .text{
    grid-area: 2 / 2 / 3 / 3;
  }
  .repair-single-demand-child-c .voice-list:not(:first-of-type){
    margin-top: 36px;
    padding-top: 37px;
  }
  .repair-single-demand-child-c .heading{
    align-self: end;
    text-align: left;
    display: flex;
    align-items: flex-end;
    font-size: 18px;
  }
  .repair-single-demand-child-c .heading span:not(.min){
    margin: 0 8px 0 0;
    font-size: 0.7em;
  }
  .repair-single-demand-child-c .heading span.min{
    transform: translateY(-1.5px);
    font-size: 0.8em;
  }
  .repair-single-demand-child-c .text p:first-child{
    -webkit-line-clamp: 2;
  }
  .repair-single-demand-child-c .text .m-link-blue{
    text-align: left;
  }
}

/* m-link */
.repair-single-demand-child-b .m-link{
  text-align: center;
}
@media screen and (min-width: 768px), print{
  .repair-single-demand-child-b .m-link{
    text-align: right;
  }
}

/* repair-single-fote ---------------------------------- */
@media screen and (min-width: 768px), print{
  .repair-single-fote{
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* navi */
.repair-single-fote .navi{
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 10px;
  background-color: var(--c-red2);
}
.repair-single-fote .navi li{
  position: relative;
}
.repair-single-fote .navi li:not(:first-of-type)::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  border-top: 1px solid var(--c-gray2);
}
.repair-single-fote .navi a{
  display: block;
  padding: 20px 5% 12px;
}
.repair-single-fote .navi dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.repair-single-fote .navi dt{
  font-weight: 700;
  font-size: 20px;
}
.repair-single-fote .navi dt span{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: var(--c-red1);
  margin-right: 8px;
}
.repair-single-fote .navi dl::after{
  font-family: icomoon;
  content: "\e935";
  transform: rotate(90deg);
  color: var(--c-red1);
}
@media screen and (min-width: 768px), print{
  .repair-single-fote .navi{
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .repair-single-fote .navi li:not(:first-of-type)::before{
    width: 800px;
    max-width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
  }
  .repair-single-fote .navi a{
    padding: 30px 20px;
    max-width: 800px;
    margin: 0 auto;
  }
  .repair-single-fote .navi dl{
    flex-direction: row;
    text-align: left;
  }
  .repair-single-fote .navi dt{
    width: 26%;
    font-size: 30px;
  }
  .repair-single-fote .navi dt span{
    margin-right: 0.5em;
  }
  .repair-single-fote .navi a{
    transition: opacity 0.5s;
  }
  .repair-single-fote .navi a:hover{
    opacity: 0.7;
  }
  .repair-single-fote .navi dl::after{
    margin-left: auto;
    margin-right: 20px;
    font-size: 26px;
    transition: transform 0.5s;
  }
  .repair-single-fote .navi a:hover dl::after{
    transform: rotate(90deg) translateX(10px);
  }
}

/* point */
.repair-single-fote .point{
  scroll-margin-top: 19vmin;
}
.repair-single-fote .point:not(:first-of-type){
  scroll-margin-top: 5vmin;
}
.repair-single-fote .point:not(:first-of-type){
  position: relative;
  margin-top: 48px;
  padding-top: 48px;
}
.repair-single-fote .point:not(:first-of-type)::before{
  content: "";
  display: block;
  width: 90%;
  position: absolute;
  left: 5%;
  top: 0;
  border-top: 1px solid var(--c-gray2);
}
.repair-single-fote .point .l-layout-flex-a{
  margin-left: 5%;
  margin-right: 5%;
}
.repair-single-fote .point .m-link{
  margin-top: 8px;
  text-align: left;
}
@media screen and (min-width: 768px), print{
  .repair-single-fote .point{
    scroll-margin-top: 60px;
  }
  .repair-single-fote .point:not(:first-of-type){
    scroll-margin-top: 120px;
  }
  .repair-single-fote .point:not(:first-of-type){
    margin-top: 100px;
    padding-top: 101px;
    border-top: 1px solid var(--c-gray2);
  }
  .repair-single-fote .point:not(:first-of-type)::before{
    display: none;
  }
  .repair-single-fote .point .l-layout-flex-a{
    margin-left: auto;
    margin-right: auto;
  }
  .repair-single-fote .point .m-link{
    margin-top: 10px;
  }
}

/* qbpのみい point1-qbp swiper */
.point1-qbp{
  margin-top: 30px;
}
@media screen and (min-width: 768px), print{
  .point1-qbp{
    left: 0;
    width: min(100%, 1000px);
    margin: 30px auto 0;
  }
}

/* qbpのみ .point2-qbp1 .point2-qbp2 共通 */
.repair-single-fote .point .point2-qbp1,
.repair-single-fote .point .point2-qbp2{
  margin-left: 5%;
  margin-right: 5%;
  padding: 30px 5%;
  background-color: var(--c-blue2);
}

.repair-single-fote .point .point2-qbp1 h4,
.repair-single-fote .point .point2-qbp2 h4{
  margin-bottom: 15px;
  font-size: 20px;
}
.repair-single-fote .point .point2-qbp1 h4 span,
.repair-single-fote .point .point2-qbp2 h4 span{
  display: inline-block;
  margin-bottom: 8px;
  padding: 0.2em 0.7em;
  border: 1px solid var(--c-blue1);
  background-color: #fff;
  color: var(--c-blue1);
  font-size: 14px;
}

/* .point2-qbp1 */
.repair-single-fote .point .point2-qbp1{
  position: relative;
  margin-top: 30px;
  border-radius: 10px 10px 0 0;
}
.repair-single-fote .point .point2-qbp1::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  border-bottom: 1px solid var(--c-gray2);
}
.repair-single-fote .point .point2-qbp1 .js-scrollable{
  overflow-x: auto;
  margin-top: 24px;
}
.repair-single-fote .point .point2-qbp1 img{
  width: 200%;
}

/* point2-qbp1 */
.repair-single-fote .point .point2-qbp2{
  border-radius: 0 0 10px 10px;
}
.repair-single-fote .point .point2-qbp2 div{
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print{
  .repair-single-fote .point .point2-qbp1,
  .repair-single-fote .point .point2-qbp2{
    width: min(100%, 1000px);
    margin-left: auto;
    margin-right: auto;
    padding: 50px 40px;
    border-radius: 10px;
  }

  .repair-single-fote .point .point2-qbp1 .inner,
  .repair-single-fote .point .point2-qbp2 .inner{
    width: min(100%, 800px);
    margin: 0 auto;
  }

  .repair-single-fote .point .point2-qbp1 h4,
  .repair-single-fote .point .point2-qbp2 h4{
    margin-bottom: 20px;
    font-size: 24px;
  }

  /* .point2-qbp1 */
  .repair-single-fote .point .point2-qbp1{
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .repair-single-fote .point .point2-qbp1::after{
    display: none;
  }
  .repair-single-fote .point .point2-qbp1 div{
    overflow: visible !important;
    margin-top: 20px;
  }
  .repair-single-fote .point .point2-qbp1 img{
    width: 100%;
  }

  /* point2-qbp1 */
  .repair-single-fote .point .point2-qbp2 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .repair-single-fote .point .point2-qbp2 .inner > *{
    width: 48%;
  }
  .repair-single-fote .point .point2-qbp2 .inner > div{
    order: 1;
    margin-bottom: 0;
  }
}

/* repair-single-owner --------------------------------- */
.repair-single-owner{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--c-gray1);
}
@media screen and (min-width: 768px), print{
  .repair-single-owner{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


/* ----------------------------------------------------- */
/* flow support */
/* ----------------------------------------------------- */
/* #carrepair{ display: none; }
#woodrepair{ display: block !important; } */

/* support-sec-read ------------------------------------ */
@media screen and (min-width: 768px), print{
.support-sec-read p{
  text-align: center;
}
}

/* support-navi ---------------------------------------- */
.support-navi{
  padding: 60px 5%;
  background-color: var(--c-gray1);
}
.support-navi ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-navi a{
  display: block;
  padding: 30px 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.support-navi dt{
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.support-navi dt span{
  display: inline-block;
  padding: 0.1em 0.8em;
  background-color: var(--c-red1);
  font-size: 0.55em;
  color: #fff;
  font-weight: 500;
}
.support-navi dt img{
  display: block;
  width: 8%;
  margin: 5px auto 0;
}
.support-navi dd{
  padding: 12px 0;
  padding-left: 1.4em;
  border-bottom: 1px solid var(--c-gray3);
  background: url(../img/icon-check2.svg) no-repeat left 17px / 1em auto;
}
.support-navi dd:first-of-type{
  border-top: 1px solid var(--c-gray3);
}
@media screen and (min-width: 768px), print{
  .support-navi{
    padding: 120px 20px;
  }
  .support-navi ul{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1000px);
    margin: auto;
  }
  .support-navi li{
    width: 48%;
  }
  .support-navi a{
    padding: 50px 30px;
    transition: filter 0.3s;
  }
  .support-navi a:hover{
    filter: brightness(85%);
  }
  .support-navi dt{
    margin-bottom: 35px;
    font-size: 36px;
  }
  .support-navi dt img{
    margin: 10px auto 0;
  }
  .support-navi dd{
    padding: 16px 0;
    padding-left: 1.4em;
    background: url(../img/icon-check2.svg) no-repeat left 24px / 1em auto;
  }
}

/* support-sec ----------------------------------------- */
.support-sec h2{
  padding: 48px 0;
  background-color: var(--c-red1);
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.support-sec h2 span{
  display: table;
  margin: 0 auto 10px;
  padding: 0.1em 0.8em;
  background-color: #fff;
  font-size: 0.55em;
  color: var(--c-red1);
  font-weight: 500;
}
.supoort-sec-inner{
  overflow: hidden;
  padding: 65px 5%;
}
@media screen and (min-width: 768px), print{
  .support-sec h2{
    padding: 80px 0;
    font-size: 36px;
  }
  .supoort-sec-inner{
    padding: 100px 20px;
  }
  .support-sec .l-layout-flex-a{
    align-items: flex-start;
  }
}

/* sec */
.support-sec .sec:not(:first-of-type){
  margin-top: 60px;
  padding-top: 61px;
  border-top: 1px solid var(--c-gray3);
}
.support-sec .sec .m-link{
  text-align: left;
}
@media screen and (min-width: 768px), print{
  .support-sec .sec{
    width: min(100%, 1000px);
    margin: auto;
  }
  .support-sec .sec:not(:first-of-type){
    margin-top: 100px;
    padding-top: 101px;
  }
  .support-sec .sec .m-link{
    margin-top: 20px;
  }
}

/* sec-gijyutu01-img */
.sec-gijyutu01-img{
  width: 111%;
  margin-top: 35px;
  margin-left: -5.5%;
}
@media screen and (min-width: 768px), print{
  .sec-gijyutu01-img{
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}

/* child-wrap */
.support-sec .child-wrap{
  position: relative;
  margin-top: 35px;
  padding: 24px 5%;
  border-radius: 10px;
  background-color: var(--c-blue2);
}
.support-sec .child-wrap .m-small{
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px), print{
  .support-sec .child-wrap{
    margin-top: 50px;
    padding: 50px 20px;
  }
}

/* child-sec-a */
.support-sec .child-sec-a:not(:first-of-type){
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid var(--c-gray3);
}
.support-sec .child-sec-a h4{
  margin-bottom: 1em;
  font-size: 20px;
}
.support-sec .child-sec-a h4 span:nth-of-type(1){
  display: table;
  margin-bottom: 8px;
  padding: 0.1em 0.5em;
  border: 1px solid var(--c-blue1);
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--c-blue1);
}
.support-sec .child-sec-a h4 span:nth-of-type(2){
  display: block;
  font-size: 16px;
}
.support-sec .child-sec-a h4 i{
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
}
.support-sec .child-sec-a .m-link-blue{
  margin-top: 10px;
}
.support-sec .child-sec-a img{
  margin-top: 20px;
}
@media screen and (min-width: 768px), print{
  .support-sec .child-sec-a{
    width: min(100%, 800px);
    margin: auto;
  }
  .support-sec .child-sec-a > div:first-of-type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .support-sec .child-sec-a img{
    width: 32%;
    margin-top: 0;
  }
  .support-sec .child-sec-a h4{
    width: 65%;
    margin-bottom: 1em;
  }
  .support-sec .child-sec-a h4 span:nth-of-type(2){
    font-size: 1em;
  }
  .support-sec .child-sec-a h4 i{
    margin-top: 0px;
  }
  .support-sec .child-sec-a .m-link-blue{
    margin-top: 10px;
    text-align: right;
  }
}

/* child-sec-b */
.support-sec .child-sec-b h3{
  padding: 0.4em 0;
  border-radius: 9999px;
  background-color: var(--c-blue1);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.support-sec .child-sec-b section{
  position: relative;
  margin-top: 24px;
}
.support-sec .child-sec-b h4{
  font-weight: 400;
  font-size: 16px;
}
.support-sec .child-sec-b img{
  width: 20%;
  margin-right: 3vmin;
  vertical-align: -10.3vmin;
}
.support-sec .child-sec-b .m-link-blue{
  position: absolute;
  top: 7.5vmin;
  left: 19.4vmin;
}
.support-sec .child-sec-b .text{
  position: relative;
  margin-top: 18px;
  padding: 15px 5%;
  border-radius: 10px;
  background-color: #fff;
}
.support-sec .child-sec-b .text::before{
  position: absolute;
  left: 8.2%;
  top: -12px;
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-top: 0;
}
@media screen and (min-width: 768px), print{
  .support-sec .child-sec-b h3{
    width: min(100%, 800px);
    margin: 0 auto 30px;
    font-size: 18px;
  }
  .support-sec .child-sec-b section{
    position: static;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: min(100%, 800px);
    margin: 25px auto 0;
  }
  .support-sec .child-sec-b h4{
    width: 13%;
    font-weight: 400;
    font-size: 16px;
  }
  .support-sec .child-sec-b h4 span{
    display: block;
    text-align: center;
  }
  .support-sec .child-sec-b div{
    width: 87%;
  }
  .support-sec .child-sec-b img{
    width: 100%;
    margin-right: 0;
    vertical-align: 0;
  }
  .support-sec .child-sec-b .m-link-blue{
    position: static;
    margin-top: 5px;
    text-align: right;
  }
  .support-sec .child-sec-b .text{
    margin-top: 0;
    padding: 20px;
  }
  .support-sec .child-sec-b .text::before{
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 13px solid #ffffff;
    border-left: 0;
  }
}

/* child-sec-c */
.support-sec .child-sec-c{
  margin-top: 35px;
}
.support-sec .child-sec-c h3{
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
  color: var(--c-blue1);
  font-size: 16px;
}
.support-sec .child-sec-c h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
  display: block;
  width: 100%;
  border-top: 1px solid var(--c-blue1);
}
.support-sec .child-sec-c ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-sec .child-sec-c li{
  display: flex;
  gap: 16px;
}
.support-sec .child-sec-c li img{
  width: 20%;
}
.support-sec .child-sec-c li span{
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  padding: 0 5%;
  border-radius: 10px;
  background-color: #fff;
}
.support-sec .child-sec-c li span::before{
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #ffffff;
  border-left: 0;
}
.support-sec .child-sec-c .m-small{
  position: static;
  margin-top: 16px;
  text-align: left;
}
.support-sec .child-sec-c .m-link-blue{
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px), print{
  .support-sec .child-sec-c{
    width: min(100%, 800px);
    margin: 40px auto 0;
  }
  .support-sec .child-sec-c h3{
    margin-bottom: 38px;
    font-size: 16px;
  }
  .support-sec .child-sec-c h3 span{
    padding-right: 1em;
    background-color: var(--c-blue2);
  }
  .support-sec .child-sec-c h3::after{
    left: 0;
    bottom: auto;
    top: 50%;
  }
  .support-sec .child-sec-c ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  .support-sec .child-sec-c li{
    width: 48%;
  }
  .support-sec .child-sec-c .m-small{
    margin-top: 16px;
  }
  .support-sec .child-sec-c .m-link-blue{
    margin-top: 15px;
    text-align: right;
  }
}


/* ----------------------------------------------------- */
/* franchise */
/* ----------------------------------------------------- */
/* .franchise-sec1 --------------------------------- */
.franchise-sec1 {}
.franchise-sec1 h2 {}
.franchise-sec1 p {
}
@media screen and (min-width: 768px), print{
  .franchise-sec1 p {
    text-align: center;
  }
}

/* .franchise-sec2 --------------------------------- */
.franchise-sec2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--c-gray1);
}
.franchise-sec2 .flex{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.franchise-sec2 .text{}
.franchise-sec2 .text span {
  color: var(--c-red1);
}
.franchise-sec2 .figure{
  border-radius: 10px;
  /* border: 1px solid var(--c-gray3); */
  overflow: hidden;
}

@media screen and (min-width: 768px), print{
  .franchise-sec2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .franchise-sec2 .flex{
    width: min(100%, 1000px);
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
  .franchise-sec2 .text{}
  .franchise-sec2 .text span {}
  .franchise-sec2 .figure{
    min-width: 400px;
    width: 48%;
    flex-shrink: 0;
  }
}

/* .franchise-sec3 --------------------------------- */
.franchise-sec3 {
  padding-top: 60px;
}
.franchise-sec3 h2{
  margin-bottom: 16px;
}
.franchise-sec3 .lead{
  text-align: center;
  margin-bottom: 40px;
}
.franchise-sec3 ul{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.franchise-sec3 ul li{
  background-color: var(--c-gray1);
  position: relative;
  border-radius: 10px;
  padding: 32px 24px;
}
.franchise-sec3 ul li img{
  height: 56px;
  width: auto;
  display: block;
  margin: 0 auto 16px;
}
.franchise-sec3 ul li h3{
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.franchise-sec3 ul li p{}
.franchise-sec3 ul li span{
  display: block;
  background-color: var(--c-red1);
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-16px,-16px) rotate(-5deg);
  width: 94px;
  height: 94px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.franchise-sec3 .tr{
  background-color: #fff;
  border: 1px solid var(--c-gray3);
  border-radius: 10px;
  padding: 32px 24px;
}
.franchise-sec3 .tr h3{
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--c-red1);
}
.franchise-sec3 .tr p{}

@media screen and (min-width: 768px), print{
  .franchise-sec3 {
  padding-top: 100px;
}
.franchise-sec3 h2{}
.franchise-sec3 .lead{
  margin-bottom: 64px;
}

.franchise-sec3 ul{
  flex-direction: row;
  width: min(100%, 1000px);
  margin: 0 auto 48px;
}
.franchise-sec3 ul li{
  padding: 40px 32px;
}
.franchise-sec3 ul li img{
  height: 60px;
  margin: 0 auto 16px;
}
.franchise-sec3 ul li h3{
  font-size: 20px;
  margin-bottom: 8px;
}
.franchise-sec3 ul li p{}
.franchise-sec3 ul li span{
  font-size: 11px;
  transform: translate(-32px,-32px) rotate(-5deg);
  width: 100px;
  height: 100px;
}

.franchise-sec3 .tr{
  padding: 32px 40px;
  display: flex;
  gap: 32px;
  align-items: center;
  width: min(100%, 800px);
  margin: 0 auto;
}
.franchise-sec3 .tr h3{
  font-size: 20px;
  flex-shrink: 0;
  width: fit-content;
}
.franchise-sec3 .tr p{}
}

/* .franchise-sec4 --------------------------------- */
.franchise-sec4 {
}
.franchise-sec4 .head{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--c-red1);
}
.franchise-sec4 .head h2{
  color: #fff;
}
.franchise-sec4 .head h2 span {
  display: block;
}
.franchise-sec4 .head dl{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.franchise-sec4 .head dl a{
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 0 40px;
  position: relative;
  cursor: pointer;
}
.franchise-sec4 .head dl a::after {
  content: "\e935";
  font-family: icomoon;
  display: block;
  color: var(--c-gray3);
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.franchise-sec4 .head dt{
  text-align: center;
  color: var(--c-red1);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}
.franchise-sec4 .head dd{
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.franchise-sec4 .main {
  padding: 64px 5% 0;
}
.franchise-sec4 .main li:not(#merit1) .tr {
}
.franchise-sec4 .main li:not(#merit1) .m-link-blue{
  margin-top: 8px;
}
.franchise-sec4 .main .tr{
  background-color: var(--c-blue2);
  border-radius: 10px;
  padding: 32px 20px;
  margin-top: 24px;
}
.franchise-sec4 .main .tr h4{
  color: var(--c-blue1);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.franchise-sec4 .main .tr p{}

@media screen and (min-width: 768px), print{
  .franchise-sec4 {}
  .franchise-sec4 .head{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .franchise-sec4 .head h2{}
  .franchise-sec4 .head h2 span {
    display: block;
  }
  .franchise-sec4 .head dl{
    flex-direction: row;
    gap: 8px;
    width: min(100%, 1000px);
    margin: 0 auto;
  }
  .franchise-sec4 .head dl a{
    width: calc((100% - 16px) / 3);
    padding: 32px 0 40px;
  }
  .franchise-sec4 .head dl a::after {
  }
  .franchise-sec4 .head dt{
  }
  .franchise-sec4 .head dd{
    font-size: 18px;
  }
  .franchise-sec4 .main {
    padding: 100px 20px 0;
  }
  .franchise-sec4 .main li:not(#merit1) .tr {
    position: relative;
    padding: 40px 40px 56px;
  }
  .franchise-sec4 .main li:not(#merit1) .m-link-blue{
    position: absolute;
    bottom: 40px;
    right: 48px;
    margin-top: 0;
  }
  .franchise-sec4 .main .tr{
    margin-top: 40px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .franchise-sec4 .main .tr h4{
    font-size: 20px;
    flex-shrink: 0;
  }
  .franchise-sec4 .main .tr p{}
}

/* ----------------------------------------------------- */
/* features */
/* ----------------------------------------------------- */
/* .features-sec1 --------------------------------- */
.features-sec1 {}

/* .features-sec2 --------------------------------- */
.features-sec2 {
  margin-bottom: 64px;
}
.features-sec2 .m-num-list .flex .text h3{
  font-size: 20px;
}
.features-sec2 .m-link-red{
  text-align: left;
  margin-top: 8px;
}

@media screen and (min-width: 768px), print{
  .features-sec2 {
    margin-bottom: 120px;
  }
  .features-sec2 .m-num-list .flex .text h3{}
  .features-sec2 .m-link-red{}
}

/* .features-sec3 --------------------------------- */
.features-sec3 {
}
.features-sec3 .features-sec3-head {
  padding: 64px 0;
  background-color: var(--c-red1);
  color: #fff;
  margin-bottom: 64px;
}
.features-sec3 .features-sec3-head .features-sec3-head-q{
  background-color: #fff;
  color: var(--c-red1);
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  padding: 5px 15px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.features-sec3 .features-sec3-head .features-sec3-head-title{
  margin-bottom: 16px;
}
.features-sec3 .features-sec3-head .features-sec3-head-lead{
}

.features-sec3 .features-sec3-main {}
.features-sec3 .features-sec3-main dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
.features-sec3 .features-sec3-main dl a{
  display: block;
  width: calc((100% - 8px) / 2);
  border-radius: 10px;
  background-color: var(--c-gray1);
  padding: 20px 0 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-sec3 .features-sec3-main dl a span {
  display: block;
}
.features-sec3 .features-sec3-main dl dt{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: var(--c-red1);
  text-align: center;
  font-size: 14px;
  margin-bottom: 3px;
}
.features-sec3 .features-sec3-main dl dt::after {
  content: "\e935";
  font-family: icomoon;
  display: block;
  color: var(--c-gray3);
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.features-sec3 .features-sec3-main dl dd{
  text-align: center;
  /* font-weight: 700; */
  font-size: 14px;
  line-height: 1.4;
}

.features-sec3 .features-sec3-main .features-sec3-main-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-head{
  border-bottom: 2px solid var(--c-red1);
  padding-bottom: 5px;
  font-size: 18px;
  /* font-weight: 700; */
  margin-bottom: 24px;
}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-head span {
  color: var(--c-red1);
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 3px;
}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-flex{}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-img{
  display: block;
  margin-bottom: 24px;
}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-block{}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-title{
  margin-bottom: 16px;
  font-size: 20px;
}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-text{}
.features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-text span{
  font-size: 10px;
}
.features-sec3 .features-sec3-main .features-sec3-main-list .m-link-red{
  text-align: left;
  margin-top: 8px;
}

@media screen and (min-width: 768px), print{
  .features-sec3 {
  }
  .features-sec3 .features-sec3-head {
    padding: 100px 0;
    margin-bottom: 120px;
  }
  .features-sec3 .features-sec3-head .features-sec3-head-q{
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }
  .features-sec3 .features-sec3-head .features-sec3-head-title{
    margin-bottom: 32px;
  }
  .features-sec3 .features-sec3-head .features-sec3-head-lead{
    text-align: center;
  }
  
  .features-sec3 .features-sec3-main {
    width: min(100%, 1000px);
    margin: 0 auto;
  }
  .features-sec3 .features-sec3-main dl{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-bottom: 100px;
  }
  .features-sec3 .features-sec3-main dl a{
    padding: 24px 0 38px;
    width: calc((100% - 32px) / 3);
  }
  .features-sec3 .features-sec3-main dl dt{
    font-size: 18px;
    margin-bottom: 2px;
  }
  .features-sec3 .features-sec3-main dl dt::after {
    bottom: 5px;
  }
  .features-sec3 .features-sec3-main dl dd{
    font-size: 18px;
  }
  
  .features-sec3 .features-sec3-main .features-sec3-main-list {
    gap: 100px;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-head{
    border-bottom: 2px solid var(--c-red1);
    padding-bottom: 5px;
    font-size: 20px;
    margin-bottom: 32px;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-head span {
    font-size: 20px;
    display: inline-block;
    margin-right: 8px;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-flex{
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-img{
    margin-bottom: 0;
    flex-shrink: 0;
    width: 40%;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-block{}
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-title{
    margin-bottom: 16px;
    font-size: 26px;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-text{}
  .features-sec3 .features-sec3-main .features-sec3-main-list .features-sec3-main-list-text span{
    font-size: 12px;
  }
  .features-sec3 .features-sec3-main .features-sec3-main-list .m-link-red{
  }  
}

/* ----------------------------------------------------- */
/* training */
/* ----------------------------------------------------- */
/* .training-sec1 --------------------------------- */
.training-sec1 {
  margin-bottom: 64px;
}
.training-sec1 h2{}
.training-sec1 p{}

@media screen and (min-width: 768px), print{
  .training-sec1 {
    margin-bottom: 120px;
  }
  .training-sec1 h2{}
  .training-sec1 p{
    text-align: center;
  }
}

/* .training-sec2 --------------------------------- */
.training-sec2 {
  background-color: var(--c-red2);
  padding: 64px 0;
  margin-bottom: 64px;
}
.training-sec2 h2{
  margin-bottom: 24px;
}
.training-sec2 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.training-sec2 li{
  width: calc((100% - 8px) / 2);
  border-radius: 10px;
  padding: 16px 0 12px;
  background-color: #fff;
}
.training-sec2 img{
  display: block;
  height: 42px;
  width: auto;
  margin: 0 auto 6px;
}
.training-sec2 p{
  text-align: center;
  font-size: 14px;
  /* font-weight: 700; */
}
#carrepair .training-sec2 li:nth-of-type(2) img{
  transform: translateX(-5px);
}
#carrepair .training-sec2 li:nth-of-type(3) img{
  transform: translateY(4px);
}
#woodrepair .training-sec2 li:nth-of-type(2) img{
  transform: translate(3px,5px);
}
#woodrepair .training-sec2 li:nth-of-type(3) img{
  transform: translateY(3px);
}
.training-sec2 li:nth-of-type(4) img{
  transform: translateX(7px);
}

@media screen and (min-width: 768px), print{
  .training-sec2 {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  .training-sec2 .inner{
    width: min(100%, 800px);
    margin: 0 auto;
  }
  .training-sec2 h2{
    margin-bottom: 40px;
  }
  .training-sec2 ul{
    flex-wrap: nowrap;
    gap: 8px;
  }
  .training-sec2 li{
    width: calc((100% - 8px) / 2);
    padding: 20px 0 16px;
  }
  .training-sec2 img{
    height: 54px;
    margin: 0 auto 10px;
  }
  .training-sec2 p{
    font-size: 16px;
  }
}


/* .training-sec3 --------------------------------- */
.training-sec3 {}
.training-sec3 ul{
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.training-sec3 li{}
.training-sec3 h3{
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.training-sec3 h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--c-red1);
}
.training-sec3 .flex{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.training-sec3 .flex:not(:last-of-type){
  margin-bottom: 32px;
}
.training-sec3 img{
  width: 100%;
  flex-shrink: 0;
}
.training-sec3 .text{}
.training-sec3 h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.training-sec3 p{
  font-size: 14px;
}

@media screen and (min-width: 768px), print{
  .training-sec3 {}
  .training-sec3 ul{
    gap: 100px;
    width: min(100%, 1000px);
    margin: 0 auto;
  }
  .training-sec3 li{}
  .training-sec3 h3{
    margin-bottom: 24px;
    font-size: 20px;
    gap: 8px;
  }
  .training-sec3 h3::after {
    height: 2px;
  }
  .training-sec3 .flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .training-sec3 .flex:not(:last-of-type){
    margin-bottom: 16px;
  }
  .training-sec3 img{
    width: 44%;
  }
  .training-sec3 .text{}
  .training-sec3 h4{
    font-size: 26px;
    margin-bottom: 16px;
  }
  .training-sec3 p{
    font-size: 16px;
  }
}

/* ----------------------------------------------------- */
/* category-news */
/* ----------------------------------------------------- */
body.category-news  {}
.news-list {
  background-color: #fff;
  width: 100%;
  padding: 0 0 64px;
}
.news-list h2 {
  text-align: center;
  margin-bottom: 32px;
}
.news-list ol{
  width: min(100%, 840px);
  padding: 0 20px;
  margin: 0 auto 64px;
}
.news-list ol li{}
.news-list ol li:not(:last-of-type) {
  border-bottom: 1px solid var(--c-gray3);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.news-list ol a{
  display: flex;  flex-direction: column;
  gap: 5px;
}
.news-list ol .date{
  display: block;
  color: var(--c-red1);
  font-size: 14px;
}
.news-list ol .name{
  display: block;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: calc(1.4em + 8px);
  position: relative;
}
.news-list ol .arrow{
  flex-shrink: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/icon-arrow-circle-r-red.svg) no-repeat center / 1.4em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}

.news-list .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-list .page-numbers > li a,
.news-list .page-numbers > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #F4F4F4;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: .5s;
}
.news-list .page-numbers > li span,
.news-list .page-numbers > li a:hover {
  background-color: #333;
  color: #FFF;
  transition: .5s;
}

@media screen and (min-width: 1024px), print {
  body.category-news  {
    background-color: var(--c-gray1);
  }
  .news-list {
    width: min(100%, 1000px);
    margin:0 auto;
    padding: 120px 0;
    border-radius: 10px;
  }
  .news-list h2 {
    margin-bottom: 80px;
  }
  .news-list ol{
    margin-bottom: 120px;
  }
  .news-list ol li{}
  .news-list ol li:not(:last-of-type) {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .news-list ol a{
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .news-list ol a .name:hover {
    text-decoration: underline;
  }
  .news-list ol .date{
    font-size: 16px;
    width: 20%;
  }
  .news-list ol .name{
    font-size: 16px;
    padding-right: calc(1.4em + 24px);
    width: 80%;
  }
  .news-list ol .arrow{
    width: 1.4em;
    height: 1.4em;
    background: url(../img/icon-arrow-circle-r-red.svg) no-repeat center / 1.4em;
  }
}




/* ----------------------------------------------------- */
/* /owner */
/* ----------------------------------------------------- */
/* .owner-sec  ----------------------------------- */
.owner-sec1 p {
  margin: 0 auto 60px;
}
.owner-sec1 p br {
  display: none;
}

/* owner-category */
.owner-sec2 {
  background-color: #C4000F;
  padding-top: 30px;
  padding-bottom: 30px;
}
.owner-sec2 > p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
.owner-sec2 > p img {
  width: 37px;
}

.owner-sec2 > ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: min(100%, 1000px);
  margin: auto;
  padding: 20px 5% 5px;
  border-radius: 10px;
}


/* 新着オーナーインタビュー */
.owner-sec3 {
  background: #F4F4F4;
  padding-top: 50px;
  padding-bottom: 80px;
}
.owner-sec3 > div {
  width: min(100%, 1000px);
  margin: auto;
  padding: 40px 5%;
  border-radius: 10px;
  background-color: #fff;
}
.owner-sec3 h2 {
  text-align: center;
}

.owner-sec3 ul {
  margin-bottom: 30px;
}
.owner-sec3 li {
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.owner-sec3 li:last-child {
  margin-bottom: 0;
}
.owner-sec3 li a:hover {
  background-color: #FFF;
}

.owner-sec3 li .img {
  margin-bottom: 15px;
}
.owner-sec3 li .img img {
  /* 画像トリミング完了後にコメントアウト解除 */
  /* aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center; */
}
.owner-sec3 li .date {
  margin-bottom: 15px;
}
.owner-sec3 li .date span {
  color: #BD000F;
}
.owner-sec3 li .ttl {
  margin-bottom: 20px;
}
.owner-sec3 .owner-sec3-wrap > .m-link,
.owner-sec3 li .m-link  {
  text-align: center;
}

/* 特集から探す */
.owner-sec4 {
  background: #F4F4F4;
  padding-top: 30px;
  padding-bottom: 80px;
}
.owner-sec4 h2 {
  text-align: center;
  margin-bottom: 40px;
} 


@media screen and (min-width: 768px) {
  .owner-sec1 p {
    width: 95%;
    text-align: center;
  }
  .owner-sec1 p br {
    display: block;
  }

  /* カテゴリから探す */
  .owner-sec2 > div {
    padding-top: 60px;
  }
  .owner-sec2 > div > ul {
    justify-content: center;
    padding: 60px 5% 40px;
  }

  .owner-sec3 {
    padding: 90px 5%;
  }
  .owner-sec3 h2 {
    margin-bottom: 20px;
  }
  .owner-sec3 a {
    display: block;
    transition: filter 0.5s;
  }
  .owner-sec3 a:hover {
    filter: brightness(85%);
  }
  .owner-sec3 li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .owner-sec3 li a {
    display: flex;
    padding: 30px 0;
  }
  .owner-sec3 li .img {
    width: calc( 26% - 25px);
    margin-right: 25px;
    margin-bottom: 0;
  }
  .owner-sec3 li .text {
    width: 74%;
  }
  .owner-sec3 li .date {
    font-size: 14px;
  }
  .owner-sec3 li .m-link {
    text-align: left;
  }
  .owner-sec3 .owner-sec3-wrap > .m-link {
    text-align: right;
  }


  .owner-sec4 h2 {
    margin-bottom: 50px;
  }
}



/* ----------------------------------------------------- */
/* /owner/list/ */
/* ----------------------------------------------------- */
/* カテゴリー、特集のインタビューリスト */
.owner-list-sec1 {
  width: min(100%, 1000px);
  margin: auto;
}
.owner-list-sec1 .m-btn-cv {
  margin: 65px 5%;
}

@media screen and (min-width: 768px) {
  .owner-list-sec1 .m-btn-cv {
    width: min(100%, 437px);
    margin: 65px auto;
  }
}



/* ----------------------------------------------------- */
/* .owner/feature/カテゴリスラッグ */
/* ----------------------------------------------------- */
/* キービジュアル */
.feature-cat-key {
  aspect-ratio: 375 / 230;
}
.feature-cat-key h1 {
  z-index: 1;
}
.feature-cat-key img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
}

@media screen and (min-width: 1024px), print {
  .feature-cat-key {
    aspect-ratio: unset;
  }
  .feature-cat-key img {
    height: 400px;
  }
}


/* ----------------------------------------------------- */
/* .owner/feature/カテゴリスラッグ/投稿ID */
/* ----------------------------------------------------- */
/* feature-single-sec1 ------------------------------------- */
.feature-single-sec1 {
  width: min(100%, 1000px);
  margin-bottom: 30px;
}

.feature-single-sec1 .m-interview-category {
  margin-bottom: 10px;
}

.feature-single-sec1 .kv {
  position: relative;
}
.feature-single-sec1 .img img {
  /* aspect-ratio: 16 / 9; */
}

.feature-single-sec1 .text,
.feature-single-sec1 .text p  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.feature-single-sec1 .text {
  width: 95%;
}
.feature-single-sec1 .text p {
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 30px 8px;
}
.feature-single-sec1 .text .text-red {
  color: var(--c-red1);
}


@media screen and (min-width: 768px), print {
  .feature-single-sec1 {
    margin: auto auto 100px;
  }
  .feature-single-sec1 .kv img {
    /* aspect-ratio: 16 / 9; */
  }
  .feature-single-sec1 .text p {
    font-size: 32px;
    padding: 50px 8px;
  }
}



/* ----------------------------------------------------- */
/* .owner/投稿ID */
/* ----------------------------------------------------- */
/* owner-single-sec1 ------------------------------------- */
.owner-single-sec1 {
  margin-bottom: 40px;
}

.owner-single-sec1 .date {
  font-size: 16px;
  margin-bottom: 15px;
}
.owner-single-sec1 .m-interview-category {
  margin-bottom: 5px;
}

.owner-single-sec1 h2 {
  border-left: 4px solid var(--c-red1);
  font-size: 16px;
  padding-left: 12px;
  margin-bottom: 15px;
}

.owner-single-sec1 .img img {
  /* aspect-ratio: 16 / 9; */
  object-fit: cover;
  object-position: center;
}

/* owner-single-sec2 ------------------------------------- */
.owner-single-sec2 {
  margin-bottom: 60px;
}
.owner-single-sec2 h2 {
  font-size: 16px;
  border-bottom: 2px solid var(--c-red1);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.owner-single-sec2 li {
  margin-bottom: 40px;
}
.owner-single-sec2 .text {
  margin-bottom: 15px;
}
.owner-single-sec2 .img img {
  /* aspect-ratio: 16 / 9; */
  object-fit: cover;
  object-position: center;
}

/* owner-single-sec3 ------------------------------------- */
.owner-single-sec3 .pc {
  display: none;
}
.owner-single-sec3 .m-btn-cv {
  margin: 35px 5% 15px;
}

.owner-single-sec3 .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.owner-single-sec3 .pager .btn a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.owner-single-sec3 .pager .btn span {
  border-bottom: 1px solid #333;
  line-height: 1;
}

.owner-single-sec3 .pager .btn.prev a::after,
.owner-single-sec3 .pager .btn.next a::before {
  font-family: icomoon;
  content: "\e91f";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--c-red1);
  color: #fff;
  font-size: 0.5em;
}

.owner-single-sec3 .pager .prev a::after {
  margin-left: 8px;
}
.owner-single-sec3 .pager .next a::before {
  margin-right: 8px;
  rotate: 180deg;
}


@media screen and (min-width: 768px) {
  /* owner-single-sec1 ------------------------------------- */
  .owner-single-sec1 {
    width: min(100%, 1000px);
    margin: auto auto 60px;
  }
  .owner-single-sec1 .m-interview-category {
    margin-bottom: 15px;
  }
  .owner-single-sec1 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  /* owner-single-sec2 ------------------------------------- */
  .owner-single-sec2 {
    width: min(100%, 1000px);
    margin: auto auto 100px;
  }
  .owner-single-sec2 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

 

  /* owner-single-sec3 ------------------------------------- */
  .owner-single-sec3 {
    width: min(100%, 1000px);
    margin: auto;
  }
  .owner-single-sec3 .sp {
    display: none;
  }
  .owner-single-sec3 .pc {
    display: block;
  }
  .owner-single-sec3 .pager .btn a {
    font-size: 16px;
  }
  .owner-single-sec3 .pager .btn a:hover {
    filter: brightness(120%);
  }
  .owner-single-sec3 .m-btn-cv {
    width: min(100%, 437px);
    min-width: 437px;
    margin: 35px auto;
  }
  .owner-single-sec3 .pc .m-btn-cv {
    margin: 0 auto;
  }

}

@media screen and (min-width: 1024px), print {
  /* owner-single-sec2 ------------------------------------- */
  .owner-single-sec2 li .detail {
    display: flex;
    justify-content: space-between;
  }
  .owner-single-sec2 li .detail .img {
    width: 440px;
  }
  .owner-single-sec2 li .detail .text {
    flex: 1;
    margin-right: 40px;
  }

}

/* ----------------------------------------------------- */
/* /qa/ */
/* ----------------------------------------------------- */
/* qa-sec ---------------------------------------------- */
.qa-sec {
  margin-bottom: 60px;
}
.qa-sec:last-of-type{
  margin-bottom: 100px;
}

.qa-sec li {
  border-top: 1px solid #D9D9D9;
}
.qa-sec li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.qa-sec li > h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 30px 0;
}
.qa-sec li > h3::before{
  content: "Q";
  display: inline-block;
  transform: translateY(-0.1em);
  color: var(--c-red1);
  font-size: 20px;
  font-weight: 500;
  margin: 0 15px auto 0;
}
.qa-sec li > h3::after {
  font-family: icomoon;
  content: "\e939";
  color: var(--c-red1);
  margin-left: 30px;
}
.qa-sec li > h3.op::after { content: "\e938"; }
.qa-sec li > h3 span {
  width: 100%;
}

.qa-sec li > div {
  display: none;
  position: relative;
  font-size: 16px;
  padding: 0 0 30px 30px;
}
.qa-sec li > div::before{
  content: "A";
  position: absolute;
  left: 0;
  display: inline-block;
  transform: translateY(-0.1em);
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.qa-sec li > div .m-link {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px), print{
  .qa-sec {
    width: min(100%, 1040px);
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .qa-sec li > h3 {
    gap: 0 1em;
    height: auto;
    border-radius: 10px;
    font-size: 16px;
    transition: filter 0.4s;
    cursor: pointer;
  }
  .qa-sec li > h3:hover { filter: brightness(90%); }
  .qa-sec li > h3::before {
    font-size: 20px;
    margin: auto 0 ;
  }
  .qa-sec li > h3::after {
    font-size: 20px;
    margin: 0 0 0 auto;
  }

  .qa-sec li > div .m-link {
    text-align: right;
    margin-top: 20px;
  }

  .toggle::after { transition:rotate .4s; }
  .toggle:hover::after { rotate: 90deg; }
  .toggle.op::after { transition: none; }
  .toggle.op::after { rotate: 0deg; }
}

@media screen and (min-width: 1024px), print {
  .qa-sec {
    margin-bottom: 100px;
  }
  .qa-sec:last-of-type{
    margin-bottom: 120px;
  }
  .qa-sec li {
    padding-bottom: 30px;
  }
  .qa-sec li > h3 {
    padding: 50px 0 20px;
  }
  .qa-sec li > div {
    padding: 0 0 50px 30px;
  }
}



/* ----------------------------------------------------- */
/* /company/ */
/* ----------------------------------------------------- */
/* company-sec1 ----------------------------------------- */
.company-sec1 {
  margin-bottom: 50px;
}
.company-sec1 dl {
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.company-sec1 dl > div {
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}
.company-sec1 dt {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}

/* company-sec2 ----------------------------------------- */
.company-sec2 {
  background-color: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.company-sec2 .subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.company-sec2 .subttl p {
  font-size: 20px;
  text-align: center;
  margin: 0 10px;
}
.company-sec2 .subttl::before,
.company-sec2 .subttl::after {
  width: 15px;
  height: 80px;
}
.company-sec2 .subttl::before {
  content: "";
  background-image: url("../img/company-company-sec2-rectangle1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.company-sec2 .subttl::after {
  content: "";
  background-image: url("../img/company-company-sec2-rectangle2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.company-sec2 .company-sec2-wrap .text p {
  margin-bottom: 30px;
}

.company-sec2 .img > .main {
  margin-bottom: 10px;
}
.company-sec2 .img h3 img {
  width: 40%;
  max-width: 160px;
}

/* company-sec3 ----------------------------------------- */
.company-sec3 {
  padding-top: 60px;
}
.company-sec3 dl > div {
  padding-bottom: 30px;
}
.company-sec3 dl > div:last-child {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.company-sec3 dt {
  color: var(--c-red1);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print{
  /* company-sec1 ----------------------------------------- */
  .company-sec1 {
    width: min(100%, 1040px);
    margin: auto auto 100px;
  }
  .company-sec1 dl {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .company-sec1 dl > div {
    display: flex;
    padding: 30px;
  }
  .company-sec1 dt {
    width: 180px;
  }
  .company-sec1 dl {
    flex: 1;
  }

  /* company-sec2 ----------------------------------------- */
  .company-sec2 > div {
    width: min(100%, 1040px);
    margin: auto auto 100px;
  }
  .company-sec2 .subttl {
    margin-bottom: 50px;
  }
  .company-sec2 .subttl p {
    font-size: 28px;
  }
  .company-sec2 .subttl p br {
    display: none;
  }
  .company-sec2 .company-sec2-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .company-sec2 .company-sec2-wrap .text,
  .company-sec2 .company-sec2-wrap .img {
    width: calc( 50% - 25px );
  }
  .company-sec2 .img > .main {
    margin-bottom: 40px;
  }

  /* company-sec3 ----------------------------------------- */
  .company-sec3 {
    width: min(100%, 1040px);
    margin: auto;
  }
  .company-sec3 dl > div {
    position: relative;
    padding: 0 0 30px 40px;
  }
  .company-sec3 dl > div:last-child {
    margin-bottom: 70px;
  }
  .company-sec3 dl > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
  }
  .company-sec3 dl > div::after {
    content: "●";
    position: absolute;
    top: 1px;
    left: -5px;
    color: var(--c-red1);
    font-size: 12px;
    line-height: 1;
  }
  .company-sec3 dt {
    color: var(--c-red1);
    font-size: 20px;
    margin-bottom: 15px;
  }
  .company-sec3-wrap {
    display: flex;
  }
  .company-sec3-wrap div{
    width: 50%;
  }
}

@media screen and (min-width: 1024px), print {
  /* company-sec2 ----------------------------------------- */
  .company-sec2 .subttl p {
    font-size: 30px;
    margin: 0 20px;
  }
}


/* ----------------------------------------------------- */
/* /customerharassment/ */
/* ----------------------------------------------------- */
@media screen and (min-width: 768px), print{
  /* customerharassment-sec ----------------------------------------- */
  .customerharassment-sec {
    width: min(100%, 1040px);
    margin: auto;
  }
}


/* ----------------------------------------------------- */
/* /sitemap/ */
/* ----------------------------------------------------- */
/* sitemap-sec ----------------------------------------- */
.sitemap-sec > ul > li  {
  border-bottom: 1px solid #CCCCCC;
}
.sitemap-sec > ul > li:first-child {
  border-top: 1px solid #CCCCCC;
}
.sitemap-sec > ul > li > a {
  display: block;
  padding: 30px 0 15px;
  margin-bottom: 15px;
}

.sitemap-sec > ul > li > ul > li {
  margin-bottom: 30px;
}
.sitemap-sec > ul > li > ul > li::before {
  content: "・";
}

@media screen and (min-width: 768px), print{
  /* sitemap-sec ----------------------------------------- */
  .sitemap-sec {
    width: min(100%, 1040px);
    margin: auto;
  }

  .sitemap-sec > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sitemap-sec > ul > li  {
    width: 45%;
  }
  .sitemap-sec > ul > li:nth-child(2) {
    border-top: 1px solid #CCCCCC;
  }
  .sitemap-sec > ul > li > a {
    padding: 60px 0 30px;
    margin-bottom: 30px;
  }
  .sitemap-sec > ul > li > ul > li:last-child {
    margin-bottom: 60px;
  }

  .sitemap-sec > ul > li.multi > a {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* ----------------------------------------------------- */
/* /privacypolicy/ */
/* ----------------------------------------------------- */
/* privacypolicy-sec ----------------------------------------- */
.privacypolicy-sec > div {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.privacypolicy-sec .lead {
  margin-bottom: 40px;
}
.privacypolicy-sec .reCAPTCHA {
  font-size: 16px;
}
.privacypolicy-sec .reCAPTCHA a {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print{
  /* privacypolicy-sec ----------------------------------------- */
  .privacypolicy-sec {
    width: min(100%, 1040px);
    margin: auto;
  }
  .privacypolicy-sec > div {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}

/* ----------------------------------------------------- */
/* /flow/ */
/* ----------------------------------------------------- */
/* flow-sec ----------------------------------------- */
.flow-sec::after {
  content: "";
  background: url(../img/flow-flow-sec-img-separate-sp.svg) no-repeat center/contain;
  display: block;
  width: 100%;
  aspect-ratio: 338 / 20;
  margin: 65px 0;
}
.flow-sec:last-of-type::after {
  content: none;
}
.flow-sec .img {
  margin-bottom: 25px;
}
.flow-sec h2 {
  border-left: 4px solid var(--c-red1);
  font-size: 22px;
  padding: 8px 0 10px 12px;
  margin-bottom: 8px;
}
.flow-sec h2 span {
  color: var(--c-red1);
  font-size: 16px;
  font-weight: 400;
}
.flow-sec h2 span span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
}
.flow-sec li::before {
  content: "・";
}
.flow-sec .read {
  margin-bottom: 25px;
}

.flow-sec .note {
  background-color: #ECF0F4;
  border-radius: 10px;
  padding: 25px 20px;
}
.flow-sec .note h3 {
  margin-bottom: 15px;
}
.flow-sec .note .m-link {
  margin-top: 15px;
}
.flow-sec .note .m-link span {
  background: url(../img/icon-arrow-circle-r-blue.svg) no-repeat left 7px / 1em;
}
.flow-sec .l-conversion-c {
  margin-top: 25px;
}

.flow-sec .m-link {
  text-align: left;
  margin-top: 25px;
}

.flow-sec-read {
  margin-bottom: 50px;
}


@media screen and (min-width: 768px), print{
  /* flow-sec ----------------------------------------- */
  .flow-sec {
    width: min(100%, 1040px);
    margin: auto;
  }
  .flow-sec::after {
    background: url(../img/flow-flow-sec-img-separate-pc.svg) no-repeat center/contain;
    aspect-ratio: 999 / 35;
    margin: 100px 0;
  }
  .flow-sec > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .flow-sec .img,
  .flow-sec .text {
    width: 48%;
  }
  .flow-sec h2 {
    font-size: 30px;
    padding: 0 0 0 16px;
    margin-bottom: 15px;
  }
  .flow-sec h2 span {
    font-size: 22px;
  }
  .flow-sec h2 span span {
    font-size: 50px;
  }

  .flow-sec .l-conversion-c {
    margin-top: 60px;
  }

  .flow-sec-read {
    text-align: center;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px), print {
  /* flow-sec ----------------------------------------- */
  .flow-sec > div {
    align-items: start;
  }
  .flow-sec .img {
    width: 440px;
  }
  .flow-sec .text {
    flex: 1;
    margin-right: 50px;
  }
  .flow-sec .note {
    padding: 30px;
  }
}

/* ----------------------------------------------------- */
/* /flow/after_opening/ */
/* ----------------------------------------------------- */
.flow-sec-tab-wrap {
  background-color: #FFF;
  padding: 0;
}
.flow-sec-tab-wrap .repair-tab-sec1 {
  background-color: var(--c-gray1);
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.flow-sec-tab-wrap .repair-tab-sec1 h2 {
  margin-bottom: 10px;
}

.flow-sec-tab-wrap .flow-sec1 {
  padding-top: 20px;
}

.flow-sec-tab-wrap .m-link {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px), print{
  .flow-sec-tab-wrap .repair-tab-sec1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flow-sec-tab-wrap .repair-tab-sec1 h2 {
    margin-bottom: 20px;
  }

  .flow-sec-tab-wrap .flow-sec1 {
    padding-top: 100px;
  }
  .flow-sec-tab-wrap .m-link {
    text-align: right;
    margin-top: 80px;
  }
}


/* ----------------------------------------------------- */
/* /contact/ */
/* ----------------------------------------------------- */
/* contact-sec ----------------------------------------- */
.contact-sec {
  padding-bottom: 60px;
}
.contact-sec section,
.contact-sec section.address .form-row {
  margin-bottom: 35px;
}
.contact-sec section h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-sec .require {
  color: var(--c-red1);
}
.contact-sec .form-row {
  display: flex;
  justify-content: space-between;
}
.contact-sec .form-col {
  width: 100%;
}
.contact-sec .form-col.yoko {
  width: calc( 50% - 10px );
}
.contact-sec section.address label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.contact-sec section input,
.contact-sec section textarea,
.contact-sec section select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #F7F7F7;
  background-clip: padding-box;
  border: 1px solid #F0F0F0;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.contact-sec input::placeholder {
  color: #B3B3B3;
}
.contact-sec .form-center {
  text-align: center;
}
.contact-sec .form-btn {
	margin-top: 2rem;
	text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contact-sec .form-btn > p {
  position: relative;
  padding: 0 5%;
  width: fit-content;
  margin: auto;
}
.contact-sec .form-btn .wpcf7-submit {
	appearance: none;
	display: block;
	cursor: pointer;
	text-align: center;
	background-image: linear-gradient(130deg, #FFD800, #EA2B0E 70%, #E50012);
	font-size: 14px;
	transition: all .2s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vmin 0;
  border-radius: 9999px;
  border: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 700;
  font-size: 3.5vmin;
  line-height: 1.4;
  color: #fff;
  width: 80vw;
}
.contact-sec .form-btn .m-angle-anime {
  right: 10%;
  top: 51%;
  color: #FFF;
}
.contact-sec .form-btn .wpcf7-submit:hover,
.contact-sec .form-btn .wpcf7-submit:active {
	filter: brightness(120%)
}
.contact-sec .wpcf7-spinner {
  display: none;
}
.contact-sec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (min-width: 768px), print{
  /* contact-sec ----------------------------------------- */
  .contact-sec {
    width: min(100%, 1040px);
    margin: auto;
    padding-bottom: 100px;
  }
  .contact-sec section {
    display: flex;
  }
  .contact-sec section:last-of-type {
    margin-bottom: 80px;
  }
  .contact-sec section h3 {
    width: 200px;
    font-size: 16px;
  }
  .contact-sec section .form-row,
  .contact-sec section .address-wrap {
    flex: 1;
  }
  .contact-sec section.address label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-sec .form-btn .m-angle-anime {
    right: 13%;
  }
  .contact-sec .form-btn .wpcf7-submit {
    width: 437px;
    font-size: 17px;
    margin-top: 50px;
    padding: 22px 0;
    margin: 50px auto auto;
  }
  .contact-sec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}

/* ----------------------------------------------------- */
/* /contact_thanks/ */
/* ----------------------------------------------------- */
/* thanks-sec ----------------------------------------- */
.thanks-sec {
  padding-bottom: 60px;
}
.thanks-sec > p {
  text-align: center;
}
.thanks-sec .m-btn-cv {
  padding: 0 5%;
}

@media screen and (min-width: 768px), print{
  /* contact-sec ----------------------------------------- */
  .thanks-sec {
    width: min(100%, 1040px);
    margin: auto;
    padding-bottom: 100px;
  }
  .thanks-sec .m-btn-cv {
    width: min(100%, 437px);
    margin: auto;
    padding: 0;
  }
}

/* ----------------------------------------------------- */
/* 404 */
/* ----------------------------------------------------- */
/* e404-sec ----------------------------------------- */
.e404-sec > p {
  text-align: center;
}
.e404-sec .l-conversion-a {
  margin: 40px 10%;
}

@media screen and (min-width: 768px), print{
  /* e404-sec ----------------------------------------- */
  .e404-sec .l-conversion-a {
    margin: 100px auto;
  }
}

/* ----------------------------------------------------- */
/* 新着情報　シングル news */
/* ----------------------------------------------------- */
body.news {
  background-color: #fff;
}
.news-block{
  margin: 0 auto;
  background-color: #fff;
}
.news-block > .news-inner{ overflow: hidden; }
.news-block .date {
  color: var(--c-red1);
  font-size: 12px;
  margin-bottom: 8px;
}
.news-block .title {
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--c-red1);
  margin-bottom: 48px;
}
@media screen and (min-width: 768px), print {
  body.news {
    background-color: var(--c-gray1);
  }
  .news-block{
    width: min(100%, 1000px);
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 10px;
  }
  .news-block > .news-inner{
    width: min(100%, 800px);
    margin: 0 auto;
  }
  .news-block .date {
    font-size: 16px;
  }
  .news-block .title {
    font-size: 30px;
    border-bottom: 4px solid var(--c-red1);
    margin-bottom: 56px;
  }
}


/*コンテンツ内*/
.news-block h3,
.news-block h4,
.news-block h5,
.news-block h6{
  font-weight: 700;
  margin-bottom: 32px;
}
.news-block h3{
  /* margin-top: 1.5em; */
  /* font-size: 1.2em; */
  font-size: 18px;
  border-left: 5px solid var(--c-red1);
  padding-left: 8px;
}
.news-block h4{
  /* margin-top: 1.7em; */
  /* font-size: 1.1em; */
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-gray3);
}
.news-block h5 {
  font-size: 16px;
}
.news-block h6 {
  font-size: 14px;
}
.news-block p{ margin-top: 1em; }
.news-block figure{
  display: block;
  margin-top: 1.6em;
  text-align: center;
}
.news-block img{
  width: auto;
}
.news-block a{ color: var(--c-blue1); }
.news-block ul{ margin-top: 1em; }
.news-block ul > li {
  margin-top: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
}
.news-block ul > li::before { content: "・"; }

@media screen and (min-width: 768px), print {
  .news-block h3,
  .news-block h4,
  .news-block h5,
  .news-block h6{
    margin-bottom: 32px;
  }
  .news-block h3{
    font-size: 22px;
  }
  .news-block h4{
    font-size: 18px;
  }
  .news-block h5 {
    font-size: 16px;
  }
  .news-block h6 {
    font-size: 16px;
  }
  .news-block img{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ページネーション */
.m-prev-next {
  margin: 64px auto 0;
}
.m-prev-next ul {
  width: 100%;
  gap: 10px;
  display: grid;
  grid-template-areas:
    "return return"
    "prev next";
    grid-template-columns: 1fr 1fr;
}
.m-prev-next li {
  background-color: #fff; 
  border: 1px solid #333;
  text-align: center;
  line-height: 56px;
  width: 100%;
}
.m-prev-next .m-return {
  grid-area: return;
}
.m-prev-next .m-prev {
  grid-area: prev;
}
.m-prev-next .m-next {
  grid-area: next;
}
.m-prev-next li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.m-prev-next .m-prev a::before {
  content: "\e935";
  font-family: icomoon;
  vertical-align: middle;
  display: inline-block;
  transform: scaleX(-1) translateY(1px);
}
.m-prev-next .m-next a::after {
  font-family: icomoon;
  content: "\e935";
  vertical-align: middle;
  display: inline-block;
  transform: translateY(1px);
}
@media screen and (min-width: 768px), print {
  .m-prev-next {
    margin: 40px auto 0;
  }
  .m-prev-next ul {
    grid-template-areas:"prev return next";
    grid-template-columns: 100px 350px 100px;
    gap: 16px;
    width: max-content;
    margin: 0 auto;  
  }
  .m-prev-next .m-return {
    width: 350px;
  }
  .m-prev-next .m-prev,
  .m-prev-next .m-next {
    width: 100px;
  }
  .m-prev-next ul a {
    transition: all .3s;
  }
  .m-prev-next ul a:hover{
    background-color: #333;
    color: #fff;
  }
}

/* 関連ニュース */
.crp-wrap{
  margin: 64px auto;
}
.crp_related{
  margin: 0 auto;
}
.crp_related h2{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
}
.crp_related h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--c-red1);
}
.crp_related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}
.crp_related li{
  width: calc((100% - 16px) / 2);
  position: relative;
}
.crp_related a{ display: block; }
.crp_related img{
  aspect-ratio: 29/21.8;
  object-fit: cover;
  margin-bottom: 8px;
  border: 1px solid var(--c-gray2);
}
.crp_related .crp_title{
  line-height: 1.4;
  display: block;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 5px;
}
.crp_date{
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 768px), print{
  .crp-wrap{
    margin: 120px 0 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .crp_related{
    width: min(100%, 1000px);
  }
  .crp_related h2{
    margin-bottom: 24px;
    text-align: left;
    font-size: 22px;
  }
  .crp_related ul{
    flex-wrap: nowrap;
    gap: 16px;
  }
  .crp_related li{
    width: calc((100% - (16px * 3)) / 4);
  }
  .crp_related img{ aspect-ratio: 243/182; }
  .crp_related .crp_title{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .crp_date{
    font-size: 12px;
  }
}

/* ----------------------------------------------------- */
/* cost */
/* ----------------------------------------------------- */
/* cost-sec1 ----------------------------------------- */
.cost-sec1 {
  margin-bottom: 64px;
}
.cost-sec1 h2{}
.cost-sec1 .flex{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cost-sec1 img{
  width: 100%;
}
.cost-sec1 .text{}
.cost-sec1 h3{
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.cost-sec1 p{
  font-size: 14px;
}
.cost-sec1 p span{
  font-size: 10px;
}

@media screen and (min-width: 768px), print{
  .cost-sec1 {
    margin-bottom: 100px;
  }
  .cost-sec1 h2{}
  .cost-sec1 .flex{
    width: min(100%,1000px);
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .cost-sec1 img{
    width: 44%;
    flex-shrink: 0;
  }
  .cost-sec1 .text{}
  .cost-sec1 h3{
    font-size: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
  .cost-sec1 p{
    font-size: 16px;
  }
  .cost-sec1 p span{
    font-size: 12px;
  }  
}

/* cost-sec2 ----------------------------------------- */
.cost-sec2 {
  padding: 64px 0;
  margin-bottom: 64px;
  background-color: var(--c-red1);
}
.cost-sec2 h3{
  color: #fff;
}
.cost-sec2 ul{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 8px;
}
.cost-sec2 li{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
  line-height: 1.4;
}
.cost-sec2 li span{
  color: var(--c-red1);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
}

@media screen and (min-width: 768px), print{
  .cost-sec2 {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  .cost-sec2 h3{}
  .cost-sec2 ul{
    flex-direction: row;
    width: min(100%, 1000px);
    gap: 16px;
  }
  .cost-sec2 li{
    font-size: 18px;
    padding: 20px 0;
    width: calc((100% - 32px) / 3);
  }
  .cost-sec2 li span{
    font-size: 18px;
    margin-bottom: 3px;
  }
}

/* cost-sec3 ----------------------------------------- */
.cost-sec3 {
  padding: 64px 0;
  background-color: var(--c-gray1);
}
.cost-sec3 .inner{
  margin: 0 auto;
}
.cost-sec3 ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cost-sec3 li{
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 10px;
}
.cost-sec3 li .flex{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cost-sec3 li .result{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cost-sec3 li .month{
  color: var(--c-red1);
  border: 1px solid var(--c-red1);
  font-size: 14px;
  padding: 0 8px;
  transform: translateY(5px);
}
.cost-sec3 li .num{
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin: 0 1px;
  transform: translateY(2px);
}
.cost-sec3 li .num span.big{
  display: inline-block;
  font-size: 36px;
}
.cost-sec3 li .num span.small{
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(5px,40%);
  display: block;
  font-size: 10px;
  font-weight: 500;
}
.cost-sec3 li .prof{
  display: flex;
  align-self: center;
  gap: 16px;
  margin-bottom: 24px;
}
.cost-sec3 li .icon{
  width: 100px;
}
.cost-sec3 li .text{}

.cost-sec3 li .name{
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
}
.cost-sec3 li .name span{
  font-size: 17px;
}
.cost-sec3 li .data{
  font-size: 14px;
  line-height: 1.5;
}
.cost-sec3 li img{
  width: 100%;
}
.cost-sec3 .attn {
  font-size: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 768px), print{
  .cost-sec3 {
    padding: 100px 0;
  }
  .cost-sec3 .inner{
    width: min(100%,1000px);
  }
  .cost-sec3 ul{
    gap: 16px;
  }
  .cost-sec3 li{
    padding-top: 0;
    align-items: center;
    display: flex;
  }
  .cost-sec3 li .flex{
    gap: 16px;
    width: fit-content;
    margin: 0 auto;
  }
  .cost-sec3 li .result{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .cost-sec3 li .month{
    font-size: 16px;
    padding: 0 8px;
    transform: translateY(5px);
  }
  .cost-sec3 li .num{
    position: relative;
    font-size: 30px;
    margin: 0 1px;
    transform: translateY(2px);
    line-height: 1;
  }
  .cost-sec3 li .num span.big{
    font-size: 44px;
  }
  .cost-sec3 li .num span.small{
      position: static;
    bottom: auto;
    right: auto;
    transform: translate(0,0);
    display: inline-block;
    font-size: 12px;
  }
  .cost-sec3 li .prof{
    gap: 16px;
    margin-bottom: 0;
  }
  .cost-sec3 li .icon{
    width: 90px;
  }
  .cost-sec3 li .text{}
  
  .cost-sec3 li .name{
    font-size: 17px;
    margin-bottom: 0px;
  }
  .cost-sec3 li .name span{
    font-size: 22px;
  }
  .cost-sec3 li .data{
    font-size: 16px;
  }
  .cost-sec3 li img{
    width: 50%;
    flex-shrink: 0;
  }
  .cost-sec3 .attn {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
  }  
}

/* cost-sec4 ----------------------------------------- */
.cost-sec4 {
  padding: 64px 0;
}
.cost-sec4 h3{}
.cost-sec4 .inner{
  margin: 0 auto;
}
.cost-sec4 .table{
}
.cost-sec4 .table dl{
  display: flex;
}
.cost-sec4 .table dl:nth-of-type(1){
}
.cost-sec4 .table dl:nth-of-type(1) dd {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--c-red1);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0;
}
.cost-sec4 .table dl:nth-of-type(2),
.cost-sec4 .table dl:nth-of-type(3) {
  padding: 12px 0;
  margin: 0 8px;
}
.cost-sec4 .table dl:nth-of-type(2){
  border-bottom: 1px solid var(--c-gray3);
}
.cost-sec4 .table dl:nth-of-type(3){
}
.cost-sec4 .table dt{
  font-size: 15px;
  font-weight: 700;
  width: 40%;
}
.cost-sec4 .table dt::before{
  content: "●";
  color: var(--c-red1);
}
.cost-sec4 .table dd{
  font-size: 14px;
}
.cost-sec4 .attn{
  font-size: 10px;
}
.cost-sec4 .attn:first-of-type{
  margin-top: 10px;
}

@media screen and (min-width: 768px), print{
  .cost-sec4 {
    padding: 100px 0;
  }
  .cost-sec4 h3{}
  .cost-sec4 .inner{
    width: min(100%,1000px);
  }
  .cost-sec4 .table{
    display: flex;
  }
  .cost-sec4 .table dl{
    flex-direction: column;
    background-color: var(--c-gray1);
  }
  .cost-sec4 .table dl:nth-of-type(1){
    width: 40%;
  }
  .cost-sec4 .table dl:nth-of-type(1) dd {
    font-size: 24px;
    color: #333;
    background-color: var(--c-gray1);
    line-height: 1.6;
    padding: 20px 0;
  }
  .cost-sec4 .table dl:nth-of-type(2),
  .cost-sec4 .table dl:nth-of-type(3) {
    padding: 0;
    margin: 0;
  }
  .cost-sec4 .table dl:nth-of-type(2){
    border-bottom: none;
    width: 15%;
  }
  .cost-sec4 .table dl:nth-of-type(2) dd {
    font-weight: 700;
    font-size: 22px;
  }
  .cost-sec4 .table dl:nth-of-type(3){
    width: 45%;
  }
  .cost-sec4 .table dl:nth-of-type(3) dd {
    text-align: left;
  }
  .cost-sec4 .table dt{
    background-color: var(--c-red1);
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }
  .cost-sec4 .table dt::before{
    content: none;
  }
  .cost-sec4 .table dd{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 20px 0;
  }
  .cost-sec4 .attn{
    font-size: 12px;
    text-align: right;
  }
  .cost-sec4 .attn:first-of-type{
    margin-top: 10px;
  }  
}


/* ----------------------------------------------------- */
/* usersvoice */
/* ----------------------------------------------------- */
/* usersvoice-sec1 ----------------------------------------- */
.usersvoice-sec1{
  margin: 0 auto 64px;
}
.usersvoice-sec1 p{
  font-size: 14px;
}
@media screen and (min-width: 768px), print{
  .usersvoice-sec1{
    margin: 0 auto 100px;
  }
  .usersvoice-sec1 p{
    font-size: 16px;
    text-align: center;
  }
}

/* usersvoice-sec2 ----------------------------------------- */
.usersvoice-sec2 {
  padding: 64px 0;
}
.usersvoice-sec2 ul{
  margin: 0 auto;
}
.usersvoice-sec2 ul li{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.usersvoice-sec2 ul li:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--c-gray3);
}
.usersvoice-sec2 ul img{
  width: 100%;
}
.usersvoice-sec2 ul li>div {}
.usersvoice-sec2 ul .tag{
  color: var(--c-red1);
  border: 1px solid var(--c-red1);
  font-size: 14px;
  padding: 0 8px;
  margin-bottom: 5px;
  width: fit-content;
}
.usersvoice-sec2 ul .name{
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
}
.usersvoice-sec2 ul .name span {
  display: inline-block;
  font-size: 14px;
}
.usersvoice-sec2 ul .text{
  font-size: 14px;
}
@media screen and (min-width: 768px), print{
  .usersvoice-sec2 {
    padding: 100px 0;
  }
  .usersvoice-sec2 ul{
    width: min(100%, 1000px);
  }
  .usersvoice-sec2 ul li{
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
  }
  .usersvoice-sec2 ul li:not(:last-of-type) {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .usersvoice-sec2 ul img{
    width: 44%;
    flex-shrink: 0;
  }
  .usersvoice-sec2 ul li>div {}
  .usersvoice-sec2 ul .tag{
    font-size: 16px;
    padding: 0 8px;
    margin-bottom: 5px;
    width: fit-content;
  }
  .usersvoice-sec2 ul .name{
    margin-bottom: 8px;
    font-size: 24px;
  }
  .usersvoice-sec2 ul .name span {
    display: inline-block;
    font-size: 16px;
  }
  .usersvoice-sec2 ul .text{
    font-size: 16px;
  }
}


/* usersvoice-sec3 ----------------------------------------- */
.usersvoice-sec3 {
  background-color: var(--c-gray1);
  padding: 64px 0;
}
.usersvoice-sec3 .inner {
  margin: 0 auto;
}
.usersvoice-sec3 iframe {
  width: 100%;
}
@media screen and (min-width: 768px), print{
  .usersvoice-sec3 {
    padding: 100px 0;
  }
  .usersvoice-sec3 .inner {
    width: min(100%,800px);
  }
}
