body {
	font-family: 'Noto Sans JP', "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.highlight{
  color: #e67a6d;
}
.em{
  font-size: 1.2em;
}

/* ----- header - sidebar ----- */
.sHdr {
  width: 300px;
  background: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  border-right:#dddddd 1px solid;


  a {
    color: #2d2d2d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;

  }

  .sHdrLogo {
    margin-bottom: 10px;
  }
  .sHdrList {
    border-bottom:#dddddd 1px solid;
    padding-bottom: 10px;
  }
  .sHdrListItem {
    margin-bottom: 1em;

    a {
      position: relative;
      padding-left: 1em;
      display:block;
      line-height: 1.5;

      &:hover {
        color: #c04133;
      }

      &::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #e67a6d;
        height: 8px;
        width: 8px;
        border-radius: 50%;
      }
    }
  }

  .sHdrTel {
    margin: 30px 0 40px;

    .tel {
      text-align: left;
      font-size: 15px;

      span {
        font-size: 38px;
        background-size: 30px auto;
        background-position: bottom 8px left 0;
      }
      span.sHdrtime {
        font-size: 16px;
        font-weight: 700;
        background: none;
        text-align: center;
        color: #333;
        margin-bottom: 0.5em;

        strong{
          color: #c04133;
        }
      }
    }
  }

  .sHdrBtn {
    margin-bottom: 10px;

    a {
      border-radius: 6px;
      padding: 15px 10px;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;

      &:hover {
        opacity: 0.7;
      }

      img {
        display: inline-block;
        margin-right: 0.5em;
      }
    }

  }

  .sHdrTel a {
    background: #1CC9C1;
  }

  .sHdrContact a {
    background: #c04133;
  }

  .sHdrLine a {
    background: #07B53B;
  }

}

@media screen and (max-width:568px) {
  .sHdr {
    overflow-y: scroll;
    padding: 2vmin;
    display: none;
    background: rgba(255, 255, 255, 0.95);

    .sHdrLogo {
      a {
        width: 100%;
        margin: 0 auto;

        img {
          max-width: 100%;
          height: auto;
        }
      }
    }

    .sHdrListItem {
      margin-bottom: 1em;
    }

  }
}


/* ----- footer ----- */
.topFooter {
  border-top: 5px solid #c04133;
  background: #f1eee5;
  padding-top: 0px;

  .footerCom {
    width: calc(100% - 300px);
    padding: 30px;
    margin: 0 0 0 auto;

    .ftrLeft {
      max-width: 400px;
      width: 100%;
      font-size: 16px;
      flex-shrink: 1.5;

      h5 {
        font-size: 16px;
        margin-bottom: 1em;
      }
    }

    .ftrRight {
      max-width: 640px;
      width: 100%;
    }

    .mainMenuL {
      display: flex;
      justify-content: flex-end;
      font-size: 15px;
      margin-bottom: 40px;

      .ftrMenuLead {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 1em;
      }

      a {
        text-decoration: none;
        color: #2d2d2d;

        &:hover {
          text-decoration: underline;
        }
      }

      .parentList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 80px;
        margin-left: 20px;

        .parentListItem {
          margin-bottom: 0;

          &:nth-child(1) {
            grid-column: 1;
            grid-row: 1;
          }

          &:nth-child(2) {
            grid-column: 1;
            grid-row: 2;
          }

          &:nth-child(3) {
            grid-column: 2;
            grid-row: 1;
          }

          &:nth-child(4) {
            grid-column: 2;
            grid-row: 2;
          }
        }
      }

      .childList {
        li {
          position: relative;
          padding-left: 1.25em;

          &::before {
            position: absolute;
            content: "－";
            left: 0;
          }
        }
      }
    }
  }

}

@media screen and (max-width:568px) {
  .topFooter {
    border-top: 10px solid #c04133;

    .footerCom {
      width: 100%;
      padding: 10px;

      .ftrLeft {
        max-width: initial;
        font-size: 4.2vmin;

        h5 {
          font-size: 4.2vmin;
          text-align: justify;

          span {
            font-size: 4.2vmin;
          }
        }
      }

      .ftrRight {
        max-width: initial;
        margin-top: 10px;
      }

      .mainMenuL {
        font-size: 5vmin;
        margin-bottom: 20px;
        text-align: left;

        .ftrMenuLead {
          font-size: 5vmin;
          padding-bottom: 2vmin;
          border-top: 1px solid #2d2d2d;
          border-bottom: 1px solid #2d2d2d;
          padding: 2vmin 0 2vmin 2vmin;
          background: #eee;
        }


        .parentList {
          margin: 0;
          display: flex;
          flex-flow: column wrap;

        }

        .childList {

          li {
            position: relative;
            border-bottom: 1px dashed #2d2d2d;
            padding-left: 0;

            &::before {
              top: 50%;
              transform: translateY(-50%);
            }

            a {
              padding: 2vmin 0 2vmin 5vmin;
              display: block;

            }
          }
        }
      }
    }

  }
}

