@charset "UTF-8";

.l-container {
  min-width: 360px;
  overflow-x: hidden;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .l-inner {
    padding-left: 4.5572916667vw;
    padding-right: 4.5572916667vw;
  }
}

@media not all and (max-width: 768px) {
  .l-inner {
    max-width: 80.5270863836vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.mw_wp_form.mw_wp_form_confirm .mw_confirm-hidden {
  display: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .mw_confirm-show {
  display: none;
}

/* pagenavi */
.wp-pagenavi {
  clear: both;
  padding: 5px 10px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  padding: 3px 5px 1px;
  margin: 0 3px;
  border: 1px solid #000;
  transition: 0.5s;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
  background: #000;
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: normal;
}

:where(.wp-block-post-content, .wp-gutenberg) {
  font-size: 1rem;
  line-height: 2;
  --wp--preset--font-size--small: rem(14);
  --wp--preset--font-size--medium: rem(16);
  --wp--preset--font-size--large: rem(18);
  --wp--preset--font-size--x-large: rem(20);
}

:where(.wp-block-post-content, .wp-gutenberg) a:not([class]) {
  text-decoration: underline;
}

:where(.wp-block-post-content, .wp-gutenberg) a:not([class]):focus-visible {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  :where(.wp-block-post-content, .wp-gutenberg) a:not([class]):hover {
    text-decoration: none;
  }
}

:where(.wp-block-post-content, .wp-gutenberg) :where(p, ol, ul, table,
  [class*="wp-block"]):not(:last-child) {
  margin-bottom: 40px;
}

.wp-block-heading {
  margin-bottom: 40px;
  border-bottom: 2px solid;
  font-weight: 700;
}

h2.wp-block-heading {
  font-size: 1.5rem;
}

h3.wp-block-heading {
  font-size: 1.375rem;
}

h4.wp-block-heading {
  font-size: 1.25rem;
}

h5.wp-block-heading {
  font-size: 1.125rem;
}

h6.wp-block-heading {
  font-size: 1rem;
}

:where(.wp-gutenberg :is(ul, ol):not([class])),
.wp-block-list {
  padding-left: 1.4em;
}

:where(.wp-gutenberg ul:not([class])),
ul.wp-block-list {
  list-style-type: disc;
}

:where(.wp-gutenberg ol:not([class])),
ol.wp-block-list {
  list-style-type: decimal;
}

:where(.wp-gutenberg li:not([class])),
.wp-block-list-item {
  list-style-type: inherit;
}

:where(.wp-block-post-content, .wp-gutenberg) :is(th, td) {
  padding: 5px;
  border: 1px solid;
  text-align: left;
}

.c-btn {
  box-sizing: border-box;
  color: #fff;
  display: grid;
  align-items: center;
  font-weight: 900;
  text-align: center;
  border-radius: 3.6603221083vw;
  border: 2px solid #000;
  height: 3.6603221083vw;
  width: 18.0819912152vw;
  font-size: 0.8125rem;
  transition: 0.5s ease opacity;
}

@media not all and (max-width: 768px) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .c-btn {
    font-size: 1.2857142857rem;
    border-radius: 13.0208333333vw;
    height: 15.1041666667vw;
    border: 2px solid #000;
    width: 100%;
  }
}

.c-btn._dl {
  background: #e83d1b;
  position: relative;
  background: #e83d1b url(../../img/ac02/ico_btn_contact.svg) no-repeat center right 1.4641288433vw/0.9516837482vw auto;
}

@media (max-width: 768px) {
  .c-btn._dl {
    background: #e83d1b url(../../img/ac02/ico_btn_contact.svg) no-repeat center right 8.3333333333vw/4.6875vw auto;
  }
}

.c-btn._dl:before {
  content: "";
  position: absolute;
  background: url(../../img/ac02/ico_btn_dl.svg) no-repeat center/cover;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 1.317715959vw;
  width: 1.3909224012vw;
  height: 1.3909224012vw;
}

@media (max-width: 768px) {
  .c-btn._dl:before {
    background: url(../../img/ac02/ico_btn_dl_sp.svg) no-repeat center/cover;
    left: 6.25vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}

.c-btn._contact {
  background: #000 url(../../img/ac02/ico_btn_contact.svg) no-repeat center right 1.4641288433vw/0.9516837482vw auto;
}

@media (max-width: 768px) {
  .c-btn._contact {
    background: #000 url(../../img/ac02/ico_btn_contact.svg) no-repeat center right 8.3333333333vw/4.6875vw auto;
  }
}

.c-head {
  text-align: center;
}

.c-head-lavel {
  display: inline-block;
  background-color: #00863b;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.2rem 1.2rem 0.3rem;
  border-radius: 5rem;
}

.analy-sec02 sup{
  font-size: 0.7rem;
  vertical-align: super;
}

.analy-sec02 ul{
  padding: 5px 0px;
  font-size:0.7rem;
}

@media (max-width: 768px) {
  .c-head-lavel {
    font-size: 4.345833vw;
    padding: 1.0416666667vw 3.125vw;
    margin-bottom: 0;
  }
}

.c-head .headline {
  width: 23.1332357247vw;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-head .headline {
    width: 54.4270833333vw;
  }
}

.c-head .headline img {
  width: 100%;
}

.c-head_cta {
  text-align: center;
}

.c-head_cta .headline {
  width: 27.0863836018vw;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-head_cta .headline {
    width: 64.5833333333vw;
  }
}

.c-head_cta .headline img {
  width: 100%;
}

.c-h2 {
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 2.375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .c-h2 {
    font-size: 1.7857142857rem;
    line-height: 1.2;
  }
}

.c-h2._orange {
  color: #00863b;
}

[data-tel] a {
  color: inherit;
  text-decoration: underline;
}

/*全画面*/
/*ヘッダー*/
.analy-header {
  background: #000;
  color: #fff;
  font-weight: 900;
  padding: 0.8rem 0;
}

@media not all and (max-width: 768px) {
  .analy-header {
    font-size: 1rem;
    padding: 0.6rem 0;
  }
}

@media (max-width: 768px) {
  .analy-header {
    padding: 3.90625vw 2.6041666667vw 1vw;
  }
}

.analy-header .head-inner {
  position: relative;
}

@media not all and (max-width: 768px) {
  .analy-header .head-inner {
    max-width: 80.5270863836vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}

.analy-header .logo {
  display: block;
  width: 13vw;
  margin-right: 3rem;
}

@media (max-width: 768px) {
  .analy-header .logo {
    width: 35vw;
  }
}

.analy-header .head-ankerlink {
  clear: both;
  display: flex;
  justify-content: space-between;
}

@media not all and (max-width: 768px) {
  .analy-header .head-ankerlink {
    width: 31.4787701318vw;
    padding-left: 10.2489019034vw;
  }
}

@media (max-width: 768px) {
  .analy-header .head-ankerlink {
    padding-top: 3.90625vw;
  }
}

.analy-header .head-ankerlink .c-anker {
  display: inline-block;
  padding: 0 1.8301610542vw 0 0;
  background: url(../../img/ac02/ico_head.svg) no-repeat center right/1.317715959vw auto;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .analy-header .head-ankerlink .c-anker {
    padding: 0 4.4270833333vw 0 0;
    background: url(../../img/ac02/ico_head.svg) no-repeat center right/3.2552083333vw auto;
  }
}

.analy-header .c-btn {
  border: 0.1098096633vw solid #fff;
  background: #e83d1b url(../../img/ac02/ico_btn_contact.svg) no-repeat center right 2.196193265vw/1.756954612vw auto;
  width: 18.6676427526vw;
  border-radius: 4.9780380673vw;
  padding: 0 1.8301610542vw 0.1464128843vw 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .analy-header .c-btn {
    font-size: 1rem;
    background: #e83d1b url(../../img/ac02/ico_btn_contact.svg) no-repeat center right 3.90625vw/4.1666666667vw auto;
    padding: 0 2.6041666667vw 0.2604166667vw 0;
    height: 10.4166666667vw;
    width: 46.875vw;
    border-radius: 11.71875vw;
    position: absolute;
    right: -0.6510416667vw;
    top: -1.3020833333vw;
  }
}

.analy-header a {
  color: #fff;
}

/*フッター*/
.analy-footer {
  background: #000;
  text-align: center;
  font-size: 0.9rem;
  padding: 2.3426061493vw 0 0.7320644217vw;
  color: #fff;
}

@media (max-width: 768px) {
  .analy-footer {
    font-size: 0.8571428571rem;
    padding: 5.859375vw 0 2.6041666667vw;
  }
}

.analy-footer a {
  color: #fff;
  border-bottom: 1px solid;
  line-height: 1.2;
  margin: 0 0.5856515373vw;
}

.analy-footer #copyright {
  margin-top: 1.6105417277vw;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .analy-footer #copyright {
    font-size: 0.6428571429rem;
    margin-top: 3.90625vw;
  }
}

/*メイン*/
.g-main {
  display: block;
}

.g-main:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------------------------------------

form

-----------------------------------------*/
.hubspot_wrap {
  padding: 4.39238653vw 0 2.196193265vw;
}

@media (max-width: 768px) {
  .hubspot_wrap {
    padding: 3.2552083333vw 0 3.90625vw;
  }
}

.hbspt-form {
  background: #fff;
  box-sizing: border-box;
  border-radius: 1.0980966325vw;
  padding: 3vw 5vw 3vw;
  margin: 0 auto;
  max-width: 800px;
   width: 90%;
}

@media (max-width: 768px) {
  .hbspt-form {
    border-radius: 2.6041666667vw;
    padding: 5.2083333333vw 5.2083333333vw 0.1302083333vw;
    width: 90.234375vw;
  }
}

.hbspt-form .form-columns-0,
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  max-width: 100%;
  margin-bottom: 2.196193265vw;
}

@media (max-width: 768px) {

  .hbspt-form .form-columns-0,
  .hbspt-form .form-columns-1,
  .hbspt-form .form-columns-2 {
    margin-bottom: 5.2083333333vw;
  }
}

.hbspt-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}

