@charset "UTF-8";

/*------------------------------------------------------------
アンケートページ
/cr/function/enquete.html
------------------------------------------------------------*/
/* ページ全体 */
.content_main {
  background: #fff;
}
.inner {
  margin: 0 auto;
  max-width: calc(1200px + 12%);
  padding: 0 6%;
  width: 100%;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb_none {
    display: none;
  }

  .tb_display {
    display: block;
  }
}

/* FV
------------------------------------------------------------*/
.cover_area a {
  text-decoration: none;
}

.cover_area a:link,
.cover_area a:visited,
.cover_area a:hover,
.cover_area a:active {
  color: #fff;
}

.cover_outer {
  width: 100%;
  /*ウィンドウサイズいっぱい*/
  background: url(/assets/images/function/enquete/cover-bg_sp.jpg) no-repeat left;
  background-size: cover;
  margin-bottom: 40px;
}

.cover_area {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.8rem;
}

.cover_title {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 3rem 0 0;
}

.cover_title span {
  font-size: 1.1rem;
  line-height: 1.4;
  display: inline-block;
}

.sp_img {
  position: relative;
}

.cover_img {
  width: 100%;
  margin: 3rem 0 0;
}

.cover_img2 {
  width: 27%;
  position: absolute;
  top: 2%;
  right: 6%;
}

.cover_feature {
  display: flex;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.cover_feature li {
  margin: 1.6rem 0.2rem;
  color: #004488;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.2rem 0.1rem;
  text-align: center;
  flex-grow: 1;
}

.cover_cta_sp {
  text-align: center;
  padding: 1rem 0 0;
}

.cover_right {
  flex: 1 0 350px;
  position: relative;
}

.cover_cta_pc {
  position: relative;
  margin-top: 1.5rem;
}

.cover_cta_cap {
  position: absolute;
  margin-left: 11%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
}

.cover_cta_cap a {
  color: #fff;
  font-size: 2.4rem;
}

.cover_cta_cap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8%;
  background-color: #fff;
  padding: 2px 13px;
  border-radius: 100vh;
  transform: rotate(70deg);
}

.cover_cta_cap::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -8%;
  background-color: #fff;
  padding: 2px 13px;
  border-radius: 100vh;
  transform: rotate(-70deg);
}

.cover_cta_btn {
  position: absolute;
  margin-left: 13%;
  margin-top: 4.5rem;
}

.cover_cta_btn a,
.btn_sp a {
  background-color: #ff8b02;
  border-radius: 100vh;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.9rem 3rem;
  transition: 0.4s;
}

.btn_sp a {
  font-size: 22px;
  padding: 15px 17px;
  position: relative;
  min-width: 290px;
  width: 75%;
}

.cover_cta_btn span {
  padding: 0 1.2rem 0.5rem 0;
}

.btn_sp span {
  padding: 0 0.5rem 0.2rem 0;
}

.cover_cta_btn a::after,
.btn_sp a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7%;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.cover_cta_btn a:hover,
.btn_sp a:hover {
  background-color: #ffa235;
}

.tb_display {
  display: block;
}

.cap_sp {
  position: relative;
  left: 0;
  font-size: 1rem;
  margin: 0 0 1.25rem;
}

.cover_tb {
  display: none;
}

