@charset "UTF-8";
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_b {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.fadein_img.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img.active img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .fadein_b {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .fadein_l {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .fadein_r {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .fadein_l.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.anime_d_01 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.anime_d_01 img {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.anime_d_02 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.anime_d_02 img {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.anime_d_03 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.anime_d_03 img {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.anime_d_04 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.anime_d_04 img {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.anime_d_05 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.anime_d_05 img {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.anime_d_06 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.anime_d_06 img {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.anime_d_07 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.anime_d_07 img {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.anime_d_08 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.anime_d_08 img {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.anime_d_09 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.anime_d_09 img {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.anime_d_10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.anime_d_10 img {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.anime_d_11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}
.anime_d_11 img {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.anime_d_12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}
.anime_d_12 img {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.anime_d_13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}
.anime_d_13 img {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.anime_d_14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}
.anime_d_14 img {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.anime_d_15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}
.anime_d_15 img {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.anime_d_16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}
.anime_d_16 img {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.anime_d_17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}
.anime_d_17 img {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-width: auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0 0 0 0;
}

p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 2;
  font-size: 1.6rem;
}

.sp {
  display: none;
}

.sp_no {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .sp_no {
    display: none;
  }
}
.dis_no {
  display: none !important;
}

.red {
  color: #ff206e;
}

.yellow {
  color: #ffc53a;
}

.blue {
  color: #41ead4;
}

.blue_2 {
  color: #449dd1;
}

.questionnaire img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.questionnaire img {
  width: 100%;
}
.questionnaire .main_wrap .kv {
  width: 100%;
  height: 37.5vw;
  background-image: url("/-/media/image/msg/recruit/msh/questionnaire/kv_image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.questionnaire .main_wrap .kv .page_tit_wrap {
  display: inline-block;
  margin: 12.125vw auto 0;
}
.questionnaire .main_wrap .kv .page_tit_wrap .page_ic {
  width: 3vw;
  margin: 0 auto;
}
.questionnaire .main_wrap .kv .page_tit_wrap .page_tit {
  font-size: 24px;
  font-size: 1.5vw;
  font-weight: 700;
  color: #fff;
  margin-top: 1.875vw;
  letter-spacing: 0.24em;
}
.questionnaire .main_wrap .kv .page_txt {
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-family: urw-din, sans-serif;
  font-size: 224px;
  font-size: 14vw;
  color: rgba(255, 255, 255, 0.3);
}
.questionnaire .main_wrap .ms_sd {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.questionnaire .main_wrap .ms_sd .ms_sd_bak {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
}
.questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap {
  position: relative;
  display: inline-block;
}
.questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
  position: absolute;
  width: 20px;
}
.questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
.questionnaire .main_wrap .ms_sd .ms_sd_txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 30px;
  font-weight: 700;
}
.questionnaire .main_wrap .fe {
  margin-top: 135px;
}
.questionnaire .main_wrap .fe .fe_wrap {
  width: 1000px;
  margin: 0 auto;
}
.questionnaire .main_wrap .page_sec_tit_wrap {
  margin: 0 auto;
}
.questionnaire .main_wrap .page_sec_tit_wrap .tit_ic_1 {
  width: 80px;
  margin: 0 auto;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit {
  font-size: 9.6rem;
  font-family: urw-din, sans-serif;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+1) {
  color: #ff206e;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+2) {
  color: #ffc53a;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+3) {
  color: #41ead4;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n) {
  color: #449dd1;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit .tl {
  margin-right: 0.25em;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 28px;
}
.questionnaire .main_wrap .page_sec_tit_wrap .page_sec_txt_s {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  margin-top: 60px;
  text-align: center;
}
.questionnaire .main_wrap .sec_cont {
  margin-top: 80px;
}
.questionnaire .main_wrap .sec_cont .sec_cont_num_wrap {
  position: relative;
  width: 100%;
}
.questionnaire .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto;
  z-index: 1;
}
.questionnaire .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num .sec_cont_num_txt {
  font-family: urw-din, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  padding-top: 16px;
}
.questionnaire .main_wrap .sec_cont .sec_cont_num_wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.questionnaire .main_wrap .sec_cont .cl_num_1 .sec_cont_num {
  background-color: #ff206e;
}
.questionnaire .main_wrap .sec_cont .cl_num_1::before {
  background-color: #ff206e;
}
.questionnaire .main_wrap .sec_cont .cl_num_2 .sec_cont_num {
  background-color: #ffc53a;
}
.questionnaire .main_wrap .sec_cont .cl_num_2::before {
  background-color: #ffc53a;
}
.questionnaire .main_wrap .sec_cont .cl_num_3 .sec_cont_num {
  background-color: #41ead4;
}
.questionnaire .main_wrap .sec_cont .cl_num_3::before {
  background-color: #41ead4;
}
.questionnaire .main_wrap .sec_cont .cl_num_4 .sec_cont_num {
  background-color: #449dd1;
}
.questionnaire .main_wrap .sec_cont .cl_num_4::before {
  background-color: #449dd1;
}
.questionnaire .main_wrap .sec_cont .sec_cont_tit {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  margin-top: 20px;
}
.questionnaire .main_wrap .sec_cont .sec_cont_tit .sec_cont_tit_f {
  font-size: 8rem;
}
.questionnaire .main_wrap .sec_cont .sec_cont_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  margin-top: 60px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art {
  width: 47%;
  border: 2px solid #ff206e;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit {
  position: relative;
  background-color: #ff206e;
  padding: 40px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit::before {
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ff206e transparent transparent transparent;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap {
  padding: 0 40px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec {
  padding: 40px 0;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec:last-child {
  border-top: 1px solid #000;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_tit {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding: 0 15px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  padding: 0;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum .art_sec_cont_img {
  width: 24px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum .art_sec_cont_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru .art_sec_cont_img {
  width: 40px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru .art_sec_cont_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_data {
  color: #ff206e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_data .art_num {
  font-family: urw-din, sans-serif;
  font-size: 6.4rem;
}
.questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_txt {
  padding: 40px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap {
  display: block;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art {
  margin-top: 70px;
  width: 100%;
  border: 2px solid #ff206e;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_tit {
  position: relative;
  background-color: #ff206e;
  padding: 40px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_tit::before {
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ff206e transparent transparent transparent;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec {
  width: 50%;
  margin: 40px 0;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec:last-child {
  border-left: 1px solid #000;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .art_sec_tit {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont {
  margin-top: 20px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_tit {
  width: 120px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: right;
  padding-right: 10px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_bar {
  display: block;
  height: 50px;
  width: 0;
  background-color: #ff206e;
  -webkit-transition: 1s;
  transition: 1s;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_num_wrap {
  font-size: 1.6rem;
  line-height: 1;
  color: #ff206e;
  margin-left: 10px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_num_wrap .graph_cont_bar_num {
  font-size: 3.2rem;
  font-family: urw-din, sans-serif;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_38 {
  width: 260px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_21 {
  width: 170px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_14 {
  width: 160px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_11 {
  width: 110px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_9 {
  width: 110px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_8 {
  width: 80px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_7 {
  width: 70px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_4 {
  width: 40px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_3 {
  width: 30px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_2 {
  width: 20px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_1 {
  width: 10px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont_3 {
  margin-left: 10px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont_4 {
  margin-left: 20px;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap {
  width: 380px;
  margin: 10px auto 0;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap .graph_inf_tit {
  font-weight: 700;
  font-size: 1.4rem;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap .graph_inf_txt {
  line-height: 1.7;
}
.questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_txt {
  padding: 40px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.questionnaire .main_wrap .tab_wrap {
  padding-top: 80px;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 4px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in {
  display: block;
  width: 192px;
  text-align: center;
  font-family: urw-din, sans-serif;
  padding: 16px 0;
  background-color: #f5f5f5;
  border-radius: 16px 16px 0 0;
  text-decoration: none;
  cursor: pointer;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_tit {
  font-size: 1.6rem;
  line-height: 1;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_num {
  font-size: 3.2rem;
  line-height: 1;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  padding: 20px 0;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_tit {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_num {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 4px solid #000;
  border-bottom: 0;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in {
  width: 192px;
  text-align: center;
  font-family: urw-din, sans-serif;
  padding: 16px 0;
  background-color: #f5f5f5;
  border-radius: 0 0 16px 16px;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_tit {
  font-size: 1.6rem;
  line-height: 1;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_num {
  font-size: 3.2rem;
  line-height: 1;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  padding: 20px 0;
  background-color: #000;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_tit {
  color: #fff;
}
.questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_num {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
}
.questionnaire .main_wrap .tab_wrap .tab_cont {
  padding: 80px 0;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_cont_tit {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
  font-size: 8rem;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap {
  width: 610px;
  margin: 80px auto 0;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_img {
  width: 70px;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
  position: relative;
  width: 500px;
  padding: 30px 40px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap .sec_talk_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
  position: absolute;
  top: 50%;
  left: -39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  border-bottom: 20px solid transparent;
  border-right: 40px solid #f5f5f5;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_img {
  width: 70px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
  left: auto;
  right: -39px;
  border-right: none;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #f5f5f5;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_btn .tab_btn_ul {
  border-bottom: 4px solid #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_btn_bottom .tab_btn_ul {
  border-bottom: none;
  border-top: 4px solid #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
  color: #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
  background-color: #fff3d8;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
  border-right: 40px solid #fff3d8;
}
.questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff3d8;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_btn .tab_btn_ul {
  border-bottom: 4px solid #41ead4;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #41ead4;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_btn_bottom .tab_btn_ul {
  border-bottom: none;
  border-top: 4px solid #41ead4;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #41ead4;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
  color: #41ead4;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
  background-color: #d9fbf6;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
  border-right: 40px solid #d9fbf6;
}
.questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
  border-bottom: 20px solid transparent;
  border-left: 40px solid #d9fbf6;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_btn .tab_btn_ul {
  border-bottom: 4px solid #449dd1;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #449dd1;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_btn_bottom .tab_btn_ul {
  border-bottom: none;
  border-top: 4px solid #449dd1;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #449dd1;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
  color: #449dd1;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
  background-color: #daebf6;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
  border-right: 40px solid #daebf6;
}
.questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
  border-bottom: 20px solid transparent;
  border-left: 40px solid #daebf6;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_btn .tab_btn_ul {
  border-bottom: 4px solid #ff206e;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #ff206e;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_btn_bottom .tab_btn_ul {
  border-bottom: none;
  border-top: 4px solid #ff206e;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #ff206e;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
  color: #ff206e;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
  background-color: #ffd2e2;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
  border-right: 40px solid #ffd2e2;
}
.questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
  border-bottom: 20px solid transparent;
  border-left: 40px solid #ffd2e2;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_btn .tab_btn_ul {
  border-bottom: 4px solid #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_btn_bottom .tab_btn_ul {
  border-bottom: none;
  border-top: 4px solid #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
  background-color: #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
  color: #ffc53a;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
  background-color: #fff3d8;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
  border-right: 40px solid #fff3d8;
}
.questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff3d8;
}
.questionnaire .main_wrap .page_b {
  margin-bottom: 120px;
}

@media screen and (max-width: 1000px) {
  .questionnaire .main_wrap .kv {
    width: 100%;
    height: 37.5vw;
    background-image: url("/-/media/image/msg/recruit/msh/questionnaire/kv_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  .questionnaire .main_wrap .kv .page_tit_wrap {
    display: inline-block;
    margin: 12.125vw auto 0;
  }
  .questionnaire .main_wrap .kv .page_tit_wrap .page_ic {
    width: 3vw;
    margin: 0 auto;
  }
  .questionnaire .main_wrap .kv .page_tit_wrap .page_tit {
    font-size: 24px;
    font-size: 1.5vw;
    font-weight: 700;
    color: #fff;
    margin-top: 1.875vw;
    letter-spacing: 0.24em;
  }
  .questionnaire .main_wrap .kv .page_txt {
    position: absolute;
    left: 50%;
    bottom: -0.1em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
    font-family: urw-din, sans-serif;
    font-size: 224px;
    font-size: 14vw;
    color: rgba(255, 255, 255, 0.3);
  }
  .questionnaire .main_wrap .ms_sd {
    position: relative;
    text-align: center;
    padding-top: 28.4vw;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_bak {
    position: absolute;
    top: 8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 128vw;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap {
    position: relative;
    display: inline-block;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
    position: absolute;
    width: 2vw;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
    top: 50%;
    left: -5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
    top: 50%;
    right: -5vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_txt {
    font-size: 2vw;
    line-height: 2;
    margin-top: 3vw;
    font-weight: 700;
  }
  .questionnaire .main_wrap .ms_sd {
    position: relative;
    text-align: center;
    padding-top: 12vw;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap {
    position: relative;
    display: inline-block;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
    position: absolute;
    width: 2vw;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
    top: 50%;
    left: -5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
    top: 50%;
    right: -5vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
    display: inline-block;
    font-size: 2vw;
    font-weight: 700;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_txt {
    font-size: 2vw;
    line-height: 2;
    margin-top: 3vw;
    font-weight: 700;
  }
  .questionnaire .main_wrap .fe {
    margin-top: 13.5vw;
  }
  .questionnaire .main_wrap .fe .fe_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap {
    margin: 0 auto;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .tit_ic_1 {
    width: 8vw;
    margin: 0 auto;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit {
    font-size: 9.6vw;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
    letter-spacing: -0.1em;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+1) {
    color: #ff206e;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+2) {
    color: #ffc53a;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+3) {
    color: #41ead4;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n) {
    color: #449dd1;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit .tl {
    margin-right: 0.25em;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_txt {
    text-align: center;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 1;
    margin-top: 2.8vw;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_txt_s {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 6vw;
    text-align: center;
  }
  .questionnaire .main_wrap .sec_cont {
    margin-top: 8vw;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_num_wrap {
    position: relative;
    width: 100%;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num {
    position: relative;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background-color: #000;
    margin: 0 auto;
    z-index: 1;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_num_wrap .sec_cont_num .sec_cont_num_txt {
    font-family: urw-din, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1;
    padding-top: 1.6vw;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_num_wrap::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_1 .sec_cont_num {
    background-color: #ff206e;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_1::before {
    background-color: #ff206e;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_2 .sec_cont_num {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_2::before {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_3 .sec_cont_num {
    background-color: #41ead4;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_3::before {
    background-color: #41ead4;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_4 .sec_cont_num {
    background-color: #449dd1;
  }
  .questionnaire .main_wrap .sec_cont .cl_num_4::before {
    background-color: #449dd1;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_tit {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 2vw;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_tit .sec_cont_tit_f {
    font-size: 8vw;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_txt {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 6vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 7vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art {
    width: 47%;
    border: 2px solid #ff206e;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit {
    position: relative;
    background-color: #ff206e;
    padding: 4vw 0;
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit::before {
    position: absolute;
    bottom: -1.9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 2vw 0 2vw;
    border-color: #ff206e transparent transparent transparent;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap {
    padding: 0 4vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec {
    padding: 40px 0;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec:last-child {
    border-top: 1px solid #000;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_tit {
    font-size: 2vw;
    text-align: center;
    font-weight: 700;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    padding: 0 1.5vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 45%;
    padding: 0;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum .art_sec_cont_img {
    width: 2.4vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum .art_sec_cont_txt {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1;
    margin-left: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru .art_sec_cont_img {
    width: 4vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru .art_sec_cont_txt {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1;
    margin-left: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_data {
    color: #ff206e;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 1;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_data .art_num {
    font-family: urw-din, sans-serif;
    font-size: 6.4vw;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_txt {
    padding: 4vw;
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap {
    display: block;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art {
    margin-top: 7vw;
    width: 100%;
    border: 2px solid #ff206e;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_tit {
    position: relative;
    background-color: #ff206e;
    padding: 40px 0;
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_tit::before {
    position: absolute;
    bottom: -1.9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 2vw 0 2vw;
    border-color: #ff206e transparent transparent transparent;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec {
    width: 50%;
    margin: 40px 0;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec:last-child {
    border-left: 1px solid #000;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .art_sec_tit {
    font-size: 2vw;
    text-align: center;
    font-weight: 700;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont {
    margin-top: 2vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_tit {
    width: 12vw;
    font-weight: 700;
    font-size: 1.6vw;
    line-height: 1.25;
    text-align: right;
    padding-right: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_bar {
    display: block;
    height: 5vw;
    width: 0;
    background-color: #ff206e;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_num_wrap {
    font-size: 1.6vw;
    line-height: 1;
    color: #ff206e;
    margin-left: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_num_wrap .graph_cont_bar_num {
    font-size: 3.2vw;
    font-family: urw-din, sans-serif;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_38 {
    width: 26vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_21 {
    width: 17vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_14 {
    width: 16vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_11 {
    width: 11vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_9 {
    width: 11vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_8 {
    width: 8vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_7 {
    width: 7vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_4 {
    width: 4vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_3 {
    width: 3vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_2 {
    width: 2vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_1 {
    width: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont_3 {
    margin-left: 1vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont_4 {
    margin-left: 2vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap {
    width: 38vw;
    margin: 10px auto 0;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap .graph_inf_tit {
    font-weight: 700;
    font-size: 1.4vw;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap .graph_inf_txt {
    line-height: 1.7;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_txt {
    padding: 4vw;
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .questionnaire .main_wrap .tab_wrap {
    padding-top: 8vw;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 4px solid #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in {
    display: block;
    width: 19.2vw;
    text-align: center;
    font-family: urw-din, sans-serif;
    padding: 1.6vw 0;
    background-color: #f5f5f5;
    border-radius: 1.6vw 1.6vw 0 0;
    text-decoration: none;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_tit {
    font-size: 1.6vw;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_num {
    font-size: 3.2vw;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    padding: 2vw 0;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_tit {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_num {
    font-size: 4.8vw;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 4px solid #000;
    border-bottom: 0;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in {
    width: 19.2vw;
    text-align: center;
    font-family: urw-din, sans-serif;
    padding: 1.6vw 0;
    background-color: #f5f5f5;
    border-radius: 0 0 1.6vw 1.6vw;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_tit {
    font-size: 1.6vw;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_num {
    font-size: 3.2vw;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    padding: 2vw 0;
    background-color: #000;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_tit {
    color: #fff;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_num {
    font-size: 4.8vw;
    line-height: 1;
    color: #fff;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont {
    padding: 8vw 0;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_cont_tit {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    font-size: 8vw;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap {
    width: 61vw;
    margin: 8vw auto 0;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4vw;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_img {
    width: 7vw;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    position: relative;
    width: 50vw;
    padding: 3vw 4vw;
    background-color: #f5f5f5;
    border-radius: 0.8vw;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap .sec_talk_txt {
    font-size: 1.4vw;
    line-height: 2;
    font-weight: 500;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    position: absolute;
    top: 50%;
    left: -3.9vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    border-bottom: 2vw solid transparent;
    border-right: 4vw solid #f5f5f5;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_img {
    width: 7vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    left: auto;
    right: -3.9vw;
    border-right: none;
    border-bottom: 2vw solid transparent;
    border-left: 4vw solid #f5f5f5;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 4vw solid #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 2vw solid transparent;
    border-left: 4vw solid #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #d9fbf6;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 4vw solid #d9fbf6;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 2vw solid transparent;
    border-left: 4vw solid #d9fbf6;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #daebf6;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 4vw solid #daebf6;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 2vw solid transparent;
    border-left: 4vw solid #daebf6;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #ffd2e2;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 4vw solid #ffd2e2;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 2vw solid transparent;
    border-left: 4vw solid #ffd2e2;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 4vw solid #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 2vw solid transparent;
    border-left: 4vw solid #fff3d8;
  }
  .questionnaire .main_wrap .page_b {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire .main_wrap .kv {
    width: 100%;
    height: 37.5vw;
    background-image: url("/-/media/image/msg/recruit/msh/questionnaire/kv_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  .questionnaire .main_wrap .kv .page_tit_wrap {
    display: inline-block;
    margin: 12.125vw auto 0;
  }
  .questionnaire .main_wrap .kv .page_tit_wrap .page_ic {
    width: 5.375vw;
    margin: 0 auto;
  }
  .questionnaire .main_wrap .kv .page_tit_wrap .page_tit {
    font-size: 36px;
    font-size: 2.25vw;
    font-weight: 700;
    color: #fff;
    margin-top: 1.875vw;
    letter-spacing: 0.24em;
  }
  .questionnaire .main_wrap .kv .page_txt {
    position: absolute;
    left: 50%;
    bottom: -0.1em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
    font-family: urw-din, sans-serif;
    font-size: 224px;
    font-size: 14vw;
    color: rgba(255, 255, 255, 0.3);
  }
  .questionnaire .main_wrap .ms_sd {
    position: relative;
    text-align: center;
    padding-top: 100px;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap {
    position: relative;
    display: inline-block;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar {
    position: absolute;
    width: 15px;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_l {
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit_bar_r {
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_tit_wrap .ms_sd_tit {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .questionnaire .main_wrap .ms_sd .ms_sd_txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
    font-weight: 700;
  }
  .questionnaire .main_wrap .fe {
    margin-top: 100px;
  }
  .questionnaire .main_wrap .fe .fe_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap {
    margin: 0 auto;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .tit_ic_1 {
    width: 60px;
    margin: 0 auto;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit {
    font-size: 3.6rem;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
    letter-spacing: -0.1em;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    margin-top: 15px;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+1) {
    color: #ff206e;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+2) {
    color: #ffc53a;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n+3) {
    color: #41ead4;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit span:nth-of-type(4n) {
    color: #449dd1;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_tit .tl {
    margin-right: 0.25em;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
  }
  .questionnaire .main_wrap .page_sec_tit_wrap .page_sec_txt_s {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 40px;
    text-align: center;
  }
  .questionnaire .main_wrap .sec_cont {
    margin-top: 60px;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_tit {
    text-align: center;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_tit .sec_cont_tit_f {
    font-size: 8rem;
  }
  .questionnaire .main_wrap .sec_cont .sec_cont_txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 60px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap {
    display: block;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art {
    width: 100%;
    border: 2px solid #ff206e;
    margin-top: 50px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit {
    position: relative;
    background-color: #ff206e;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_tit::before {
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ff206e transparent transparent transparent;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap {
    padding: 0 20px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec {
    padding: 40px 0;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec:last-child {
    border-top: 1px solid #000;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_tit {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    padding: 0 15px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 45%;
    padding: 0;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum .art_sec_cont_img {
    width: 20px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_hum .art_sec_cont_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru .art_sec_cont_img {
    width: 40px;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_gru .art_sec_cont_txt {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 5px;
    white-space: nowrap;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_data {
    color: #ff206e;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_sec_wrap .tx_art_sec .art_sec_flex .art_sec_cont_data .art_num {
    font-family: urw-din, sans-serif;
    font-size: 3.6rem;
  }
  .questionnaire .main_wrap .sec_cont .tx_art_wrap .tx_art .tx_art_txt {
    padding: 40px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap {
    display: block;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art {
    margin-top: 50px;
    width: 100%;
    border: 2px solid #ff206e;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_tit {
    position: relative;
    background-color: #ff206e;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_tit::before {
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ff206e transparent transparent transparent;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap {
    display: block;
    padding: 0 20px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec {
    width: 100%;
    margin: 40px 0;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec:last-child {
    border-top: 1px solid #000;
    border-left: none;
    padding-top: 40px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .art_sec_tit {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont {
    margin-top: 15px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_tit {
    width: 80px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25;
    text-align: right;
    padding-right: 10px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_bar {
    display: block;
    height: 30px;
    width: 0;
    background-color: #ff206e;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_num_wrap {
    font-size: 1.4rem;
    line-height: 1;
    color: #ff206e;
    margin-left: 10px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont .graph_cont_sec .graph_cont_num_wrap .graph_cont_bar_num {
    font-size: 2.6rem;
    font-family: urw-din, sans-serif;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_38 {
    width: 150px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_21 {
    width: 105px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_14 {
    width: 100px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_11 {
    width: 75px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_9 {
    width: 75px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_8 {
    width: 40px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_7 {
    width: 35px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_4 {
    width: 20px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_3 {
    width: 15px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_2 {
    width: 10px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont.active .graph_cont_sec .bar_1 {
    width: 5px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont_3 {
    margin-left: 10px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_cont_4 {
    margin-left: 20px;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap {
    width: 80%;
    margin: 10px auto 0;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap .graph_inf_tit {
    font-weight: 700;
    font-size: 1.4rem;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_sec_wrap .graph_art_sec .graph_inf_wrap .graph_inf_txt {
    line-height: 1.7;
  }
  .questionnaire .main_wrap .sec_cont .graph_art_wrap .graph_art .graph_art_txt {
    padding: 40px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 10px;
  }
  .questionnaire .main_wrap .tab_wrap {
    padding-top: 60px;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 4px solid #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in {
    display: block;
    width: 16vw;
    text-align: center;
    font-family: urw-din, sans-serif;
    padding: 14px 0;
    background-color: #f5f5f5;
    border-radius: 8px 8px 0 0;
    text-decoration: none;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_tit {
    font-size: 0.8rem;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_num {
    font-size: 2rem;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    padding: 16px 0;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_tit {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_num {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 4px solid #000;
    border-bottom: 0;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in {
    width: 16vw;
    text-align: center;
    font-family: urw-din, sans-serif;
    padding: 14px 0;
    background-color: #f5f5f5;
    border-radius: 0 0 8px 8px;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_tit {
    font-size: 0.8rem;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in .tab_btn_num {
    font-size: 2rem;
    line-height: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    padding: 16px 0;
    background-color: #000;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_tit {
    color: #fff;
  }
  .questionnaire .main_wrap .tab_wrap .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on .tab_btn_num {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont {
    padding: 60px 0;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_cont_tit {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    font-size: 4rem;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap {
    width: 100%;
    margin: 60px auto 0;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_img {
    width: 12.5%;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    position: relative;
    width: 80%;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap .sec_talk_txt {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    border-bottom: 20px solid transparent;
    border-right: 30px solid #f5f5f5;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_img {
    width: 12.5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .questionnaire .main_wrap .tab_wrap .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    left: auto;
    right: -20px;
    border-right: none;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #f5f5f5;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 30px solid #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_1 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #41ead4;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #d9fbf6;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 30px solid #d9fbf6;
  }
  .questionnaire .main_wrap .tab_wrap_2 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #d9fbf6;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #449dd1;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #daebf6;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 30px solid #daebf6;
  }
  .questionnaire .main_wrap .tab_wrap_3 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #daebf6;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #ff206e;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #ffd2e2;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 30px solid #ffd2e2;
  }
  .questionnaire .main_wrap .tab_wrap_4 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #ffd2e2;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn .tab_btn_ul {
    border-bottom: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn_bottom .tab_btn_ul {
    border-bottom: none;
    border-top: 4px solid #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_btn_bottom .tab_btn_ul .tab_btn_li .tab_btn_in_on {
    background-color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_cont_tit .sec_cont_tit_f {
    color: #ffc53a;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap {
    background-color: #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk .sec_talk_txt_wrap::before {
    border-right: 30px solid #fff3d8;
  }
  .questionnaire .main_wrap .tab_wrap_5 .tab_cont .tab_sec .sec_talk_wrap .sec_talk:nth-child(even) .sec_talk_txt_wrap::before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff3d8;
  }
  .questionnaire .main_wrap .page_b {
    margin-bottom: 80px;
  }
}