.section-title::before {
  display: none;
}

#survey_section {
  position: relative;
  z-index: 0;
}

#survey_section:before,
#survey_section:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

#survey_section:before {
  z-index: -1;
  background: rgb(255, 232, 168);
  background: linear-gradient(90deg, rgb(255, 232, 168) 0%, rgb(255, 249, 197) 100%);
  transform: skewY(3deg);
}

#survey_section:after {
  z-index: -2;
  background: rgb(253, 223, 136);
  background: linear-gradient(90deg, rgb(252, 196, 71) 0%, rgb(253, 223, 136) 100%);
  transform: skewY(-3deg);
}

.text_bg_style01 {
  position: relative;
  padding: 60px 0 50px;
}

.text_bg_style01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/top/section3-bg.png);
  transform: skewY(-3deg);
  z-index: -1;
}

#mv_section {
  margin-bottom: 80px;
}

#mv_section h2 {
  position: relative;
  z-index: 2;
  max-width: 468px;
  width: 70%;
  margin: 0 auto 50px;
}

#mv_section .f_text {
  max-width: 90%;
  margin: 0 auto;
}

#mv_section .f_text p {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}

#mv_section .mv_bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 3.5vw;
  left: 0;
  text-align: center;
}

#section1 {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 70px;
  text-align: center;
}

#section1 > p {
  margin: 55px 0;
  font-size: 2.2rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

#section1 .pagenavi {
  text-align: left;
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fffaf0;
  border: solid 1px #252525;
  box-shadow: 0 2px 0 rgb(0, 0, 0);
  padding: 40px 3.5%;
}

#section1 .pagenavi li:not(:last-child) {
  margin-bottom: 20px;
}

#section1 .pagenavi dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2rem;
}

#section1 .pagenavi dl dt {
  width: 14%;
}

#section1 .pagenavi dl dd {
  width: 83%;
  background-repeat: repeat-y;
  background-position: left 0;
  background-image: url("../img/survey/page_navi_point_line.png");
  padding-left: 1em;
}

#section1 .pagenavi dl dd a {
  transition: 0.2s;
  display: block;
  background: url("../img/survey/page_navi_point_icon.png") no-repeat left 5px;
  background-size: 27px auto;
  padding: 5px 0 5px 35px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}

#section2 {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  background: url("../img/survey/line_bg.png") repeat-x left bottom;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

#section2 .navi_common {
  padding-top: 220px;
  margin-top: -100px;
  position: relative;
}

#section2 .survey_box {
  position: relative;
  border: solid 1px #000;
  margin-bottom: 100px;
}

#section2 .survey_box > div {
  padding: 100px 0 50px;
  position: relative;
  /*top: -80px;*/
}

#section2 .survey_box.survey_box01 {
  background-color: #b6ebff;
}

#section2 .survey_box.survey_box02 {
  background-color: #e8f8fe;
}

#section2 .survey_box h4 {
  width: 100%;
  position: absolute;
  text-align: center;
  top: -120px;
  left: 0;
}

#section2 .survey_box .survey_figure_box {
  width: 90%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

#section2 .survey_box .survey_figure_box.survey_box_rapper01 {
  width: 95%;
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 5%;
  text-align: center;
  margin: 30px auto;
}

#section2 .survey_box .survey_textstyle01 {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

#section2 .survey_box .survey_textstyle01 i {
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #f46dd3;
  display: inline-block;
  padding: 4px 0.25em 7px;
  line-height: 1;
}

#section2 .survey_box picture {
  display: block;
  text-align: center;
}

#section2 .survey_box .survey_pick_box {
  position: relative;
  background: url("../img/survey/pick_bg.png") repeat 0 0;
  padding: 35px 4%;
  margin: 50px 0 35px;
}
#section2 .survey_box .survey_pick_box:first-child {
  margin-bottom: 0;
}

#section2 .survey_box .survey_pick_box::before {
  content: " ";
  width: 100%;
  height: 20px;
  background: url("../img/survey/pict_bg02.png") repeat-x 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

#section2 .survey_box .survey_pick_box h5 {
  max-width: 275px;
  width: 70%;
  margin: 0 auto 40px;
}

#section2 .survey_box .survey_pick_box > div.box_border {
  background: url("../img/survey/line_bg.png") repeat-x 0 bottom;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#section2 .survey_box .survey_comment_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 4%;
}

