/** @format */

.contents_body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1;
  font-feature-settings: "palt";
}

/* Webフォント */
.RyoGothicHeavy {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.outfitMedium {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* PC・SP共通 */
.clearfx:before,
.clearfx:after {
  content: "";
  display: table;
}

.clearfx:after {
  clear: both;
}

.contents_body img {
  width: 100%;
}

/* CTAボタン*/
.ecFeatureContents .ctaButtonWrapper a {
  background-color: #04afec;
  color: #fff;
}
.ecFeatureContents .ctaButtonWrapper {
  text-align: center;
  margin: 0 auto;
}

/* PC */
@media screen and (min-width: 964px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }

  /* CTAボタン*/
  .ecFeatureContents .ctaButtonWrapper a {
    display: inline-block;
    font-size: 1.6vw;
    padding: 1.5vw 7vw 1.3vw;
    border-radius: 0.3vw;
    letter-spacing: 0.09em;
    position: relative;
    z-index: 1;
    background-color: #04afec;
    color: #fff;
    border: 4px solid #04afec;
    box-sizing: border-box;
    box-shadow: 0 0.36vw 0 #0d9bd8;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s,
      color 0.2s;
    z-index: 999;
  }
  .ecFeatureContents .ctaButtonWrapper a:hover {
    background-color: #fff;
    color: #04afec;
    border: 4px solid #04afec;
    transform: translateY(0.36vw);
    box-shadow: none;
  }
  .ecFeatureContents .ctaButtonWrapper a .ctaButtonHighlight {
    font-size: 2vw;
  }
  .ecFeatureContents .ctaButtonWrapper a::after {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 1vw;
    background: url("../newcustomer03/arrow.png") no-repeat center center;
    background-size: contain;
    margin-left: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3vw;
  }
  .ecFeatureContents .ctaButtonWrapper a:hover::after {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 1vw;
    background: url("../newcustomer03/arrow_hover.png") no-repeat center center;
    background-size: contain;
    margin-left: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3vw;
  }
  /* メインビジュアル */
  .ecFeatureContents .heroSection {
    background-color: #fcfaf0;
  }
  .ecFeatureContents .heroContent {
    background-image: url(../newcustomer03/pc_mainimg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 38vw;
    border: 1vw solid #fcfaf0;
    border-radius: 1.7vw;
    padding-top: 5vw;
  }
  .ecFeatureContents .heroTitle {
    font-size: 2.45vw;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: left;
    color: #bd9637;
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .ecFeatureContents .heroTitle .heroTitleText {
    display: inline-block;
    margin: 0.2vw 0;
    padding: 1vw 1.4vw 1vw 2.1vw;
    background-color: #fff;
  }
  .ecFeatureContents .heroTitle .heroTitleText:first-of-type {
    padding: 1vw 0.7vw 0.8vw 2.1vw;
  }
  .ecFeatureContents .heroTitle .heroTitleTextSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .heroCta {
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0 0 1.6vw 2.1vw;
    display: flex;
    flex-direction: column;
  }
  .ecFeatureContents .heroCtaRemark {
    display: table;
    font-size: 1.35vw;
    background-color: #be9636;
    padding: 0.6vw 1.2vw;
    border-radius: 0.3vw;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 1vw 0.4vw;
    max-width: fit-content;
  }
  .ecFeatureContents .heroCtaRemark .heroCtaRemarkSub {
    transform: rotate(10deg);
    display: inline-block;
  }
  .ecFeatureContents .heroCtaRemark::after {
    content: "";
    left: 0.35vw;
    top: 1.5vw;
    position: absolute;
    width: 2.6vw;
    height: 2.6vw;
    background: url("../newcustomer03/commonDeco_01.png") no-repeat center
      center;
    background-size: contain;
    margin-left: 0.5vw;
  }
  .ecFeatureContents .heroCtaButtonWrapper {
    display: flex;
    justify-content: right;
  }
  .ecFeatureContents .heroCtaText {
    font-size: 7.3vw;
    letter-spacing: 0.04em;
  }
  .ecFeatureContents .heroCtaSubText {
    font-size: 0.9vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 0.7vw;
    position: absolute;
    right: -2.2vw;
    transform: rotate(10deg);
  }
  .ecFeatureContents .heroCtaSubText .heroCtaSubTextSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .heroCtaSubText::before {
    content: "";
    display: inline-block;
    width: 2.1vw;
    height: 2.1vw;
    background: url("../newcustomer03/mvDeco_01.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -1.4vw;
    top: 0.2vw;
  }
  .ecFeatureContents .heroCtaSubText::after {
    content: "";
    display: inline-block;
    width: 2.1vw;
    height: 2.1vw;
    background: url("../newcustomer03/mvDeco_01.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 4.6vw;
    top: 0.2vw;
    transform: scaleX(-1);
  }
  .ecFeatureContents .heroCtaButton {
    font-size: 1.6vw;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    margin-top: 8vw;
    margin-right: 2vw;
    background-color: #04afec;
    position: relative;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 0.36vw 0 #0d9bd8;
    transition: 0.3s;
    border: 4px solid #04afec;
  }
  .ecFeatureContents .heroCtaButton:hover {
    background-color: #fff;
    color: #04afec;
    border: 4px solid #04afec;
    transform: translateY(0.36vw);
    box-shadow: none;
  }
  .ecFeatureContents .heroCtaButtonText:first-of-type {
    font-size: 0.9vw;
    line-height: 1.4;
  }
  .ecFeatureContents .heroCtaButtonText:last-of-type {
    margin-bottom: 1vw;
  }
  .ecFeatureContents .heroCtaButtonWrapper a::after {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 1vw;
    background: url("../newcustomer03/arrow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.4vw;
  }
  .ecFeatureContents .heroCtaButtonWrapper a:hover::after {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 1vw;
    background: url("../newcustomer03/arrow_hover.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.4vw;
  }
  .ecFeatureContents .heroCtaButtonTextSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.05vw;
  }
  /* 本物のおいしさセクション */
  .ecFeatureContents .authenticSection {
    background-color: #fcfaf0;
    padding: 8.3vw 0 27vw;
  }
  .ecFeatureContents .authenticSection {
    background-color: #fcfaf0;
    padding: 9vw 0 16vw;
    position: relative;
  }
  .ecFeatureContents .authenticSection::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.6vw;
    left: -1.4vw;
    width: 100%;
    height: 58.8vw;
    background-image: url("../newcustomer03/pc_bgimg_01.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 999;
    pointer-events: none;
  }
  .ecFeatureContents .sectionSpeechBubbleText {
    margin: 0 auto 3vw;
    text-align: center;
    display: table;
    font-size: 1.42vw;
    background-color: #be9636;
    padding: 0.5vw 2.1vw;
    border-radius: 0.3vw;
    letter-spacing: 0.09em;
    position: relative;
    max-width: fit-content;
    color: #fff;
  }
  .ecFeatureContents .sectionSpeechBubbleText::after {
    content: "";
    left: 5vw;
    top: 1.6vw;
    position: absolute;
    width: 2vw;
    height: 2vw;
    background: url("../newcustomer03/commonDeco_01.png") no-repeat center
      center;
    background-size: contain;
    margin-left: 0.5vw;
  }
  .ecFeatureContents .authenticSectionTitle {
    color: #f46f4e;
    font-size: 2.6vw;
    letter-spacing: 0.15em;
    margin: 0 auto 4vw;
    text-align: center;
  }
  .ecFeatureContents .sectionTitleSubText {
    font-size: 0.9vw;
    margin: 0 auto;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -0.6vw;
  }
  .ecFeatureContents .sectionTitleSubText::before {
    content: "";
    display: block;
    width: 7.5vw;
    height: 1vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    position: absolute;
    top: -1.3vw;
    left: 0;
  }
  .ecFeatureContents .sectionTitleSubText::after {
    content: "";
    display: block;
    width: 7.5vw;
    height: 1vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    bottom: -1.3vw;
    left: 0;
  }
  .ecFeatureContents .sectionTitleMainText {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-left: 1.5vw;
    text-align: center;
    line-height: 1.4;
  }
  .ecFeatureContents .authenticPoints {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 46%;
  }
  .ecFeatureContents .authenticPoint {
    display: flex;
    margin-bottom: 2.3vw;
    align-items: center;
  }
  .ecFeatureContents .pointNumber {
    font-size: 3.1vw;
    color: #bf9738;
    margin-right: 2vw;
  }
  .ecFeatureContents .pointText {
    font-size: 1.5vw;
    letter-spacing: 0.05em;
  }
  .ecFeatureContents .pointTextHighlight {
    color: #fff;
    font-size: 2vw;
    background-color: #f66d4f;
    padding: 0.3vw 0.5vw 0.2vw;
  }
  .ecFeatureContents .authenticPoint:nth-child(2) .pointTextHighlight {
    margin-right: 0.2vw;
    display: inline-block;
  }
  .ecFeatureContents .pointTextHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.08vw;
  }
  /* そのアクティブのおいしさってどうやって作っているの？ */
  .ecFeatureContents .makingSection {
    position: relative;
    z-index: 2;
  }
  .ecFeatureContents .makingSection::before {
    content: "";
    display: block;
    position: absolute;
    top: -11vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background-image: url("../newcustomer03/bgtopimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .makingSection::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7.5vw;
    left: 0;
    width: 100%;
    height: 26vw;
    background-image: url("../newcustomer03/bgbottomimg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .sectionTitle {
    font-size: 1.995vw;
    letter-spacing: 0.05em;
    margin: 0 auto 4vw;
    text-align: center;
    color: #000;
    z-index: 999;
    position: relative;
    top: -0.9vw;
  }
  .ecFeatureContents .sectionTitle .sectionTitleText {
    font-size: 2.45vw;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #be9636;
    padding: 0.3vw 0.3vw 0.4vw;
    margin-right: 0.5vw;
  }
  .ecFeatureContents .makingSubsection {
    width: 83%;
    margin: 0 auto;
    background-color: #fcfaf0;
    padding: 5vw 10vw;
    z-index: 999;
  }
  .ecFeatureContents .makingSubsection .subsectionContent {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .ecFeatureContents .qualitySection .subsectionContent {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .ecFeatureContents .subsectionImageWrapper {
    width: 58%;
    position: relative;
  }
  .ecFeatureContents .subsectionImageWrapper img {
    border-radius: 0.52vw;
  }
  .ecFeatureContents .subsectionVerticalText {
    position: absolute;
    color: #be9636;
    font-size: 5.2vw;
    letter-spacing: 0.09em;
  }
  .ecFeatureContents
    .makingSubsection.craftsmanSection
    .subsectionVerticalText {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    top: -3.2vw;
    right: -2.25vw;
  }
  .ecFeatureContents .makingSubsection.qualitySection .subsectionVerticalText {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: -2vw;
    left: -2.25vw;
  }
  .ecFeatureContents .subsectionText {
    width: 42%;
  }
  .ecFeatureContents .qualitySection .subsectionText {
    padding-left: 2.5vw;
  }
  .ecFeatureContents .subsectionChildLabel {
    color: #be9636;
    font-size: 1.17vw;
    letter-spacing: 0.09em;
    margin: 0 auto 1vw;
  }
  .ecFeatureContents .subsectionChildLabel .subsectionChildLabelNumber {
    font-size: 2.12vw;
  }
  .ecFeatureContents .subsectionLabel {
    font-size: 3.9583vw;
    margin: 0 auto 0.5vw;
    position: relative;
    display: inline-block;
  }
  .ecFeatureContents .subsectionLabel::after {
    content: "";
    display: block;
    width: 20vw;
    height: 2vw;
    background: url("../newcustomer03/line_01.png") no-repeat center center;
    background-size: contain;
    margin: 0.1vw auto 0 auto;
    position: static;
    pointer-events: none;
    z-index: 1;
  }
  .ecFeatureContents .subsectionDescription {
    font-size: 1.35vw;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: left;
    margin-bottom: 2vw;
  }
  .ecFeatureContents .subsectionDescriptionText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ecFeatureContents .subsectionDescriptionPart {
    background-color: #be9635;
    padding: 0.65vw 0.9vw 0.6vw;
    display: inline-block;
    margin-bottom: 0.4vw;
  }
  .ecFeatureContents .subsectionPoints .pointNumber {
    font-size: 1.15vw;
    letter-spacing: 0.06em;
    width: 3.1vw;
    height: 3.1vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #be9636;
    border: 1px solid #be9636;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 0.8vw;
  }
  .ecFeatureContents .subsectionPoint {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .ecFeatureContents .subsectionPoint .pointTitle {
    width: 100%;
    font-size: 1.04vw;
    line-height: 1.4;
  }
  .ecFeatureContents .subsectionPoint .pointTitleHighlight {
    font-size: 1.35vw;
    color: #f66d4f;
  }
  .ecFeatureContents .craftsmanSection {
    position: relative;
    margin-bottom: 3vw;
    z-index: 9999;
  }
  .ecFeatureContents .craftsmanSection:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10vw;
    right: -8.5vw;
    width: 18vw;
    height: 22vw;
    background-image: url("../newcustomer03/foodImg_08.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
    z-index: 1;
    overflow-x: hidden;
  }
  .ecFeatureContents .qualitySection {
    position: relative;
    margin-bottom: 6vw;
  }
  .ecFeatureContents .qualitySection:before {
    content: "";
    display: block;
    position: absolute;
    top: 12.8vw;
    left: -7vw;
    width: 12.6vw;
    height: 12.6vw;
    background-image: url("../newcustomer03/foodImg_09.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    pointer-events: none;
    z-index: 1;
    overflow-x: hidden;
  }
  .ecFeatureContents .qualitySection:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10.5vw;
    right: -4vw;
    width: 17.9vw;
    height: 17.9vw;
    background-image: url("../newcustomer03/foodImg_10.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
    z-index: 99;
    overflow-x: hidden;
  }
  /* どんな現場にもぴったりとハマるセクション */
  .ecFeatureContents .sceneSection {
    background-color: #fbf8ef;
    margin-top: -7vw;
    padding: 23vw 0 15vw;
  }
  .ecFeatureContents .sceneSection .sectionSpeechBubbleText {
    padding: 0.5vw 3.9vw 0.36vw;
    font-size: 1.6vw;
  }
  .ecFeatureContents .sceneSection .sectionTitle {
    font-size: 3.64vw;
    color: #f56d4f;
    letter-spacing: 0.09em;
    margin-bottom: 3.4vw;
  }
  .ecFeatureContents .sceneSection .sceneSubsection {
    position: relative;
    z-index: 999;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle {
    font-size: 1.35vw;
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 2vw;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.7vw;
    height: 1.7vw;
    margin-right: 0.3vw;
    background-image: url("../newcustomer03/trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.7vw;
    height: 1.7vw;
    margin-right: 0.3vw;
    background-image: url("../newcustomer03/trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
  }
  .ecFeatureContents .sceneSection .sectiontitleText {
    font-size: 1.6146vw;
    color: #f56d4f;
  }
  .ecFeatureContents .sceneTypes {
    width: 63.4%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ecFeatureContents .sceneTypes .sceneType {
    width: 31%;
    margin-bottom: 5vw;
  }
  .ecFeatureContents .sceneTypeHeaderBox {
    margin-bottom: 0.3vw;
    display: flex;
    align-items: center;
  }
  .ecFeatureContents .sceneTypeNumber {
    font-size: 2.6vw;
    color: #be9636;
    margin-right: 0.6vw;
    display: inline-block;
  }
  .ecFeatureContents .sceneTypeName {
    font-size: 1.15vw;
    letter-spacing: 0.09em;
    color: #000;
    display: inline-block;
  }
  .ecFeatureContents .sceneTypeName .sceneTypeNameText {
    font-size: 1.56vw;
    letter-spacing: 0.09em;
    color: #fff;
    background-color: #be9636;
    padding: 0.3vw 0.3vw 0.4vw;
    margin-right: 0.2vw;
  }
  .ecFeatureContents .sceneTypeName .sceneTypeNameTextSub {
    display: inline-block;
    transform: rotate(15deg);
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .sceneTypeIcon {
    border: 1px solid #be9636;
    height: 10vw;
    background-color: #fff;
    border-radius: 0.6vw;
    padding: 0.9vw;
    text-align: center;
  }
  .ecFeatureContents .sceneTypeIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ecFeatureContents .sceneExamplesWrapper {
    position: relative;
    background-color: #fff;
    margin-bottom: 4vw;
  }
  .ecFeatureContents .sceneExamplesWrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -11vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background-image: url("../newcustomer03/bgtopimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .sceneExamplesWrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14.5vw;
    left: 0;
    width: 100%;
    height: 26vw;
    background-image: url("../newcustomer03/bgbottomimg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .sceneExamplesTitle {
    font-size: 1.9vw;
    text-align: center;
    letter-spacing: 0.09em;
    z-index: 99;
    position: relative;
    margin-bottom: 2.3vw;
  }
  .ecFeatureContents .sceneExamplesTitle .sceneExamplesTitleHighlight {
    font-size: 2.65vw;
    color: #fff;
    background-color: #be9636;
    padding: 0.3vw 0.3vw 0.4vw;
    margin-right: 0.2vw;
  }
  .ecFeatureContents .sceneExamplesWrap {
    width: 73%;
    margin: 0 auto;
  }
  .ecFeatureContents .sceneExamples {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
  }
  /* 上段：2カラム（34% / 34%） */
  .ecFeatureContents .sceneExamples--top {
    grid-template-columns: 47% 47%;
    justify-content: space-between; /* 残り32%を左右に振る */
    column-gap: 89px;
    row-gap: 2vw;
    margin-bottom: 2.5vw; /* 上下の段間 */
  }
  /* 下段：3カラム（26.5% / 26.5% / 残り） */
  .ecFeatureContents .sceneExamples--bottom {
    grid-template-columns: 26.5% 26.5% 26.5%;
    column-gap: 1.9vw;
    row-gap: 2vw;
    justify-content: center;
    z-index: 999;
    position: relative;
  }
  .ecFeatureContents .sceneExample {
    width: 100%;
    position: relative;
  }
  .ecFeatureContents .sceneExampleImage img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.6vw;
  }
  .ecFeatureContents .sceneExampleText {
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    z-index: 999;
    color: #bd9637;
  }
  .ecFeatureContents .sceneExamples .sceneExampleText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ecFeatureContents .sceneExamples--top {
    margin-bottom: 4.2vw;
  }
  .ecFeatureContents .sceneExampleTextHighlight {
    margin-top: 0.3vw;
    background-color: #fff;
    padding: 0.3vw 1vw 0.25vw;
    letter-spacing: 0.04em;
  }
  .ecFeatureContents .sceneExamples--top .sceneExampleTextHighlight {
    font-size: 1.5vw;
  }
  .ecFeatureContents .sceneExamples--bottom .sceneExampleTextHighlight {
    font-size: 1.14vw;
  }
  .ecFeatureContents .sceneExampleTextHighlight .sceneExampleTextHighlightSub {
    display: inline-block;
    transform: rotate(15deg);
    position: relative;
    top: 0.05vw;
    left: -0.2vw;
  }
  .ecFeatureContents
    .sceneExampleTextHighlight02
    .sceneExampleTextHighlightSub {
    left: 0;
  }
  /* サービスセクション */
  .ecFeatureContents .servicesSection {
    background-color: #fcfaf0;
    position: relative;
    padding: 2vw 0 10vw;
  }
  .ecFeatureContents .servicesSection::before {
    content: "";
    display: block;
    position: absolute;
    top: 14vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background-image: url("../newcustomer03/bgtopimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .servicesSection .sectionSpeechBubbleText {
    padding: 0.5vw 5.5vw;
    font-size: 1.6vw;
    margin-bottom: 2vw;
  }
  .ecFeatureContents .servicesSection .sectionSpeechBubbleText::after {
    width: 3vw;
    height: 2vw;
    left: 4.5vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle {
    color: #f56d4f;
    letter-spacing: 0.09em;
    margin-bottom: 3.4vw;
    display: block;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleMainText {
    letter-spacing: 0.09em;
    display: block;
    font-size: 3.64vw;
    margin-bottom: -0.7vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleSub {
    font-size: 1.14vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleSub {
    position: relative;
    font-size: 1.1vw;
    letter-spacing: 0.01em;
    top: -1.2vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleNumber {
    font-size: 3.64vw;
  }
  .ecFeatureContents
    .servicesSection
    .sectionTitle
    .sectionTitleNumberHighlightSub {
    position: relative;
    top: 0.1vw;
    left: 0.5vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleNumberText {
    font-size: 6.1vw;
  }
  .ecFeatureContents .sectionTitleSub::before {
    content: "";
    display: block;
    width: 8vw;
    height: 1vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    position: absolute;
    top: -1.4vw;
    left: 0;
    transform: rotate(1deg);
  }
  .ecFeatureContents .sectionTitleSub::after {
    content: "";
    display: block;
    width: 8vw;
    height: 1vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    bottom: -1.4vw;
    left: 0;
    transform: rotate(-8deg);
  }
  .ecFeatureContents .servicesList {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 7.8vw;
  }
  .ecFeatureContents .servicesList::before {
    content: "";
    display: block;
    position: absolute;
    top: -19vw;
    left: -3.5vw;
    width: 22.5vw;
    height: 20vw;
    background-image: url("../newcustomer03/sampleBox_img.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10001;
    pointer-events: none;
    overflow: hidden;
  }
  .ecFeatureContents .servicesList::after {
    content: "";
    display: block;
    position: absolute;
    top: -14.3vw;
    right: 0;
    width: 27vw;
    height: 20vw;
    background: url("../newcustomer03/callimg.png") no-repeat left top;
    background-size: contain;
    z-index: 10000;
  }
  .ecFeatureContents .serviceItem {
    width: 62.5%;
    margin: 0 auto 5vw;
    display: flex;
  }
  .ecFeatureContents .serviceItem:last-child {
    margin-bottom: 0;
  }
  .ecFeatureContents .serviceItem:nth-child(even) {
    flex-direction: row-reverse;
  }
  .ecFeatureContents .serviceItem .serviceImg {
    width: 62%;
  }
  .ecFeatureContents .serviceItem .serviceImg img {
    border-radius: 0.5vw;
  }
  .ecFeatureContents .serviceItem .serviceHeaderBox {
    width: 38%;
  }
  .ecFeatureContents .serviceItem:nth-child(odd) .serviceHeaderBox {
    padding-left: 3vw;
  }
  .ecFeatureContents .serviceItem:nth-child(even) .serviceHeaderBox {
    padding-right: 2vw;
  }
  .ecFeatureContents .serviceItem .serviceNumber {
    font-size: 1.5vw;
    color: #bd9637;
    margin-bottom: 1.2vw;
    display: block;
  }
  .ecFeatureContents .serviceItem .serviceTitle {
    font-size: 3.55vw;
    margin-bottom: 1.5vw;
  }
  .ecFeatureContents .serviceItem .serviceDescription {
    margin-bottom: 1.5vw;
  }
  .ecFeatureContents .serviceItem .serviceDescriptionText {
    font-size: 1.35vw;
    color: #fff;
    letter-spacing: 0.09em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ecFeatureContents
    .serviceItem
    .serviceDescription
    .serviceDescriptionTextLine {
    display: inline;
    margin-bottom: 0.25vw;
    background-color: #bd9637;
    padding: 0.6vw 1vw 0.5vw;
  }
  .ecFeatureContents .serviceItem .servicePoints {
    font-size: 1.01vw;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .ecFeatureContents .serviceItem .servicePoints .servicePointHighlight {
    font-size: 1.25vw;
    color: #f46f4e;
  }
  .ecFeatureContents .serviceItem .servicePoints li {
    margin-bottom: 0.8vw;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .ecFeatureContents .serviceItem .servicePoints li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.4em;
    background: url("../newcustomer03/arrow_1.png") no-repeat center center;
    background-size: contain;
  }
  .ecFeatureContents .servicesSection .ctaButtonWrapper {
    padding: 4vw 0 0;
    position: relative;
  }
  .ecFeatureContents .servicesSection .ctaButtonWrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 26vw;
    background-image: url("../newcustomer03/bgbottomimg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  /* 信頼と安心セクション */
  .ecFeatureContents .trustSection {
    background-color: #fcfaf0;
    padding: 8.3vw 0 7vw;
  }
  .ecFeatureContents .trustSection .statNote {
    position: absolute;
    right: -2vw;
    bottom: -0.5vw;
    font-size: 0.7vw;
    letter-spacing: 0.04em;
    color: #777777;
  }
  .ecFeatureContents .trustSection .sectionSpeechBubbleText {
    font-size: 1.6vw;
  }
  .ecFeatureContents .trustSection .sectionTitle {
    color: #f46f4e;
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    margin-bottom: 2vw;
  }
  .ecFeatureContents .trustSection .sectionSpeechBubbleText {
    padding: 0.5vw 1.5vw 0.4vw;
    margin-bottom: 3.5vw;
  }
  .ecFeatureContents .trustSection .sectionSpeechBubbleText::after {
    width: 3vw;
    height: 2vw;
    left: 4.5vw;
  }
  .ecFeatureContents .trustSection .trustStats {
    width: 63%;
    margin: 0 auto 8vw;
    background-image: url("../newcustomer03/trustImg_01.png");
    background-repeat: no-repeat;
    background-position: right 44% top;
    background-size: contain;
    padding-bottom: 28vw;
    position: relative;
  }
  .ecFeatureContents .trustSection .trustStatsLeft {
    position: absolute;
    z-index: 999;
    top: 1.9vw;
    left: 0;
    text-align: center;
  }
  .ecFeatureContents .trustSection .trustStatsLeft .statLabel {
    font-size: 1.3vw;
    letter-spacing: 0.09em;
  }
  .ecFeatureContents .trustSection .trustStatsLeft .statValue {
    font-size: 2.4vw;
    color: #bd9637;
  }
  .ecFeatureContents .trustSection .trustStat {
    margin-bottom: 2vw;
  }
  .ecFeatureContents .trustSection .trustStat .statNumber {
    font-size: 5.6vw;
    position: relative;
    top: 0.3vw;
    left: -0.2vw;
  }
  .ecFeatureContents .trustSection .trustStat .statNumberComma {
    font-size: 4.5vw;
    position: relative;
    top: -0.5vw;
  }
  .ecFeatureContents .trustSection .trustStat:first-of-type .statNumberComma {
    letter-spacing: -0.09em;
    left: -0.5vw;
  }
  .ecFeatureContents .trustSection .trustStat:nth-of-type(2) .statNumberComma {
    letter-spacing: -0.2em;
    left: -0.05vw;
  }
  .ecFeatureContents .trustSection .trustStatsRight {
    position: absolute;
    z-index: 999;
    bottom: -1.5vw;
    right: 2.8vw;
    text-align: center;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statLabel {
    font-size: 1.3vw;
    letter-spacing: 0.09em;
    margin-bottom: -0.5vw;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statValue {
    color: #bd9637;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statValue {
    font-size: 3.1vw;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statNumber {
    font-size: 10.4vw;
    left: 0.8vw;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle {
    font-size: 1.35vw;
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 2vw;
  }
  .ecFeatureContents
    .sceneSubsection
    .sectionSubtitle
    .sectionSubtitleHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.08vw;
  }
  /* お客様の声セクション */
  .ecFeatureContents .voicesSection {
    margin-bottom: 6vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead {
    font-size: 1.35vw;
    letter-spacing: 0.09em;
    text-align: center;
    margin-bottom: 5vw;
  }
  .ecFeatureContents
    .voicesSection
    .voicesSectionLead
    .voicesSectionHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.08vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead .voicesSectionHighlight {
    color: #f46f4e;
    font-size: 1.6vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.7vw;
    height: 1.7vw;
    margin-right: 0.3vw;
    background-image: url("../newcustomer03/trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.7vw;
    height: 1.7vw;
    margin-right: 0.3vw;
    background-image: url("../newcustomer03/trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
  }
  .ecFeatureContents .voicesSection .voiceItemsGroup {
    width: 73%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .ecFeatureContents .voicesSection .voiceItem {
    width: 31.68%;
    background-color: #fff;
    border-radius: 0.65vw;
    position: relative;
    padding: 2vw 1vw 1vw;
  }
  .ecFeatureContents .voicesSection .voiceItemNumber {
    position: absolute;
    font-size: 3.2292vw;
    color: #bd9637;
    top: -1.7vw;
    left: 0;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader .voiceItemIcon {
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader .voiceItemIcon img {
    width: 5.3vw;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader .voiceItemTitle {
    width: 65%;
  }
  .ecFeatureContents .voicesSection .voiceItemTitle .voiceItemTitleText {
    font-size: 1.2vw;
    color: #fff;
    margin-bottom: 0.85vw;
    letter-spacing: 0.09em;
  }
  .ecFeatureContents
    .voicesSection
    .voiceItemTitle
    .voiceItemTitleText
    .voiceItemTitleHighlight {
    background-color: #bd9637;
    margin-bottom: 0.2vw;
    display: inline-block;
    padding: 0.2vw 0.5vw 0.2vw;
  }
  .ecFeatureContents .voicesSection .voiceItemReply {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 1.1vw;
    border-radius: 0.45vw;
  }
  .ecFeatureContents .voicesSection .voiceItemMeta {
    font-size: 0.78vw;
    letter-spacing: 0.05em;
    margin-bottom: 1.5vw;
    color: #777777;
    font-weight: bold;
  }
  .ecFeatureContents .voicesSection .voiceItemCompany {
    width: 33%;
    padding-left: 0;
  }
  .ecFeatureContents .voicesSection .voiceItemCompany img {
    width: 65%;
    padding-left: 0.2vw;
  }
  .ecFeatureContents .voicesSection .voiceItemText {
    width: 67%;
    font-size: 0.73vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
  }
  .ecFeatureContents .voicesSection .voiceItemText .voiceItemTextHighlight {
    color: #f46f4e;
  }
  /* FAQセクション */
  .ecFeatureContents .faqSection {
    background-color: #fcfaf0;
    padding: 8.3vw 0 7vw;
  }
  .ecFeatureContents .faqSection {
    background-color: #fff;
    padding: 5vw 0;
  }
  .ecFeatureContents .faqSection .sectionSpeechBubbleText {
    padding: 0.5vw 4.8vw 0.4vw;
    margin-bottom: 3.5vw;
    font-size: 1.6vw;
  }
  .ecFeatureContents .faqSection .sectionTitle {
    color: #f46f4e;
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    margin-bottom: 2vw;
  }
  .ecFeatureContents .faqSection .faqList {
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ecFeatureContents .faqSection .faqItem {
    width: 48.75%;
    border: 1px solid #bd9637;
    border-radius: 0.65vw;
    padding: 1.9vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.7vw;
  }
  .ecFeatureContents .faqSection .faqDetails {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .ecFeatureContents .faqSection .faqQuestion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8vw;
  }
  .ecFeatureContents .faqSection .questionLabel {
    background-color: #bd9637;
    font-size: 1.6vw;
    color: #fff;
    border-radius: 3vw;
    width: 2.6vw;
    height: 2.6vw;
    text-align: center;
    line-height: 2.6vw;
  }
  .ecFeatureContents .faqSection .questionText {
    width: 87%;
    font-size: 1.25vw;
    color: #bd9637;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
  }
  .ecFeatureContents .faqSection .faqAnswer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1vw;
  }
  .ecFeatureContents .faqSection .answerLabel {
    font-size: 1.6vw;
    color: #bd9637;
    border-radius: 3vw;
    width: 2.6vw;
    height: 2.6vw;
    text-align: center;
    line-height: 2.4vw;
    border: 1px solid #bd9637;
  }
  .ecFeatureContents .faqSection .answerText {
    width: 87%;
    font-size: 0.8vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
  }
  /* 情報リンクセクション */
  .ecFeatureContents .finalCtaSection {
    background-color: #fcfaf0;
    padding: 2.5vw 0 7vw;
  }
  .ecFeatureContents .finalCtaSection .finalCtaContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 62.3%;
    margin: 0 auto 0.3vw;
    justify-content: space-between;
    position: relative;
  }
  .ecFeatureContents .finalCtaSection .finalCtaContent img {
    width: 36%;
    position: relative;
    top: -1vw;
    left: -0.9vw;
  }
  .ecFeatureContents .finalCtaSection .finalCtaMessage {
    width: 59%;
    color: #f46f4e;
    letter-spacing: 0.12em;
    padding-left: 0.3vw;
  }
  .ecFeatureContents .finalCtaSection .finalCtaMessage span {
    display: block;
    margin-bottom: 0.5vw;
  }
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight:first-of-type {
    font-size: 1.56vw;
    line-height: 1.3;
  }
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight:nth-of-type(2),
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight:nth-of-type(3) {
    font-size: 2.6vw;
    line-height: 1.3;
  }
  /* 情報リンクセクション */
  .ecFeatureContents .infoLinksSection {
    padding: 2vw 0;
  }
  .ecFeatureContents .infoLinksSection .infoLinksContainer {
    width: 81.51%;
    margin: 0 auto;
  }
  .ecFeatureContents .infoLinksSection .infoLinksList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ecFeatureContents .infoLinksSection .infoLinksList .infoLinkItem {
    width: 18.95%;
    border: 1px solid #aaaaaa;
    text-align: center;
    padding: 1.2vw 0;
    font-size: 0.94vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    color: #777777;
    transition: all 0.3s;
  }
  .ecFeatureContents .infoLinksSection .infoLinksList .infoLinkItem:hover {
    background-color: #04afec;
    color: #fff;
    border: 1px solid #04afec;
  }
}

/* SP */
@media screen and (max-width: 963px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  /* CTAボタン*/
  .ecFeatureContents .ctaButtonWrapper {
    text-align: center;
    margin: 0 auto;
  }
  .ecFeatureContents .heroCtaText {
    font-size: 18.4vw;
    letter-spacing: 0.04em;
  }
  .ecFeatureContents .heroCtaSubText {
    font-size: 3.08vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: -0.3vw;
    position: absolute;
    right: -2.2vw;
    transform: rotate(10deg);
  }
  .ecFeatureContents .ctaButtonWrapper .ctaButtonText {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .ctaButtonWrapper {
    width: 88%;
    font-size: 4.8vw;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #04afec;
    padding: 2.8vw 0 2.85vw;
    border-radius: 1vw;
    display: block;
    box-shadow: 0 1vw 0 #0d9bd8;
    z-index: 999;
    position: relative;
  }
  .ecFeatureContents .ctaButtonWrapper::after {
    content: "";
    display: inline-block;
    width: 2.5vw;
    height: 2.5vw;
    background: url("../newcustomer03/arrow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 3.5vw;
    top: 50%;
    transform: translateY(-50%);
  }

  /* メインビジュアル */
  .ecFeatureContents .heroSection {
    background-color: #fcfaf0;
  }
  .ecFeatureContents .heroContent {
    background-image: url(../newcustomer03/sp_mainimg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 125vw;
    border: 3vw solid #fcfaf0;
    border-radius: 5vw;
    padding-top: 16vw;
  }
  .ecFeatureContents .heroTitle {
    font-size: 5.3vw;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: left;
    color: #bd9637;
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .ecFeatureContents .heroTitle .heroTitleText {
    display: inline-block;
    margin: 0.5vw 0;
    padding: 2.8vw 1.4vw 2vw 3.5vw;
    background-color: #fff;
  }
  .ecFeatureContents .heroTitle .heroTitleTextSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .heroCta {
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0 0 13.4vw 2.1vw;
    display: flex;
    flex-direction: column;
  }
  .ecFeatureContents .heroCtaRemark {
    display: table;
    font-size: 3.3vw;
    background-color: #be9636;
    padding: 1.4vw 2.8vw;
    border-radius: 0.9vw;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 1vw 0.4vw;
    max-width: fit-content;
  }
  .ecFeatureContents .heroCtaRemark .heroCtaRemarkSub {
    transform: rotate(10deg);
    display: inline-block;
  }
  .ecFeatureContents .heroCtaRemark::after {
    content: "";
    left: 2.35vw;
    top: 4.9vw;
    position: absolute;
    width: 3.85vw;
    height: 3.85vw;
    background: url("../newcustomer03/commonDeco_01.png") no-repeat center
      center;
    background-size: contain;
    margin-left: 0.5vw;
  }
  .ecFeatureContents .heroCtaButtonWrapper {
    display: flex;
    justify-content: right;
  }
  .ecFeatureContents .heroCtaText {
    font-size: 18.4vw;
    letter-spacing: 0.04em;
  }
  .ecFeatureContents .heroCtaSubText {
    font-size: 3.08vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: -0.3vw;
    position: absolute;
    right: -2.2vw;
    transform: rotate(10deg);
  }
  .ecFeatureContents .heroCtaSubText .heroCtaSubTextSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .heroCtaSubText::before {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background: url("../newcustomer03/mvDeco_01.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -6vw;
    top: 0.2vw;
  }
  .ecFeatureContents .heroCtaSubText::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background: url("../newcustomer03/mvDeco_01.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 16vw;
    top: 0.2vw;
    transform: scaleX(-1);
  }
  .ecFeatureContents .heroCtaButton {
    font-size: 4.8vw;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #04afec;
    position: absolute;
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    padding: 2.2vw 0;
    border-radius: 1vw;
    display: block;
    box-shadow: 0 1vw 0 #0d9bd8;
    z-index: 999;
  }
  .ecFeatureContents .heroCtaButtonText:first-of-type {
    font-size: 3.9vw;
    line-height: 1.4;
  }
  .ecFeatureContents .heroCtaButtonText:nth-of-type(2) {
    position: relative;
    left: -0.7vw;
  }
  .ecFeatureContents .heroCtaButtonText:nth-of-type(3) {
    position: relative;
    left: -2.2vw;
  }
  .ecFeatureContents .heroCtaButtonText:nth-of-type(2),
  .ecFeatureContents .heroCtaButtonText:nth-of-type(3) {
    font-size: 6vw;
    line-height: 1.4;
  }
  .ecFeatureContents .heroCtaButtonWrapper a::after {
    content: "";
    display: inline-block;
    width: 2.5vw;
    height: 2.5vw;
    background: url("../newcustomer03/arrow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 3.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .ecFeatureContents .heroCtaButtonTextSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.4vw;
  }
  /* 本物のおいしさセクション */
  .ecFeatureContents .authenticSection {
    background-color: #fcfaf0;
    padding: 8.3vw 0 27vw;
  }
  .ecFeatureContents .authenticSection {
    background-color: #fcfaf0;
    padding: 9vw 0 25vw;
    position: relative;
  }
  .ecFeatureContents .authenticSection::before {
    content: "";
    display: block;
    position: absolute;
    top: -5vw;
    left: 0;
    width: 100vw;
    height: 177vw;
    background-image: url("../newcustomer03/sp_bgimg_01.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 99;
    pointer-events: none;
  }
  .ecFeatureContents .sectionSpeechBubbleText {
    margin: 17vw auto 6vw;
    text-align: center;
    display: table;
    font-size: 3.6vw;
    background-color: #be9636;
    padding: 1.3vw 4vw;
    border-radius: 0.8vw;
    letter-spacing: 0.09em;
    position: relative;
    max-width: fit-content;
    color: #fff;
    line-height: 1.2;
  }
  .ecFeatureContents .sectionSpeechBubbleText::after {
    content: "";
    left: 13vw;
    bottom: -3.6vw;
    position: absolute;
    width: 5vw;
    height: 5vw;
    background: url("../newcustomer03/commonDeco_01.png") no-repeat center
      center;
    background-size: contain;
    margin-left: 0.5vw;
  }
  .ecFeatureContents .authenticSectionTitle {
    color: #f46f4e;
    font-size: 5.63vw;
    letter-spacing: 0.09em;
    margin: 0 auto 4vw;
    text-align: center;
  }
  .ecFeatureContents .sectionTitleSubText {
    font-size: 3vw;
    margin: 0 auto;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -0.6vw;
  }
  .ecFeatureContents .sectionTitleSubText::before {
    content: "";
    display: block;
    width: 25vw;
    height: 2vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    position: absolute;
    top: -3.3vw;
    left: 0;
  }
  .ecFeatureContents .sectionTitleSubText::after {
    content: "";
    display: block;
    width: 25vw;
    height: 2.9vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    bottom: -3.5vw;
    left: 0;
  }
  .ecFeatureContents .sectionTitleMainText {
    font-size: 11vw;
    letter-spacing: 0.1em;
    margin: 2vw auto 0;
    padding-left: 1.5vw;
    text-align: center;
    line-height: 1.4;
    display: block;
  }
  .ecFeatureContents .authenticPoints {
    margin: 6vw auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 86%;
  }
  .ecFeatureContents .authenticPoint {
    display: flex;
    margin-bottom: 7vw;
    align-items: flex-start;
  }
  .ecFeatureContents .pointNumber {
    font-size: 6.67vw;
    color: #bf9738;
    width: 14vw;
    position: relative;
    top: 0.9vw;
  }
  .ecFeatureContents .pointText {
    font-size: 4.62vw;
    letter-spacing: 0.05em;
    line-height: 1.63;
  }
  .ecFeatureContents .pointTextHighlight {
    color: #fff;
    font-size: 5.13vw;
    background-color: #f66d4f;
    padding: 1.5vw 2vw;
  }
  .ecFeatureContents .pointTextHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.6vw;
    left: 0.5vw;
  }
  /* そのアクティブのおいしさってどうやって作っているの？ */
  .ecFeatureContents .makingSection {
    position: relative;
    z-index: 2;
    padding: 10vw 0;
    background-color: #fff;
  }
  .ecFeatureContents .makingSection::before {
    content: "";
    display: block;
    position: absolute;
    top: -11vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background-image: url("../newcustomer03/bgtopimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .makingSection::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14.5vw;
    left: 0;
    width: 100%;
    height: 26vw;
    background-image: url("../newcustomer03/bgbottomimg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .sectionTitle {
    font-size: 4.9vw;
    letter-spacing: 0.05em;
    margin: 0 auto 7vw;
    text-align: center;
    color: #000;
    z-index: 999;
    line-height: 1.6;
    position: relative;
  }
  .ecFeatureContents .sectionTitle .sectionTitleText {
    font-size: 6.15vw;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #be9636;
    padding: 0.9vw 0.3vw 0.9vw 0.6vw;
    margin-right: 0.5vw;
  }
  .ecFeatureContents .makingSubsection .subsectionContent {
    width: 94%;
    margin: 0 auto 3vw;
    background-color: #fcfaf0;
    padding: 6.8vw 5vw 57vw 5vw;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    position: relative;
  }
  .ecFeatureContents .subsectionImageWrapper {
    width: 100%;
    position: relative;
  }
  .ecFeatureContents .subsectionImageWrapper img {
    border-radius: 1.6vw;
  }
  .ecFeatureContents .subsectionVerticalText {
    position: absolute;
    color: #be9636;
    font-size: 5.2vw;
    letter-spacing: 0.09em;
  }
  .ecFeatureContents
    .makingSubsection.craftsmanSection
    .subsectionVerticalText {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    top: -9vw;
    right: -4.4vw;
    font-size: 17vw;
  }
  .ecFeatureContents .makingSubsection.qualitySection .subsectionVerticalText {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    top: -9vw;
    right: -4.4vw;
    font-size: 17vw;
  }
  .ecFeatureContents .subsectionChildLabel {
    color: #be9636;
    font-size: 3.3vw;
    letter-spacing: 0.09em;
    margin: 0 auto 1vw;
    margin-bottom: 5vw;
  }
  .ecFeatureContents .subsectionChildLabel .subsectionChildLabelNumber {
    font-size: 6.15vw;
  }
  .ecFeatureContents .subsectionLabel {
    font-size: 11.9vw;
    letter-spacing: 0.06em;
    margin: 0 auto 4vw;
    position: relative;
    display: inline-block;
  }
  .ecFeatureContents .subsectionLabel::after {
    content: "";
    display: block;
    width: 60vw;
    height: 2vw;
    background: url("../newcustomer03/line_01.png") no-repeat center center;
    background-size: contain;
    margin: 1.5vw auto 0 auto;
    position: static;
    pointer-events: none;
    z-index: 1;
  }
  .ecFeatureContents .subsectionDescription {
    font-size: 4.1vw;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: left;
    margin-bottom: 5vw;
  }
  .ecFeatureContents .subsectionDescriptionText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ecFeatureContents .subsectionDescriptionPart {
    background-color: #be9635;
    padding: 2vw;
    display: inline-block;
    margin-bottom: 0.7vw;
  }
  .ecFeatureContents .subsectionPoints {
    position: absolute;
    top: 146vw;
  }
  .ecFeatureContents .subsectionPoints .pointNumber {
    font-size: 4.1vw;
    letter-spacing: 0.06em;
    width: 11.28vw;
    height: 11.28vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #be9636;
    border: 1px solid #be9636;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 3.8vw;
  }
  .ecFeatureContents .subsectionPoint {
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .ecFeatureContents .subsectionPoint .pointTitle {
    width: 100%;
    font-size: 3.59vw;
    line-height: 1.4;
    position: relative;
    top: 0.5vw;
  }
  .ecFeatureContents .subsectionPoint .pointTitleHighlight {
    font-size: 4.6vw;
    color: #f66d4f;
  }
  .ecFeatureContents .craftsmanSection {
    position: relative;
    margin-bottom: 3vw;
    z-index: 9999;
  }
  .ecFeatureContents .craftsmanSection:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -22vw;
    right: 0;
    width: 26vw;
    height: 30vw;
    background-image: url("../newcustomer03/foodImg_08.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
    z-index: 9999;
    overflow-x: hidden;
  }
  .ecFeatureContents .craftsmanSection {
    position: relative;
    margin-bottom: 3vw;
  }
  .ecFeatureContents .craftsmanSection::before {
    content: "";
    display: block;
    position: absolute;
    top: -10vw;
    right: 0;
    width: 31.28vw;
    height: 31.28vw;
    background-image: url("../newcustomer03/foodImg_09.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
    z-index: 9999;
    overflow-x: hidden;
  }
  .ecFeatureContents .qualitySection:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 31vw;
    right: 0;
    width: 21vw;
    height: 22.5vw;
    background-image: url("../newcustomer03/foodImg_10.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
    z-index: 9999;
    overflow-x: hidden;
  }
  .ecFeatureContents .makingSection .ctaButtonWrapper {
    position: relative;
    top: 7vw;
  }
  /* どんな現場にもぴったりとハマるセクション */
  .ecFeatureContents .sceneSection {
    background-color: #fbf8ef;
    margin-top: -7vw;
    padding: 23vw 0 60vw;
  }
  .ecFeatureContents .sceneSection .sectionSpeechBubbleText {
    margin-bottom: 4vw;
  }
  .ecFeatureContents .sceneSection .sectionTitle {
    font-size: 9.74vw;
    color: #f56d4f;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 9vw;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle {
    font-size: 3.59vw;
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 2vw;
    position: relative;
    left: 2vw;
  }
  .ecFeatureContents
    .sceneSubsection
    .sectionSubtitle
    .sectionSubtitleHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.08vw;
  }
  .ecFeatureContents .sceneSection .sectiontitleText {
    font-size: 4.36vw;
    color: #f56d4f;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3.59vw;
    height: 8.46vw;
    margin-right: 0.3vw;
    background-image: url("../newcustomer03/sp_trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3.59vw;
    height: 8.46vw;
    margin-right: 0.3vw;
    background-image: url("../newcustomer03/sp_trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
  }
  .ecFeatureContents .sceneTypes {
    width: 89.7%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ecFeatureContents .sceneTypes .sceneType {
    width: 31%;
    margin-bottom: 5vw;
    position: relative;
    z-index: 999;
  }
  .ecFeatureContents .sceneTypeHeaderBox {
    margin-bottom: 0.3vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .ecFeatureContents .sceneTypeNumber {
    font-size: 5.1vw;
    color: #be9636;
    margin-right: 0.6vw;
    display: inline-block;
  }
  .ecFeatureContents .sceneTypeName {
    font-size: 3.6vw;
    letter-spacing: 0.09em;
    color: #000;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 1vw;
  }
  .ecFeatureContents .sceneTypeName .sceneTypeNameText {
    font-size: 4.1vw;
    letter-spacing: 0.09em;
    color: #fff;
    background-color: #be9636;
    padding: 0.3vw 0.3vw 0.4vw;
    margin-right: 0.2vw;
  }
  .ecFeatureContents .sceneTypeName .sceneTypeNameTextSub {
    display: inline-block;
    transform: rotate(15deg);
    position: relative;
    top: 0.05vw;
  }
  .ecFeatureContents .sceneTypeIcon {
    border: 1px solid #be9636;
    height: 27vw;
    background-color: #fff;
    border-radius: 1.6vw;
    padding: 2.5vw;
    text-align: center;
  }
  .ecFeatureContents .sceneTypeIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ecFeatureContents .sceneExamplesWrapper {
    position: relative;
    background-color: #fff;
    margin-bottom: 4vw;
    margin-top: -4vw;
    padding: 10vw 0 23vw;
  }
  .ecFeatureContents .sceneExamplesWrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -11vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background-image: url("../newcustomer03/bgtopimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .sceneExamplesWrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14.5vw;
    left: 0;
    width: 100%;
    height: 26vw;
    background-image: url("../newcustomer03/bgbottomimg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .sceneExamplesTitle {
    font-size: 4.6vw;
    text-align: center;
    letter-spacing: 0.09em;
    z-index: 99;
    position: relative;
    margin-bottom: 2.3vw;
    line-height: 1.6;
    margin-bottom: 6vw;
  }
  .ecFeatureContents .sceneExamplesTitle .sceneExamplesTitleHighlight {
    font-size: 6.2vw;
    color: #fff;
    background-color: #be9636;
    padding: 0.3vw 0.3vw 0.4vw;
    margin-right: 0.2vw;
  }
  .ecFeatureContents .sceneExamplesWrap {
    width: 95%;
    margin: 0 auto;
  }
  .ecFeatureContents .sceneExamplesWrap .sceneExample {
    width: 84.6vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .ecFeatureContents .sceneExamplesWrap .sceneExample:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 3.6vw;
  }
  .ecFeatureContents .sceneExamplesWrap .sceneExample:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 3.6vw;
  }
  .ecFeatureContents .sceneExamplesWrap .sceneExample img {
    border-radius: 1.28vw;
  }
  .ecFeatureContents .sceneExampleText {
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    z-index: 999;
    color: #bd9637;
  }
  .ecFeatureContents .sceneExamples .sceneExampleText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2vw;
  }
  .ecFeatureContents .sceneExampleTextHighlight {
    margin-top: 0.3vw;
    background-color: #fff;
    padding: 2.1vw 1.5vw;
    letter-spacing: 0.04em;
    font-size: 4.1vw;
  }
  .ecFeatureContents .sceneExampleTextHighlight02 {
    letter-spacing: 0.04em;
    font-size: 4.1vw;
    background-color: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ecFeatureContents .sceneExampleTextHighlight02 .spSceneExampleTextHighlight {
    letter-spacing: 0.04em;
    font-size: 4.1vw;
    background-color: #fff;
    padding: 2.1vw 1.5vw;
    margin-top: 0.3vw;
    display: inline-block;
  }
  .ecFeatureContents .sceneExampleTextHighlight .sceneExampleTextHighlightSub {
    display: inline-block;
    transform: rotate(15deg);
    position: relative;
    left: -0.9vw;
    top: 0.1vw;
  }
  .ecFeatureContents
    .sceneExampleTextHighlight02
    .sceneExampleTextHighlightSub {
    left: 0;
  }
  .ecFeatureContents .sceneSection .ctaButtonWrapper {
    position: relative;
    top: -20vw;
  }
  /* サービスセクション */
  .ecFeatureContents .servicesSection {
    background-color: #fff;
    position: relative;
    padding: 2vw 0 10vw;
  }
  .ecFeatureContents .servicesSection::before {
    content: "";
    display: block;
    position: absolute;
    top: -11vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background-image: url("../newcustomer03/bgtopimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .servicesSection::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15vw;
    left: 0;
    width: 100%;
    height: 15vw;
    background-image: url("../newcustomer03/bgbottomimg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .ecFeatureContents .servicesSection .sectionSpeechBubbleText {
    position: relative;
    z-index: 999;
    margin-top: -45vw;
    padding: 1.8vw 4.9vw;
  }
  .ecFeatureContents .servicesSection .sectionSpeechBubbleText::after {
    top: 6.3vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle {
    color: #f56d4f;
    letter-spacing: 0.09em;
    margin-bottom: 3.4vw;
    display: block;
    margin-top: -3vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleMainText {
    letter-spacing: 0.09em;
    display: block;
    font-size: 8.5vw;
    margin-bottom: -6.7vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleSub {
    font-size: 3.1vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleSub {
    position: relative;
    font-size: 3.1vw;
    letter-spacing: 0.01em;
    top: -1.9vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleNumber {
    font-size: 7.7vw;
  }
  .ecFeatureContents
    .servicesSection
    .sectionTitle
    .sectionTitleNumberHighlightSub {
    position: relative;
    top: 0.1vw;
    left: 0.5vw;
  }
  .ecFeatureContents .servicesSection .sectionTitle .sectionTitleNumberText {
    font-size: 15.4vw;
  }
  .ecFeatureContents .sectionTitleSub::before {
    content: "";
    display: block;
    width: 22.3vw;
    height: 7.5vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    position: absolute;
    top: -5.5vw;
    left: 0;
    transform: rotate(1deg);
  }
  .ecFeatureContents .sectionTitleSub::after {
    content: "";
    display: block;
    width: 22.3vw;
    height: 7.5vw;
    background: url("../newcustomer03/authenticDeco_01.png") no-repeat center
      center;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    bottom: -5.8vw;
    left: 0;
    transform: rotate(-8deg);
  }
  .ecFeatureContents .servicesList {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    margin-top: 7.8vw;
  }
  .ecFeatureContents .servicesList::before {
    content: "";
    display: block;
    position: absolute;
    top: -76vw;
    left: -3vw; /* 左を少し見切らせる */
    width: 37.4vw;
    height: 30.77vw;
    background-image: url("../newcustomer03/sampleBox_img.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10001;
    pointer-events: none;
    overflow: hidden;
  }
  .ecFeatureContents .servicesList::after {
    content: "";
    display: block;
    position: absolute;
    top: -68vw;
    right: 0;
    width: 32.4vw;
    height: 22.3vw;
    background: url("../newcustomer03/callimg.png") no-repeat left top;
    background-size: contain;
    z-index: 10000;
  }
  .ecFeatureContents .serviceItem {
    width: 84.6%;
    margin: 0 auto 4vw;
    position: relative;
  }
  .ecFeatureContents .serviceItem .serviceImg {
    margin-bottom: 4vw;
  }
  .ecFeatureContents .serviceItem .serviceImg img {
    border-radius: 1.28vw;
  }
  .ecFeatureContents .serviceItem .serviceNumber {
    font-size: 15.4vw;
    color: #bd9637;
    margin-bottom: 1.2vw;
    display: block;
    position: absolute;
    top: 38vw;
    right: 0;
  }
  .ecFeatureContents .serviceItem .serviceTitle {
    font-size: 8.7vw;
    margin-bottom: 3.6vw;
  }
  .ecFeatureContents .serviceItem .serviceDescriptionText {
    font-size: 4.1vw;
    color: #fff;
    letter-spacing: 0.09em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .ecFeatureContents
    .serviceItem
    .serviceDescription
    .serviceDescriptionTextLine {
    display: inline;
    background-color: #bd9637;
    margin-bottom: 0.8vw;
    padding: 2.6vw 2.3vw;
  }
  .ecFeatureContents
    .serviceItem:nth-child(1)
    .serviceDescription
    .serviceDescriptionTextLine:first-child,
  .ecFeatureContents
    .serviceItem:nth-child(2)
    .serviceDescription
    .serviceDescriptionTextLine:first-child {
    padding: 2.6vw 0 2.6vw 2.3vw;
  }
  .ecFeatureContents
    .serviceItem:nth-child(1)
    .serviceDescription
    .serviceDescriptionTextLine:nth-child(2),
  .ecFeatureContents
    .serviceItem:nth-child(2)
    .serviceDescription
    .serviceDescriptionTextLine:nth-child(2) {
    padding: 2.6vw 2.3vw 2.6vw 0;
    position: relative;
    left: -0.2vw;
  }
  .ecFeatureContents
    .serviceItem:nth-child(3)
    .serviceDescription
    .serviceDescriptionText,
  .ecFeatureContents
    .serviceItem:nth-child(4)
    .serviceDescription
    .serviceDescriptionText {
    display: flex;
    flex-direction: column;
  }
  .ecFeatureContents .serviceItem .servicePoints {
    font-size: 3.6vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 3vw;
  }
  .ecFeatureContents .serviceItem .servicePoints .servicePointHighlight {
    font-size: 4.6vw;
    color: #f46f4e;
  }
  .ecFeatureContents .serviceItem .servicePoints li {
    margin-bottom: 1.2vw;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  .ecFeatureContents .serviceItem .servicePoints li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.9vw;
    height: 2.7vw;
    margin-right: 0.4em;
    background: url("../newcustomer03/arrow_1.png") no-repeat center center;
    background-size: contain;
    position: relative;
    top: -0.5vw;
  }
  .ecFeatureContents .servicesSection .ctaButtonWrapper {
    position: relative;
    top: 5vw;
  }
  /* 信頼と安心セクション */
  .ecFeatureContents .trustSection {
    background-color: #fcfaf0;
    padding: 15vw 0 16vw;
  }
  .ecFeatureContents .trustSection .sectionSpeechBubbleText {
    position: relative;
    z-index: 999;
    padding: 1.8vw 4.9vw;
  }
  .ecFeatureContents .trustSection .sectionTitle {
    font-size: 9.74vw;
    color: #f56d4f;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 9vw;
  }
  .ecFeatureContents .trustSection .statNote {
    position: absolute;
    right: -2vw;
    bottom: -2vw;
    font-size: 2.8vw;
    letter-spacing: 0.04em;
    color: #777777;
  }
  .ecFeatureContents .trustSection .trustStats {
    width: 100%;
    height: 80vw;
    margin: 0 auto 8vw;
    background-image: url("../newcustomer03/trustImg_01.png");
    background-repeat: no-repeat;
    background-position: right 44% top;
    background-size: 83.8%;
    padding-bottom: 28vw;
    position: relative;
  }
  .ecFeatureContents .trustSection .trustStatsLeft {
    position: absolute;
    z-index: 999;
    top: 1.9vw;
    left: 6vw;
    text-align: center;
  }
  .ecFeatureContents .trustSection .trustStatsLeft .statLabel {
    font-size: 3.3vw;
    letter-spacing: 0.09em;
  }
  .ecFeatureContents .trustSection .trustStatsLeft .statValue {
    font-size: 5.1vw;
    color: #bd9637;
  }
  .ecFeatureContents .trustSection .trustStat {
    margin-bottom: 2vw;
  }
  .ecFeatureContents .trustSection .trustStat .statNumber {
    font-size: 12.6vw;
    position: relative;
    top: 0.3vw;
    left: -0.2vw;
  }
  .ecFeatureContents .trustSection .trustStat .statNumberComma {
    font-size: 10.3vw;
    position: relative;
    top: -0.5vw;
  }
  .ecFeatureContents .trustSection .trustStat:first-of-type .statNumberComma {
    letter-spacing: -0.09em;
    left: -0.5vw;
  }
  .ecFeatureContents .trustSection .trustStat:nth-of-type(2) .statNumberComma {
    letter-spacing: -0.2em;
    left: -0.05vw;
  }
  .ecFeatureContents .trustSection .trustStatsRight {
    position: absolute;
    z-index: 999;
    bottom: 9vw;
    right: 4vw;
    text-align: center;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statLabel {
    font-size: 3.3vw;
    letter-spacing: 0.09em;
    margin-bottom: -0.5vw;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statValue {
    color: #bd9637;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statValue {
    font-size: 5.1vw;
  }
  .ecFeatureContents .trustSection .trustStatsRight .statNumber {
    font-size: 22.1vw;
    left: 0.8vw;
  }
  .ecFeatureContents .sceneSubsection .sectionSubtitle {
    font-size: 3.6vw;
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 2vw;
  }
  .ecFeatureContents
    .sceneSubsection
    .sectionSubtitle
    .sectionSubtitleHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.08vw;
  }
  /* お客様の声セクション */
  .ecFeatureContents .voicesSection {
    margin-bottom: 6vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead {
    font-size: 3.6vw;
    letter-spacing: 0.09em;
    text-align: center;
    margin-bottom: 9vw;
    line-height: 1.5;
    position: relative;
  }
  .ecFeatureContents
    .voicesSection
    .voicesSectionLead
    .voicesSectionHighlightSub {
    transform: rotate(10deg);
    display: inline-block;
    position: relative;
    top: 0.08vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead .voicesSectionHighlight {
    color: #f46f4e;
    font-size: 4.6vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5vw;
    height: 12vw;
    margin-right: 0vw;
    background-image: url("../newcustomer03/sp_trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 8vw;
    bottom: 0.5vw;
  }
  .ecFeatureContents .voicesSection .voicesSectionLead::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5vw;
    height: 12vw;
    margin-right: 0;
    background-image: url("../newcustomer03/sp_trustDeco.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    right: 8vw;
    bottom: 0.5vw;
  }
  .ecFeatureContents .voicesSection .voiceItem {
    width: 83%;
    background-color: #fff;
    border-radius: 2.3vw;
    position: relative;
    padding: 8vw 3.6vw 3.6vw;
    margin: 0 auto 8vw;
  }
  .ecFeatureContents .voicesSection .voiceItemNumber {
    position: absolute;
    font-size: 8.5vw;
    color: #bd9637;
    top: -3.9vw;
    left: 0;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vw;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader .voiceItemIcon {
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader .voiceItemIcon img {
    width: 78%;
  }
  .ecFeatureContents .voicesSection .voiceItemBodyHeader .voiceItemTitle {
    width: 65%;
  }
  .ecFeatureContents .voicesSection .voiceItemTitle .voiceItemTitleText {
    font-size: 4.1vw;
    color: #fff;
    margin-bottom: 0.85vw;
    letter-spacing: 0.05em;
  }
  .ecFeatureContents
    .voicesSection
    .voiceItemTitle
    .voiceItemTitleText
    .voiceItemTitleHighlight {
    background-color: #bd9637;
    margin-bottom: 0.8vw;
    display: inline-block;
    padding: 1.3vw 3vw;
  }
  .ecFeatureContents .voicesSection .voiceItemMeta {
    font-size: 3.1vw;
    letter-spacing: 0.05em;
    margin-bottom: 1.5vw;
    color: #777777;
    font-weight: bold;
    margin-top: 2vw;
  }
  .ecFeatureContents .voicesSection .voiceItemReply {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 4vw;
    border-radius: 0.45vw;
  }
  .ecFeatureContents .voicesSection .voiceItemCompany {
    width: 35%;
    text-align: center;
    padding-right: 5%;
  }
  .ecFeatureContents .voicesSection .voiceItemCompany img {
    width: 68%;
  }
  .ecFeatureContents .voicesSection .voiceItemText {
    width: 65%;
    font-size: 3.1vw;
    letter-spacing: 0.02em;
    font-weight: bold;
    line-height: 1.7;
    text-align: justify;
  }
  .ecFeatureContents .voicesSection .voiceItemText .voiceItemTextHighlight {
    color: #f46f4e;
  }
  /* FAQセクション */
  .ecFeatureContents .faqSection {
    background-color: #fcfaf0;
    padding: 8.3vw 0 7vw;
  }
  .ecFeatureContents .faqSection {
    background-color: #fff;
    padding: 5vw 0 11vw;
  }
  .ecFeatureContents .faqSection .sectionSpeechBubbleText {
    position: relative;
    z-index: 999;
    padding: 1.8vw 4.9vw;
  }
  .ecFeatureContents .faqSection .sectionTitle {
    font-size: 9.74vw;
    color: #f56d4f;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 9vw;
  }
  .ecFeatureContents .faqSection .faqList {
    width: 84.6%;
    margin: 0 auto;
  }
  .ecFeatureContents .faqSection .faqItem {
    width: 100%;
    border: 1px solid #bd9637;
    border-radius: 1.4vw;
    padding: 5.9vw 5.1vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 3vw;
  }
  .ecFeatureContents .faqSection .faqDetails {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .ecFeatureContents .faqSection .faqQuestion {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.5vw;
  }
  .ecFeatureContents .faqSection .questionLabel {
    background-color: #bd9637;
    font-size: 4.6vw;
    color: #fff;
    border-radius: 10vw;
    width: 6.5vw;
    height: 6.5vw;
    text-align: center;
    line-height: 6.5vw;
  }
  .ecFeatureContents .faqSection .questionText {
    width: 87%;
    font-size: 4.1vw;
    color: #bd9637;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 1.3;
    text-align: justify;
  }
  .ecFeatureContents .faqSection .faqAnswer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1vw;
  }
  .ecFeatureContents .faqSection .answerLabel {
    font-size: 4.6vw;
    color: #bd9637;
    border-radius: 10vw;
    width: 6.5vw;
    height: 6.5vw;
    text-align: center;
    line-height: 6.2vw;
    border: 1px solid #bd9637;
  }
  .ecFeatureContents .faqSection .answerText {
    width: 87%;
    font-size: 3.1vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    line-height: 1.7;
    text-align: justify;
  }
  /* 情報リンクセクション */
  .ecFeatureContents .finalCtaSection {
    background-color: #fcfaf0;
    padding: 8vw 0 20vw;
    margin: 0 auto;
    text-align: center;
  }
  .ecFeatureContents .finalCtaSection .finalCtaContent {
    width: 90%;
    margin: 0 auto 0.3vw;
  }
  .ecFeatureContents .finalCtaSection .finalCtaContent img {
    width: 86%;
  }
  .ecFeatureContents .finalCtaSection .finalCtaMessage {
    color: #f46f4e;
    letter-spacing: 0.12em;
    padding-left: 0.3vw;
    margin-bottom: 10vw;
  }
  .ecFeatureContents .finalCtaSection .finalCtaMessage span {
    display: block;
    margin-bottom: 0.5vw;
  }
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight:first-of-type {
    font-size: 5.6vw;
    line-height: 1.6;
  }
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight02,
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight:nth-of-type(3) {
    font-size: 7.7vw;
    line-height: 1.4;
  }
  .ecFeatureContents
    .finalCtaSection
    .finalCtaMessage
    .finalCtaMessageHighlight:nth-of-type(2) {
    font-size: 9.6vw;
    line-height: 1.3;
  }
  /* 情報リンクセクション */
  .ecFeatureContents .infoLinksSection {
    padding: 4vw 0;
  }
  .ecFeatureContents .infoLinksSection .infoLinksContainer {
    width: 88%;
    margin: 0 auto;
  }
  .ecFeatureContents .infoLinksSection .infoLinksList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ecFeatureContents .infoLinksSection .infoLinksList .infoLinkItem {
    width: 48.4%;
    border: 1px solid #aaaaaa;
    text-align: center;
    padding: 3.7vw 0;
    font-size: 3.3vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    color: #777777;
    transition: all 0.3s;
    margin-bottom: 2.5vw;
  }
  .ecFeatureContents
    .infoLinksSection
    .infoLinksList
    .infoLinkItem:nth-of-type(1) {
    width: 100%;
  }
  .ecFeatureContents .infoLinksSection .infoLinksList .infoLinkItem:hover {
    background-color: #04afec;
    color: #fff;
    border: 1px solid #04afec;
  }
}