/* ----- topMain ----- */
.topMainSection{
  background: #fbf7ef;
}
.topMain {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  width: calc(100% - 300px);
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;


  .topSec {
    margin: 60px auto 0;
    max-width: 1100px;
  }

  p {
    font-size: 16px;
    line-height: 1.6;

    +p {
      margin-top: 1em;
    }
  }

  .topBtn {
    width: fit-content;
    margin: 40px auto 0;
    padding: 15px 50px 15px 15px;
    background: #c95440;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    a {
      min-width: 220px;
      display: block;
      text-decoration: none;
      color: #fff;
    }
    &::after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
    }
  }


  .secHeading {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .secHeadingLead {
      position: relative;
      font-size: 22px;
      font-weight: 700;
      width: fit-content;
      margin-bottom: 10px;

      span {
        display: inline-block;
        padding: 0 25px;
      }

      &::before,
      &::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 2px;
        background: #e67a6d;
      }

      &::before {
        left: -2em;
        transform: rotate(65deg);
      }

      &::after {
        right: -2em;
        transform: rotate(-65deg);
      }
    }

    .secHeadingTitle {
      position: relative;
      padding-bottom: 10px;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 20px;

      .highlight {
        font-size: 1.2em;
      }


      &::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 48px;
        height: 4px;
        background: #c04133;
        border-radius: 2px;
        transform: translateX(-50%);
      }
    }
    .secHeadingCtx {
      font-size: 18px;
    }

  }

  .secTitleL3 {
    position: relative;
    margin-bottom: 50px;
    padding-left: 25px;
    font-size: 26px;
    font-weight: 700;

    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 8px;
      height: 40px;
      background: #c04133;
      border-radius: 10px;
      transform: translateY(-50%);
    }
  }


  @media screen and (max-width:568px){

    .secHeading{

      margin-bottom:35px;

      .secHeadingLead{
        font-size:15px;

        span{
          padding:0 18px;
        }

        &::before,
        &::after{
          width:18px;
        }
      }

      .secHeadingTitle{
        font-size:30px;
      }

    }

  }
}

@media screen and (max-width:568px) {
  .topMain {
    width: 100%;
    padding: 10px;

    .topSec {
      margin: 0 auto;
    }

    p {
      font-size: 4.5vmin;
    }

    .btn {
      a {
        padding: 0.5em 1.5em;
        min-width: 300px;
        text-align: center;

      }
    }

    h2 {
      font-size: 6.3vmin;

      &::before {
        width: 2vmin;

      }

      img {
        max-height: 15vmin;
        bottom: -20px;
      }
    }
  }
}

/* ----- topSwiper ----- */
.topSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;

  .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    /* スライドのサイズを調整 */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  a {
    width: 100%;

  }
  span {
    width: 100%;
    display: block;
  }

  img {
    width: 100%;
    height: auto;
  }
}
/* ----- worriesBox ----- */
.worriesBox {
  margin: 30px auto 0;
  max-width: 1100px;
  background: linear-gradient(
  to bottom,
  #fff 0%,
  #fff 70%,
  rgba(255, 255, 255, 0) 100%);
  text-align: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  .worriesBoxHead {
    background-image: url(../img/new/bg_worrieshead.png);
    background-position: left -50px top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 300px;
    padding-left: 35%;

    p{
      text-align: center;
    }

    .worriesBoxLead {
      display: flex;
      align-items: center;
      justify-content: center;
      gap:0;

      &::before,
      &::after {
        position: relative;
        content: "";
        width: 22px;
        height: 2px;
        background: #e67a6d;
        top: 15px;
      }

      &::before {
        transform: rotate(45deg);
        left: 30px;
      }

      &::after {
        transform: rotate(-45deg);
        right: 30px;
      }

      svg {
        width: 100%;
        max-width: 320px;
        overflow: visible;
      }
      path {
        fill: none;
      }
      text {
        fill: #e67a6d;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .05em;
      }
    }
    h2.worriesBoxTitle {
      font-size: 38px;
      letter-spacing: -0.1rem;
      padding-left: 0;
      margin-bottom: 20px;
      text-shadow: 
        0 0 2px rgba(255,255,255,1),
        0 0 4px rgba(255,255,255,1),
        0 0 12px rgba(255,255,255,.9);
      &::before {
        content: none;
      }
      span.highlight{
        font-size: 1.5em;
      }
    }
  }
  .worriesBoxList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 35px;

    li {
      img {
        display: block;
        width: 100%;
        border-radius: 10px;
      }
    }
  }

}
@media screen and (max-width:568px) {
  .worriesBox {
    margin: 20px auto 0;

    .worriesBoxHead {
      min-height: 200px;
      padding: 10px 20px;
      position: relative;
      overflow: hidden;
      background-image: url(../img/new/bg_worrieshead.png);
      background-position: left -50px top;
      background-repeat: no-repeat;
      background-size: auto 100%;

      &::before {
        position: absolute;
        inset: 0;
        content: "";
        background: rgba(255, 255, 255, 0.3);
        z-index: 0;
      }

      > * {
        position: relative;
        z-index: 1;
      }

      .worriesBoxLead {
        &::before,
        &::after {
          width: 15px;
          height: 1.5px;
          top: 10px;
        }

        svg {
          max-width: 200px;
        }
        text {
          font-size: 4.5vmin;
        }
      }

      h2.worriesBoxTitle {
        font-size: 6vmin;

        span.highlight{
          font-size: 1.2em;
        }
      }
      p{
        font-size: 1rem;
        font-weight: 700;
        text-shadow: 
          0 0 2px rgba(255,255,255,1),
          0 0 4px rgba(255,255,255,1),
          0 0 12px rgba(255,255,255,.9);
      }
    }

    .worriesBoxList {
      grid-template-columns: repeat(2, 1fr);
      padding: 15px;
      gap:  10px;

    }
  }
}
/* ----- voiceBox ----- */
.voiceBox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;

  .voiceBoxHead {
    position: relative;
    background: #f1eee5;
    border-radius: 10px 10px 0 0;
    padding: 60px 60px 50px;
    text-align: center;
    overflow: visible;
  }

  .voiceBoxLead {
    position: absolute;
    top: -50px;
    left:0;
    right:0;
    width:fit-content;
    margin: 0 auto;
    img {
      max-width: 100%;
    }
  }

  .voiceBoxLeftImg,
  .voiceBoxRightImg {
    position: absolute;
    top: 0;
    max-width: 40%;

    img {
      width: 100%;
      display: block;
    }
  }

  .voiceBoxLeftImg {
    left: -50px;
    top: 20px;
  }

  .voiceBoxRightImg {
    right: -40px;
  }
  .voiceBoxOni {
    position: absolute;
    top: -60px;
    right: 8%;
    z-index: 5;
    width: clamp(100px, 20vw, 177px);

    img {
      width: 100%;
      display: block;
    }
  }
  .voiceBoxTitle {
    line-height: 1.4;
    position: relative;
    z-index: 6;
    margin-bottom: 20px;
    font-size: clamp(24px, 3.2vw, 42px);
    font-weight: 700;
    text-shadow: 
      0 0 5px rgba(255,255,255,1),
      0 0 10px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 25px rgba(255,255,255,1),
      0 0 25px rgba(255,255,255,1);

    &::before {
      content:none;
    }
    strong {
      font-size: 60px;
      color: #e67a6d;
    }
  }

  .voiceBoxText {
    position: relative;
    line-height: 2;
    text-align:center;
    z-index: 6;
    text-shadow: 
      0 0 5px rgba(255,255,255,1),
      0 0 10px rgba(255,255,255,1);
  }

  .voiceBoxReview {
    background: #fff;
    padding: 50px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 60px;
  }

  .voiceBoxReviewInner {
    display: flex;
    flex-flow: column;
  }

  .voiceBoxReviewRate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 40px;

    .wp-gr {
      flex: 0 0 auto;
    }
    .wp-gr .wp-google-list .grw-header-inner {
      --dir: row !important;
    }
    .rpi-stars {
      grid-area: rate;
      --rpi-star-size: 46px;
    }
  .rpi-col8 {
    display: grid !important;
    grid-template-columns: auto auto;
    grid-template-areas:
      "name name"
      "stars stars"
      "based powered";
    justify-content: start;
    gap: 5px 10px;
  }

  .wp-google-name {
    grid-area: name;
  }

  .rpi-stars {
    grid-area: stars;
  }

  .wp-google-based {
    grid-area: based;
  }

  .wp-google-powered {
    grid-area: powered;
  }

    .voiceBoxReviewCatch {
      padding: 30px 40px;
      text-align: center;
    }

    .voiceBoxReviewLead {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #4b3700;
      padding: 0 60px;

      &::before,
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 56px;
        height: 106px;
        background-image: url(../img/new/reviewttl.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }

      &::before {
        left: 0;
      }

      &::after {
        right: 0;
        transform: translateY(-50%) scaleX(-1);
      }
    }

    .voiceBoxReviewTxt {
      text-align: center;
      a{
        color: #e67a6d;
      }
    }

  }

  .voiceBoxReviewGoogle {
    height: 300px;
    border-radius: 10px;
    background: #fbf7ef !important;
    padding: 30px !important;
    overflow: auto !important;
  }

}