#section2 .survey_box .survey_comment_box .leftbox {
  width: 36%;
}

#section2 .survey_box .survey_comment_box .rightbox {
  position: relative;
  width: 64%;
}

#section2 .survey_box .survey_comment_box .rightbox p {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2.125rem;
  background-color: #449fe8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px 7%;
  line-height: 1.65;
}

#section2 .survey_box .survey_comment_box .rightbox p::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 20px solid #449fe8;
  border-left: 0;
  left: -20px;
  top: 50%;
  margin-top: -14px;
}

#nextsurvey_section {
  position: relative;
  background: rgb(255, 232, 168);
  background: linear-gradient(90deg, rgb(255, 232, 168) 0%, rgb(255, 249, 197) 100%);
  padding: 0 0 150px;
  z-index: 0;
}

#nextsurvey_section .nextsurvey_section_box01 {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

#nextsurvey_section .nextsurvey_section_box01 h3 {
  margin-bottom: 40px;
}

#nextsurvey_section .nextsurvey_section_box01 p {
  font-size: 2rem;
  line-height: 1.775;
}

#nextsurvey_section .nextsurvey_section_box02 {
  position: relative;
}

#nextsurvey_section .nextsurvey_section_box02 h3 {
  text-align: center;
  padding: 0 5% 20px;
}

#nextsurvey_section .nextsurvey_section_box02 .next_comment {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

#nextsurvey_section .nextsurvey_section_box02 .next_comment p {
  padding-left: 40%;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
}

#nextsurvey_section .nextsurvey_section_box02 .next_comment .next_comment_img {
  position: absolute;
  top: -120px;
  left: 0;
}

