@charset "UTF-8";
/* Scss Document */
/*==========================================
header 調整
===========================================*/
.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
}

.sp_none {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

#header .header {
  top: -100%;
  transition: 0.3s;
}
#header.scrl .header {
  top: 0;
}

.maw {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.page_head_inner {
  position: relative;
  z-index: 0;
}
.page_head_inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50vw;
  background: url("../images/questionnaire/img_01.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}
.page_head_inner::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f2879b;
  z-index: -2;
}

.head_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_flex .blc {
  flex-basis: 50%;
  max-width: 570px;
  width: 100%;
  text-align: center;
}
.head_flex .blc01 {
  padding: 120px 2% 80px;
}
@media screen and (max-width: 768px) {
  .head_flex .blc01 {
    padding: 50px 2% 50px;
  }
}
.head_flex .blc01 .site_ttl {
  margin-bottom: 75px;
}
.head_flex .blc01 .site_ttl_cap {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 33px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .head_flex .blc01 .site_ttl_cap {
    font-size: 16px;
  }
}
.head_flex .blc02 {
  padding: 50px 2% 90px 5%;
}
@media screen and (max-width: 768px) {
  .head_flex .blc02 {
    padding: 30px 2% 50px 5%;
  }
}
.head_flex .blc02 .ins_link {
  color: #fff;
  font-family: "Passion One", cursive;
  text-align: left;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 50px;
}
.head_flex .blc02 .ins_link i {
  margin-left: 1em;
  font-size: 26px;
}
.head_flex .blc02 .page_ttl {
  font-family: "Passion One", cursive;
  text-align: left;
  font-weight: bold;
  font-size: 121px;
  letter-spacing: 0.18em;
  line-height: 0.9;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1140px) {
  .head_flex .blc02 .page_ttl {
    font-size: 10vw;
  }
}
.head_flex .blc02 .page_ttl_cap {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 23px;
  background: #fff;
  padding: 0.8em 0.5em;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  .head_flex .blc02 .page_ttl_cap {
    font-size: 16px;
  }
}

/*==========================================
Footer
===========================================*/
footer {
  border-top: none;
  padding-bottom: 0;
}

.q_footer {
  background-color: #f2879b;
}
.q_footer .footer_logo {
  padding-top: 120px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .q_footer .footer_logo {
    padding-top: 50px;
  }
}
.q_footer .footer_link_area {
  max-width: 911px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .q_footer .footer_link_area {
    display: block;
  }
}
.q_footer .footer_link_area li a {
  display: block;
  background-color: #fff;
  border: 2px solid #fff;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 32px;
  font-weight: bold;
  width: 287px;
}
@media screen and (max-width: 768px) {
  .q_footer .footer_link_area li a {
    margin: 10px auto;
  }
}
.q_footer .footer_link_area li a img {
  margin-right: 10px;
}
.q_footer .fotter_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info .info_left {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
.q_footer .fotter_info .info_left p {
  font-size: 14px;
}
.q_footer .fotter_info .info_left .page_link {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info .info_left .page_link {
    justify-content: center;
  }
}
.q_footer .fotter_info .info_left .page_link li {
  font-size: 16px;
}
.q_footer .fotter_info .info_left .page_link li:first-child {
  margin-right: 30px;
}
.q_footer .fotter_info .info_right {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info .info_right {
    margin-right: 0;
  }
}
.q_footer .fotter_info .info_right .info_tel {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info .info_right .info_tel {
    text-align: center;
  }
}
.q_footer .fotter_info .info_right .footer_tel {
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 0.05em;
  font-size: 45px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info .info_right .footer_tel {
    font-size: 30px;
    justify-content: center;
    margin-top: 10px;
  }
}
.q_footer .fotter_info .info_right .footer_tel img {
  margin-right: 10px;
}
.q_footer .fotter_info .info_right .sns_icon {
  font-family: "Passion One", cursive;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .q_footer .fotter_info .info_right .sns_icon {
    text-align: center;
  }
}
.q_footer .fotter_info .info_right .sns_icon img {
  margin-left: 20px;
  position: relative;
  top: -7px;
}
.q_footer .copy {
  text-align: center;
}

/*==========================================
アンケート開始ページ
===========================================*/
.head_sec {
  margin: 120px auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .head_sec {
    width: 90%;
  }
}
.head_sec .txt01 {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.head_sec .txt01:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 35px;
  background: url(../images/questionnaire/bal_left.png) no-repeat;
  background-size: contain;
}
.head_sec .txt01:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 35px;
  background: url(../images/questionnaire/bal_right.png) no-repeat;
  background-size: contain;
}
.head_sec h2 {
  font-family: "Passion One", cursive;
  font-size: 72px;
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 70%, #f2879b 70%);
  display: inline;
}
.head_sec .txt02 {
  font-family: "Passion One", cursive;
  font-size: 24px;
}

.que_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.que_card_item {
  flex-basis: 48%;
  margin-bottom: 80px;
}
.que_card_item .card_upper img {
  width: 516px;
  height: 345px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 50px 0;
}
.que_card_item .card_bottom {
  position: relative;
  top: -30px;
  background-color: #fff;
  border: 1px solid #474747;
  width: 90%;
  margin: auto;
  height: 350px;
}
.que_card_item .card_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 150px solid #f69256;
  border-right: 150px solid transparent;
}
.que_card_item .card_bottom:before {
  content: "";
  width: 80%;
  height: 70%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.que_card_item .card_bottom .card_bottom_inner {
  padding: 0 30px;
  position: relative;
  z-index: 2;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #474747;
}
.que_card_item .card_bottom .card_bottom_inner .div_text {
  margin: 30px auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  text-align: center;
  height: 96px;
  font-size: 44px;
  line-height: 1.2;
  justify-content: center;
}
.que_card_item .card_bottom .card_bottom_inner .div_txt02 {
  font-size: 21px;
  line-height: 1.6;
}
.que_card_item .card_bottom .sele a {
  font-family: "Sawarabi Gothic", sans-serif;
  position: relative;
  top: 30px;
  display: block;
  border-radius: 26px;
  padding: 15px;
  background-color: #f69256;
  color: #474747;
  width: 175px;
  margin: auto;
  text-align: center;
}
.que_card_item .card_bottom .sele a i {
  margin-left: 10px;
}
.que_card_item .card_bottom .sele a:hover {
  background-color: #f2879b;
  opacity: 1;
}

.que_card_item:nth-child(2) .card_bottom:after {
  border-top: 150px solid #00b3ca;
}
.que_card_item:nth-child(2) .sele a {
  background-color: #00b3ca;
}

.que_card_item:nth-child(3) .card_bottom:after {
  border-top: 150px solid #ead98b;
}
.que_card_item:nth-child(3) .sele a {
  background-color: #ead98b;
}

.que_card_item:nth-child(4) .card_bottom:after {
  border-top: 150px solid #7ecfb6;
}
.que_card_item:nth-child(4) .sele a {
  background-color: #7ecfb6;
}

@media screen and (max-width: 768px) {
  .head_sec {
    margin: 80px auto 55px;
  }
  .head_sec h2 {
    font-family: "Passion One", cursive;
    font-size: 52px;
    line-height: 1;
    margin-top: 20px;
    display: inline;
    background: linear-gradient(transparent 60%, #f2879b 60%);
  }
  .head_sec .txt02 {
    font-size: 20px;
    margin-top: 20px;
  }

  .que_card {
    display: block;
  }

  .que_card_item {
    flex-basis: 48%;
    margin-bottom: 80px;
  }
  .que_card_item .card_upper img {
    width: 100%;
    height: 250px;
  }
  .que_card_item .card_bottom {
    width: 94%;
    height: auto;
  }
  .que_card_item .card_bottom .card_bottom_inner {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-family: "Sawarabi Gothic", sans-serif;
    color: #474747;
  }
  .que_card_item .card_bottom .card_bottom_inner .div_text {
    margin: 30px auto 20px;
    height: auto;
    font-size: 32px;
    line-height: 1.2;
  }
  .que_card_item .card_bottom .card_bottom_inner .div_txt02 {
    font-size: 18px;
  }
}
/*==========================================
カード選択
===========================================*/
/*----ヘッダー部分----*/
.card_header {
  width: 100%;
}

/*背景色*/
.card_bg {
  background: url(../images/questionnaire/card/head_bg.png) no-repeat bottom center;
  background-size: 85%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .card_bg {
    margin-bottom: 50px;
  }
}

.c01 {
  background-color: #f69256;
}

.c02 {
  background-color: #00b3ca;
}

.c03 {
  background-color: #ead98b;
}

.c04 {
  background-color: #7ecfb6;
}

.card_header .card_logo {
  padding: 15px 0 20px;
  text-align: center;
}
.card_header .headline {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 33px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .card_header .headline {
    font-size: 24px;
  }
}
.card_header .head_ttl {
  position: relative;
  display: flex;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .card_header .head_ttl {
    display: block;
  }
}
.card_header .head_ttl .head_ttl_left {
  font-family: "Passion One", cursive;
  font-weight: bold;
  font-size: 70px;
  line-height: 57px;
  letter-spacing: 0.2em;
  color: #333333;
  margin-right: 3.5%;
  flex-basis: 25%;
}
@media screen and (max-width: 768px) {
  .card_header .head_ttl .head_ttl_left {
    font-size: 50px;
    text-align: center;
  }
}
.card_header .head_ttl .head_ttl_center {
  border: 3px solid #333;
  background-color: #fff;
  border-radius: 10px;
  width: 480px;
  flex-basis: 45%;
}
@media screen and (max-width: 768px) {
  .card_header .head_ttl .head_ttl_center {
    width: 96%;
    margin: auto;
  }
}
.card_header .head_ttl .head_ttl_center .head_txt {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 33px;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .card_header .head_ttl .head_ttl_center .head_txt {
    font-size: 20px;
  }
}
.card_header .head_ttl .head_ttl_center .head_txt02 {
  text-align: center;
  font-family: "Passion One", cursive;
  font-size: 92px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card_header .head_ttl .head_ttl_center .head_txt02 {
    font-size: 40px;
  }
}
.card_header .head_ttl .head_ttl_center .head_txt02:after {
  content: url(../images/questionnaire/card/arw.png);
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 115px;
}
@media screen and (max-width: 768px) {
  .card_header .head_ttl .head_ttl_center .head_txt02:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 100px;
    background: url(../images/questionnaire/card/arw.png);
    background-size: contain;
    top: 50px;
  }
}

.card_ttl {
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 36px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .card_ttl {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.card_ttl .card_color {
  font-size: 46px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .card_ttl .card_color {
    font-size: 35px;
  }
}
.card_ttl .cu01 {
  background: linear-gradient(transparent 65%, #f69256 65%);
}
.card_ttl .cu02 {
  background: linear-gradient(transparent 65%, #00b3ca 65%);
}
.card_ttl .cu03 {
  background: linear-gradient(transparent 65%, #ead98b 65%);
}
.card_ttl .cu04 {
  background: linear-gradient(transparent 65%, #7ecfb6 65%);
}

.card_block {
  text-align: center;
}
.card_block .card {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
.card_block .card:before, .card_block .card:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card_block .card:before {
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.card_block .card:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.card_block .card p {
  font-size: 36px;
}

.select_card ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select_card ul li {
  flex-basis: 48%;
}
.select_card ul li .btn_select a {
  display: block;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 80px;
  background-color: #f2879b;
  color: #fff;
  border-radius: 48px;
  border: 2px solid #555;
  height: 50px;
  font-size: 24px;
}
.select_card ul li .btn_select a i {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .select_card ul li .btn_select a {
    width: 150px;
    font-size: 18px;
  }
}
.select_card ul li .btn_select a.active {
  background-color: #fff;
  border: 2px solid #f2879b;
  color: #f2879b;
}
.select_card ul li a img {
  border: 1px solid #ccc;
}

/*lightbox*/
.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .lb-dataContainer {
    top: -40px;
    left: 1%;
  }
}

/*見積もり依頼*/
.link_estimate a {
  display: block;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 80px;
  background-color: #f2879b;
  color: #000;
  height: 80px;
  font-size: 32px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .link_estimate a {
    width: 90%;
  }
}
.link_estimate a i {
  margin-left: 15px;
  color: #555;
}

/*================================
その他のカード
====================================*/
.other_card {
  margin-top: -250px;
  padding-top: 250px;
}

.other_card_ttl {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.other_card_ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ccc;
}
.other_card_ttl span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .other_card_ttl {
    padding: 0 45px;
  }
}
.narrowdown {
  margin: 50px auto 80px;
  display: flex;
  flex-wrap: wrap;
}
.narrowdown li a {
  display: block;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #ccc;
  padding: 10px 20px;
  margin-right: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: .3s all;
}
.narrowdown li .tag01 {
  background-color: #f69256;
}
.narrowdown li .tag02 {
  background-color: #00b3ca;
}
.narrowdown li .tag03 {
  background-color: #ead98b;
}
.narrowdown li .tag04 {
  background-color: #7ecfb6;
}
.narrowdown li .tag01.current {
  background-color: #fff;
  border-color: #f69256;
  color: #f69256;
  font-weight: bold;
}
.narrowdown li .tag02.current {
  background-color: #fff;
  border-color: #00b3ca;
  color: #00b3ca;
  font-weight: bold;
}
.narrowdown li .tag03.current {
  background-color: #fff;
  border-color: #ead98b;
  color: #ead98b;
  font-weight: bold;
}
.narrowdown li .tag04.current {
  background-color: #fff;
  border-color: #7ecfb6;
  color: #7ecfb6;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .narrowdown {
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
  .narrowdown li a {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    letter-spacing: 0;
  }
}
.other_card_area ul {
  display: flex;
  flex-wrap: wrap;
}
.other_card_area ul li {
  margin: 30px 2% 30px 0;
  flex-basis: 32%;
}
.other_card_area ul li:nth-child(3n) {
  margin-right: 0;
}
.other_card_area ul li img {
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .other_card_area ul {
    display: flex;
    flex-wrap: wrap;
  }
  .other_card_area ul li {
    margin: 15px 4% 15px 0;
    flex-basis: 48%;
  }
  .other_card_area ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .other_card_area ul li:nth-child(2n) {
    margin-right: 0;
  }
  .other_card_area ul li img {
    border: 1px solid #ccc;
  }
}
/*================================
モーダル周辺
====================================*/
.select_check {
  position: fixed;
  top: 100px;
  z-index: 999999;
  text-align: center;
  font-size: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .select_check {
    font-size: 20px;
    bottom: 65px;
    top: inherit;
  }
}
.select_check .js-modal-open {
  display: block;
  width: 100%;
  background-color: #f2879b;
  border: 2px solid #555;
  padding: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .select_check .js-modal-open {
    padding: 20px 0;
    letter-spacing: 0;
  }
}
.select_check .js-modal-open:hover {
  opacity: 0.9;
}
.select_check .js-modal-open i {
  margin-left: 20px;
}
.select_check .content {
  margin: 0 auto;
}
.select_check .modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
}
.select_check .modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  position: absolute;
  width: 100%;
}
.select_check .modal .modal__content {
  background: #fff;
  padding: 40px;
  position: absolute;
  width: 100%;
  background-color: #f2879b;
  overflow: auto;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .select_check .modal .modal__content {
    padding: 40px 0;
  }
}
.select_check .modal .modal__content .js-modal-close {
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10%;
  font-size: 80px;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .select_check .modal .modal__content .js-modal-close {
    right: 2%;
  }
}
.select_check .modal .modal__content .js-modal-close .modal_close {
  font-size: 16px;
  display: block;
  text-align: center;
}
.select_check .modal .modal__content .selected_ttl {
  text-align: center;
  margin: 20px auto 80px;
  color: #fff;
}
.select_check .modal .modal__content .selected_ttl .ttl_en {
  font-family: "Passion One", cursive;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.select_check .modal .modal__content .selected_ttl .ttl_ja {
  font-size: 18px;
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 0.8;
}
.select_check .modal .modal__content .selected_ttl .ttl_ja:before {
  content: "";
  border-top: 1px solid #fff;
  width: 50px;
  display: block;
  margin: 5px auto 0;
}
.select_check .modal .modal_inner ul {
  display: flex;
  flex-wrap: wrap;
}
.select_check .modal .modal_inner .card_item {
  flex-basis: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .select_check .modal .modal_inner .card_item {
    flex-basis: 48%;
  }
}
.select_check .modal .modal_inner .card_item a:hover {
  opacity: 0.9;
}
.select_check .modal .modal_inner .card_item .checkbox {
  display: inline;
}
.select_check .modal .modal_inner .card_item .checkbox:checked + label {
  background-color: inherit;
}
.select_check .modal .modal_inner .card_item .label_txt {
  font-size: 18px;
  color: #fff;
}
.select_check .modal .modal_inner .card_item .re_select {
  margin-bottom: 20px;
}
.select_check .modal .modal_inner .card_item .card_reject {
  font-size: 20px;
  display: block;
  width: 180px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 27px;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .select_check .modal .modal_inner .card_item .card_reject {
    width: 150px;
    font-size: 18px;
  }
}

.form_txt p {
  text-align: center;
  font-size: 21px;
}

/*===========================
アンケートヘッダー
===========================*/
.que_head {
  background: url("../images/questionnaire/header_bg.png") no-repeat top center;
  background-size: cover;
}
.que_head img {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}

/*===========================
アンケートリストページ
===========================*/
.anq_headtxt {
  display: flex;
  margin: 10px auto 30px;
}
@media screen and (max-width: 768px) {
  .anq_headtxt {
    display: block;
  }
}
.anq_headtxt .headline {
  font-family: "Passion One", cursive;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .anq_headtxt .headline {
    font-size: 30px;
    margin: 30px auto;
    text-align: center;
  }
}
.anq_headtxt .headline_txt {
  display: flex;
  align-items: flex-end;
}
.anq_headtxt .headline_txt p {
  font-size: 24px;
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 42px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .anq_headtxt .headline_txt p {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.6;
  }
}

.page_no {
  font-family: "Passion One", cursive;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  font-size: 72px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_no {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.page_no .number {
  position: relative;
  top: -10px;
  left: 10px;
}
.page_no .number:after {
  content: "／";
  display: inline-block;
  position: relative;
  top: 20px;
  left: -20px;
}
.page_no .denom {
  position: relative;
  top: 15px;
  left: -23px;
}

.anq_list ul li a {
  display: block;
  width: 99%;
  border: 1px solid #474747;
  padding: 30px 20px;
  margin-bottom: 50px;
  position: relative;
  transition: 0.3s all;
  font-size: 32px;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .anq_list ul li a {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 10px;
  }
}
.anq_list ul li a:hover {
  background-color: #f2879b;
}
.anq_list ul li a:before {
  content: "";
  width: 10%;
  height: 70%;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  position: absolute;
  right: -7px;
  bottom: -7px;
}
.anq_list ul li a:after {
  content: url("../images/questionnaire/anq/arw_pink.png");
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .anq_list ul li a:after {
    display: none;
  }
}

.next_back {
  margin: 50px auto 100px;
}
.next_back ul {
  display: flex;
  justify-content: center;
}
.next_back ul li a {
  display: block;
  width: 485px;
  border-radius: 65px;
  font-family: "Passion One", cursive;
  font-size: 72px;
  text-align: center;
  color: #333;
  transition: 0.3s all;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .next_back ul li a {
    width: 100%;
    font-size: 30px;
    margin: 0;
  }
}
.next_back ul li a:hover {
  opacity: 0.7;
}
.next_back ul li a img {
  vertical-align: inherit;
  margin: 10px 20px 0;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .next_back ul li a img {
    width: 25%;
    margin: 0 5px 0;
  }
}
.next_back ul li a.back {
  background-color: #50a2d2;
}
.next_back ul li a.next {
  background-color: #f2879b;
}

/*===========================
アンケート結果ページ
===========================*/
.anq_result .head_sec .txt01 .thank {
  font-size: 18px;
}
.anq_result .result {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 24px;
  text-align: center;
}
.anq_result .result .card_color {
  font-size: 46px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .anq_result .result .card_color {
    font-size: 30px;
  }
}
.anq_result .result .cu01 {
  background: linear-gradient(transparent 65%, #f69256 65%);
}
.anq_result .result .cu02 {
  background: linear-gradient(transparent 65%, #00b3ca 65%);
}
.anq_result .result .cu03 {
  background: linear-gradient(transparent 65%, #ead98b 65%);
}
.anq_result .result .cu04 {
  background: linear-gradient(transparent 65%, #7ecfb6 65%);
}

.next_cont {
  font-family: "Passion One", cursive;
  font-size: 200px;
  text-align: center;
  background: url("../images/questionnaire/anq/arw_btm.png") no-repeat bottom center;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  .next_cont {
    font-size: 100px;
  }
}

.banner_toplink {
  text-align: center;
}

/*===円グラフ===*/
#piechart_3d {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #piechart_3d {
    width: 100% !important;
    height: auto !important;
  }
}

.next_block .next_block_inner {
  border: 3px dashed #f2879b;
  padding: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .next_block .next_block_inner {
    padding: 15px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .next_block .next_block_inner .left {
    text-align: center;
    margin-bottom: 20px;
  }
}
.next_block .next_block_inner .zoom {
  display: block;
  margin-top: 10px;
}
.next_block .next_block_inner .ttl {
  font-size: 36px;
  color: #f2879b;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .next_block .next_block_inner .ttl {
    font-size: 18px;
  }
}
.next_block .next_block_inner .ttl .wav {
  background: url("../images/questionnaire/anq/wavy.png") no-repeat bottom center;
  padding-bottom: 5px;
}
.next_block .next_block_inner .list {
  font-size: 28px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .next_block .next_block_inner .list {
    font-size: 18px;
  }
}
.next_block .next_block_inner .list li:before {
  content: url("../images/questionnaire/anq/check.png");
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 9px;
}
.next_block .form_txt {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 28px;
  text-align: center;
  margin: 40px auto 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .next_block .form_txt {
    font-size: 20px;
  }
}
.next_block .form_txt:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: url("../images/questionnaire/anq/line.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  padding-top: 20px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .next_block .form_txt:after {
    margin-top: 10px;
  }
}

/*====フォーム====*/
.anq_form #form .form-block-wrap {
  background-color: #f2879b;
  color: #fff;
  padding: 40px 0;
}
.anq_form #form .form-block-wrap .required {
  background-color: #fff;
  color: #f2879b;
  border-radius: 10px;
}
.anq_form #form .form-block-wrap .form-item {
  border-bottom: none;
  border-top: none;
  padding: 20px 3%;
}
.anq_form #form .before_input_txt {
  margin-top: 40px;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .anq_form #form .before_input_txt {
    width: 90%;
    margin: 40px auto 0;
    font-size: 20px;
    line-height: 1.6;
  }
}
.anq_form #form .form_control {
  background-color: #fff;
}
.anq_form #form .btn_submit {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  width: 480px;
  text-align: center;
  padding: 30px 2%;
  background-color: #f2879b;
  color: #221815;
  letter-spacing: 0.2em;
  cursor: pointer;
  border-radius: 67px;
  position: relative;
  z-index: 10;
  border: solid 1px #f2879b;
}
@media screen and (max-width: 768px) {
  .anq_form #form .btn_submit {
    width: 90%;
    margin: auto;
    padding: 10px 2%;
    font-size: 24px;
  }
}
.anq_form #form .btn_submit:hover {
  background-color: #fff;
  color: #f2879b;
}
.anq_form #form .wpcf7-submit {
  font-family: FontAwesome;
}

/*# sourceMappingURL=questionnaire.css.map */