@media screen and (max-width:1100px) {

  .voiceBox {

    .voiceBoxHead {
      padding: 40px 30px;
    }

    .voiceBoxLeftImg,
    .voiceBoxRightImg {
      width: 240px;
      top: 70px;
    }

    .voiceBoxLeftImg {
      left: -15px;
    }

    .voiceBoxRightImg {
      right: -15px;
    }

    .voiceBoxList {
      grid-template-columns: repeat(2, 1fr);
    }

  }

}
@media screen and (max-width:568px) {

  .voiceBox {
    width: calc(100% - 20px);
    padding: 80px 0 0;

    .voiceBoxHead {
      padding: 20px 10px;
    }

    .voiceBoxLead {
      img {
        width: 90%;
      }
    }

    .voiceBoxTitle {

      strong {
        font-size: 1.2em;
      }
    }

    .voiceBoxText {
      font-size: 14px;
    }

    .voiceBoxLeftImg,
    .voiceBoxRightImg {
      margin: 0;
      top: 2px;
    }
    .voiceBoxOni {
        top: -60px;
        right: 2%;
        width: 10%;
    }
    .voiceBoxList {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .voiceBoxListTitle {
      font-size: 18px;
    }

    .voiceBoxBtn {
      width: calc(100% - 40px);
    }

    .voiceBoxReview {
        padding: 10px;
        margin-bottom: 30px;
    }
    .voiceBoxReviewRate {
      flex-direction: column;
      gap: 20px;

      .wp-gr.rpi .wp-google-name a {
          font-size: 14px !important;
      }
      .rpi-stars {
        --rpi-star-size: 30px;
      }
      .rpi-col8 {
        display: flex !important;
        gap: 2px !important;
      }

      .wp-google-based {
        font-size: 12px !important;
      }

      .wp-google-powered {
        font-size: 12px !important;
      }
      .voiceBoxReviewCatch {
        padding: 10px 20px;
      }
      .voiceBoxReviewLead {
        padding: 0 50px;
      }


    }



  }
}
/* ----- topVoices ----- */
.topBlogsList {
  display: flex;
  flex-flow: row wrap;
  gap: 2%;

  li {
    width: 32%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.05);
    transition: ease 0.4s;

    &:hover {
      opacity: 0.8;

      img {
        transform: scale(1.2);
      }
    }

    a {
      text-decoration: none;
      color: #2d2d2d;
    }

    .imgWrap {
      height: 270px;
      position: relative;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    h3.topBlogsTtl {
      background: #f1eee5;
      line-height: 1.4;
      padding: 8px 30px;
      min-height: 3em;
      display: flex;
      align-items: center;
    }

    .txtWrap {
      padding: 30px;

      .voiceBoxBtn {
        min-width: 220px;
        padding: 15px;
        &::before,
        &::after {
          content: none;
        }
      }

    }
  }

}


@media screen and (max-width:568px) {
  .topBlogsList {
    flex-flow: column wrap;

    li {
      width: 100%;
      margin: 0 0 20px;

      .imgWrap {
        height: 60vmin;

        h3 {
          padding: 1.5vmin 2vmin;
          font-size: 5.5vmin;
        }
      }

      .txtWrap {
        .links {
          font-size: 5.2vmin;
        }
      }
    }


  }
}


/* ----- troubleBox ----- */
.troubleBox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;

  .troubleBoxInner {
    background: #fcefce;
    border-radius: 10px;
    padding: 35px;
  }

  .troubleCategory {

    & + .troubleCategory {
      margin-top: 30px;
    }
  }

  .troubleCategoryTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;

    &::before {
      content: "";
      width: 22px;
      height: 6px;
      border-radius: 20px;
      background: #c04133;
      position: absolute;
      left: 0;
      top: .7em;
    }
  }

  .troubleList {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px 20px;
  }

  .troubleItem {

    a {
      position: relative;
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 8px;
      padding: 10px 45px 10px 10px;
      text-decoration: none;
      color: inherit;
      transition: .25s;

      &::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #bbb;
        font-size: 22px;
      }

      &:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
      }
    }
  }

  .troubleIcon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #e67a6d;
    border-radius: 6px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .troubleContent {
    flex: 1;
    min-width: 0;
  }

  .troubleTitle {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 18px;
  }

  .troubleLink {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    .troubleLinkText{
      color: #e67a6d;
      text-decoration: underline;
    }
  }

  .troubleArrow {
    flex-shrink: 0;
    color: #bbb;
    font-size: 30px;
    margin-left: 15px;
  }

}