@media screen and (min-width: 1200px) {
  #section1 .pagenavi dl dd a:hover {
    color: #f598de;
  }
}
@media screen and (max-width: 750px) {
  #survey_section:before,
  #survey_section:after {
    height: calc(100% + 100px);
  }
  .text_bg_style01 {
    padding: 30px 0;
  }
  #mv_section {
    margin-bottom: 40px;
  }
  #mv_section h2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  #mv_section .f_text p {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #mv_section .mv_bg {
    width: 96%;
    box-sizing: border-box;
    top: -7.5vw;
    left: 2%;
    text-align: center;
  }
  #section1 {
    margin: 0 auto 35px;
    text-align: left;
  }
  #section1 > p {
    margin: 15px 0 30px;
    font-size: 1.45rem;
    letter-spacing: 0;
    line-height: 1.7;
    padding: 0 2.5%;
  }
  #section1 .pagenavi {
    width: 100%;
    border-radius: 15px;
    padding: 20px 6%;
  }
  #section1 .pagenavi li:not(:last-child) {
    margin-bottom: 15px;
  }
  #section1 .pagenavi dl {
    display: block;
    font-size: 1.475rem;
  }
  #section1 .pagenavi dl dt {
    width: 26%;
  }
  #section1 .pagenavi dl dd {
    margin-top: 5px;
    width: 100%;
    background-image: none;
    padding-left: 0;
  }
  #section1 .pagenavi dl dd a {
    background: url("../img/survey/page_navi_point_icon.png") no-repeat left 5px;
    background-size: 20px auto;
    padding: 5px 0 5px 25px;
  }
  #section2 {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #section2 .navi_common {
    padding-top: 35vw;
    margin-top: -20vw;
  }
  #section2 .survey_box {
    margin-bottom: 40px;
  }
  #section2 .survey_box > div {
    padding: 16.5vw 0 30px;
    position: relative;
  }
  #section2 .survey_box h4 {
    top: -14vw;
  }
  #section2 .survey_box .survey_figure_box.survey_box_rapper01 {
    width: 92.5%;
    border-radius: 20px;
    padding: 30px 5%;
    margin: 5px auto 20px;
  }
  #section2 .survey_box .survey_textstyle01 {
    font-size: 1.45rem;
    line-height: 1.7;
  }
  #section2 .survey_box .survey_textstyle01 i {
    padding: 2px 0.25em 4px;
    line-height: 1;
  }
  #section2 .survey_box .survey_pick_box {
    padding: 25px 5%;
    margin: 35px 0 25px;
  }
  #section2 .survey_box .survey_pick_box::before {
    height: 12px;
    background-size: auto 100%;
  }
  #section2 .survey_box .survey_pick_box h5 {
    width: 42%;
    margin: 0 auto 20px;
  }
  #section2 .survey_box .survey_pick_box > div.box_border {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #section2 .survey_box .survey_comment_box {
    padding: 0 5%;
    flex-direction: column-reverse;
  }
  #section2 .survey_box .survey_comment_box .leftbox {
    width: 60%;
    margin: 20px auto 0;
  }
  #section2 .survey_box .survey_comment_box .rightbox {
    width: 100%;
  }
  #section2 .survey_box .survey_comment_box .rightbox p {
    font-size: 1.4rem;
    border-radius: 16px;
    padding: 15px 5%;
    line-height: 1.4;
  }
  #section2 .survey_box .survey_comment_box .rightbox p::before {
    transform: rotate(-90deg);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 20px solid #449fe8;
    border-left: 0;
    left: 50%;
    top: auto;
    margin: 0 0 0 -14px;
    bottom: -20px;
  }
  #nextsurvey_section {
    padding: 0 0 50px;
  }
  #nextsurvey_section .nextsurvey_section_box01 {
    width: 90%;
    margin: 0 auto 40px;
  }
  #nextsurvey_section .nextsurvey_section_box01 h3 {
    width: 70%;
    margin: 0 auto 20px;
  }
  #nextsurvey_section .nextsurvey_section_box01 p {
    font-size: 1.45rem;
    text-align: left;
    line-height: 1.7;
  }
  #nextsurvey_section .nextsurvey_section_box02 h3 {
	  position: relative;
	  padding: 0 5% 0;
	}
	/*#nextsurvey_section .nextsurvey_section_box02 h3::before{
		content: " ";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 20px solid #f13f8f;
		border-bottom: 0;
		bottom: -14px;
		left: 50%;
		margin-left: -15px;
	}*/
  #nextsurvey_section .nextsurvey_section_box02 .next_comment {
    width: 90%;
    margin: 0 auto;
  }
  #nextsurvey_section .nextsurvey_section_box02 .next_comment p {
    padding-left: 0;
    font-size: 1.45rem;
    line-height: 1.7;
  }
  #nextsurvey_section .nextsurvey_section_box02 .next_comment .next_comment_img {
    width: 55%;
    box-sizing: border-box;
    padding-left: 10%;
    margin: 0 auto 20px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  .survey_part2 #section1 > p {
    font-size: 3.7vw;
  }
}
.survey_part2 #section1 .pagenavi {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .survey_part2 #section1 .pagenavi {
    font-size: 3.5vw;
  }
}
.survey_part2 #section1 .pagenavi dl {
  font-size: 1.0545454545em;
}
.survey_part2 #section2 .survey_box .survey_pick_box {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .survey_part2 #section2 .survey_box .survey_pick_box {
    margin-top: 10vw;
  }
}
.survey_part2 #section2 .survey_box .survey_pick_box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .survey_part2 #section2 .survey_box > div {
    padding: 10vw 0 25px;
  }
}
@media screen and (min-width: 1201px) {
  .survey_part2 #section2 .survey_box02 .survey_textstyle01 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .survey_part2 #section2 .survey_box02 .survey_textstyle01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .survey_part2 #section2 .survey_box02 .survey_textstyle01 {
    margin-top: 20px;
  }
}
.survey_part2 #section2 #navi02 .survey_box > div {
  padding-bottom: 0;
}
@media screen and (min-width: 751px) {
  .survey_part2 #section2 #navi02 .survey_box .survey_figure_box.survey_box_rapper01 {
    padding: 60px 20px;
  }
}
.survey_part2 #section2 #navi03 .survey_box .survey_textstyle01 i {
  display: inline;
  padding: 0 0.25em 0;
}
.survey_part2 #nextsurvey_section .nextsurvey_section_box01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .survey_part2 #nextsurvey_section .nextsurvey_section_box01 {
    margin-bottom: 40px;
  }
}
.survey_part2 #nextsurvey_section .nextsurvey_section_box01 p {
  max-width: 1060px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=survey.css.map */

#nextsurvey_section .nextsurvey_section_box02 h3::before{
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 20px solid #f13f8f;
	border-bottom: 0;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
@media screen and (max-width: 750px) {
	#nextsurvey_section .nextsurvey_section_box02 h3::before{bottom: -14px;}
}