.hbspt-form .form-columns-2 .hs-form-field {
  max-width: 48%;
  float: none !important;
}

.hbspt-form .hs-form-required {
  position: relative;
  margin-left: 0.2196193265vw;
}

@media (max-width: 768px) {
  .hbspt-form .hs-form-required {
    margin-left: 0.6510416667vw;
  }
}

.hbspt-form .hs-form-required:after {
  font-weight: bold;
  content: "必須";
  display: block;
  width: 2.4890190337vw;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.2196193265vw 0 0.2928257687vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e83d1b;
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .hbspt-form .hs-form-required:after {
    font-size: 0.7142857143rem;
    width: 5.9895833333vw;
    padding: 0.390625vw 0 0.5208333333vw;
  }
}

.hbspt-form .hs-recaptcha .grecaptcha-badge {
  margin: 2.196193265vw auto;
}

@media (max-width: 768px) {
  .hbspt-form .hs-recaptcha .grecaptcha-badge {
    margin: 5.2083333333vw auto;
  }
}

.hbspt-form .hs-fieldtype-textarea,
.hbspt-form .hs-fieldtype-text,
.hbspt-form .hs-fieldtype-phonenumber,
.hbspt-form .hs-fieldtype-select {
  overflow: hidden;
}

.hbspt-form .hs-fieldtype-textarea>label,
.hbspt-form .hs-fieldtype-text>label,
.hbspt-form .hs-fieldtype-phonenumber>label,
.hbspt-form .hs-fieldtype-select>label {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0.7320644217vw;
  display: block;
}

@media (max-width: 768px) {

  .hbspt-form .hs-fieldtype-textarea>label,
  .hbspt-form .hs-fieldtype-text>label,
  .hbspt-form .hs-fieldtype-phonenumber>label,
  .hbspt-form .hs-fieldtype-select>label {
    font-size: 1rem;
  }
}

.hbspt-form .hs-fieldtype-textarea .input,
.hbspt-form .hs-fieldtype-text .input,
.hbspt-form .hs-fieldtype-phonenumber .input,
.hbspt-form .hs-fieldtype-select .input {
  margin: 0 !important;
}