@media screen and (max-width:1100px){

  .troubleBox{

    .troubleBoxInner{
      padding:25px;
    }

  }

}
@media screen and (max-width:568px){

  .troubleBox{
    width: calc(100% - 20px);
    padding:50px 0;

    .troubleBoxInner{
      padding:20px;
    }

    .troubleList{
      grid-template-columns:1fr;
    }

    .troubleIcon{
      width:50px;
      height:50px;

      img{
        width:24px;
      }
    }

    .troubleTitle{
      font-size:15px;
    }

    .troubleLink{
      font-size:13px;
    }

  }

}

/* ----- promiseBox ----- */
.promiseBoxHeading{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  max-width: 1100px;
  width: calc(100% - 40px);
  padding: 0 30px;
  gap: 30px;
  margin: 0 auto 50px;
  .secHeading {
    width: fit-content;
    max-width: 70%;
    margin: 0;
  }
  .secHeadingImg{
    position: relative;
    left: -10px;
    bottom: -60px;
    width: 25%;
    max-width: 310px;
    img {
      width: 100%;
      display: block;
    }
  }
}
.promiseBox {
  margin-inline: -30px;
  overflow: hidden;

  .promiseList {
    display: flex;
    flex-direction: column;
    gap: 80px;
    background: #f1eee5;
    padding: 80px 0;
  }

  .promiseItem {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 50px 30px 50px 0;

    &:nth-child(even) {
      padding: 50px 0 50px 30px;

      .promiseContent {
        margin-right: auto;
        margin-left: 0;
        padding-right: clamp(40px, 3vw, 60px);
        padding-left: 0;
      }

      .promiseNum {
        left: 0;
        right: auto;
      }
      .promiseInner {
        margin-right: calc(50% - (50vw - 150px));
        margin-left: auto;
        flex-direction: row;
      }

    }

    .promiseNum {
      position: absolute;
      top: -110px;
      right: 0;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: #ffddd9;
      text-align: center;
      color: #e67a6d;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      &::before {
        content: "Promise";
        display: block;
        font-size: 18px;
        margin-bottom: 4px;
      }
    }

  }



  .promiseInner {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-left: calc(50% - (50vw - 150px));
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .promiseContent {
    width: 48%;
    box-sizing: border-box;
  }



  .promiseImgWrap {
    width: 48%;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .promiseImg {
    margin-left: 0;

    img {
      width: 100%;
      height:auto;
      aspect-ratio:700 / 460;
      display: block;
      object-fit: cover;
      border-radius: 0 10px 10px 0;
    }
  }

  .promiseItem:nth-child(even) .promiseImg {
    img {
      border-radius: 10px 0 0 10px;
    }
  }
  .promiseContentLead {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #4b3700;
    width: fit-content;

    position: relative;
    color: #4b3700;
    padding: 30px 40px;
    background: url(../img/new/bg_promisettl.png) no-repeat center top;


    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 53px;
      background-image: url(../img/new/reviewttl.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }

    &::before {
      left: 0;
    }

    &::after {
      right: 0;
      transform: translateY(-50%) scaleX(-1);
    }


  }

  .promiseTitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0;
    position: relative;
    width: fit-content;
    &::after {
      content: "";
      position: absolute;
      top: -30px;
      right: -30px;
      width: 37px;
      height: 38px;
      background-image: url(../img/new/bg_promisetitle.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }
  }
  .promiseTitleL4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5em;
  }    

  .promiseText {
    line-height: 2;
  }

}


