#content6 {
  min-width: 1200px;
  position: relative;
  z-index: 30;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #content6 {
    min-width: auto;
  }
}

#content6 .inner {
  width: 100%;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  #content6 .inner {
    min-width: 100%;
  }
}

#content6 h2 {
  margin-bottom: 50px;
}

#content6 h2 img {
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .contentbg2 {
    margin: 0 0 50px 0;
    padding-bottom: 2em;
  }
}

.content-hove-circle h2 {
  position: relative;
}

.content-hove-circle h2 span {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  font-weight: 700;
  font-size: 34px;
  line-height: calc(46 / 34);
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .content-hove-circle h2 span {
    font-size: calc(100vw / 375 * 24);
    line-height: calc(98 / 80);
  }
}

.resultWrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden;
}
.photoLeft {
  padding-top: 20px;
  padding-left: 40px;
  width: 290px;
  float: left;
}
.fukidashiRight {
  width: 850px;
  float: right;
}
.photoRight {
  padding-top: 20px;
  padding-right: 40px;
  width: 290px;
  float: right;
}
.fukidashiLeft {
  width: 850px;
  float: left;
}
.fukidashiRight,
.fukidashiLeft {
  position: relative;
}
.fukidashiRight h4,
.fukidashiLeft h4 {
  font-size: 1.2rem;
  width: 700px;
  padding: 50px 0 1em 0;
  margin: 0 auto;
  color: #f1b900;
  text-align: left;
}
.fukidashiRight p,
.fukidashiLeft p {
  padding: 0 0 50px 0;
  font-size: 1rem;
  line-height: 2;
  width: 700px;
  margin: 0 auto;
}
.fukidashi {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 832px;
  border-radius: 20px;
  z-index: 1;
  background-color: #fff;
}

.fukidashiLeft .fukidashi::before {
  content: ' ';
  position: absolute;
  top: 175px;
  right: -42px;
  width:42px;
  height: 40px;
  background-image: url("../../lp/resource/img/bg_sankaku_r.png");
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-size: auto;
}

.fukidashiRight .fukidashi::before {
  content: ' ';
  position: absolute;
  top: 175px;
  left: -42px;
  width:42px;
  height: 40px;
  background-image: url("../../lp/resource/img/bg_sankaku_l.png");
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-size: auto;
}

.shadow {
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 832px;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
  background-image: url("../../lp/resource/img/bg_dot.png");
  background-position: right 0 top 0;
}
.fukidashiLeft .shadow::before {
  content: ' ';
  position: absolute;
  top: 175px;
  right: -42px;
  width:42px;
  height: 40px;
  background-image: url("../../lp/resource/img/bg_sankaku_kage.png");
  background-repeat: no-repeat;
  background-position: left -5px top 0;
  background-size: auto;
}

@media screen and (max-width: 767px) {
  .resultWrap {
    width: 100%;
  }
  .photoLeft {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 50px;
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
  }
  #result1 .photoLeft,
  #result2 .photoRight,
  #result3 .photoLeft {
    text-align: left;
    width: calc(100vw * (1038 / 1125));
    margin: 0 auto;
  }
  .fukidashiRight {
    width: auto;
    float: none;
  }
  .photoRight {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 50px;
    width: 100%;
    float: none;
  }
  .fukidashiLeft {
    width: auto;
    float: none;
  }
  .fukidashiRight,
  .fukidashiLeft {
    position: relative;
    margin: 0 auto;
  }
  #result1 .photoLeft img {
    width: calc(100vw * (349 / 1125));
  }
  #result2 .photoRight img {
    width: calc(100vw * (349 / 1125));
  }
  #result3 .photoLeft img {
    width: calc(100vw * (349 / 1125));
  }
  .fukidashiRight h4,
  .fukidashiLeft h4 {
    width: 100%;
    padding: 1.5em 1.5em 0 1.5em;
  }
  .fukidashiRight p,
  .fukidashiLeft p {
    width: 100%;
    padding: 1.5em;
  }
  .fukidashi,.shadow  {
    width: calc(100vw * (1038 / 1125));
    margin-left: calc(100vw * ( (1125 - 1038) / 2 / 1125 ));
  }
  .fukidashiLeft .fukidashi::before,
  .fukidashiRight .fukidashi::before {
    content: "";
    position: absolute;
    top: calc(100vw * (-70 / 1125));
    left: calc(100vw * (140 / 1125));
    right: auto;
    width: auto;
    height: auto;
    border: calc(100vw * (35 / 1125)) solid transparent;
    border-bottom: calc(100vw * (40 / 1125)) solid #fff;
    border-right: calc(100vw * (35 / 1125)) solid #fff;
    background: none;
  }

  .shadow {
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 20px;
    z-index: 0;
    background-image: url("../../lp/resource/img/bg_dot.png");
    background-position: right 0 top 0;
  }
  .fukidashiLeft .shadow::before {
    display: none;
  }
}

.name {
  width: 124%;
  margin-left: -12%;
  display: block;
  margin-top: 10px;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  font-weight: 700;
  font-size: 18px;
  line-height: calc(28 / 18);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .name {
    font-size: calc(100vw / 375 * 17);
    text-align: left;
    width: auto;
    margin-left: calc(100vw / 375 * 20);
  }
}

.name span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .name span {
    font-size: calc(100vw / 375 * 22);
  }
}

.contentbg2 {
  margin: 0 0 50px 0;
  background-color: #f9d9aa;
  padding-bottom: 100px;
}
@media screen and (max-width:767px) {
  .contentbg2 {
    margin: 0 0 50px 0;
    padding-bottom: 2em;
  }
}