@media screen and (min-width: 768px) {
  .cover_outer {
    width: 100%;
    /*ウィンドウサイズいっぱい*/
    background: url(/assets/images/function/enquete/cover-bg_pc.jpg) no-repeat left;
    background-size: cover;
    margin-bottom: 0;
  }

  .cover_area {
    display: flex;
    flex-direction: inherit;
    padding-bottom: 18rem;
  }

  .cover_title {
    font-size: calc(3rem + 0.26vw);
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 8rem 0 0;
  }

  .cover_title span {
    font-size: calc(1.6rem + 0.3vw);
  }

  .cover_img {
    width: 590px;
    position: absolute;
    right: -5%;
    padding: 12rem 0 0;
    margin: 0;
  }

  .cover_img2 {
    width: 32%;
    min-width: 120px;
    position: absolute;
    top: 20%;
    right: 0;
  }

  .cover_feature {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }

  .cover_feature li {
    margin: 2.5rem 0.8rem;
    font-size: 1.5rem;
    padding: 0.5rem 1.2rem;
    flex: 0 0 auto;
  }

  .cover_cta_sp {
    display: none;
  }

  .btn_sp a {
    font-size: 2.4rem;
    padding: 1.6rem;
    position: relative;
  }

  .cover_tb {
    display: block;
  }

  .tb_display {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  .cover_area {
    flex-direction: column;
    align-items: center;
  }

  .cover_title {
    font-size: 5vw;
    line-height: 1.6;
  }

  .cover_title span {
    font-size: calc(2.2rem + 0.3vw);
  }

  .cover_img {
    display: block;
    width: 100%;
    position: relative;
    right: 0;
    padding: 7rem 0 2rem;
    margin: 0 auto;
  }

  .cover_img2 {
    width: 29%;
    top: 2%;
    right: 4%;
  }

  .cover_cta_pc {
    display: none;
  }

  .cover_cta_sp {
    display: block;
    text-align: center;
    padding: 4rem 0 0;
  }

  .cap_sp {
    position: relative;
    left: 0;
    font-size: 1.5rem;
  }

  .btn_sp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn_sp a {
    font-size: 2.4rem;
    padding: 1.9rem 6rem;
    margin: 1.5rem 0 0;
    width: 100%;
  }

  .btn_sp span {
    padding: 0 1.5rem 0.5rem 0;
  }

  .cover_tb {
    display: none;
  }

  .tb_display {
    display: block;
  }
}

@media screen and (min-width: 861px) and (max-width: 1224px) {
  .cover_title {
    font-size: calc(2.4rem + 0.1vw);
  }

  .cover_feature li {
    font-size: 1.3rem;
    padding: 0.3rem 0.6rem;
    margin: 2.5rem 0.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .cover_title {
    font-size: 4.5rem;
  }

  .cover_title span {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}

/* 理由
------------------------------------------------------------*/
/* 透過エリア */
.reason_top_outer {
  margin: 0 calc(50% - 50vw);
  /*margin-left: 50%;とmargin-left: -50vw;*/
  width: 100vw;
  /*ウィンドウサイズいっぱい*/
  position: relative;
  /*background: -moz-linear-gradient(bottom, #fff, transparent);(開始位置, 開始色, 終了色);
    background: -webkit-linear-gradient(bottom, #fff, transparent);
    background: linear-gradient(to top, #fff, transparent);(to 方向, 開始色, 終了色); */
  background: -moz-linear-gradient(bottom, rgb(255 255 255) 20%, rgba(244, 251, 251, 0.7) 100%);
  background: -webkit-linear-gradient(bottom, rgb(255 255 255) 20%, rgba(244, 251, 251, 0.7) 100%);
  background: linear-gradient(to top, rgb(255, 255 255) 20%, rgba(244, 251, 251, 0.7) 100%);
  background-size: cover;
}

.reason_around {
  padding-top: 1.5rem;
  background: url(/assets/images/function/enquete/paya_sp.png) no-repeat;
  background-size: 100%;
  background-position: right 0px top 20px;
  text-align: center;
}

.content_title {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 5rem auto 0;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.085em;
  color: #1a1a1a;
  position: relative;
  text-align: center;
}

.reason_title::before {
  content: '';
  position: absolute;
  top: -60%;
  left: 41%;
  background: url(/assets/images/function/enquete/feature-icon_01.png) no-repeat;
  background-size: 100%;
  width: 87px;
  height: 31px;
  width: 20%;
  height: 100%;
  display: block;
}

.content_title::after {
  background-color: #3874c6;
  border-radius: 4px;
  content: '';
  display: block;
  height: 6px;
  margin: 5px 0 0;
}

.reason_bottom_outer {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  background: url(/assets/images/function/enquete/pie_01.png) no-repeat;
  background-position: right 0px top 550px;
  background-size: 88%;
}

.reason_feature {
  margin: 0 0 4rem;
}

.reason_feature li {
  margin: 2rem 0;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.reason_feature dt {
  color: #004488;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.flex_sp {
  display: flex;
  margin: 1.25rem 0 0;
  align-items: center;
}

.reason_feature img {
  width: 100%;
}

.reason_feature dd {
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.9;
}

.flex_sp dd {
  flex: 1 0 55%;
}

@media screen and (max-width: 1251px) {
  .dpn_1251 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .content_title {
    font-size: 3rem;
  }
}

/* コンテンツ */
@media screen and (min-width: 768px) {
  .reason_around {
    padding-top: 1.5rem;
    background: url(/assets/images/function/enquete/paya_pc.png) no-repeat bottom;
    background-size: 100%;
    text-align: center;
  }

  .content_title {
    margin: 9rem auto 0;
    font-size: calc(2.6rem + 0.2vw);
    line-height: 1.8;
    letter-spacing: 0.085em;
  }

  .reason_title::before {
    top: -45px;
    left: 45%;
    width: 87px;
    height: 31px;
  }

  .content_title::after {
    height: 8px;
    margin: 0;
  }

  .reason_bottom_outer {
    margin: 0 calc(50% - 50vw);
    /*margin-left: 50%;とmargin-left: -50vw;*/
    width: 100vw;
    /*ウィンドウサイズいっぱい*/
    position: relative;
    background: url(/assets/images/function/enquete/pie_01.png) no-repeat;
    background-position: right 0px top 120px;
    background-size: 550px;
  }

  .reason_feature {
    display: flex;
    margin: 4rem -1.7rem 6.5rem;
  }

  .reason_feature li {
    margin: 1.4rem 1.7rem;
    padding: 3.5rem 1.8rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
  }

  .reason_feature dt {
    font-size: calc(2.2rem + 0.1vw);
    line-height: 1.5;
  }

  .flex_sp {
    display: block;
  }

  .reason_feature img {
    padding: 1.5rem;
  }

  .reason_feature dd {
    font-size: calc(1.6rem + 0.1vw);
    font-weight: 400;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1920px) {
  .reason_feature dd {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1225px) {
  .reason_feature dt {
    min-height: 8rem;
  }

  .reason_around {
    padding-top: 1.5rem;
    background: url(/assets/images/function/enquete/paya_pc.png) no-repeat;
    background-position: right 0px top 30px;
    background-size: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .reason_feature dt {
    font-size: 2.4rem;
  }

  .reason_feature dd {
    font-size: 1.8rem;
  }
}

/* 実現
------------------------------------------------------------*/
/* 透過エリア */
.tool_top_outer {
  margin: 0 calc(50% - 50vw);
  /*margin-left: 50%;とmargin-left: -50vw;*/
  width: 100vw;
  /*ウィンドウサイズいっぱい*/
  position: relative;
  background: rgba(120, 169, 229, 0.76);
  background-size: cover;
}

.tool_around {
  padding-top: 1.5rem;
  text-align: center;
}

.tool_title {
  color: #fff;
}

.tool_title::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 39%;
  background: url(/assets/images/function/enquete/feature-icon_02.png) no-repeat;
  background-size: 100%;
  width: 62px;
  height: 39px;
  display: block;
}

.tool_title::after {
  background-color: #f6c576;
}

@media screen and (min-width: 768px) {
  .tool_title::before {
    left: 46%;
  }
}

@media screen and (min-width: 1920px) {
  .tool_title {
    font-size: 3rem;
  }
}

/* コンテンツ */
/*.tool_bottom_outer {
    margin: 0 calc(50% - 50vw); margin-left: 50%;とmargin-left: -50vw;
    width: 100vw; /*ウィンドウサイズいっぱい
    background-color: rgba(120, 169, 229, 0.7);
}*/

@media screen and (max-width: 1024px) {
  .tool_bg_pc {
    margin: 0 calc(50% - 50vw);
    /*margin-left: 50%;とmargin-left: -50vw;*/
    width: 100vw;
    /*ウィンドウサイズいっぱい*/
  }
}

/* 1 アンケート作成
------------------------------------------------------------*/
.tool_feature_1,
.tool_feature_2,
.tool_feature_3 {
  background-color: #c4ece5;
  position: relative;
  padding: 0 6%;
  margin: 8rem 0 0;
}

.tool_feature_1 {
  margin: 5rem 0 0;
}

.tool_feature_1::before {
  content: '';
  position: absolute;
  top: 11%;
  left: 12%;
  background: url(/assets/images/function/enquete/feature-num1.png) no-repeat top;
  background-size: 50%;
  width: 15%;
  height: 15%;
  display: inline-block;
}

.tool_feature_1::after,
.tool_feature_2::after {
  content: '';
  position: absolute;
  bottom: -43px;
  left: 47%;
  background: url(/assets/images/function/enquete/arrow-down.png) no-repeat;
  background-size: 100%;
  width: 37px;
  height: 43px;
  display: block;
}

.tool_img_r,
.tool_img_l {
  margin: -3rem 0 0;
}

.tool_title_area_1,
.tool_title_area_3 {
  /*width: 55%;
    padding: 17% 0 0;*/
  text-align: center;
}

.tool_title_area_3 {
  top: 6%;
}

.feature_title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  margin: 5rem 0 0;
  padding-left: 1rem;
}

.feature_title span {
  background-image: linear-gradient(transparent 70%, #f6e528 20%);
}

.feature_cap,
.useful_cap {
  margin: 2rem 0 0;
  line-height: 1.8;
  font-size: 1.16rem;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-align: center;
}

.useful_cap {
  padding-top: 0;
}

.tool_1_list {
  margin-left: -1.7rem;
  margin-right: -1.7rem;
  padding: 0 0 2rem;
}

.tool_1_list li {
  margin: 1.2rem 0;
  padding: 3.5rem 1.7rem 1.7rem;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  position: relative;
}

.tool_1_list_img {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
  z-index: 1;
}

.tool_1_list_img img {
  padding: 3.5rem 0 2rem;
  width: 56%;
}

.tool_1_list dt {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  color: #3874c6;
  background-color: #fff;
  border: 3px solid #3874c6;
  border-radius: 8px;
  padding: 0.8rem 0.4rem;
  font-size: calc(1.4rem + 0.1vw);
  line-height: 1.2;
  font-weight: 500;
  width: 45%;
  z-index: 3;
}

.tool_1_list dt::after,
.tool_1_list dt::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 98%;
  left: 50%;
  z-index: 2;
}

.tool_1_list dt::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 1.1rem;
  border-bottom-width: 1.1rem;
  border-left-width: 0.9rem;
  border-right-width: 0.9rem;
  margin-left: -0.9rem;
  margin-top: 1%;
  border-top-color: #3874c6;
}

.tool_1_list dt::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 0.9rem;
  border-bottom-width: 0.9rem;
  border-left-width: 0.7rem;
  border-right-width: 0.7rem;
  margin-left: -0.7rem;
  border-top-color: #fff;
}

.tool_1_list_img dd {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #1a1a1a;
  font-weight: 500;
  text-align: left;
  padding: 0 2rem 2rem;
}

@media screen and (min-width: 768px) {
  .tool_top_outer {
    padding: 0 0 8rem;
  }

  .tool_bg_pc {
    margin: 0 auto;
    max-width: calc(1200px + 12%);
    width: 100%;
  }

  .feature_title {
    display: inline-block;
    font-size: 3rem;
    padding-left: 5rem;
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
  }

  .feature_title::before {
    display: none;
  }

  .tool_img_r,
  .tool_img_l {
    position: absolute;
    top: 2%;
    right: 0;
    width: 45%;
    max-width: 470px;
    height: auto;
  }

  .tool_title_area_1,
  .tool_title_area_3 {
    width: 55%;
    text-align: left;
  }

  .tool_feature_1,
  .tool_feature_2,
  .tool_feature_3 {
    position: relative;
    border-radius: 8px;
    padding: 5rem 6rem;
    margin: 8rem 0 0;
  }

  .tool_feature_1::before {
    content: '';
    position: absolute;
    top: -23px;
    left: 2%;
    background: url(/assets/images/function/enquete/feature-num1.png) no-repeat top;
    background-size: 50%;
    width: 102px;
    height: 273px;
    display: inline-block;
    margin-top: 0;
  }

  .tool_title_area_1,
  .tool_title_area_3 {
    width: 50%;
    position: relative;
    top: 0;
  }

  .tool_img_r,
  .tool_img_l {
    position: absolute;
    top: -30px;
    right: 2%;
    transform: translateX(0);
    width: 48%;
    max-width: 470px;
    height: auto;
    margin: 0;
  }

  .feature_cap,
  .useful_cap {
    margin: 3rem 0 0;
    font-size: 2rem;
    text-align: left;
  }

  .tool_1_list {
    display: flex;
    margin: 3.6rem -1.7rem -5rem;
    padding: 0;
  }

  .tool_1_list li {
    margin: 1.2rem 0;
    padding: 3.5rem 1.7rem;
    width: calc(100% / 3);
    position: relative;
  }

  .tool_1_list_img img {
    padding: 5rem 0 3rem;
    width: 56%;
  }

  .tool_1_list dt {
    font-size: calc(1.6rem + 0.2vw);
    width: 58%;
  }

  .tool_1_list dd {
    margin: 2rem 0 0;
    font-size: 1.5rem;
    line-height: 1.9;
    color: #1a1a1a;
    font-weight: 500;
    padding: 0;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tool_1_list dt {
    font-size: calc(1.3rem + 0.1vw);
    width: 64%;
  }
}

@media screen and (min-width: 1920px) {
  .tool_1_list dt {
    font-size: 2rem;
  }
}

/* 2 顧客の声を分析・把握
------------------------------------------------------------*/
.title_right {
  padding-left: 6rem;
}

.tool_feature_2 {
  background-color: #cce3f4;
}

.tool_feature_2::before {
  content: '';
  position: absolute;
  top: 15.5%;
  right: 73%;
  background: url(/assets/images/function/enquete/feature-num2.png) no-repeat top;
  background-size: 50%;
  width: 27%;
  height: 25%;
  display: inline-block;
}

.tool_img_l {
  left: 2%;
}

.tool_2_line {
  margin: 2.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
}

.tool_2_line span {
  font-size: 1.5rem;
  font-weight: 500;
}

.tool_2_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  padding: 1rem 0 0;
  /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(173px, 1fr));*/
}

.tool_2_list li {
  position: relative;
  margin: 0.3rem 0;
  padding: 0.6rem 0.8rem;
  border-radius: 5px;
  text-align: center;
  width: calc(100% / 2);
  flex: 1 1 50%;
  /*width: calc(100% / 6);*/
  /*flex: 0 0 182px;
    align-items: center;*/
}

.tool_2_list_img {
  position: relative;
  background-color: #fff;
  border: 3px solid #3874c6;
  border-radius: 8px;
  padding: 2rem 1.2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*　modal用
.tool_2_list_img {
    border: 3px solid #fff;
}

.tool_2_list_img:hover {
    border: 3px solid #3874c6;
    transition: .4s ease-out;
    cursor: pointer;
}*/

.tool_2_list_img img {
  width: 55%;
}

.tool_2_list figcaption {
  display: inline-block;
  color: #3874c6;
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 500;
  flex: 1 0 80px;
  margin: 0 0 10px;
}

.tool_2_list_cap {
  font-size: 1.16rem;
  line-height: 1.9;
  color: #1a1a1a;
  font-weight: 500;
  padding: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .tool_title_area_2 {
    margin-left: 50%;
  }

  .title_right {
    padding: 0 10rem 0 0;
  }

  .tool_feature_2::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 10px;
    background: url(/assets/images/function/enquete/feature-num2.png) no-repeat top;
    background-size: 50%;
    width: 191px;
    height: 278px;
    display: inline-block;
  }

  .tool_2_line {
    margin: 8rem 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #1a1a1a;
    font-weight: 600;
    text-align: left;
  }

  .tool_2_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
  }

  .tool_2_list li,
  .useful_list li {
    margin: 1.2rem 0;
    width: 100%;
  }

  .tool_2_list figcaption {
    font-size: calc(1.5rem + 0.1vw);
    line-height: 1.5;
    font-weight: 500;
    flex: 1 0 70px;
    min-width: 115px;
  }

  .tool_2_list_cap {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tool_title_area_2 {
    margin-left: 50%;
  }

  .dpb_1024 {
    display: block;
  }

  .feature_title {
    font-size: 2.7rem;
    margin-top: -28px;
  }
}

@media screen and (min-width: 1025px) {
  .dpb_1024 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .tool_2_list figcaption,
  .useful_list figcaption {
    font-size: 1.9rem;
  }
}
/* 画像の親要素のスタイル */
.mieruka-btn {
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .mieruka-btn {
    height: 23.8vw;
    margin: 4rem 0 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .mieruka-btn {
    height: 24.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .mieruka-btn {
    height: 25vw;
  }
}
@media screen and (min-width: 1356px) {
  .mieruka-btn {
    height: 341px;
  }
}

@media screen and (min-width: 768px) {
  .mieruka-btn img:last-of-type {
    opacity: 0;
  }
  .mieruka-btn img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mieruka-btn:hover img {
    opacity: 1;
  }
}
/* 3 施策への活用
------------------------------------------------------------*/
.tool_feature_3 {
  background-color: #f5f8d9;
}

.title_3 {
  padding-left: 2rem;
}

.tool_feature_3::before {
  content: '';
  position: absolute;
  top: 13.5%;
  left: 8%;
  background: url(/assets/images/function/enquete/feature-num3.png) no-repeat top;
  background-size: 50%;
  width: 29%;
  height: 29%;
  display: inline-block;
}

.tool_3_list {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem -1.6rem 0;
  padding: 0 0 2rem;
}

.tool_3_list li {
  margin: 0.8rem 1.6rem;
  padding: 1rem 1.3rem;
  background-color: #fff;
  border: 3px solid #3874c6;
  border-radius: 8px;
  flex: 1 1 42%;
}

.tool_3_list dt {
  display: inline-block;
  color: #3874c6;
  font-size: calc(1.6rem + 0.2vw);
  font-weight: 500;
}

.tool_3_list dd {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .tool_feature_3::before {
    top: -25px;
    left: 0.5%;
    background: url(/assets/images/function/enquete/feature-num3.png) no-repeat top;
    background-size: 50%;
    width: 191px;
    height: 282px;
  }

  .title_3 {
    padding-left: 9.7rem;
  }

  .tool_3_list {
    margin: 6rem -1.6rem 0;
    padding: 0;
  }

  .tool_3_list dd {
    font-size: 1.3rem;
  }

  .dpn_768 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .tool_3_list dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1365px) {
  .dpn_1365 {
    display: none;
  }
}

/* 事例
------------------------------------------------------------*/
/* コンテンツ */
.case_around {
  padding-top: 1.5rem;
  text-align: center;
}

.case_outer {
  margin: 0 calc(50% - 50vw);
  /*margin-left: 50%;とmargin-left: -50vw;*/
  width: 100vw;
  /*ウィンドウサイズいっぱい*/
  position: relative;
  background: url(/assets/images/function/enquete/pie_02.png) no-repeat;
  background-position: right 0px top 1900px;
  background-size: 370px;
}

.case_title {
  color: #1a1a1a;
}

.case_title::after {
  background: none;
}

.logos {
  padding: 3rem 0;
}

.case_feature {
  margin-left: -1.7rem;
  margin-right: -1.7rem;
  padding: 0 0 3rem;
}

.case_feature li {
  position: relative;
  margin: 1.4rem 1.7rem;
  background-color: #fff;
  padding: 1.8rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: 0.4s;
}

.case_feature li:hover {
  cursor: pointer;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 -3px 15px rgba(0, 0, 0, 0.05), 0 3px 15px rgba(0, 0, 0, 0.05), 0 -3px 15px rgba(0, 0, 0, 0.05);
}

.case_feature a {
  text-decoration: none;
}

.case_list_title {
  color: #004488;
  font-size: calc(1.4rem + 0.3vw);
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0 1rem;
}

.case_list_name {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 1rem 0 0;
}

.case_feature dt,
.case_feature dd {
  color: #1a1a1a;
  font-size: calc(13px + 0.4vw);
  font-weight: 400;
  line-height: 1.75;
}

.company_profile {
  display: flex;
}

.profile_text {
  width: 50%;
}

.company_service {
  display: flex;
  margin: 0.3rem 0 0;
}

.company_service dt {
  flex: 0 0 97px;
}

.company_service dd {
  flex: 0 0 100%;
  /*text-indent: 75px;
    margin-left: -80px;*/
  min-height: 100px;
}

.company_profile img {
  width: 125px;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

@media screen and (min-width: 768px) {
  .case_around {
    padding-top: 0;
  }

  .case_title::before {
    left: 45%;
  }

  .case_feature {
    display: flex;
    margin: 0 -1.7rem 6.5rem;
    padding: 0;
  }

  .case_feature li {
    width: calc(100% / 3);
  }

  .case_outer {
    margin: 0 calc(50% - 50vw);
    /*margin-left: 50%;とmargin-left: -50vw;*/
    width: 100vw;
    /*ウィンドウサイズいっぱい*/
    position: relative;
    background: url(/assets/images/function/enquete/pie_02.png) no-repeat;
    background-position: right 0px top 550px;
    background-size: 510px;
  }

  .case_list_name {
    font-size: calc(1.3rem + 0.25vw);
    margin: 1.5rem 0 0;
  }

  .profile_text {
    width: 60%;
  }

  .company_service {
    margin: 0.7rem 0 0;
  }

  .company_service dt {
    flex: 0 0 86px;
  }

  .case_feature dt,
  .case_feature dd {
    font-size: 14px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
  .case_outer {
    position: relative;
    background: url(/assets/images/function/enquete/pie_02.png) no-repeat;
    background-position: right 0px top 2300px;
    background-size: 550px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .profile_text {
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .case_title {
    font-size: 3rem;
  }

  .case_list_title {
    font-size: 2rem;
  }

  .case_list_name {
    font-size: 1.8rem;
  }
}

/* お客さまの評価
------------------------------------------------------------*/
.itreview_inner {
  padding: 0 6% 6rem;
}

.title_itreview {
  margin: 0 auto 2rem;
}

.title_itreview::after {
  background: none;
}

.itreview_flex li {
  margin: 0.8rem 0 0;
}

.itreview_flex li:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.itreview_flex iframe {
  height: 200px;
}

.text_itreview {
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .as_itreview {
    padding: 2rem 0;
  }

  .text_itreview {
    font-size: 2rem;
  }

  .itreview_flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .itreview_flex li {
    flex: 0 0 33.3%;
    align-items: center;
    padding: 1.5rem;
    margin: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 1160px) {
  .itreview_flex li {
    flex: 0 0 50%;
  }
}

/* 便利機能
------------------------------------------------------------*/
/* 透過エリア */
.useful_outer {
  margin: 0 calc(50% - 50vw);
  /*margin-left: 50%;とmargin-left: -50vw;*/
  width: 100vw;
  /*ウィンドウサイズいっぱい*/
  position: relative;
  background-color: rgba(196, 236, 229, 0.76);
  background-size: cover;
  padding-bottom: 3rem;
}

.useful_around {
  padding-top: 1.5rem;
  text-align: center;
}

.useful_title {
  color: #1a1a1a;
}

.useful_title::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 42%;
  background: url(/assets/images/function/enquete/feature-icon_04.png) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 44px;
  display: block;
}

.useful_cap {
  margin: 3rem 0 0;
  font-size: 1.13rem;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-align: center;
}

.useful_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  padding: 1rem 0 0;
}

.useful_list li {
  position: relative;
  margin: 0.3rem 0;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  text-align: center;
  margin: 0.6rem 0;
  width: 100%;
  flex: 0 0 50%;
}

.useful_list_dl {
  position: relative;
  background-color: #fff;
  border: 3px solid #3874c6;
  border-radius: 8px;
  padding: 2rem 1.2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.useful_list_dl dt {
  display: inline-block;
  color: #3874c6;
  font-size: 1.45rem;
  line-height: 1.7;
  font-weight: 500;
  flex: 1 0 46px;
  margin: 0 0 10px;
}

.useful_list_dl dd {
  font-size: calc(12px + 0.5vw);
  line-height: 1.5;
  flex: 1 0 85px;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .useful_outer {
    padding-bottom: 8rem;
  }

  .useful_cap {
    font-size: 2rem;
  }

  .useful_title::before {
    left: 45%;
  }

  .useful_list li {
    flex: 0 1 20%;
  }

  .useful_list_dl {
    padding: 2rem;
  }

  .useful_list_dl dt {
    font-size: calc(1.6rem + 0.1vw);
    min-width: 115px;
    flex: 1 0 60px;
  }

  .useful_list_dl dd {
    font-size: 1.5rem;
    flex: 1 0 118px;
    margin-bottom: -1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .useful_list li {
    flex: 0 0 33%;
  }

  .useful_list_dl dt {
    flex: 1 0 55px;
  }
}

@media screen and (min-width: 1920px) {
  .useful_title {
    font-size: 3rem;
  }

  .useful_list dt {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1045px) {
  .dpn_1045 {
    display: none;
  }
}

/* CTA
------------------------------------------------------------*/
.enq_cta_area a {
  text-decoration: none;
}

.enq_cta_area a:link,
.enq_cta_area a:visited,
.enq_cta_area a:hover,
.enq_cta_area a:active {
  color: #fff;
}

.enq_cta_area {
  text-align: center;
  background-color: #f6f8dc;
  padding: 4rem 0;
}

.enq_cta_cap {
  position: relative;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

.enq_cta_cap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8%;
  background-color: #ff8b02;
  padding: 2px 12px;
  border-radius: 100vh;
  transform: rotate(70deg);
}

.enq_cta_cap::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -8%;
  background-color: #ff8b02;
  padding: 2px 12px;
  border-radius: 100vh;
  transform: rotate(-70deg);
}

.enq_cta_btn {
  margin-top: 1.25rem;
  position: relative;
  display: inline-block;
}

.enq_cta_btn a {
  display: inline-block;
  background-color: #ff8b02;
  border-radius: 100vh;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.085em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-width: 300px;
  box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.enq_cta_btn span {
  padding: 0 1rem 0.2rem 0;
}

.enq_cta_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.enq_cta_btn a:hover {
  /*--水平方向 垂直方向 色--*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  background-color: #ffa235;
}

@media screen and (min-width: 768px) {
  .enq_cta_area {
    padding: 8rem 0;
  }

  .enq_cta_cap {
    font-size: 3rem;
  }

  .enq_cta_cap::before {
    left: -6%;
    background-color: #ff8b02;
    padding: 3px 20px;
  }

  .enq_cta_cap::after {
    right: -6%;
    padding: 3px 20px;
  }

  .enq_cta_btn {
    margin-top: 3rem;
  }

  .enq_cta_btn span {
    padding: 0 1.2rem 0.5rem 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .enq_cta_cap {
    font-size: 2.8rem;
  }

  .enq_cta_btn a {
    font-size: 2.4rem;
    padding: 1.9rem 3rem;
  }
}

/* 配信チャネル
------------------------------------------------------------*/
.chanel a,
.chanel a:hover {
  text-decoration: none;
}

.title_chanel::after {
  background: none;
}

.chanel-feature-outer {
  padding: 2rem 0 0;
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .chanel-list {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}

.chanel-list li:first-child {
  margin: 0;
}

.chanel-list li:nth-child(3) img {
  width: 24%;
}

@media screen and (min-width: 768px) {
  .chanel-list li:first-child {
    width: 32%;
  }

  .chanel-list li:first-child img {
    width: 24%;
  }
}

.chanel-list li:first-child p.chanel-list__items-name {
  background: #6ab9e8;
}

@media screen and (min-width: 768px) {
  .chanel-list li:nth-child(2) {
    width: 32%;
  }
}

.chanel-list li:nth-child(2) p.chanel-list__items-name {
  background: #1fd828;
}

@media screen and (min-width: 768px) {
  .chanel-list li:nth-child(3) {
    width: 32%;
  }

  .chanel-list li:nth-child(3) img {
    width: 26%;
  }
}

.chanel-list li:nth-child(3) p.chanel-list__items-name {
  background: #e5d069;
}

.chanel-list__items:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08), 0 -3px 15px rgba(0, 0, 0, 0.08), 0 3px 15px rgba(0, 0, 0, 0.08), 0 -3px 15px rgba(0, 0, 0, 0.08);
  transition: 0.4s, box-shadow 0.4s;
}

.chanel-list__items {
  position: relative;
  padding: 2rem;
  margin: 2rem 0 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.0392156863), 0 -4px 14px rgba(0, 0, 0, 0.0392156863), 0 4px 14px rgba(0, 0, 0, 0.0392156863), 0 -4px 14px rgba(0, 0, 0, 0.0392156863);
}

.chanel-list__items img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 22%;
}

.chanel-list__items-name {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7647058824;
  letter-spacing: 0.075em;
  border-top-right-radius: 8px;
  display: inline-block;
  padding: 0.3rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .chanel-list__items-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.075em;
    font-size: 1.7rem;
    font-size: 1.7708333333vw;
  }
}

@media screen and (min-width: 1200px) {
  .chanel-list__items-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.075em;
  }
}

.chanel-list__items-title {
  color: #383d8f;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin: 1.8rem 0 0;
}

@media screen and (min-width: 768px) {
  .chanel-list__items-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.075em;
    font-size: 1.7rem;
    font-size: 1.7708333333vw;
  }
}

@media screen and (min-width: 1200px) {
  .chanel-list__items-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.075em;
  }
}

.chanel-list__items-text {
  color: #1a1a1a;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7083333333;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .chanel-list__items-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    font-size: 1.1458333333vw;
  }
}

@media screen and (min-width: 1200px) {
  .chanel-list__items-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

/* カスタマーリングスの機能
------------------------------------------------------------*/
.feature a,
.feature a:hover {
  text-decoration: none;
}

.feature-outer {
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .feature-outer {
    padding-bottom: 100px;
  }
}

.feature-list li.feature-list__items:first-child {
  margin: 0;
}

.title_feature::after {
  background: none;
}

@media screen and (min-width: 768px) {
  .feature-list {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
}

.feature-flex {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .feature-flex {
    margin: 0;
    width: 100%;
  }
}

.feature-flex:first-child {
  margin: 0;
}

.feature-flex__text {
  position: relative;
  text-align: center;
  padding-right: 7%;
  margin: 1rem 0 0;
  padding: 0 0 4rem;
}

@media screen and (min-width: 1200px) {
  .feature-flex__text {
    margin: 1.5rem 0 0;
  }
}

.feature-flex__text a {
  position: absolute;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7096774194;
  letter-spacing: 0.075em;
  color: #1a1a1a;
  display: block;
  width: 35%;
  right: 0;
}

.feature-flex__text a span {
  position: absolute;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .feature-flex__text a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.075em;
    font-size: 1.5rem;
    font-size: 1.5625vw;
    width: 42%;
  }
}

@media screen and (min-width: 1200px) {
  .feature-flex__text a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.075em;
    width: 35%;
  }
}

.feature-flex__text a span::after {
  position: absolute;
  content: '';
  top: 51%;
  right: 2%;
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #0fa4e1;
  border-right: 3px solid #0fa4e1;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s ease-out;
}

.feature-flex__text a:hover {
  color: #0fa4e1;
  opacity: 1;
}

.feature-flex__text a:hover::after {
  border-top: 2px solid #0fa4e1;
  border-right: 2px solid #0fa4e1;
  transform: translate(3px, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .feature-flex__text a span:hover::after {
    border-top: 3px solid #0fa4e1;
    border-right: 3px solid #0fa4e1;
    transform: translate(3px, -50%) rotate(45deg);
  }
}

.feature-items {
  padding: 2rem 3%;
  margin: 2rem 0 0;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.0392156863), 0 -4px 14px rgba(0, 0, 0, 0.0392156863), 0 4px 14px rgba(0, 0, 0, 0.0392156863), 0 -4px 14px rgba(0, 0, 0, 0.0392156863);
}

.feature-items:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08), 0 -3px 15px rgba(0, 0, 0, 0.08), 0 3px 15px rgba(0, 0, 0, 0.08), 0 -3px 15px rgba(0, 0, 0, 0.08);
  transition: 0.4s, box-shadow 0.4s;
}

@media screen and (min-width: 768px) {
  .feature-items {
    padding: 1.5rem 3%;
  }
}

@media screen and (min-width: 992px) {
  .feature-items {
    min-height: 290px;
    padding: 1.5rem 5%;
  }
}

@media screen and (min-width: 1400px) {
  .feature-items {
    max-height: 320px;
  }
}

.feature-items-name {
  color: #393d8a;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 0.96875;
  letter-spacing: 0.055em;
  text-align: center;
}

.feature-flex:nth-child(1) h3 {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .feature-items-name {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 0.9722222222;
    letter-spacing: 0.055em;
    font-size: 1.8vw;
    position: relative;
  }

  .feature-flex:nth-child(1) h3 {
    font-size: calc(1.2rem + 0.3vw);
  }
}

@media screen and (min-width: 1200px) {
  .feature-flex:nth-child(1) h3 {
    font-size: calc(1.4rem + 0.6vw);
  }
}

@media screen and (min-width: 1920px) {
  .feature-items-name {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 0.9722222222;
    letter-spacing: 0.055em;
  }

  .feature-flex:nth-child(1) h3 {
    font-size: 2.6rem;
  }
}

.feature-items-name::after {
  content: '';
  display: block;
  -o-border-image: linear-gradient(175deg, #393d8a 70%, #4ba2dc 30%) 1/0 0 8px;
  border-image: linear-gradient(175deg, #393d8a 70%, #4ba2dc 30%) 1/0 0 8px;
  border-style: solid;
  height: 8px;
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .feature-items-name::after {
    height: 6px;
  }
}

.feature-items-name span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9375;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) {
  .feature-items-name span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.9444444444;
    letter-spacing: 0.075em;
    font-size: 1.4rem;
    font-size: 1.33vw;
  }

  .feature-flex:nth-child(2) h3 span,
  .feature-flex:nth-child(3) h3 span {
    padding: 1.8rem 0 0;
    margin: 0 0 5%;
  }
}

@media screen and (min-width: 1400px) {
  .feature-items-name span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.9444444444;
    letter-spacing: 0.075em;
  }

  .feature-flex:nth-child(2) h3 span,
  .feature-flex:nth-child(3) h3 span {
    padding: 1.9rem 0 0;
    margin: 0 0 5.5%;
  }
}