@media screen and (min-width:2200px){

  .promiseBox{

    .promiseInner{
      max-width:1500px;
    }

  }

}
@media screen and (max-width:1100px){

  .promiseBox{

    .promiseItem{
      padding:40px 20px 40px 0;

      &:nth-child(even){
        padding:40px 0 40px 20px;
      }
    }

    .promiseInner{
      margin-left:calc(50% - (50vw - 100px));
    }

    .promiseItem:nth-child(even){

      .promiseInner{
        margin-right:calc(50% - (50vw - 100px));
      }

    }

    .promiseContent{
      width:52%;
      padding-left:30px;
    }

    .promiseItem:nth-child(even){

      .promiseContent{
        padding-right:30px;
      }

    }

    .promiseImgWrap{
      width:44%;
    }

    .promiseTitle{
      font-size:36px;
    }

  }

}
@media screen and (max-width:568px){

  .promiseBox{
    margin-inline:-10px;

    .promiseBoxHeading {
      display: block;
      .secHeading {
        width: auto;
        max-width:none;
        margin: 0 auto;
      }
      .secHeadingImg {
        left: auto;
        bottom: auto;
        width: auto;
        margin: 10px auto;
      }
    }
    .promiseItem{
      display:block;
      padding:30px 20px !important;

      & + .promiseItem{
        margin-top:30px;
      }
    }

    .promiseInner{
      display:block;
      max-width:none;
      margin:0;
    }

    .promiseContent{
      width:100%;
      padding:0;
      margin:0;
    }

    .promiseItem:nth-child(even){
      .promiseContent{
        padding:0;
      }
    }

    .promiseImgWrap{
      width:100% !important;
      max-width:none !important;
      margin-top:25px !important;
    }

    .promiseImg{

      img{
        width:100% !important;
        height:auto !important;
        border-radius:10px !important;
      }

    }

    .promiseNum{
      position:static;
      transform:none;
      margin:0 auto 20px;
    }

    .promiseTitle{
      font-size:26px;
      margin:20px 0;
      &::after {
        top: -10px;
        right: -20px;
        width: 24px;
        height: 24px;
      }
    }

  }

}

/* ----- companyBox ----- */