.hbspt-form .hs-fieldtype-textarea input[type=text],
.hbspt-form .hs-fieldtype-textarea input[type=tel],
.hbspt-form .hs-fieldtype-textarea input[type=email],
.hbspt-form .hs-fieldtype-textarea textarea,
.hbspt-form .hs-fieldtype-textarea select,
.hbspt-form .hs-fieldtype-text input[type=text],
.hbspt-form .hs-fieldtype-text input[type=tel],
.hbspt-form .hs-fieldtype-text input[type=email],
.hbspt-form .hs-fieldtype-text textarea,
.hbspt-form .hs-fieldtype-text select,
.hbspt-form .hs-fieldtype-phonenumber input[type=text],
.hbspt-form .hs-fieldtype-phonenumber input[type=tel],
.hbspt-form .hs-fieldtype-phonenumber input[type=email],
.hbspt-form .hs-fieldtype-phonenumber textarea,
.hbspt-form .hs-fieldtype-phonenumber select,
.hbspt-form .hs-fieldtype-select input[type=text],
.hbspt-form .hs-fieldtype-select input[type=tel],
.hbspt-form .hs-fieldtype-select input[type=email],
.hbspt-form .hs-fieldtype-select textarea,
.hbspt-form .hs-fieldtype-select select {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 0.7320644217vw 1.4641288433vw 0.878477306vw;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0.3660322108vw;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hbspt-form .hs-fieldtype-textarea input[type=text]:focus,
.hbspt-form .hs-fieldtype-textarea input[type=tel]:focus,
.hbspt-form .hs-fieldtype-textarea input[type=email]:focus,
.hbspt-form .hs-fieldtype-textarea textarea:focus,
.hbspt-form .hs-fieldtype-textarea select:focus,
.hbspt-form .hs-fieldtype-text input[type=text]:focus,
.hbspt-form .hs-fieldtype-text input[type=tel]:focus,
.hbspt-form .hs-fieldtype-text input[type=email]:focus,
.hbspt-form .hs-fieldtype-text textarea:focus,
.hbspt-form .hs-fieldtype-text select:focus,
.hbspt-form .hs-fieldtype-phonenumber input[type=text]:focus,
.hbspt-form .hs-fieldtype-phonenumber input[type=tel]:focus,
.hbspt-form .hs-fieldtype-phonenumber input[type=email]:focus,
.hbspt-form .hs-fieldtype-phonenumber textarea:focus,
.hbspt-form .hs-fieldtype-phonenumber select:focus,
.hbspt-form .hs-fieldtype-select input[type=text]:focus,
.hbspt-form .hs-fieldtype-select input[type=tel]:focus,
.hbspt-form .hs-fieldtype-select input[type=email]:focus,
.hbspt-form .hs-fieldtype-select textarea:focus,
.hbspt-form .hs-fieldtype-select select:focus {
  outline: none;
}

@media (max-width: 768px) {

  .hbspt-form .hs-fieldtype-textarea input[type=text],
  .hbspt-form .hs-fieldtype-textarea input[type=tel],
  .hbspt-form .hs-fieldtype-textarea input[type=email],
  .hbspt-form .hs-fieldtype-textarea textarea,
  .hbspt-form .hs-fieldtype-textarea select,
  .hbspt-form .hs-fieldtype-text input[type=text],
  .hbspt-form .hs-fieldtype-text input[type=tel],
  .hbspt-form .hs-fieldtype-text input[type=email],
  .hbspt-form .hs-fieldtype-text textarea,
  .hbspt-form .hs-fieldtype-text select,
  .hbspt-form .hs-fieldtype-phonenumber input[type=text],
  .hbspt-form .hs-fieldtype-phonenumber input[type=tel],
  .hbspt-form .hs-fieldtype-phonenumber input[type=email],
  .hbspt-form .hs-fieldtype-phonenumber textarea,
  .hbspt-form .hs-fieldtype-phonenumber select,
  .hbspt-form .hs-fieldtype-select input[type=text],
  .hbspt-form .hs-fieldtype-select input[type=tel],
  .hbspt-form .hs-fieldtype-select input[type=email],
  .hbspt-form .hs-fieldtype-select textarea,
  .hbspt-form .hs-fieldtype-select select {
    border-radius: 0.6510416667vw;
    font-size: 1.1428571429rem;
    padding: 2.34375vw 2.6041666667vw 2.6041666667vw;
  }
}

.hbspt-form .hs-fieldtype-textarea input[type=text].error,
.hbspt-form .hs-fieldtype-textarea input[type=tel].error,
.hbspt-form .hs-fieldtype-textarea input[type=email].error,
.hbspt-form .hs-fieldtype-textarea textarea.error,
.hbspt-form .hs-fieldtype-textarea select.error,
.hbspt-form .hs-fieldtype-text input[type=text].error,
.hbspt-form .hs-fieldtype-text input[type=tel].error,
.hbspt-form .hs-fieldtype-text input[type=email].error,
.hbspt-form .hs-fieldtype-text textarea.error,
.hbspt-form .hs-fieldtype-text select.error,
.hbspt-form .hs-fieldtype-phonenumber input[type=text].error,
.hbspt-form .hs-fieldtype-phonenumber input[type=tel].error,
.hbspt-form .hs-fieldtype-phonenumber input[type=email].error,
.hbspt-form .hs-fieldtype-phonenumber textarea.error,
.hbspt-form .hs-fieldtype-phonenumber select.error,
.hbspt-form .hs-fieldtype-select input[type=text].error,
.hbspt-form .hs-fieldtype-select input[type=tel].error,
.hbspt-form .hs-fieldtype-select input[type=email].error,
.hbspt-form .hs-fieldtype-select textarea.error,
.hbspt-form .hs-fieldtype-select select.error {
  background-color: #fff2f2;
}

.hbspt-form .hs-fieldtype-textarea textarea,
.hbspt-form .hs-fieldtype-text textarea,
.hbspt-form .hs-fieldtype-phonenumber textarea,
.hbspt-form .hs-fieldtype-select textarea {
  height: 13.17715959vw;
  resize: vertical;
}

@media (max-width: 768px) {

  .hbspt-form .hs-fieldtype-textarea textarea,
  .hbspt-form .hs-fieldtype-text textarea,
  .hbspt-form .hs-fieldtype-phonenumber textarea,
  .hbspt-form .hs-fieldtype-select textarea {
    height: 31.25vw;
  }
}

.hbspt-form .hs-fieldtype-textarea select,
.hbspt-form .hs-fieldtype-text select,
.hbspt-form .hs-fieldtype-phonenumber select,
.hbspt-form .hs-fieldtype-select select {
  cursor: pointer;
  background: url(../../img/ac02/ico_select.svg) no-repeat center right 1.4641288433vw/1.4641288433vw auto;
}

@media (max-width: 768px) {

  .hbspt-form .hs-fieldtype-textarea select,
  .hbspt-form .hs-fieldtype-text select,
  .hbspt-form .hs-fieldtype-phonenumber select,
  .hbspt-form .hs-fieldtype-select select {
    background: url(../../img/ac02/ico_select.svg) no-repeat center right 2.6041666667vw/2.6041666667vw auto;
  }
}

.hbspt-form .hs-error-msgs {
  color: #e83d1b;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.3660322108vw;
}

@media (max-width: 768px) {
  .hbspt-form .hs-error-msgs {
    font-size: 0.7142857143rem;
    margin-top: 0.6510416667vw;
  }
}

.hbspt-form .hs-fieldtype-booleancheckbox {
  text-align: center;
}

@media (max-width: 768px) {
  .hbspt-form .hs-fieldtype-booleancheckbox {
    font-size: 0.8571428571rem;
    width: 72.9166666667vw;
    margin: 0 auto;
  }
}

.hbspt-form .hs-fieldtype-booleancheckbox a {
  border-bottom: 1px solid;
}

@media (max-width: 768px) {
  .hbspt-form .hs-fieldtype-booleancheckbox input[type=checkbox] {
    transform: scale(1.4);
    margin-right: 1.3020833333vw;
    outline: none;
  }
}

.hbspt-form .hs_submit {
  margin-bottom: 2.9282576867vw;
}

@media (max-width: 768px) {
  .hbspt-form .hs_submit {
    margin-bottom: 5.2083333333vw;
  }
}

.hbspt-form .hs_submit input[type=submit] {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: 27.0863836018vw;
  height: 5.4904831625vw;
  box-sizing: border-box;
  margin: 0 auto;
  background: #e83d1b;
  border-radius: 5.4904831625vw;
  color: #fff;
  border: 2px solid #000;
  display: grid;
  place-content: center;
  transition: background 0.5s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s ease opacity;
}

@media (max-width: 768px) {
  .hbspt-form .hs_submit input[type=submit] {
    font-size: 1.2857142857rem;
    width: 80.7291666667vw;
    height: 12.3697916667vw;
    padding-bottom: 1.0416666667vw;
    border-radius: 13.0208333333vw;
  }
}

@media not all and (max-width: 768px) {
  .hbspt-form .hs_submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.analy-fv {
  text-align: center;
  position: relative;
}

/* FV 法人ボタン（右下固定） */
.hojin-btn {
  position: absolute;
  bottom: -4rem;
  right: 5.5rem;
  z-index: 1;
}

.hojin-btn a {
  display: inline-block;
  padding: 0.5rem 1.8rem 0.5rem 1rem;
  font-size: 1rem;
  color: #a61c00;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid #a61c00;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  position: relative;
  font-weight: 500;
}

.hojin-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6rem;
  margin: auto 0;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #b03200;
  border-right: 2px solid #b03200;
  transform: rotate(45deg);
}

.hojin-btn a:hover {
  opacity: 0.9;
}


@media not all and (max-width: 768px) {
  .analy-fv {
    background: url(../../img/ac02/mv_bg_pc.png) no-repeat right bottom/auto 100%;
    padding: 5.5vw 0 2vw;
    position: relative;
  }

      /* FV 法人ボタン（右下固定） PC */
      .hojin-btn {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .hojin-btn a {
        padding: 0.6rem 2rem 0.6rem 1.2rem;
        font-size: 1rem;
        letter-spacing: 0.05em;
        font-weight: 500;
    }

    .hojin-btn a::after {
        right: 0.7rem;
        width: 0.45em;
        height: 0.45em;
    }



  .analy-fv .fv-image {
    max-width: 80.5270863836vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .analy-fv .fv-image img,
  .analy-fv .fv-image picture {
    width: 38vw;
  }

  .analy-fv .fv-btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 37.1888726208vw;
    padding: 1.8301610542vw 0 3.2210834553vw;
  }
}

@media not all and (max-width: 768px) {
  .analy-fv .fv-hosoku {
    text-align: left;
    font-size: 0.6875rem;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 768px) {
  .analy-fv .fv-hosoku {
    font-size: 0.7142857143rem;
    font-weight: 400;
    padding-left: 0;
    text-indent: 0;
    margin: 0 auto;
    width: 80.7291666667vw;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .analy-fv .fv-comment {
    margin-top: 0.390625vw;
    padding: 2.4739583333vw 0 2.4739583333vw;
    font-size: 1.1428571429rem;
    font-weight: 900;
    position: relative;
    letter-spacing: 0.06em;
  }

  .analy-fv .fv-comment:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
    z-index: -1;
  }

  .analy-fv .fv-comment .in {
    padding: 0 1.3020833333vw;
    display: inline-block;
    background: #fff;
  }
}

@media (max-width: 768px) {
  .analy-fv .c-btn._contact {
    margin: 3.3854166667vw 0 2.6041666667vw;
  }
}

.fv-slide_css {
  margin: 1.6837481698vw 0;
}

@media (max-width: 768px) {
  .fv-slide_css {
    margin: 8.4635416667vw 0 9.1145833333vw;
  }
}

.loopSlide {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

@media (max-width: 768px) {
  .loopSlide._under {
    margin-top: 5.2083333333vw;
  }
}

.loopSlide ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
}

.loopSlide ul:first-child {
  animation: slide1 120s -60s linear infinite;
}

.loopSlide ul:last-child {
  animation: slide2 120s linear infinite;
}

@media not all and (max-width: 768px) {
  .loopSlide ul {
    width: 236.4568081991vw;
  }
}

@media (max-width: 768px) {
  .loopSlide ul {
    width: 292.96875vw;
  }

  .loopSlide ul:first-child {
    animation: slide1 60s -30s linear infinite;
  }

  .loopSlide ul:last-child {
    animation: slide2 60s linear infinite;
  }
}

.loopSlide ul li {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-align: center;
}

@media not all and (max-width: 768px) {
  .loopSlide ul li {
    margin: 0 1.0980966325vw;
  }
}

@media (max-width: 768px) {
  .loopSlide ul li {
    margin: 0 3.2552083333vw;
  }
}

.loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.analy-sec01 {
  /* background: #f2f2f2 url(../../img/ac02/sec01_bg_pc.png) no-repeat center bottom/100% auto; */
  background: #f2f2f2;
}

.analy-sec01 .sec01_title img {
  width: 100%;
}

.analy-sec01 .sec01_h2 {
  color: #00863b;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 2rem;
  text-align: center;
  font-style: oblique;
}

@media (max-width: 768px) {
  .analy-sec01 .sec01_h2 {
    font-size: 1.7857142857rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}

.analy-sec01_content01 {
  padding-top: 4.5vw;
}

@media (max-width: 768px) {
  .analy-sec01_content01 {
    padding-top: 20vw;
    /* padding-bottom: 57.2916666667vw;
    background: #f2f2f2 url(../../img/ac02/sec01_bg_sp.png) no-repeat center bottom/100% auto; */
  }
}

.analy-sec01_content01 ul {
  text-align: center;
}

@media not all and (max-width: 768px) {
  .analy-sec01_content01 ul {
    padding-top: 5.1244509517vw;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .analy-sec01_content01 ul {
    padding: 10.0260416667vw 4.8177083333vw 8vw;
  }
}

.analy-sec01_content01 ul li {
  position: relative;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}

@media not all and (max-width: 768px) {
  .analy-sec01_content01 ul li {
    width: 25.6222547584vw;
    line-height: 1.4;
    font-size: 1.25rem;
    padding: 1.8301610542vw 0;
  }
}

@media (max-width: 768px) {
  .analy-sec01_content01 ul li {
    line-height: 1.4;
    font-size: 1.1428571429rem;
    padding: 4.4270833333vw 0 4.296875vw;
  }
}

@media (max-width: 768px) {
  .analy-sec01_content01 ul li+li {
    margin-top: 6.7708333333vw;
  }
}

.analy-sec01_content01 ul li b {
  color: #00863b;
  font-weight: 900;
}

.analy-sec01_content01 ul li:before {
  content: "";
  position: absolute;
  background: url(../../img/ac02/sec01_no01_sp.png) no-repeat center/cover;
  display: block;
  top: -2.915813vw;
  left: -2.4890190337vw;
  width: 4.6852122987vw;
  height: 4.9780380673vw;
}

@media (max-width: 768px) {
  .analy-sec01_content01 ul li:before {
    top: -5.2083333333vw;
    left: -5.2083333333vw;
    width: 14.7135416667vw;
    height: 15.4947916667vw;
  }
}

.analy-sec01_content01 ul li.no1:before {
  background: url(../../img/ac02/sec01_no01_sp.png) no-repeat center/cover;
}

.analy-sec01_content01 ul li.no2:before {
  background: url(../../img/ac02/sec01_no02_sp.png) no-repeat center/cover;
}

.analy-sec01_content01 ul li.no3:before {
  background: url(../../img/ac02/sec01_no03_sp.png) no-repeat center/cover;
}

/* no2の一部テキストを小さくする */
.analy-sec01_content01 ul li.no2 .small-text {
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .analy-sec01_content01 ul li.no2 .small-text {
    font-size: 0.85em;
  }
}

@media not all and (max-width: 768px) {
  .analy-sec01_content02 {
    width: 65.8857979502vw;
    margin: 4.0263543192vw auto 0;
    padding-bottom: 5vw;
  }
}

@media (max-width: 768px) {
  .analy-sec01_content02 {
    text-align: center;
    padding-bottom: 3rem;
    /* background: #e83d1b url(../../img/ac02/sec01_bg02_sp.png) no-repeat center bottom/100% auto; */
  }
}

.analy-sec01_content02 .sec01_cta_comment {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 900;
  text-align: center;
}

.analy-sec01_content02 .sec01_cta_comment .comment {
  display: inline-block;
  padding: 1.317715959vw 1.4641288433vw 0.7320644217vw;
  border-bottom: 0.1464128843vw solid #f9c73b;
  letter-spacing: 0.11em;
  color: black;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .analy-sec01_content02 .sec01_cta_comment .comment {
    font-size: 1.7857142857rem;
    padding: 5.2083333333vw 1.953125vw 1.953125vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}

.analy-sec01 .catch {
  width: 69.2708333333vw;
  margin: 0 auto;
}

.tb-jirei {
  background: #fff;
}

@media not all and (max-width: 768px) {
  .tb-jirei {
    width: 65.8857979502vw;
    margin: 0 auto;
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .tb-jirei {
    padding-right: 4.5572916667vw;
    padding-left: 4.5572916667vw;
    margin: 5.2083333333vw 4.5572916667vw 0;
  }
}

.tb-jirei .c-h3 {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  line-height: 5.4904831625vw;
  border-bottom: 1px solid;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .tb-jirei .c-h3 {
    font-size: 1.5714285714rem;
    line-height: 3.7142857143rem;
    padding-top: 3.90625vw;
  }
}

@media not all and (max-width: 768px) {
  .tb-jirei .box._other {
    display: flex;
    line-height: 6.2225475842vw;
    justify-content: center;
    padding-bottom: 0.3660322108vw;
  }
}

@media (max-width: 768px) {
  .tb-jirei .box._other {
    padding: 1.953125vw 0 4.5572916667vw;
    text-align: center;
  }
}

.tb-jirei .box._other .title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-right: 2.196193265vw;
}

@media (max-width: 768px) {
  .tb-jirei .box._other .title {
    font-size: 1.4285714286rem;
    margin: 0 0 1.953125vw;
  }
}

@media (max-width: 768px) {
  .tb-jirei .box._other .txt {
    font-size: 0.8214285714rem;
  }
}

.tb-jirei .grid {
  padding: 0 1.0980966325vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .tb-jirei .grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.tb-jirei .grid .box {
  padding: 2.196193265vw 1.8301610542vw 2.3426061493vw;
  display: flex;
  flex-direction: column;
}

.tb-jirei .grid .box > a {
  display: flex;
  flex-direction: column;
}

.tb-jirei .grid .box > a:first-of-type {
  flex: 1;
}

.tb-jirei .grid .box img {
  margin: 0.7320644217vw auto 1.0980966325vw;
  display: block;
  width: 70%;
}

.tb-jirei .grid .box .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0vw;
}

@media (max-width: 768px) {
  .tb-jirei .grid .box .title {
    font-size: 1.6rem;
    margin-bottom: 1.953125vw;
  }
}

.tb-jirei .grid .box .txt {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .tb-jirei .grid .box .txt {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.3020833333vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 768px) {
  .tb-jirei .grid .box {
    border-bottom: 1px solid;
    padding: 2.6041666667vw 0;
  }

  .tb-jirei .grid .box:last-child {
    border-bottom: none;
  }
}

@media not all and (max-width: 768px) {
  .tb-jirei .grid .box:nth-child(2n+1) {
    border-right: 1px solid;
    border-bottom: 1px solid;
  }

  .tb-jirei .grid .box:nth-child(2n+2) {
    border-left: 1px solid;
    border-bottom: 1px solid;
  }
}

.analy-sec02 {
  padding-top: 5.1244509517vw;
  padding-bottom: 4.0263543192vw;
  overflow: hidden;
}

@media (max-width: 768px) {
  .analy-sec02 {
    padding-top: 9.1145833333vw;
    padding-bottom: 9.1145833333vw;
  }
}

.analy-sec02 .c-head {
  margin-bottom: 2.9282576867vw;
}

@media (max-width: 768px) {
  .analy-sec02 .c-head {
    margin-bottom: 3.90625vw;
  }
}

.analy-sec02 .sec02_h2 {
  color: #00863b;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 2.375rem;
  text-align: center;
  font-style: oblique;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .analy-sec02 .sec02_h2 {
    font-size: 1.7857142857rem;
    line-height: 1.5;
  }
}

.analy-sec02 .sec02_h2 .small {
  color: #000;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .analy-sec02 .sec02_h2 .small {
    font-size: 1.1428571429rem;
  }
}

.analy-sec02 .voice_slide {
  width: 80.5270863836vw;
  margin: 0 auto;
}

.analy-sec02 .voice_slide .voice_slide_box {
  width: 25.3294289898vw;
  padding: 0 0.878477306vw;
}

.analy-sec02 .voice_slide .slick-list {
  overflow: visible !important;
}

.analy-sec02 .voice_slide .slick-arrow {
  display: block;
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.analy-sec02 .voice_slide .slick-arrow.slick-prev {
  /* background: url(../../img/ac02/ico_prev.svg) no-repeat center center/cover;
  left: -4.39238653vw; */
}

.analy-sec02 .voice_slide .slick-arrow.slick-next {
  /* background: url(../../img/ac02/ico_next.svg) no-repeat center center/cover;
  right: -4.39238653vw; */
}

.analy-sec02 .voice_sp li+li {
  margin-top: 3.90625vw;
}

.u-cta {
  background: url(../../img/ac02/bg_cta_pc.png) no-repeat top center/cover;
  padding: 4.39238653vw 0 3.6603221083vw;
}

@media (max-width: 768px) {
  .u-cta {
    background: url(../../img/ac02/bg_cta_sp.png) no-repeat top center/cover;
    padding: 10.4166666667vw 0 7.8125vw;
  }
}

.u-cta._form {
  background: url(../../img/ac02/bg_form_pc.png) no-repeat top center/cover;
}

@media (max-width: 768px) {
  .u-cta._form {
    background: url(../../img/ac02/bg_form_sp.png) no-repeat top center/cover;
    padding: 6.5104166667vw 0 6.5104166667vw;
  }
}

.u-cta .cta_title {
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 2.6875rem;
  text-align: center;
  font-style: oblique;
}

@media (max-width: 768px) {
  .u-cta .cta_title {
    font-size: 2.0714285714rem;
    line-height: 1.4;
    margin-top: 1.3020833333vw;
  }
}

.u-cta .cta_grid {
  width: 66.0322108346vw;
  margin: 2.9282576867vw auto 2.9282576867vw;
  color: #fff;
}

@media (max-width: 768px) {
  .u-cta .cta_grid {
    margin: 4.5572916667vw auto 4.5572916667vw;
    width: 80.7291666667vw;
  }
}

@media not all and (max-width: 768px) {
  .u-cta .cta_grid {
    display: grid;
    grid-template-columns: 28.1112737921vw 1fr;
    grid-column-gap: 2.9282576867vw;
  }
}

.u-cta .cta_grid .text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.878477306vw;
  grid-row-gap: 2.2693997072vw;
  text-align: center;
  padding-top: 0.7320644217vw;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text {
    margin-top: 4.39238653vw;
    grid-column-gap: 1.8229166667vw;
    grid-row-gap: 3.2552083333vw;
  }
}

.u-cta .cta_grid .text dt {
  border-top: 0.1464128843vw solid;
  border-bottom: 0.1464128843vw solid;
  font-size: 1.6875rem;
  font-weight: bold;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 0.7320644217vw;
  padding-top: 0.439238653vw;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dt {
    font-size: 1.2857142857rem;
    padding: 0 0 0.2604166667vw;
    line-height: 9.1145833333vw;
    margin-bottom: 3.2552083333vw;
  }
}

.u-cta .cta_grid .text dd {
  padding: 0.9516837482vw 0;
  font-size: 1.3125rem;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(1.2445095168vw);
  backdrop-filter: blur(1.2445095168vw);
  border-radius: 0.3660322108vw;
  display: grid;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dd {
    font-size: 1rem;
    padding: 3.515625vw 0 2.9947916667vw;
    border-radius: 0.78125vw;
    line-height: 1.4;
  }
}

.u-cta .cta_grid .text dd:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.8052708638vw;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.5622254758vw;
  height: 1.6105417277vw;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dd:before {
    width: 5.46875vw;
    height: 3.3854166667vw;
    top: -1.6927083333vw;
  }
}

.u-cta .cta_grid .text dd.no01:before {
  background-image: url(../../img/ac02/no01.png);
  background-size: 1.9765739385vw auto;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dd.no01:before {
    background-image: url(../../img/ac02/no01_sp.png);
    background-size: 4.296875vw auto;
  }
}

.u-cta .cta_grid .text dd.no02:before {
  background-image: url(../../img/ac02/no02.png);
  background-size: 2.4158125915vw auto;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dd.no02:before {
    background-image: url(../../img/ac02/no02_sp.png);
    background-size: 5.3385416667vw auto;
  }
}

.u-cta .cta_grid .text dd.no03:before {
  background-image: url(../../img/ac02/no03.png);
  background-size: 2.3426061493vw auto;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dd.no03:before {
    background-image: url(../../img/ac02/no03_sp.png);
    background-size: 5.2083333333vw auto;
  }
}

.u-cta .cta_grid .text dd.no04:before {
  background-image: url(../../img/ac02/no04.png);
  background-size: 2.4158125915vw auto;
}

@media (max-width: 768px) {
  .u-cta .cta_grid .text dd.no04:before {
    background-image: url(../../img/ac02/no04_sp.png);
    background-size: 5.46875vw auto;
  }
}

.cta-comment {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 1.4641288433vw;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .cta-comment {
    font-size: 1.1071428571rem;
    margin-bottom: 2.6041666667vw;
    margin-top: 2rem;
  }
}

.cta-comment .in {
  position: relative;
  padding: 0 0.439238653vw;
  display: inline-block;
}

.cta-comment .in:before {
  position: absolute;
  content: "";
  width: 3.3674963397vw;
  height: 0.1098096633vw;
  background: #000000;
  top: 50%;
  right: 100%;
}

@media (max-width: 768px) {
  .cta-comment .in:before {
    width: 7.9427083333vw;
    height: 0.2604166667vw;
  }
}

.cta-comment .in:after {
  position: absolute;
  content: "";
  width: 3.3674963397vw;
  height: 0.1098096633vw;
  background: #000000;
  top: 50%;
  left: 100%;
}

@media (max-width: 768px) {
  .cta-comment .in:after {
    width: 7.9427083333vw;
    height: 0.2604166667vw;
  }
}

.cta-btn_wrap {
  margin: 0 auto;
}

@media not all and (max-width: 768px) {
.cta-btn_wrap {
    width: 55.7833089312vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .cta-btn_wrap {
    width: 89.0625vw;
  }
}

@media not all and (max-width: 768px) {
  .cta-btn_wrap .c-btn {
    width: 27.0863836018vw;
    height: 5vw;
    font-size: 1.3125rem;
    background-size: 1.3909224012vw auto;
    background-position: center right 2.4890190337vw;
  }

 .cta-btn_wrap .c-btn._dl:before {
    left: 2.0497803807vw;
    width: 1.9033674963vw;
    height: 1.9033674963vw;
  }
}

@media (max-width: 768px) {
.cta-btn_wrap .c-btn._contact {
    margin-top: 3.2552083333vw;
  }
}

.analy-sec03 {
  background: #f2f2f2;
  padding: 5.1244509517vw 0;
}

@media (max-width: 768px) {
  .analy-sec03 {
    padding: 3.5vw 4.8177083333vw 7.1614583333vw;
  }
}

.analy-sec03 .sec03_title {
  font-weight: 900;
  color: #e83d1b;
  position: relative;
  line-height: 1.2;
  font-style: oblique;
}

@media not all and (max-width: 768px) {
  .analy-sec03 .sec03_title {
    font-size: 2rem;
    margin-bottom: 1.317715959vw;
  }
}

@media (max-width: 768px) {
  .analy-sec03 .sec03_title {
    font-size: 1.7857142857rem;
    text-align: center;
    margin-bottom: 3.90625vw;
  }
}

.analy-sec03 .sec03_title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2196193265vw;
  background: #e83d1b;
  top: 50%;
  left: 0;
}

@media (max-width: 768px) {
  .analy-sec03 .sec03_title:before {
    height: 0.390625vw;
  }
}

.analy-sec03 .sec03_title .in {
  padding: 0 1.4641288433vw 0 0;
  display: inline-block;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .analy-sec03 .sec03_title .in {
    padding: 0 3.2552083333vw;
  }
}

.analy-sec03 .sec03_box01,
.analy-sec03 .sec03_box02 {
  margin: 0 auto;
}

@media not all and (max-width: 768px) {

  .analy-sec03 .sec03_box01,
  .analy-sec03 .sec03_box02 {
    width: 73.2064421669vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.analy-sec03 .txt {
  font-size: 1.125rem;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .analy-sec03 .txt {
    font-size: 1.0714285714rem;
    padding-left: 4.8177083333vw;
    padding-right: 4.8177083333vw;
    line-height: 1.73;
  }
}

.analy-sec03 .txt .small {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .analy-sec03 .txt .small {
    font-size: 0.7142857143rem;
    letter-spacing: 0.06em;
  }
}

.analy-sec03 .txt b {
  font-weight: bold;
  background: #e83d1b;
  color: #fff;
}

@media not all and (max-width: 768px) {
  .analy-sec03 .sec03_box01 .pic {
    width: 39.2386530015vw;
  }

  .analy-sec03 .sec03_box01 .pic img {
    width: 100%;
  }

  .analy-sec03 .sec03_box01 .txt {
    width: 31.0395314788vw;
  }
}

@media (max-width: 768px) {
  .analy-sec03 .sec03_box01 .pic {
    margin-bottom: 6.25vw;
  }
}

.analy-sec03 .sec03_box02 {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .analy-sec03 .sec03_box02 {
    margin-top: 4.5572916667vw;
  }
}

@media not all and (max-width: 768px) {
  .analy-sec03 .sec03_box02 .pic {
    width: 37.6281112738vw;
  }

  .analy-sec03 .sec03_box02 .pic img {
    width: 100%;
  }

  .analy-sec03 .sec03_box02 .txt {
    width: 31.9912152269vw;
  }
}

@media (max-width: 768px) {
  .analy-sec03 .sec03_box02 .pic {
    margin-bottom: 2.6041666667vw;
    padding-left: 4.8177083333vw;
    padding-right: 4.8177083333vw;
  }
}

.analy-sec04 {
  background: #fff url(../../img/ac02/sec04_bg.png) top center;
  padding: 1.5vw 0 4vw;
}

@media (max-width: 768px) {
  .analy-sec04 {
    padding: 2vw 0 11vw;
    background-size: 8.59375vw auto;
  }
}

.analy-sec04 .c-h2 {
  margin-bottom: 5.1244509517vw;
}

@media (max-width: 768px) {
  .analy-sec04 .c-h2 {
    margin-bottom: 7.8125vw;
  }
}

.analy-sec04 .sec04_box {
  position: relative;
}

@media not all and (max-width: 768px) {
  .analy-sec04 .sec04_box {
    width: 65.8857979502vw;
    margin: 0 auto 2.635431918vw;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_box {
    margin-bottom: 9.1145833333vw;
  }
}

.analy-sec04 .sec04_box .title {
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.64;
  font-style: oblique;
}

@media not all and (max-width: 768px) {
  .analy-sec04 .sec04_box .title {
    padding-top: 0.1464128843vw;
    padding-left: 32.9428989751vw;
    margin-bottom: 1.0248901903vw;
  }
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_box .title {
    font-size: 1.3214285714rem;
    padding-left: 11.71875vw;
    letter-spacing: 0.08em;
    line-height: 1.55;
    margin-bottom: 1.953125vw;
  }
}

.analy-sec04 .sec04_box .title:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}

@media not all and (max-width: 768px) {
  .analy-sec04 .sec04_box .title:before {
    width: 16.8374816984vw;
    height: 0.0732064422vw;
    top: 1.8301610542vw;
    left: 14.6412884334vw;
  }
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_box .title:before {
    width: 0.1302083333vw;
    height: 16.1458333333vw;
    top: 3.2552083333vw;
    left: 7.5520833333vw;
  }
}

.analy-sec04 .sec04_box .title b {
  color: #e83d1b;
  font-weight: 900;
}

.analy-sec04 .sec04_box .title .ltspace_mini {
  letter-spacing: -0.3em;
}

@media not all and (max-width: 768px) {
  .analy-sec04 .sec04_box .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 30.9663250366vw;
  }
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_box .pic {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 2.5622254758vw;
    position: relative;
    z-index: 3;
  }
}

.analy-sec04 .sec04_box .txt {
  background: #e83d1b;
  color: #fff;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.6;
}

@media not all and (max-width: 768px) {
  .analy-sec04 .sec04_box .txt {
    font-size: 1.125rem;
    width: 53.2210834553vw;
    padding: 1.4641288433vw 3.6603221083vw 2.9282576867vw 20.4978038067vw;
    float: right;
    z-index: 1;
  }
}

.analy-sec04 .sec04_box .txt p+p {
  margin-top: 1.46em;
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_box .txt {
    font-size: 0.8571428571rem;
    padding-left: 11.71875vw;
    padding: 11.0677083333vw 3.90625vw 3.90625vw 11.71875vw;
    box-sizing: border-box;
    width: 90.4947916667vw;
    border-radius: 0 0 2.6041666667vw 0;
    margin-top: -7.8125vw;
    position: relative;
    letter-spacing: 0.07em;
  }

  .analy-sec04 .sec04_box .txt:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 0.1302083333vw;
    height: calc(100% - 8.0729166667vw);
    top: 3.3854166667vw;
    left: 7.5520833333vw;
  }
}

@media not all and (max-width: 768px) {
  .analy-sec04 .sec04_box._rev .title {
    padding-left: 0;
  }

  .analy-sec04 .sec04_box._rev .title:before {
    left: 21.9619326501vw;
    width: 11.420204978vw;
  }

  .analy-sec04 .sec04_box._rev .pic {
    right: 0;
    left: auto;
  }

  .analy-sec04 .sec04_box._rev .txt {
    float: none;
    padding: 1.4641288433vw 20.7174231332vw 2.9282576867vw 3.6603221083vw;
  }
}

.analy-sec04 .sec04_comment {
  width: 36vw;
  margin: 4.39238653vw auto;
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_comment {
    width: 86.5885416667vw;
    margin: 9.1145833333vw auto 7.8125vw;
  }
}

.analy-sec04 .sec04_comment img {
  width: 100%;
}

.analy-sec04 .sec04_diagram {
  width: 79.8682284041vw;
  margin: 0 auto 3.6603221083vw;
}

.analy-sec04 .sec04_diagram img {
  width: 100%;
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_diagram {
    box-sizing: border-box;
    width: 100%;
    overflow-x: scroll;
    margin: 0 0 5.2083333333vw;
  }

  .analy-sec04 .sec04_diagram img {
    padding: 0 6.5104166667vw 2.6041666667vw;
    width: 112.109375vw;
    max-width: 112.109375vw;
  }
}

.analy-sec04 .sec04_result {
  color: #fff;
  font-weight: 900;
  font-size: 2.0625rem;
  line-height: 5.1244509517vw;
  text-align: center;
  letter-spacing: 0.11em;
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_result {
    font-size: 1.5714285714rem;
    line-height: 12.7604166667vw;
  }
}

.analy-sec04 .sec04_result .in {
  display: inline-block;
  background: #e83d1b;
  width: 36.4568081991vw;
  border-top: 0.2196193265vw solid #000;
  border-bottom: 0.2196193265vw solid #000;
}

@media (max-width: 768px) {
  .analy-sec04 .sec04_result .in {
    width: 86.5885416667vw;
    border-top: 0.390625vw solid #000;
    border-bottom: 0.390625vw solid #000;
  }
}

.analy-sec05 {
  background: #ffffff;
  padding: 2.9282576867vw 0 4vw;
}

@media (max-width: 768px) {
  .analy-sec05 {
    padding: 9.1145833333vw 0 10vw;
  }
}

.analy-sec05 .c-h2 {
  margin-bottom: 1vw;
}

@media (max-width: 768px) {
  .analy-sec05 .c-h2 {
    margin-bottom: 6.5104166667vw;
  }
}

.analy-sec05 .plan_value {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.9282576867vw;
  letter-spacing: 0.12em;
}

@media not all and (max-width: 768px) {
  .analy-sec05 .plan_value {
    font-size: 1.3125rem;
  }
}

@media (max-width: 768px) {
  .analy-sec05 .plan_value {
    margin-bottom: 6.5104166667vw;
  }
}

.analy-sec05 .plan_value .img {
  display: block;
  margin: 0 auto 1.4641288433vw;
  width: 34.6266471449vw;
}

.analy-sec05 .plan_value .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .analy-sec05 .plan_value .img {
    width: 82.2916666667vw;
    margin: 0 auto 3.90625vw;
  }
}

.analy-sec06 {
  background: #f2f2f2;
  padding: 5.1244509517vw 0;
}

@media (max-width: 768px) {
  .analy-sec06 {
    padding: 9.1145833333vw 0 6.5104166667vw;
  }
}

.analy-sec06 .c-h2 {
  margin-bottom: 2.4158125915vw;
}

@media (max-width: 768px) {
  .analy-sec06 .c-h2 {
    margin-bottom: 6.5104166667vw;
  }
}

.analy-sec06 .ac_wrap {
  max-width: 1000px;
  width: 65.8857979502vw;
  margin: 0 auto 1.9765739385vw;
  background: #00863b;
  padding:1rem 2rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .analy-sec06 .ac_wrap {
    padding: 4.8177083333vw;
    width: auto;
    margin: 0 4.8177083333vw 4.1666666667vw;
  }
}

.analy-sec06 .ac_wrap .qa_q {
  display: grid;
  min-height: 5.4172767204vw;
  align-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  padding: 0vw 3.6603221083vw 0vw 4.7584187408vw;
  background: url(../../img/ac02/qa_q.png) no-repeat center left/3.2942898975vw auto;
  letter-spacing: 0.046em;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .analy-sec06 .ac_wrap .qa_q {
    font-size: 1.0714285714rem;
    background: url(../../img/ac02/qa_q_sp.png) no-repeat center left/7.2916666667vw auto;
    padding: 0 7.8125vw 0 11.71875vw;
  }
}

.analy-sec06 .ac_wrap .qa_q:after {
  content: "";
  display: block;
  background: #fff;
  width: 2.196193265vw;
  height: 0.2196193265vw;
  border-radius: 0.1464128843vw;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.3660322108vw;
}

@media (max-width: 768px) {
  .analy-sec06 .ac_wrap .qa_q:after {
    width: 5.2083333333vw;
    height: 0.5208333333vw;
    border-radius: 0.2604166667vw;
    margin-top: 0vw;
  }
}

.analy-sec06 .ac_wrap .qa_q:before {
  content: "";
  display: block;
  background: #fff;
  height: 2.196193265vw;
  width: 0.2196193265vw;
  border-radius: 0.1464128843vw;
  position: absolute;
  top: 50%;
  right: 0.9516837482vw;
  margin-top: -1.317715959vw;
  transition: 0.2s ease all;
}

@media (max-width: 768px) {
  .analy-sec06 .ac_wrap .qa_q:before {
    height: 5.2083333333vw;
    width: 0.5208333333vw;
    border-radius: 0.2604166667vw;
    margin-top: -2.2135416667vw;
    right: 2.2135416667vw;
  }
}

.analy-sec06 .ac_wrap .qa_q.open:before {
  opacity: 0;
}

.analy-sec06 .ac_wrap .qa_a {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  border-radius: 0.5490483163vw;
  padding: 0vw 0.878477306vw;
  font-size: 1.125rem;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease all;
}

@media (max-width: 768px) {
  .analy-sec06 .ac_wrap .qa_a {
    font-size: 0.8571428571rem;
    padding: 0vw 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
}

.analy-sec06 .ac_wrap .qa_a.open {
  margin-top: 1rem;
  height: auto;
  padding: 0.878477306vw;
}

@media (max-width: 768px) {
  .analy-sec06 .ac_wrap .qa_a.open {
    padding: 2.6041666667vw;
    margin-top: 3.90625vw;
  }
}

.fix_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #000;
  padding: 0.7320644217vw;
  transition: bottom 0.5s;
  bottom: -11.7130307467vw;
  z-index: 100;
}

.fix_cta.fix {
  bottom: -1px;
}

.fix_cta.fix.nofix {
  bottom: -11.7130307467vw;
}

@media (max-width: 768px) {
  .fix_cta {
    padding: 2.34375vw 0;
    bottom: -20.8333333333vw;
  }

  .fix_cta.fix {
    bottom: 0;
  }

  .fix_cta.fix.nofix {
    bottom: -20.8333333333vw;
  }
}

.fix_cta .cta-btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 55vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fix_cta .cta-btn_wrap {
    width: 90.234375vw;
  }
}

.fix_cta .c-btn._contact {
  background-color: #fff;
  color: #000;
  background-image: url(../../img/ac02/ico_btn_contact_fix.svg);
}

@media (max-width: 768px) {
  .fix_cta .c-btn._contact {
    display: none;
  }
}



@media (max-width: 768px) {
  .jirei-cta {
    text-align: center;
    background: black;
    border-radius: 50px;
    color: white;
    font-size: min(2.4vw, 20px);
    padding: 0.6rem 0.5rem;
    line-height: 1.5;
    margin: 1rem 0;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }

  .grid .box:nth-of-type(5) .jirei-cta {
    /* 翻訳 */
    margin: 2rem 0 0;
  }
}

@media (min-width: 768px) {
  .jirei-cta {
    text-align: center;
        background: #000;
        border-radius: 50px;
        color: white;
        font-size: min(1.1vw, 17px);
        padding: 0.8rem 0.5rem;
        line-height: 1.5;
        margin: 1.6rem 0 0;
        letter-spacing: 0.1em;
  }

  .grid .box:nth-of-type(5) .jirei-cta {
    /* 翻訳 */
    margin: 3rem 0 0;
  }

  .grid .box:nth-of-type(6) .jirei-cta {
    /* 制作 */
    margin: 3rem 0 0;
  }

}


/* LPO SP */

@media (max-width: 767px) {
  .plan_cont {
    /* display: flex; */
    width: 90%;
    margin: auto;
    flex-direction: column;
    margin-bottom: 1rem;
}

  .plan_cont-item {
    background: #ffffff;
    border: 3px solid #000;
    border-radius: 0.3rem;
  }

  .plan_cont-item h3 {
    font-family: system-ui;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: black;
    color: white;
    text-align: center;
    padding: 0.3rem 0.9rem;
}

  .plan_cont-item-box {
    /* display: flex; */
    margin:  0;
    flex-direction: column;
    padding: 0.4rem 1rem;
  }

  .plan_cont-item-kikan{
    font-family: system-ui;
    color: ##e83d1b;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.6rem;
  }

  .plan_cont-item-naiyo {
    font-family: system-ui;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position : relative;
    z-index: 0;
    margin: 1.2em 0;
  }

.plan_cont-item-naiyo:before {
  content: "";
  display: block;
  background-color: #fff371;
  width: 50%;
  height: 0.7rem;
  position: absolute;
  top: 33%;
  left: 25%;
  z-index: -1;
}

  .plan_cont-item-kakaku {
    font-family: system-ui;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }

  .plan_cont-item-kakaku b {
    font-size: 0.85rem;
  }

  .plan_cont-item-box-2 ul {
    margin: 1rem;
    padding: 0.8rem;
    background-color: #eeeeee;
    padding-left: 0.5rem;
    color: #000000;
    font-size: min(3vw,15px);
  }

  .plan_cont-item-box-2 li {
    margin: 0.3rem 0;
    padding-left: 1.2rem;
    position: relative;
  }

   .plan_cont-item-box-2 li:before {
  content: "";
  display: block;
  background-color: #e83d1b;
  width: 0.5rem;
  border-radius:50rem;
  height: 0.5rem;
  position: absolute;
  top: 34%;
  left: 1%;
  }


  .plan_cont-item-box-2{

}

  .plan_cont-item-box-wrap{
    padding: 1.6rem 0 2.3rem;
    justify-content: space-around;
  }

  .plan_cont .plan_cont-item:nth-of-type(1) {
    position:relative;
    margin-bottom: 1.2rem;
  }

  .plan_cont .plan_cont-item:nth-of-type(2) {
    border: 3px solid #00863b;
  }

  .plan_cont .plan_cont-item:nth-of-type(2) h3 {
    color: white;
    background-color: #00863b;
  }

  .kikan-12 {
    margin-top: 4rem;
  }


.analy-sec05__txt {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  z-index: 1;
  font-weight: 500;
}
.analy-sec05__txt:before {
  content: "";
  display: block;
  background-color: #fff371;
  width: 12rem;
  height: 1rem;
  position: absolute;
  top: 1.6rem;
  left: 28%;
  z-index: -1;
}

.plan_cont-item dl {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  border-bottom: 0.0625rem solid #7d7d7d;
  padding: 6.4px;
  padding: 0.4rem;
  font-weight: 600;
}
.plan_cont-item dl dt {
  width: 29%;
}
.plan_cont-item dl dd {
  width: 67%;
}
.plan_cont-item dl:nth-of-type(3) {
  border-bottom: none;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}
.plan_txt-box {
        margin: auto;
        width: 90%;
        background-color: #ffffff;
        padding: 1.5rem 2rem 1rem;
}
.plan_txt-box h4 {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.plan_txt-box h4:before {
  content: "";
  display: block;
  background-color: #00863b;
  width: 0.2rem;
  height: 1.2rem;
  position: absolute;
  top: 15%;
  left: -2.5%;
  z-index: 1;
}

.plan_txt-box ul {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 0.9rem;
}


.analy-sec02__case {
  /* max-width: 1000px; */
  margin: auto;
  width: 90%;
}
.analy-sec02__case-item {
  display: flex;
  margin-bottom: 1rem;
  /* justify-content: center; */
  flex-direction: column;
}
.analy-sec02__case-head {
  display: flex;
  background-color: #f0f0f0;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
.analy-sec02__head-img {
  width: 21%;
  padding: 1rem;
  padding-left: 4rem;
}
.img {}
.analy-sec02__case-head h3 {
  font-size: 1.1rem;
}
.analy-sec02__case-head h3 b{
  font-weight: 600;
}
.analy-sec02__case-body {
  background: #fafffa;
}
.analy-sec02__case-item:first-child .analy-sec02__case-body {
  background: #fbfbfb;
  width: 100%;
}
.analy-sec02__case-body h4 {
  font-size: 1.1rem;
  background-color: #00863b;
  padding-left: 1.5rem;
  color: white;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.analy-sec02__case-item:first-child .analy-sec02__case-body h4 {
  background-color: #000000;
}
.analy-sec02__case-body h5 {
  padding-left: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
}
.analy-sec02__case-ul-wrap {
  display: flex;
  flex-direction: column;
}
.analy-sec02__case-ul-wrap ul {}
.analy-sec02__case-ul-wrap ul li {}
.analy-sec02__case-body ul {
  font-size: 1rem;
  padding-left: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.analy-sec02__case-body ul li {
}
/* 特定のul要素のmargin-bottomを0にする */
.analy-sec02__case-body .analy-sec02__case-ul-wrap ul:first-child:has(li:nth-child(2)) {
  margin-bottom: 0;
}
/* 「・議事録作成」を含むul（1つのliのみ） */
.analy-sec02__case-body .analy-sec02__case-ul-wrap ul:first-child:has(li:only-child) {
  margin-bottom: 0;
}

}

/* --- PC --- */
@media (min-width: 768px) {

  .plan_cont {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

  .plan_cont-item {
    background: #fff;
    border: 3px solid #000;
    border-radius: 0.3rem;
  }

  .plan_cont-item h3 {
    font-family: system-ui;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background-color: black;
    color: white;
    text-align: center;
    padding: 0.3rem 0.9rem;
}

  .plan_cont-item-box {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1.5rem;
  }

  .plan_cont-item-kikan{
    font-family: system-ui;
    color: #e83d1b;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
  }

  .plan_cont-item-naiyo {
    font-family: system-ui;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position : relative;
    z-index: 0;
  }

.plan_cont-item-naiyo:before {
  content: "";
  display: block;
  background-color: #fff371;
  width: 48%;
  height: 0.7rem;
  position: absolute;
  top: 30%;
  left: 26%;
  z-index: -1;
}

  .plan_cont-item-kakaku {
    font-family: system-ui;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    margin-bottom: 1rem;
  }

  .plan_cont-item-kakaku b {
    font-size: 0.7rem;
  }

  .plan_cont-item-box-2 ul {
    margin: 1rem;
    padding: 0.8rem;
    background-color: #eeeeee;
    padding-left: 0.5rem;
    color: #000000;
    font-size: min(0.9vw,15px);
  }

  .plan_cont-item-box-2 li {
    margin: 0.3rem 0;
    padding-left: 1.2rem;
    position: relative;
  }

   .plan_cont-item-box-2 li:before {
  content: "";
  display: block;
  background-color: #e83d1b;
  width: 0.5rem;
  border-radius:50rem;
  height: 0.5rem;
  position: absolute;
  top: 34%;
  left: 1%;
  }


  .plan_cont-item-box-2{

  }

  .plan_cont-item-box-wrap{
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
  }

  .plan_cont .plan_cont-item:nth-of-type(1) {
    width: 48%;
    position:relative;
  }

  .plan_cont .plan_cont-item:nth-of-type(2) {
    width: 48%;
    border: 3px solid #00863b;
  }

  .plan_cont .plan_cont-item:nth-of-type(2) h3 {
    color: white;
    background-color: #00863b;
  }

  .kikan-12 {}

.analy-sec05__txt {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  z-index: 1;
  font-weight: bold;
}
.analy-sec05__txt:before {
  content: "";
  display: block;
  background-color: #fff371;
  width: 12rem;
  height: 1rem;
  position: absolute;
  top: 1.6rem;
  left: 43%;;
  z-index: -1;
}

.plan_cont-item dl {
  font-size: 14px;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  border-bottom: 0.0625rem solid #7d7d7d;
  padding: 6.4px;
  padding: 0.4rem;
  font-weight: 600;
}
.plan_cont-item dl dt {
  width: 29%;
}
.plan_cont-item dl dd {
  width: 67%;
}
.plan_cont-item dl:nth-of-type(3) {
  border-bottom: none;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}
.plan_txt-box {
  max-width: 920px;
  margin: auto;
  background-color: #f9f9f9;
  padding: 1.5rem 2rem 1rem;
}
.plan_txt-box h4 {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.plan_txt-box h4:before {
  content: "";
  display: block;
  background-color: #00863b;
  width: 0.2rem;
  height: 1.2rem;
  position: absolute;
  top: 15%;
  left: -1.5%;
  z-index: 1;
}

.plan_txt-box ul {
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 0.9rem;
}
.plan_txt-box ul li {}

.analy-sec02__case {
  max-width: 1000px;
  margin: auto;
}
.analy-sec02__case-item {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}
.analy-sec02__case-head {
  width: 21%;
  background-color: #f0f0f0;
  text-align: center;
}
.analy-sec02__head-img {
  width: 66%;
  margin: auto;
  padding-top: 2rem;
  margin-bottom: 0.4rem;
}
.img {}
.analy-sec02__case-head h3 {
  font-size: 0.9rem;
}
.analy-sec02__case-head h3 b{
  font-weight: 600;
}
.analy-sec02__case-body {
  width: 70%;
  background: #fafffa;
}
.analy-sec02__case-item:first-child .analy-sec02__case-body {
  background: #fbfbfb;
}
.analy-sec02__case-body h4 {
  font-size: 1.1rem;
  background-color: #00862D;
  padding-left: 1.5rem;
  color: white;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.analy-sec02__case-item:first-child .analy-sec02__case-body h4 {
  background-color: #000000;
}
.analy-sec02__case-body h5 {
  padding-left: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
}
.analy-sec02__case-ul-wrap {
  display: flex;
}
.analy-sec02__case-ul-wrap ul {}
.analy-sec02__case-ul-wrap ul li {}
.analy-sec02__case-body ul {
  font-size: 0.9rem;
  padding-left: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.analy-sec02__case-body ul li {}


}


/* mv-form
============================ */

@media (max-width: 767px) {

.mv_form {
  display: none;
  float: none;
  width: 100%;
}

}

/* --- PC --- */
@media (min-width: 768px) {

  .mv_form {
    display: block;
    position: absolute;
    top: 51%;
    right: 14%;
    transform: translateY(-50%);
    width: 26%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    max-height: 85%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* SPでスムーズスクロール */
  }

  .mv_form::-webkit-scrollbar {
    width: 6px;
  }
  .mv_form::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .form_area {}


  .mv_form .hubspot_wrap {
    padding: 4vw;
  }

  .mv_form .hbspt-form {
    border-radius: 0rem;
    width: 100%;
    border: 0rem solid gainsboro;
    padding: 1.5rem;
  }

  .mv_form .hbspt-form .hs-fieldtype-textarea > label,
  .mv_form .hbspt-form .hs-fieldtype-text > label,
  .mv_form .hbspt-form .hs-fieldtype-phonenumber > label,
  .mv_form.hbspt-form .hs-fieldtype-select > label {
    font-size: 1rem;
  }

  .mv_form .hbspt-form .hs-fieldtype-text input[type="text"], {
    padding: 0.9rem;
  }

  .mv_form .hbspt-form .inputs-list {
    font-size: 0.8rem;
    line-height: 2;
    margin-top: 0.3rem;
  }

  .mv_form .hbspt-form .hs_submit {
    margin-bottom: 2vw;
}

.mv_form .hbspt-form .hs-fieldtype-select > label {
  font-size: 1rem;
}

}


/* サンクス SP
============================ */
@media (max-width: 767px) {


  .cb-thanks {
    padding: 4rem 0 4rem;
  }

  .cb-main-thanks {
    background-color: #F8F8F8;
  }

  .cb-thanks__inner {
    max-width: 570px;
    width: 90%;
    margin: auto;
  }

  .cb-thanks__inner h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    line-height: 0.6;
  }

  .cb-thanks__inner h2:after {
    content: "";
    display: block;
    width: 64px;
    width: 4rem;
    height: 2px;
    height: 0.125rem;
    background: #e83d1b;
    margin: 32px auto;
    margin: 2rem auto;
  }

  .cb-thanks__inner h2 span {
    font-size: 48px;
    font-size: 3rem;
    color: #ebeef3;
    font-family: "Jost", sans-serif;
    font-weight: 700;
  }

  .cb-thanks__inner h2 strong {
      line-height: 1.5;text-align: center;
      font-size: 1.7rem;
  }

  .cb-thanks__chui {
    font-size: 0.8rem;
  }

  .form_ly {
    margin: 20px 0 40px;
  }

  .form_l {
    /* width: 50%; */
  }

  .form_l figure {
    margin: 0px 0;
  }

  .form_l figure img {
    max-width: 100%;
  }

  .form_r {
  }

  .explain {
      text-align: center;
      font-size: 14.4px;
      font-size: 0.9rem;
      line-height: 1.8em;
      margin-bottom: 16px;
      margin-bottom: 1rem;
      color: black;
  }

  .btn_download {
    width: 90%;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
    border-radius: 48px;
    border-radius: 3rem;
    max-width: 400px;
  }

  .btn_download:hover {
    opacity: 0.9;
  }

  .btn_style03 {
  }

  .btn_style03 img {
  }

  .f_tel {
    background-color: white;
    width: 19em;
    padding: 22.4px;
    padding: 1.4rem;
    border-radius: 6.4px;
    border-radius: 0.4rem;
    line-height: 1.4;
    text-align: center;
    margin: 30px auto 40px;
    margin: 1.875rem auto 2.5rem;
  }

  .f_tel strong {
     display: block;
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 1.6px;
    margin-bottom: 0.1rem;
    color: #006488;
    font-weight: 600;
  }

  .f_tel span {
    font-size: 12.8px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #006488;
  }

.cb-thanks__chui {text-align: center;color: #e83d1b;font-size: 0.7rem;margin-bottom: 4rem;position: relative;}

.cb-thanks__cta-wrap {}

.cb-thanks__cta {background-color: #e83d1b;width: 90%;padding: 1.3rem 1rem;letter-spacing: 0.1em;text-align: center;border-radius: 5rem;box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);margin-bottom: 1rem;position: relative;}

.cb-thanks__cta:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
  border-top: 2px solid #ffffff;  /* thickness, color */
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }

.cb-thanks__cta-wrap .cb-thanks__cta:nth-child(2)  {
    background-color: #000000;
}


.cb-thanks__cta:hover {
  opacity: 0.9;
  cursor: pointer;
}

.cb-thanks__cta-txt {color: white;font-size: 1rem;}

}


/* サンクス PC
============================ */
@media (min-width: 768px) {

  .cb-thanks {
    padding: 6rem 0 8rem;
   }

   .cb-main-thanks {
   }

   .cb-thanks__inner {
     max-width: 800px;
     margin: auto;
   }

  .cb-thanks__inner h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    line-height: 0.6;
  }

  .cb-thanks__inner h2:after {
    content: "";
    display: block;
    width: 64px;
    width: 4rem;
    height: 2px;
    height: 0.125rem;
    background: #e83d1b;
    margin: 32px auto;
    margin: 2rem auto;
  }

  .cb-thanks__inner h2 span {
    font-size: 48px;
    font-size: 3rem;
    color: #ebeef3;
    font-family: "Jost", sans-serif;
    font-weight: 700;
  }

  .cb-thanks__inner h2 strong {
      line-height: 1.5;text-align: center;
  }
  .cb-thanks__inner h2 strong {
    font-size: 1.6rem;
  }

  .form_ly {
    margin: 20px 0 40px;
  }

  .form_l {
    /* width: 50%; */
  }

  .form_l figure {
    margin: 0px 0;
  }

  .form_l figure img {
    max-width: 100%;
  }

  .form_r {
  }

  .explain {
      text-align: center;
      font-size: 14.4px;
      font-size: 0.9rem;
      line-height: 1.8em;
      margin-bottom: 16px;
      margin-bottom: 1rem;
      color: black;
  }

  .btn_download {
    width: 90%;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
    border-radius: 48px;
    border-radius: 3rem;
    max-width: 400px;
  }

  .btn_download:hover {
    opacity: 0.9;
  }

  .btn_style03 {
  }

  .btn_style03 img {
  }

  .f_tel {
    background-color: white;
    width: 19em;
    padding: 22.4px;
    padding: 1.4rem;
    border-radius: 6.4px;
    border-radius: 0.4rem;
    line-height: 1.4;
    text-align: center;
    margin: 30px auto 40px;
    margin: 1.875rem auto 2.5rem;
  }

  .f_tel strong {
     display: block;
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 1.6px;
    margin-bottom: 0.1rem;
    color: #006488;
    font-weight: 600;
  }

  .f_tel span {
    font-size: 12.8px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #006488;
  }

.cb-thanks__chui {text-align: center;color: #e83d1b;font-size: 0.8rem;margin-bottom: 4rem;position: relative;}

.cb-thanks__cta-wrap {
  display: flex;
  justify-content: space-around;
}

.cb-thanks__cta {background-color: #e83d1b;width: 43%;padding: 1.3rem 1rem;letter-spacing: 0.1em;text-align: center;border-radius: 5rem;box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);margin-bottom: 1rem;position: relative;}

.cb-thanks__cta:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
  border-top: 2px solid #ffffff;  /* thickness, color */
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }

.cb-thanks__cta-wrap .cb-thanks__cta:nth-child(2)  {
    background-color: #000000;
    width: 43%;
}


.cb-thanks__cta:hover {
  opacity: 0.9;
  cursor: pointer;
}

.cb-thanks__cta-txt {color: white;font-size: 1rem;}


}