.feature-detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 10px;
  margin: 3rem 0 0;
}

@media screen and (min-width: 768px) {
  .feature-detail {
    margin: 2rem 0 0;
  }
}

.feature-detail-text {
  position: relative;
  width: calc(90% / 2);
  flex: 1 1 auto;
  text-align: center;
  color: #393d8a;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4722222222;
  letter-spacing: 0.075em;
  border: 1px solid #393d8a;
}

@media screen and (min-width: 768px) {
  .feature-detail-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 1.3rem;
    font-size: 1.3541666667vw;
  }

  .feature-detail-text--smaller {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1400px) {
  .feature-detail-text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }

  .feature-detail-text--smaller {
    font-size: 1.6rem;
  }
}

.feature-detail-text2 {
  color: #393d8a;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: right;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .feature-detail-text2 {
    font-size: 1.8rem;
  }
}

/* CTA
------------------------------------------------------------*/
.info {
  text-align: center;
  background: #175ea7;
  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .info {
    padding: 10rem 0;
  }
}

.info__inner {
  padding-bottom: 0;
}

.info__title {
  position: relative;
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6571428571;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .info__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 2.9rem;
    font-size: 3.0208333333vw;
  }
}

@media screen and (min-width: 992px) {
  .info__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.info__btn2 {
  display: inline-block;
  padding-top: 1.25rem;
  position: relative;
}

.info__btn2 a {
  display: inline-block;
  background: #ff8b02;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 2.9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 330px;
  width: 88%;
  margin: 0 auto;
  box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.info__btn2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.info__btn2 a:hover {
  box-shadow: 0 0 5px transparent;
  background: #ffa235;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .info__btn2 {
    padding-top: 5rem;
  }

  .info__btn2 a {
    width: 406px;
  }
}

/* Modal
------------------------------------------------------------*/
/*
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
}
.modal_bg {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 1rem;
    width: 96%;
    padding: 4rem 1rem;
}
p.modal_title {
    color: #257bfd;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 3%;
}
.modal_img {
    display: flex;
    margin: 0 auto;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}
.modal_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
}

@media screen and (min-width:768px) {
    .modal_content {
        width: 80%;
        max-width: 1080px;
        padding: 2rem 3rem 4rem;
    }
    p.modal_title {
        font-size: 2.4rem;
    }
    .modal_img {
        width: auto;
        max-height: 70vh;
    }
    .modal_close {
        top: 3rem;
        right: 3rem;
        width: 3rem;
        height: 3rem;
    }
}*/