.companyBox{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  max-width: 1100px;
  margin: 100px auto;

  .companyHero{
    position:relative;
    overflow:hidden;
    background: url("../img/new/company_bg.jpg") center / cover no-repeat;
  }
  .companyHeroInner{
    position:relative;
    z-index:2;
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .companyHeroText{
    width:55%;
  }

  .companyHeroLead{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
    display:inline-block;
    text-shadow: 
      0 0 10px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 30px rgba(255,255,255,1);

    &::before,
    &::after{
      content:"";
      width:20px;
      height:2px;
      background:#444;
      position:absolute;
      top:50%;
    }

    &::before{
      right:100%;
      margin-right:10px;
      transform:rotate(65deg);
    }

    &::after{
      left:100%;
      margin-left:10px;
      transform:rotate(-65deg);
    }
  }
  .companyHeroText{
    text-align: center;
  }
  .companyHeroTitle{
    font-size:40px;
    line-height:1.3;
    font-weight:900;
    text-shadow: 
      0 0 10px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 30px rgba(255,255,255,1),
      0 0 30px rgba(255,255,255,1);
  }

  .companyHeroSub{
    text-align: center;
    margin-top:5px;
    font-size:24px;
    font-weight:700;
    text-shadow: 
      0 0 10px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 20px rgba(255,255,255,1),
      0 0 30px rgba(255,255,255,1),
      0 0 30px rgba(255,255,255,1);
  }

  .companyHeroPerson{
    align-self: flex-end;
    margin-top: auto;
    padding:50px 50px 0 0 ;
    width:38%;
    img{
      width:100%;
      display:block;
    }

  }


  .companyRibbon {
    width: fit-content;
    margin: 35px auto 70px;
    position: relative;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 18px;
      z-index: 0;
      width: 55px;
      height: 80px;
      background: #c04133;
    }

    &::before {
      right: calc(100% + 5px);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
    }

    &::after {
      left: calc(100% + 5px);
      clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
    }
  }

  .companyRibbonText {
    position: relative;
    z-index: 2;
    padding: 10px 40px;
    background: #c04133;
    color: #fff;
    text-align: center;
    font-size: 30px;
    height: 70px;
    font-weight: 700;

    &::before,
    &::after {
      content: "";
      position: absolute;
      bottom: -25px;
      width: 20px;
      height: 20px;
      background: #c04133;
    }

    &::before {
      left: 0;
      clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    &::after {
      right: 0;
      clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
  }

  .companyList{
    padding:0 40px 40px;
    display:flex;
    flex-direction:column;
    gap:40px;
  }

  .companyItem{

    position:relative;
    display:flex;
    align-items:center;
    gap:40px;
    padding:30px;
    border:2px solid #dbd4c0;
    border-radius:10px;
    background:#fff;
  }

  .companyNum{
    position:absolute;
    top:-32px;
    left:50%;
    transform:translateX(-50%);
    width:80px;
    height:80px;
    border-radius:50%;
    background:#ffddd9;
    color:#e67a6d;
    font-size:30px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;

  }

  .companyImg{
    width:230px;
    flex-shrink:0;
    margin:0;

    img{
      width:100%;
      display:block;
      border-radius:8px;
    }
  }

  .companyContent{
    flex:1;
    padding: 15px 0;
  }

  .companyTitle{
    font-size:22px;
    line-height:1.5;
    margin-bottom:15px;
  }


  .companyText{
    margin-top: 0.5em;
    img{
      max-width: 100%;
    }
  }

}

@media screen and (max-width:1100px){

.companyBox{

  .companyHeroInner{
    padding:40px;
  }

  .companyHeroTitle{
    font-size:48px;
  }

  .companyHeroSub{
    font-size:26px;
  }

  .companyTitle{
    font-size:28px;
  }

}

}


@media screen and (max-width:568px){

.companyBox{

  margin-top:60px;

  .companyHero{
    border-radius:8px;
  }

  .companyHeroInner{
    min-height:auto;
    flex-direction: column;
    gap: 30px;
    padding:30px 20px 0;

  }

  .companyHeroText{
    width:100%;
  }

  .companyHeroPerson{
    width:100%;
    padding: 0;
    margin:0 auto;
  }

  .companyHeroLead{
    font-size:16px;
    &::before,
    &::after{
      width:22px;
    }
    &::before {
      right: 100%;
      margin-right: 0;
    }
    &::after {
      left: 100%;
      margin-left: 0;
    }
  }

  .companyHeroTitle{
    font-size:34px;
  }

  .companyHeroSub{
    font-size:20px;
  }

  .companyRibbon{
    width:calc(100% - 60px);
    font-size:24px;
    margin:20px auto 40px;
    &::before, &::after {
      width: 25px;
    }
    &::before{
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
    }
    &::after{
      clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
    }

    .companyRibbonText {
      font-size: 18px;
      line-height: 1.2;
      padding: 5px 2  0px;
      min-height: 70px;
      font-weight: 700;
    }
  }

  .companyItem{

    display:block;

    padding:25px 20px;

  }

  .companyImg{

    width:100%;
    margin-bottom:20px;

  }

  .companyTitle{
    font-size:24px;
  }

}

}


/* ----- menuBox ----- */
.menuBox {
  padding: 100px 0;

  .secHeading {
    margin-bottom: 70px;
  }

  .menuList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
  }

  .menuItem {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
  }

  .menuItemHead {
    min-height: 120px;
    padding: 25px 15px 20px;
    background: #e67a6d;
    color: #fff;
    text-align: center;
  }

  .menuItem--repair {
    .menuItemHead {
      background: #e99e95;
    }
  }

  .menuItem--construction {
    .menuItemHead {
      background: #ecc868;
    }
  }

  .menuItemTitle {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow:
      -2px -2px 0 rgba(0, 0, 0, 0.1),
      2px -2px 0 rgba(0, 0, 0, 0.1),
      -2px 2px 0 rgba(0, 0, 0, 0.1),
      2px 2px 0 rgba(0, 0, 0, 0.1),
      0 0 2px rgba(0, 0, 0, 0.1);
  }

  .menuItemPrice {
    display: inline-block;
    min-width: 120px;
    padding: 3px 15px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  .menuItemImg {
    width: 100%;
    aspect-ratio: 360 / 165;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
  }

  .menuItemList {
    padding: 20px 30px 40px;

    li {
      position: relative;
      padding: 9px 5px 9px 22px;
      border-bottom: 1px solid #ddd;
      line-height: 1.4;

      &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 3px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        transform: translateY(-50%) rotate(45deg);
      }
      a{
        text-decoration: none;
        color: #2d2d2d;
      }
    }
  }


  /* 各種改修工事 */
  .menuCategory {
    padding: 25px 30px 30px;
  }

  .menuCategoryItem {
    & + .menuCategoryItem {
      margin-top: 22px;
    }

    .menuItemList {
      padding: 0;
    }
  }

  .menuCategoryTitle {
    position: relative;
    padding: 11px 15px 11px 35px;
    background: #ecc868;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;

    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 16px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translateY(-50%) rotate(45deg);
    }
    a{
      text-decoration: none;
      color: #fff;
      display: block;
    }
  }


  /* バナー */
  .menuBannerList {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1100px;
    margin: 70px auto 0;
  }

  .menuBanner {
    overflow: hidden;
    border-radius: 10px;

    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
}


@media screen and (max-width: 568px) {

  .menuBox {
    padding: 70px 0;

    .secHeading {
      margin-bottom: 45px;
    }

    .menuList {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .menuItemHead {
      min-height: auto;
      padding: 20px 15px;
    }

    .menuItemTitle {
      font-size: 20px;
    }

    .menuItemImg {
      aspect-ratio: 700 / 320;
    }

    .menuItemList {
      padding: 15px 20px 30px;
    }

    .menuCategory {
      padding: 20px;
    }

    .menuCategoryItem {
      .menuItemList {
        padding: 0;
      }
    }

    .menuBannerList {
      gap: 15px;
      margin-top: 50px;
    }
  }

}

/* ----- informationBox ----- */

.informationBox {
  margin-inline: -30px;
  overflow: hidden;
  .secHeading{
    position: relative;
    .secHeadingImg {
        position: absolute;
        right: 30px;
        bottom: -138px;
        width: 25%;
        max-width: 358px;
    }
  }
  .informationList {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #f1eee5;
    padding: 80px 0;
  }

  .informationItem {
    display: flex;
    align-items: center;
    position: relative;

    &:nth-child(even) {
      .informationContent {
        margin-right: auto;
        margin-left: 0;
        padding-right: clamp(40px, 3vw, 60px);
        padding-left: 0;
      }

      .informationTtlLtl {
        right: 10px;
        left: auto;

      }
      .informationInner {
        margin-right:0;
        margin-left: auto;
        flex-direction: row;
        border-radius: 10px 0 0 10px;
        padding: 40px 0 40px 40px;

      }

    }

    .informationTtlLtl {
      position: absolute;
      top: 20px;
      left: 10px;
      background: #f1eee5;
      border-radius: 50vh;
      padding:5px 110px 5px 20px;
      .informationNum {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #e67a6d;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 40px;
        line-height: 1.1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    }

  }



  .informationInner {
    background: #fff;
    border-radius: 0 10px 10px 0;
    width: calc(
    (100% - min(1100px, calc(100% - 60px))) / 2
    + min(1100px, calc(100% - 60px)));
    padding: 40px 40px 40px 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-left: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom: #e5e2d9 solid 2px;

  } 

  .informationContent {
    width: 48%;
    box-sizing: border-box;
    .btn a {
        max-width: 220px;
        margin: 30px auto 0;
        padding: 15px;
        background: #c95440;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-weight: 700;
    }
  }



  .informationImgWrap {
    width: 48%;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .informationImg {
    margin-left: 0;

    img {
      width: 100%;
      height:auto;
      aspect-ratio:700 / 460;
      display: block;
      object-fit: cover;
      border-radius: 0 10px 10px 0;
    }
  }

  .informationItem:nth-child(even) .informationImg {
    img {
      border-radius: 10px 0 0 10px;
    }
  }
  .informationContentLead {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #e67a6d;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;


    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 23px;
      height: 25px;
      background-image: url(../img/new/informationttl.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }

    &::before {
      left: 0;
    }

    &::after {
      right: 0;
      transform: translateY(-50%) scaleX(-1);
    }


  }

  .informationTitle {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0;
    position: relative;
  }
  .informationText {
    line-height: 2;
  }

}


@media screen and (max-width:568px){

  .informationBox{
    margin-inline:-10px;

    .informationItem{
      display:block;
      padding:30px 20px;

      & + .informationItem{
        margin-top:30px;
      }
    }

    .informationInner{
      display:block;
      max-width:none;
      margin:0;
    }

    .informationContent{
      width:100%;
      padding:0;
      margin:0;
    }

    .informationItem:nth-child(even){

      .informationContent{
        padding:0;
      }

    }

    .informationImgWrap{
      width:100%;
      max-width:none;
      margin-top:25px;
    }

    .informationImg{

      img{
        width:100%;
        height:auto;
        border-radius:10px;
      }

    }

    .informationNum{
      position:static;
      transform:none;
      margin:0 auto 20px;
    }

    .informationTitle{
      font-size:30px;
      margin:20px 0;
    }

  }

}

/* ----- topWorks - topBlogs ----- */
.topWorksHeadding{
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  width: calc(100% - 40px);
  padding: 0 30px;
  gap: 60px;
  margin: 0 auto 50px;
  align-items: center;
  .secHeading {
    width: fit-content;
    max-width: 70%;
    margin: 0;
  }
  .secHeadingImg{
    position: relative;
    width: 25%;
    max-width: 270px;
    img {
      width: 100%;
      display: block;
    }
  }
}
.topBlogsHeadding{
  flex-direction: row-reverse;
  .secHeadingImg{
    width: 30%;
    max-width: 273px;
    img {
      width: 100%;
      display: block;
    }
  }
}
.topWorks {
  background: #f1eee5;
  margin-inline: -30px;
}
.topInner{
  max-width: 1100px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 80px 0;
}

.topBlogs,
.topWorks {

  .topWorksList,
  .topBlogsList {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;

    li {
      width: calc((100% - 40px) / 3);
      box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.05);
      overflow: hidden;
      background: #fff;
      border-radius: 10px;

      a {
        padding: 10px;
        position: relative;
        color: #333;
        text-decoration: none;
        display: block;

        img {
          border-radius: 10px 10px 0 0;
          width: 100%;
          height: auto;
          aspect-ratio: 10 / 7;
          object-fit: cover;
        }
      }

      .ttlBox {
        padding: 10px;

        h3 {
          font-size: 16px;
          margin-bottom: 10px;
        }
        .subtxt {
        }
        .date{
          border-top: #cccccc solid 1px ;
          color: #999999;
          margin-top: 10px;
          padding-top: 10px ;
        }
        .postdate{
          color: #999999;
          font-size: 14px;
          text-align: right;
          margin-top: 10px;
        }
      }
    }
  }

}

.topWorksTaxs {
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  border-radius: 10px;
  padding: 15px;
  gap: 20px;
  margin-bottom: 50px;
  .taxsTitle{
    display: flex;
    flex: 1;
    gap: 0.5em;
    font-size: 18px;
    font-weight:700;
    white-space: nowrap;
    &::before {
      content: "\f002";
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
    }

  }
}

.topWorksTaxsList {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.topWorksTaxsListItem {

  .title {
    font-size: 18px;
    font-weight: 500;
    color: #c04133;
    padding: 6px 20px ;
    border-radius: 5px;
    background: #fff;
    border:#c04133 1px solid;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: ease 0.4s;

    &::after {
      content: "\f0d7";
      font-weight: 700;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
    }

    &:hover {
      opacity: 0.7;
    }

    img {
      max-width: 20px;
      display: inline-block;
      margin-right: 10px;
      height: auto;
    }
  }
}

.taxDetailsBox {
  display: none;
}

.taxDetailsList {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 20px;

  li {
    margin: 0 10px 5px 0;

    a {

      color: #2d2d2d;
      font-weight: 700;

      &:hover {
        color: #c04133;
      }
    }
  }
}

@media screen and (max-width:568px) {

  .topBlogs,
  .topWorks {

    .topWorksList,
    .topBlogsList {

      li {
        width: 49%;
        margin: 0 2% 20px 0;

        &:nth-of-type(2n) {
          margin-right: 0;
        }

        &:nth-of-type(3n) {
          margin-right: 2%;
        }


        .ttlBox {
          padding: 1.5vmin;

          h3 {
            font-size: 4vmin;
          }

          p {
            font-size: 3.5vmin;
          }
        }
      }
    }

  }

  .topWorksTaxsListItem {

    .title {
      font-size: 4.2vmin;
      padding: 1.5vmin 3vmin;

      img {
        max-width: 6vmin;
        margin-right: 2vmin;
      }
    }
  }

  .taxDetailsList {

    li {
      margin: 0 2vmin 1vmin 0;

    }
  }


}



/* ----- contactflowBox ----- */
.contactflowBox {
  margin-inline: -30px;
  padding: 80px 0;
  background: #fff1c9;


  .contactflowInner {
    padding: 0;
  }
  /* ----- flow ----- */


  .contactflowList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }


  .contactflowItem {
    position: relative;
    padding: 20px 30px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.05);

    &:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -17px;
      z-index: 2;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 10px solid #fffaed;
      transform: translateY(-50%);
    }
  }


  .contactflowNum {
    position: absolute;
    top: -32px;
    left: 50%;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e67a6d;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    &::before {
      content: "Step";
      display: block;
      margin-bottom: 2px;
      font-size: 13px;
      line-height: 1;
    }
  }


  .contactflowImg {
    overflow: hidden;
    margin:0 0 25px;
    border-radius: 7px;
    aspect-ratio: 220 / 155;

    img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
  }


  .contactflowTitle {
    margin-bottom: 20px;
    color: #e67a6d;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }

  /* ----- contact method ----- */
  .contactMethodList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 60px;
  }


  .contactMethod {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.05);
  }


  .contactMethodTitle {
    padding: 18px 15px;
    background: #305fa6;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }


  .contactMethodBody {
    padding: 25px 30px 30px;
  }


  .contactReception {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;

  }


  /* 電話 */
  .contactTel {
    margin-bottom: 20px;
    text-align: center;
    span {
      background-size: 35px auto;
      padding-left: 38px;
      font-size: 46px;
    }
  }

  /* ボタン */
  .contactMethodBtn {
    margin-bottom: 20px;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 10px 15px;
      background: #c94335;
      border-radius: 5px;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      text-decoration: none;
    }

    i {
      font-size: 22px;
    }
    img {
      max-height: 1.5em;
    }
  }


  .contactMethodText {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.8;
  }


  /* メール */
  .contactMethod--mail {

    .contactMethodTitle {
      background: #e67a6d;
    }
  }


  /* LINE */
  .contactMethod--line {

    .contactMethodTitle{
      background: #33e07a;
    }
    .contactMethodBtn a {
      background: #06c755;
    }
  }

}



@media screen and (max-width: 900px) {

  .contactflowBox {

    .contactflowList {
      grid-template-columns: repeat(2, 1fr);
      gap: 50px 20px;
    }

    .contactflowItem {

      &:not(:last-child)::after {
        display: none;
      }
    }

    .contactMethodList {
      grid-template-columns: 1fr;
      max-width: 600px;
      margin-right: auto;
      margin-left: auto;
    }
  }

}



@media screen and (max-width: 568px) {

  .contactflowBox {
    padding: 70px 20px;

    .secHeading {
      margin-bottom: 60px;
    }

    .contactflowSubTitle {
      margin-bottom: 55px;
      font-size: 22px;
    }

    .contactflowList {
      grid-template-columns: 1fr;
      gap: 50px;
    }

    .contactflowItem {
      padding: 20px 20px 30px;
    }

    .contactflowImg {
      aspect-ratio: 320 / 190;
    }

    .contactflowTitle {
      font-size: 20px;
    }

    .contactMethodList {
      margin-top: 50px;
    }

    .contactMethodBody {
      padding: 25px 20px;
    }

    .contactTel a {
      font-size: 34px;
    }
  }

}


/* ----- aboutBox ----- */
.aboutBox {
  max-width: 1100px;
  margin: 100px auto;

  /* 私たちの想い */
  .aboutMessage {
    margin-top: 70px;
  }

  .aboutMessageInner {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2vw, 40px);
    margin-top: 30px;
  }

  .aboutMessageImg {
    width: 48%;
    max-width: 480px;
    flex-shrink: 0;

    img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }
  }

  .aboutMessageContent {
    flex: 1;
    min-width: 0;
    .topBtn {
      margin: 35px auto 0;
    }
  }

  .aboutMessageTitle {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }

  .aboutMessageText {
    line-height: 2;

    p {
      margin-bottom: 15px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    .highlight {
      font-weight: 700;
    }
  }


  /* 店舗情報 */
  .aboutShop {
    margin-top: 70px;
  }

  .aboutShopList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
  }

  .aboutShopItem {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
  }

  .aboutShopName {
    padding: 15px 20px;
    background: #e97769;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  .aboutShopBody {
    padding: 40px;
    .topBtn {
      margin: 30px auto 0;
    }
  }

  .aboutShopImg {
    margin-bottom: 25px;

    img {
      width: 100%;
      aspect-ratio: 16 / 9;
      display: block;
      object-fit: cover;
      border-radius: 8px;
    }
  }

  .aboutShopInfo {

    > div {
      display: grid;
      grid-template-columns: 90px 1fr;
      padding: 12px 0;
      border-bottom: 1px solid #ccc;
    }

    dt {
      font-weight: 700;
    }

    dd {
      margin: 0;

      span {
        color: #e34a3c;
      }
    }
  }

}


@media screen and (max-width: 768px) {

  .aboutBox {

    .aboutMessage {
      margin-top: 50px;
    }

    .aboutMessageInner {
      display: block;
      margin-top: 25px;
    }

    .aboutMessageImg {
      width: 100%;
      margin-bottom: 30px;
    }

    .aboutMessageTitle {
      font-size: 24px;
    }

    .aboutMessageBtn {
      width: 100%;
      max-width: 300px;
    }


    .aboutShop {
      margin-top: 60px;
    }

    .aboutShopList {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .aboutShopName {
      font-size: 24px;
    }

    .aboutShopBody {
      padding: 25px 20px;
    }

    .aboutShopInfo {

      > div {
        grid-template-columns: 70px 1fr;
        gap: 10px;
      }
    }

  }

}


/* ----- topBnr ----- */
.topBnrMenu {
  margin: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  img {
    margin: 0 auto;
  }
}

@media screen and (max-width:568px) {
  .topBnrMenu {
    margin: 20px 0 0;
    img {
      margin: 0 auto 10px;
    }
  }

}
