@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.sp {
  display: block;
}
@media (min-width: 811px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 811px) {
  .pc {
    display: block;
  }
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #191818;
}
@media (min-width: 811px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}
body.is-lower {
  padding-top: 60px;
}
@media (min-width: 1201px) {
  body.is-lower {
    padding-top: 100px;
  }
}
body.is-case,
body.is-cases {
  background-color: #f8f8f8;
}
body[class^="is-service"] {
  background-color: #f7f7f7;
}

main {
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 811px) {
  main {
    margin-bottom: 120px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 10px;
  transition: ease 0.3s;
  z-index: 5;
}
@media (min-width: 1201px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 20px 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.header.is-white {
  background-color: #fff;
}
.header.is-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 811px) {
  .header {
    background-color: #fff;
  }
}
.header__logo {
  width: 184px;
  height: 25px;
}
@media (min-width: 811px) {
  .header__logo {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1201px) {
  .header__logo {
    width: 457px;
    height: 65px;
  }
}
.header__sp {
  display: flex;
  align-items: center;
  min-width: 75px;
}
@media (min-width: 1201px) {
  .header__sp {
    display: none;
  }
}
.header__contact {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #BF1D1D;
  border-radius: 9999px;
  overflow: hidden;
}
.header__contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.header__contact a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 26px;
  height: 17px;
  background-image: url(../img/common/icon_mail_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header__hum__button {
  display: block;
  width: 25px;
  height: 20px;
  margin-left: 10px;
}
.header__hum__button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E32F2F;
  transition: ease 0.3s;
}
.header__hum__button span:not(:last-child) {
  margin-bottom: 6px;
}
.header__hum__button span:first-child {
  transform-origin: top left;
}
.header__hum__button span:last-child {
  transform-origin: bottom left;
}
.header__hum__button.is-active span:first-child {
  transform: rotate(45deg);
}
.header__hum__button.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hum__button.is-active span:last-child {
  transform: rotate(-45deg);
}
.header__navigation {
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  transition: ease 0.3s;
}
@media (min-width: 1201px) {
  .header__navigation {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
  }
}
.header__navigation.is-active {
  left: 0;
}
.header__list {
  height: 100%;
  padding: 40px 20px;
}
@media (min-width: 1201px) {
  .header__list {
    display: flex;
    padding: 0;
  }
}
.header__list__inner {
  border-bottom: solid 2px #d8d8d8;
}
@media (min-width: 1201px) {
  .header__list__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    position: relative;
  }
}
.header__list__inner:not(:nth-last-child(2)) {
  margin-bottom: 20px;
}
@media (min-width: 1201px) {
  .header__list__inner:not(:nth-last-child(2)) {
    margin-bottom: 0;
  }
  .header__list__inner:not(:nth-last-child(2)) > a,
  .header__list__inner:not(:nth-last-child(2)) > span {
    border-right: solid 1px #cecece;
  }
}
.header__list__inner.is-menu:hover .header__list__child {
  opacity: 1;
  pointer-events: initial;
}
.header__list__inner > a {
  display: block;
  color: #191818;
  padding-bottom: 20px;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .header__list__inner > a:hover {
    color: #E32F2F;
  }
}
@media (min-width: 1201px) {
  .header__list__inner > a {
    font-size: 16px;
    font-size: 1rem;
    border-bottom: none;
    padding: 0 5px;
  }
}
@media (min-width: 1380px) {
  .header__list__inner > a {
    padding: 0 10px;
  }
}
@media (min-width: 1580px) {
  .header__list__inner > a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 20px;
  }
}
.header__list__inner > span {
  display: block;
  color: #191818;
  transition: ease 0.3s;
  cursor: default;
}
@media (min-width: 1201px) {
  .header__list__inner > span {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: none;
    padding: 0 30px 0 10px;
  }
  .header__list__inner > span::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 15px;
    height: 10px;
    background-image: url(../img/common/icon_arrow07_down_black.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1441px) {
  .header__list__inner > span {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 30px 0 20px;
  }
}
.header__list__inner.is-contact {
  border: none;
  background-color: #BF1D1D;
  margin-top: 40px;
  border-radius: 9999px;
}
@media (min-width: 1201px) {
  .header__list__inner.is-contact {
    width: 220px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .header__list__inner.is-contact {
    width: 260px;
  }
}
@media (min-width: 1441px) {
  .header__list__inner.is-contact {
    width: 300px;
  }
}
.header__list__inner.is-contact a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #fff;
  min-height: 60px;
  font-weight: bold;
  border: solid 2px #BF1D1D;
  border-radius: 9999px;
  background-color: #BF1D1D;
  transition: ease .3s;
}
@media (min-width: 1201px) {
  .header__list__inner.is-contact a {
    width: 100%;
  }
  .header__list__inner.is-contact a:hover {
    opacity: 1;
    color: #BF1D1D;
    background-color: #fff;
  }
}
.header__list__inner.is-contact a::before, .header__list__inner.is-contact a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1201px) {
  .header__list__inner.is-contact a::before, .header__list__inner.is-contact a::after {
    display: none;
  }
}
.header__list__inner.is-contact a::before {
  left: 20px;
  width: 30px;
  height: 20px;
  background-image: url(../img/common/icon_mail_white.svg);
}
.header__list__inner.is-contact a::after {
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_arrow02_white.svg);
}
.header__list__child {
  margin-top: 20px;
  padding-bottom: 20px;
  transition: ease 0.3s;
}
@media (min-width: 1201px) {
  .header__list__child {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 200%;
    padding: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.header__list__childInner {
  display: flex;
  align-items: center;
}
@media (min-width: 1201px) {
  .header__list__childInner {
    line-height: 1.7;
  }
}
.header__list__childInner:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1201px) {
  .header__list__childInner:not(:last-child) {
    margin-bottom: 10px;
  }
}
.header__list__childInner::before {
  background-color: #d8d8d8;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  margin-right: 5px;
}
@media (min-width: 1201px) {
  .header__list__childInner::before {
    display: none;
  }
}
.header__list__childInner a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #191818;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .header__list__childInner a {
    font-size: 16px;
    font-size: 1rem;
  }
  .header__list__childInner a:hover {
    color: #E32F2F;
  }
}

.footer {
  position: relative;
  background-color: #f7f7f7;
}
.footer__inner {
  padding: 40px 20px;
}
@media (min-width: 811px) {
  .footer__inner {
    padding: 60px 0;
  }
}
@media (min-width: 811px) {
  .footer__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.footer__logo {
  width: 125px;
}
@media (min-width: 811px) {
  .footer__logo {
    width: 405px;
  }
}
.footer__logo a {
  display: block;
}
@media (min-width: 811px) {
  .footer__logo a {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .footer__logo a:hover {
    opacity: 0.7;
  }
}
.footer__navigation {
  margin-bottom: 60px;
}
@media (min-width: 811px) {
  .footer__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 811px) {
  .footer__list__inner:not(:last-child) {
    margin-right: 50px;
  }
}
@media (min-width: 960px) {
  .footer__list__inner:not(:last-child) {
    margin-right: 50px;
  }
}
@media (min-width: 1280px) {
  .footer__list__inner:not(:last-child) {
    margin-right: 95px;
  }
}
.footer__list__inner a {
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .footer__list__inner a {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    color: #191818;
  }
  .footer__list__inner a:hover {
    color: #E32F2F;
  }
}
@media (min-width: 960px) {
  .footer__list__inner a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.footer__list__inner span {
  cursor: default;
}
.footer__list__child {
  margin-top: 15px;
}
.footer__list__childInner {
  display: flex;
  align-items: center;
}
.footer__list__childInner:not(:last-child) {
  margin-bottom: 8px;
}
.footer__list__childInner::before {
  background-color: #777;
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  margin-right: 5px;
}
.footer__list__childInner a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
}

.copy {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  color: #fff;
}
.copy__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #191818;
  text-align: center;
  padding: 5px 20px;
  min-height: 30px;
}
@media (min-width: 811px) {
  .copy__wrap {
    min-height: 40px;
  }
}
@media (min-width: 811px) {
  .copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.float__container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.float__button01 {
  position: relative;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: solid 2px #E32F2F;
  border-radius: 9999px;
  overflow: hidden;
  transition: ease .3s;
}
@media (min-width: 811px) {
  .float__button01:hover {
    background-color: #E32F2F;
  }
  .float__button01:hover::before {
    background-image: url(../img/common/icon_arrow03_white.svg);
  }
}
.float__button01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.float__button01::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_arrow03_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.lv {
  position: relative;
  height: 240px;
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .lv {
    height: 350px;
  }
}
.lv__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
}
.lv__title {
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (min-width: 811px) {
  .lv__title {
    font-size: 48px;
    font-size: 3rem;
    padding-bottom: 30px;
  }
}
.lv__title::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #fff;
}
@media (min-width: 811px) {
  .lv__title::before {
    width: 80px;
  }
}
.lv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lv__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}
.breadcrumbs__wrap {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .breadcrumbs__wrap {
    margin-bottom: 60px;
  }
}
.breadcrumbs li {
  display: flex;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 7px;
}
.breadcrumbs li:not(:last-child)::after {
  display: block;
  content: ">";
  margin-left: 5px;
}
.breadcrumbs li a {
  display: flex;
  align-items: center;
  color: #000;
  letter-spacing: 0.1em;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .breadcrumbs li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .breadcrumbs li a:hover {
    color: #E32F2F;
  }
}

.pager {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager li {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #cecece;
}
.pager li.is-current {
  background-color: #E32F2F;
}
.pager li.is-first a, .pager li.is-last a {
  position: relative;
}
.pager li.is-first a::before, .pager li.is-last a::before {
  display: block;
  content: "";
  width: 15px;
  height: 20px;
  background-image: url(../img/common/icon_arrow03_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pager li.is-first a::before {
  transform: rotate(-90deg);
}
.pager li.is-last a::before {
  transform: rotate(90deg);
}
.pager li:not(:last-child) {
  margin-right: 10px;
}
.pager li span,
.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .pager li span:hover,
  .pager li a:hover {
    background-color: #E32F2F;
  }
}

.side__category {
  min-height: 60px;
}
.side__category__inner {
  background-color: #f8f8f8;
  opacity: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .side__category__inner {
    opacity: 1;
    height: auto;
    min-height: 60px;
  }
  .side__category__inner:not(:last-child) {
    margin-bottom: 10px;
  }
}
.side__category__inner.is-current a {
  color: #E32F2F;
}
.side__category__inner.is-selectNone {
  position: relative;
  display: flex;
  align-items: center;
  color: #8E8D8D;
  letter-spacing: 0.1em;
  line-height: 1.5;
  min-height: 60px;
  padding: 0 45px 0 18px;
}
@media (min-width: 811px) {
  .side__category__inner.is-selectNone {
    display: none;
  }
}
.side__category__inner.is-selectNone::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(../img/common/icon_arrow05_down_gray.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease 0.3s;
}
.side__category__inner.is-selectNone.is-active::before {
  transform: translateY(-50%) rotate(-180deg);
}
.side__category__inner.is-selectNone.is-active:not(:last-child) {
  margin-bottom: 10px;
}
.side__category__inner.is-selectNone.is-active ~ li {
  opacity: 1;
  height: 100%;
  min-height: 60px;
}
.side__category__inner.is-selectNone.is-active ~ li:not(:last-child) {
  margin-bottom: 10px;
}
.side__category__inner a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8E8D8D;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding: 20px 18px;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .side__category__inner a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .side__category__inner a:hover {
    color: #E32F2F;
  }
}

.p-section01 {
  padding: 30px 0;
}
@media (min-width: 811px) {
  .p-section01 {
    padding: 60px 0;
  }
}
.p-section01.is-bg01 {
  background-image: url(../img/top/bg01_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media (min-width: 811px) {
  .p-section01.is-bg01 {
    background-image: url(../img/top/bg01_pc.png);
    padding: 160px 0;
  }
}
.p-section01.is-bg02 {
  background-image: url(../img/top/bg02_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 811px) {
  .p-section01.is-bg02 {
    background-image: url(../img/top/bg02_pc.png);
  }
}
.p-section01.is-gray {
  background-color: #f8f8f8;
  padding: 60px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .p-section01.is-gray {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-section01.is-mb60 {
  margin-bottom: 60px;
}
@media (min-width: 811px) {
  .p-section01.is-mb60 {
    margin-bottom: 120px;
  }
}

.p-section02 {
  padding: 60px 0;
  background-color: #ededed;
  background-image: url(../img/common/icon_delta01_sp_white.svg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .p-section02 {
    padding: 120px 0;
    background-image: url(../img/common/icon_delta01_pc_white.svg);
    margin-bottom: 60px;
  }
}

.p-inner01 {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.p-inner02 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.p-inner03 {
  width: calc(100% - 20px);
  max-width: 1760px;
  margin: 0 auto;
}
@media (min-width: 811px) {
  .p-inner03 {
    width: calc(100% - 80px);
  }
}

.p-title01 {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 11px;
}
.p-title01:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .p-title01:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-title01 .is-en {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}
@media (min-width: 811px) {
  .p-title01 .is-en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-title01 .is-jp {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #E32F2F;
  line-height: 1.4;
}
@media (min-width: 811px) {
  .p-title01 .is-jp {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
.p-title01::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #bcbcbc;
}
@media (min-width: 811px) {
  .p-title01::before {
    width: 80px;
  }
}

.p-title02 {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .p-title02 {
    padding-bottom: 18px;
    margin-bottom: 60px;
  }
}
@media (min-width: 811px) {
  .p-title02.is-pmb20 {
    margin-bottom: 20px;
  }
}
.p-title02 .is-jp {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 811px) {
  .p-title02 .is-jp {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.p-title02 .is-red {
  color: #E32F2F;
}
.p-title02::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #bcbcbc;
}
@media (min-width: 811px) {
  .p-title02::before {
    width: 80px;
  }
}
.p-title02.is-white {
  color: #fff;
}
.p-title02.is-white::before {
  background-color: #fff;
}
.p-title02.is-left {
  text-align: left;
}
.p-title02.is-left::before {
  left: 0;
  transform: none;
}

.p-title03:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .p-title03:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-title03 .is-small {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 5px;
}
@media (min-width: 811px) {
  .p-title03 .is-small {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-title03 .is-jp {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  color: #E32F2F;
}
@media (min-width: 811px) {
  .p-title03 .is-jp {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.p-title04 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.p-title04::before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #E32F2F;
}
.p-title04 .is-jp {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 811px) {
  .p-title04 .is-jp {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-title05 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: solid 2px #191818;
  margin-bottom: 15px;
}
@media (min-width: 811px) {
  .p-title05 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.p-title06 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.p-title06::before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #E32F2F;
}
.p-title06 .is-jp {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 811px) {
  .p-title06 .is-jp {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-title06::before {
    width: 55px;
  }
}

.p-lead01 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 811px) {
  .p-lead01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-lead01__inner:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 811px) {
  .p-lead01__inner:not(:last-child) {
    margin-bottom: 15px;
  }
}
.p-lead01__inner .is-bg-red {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  padding: 7px 2px;
  background-color: #E32F2F;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 811px) {
  .p-lead01__inner .is-bg-red {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    margin-right: 13px;
  }
}
.p-lead01__inner .is-red {
  color: #E32F2F;
}

.p-text01 {
  line-height: 1.7;
}
.p-text01:not(:last-child) {
  margin-bottom: 40px;
}
.p-text01.is-white {
  color: #fff;
}
.p-text01.is-center {
  text-align: center;
}
@media (min-width: 811px) {
  .p-text01.is-pmb60 {
    margin-bottom: 60px;
  }
}
.p-text01__inner:not(:last-child) {
  margin-bottom: 10px;
}
.p-text01__inner .is-red {
  color: #E32F2F;
}
.p-text01__inner .is-blank {
  position: relative;
}
.p-text01__inner .is-blank::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_blank01_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 811px) {
  .p-text01__inner.is-pfz18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-button01 {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
@media (min-width: 811px) {
  .p-button01__container {
    display: flex;
    justify-content: center;
  }
  .p-button01__container > * {
    margin: 0;
  }
  .p-button01__container > :nth-child(2) {
    margin-left: 40px;
  }
  .p-button01__container .p-button01:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 811px) {
  .p-button01 {
    max-width: 500px;
  }
}
.p-button01:not(:last-child) {
  margin-bottom: 20px;
}
.p-button01.is-mb60 {
  margin-bottom: 60px;
}
.p-button01__inner,
.p-button01__inner-center {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #BF1D1D;
  width: 100%;
  color: #fff;
  min-height: 60px;
  border: solid 2px #BF1D1D;
  border-radius: 9999px;
  padding-left: 60px;
  padding-right: 45px;
  transition: ease 0.3s;
  letter-spacing: 0;
}
@media (min-width: 811px) {
  .p-button01__inner,
  .p-button01__inner-center {
    font-size: 24px;
    font-size: 1.5rem;
    min-height: 80px;
    line-height: 1.4;
  }
  .p-button01__inner::before {
    position: relative;
    top: 2px;
    display: inline-block;
    content: "";
    width: 40px;
    height: 30px;
    margin-right: 5px;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/common/icon_mail_white.svg);
    transition: ease 0.3s;
    flex-shrink: 0;
  }
  .p-button01__inner:hover {
    background-color: #fff;
    color: #BF1D1D;
  }
  .p-button01__inner:hover::before {
    background-image: url(../img/common/icon_mail_red.svg);
  }
  .p-button01__inner-center span{
    position: relative;

  }
  .p-button01__inner-center span::before {
    position: absolute;
    top: 3px;
    left: -3em;
    display: inline-block;
    content: "";
    width: 40px;
    height: 30px;
    margin-right: 5px;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/common/icon_mail_white.svg);
    transition: ease 0.3s;
    flex-shrink: 0;
  }
  .p-button01__inner-center:hover {
    background-color: #fff;
    color: #BF1D1D;
  }
  .p-button01__inner-center:hover span::before {
    background-image: url(../img/common/icon_mail_red.svg);
  }
}
.p-button01::before, .p-button01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease 0.3s;
}
.p-button01::before {
  left: 20px;
  width: 30px;
  height: 20px;
  background-image: url(../img/common/icon_mail_white.svg);
}
@media (min-width: 811px) {
  .p-button01::before {
    display: none;
  }
}
.p-button01::after {
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_arrow02_white.svg);
}
@media (min-width: 811px) {
  .p-button01::after {
    right: 40px;
  }
}
@media (min-width: 811px) {
  .p-button01:hover::after {
    background-image: url(../img/common/icon_arrow02_red.svg);
  }
}
@media (min-width: 811px) {
  .p-button01.is-document:hover::after {
    background-image: url(../img/common/icon_arrow02_white.svg);
  }
}
.p-button01.is-document a {
  background-color: #fff;
  color: #BF1D1D;
}
.p-button01.is-document a::before {
  height: 40px;
  background-image: url(../img/common/icon_document_red.svg);
}
@media (min-width: 811px) {
  .p-button01.is-document a:hover {
    background-color: #BF1D1D;
    color: #fff;
  }
  .p-button01.is-document a:hover::before {
    background-image: url(../img/common/icon_document_white.svg);
  }
}
.p-button01.is-document::before {
  height: 30px;
  background-image: url(../img/common/icon_document_red.svg);
}
.p-button01.is-document::after {
  background-image: url(../img/common/icon_arrow02_red.svg);
}
.p-button01.is-service-website {
  margin-left: 0;
}
@media (min-width: 811px) {
  .p-button01.is-service-website:hover::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
  .p-button01.is-service-website:hover::after {
    background-image: url(../img/common/icon_arrow02_white.svg);
  }
}
.p-button01.is-service-website a {
  color: #EF6C28;
  background-color: #fff;
  border-color: #fff;
}
.p-button01.is-service-website a::before {
  background-image: url(../img/common/icon_mail_orange.svg);
}
@media (min-width: 811px) {
  .p-button01.is-service-website a:hover {
    background-color: #EF6C28;
    color: #fff;
  }
  .p-button01.is-service-website a:hover::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
}
.p-button01.is-service-website::before {
  background-image: url(../img/common/icon_mail_orange.svg);
}
.p-button01.is-service-website::after {
  background-image: url(../img/common/icon_arrow02_orange.svg);
}
.p-button01.is-service-ad_inhouse {
  margin-left: 0;
}
@media (min-width: 811px) {
  .p-button01.is-service-ad_inhouse:hover::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
  .p-button01.is-service-ad_inhouse:hover::after {
    background-image: url(../img/common/icon_arrow02_white.svg);
  }
}
.p-button01.is-service-ad_inhouse a {
  color: #E32F2F;
  background-color: #fff;
  border-color: #fff;
}
.p-button01.is-service-ad_inhouse a::before {
  background-image: url(../img/common/icon_mail_red.svg);
}
@media (min-width: 811px) {
  .p-button01.is-service-ad_inhouse a:hover {
    background-color: #E32F2F;
    color: #fff;
  }
  .p-button01.is-service-ad_inhouse a:hover::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
}
.p-button01.is-service-ad_inhouse::before {
  background-image: url(../img/common/icon_mail_red.svg);
}
.p-button01.is-service-ad_inhouse::after {
  background-image: url(../img/common/icon_arrow02_red.svg);
}
.p-button01.is-service-customer_insight {
  margin-left: 0;
}
@media (min-width: 811px) {
  .p-button01.is-service-customer_insight:hover::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
  .p-button01.is-service-customer_insight:hover::after {
    background-image: url(../img/common/icon_arrow02_white.svg);
  }
}
.p-button01.is-service-customer_insight a {
  color: #59B200;
  background-color: #fff;
  border-color: #fff;
}
.p-button01.is-service-customer_insight a::before {
  background-image: url(../img/common/icon_mail_green.svg);
}
@media (min-width: 811px) {
  .p-button01.is-service-customer_insight a:hover {
    background-color: #59B200;
    color: #fff;
  }
  .p-button01.is-service-customer_insight a:hover::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
}
.p-button01.is-service-customer_insight::before {
  background-image: url(../img/common/icon_mail_green.svg);
}
.p-button01.is-service-customer_insight::after {
  background-image: url(../img/common/icon_arrow02_green.svg);
}
.p-button01.is-orange a {
  background-color: #EF6C28;
  border-color: #EF6C28;
}
@media (min-width: 811px) {
  .p-button01.is-orange a:hover {
    background-color: #fff;
    color: #EF6C28;
  }
  .p-button01.is-orange a:hover::before {
    background-image: url(../img/common/icon_mail_orange.svg);
  }
}
@media (min-width: 811px) {
  .p-button01.is-orange:hover::before {
    background-image: url(../img/common/icon_mail_orange.svg);
  }
  .p-button01.is-orange:hover::after {
    background-image: url(../img/common/icon_arrow02_orange.svg);
  }
}
.p-button01.is-orange-reverse a {
  border-color: #EF6C28;
  color: #EF6C28;
}
.p-button01.is-orange-reverse a::before {
  background-image: url(../img/common/icon_document_orange.svg);
}
@media (min-width: 811px) {
  .p-button01.is-orange-reverse a:hover {
    background-color: #EF6C28;
  }
}
.p-button01.is-orange-reverse::before {
  background-image: url(../img/common/icon_document_orange.svg);
}
.p-button01.is-orange-reverse::after {
  background-image: url(../img/common/icon_arrow02_orange.svg);
}
.p-button01.is-green a {
  background-color: #59B200;
  border-color: #59B200;
}
@media (min-width: 811px) {
  .p-button01.is-green a:hover {
    background-color: #fff;
    color: #59B200;
  }
  .p-button01.is-green a:hover::before {
    background-image: url(../img/common/icon_mail_green.svg);
  }
}
@media (min-width: 811px) {
  .p-button01.is-green:hover::before {
    background-image: url(../img/common/icon_mail_green.svg);
  }
  .p-button01.is-green:hover::after {
    background-image: url(../img/common/icon_arrow02_green.svg);
  }
}
.p-button01.is-green-reverse a {
  border-color: #59B200;
  color: #59B200;
}
.p-button01.is-green-reverse a::before {
  background-image: url(../img/common/icon_document_green.svg);
}
@media (min-width: 811px) {
  .p-button01.is-green-reverse a:hover {
    background-color: #59B200;
  }
}
.p-button01.is-green-reverse::before {
  background-image: url(../img/common/icon_document_green.svg);
}
.p-button01.is-green-reverse::after {
  background-image: url(../img/common/icon_arrow02_green.svg);
}

.p-button02 {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
@media (min-width: 811px) {
  .p-button02 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-button02:hover::before {
    background-image: url(../img/common/icon_arrow01_white.svg);
  }
}
.p-button02__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  width: 100%;
  color: #E32F2F;
  min-height: 50px;
  border: solid 2px #E32F2F;
  border-radius: 9999px;
  padding-left: 45px;
  padding-right: 45px;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .p-button02__inner {
    min-height: 60px;
    line-height: 1.4;
  }
  .p-button02__inner:hover {
    background-color: #E32F2F;
    color: #fff;
    border-color: #E32F2F;
  }
}
.p-button02__inner.is-mh60 {
  min-height: 60px;
}
.p-button02::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url(../img/common/icon_arrow01_red.svg);
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .p-button02.is-pmb120 {
    margin-bottom: 120px;
  }
}
.p-button02.is-left {
  margin-left: 0;
}

.p-article01 {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .p-article01 {
    margin-bottom: 60px;
  }
}
.p-article01__list {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 811px) {
  .p-article01__list {
    display: flex;
    width: 100%;
    left: 0;
  }
}
.p-article01__list__inner {
  margin: 0 5px;
}
@media (min-width: 811px) {
  .p-article01__list__inner {
    width: calc(33% - 27px);
    max-width: 360px;
    margin: 0;
  }
  .p-article01__list__inner:not(:nth-child(3n-2)) {
    margin-left: 40px;
  }
}
.p-article01 a {
  position: relative;
  top: 0;
  display: block;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .p-article01 a:hover {
    top: -20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.p-article01__image__wrap {
  position: relative;
}
.p-article01__thumbnail {
  margin-bottom: 0;
}
.p-article01__logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0;
}
.p-article01__container {
  background-color: #fff;
  padding: 20px 20px 30px 18px;
}
@media (min-width: 811px) {
  .p-article01__container {
    padding: 20px 20px 40px;
  }
}
.p-article01__category {
  margin-bottom: 5px;
  line-height: 1.4;
}
.p-article01__category__inner {
  font-size: 14px;
  font-size: 0.875rem;
  color: #adadad;
}
.p-article01__title {
  color: #000;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media (min-width: 811px) {
  .p-article01__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.p-article01__text {
  color: #E32F2F;
}
@media (min-width: 811px) {
  .p-article01__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-article01__text.is-blank {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.p-article01__text.is-blank::before {
  left: 100%;
  display: inline-block;
  margin-left: 10px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/common/icon_blank01_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-article01 .slick__prev,
.p-article01 .slick__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #E32F2F;
  border-radius: 9999px;
  z-index: 2;
}
.p-article01 .slick__prev::before,
.p-article01 .slick__next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url(../img/common/icon_arrow04_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-article01 .slick__prev {
  left: 10px;
}
.p-article01 .slick__next {
  right: 10px;
}
.p-article01 .slick__next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-article02:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .p-article02:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-article02__inner {
  border-bottom: solid 2px #d8d8d8;
}
.p-article02 a {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 811px) {
  .p-article02 a:hover .p-article02__title {
    color: #E32F2F;
  }
}
.p-article02__thumbnail {
  display: block;
  max-width: 36%;
  flex-shrink: 0;
  margin-top: 34px;
  margin-bottom: 0;
}
@media (min-width: 811px) {
  .p-article02__thumbnail {
    max-width: 38%;
    margin-top: 0;
  }
}
.p-article02__content {
  position: relative;
  width: calc(64% - 10px);
  margin-left: 10px;
}
@media (min-width: 811px) {
  .p-article02__content {
    width: calc(62% - 40px);
    margin-left: 40px;
    padding-bottom: 60px;
  }
}
.p-article02__time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #adadad;
}
@media (min-width: 811px) {
  .p-article02__time {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.p-article02__title {
  line-height: 1.4;
  color: #191818;
  transition: ease 0.3s;
  margin-top: 10px;
}
@media (min-width: 811px) {
  .p-article02__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-article02__category {
  margin-bottom: 12px;
}
@media (min-width: 811px) {
  .p-article02__category {
    margin-bottom: 0;
  }
}
.p-article02__category__inner {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  letter-spacing: 0.02em;
  background-color: #cecece;
  color: #fff;
  padding: 4px 18px;
  border-radius: 9999px;
}
@media (min-width: 811px) {
  .p-article02__category__inner {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 5px 35px;
    margin-top: 10px;
    min-height: 30px;
  }
}
.p-article02__category__inner:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 811px) {
  .p-article02__category__inner:not(:last-child) {
    margin-right: 10px;
  }
}
.p-article02__text {
  color: #E32F2F;
}
@media (min-width: 811px) {
  .p-article02__text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.p-article02__text.is-arrow {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.p-article02__text.is-arrow::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  margin-left: 10px;
  background-image: url(../img/common/icon_arrow04_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-article03 {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .p-article03 {
    margin-bottom: 60px;
  }
}
.p-article03__inner {
  border-bottom: solid 2px #d8d8d8;
}
.p-article03 a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 811px) {
  .p-article03 a {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-article03 a:hover .p-article03__time,
  .p-article03 a:hover .p-article03__title {
    color: #E32F2F;
  }
}
.p-article03__time {
  display: block;
  line-height: 1.5;
  color: #adadad;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .p-article03__time {
    width: 110px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-article03__category__wrap {
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 811px) {
  .p-article03__category__wrap {
    margin-bottom: 0;
  }
}
.p-article03__category__inner {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #cecece;
  color: #fff;
  line-height: 1.4;
  padding: 2px 18px;
  border-radius: 9999px;
  margin-left: 10px;
  text-align: center;
}
@media (min-width: 811px) {
  .p-article03__category__inner {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 130px;
    padding: 5px 35px;
    margin-left: 30px;
    flex-shrink: 0;
  }
}
.p-article03__title {
  position: relative;
  color: #000;
  line-height: 1.7;
  padding-right: 15px;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .p-article03__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 30px;
    width: 100%;
  }
}
.p-article03__title::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  background-image: url(../img/common/icon_arrow02_red2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-detail01__category {
  margin-left: 10px;
}
.p-detail01__category__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 811px) {
  .p-detail01__category__wrap {
    margin-bottom: 20px;
  }
}
.p-detail01__category__inner {
  min-width: 60px;
  min-height: 20px;
}
@media (min-width: 811px) {
  .p-detail01__category__inner {
    min-width: 100px;
    min-height: 30px;
  }
}
.p-detail01__category__inner a {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #cecece;
  width: 100%;
  height: 100%;
  min-height: 20px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 9999px;
}
@media (min-width: 811px) {
  .p-detail01__category__inner a {
    font-size: 14px;
    font-size: 0.875rem;
    min-height: 30px;
  }
}
.p-detail01__time {
  color: #adadad;
  line-height: 1.5;
}
@media (min-width: 811px) {
  .p-detail01__time {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
.p-detail01__title {
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .p-detail01__title {
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.p-detail01__title.is-mb0 {
  margin-bottom: 0;
}
.p-detail01__title .is-jp {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 811px) {
  .p-detail01__title .is-jp {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-detail01__thumbnail {
  display: block;
  aspect-ratio: 335 / 195;
}
.p-detail01__thumbnail:not(:last-child) {
  margin-bottom: 30px;
}
.p-detail01__content {
  /* wp生成コード用css */
}
.p-detail01__content:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .p-detail01__content:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-detail01__content h1,
.p-detail01__content h2,
.p-detail01__content h3,
.p-detail01__content h4,
.p-detail01__content h5,
.p-detail01__content h6 {
  font-weight: bold;
  line-height: 1.4;
}
.p-detail01__content h1:not(:last-child),
.p-detail01__content h2:not(:last-child),
.p-detail01__content h3:not(:last-child),
.p-detail01__content h4:not(:last-child),
.p-detail01__content h5:not(:last-child),
.p-detail01__content h6:not(:last-child) {
  margin-bottom: 20px;
}
.p-detail01__content h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
.p-detail01__content h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 60px;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #E32F2F;
}
.p-detail01__content h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 40px;
  border-left: 7px solid #E32F2F;
  text-indent: 0.5em;
}
.p-detail01__content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 40px;
  padding-left: 30px;
  position: relative;
}
.p-detail01__content h4::before {
  content: "";
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_tick.svg) no-repeat center center/cover;
}
.p-detail01__content h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
}
.p-detail01__content h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
}
.p-detail01__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
}
.p-detail01__content p mark {
  background: linear-gradient(to bottom,transparent 50%, #F8FE52 55%);
}
.p-detail01__content p:not(:last-child) {
  margin-bottom: 20px;
}
.p-detail01__content ul,
.p-detail01__content ol {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 1.5em;
}
.p-detail01__content ul:not(:last-child),
.p-detail01__content ol:not(:last-child) {
  margin-bottom: 20px;
}
.p-detail01__content ul li,
.p-detail01__content ol li {
  line-height: 1.7;
}
.p-detail01__content ul li:not(:last-child),
.p-detail01__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.p-detail01__content ul {
  list-style-type: disc;
}
.p-detail01__content ol {
  list-style-type: decimal;
}
.p-detail01__content figure {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
}
.p-detail01__content figure:not(:last-child) {
  margin-bottom: 20px;
}
.p-detail01__content figure img {
  max-width: 100%;
}
.p-detail01__content blockquote {
  background-color: #f8f8f8;
  padding: 20px;
}
.p-detail01__content blockquote:not(:last-child) {
  margin-bottom: 20px;
}
.p-detail01__content blockquote p:not(:last-child) {
  margin-bottom: 10px;
}
.p-detail01__content blockquote cite {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  color: #adadad;
}
.p-detail01__content blockquote cite:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 811px) {
  .p-detail01__content pre {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-detail01__content pre:not(:last-child) {
  margin-bottom: 20px;
}
.p-detail01__content pre.wp-block-code code {
  padding: 10px;
}
.p-detail01__content strong {
  font-weight: bold;
}
.p-detail01__content em {
  font-style: italic;
}
.p-detail01__content a {
  color: #1a0dab;
  text-decoration: underline;
}
.p-detail01__content a[target="_blank"]::after {
  position: relative;
  top: 5px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/common/icon_blank01_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.p-detail01__content sup,
.p-detail01__content sub {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 2px;
}
.p-detail01__content sup {
  vertical-align: top;
}
.p-detail01__content code {
  display: inline-block;
  padding: 0 5px;
  max-width: 100%;
  vertical-align: middle;
  overflow-x: auto;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.p-detail01__content kbd {
  background-color: #f9f9f9;
  border: 1px solid #777;
  border-radius: 2px;
  box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
  padding: 1px 3px;
}

.pageNation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  margin: 0 auto;
}
.pageNation a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-color: #cecece;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .pageNation a:hover {
    background-color: #E32F2F;
  }
}
.pageNation .is-center {
  width: calc(100% - 150px);
  min-width: 185px;
  max-width: 220px;
  height: 60px;
}
.pageNation .is-center a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (min-width: 811px) {
  .pageNation .is-center a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.pageNation .is-prev,
.pageNation .is-next {
  position: absolute;
  width: 60px;
  height: 60px;
}
.pageNation .is-prev::before,
.pageNation .is-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 15px;
  height: 20px;
  background-image: url(../img/common/icon_arrow02_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pageNation .is-prev {
  left: 0;
  margin-right: 15px;
}
.pageNation .is-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pageNation .is-next {
  right: 0;
  margin-left: 15px;
}

@media (min-width: 811px) {
  .p-content01__wrap {
    display: flex;
    margin-bottom: 60px;
  }
}
.p-content01.is-main {
  margin-bottom: 60px;
}
@media (min-width: 811px) {
  .p-content01.is-main {
    width: 71%;
    max-width: 820px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-content01.is-side {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .p-content01.is-side {
    width: calc(29% - 60px);
    margin-left: 60px;
  }
}

.kv__wrap {
  position: relative;
  height: 100vh;
  min-height: 812px;
  z-index: 1;
  padding: 110px 0 50px;
}
@media (min-height: 812px) {
  .kv__wrap {
    height: auto;
  }
}
@media (min-width: 811px) {
  .kv__wrap {
    padding-top: 230px;
    min-height: 1080px;
  }
}
.kv__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__inner {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}
.kv__lead {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px 10px;
  margin-bottom: 50px;
}
@media (min-width: 811px) {
  .kv__lead {
    text-align: center;
    padding: 80px 10px 50px;
  }
}
.kv__text01 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 10px;
  width: calc(100% - 20px);
}
@media (min-width: 811px) {
  .kv__text01 {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
.kv__text01__inner:not(:last-child) {
  margin-bottom: 15px;
}
.kv__text01__image01, .kv__text01__image02 {
  display: block;
}
.kv__text01__image01 {
  margin-bottom: 24px;
}
@media (min-width: 811px) {
  .kv__text01__image01 {
    width: 70%;
    max-width: 805px;
    margin: 0 auto 40px;
  }
}
.kv__text01__image02 {
  width: 90%;
}
@media (min-width: 811px) {
  .kv__text01__image02 {
    width: 60%;
    max-width: 695px;
    margin: 0 auto;
  }
}
.kv__logo {
  display: block;
  width: calc(100% - 20px);
  margin: 7% auto 4%;
}
@media (min-width: 811px) {
  .kv__logo {
    width: 66%;
    max-width: 640px;
    margin: 4% auto 3%;
  }
}
@media (min-width: 811px) {
  .kv__banner a {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .kv__banner a:hover {
    opacity: 0.7;
  }
}

.top__content01__wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 811px) {
  .top__content01__wrap {
    flex-direction: row;
  }
}
.top__content01.is-image {
  width: 166px;
  height: 180px;
  text-align: center;
}
@media (min-width: 811px) {
  .top__content01.is-image {
    width: 280px;
    height: 330px;
    text-align: left;
    margin-right: 28px;
  }
}
.top__content01.is-text {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  margin-bottom: 42px;
}
@media (min-width: 811px) {
  .top__content01.is-text {
    margin-bottom: 0;
    background-color: transparent;
  }
}
.top__content01.is-text::before {
  position: absolute;
  top: calc(100% - 7px);
  right: 20%;
  display: block;
  content: "";
  width: 31px;
  height: 42px;
  background-image: url(../img/common/icon_delta02-1_sp_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 811px) {
  .top__content01.is-text::before {
    display: none;
  }
}
.top__list01__inner {
  padding-left: 30px;
  line-height: 1.7;
  background-image: url(../img/common/icon_check01_sp_red.svg);
  background-position: top 5px left;
  background-repeat: no-repeat;
}
@media (min-width: 811px) {
  .top__list01__inner {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 40px 25px 72px;
    background-image: url(../img/common/icon_check01_pc_red.svg);
    background-position: center left 30px;
  }
  .top__list01__inner::before {
    position: absolute;
    right: calc(100% - 10px);
    display: block;
    content: "";
    width: 38px;
    height: 23px;
    background-image: url(../img/common/icon_delta02-1_pc_white.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top__list01__inner:first-child::before {
    bottom: 5px;
  }
  .top__list01__inner:nth-child(2)::before {
    width: 38px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/common/icon_delta02-2_pc_white.svg);
  }
  .top__list01__inner:last-child::before {
    top: 13px;
    background-image: url(../img/common/icon_delta02-3_pc_white.svg);
  }
}
.top__list01__inner:not(:last-child) {
  margin-bottom: 15px;
}
.top__content02 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.top__content02__wrap {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .top__content02__wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 811px) {
  .top__content02 {
    padding: 90px 0 100px;
  }
}
.top__content02:first-child::before, .top__content02:last-child::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: calc(100% - 60px);
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
@media (min-width: 811px) {
  .top__content02:first-child::before, .top__content02:last-child::before {
    width: 50%;
  }
}
.top__content02:first-child::before {
  left: 0;
}
.top__content02:last-child::before {
  right: 0;
}
@media (min-width: 811px) {
  .top__content02.is-reverse .top__content02__inner {
    flex-direction: row-reverse;
  }
  .top__content02.is-reverse .top__content02__number {
    left: 0;
    right: auto;
  }
}
.top__content02__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 811px) {
  .top__content02__inner {
    flex-wrap: nowrap;
  }
}
.top__content02__image01 {
  order: 2;
  width: 47%;
}
@media (min-width: 811px) {
  .top__content02__image01 {
    flex-shrink: 0;
    max-width: 380px;
    margin-right: 65px;
  }
}
.top__content02__number {
  font-size: 40px;
  font-size: 2.5rem;
  order: 1;
  width: 44%;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #cbcbcb;
}
@media (min-width: 811px) {
  .top__content02__number {
    font-size: 90px;
    font-size: 5.625rem;
    width: auto;
    position: absolute;
    top: 90px;
    right: 0;
  }
}
.top__content02__title {
  width: 100%;
  margin-top: 20px;
}
.top__content02__text {
  width: 100%;
}
.top__content02__textArea {
  order: 3;
}
@media (min-width: 811px) {
  .top__content02__textArea {
    margin-top: 246px;
  }
}
.top__title01 {
  position: relative;
  padding: 60px 0 100px;
  margin-bottom: -60px;
  z-index: -1;
}
@media (min-width: 811px) {
  .top__title01 {
    padding: 100px 0 200px;
    margin-bottom: -145px;
  }
}
.top__title01 .is-jp {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-bottom: 18px;
}
@media (min-width: 811px) {
  .top__title01 .is-jp {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.top__title01 .is-jp::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #fff;
}
@media (min-width: 811px) {
  .top__title01 .is-jp::before {
    width: 80px;
  }
}
.top__title01::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 260px;
  background-image: url(../img/top/title01_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 811px) {
  .top__title01::before {
    background-image: url(../img/top/title01_pc.jpg);
    height: 390px;
  }
}
@media (min-width: 811px) {
  .top__card01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.top__card01:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .top__card01:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (min-width: 811px) {
  .top__card01__inner {
    width: calc(33% - 27px);
    max-width: 360px;
  }
}
.top__card01__inner:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .top__card01__inner:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.top__card01 a {
  position: relative;
  top: 0;
  display: block;
  background-color: #f8f8f8;
  padding: 40px 20px;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .top__card01 a:hover {
    top: -20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .top__card01 a:hover .p-button02::before {
    background-image: url(../img/common/icon_arrow01_white.svg);
  }
  .top__card01 a:hover .p-button02__inner {
    background-color: #E32F2F;
    color: #fff;
  }
}
.top__card01__image {
  display: block;
  width: 120px;
  height: 100px;
  margin: 0 auto 20px;
}
@media (min-width: 811px) {
  .top__card01__image {
    width: 200px;
    height: 170px;
    margin-bottom: 30px;
  }
}
.top__card01__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 15px;
  color: #191818;
}
@media (min-width: 811px) {
  .top__card01__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.top__card01__text {
  line-height: 1.7;
  margin-bottom: 30px;
  color: #191818;
}
@media (min-width: 811px) {
  .top__card01__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.case__list {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .case__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.case__list__inner:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .case__list__inner:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 811px) {
  .case__list__inner:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media (min-width: 811px) {
  .case__list__inner {
    width: calc((100% - 80px) / 3);
    max-width: 360px;
  }
  .case__list__inner:not(:nth-child(3n-2)) {
    margin-left: 40px;
  }
}

.contents__category {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 10px;
}
.contents__category:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .contents__category:not(:last-child) {
    margin-bottom: 40px;
  }
}
.contents__category li {
  margin-top: 5px;
}
@media (min-width: 811px) {
  .contents__category li {
    margin-top: 10px;
  }
}
.contents__category li:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 811px) {
  .contents__category li:not(:last-child) {
    margin-right: 10px;
  }
}

.news__article01 {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .news__article01 {
    margin-bottom: 60px;
  }
}
.news__article01__inner {
  border-bottom: solid 2px #d8d8d8;
}
.news__article01 a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 811px) {
  .news__article01 a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news__article01 a:hover .news__article01__time,
  .news__article01 a:hover .news__article01__title {
    color: #E32F2F;
  }
}
.news__article01__time {
  display: block;
  line-height: 1.5;
  color: #adadad;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .news__article01__time {
    width: 110px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.news__article01__category__wrap {
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 811px) {
  .news__article01__category__wrap {
    margin-bottom: 15px;
  }
}
.news__article01__category__inner {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #cecece;
  color: #fff;
  line-height: 1.4;
  padding: 2px 18px;
  border-radius: 9999px;
  margin-left: 10px;
  text-align: center;
}
@media (min-width: 811px) {
  .news__article01__category__inner {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 130px;
    padding: 5px 35px;
    margin-left: 20px;
    flex-shrink: 0;
  }
}
.news__article01__title {
  position: relative;
  color: #000;
  line-height: 1.7;
  padding-right: 15px;
  transition: ease 0.3s;
}
@media (min-width: 811px) {
  .news__article01__title {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
}
.news__article01__title::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  background-image: url(../img/common/icon_arrow02_red2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lv__service {
  position: relative;
  height: calc(100vh - 60px);
  min-height: 788px;
  margin-bottom: 20px;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 811px) {
  .lv__service {
    height: calc(100vh - 100px);
    min-height: 980px;
  }
}
.lv__service.is-service-customer_insight {
  min-height: 752px;
}
@media (min-width: 811px) {
  .lv__service.is-service-customer_insight {
    min-height: 977px;
  }
}
.lv__service__image01 {
  position: absolute;
  aspect-ratio: 375/680;
  width: 100%;
  min-height: 680px;
  z-index: -1;
}
@media (min-width: 811px) {
  .lv__service__image01 {
    aspect-ratio: 1920/820;
    min-height: 820px;
  }
}
.lv__service__image01.is-service-website {
  background-color: #EF6C28;
}
.lv__service__image01.is-service-ad_inhouse {
  background-color: #E32F2F;
}
.lv__service__image01.is-service-customer_insight {
  background-color: #59B200;
}
.lv__service__image01 picture {
  display: block;
}
.lv__service__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1630px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
@media (min-width: 811px) {
  .lv__service__inner {
    width: calc(100% - 80px);
    padding-top: 120px;
  }
}
.lv__service__image02 {
  position: absolute;
}
.lv__service__image02.is-service-website {
  aspect-ratio: 371/233;
  bottom: 25px;
  right: -65px;
}
.lv__service__image02.is-service-ad_inhouse {
  aspect-ratio: 335/275;
  bottom: 15px;
}
.lv__service__image02.is-service-customer_insight {
  aspect-ratio: 335/211;
  bottom: 63px;
}
@media (min-width: 811px) {
  .lv__service__image02.is-service-website {
    aspect-ratio: 1180/740;
    max-width: 67%;
    bottom: 46px;
    right: 0;
  }
  .lv__service__image02.is-service-ad_inhouse {
    aspect-ratio: 980/800;
    max-width: 60%;
    bottom: 60px;
    right: 0;
  }
  .lv__service__image02.is-service-customer_insight {
    aspect-ratio: 1100/620;
    max-width: 62%;
    bottom: 68px;
    right: 0;
  }
}
.lv__service__image02 picture {
  display: block;
}
.lv__service__content01 {
  position: relative;
  z-index: 1;
}
.lv__service__content01__title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .lv__service__content01__title {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 30px;
  }
}
.lv__service__content01__logo {
  width: 264px;
  aspect-ratio: 264/69;
}
@media (min-width: 811px) {
  .lv__service__content01__logo {
    width: 420px;
    aspect-ratio: 420/110;
    margin-bottom: 10px;
  }
}
.lv__service__content01__logo picture {
  display: block;
}
.lv__service__content01__text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media (min-width: 811px) {
  .lv__service__content01__text {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}

.service__section01 {
  margin-bottom: 60px;
}
.service__inner01 {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 20px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 34px;
}
@media (min-width: 811px) {
  .service__inner01 {
    margin-bottom: 80px;
  }
}
.service__inner01::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 14px #fff;
  border-left: solid 22px transparent;
  border-right: solid 22px transparent;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 811px) {
  .service__inner01::before {
    border-top-width: 40px;
    border-left-width: 58px;
    border-right-width: 58px;
  }
}
.service__title01 {
  line-height: 1.4;
  max-width: 1160px;
}
@media (min-width: 811px) {
  .service__title01 {
    margin: 0 auto;
  }
}
.service__title01:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .service__title01:not(:last-child) {
    margin-bottom: 65px;
  }
}
.service__title01.is-center {
  text-align: center;
}
.service__title01 .is-en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #adadad;
  margin-bottom: 4px;
}
@media (min-width: 811px) {
  .service__title01 .is-en {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.service__title01 .is-jp {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 811px) {
  .service__title01 .is-jp {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.service__title01 .is-jp .is-orange {
  color: #EF6C28;
}
.service__title01 .is-jp .is-red {
  color: #E32F2F;
}
.service__title01 .is-jp .is-green {
  color: #59B200;
}
.service__title01.is-mb65 {
  margin-bottom: 65px;
}
@media (min-width: 811px) {
  .service__title01.is-pw714 {
    max-width: 714px;
    margin-left: 0;
  }
}
.service__title02 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 1160px;
}
@media (min-width: 811px) {
  .service__title02 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 auto 60px;
  }
}
@media (min-width: 811px) {
  .service__title02.is-pw714 {
    max-width: 714px;
    margin-left: 0;
  }
}
.service__container01 {
  display: flex;
  align-items: center;
}
@media (min-width: 811px) {
  .service__container01__wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 811px) {
  .service__container01 {
    display: block;
    width: 100%;
  }
  .service__container01:first-child {
    max-width: 286px;
  }
  .service__container01:nth-child(2) {
    max-width: 308px;
  }
  .service__container01:last-child {
    max-width: 265px;
  }
}
.service__container01:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .service__container01:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12%;
  }
}
.service__container01__image {
  display: block;
  width: 39%;
  min-width: 120px;
  aspect-ratio: 120/85;
}
@media (min-width: 811px) {
  .service__container01__image {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 260/180;
    margin: 0 auto 25px;
  }
}
.service__container01__text {
  font-weight: bold;
  line-height: 1.2;
  margin-left: 15px;
}
@media (min-width: 811px) {
  .service__container01__text {
    letter-spacing: 0.1em;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .service__container01__text {
    word-break: keep-all;
  }
}
.service__container02 {
  position: relative;
  padding: 60px 30px;
  border-radius: 10px;
  z-index: -1;
}
.service__container02:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 811px) {
  .service__container02:not(:last-child) {
    margin-bottom: 40px;
  }
}
.service__container02.is-a {
  background-color: #EF6C28;
}
.service__container02.is-b {
  background-color: #E32F2F;
}
.service__container02.is-c {
  background-color: #59B200;
  padding: 60px 20px;
}
.service__container02__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.service__lead01 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 1160px;
}
@media (min-width: 811px) {
  .service__lead01 {
    text-align: left;
    margin: 0 auto 30px;
  }
}
@media (min-width: 811px) {
  .service__lead01__inner:first-child {
    margin-bottom: -1.5em;
  }
}
.service__lead01 .is-small {
  letter-spacing: 0.1em;
}
@media (min-width: 811px) {
  .service__lead01 .is-small {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .service__lead01 .is-small.is-pfz80 {
    font-size: 80px;
    font-size: 5rem;
  }
}
.service__lead01 .is-large {
  font-size: 40px;
  font-size: 2.5rem;
  margin-right: 5px;
}
@media (min-width: 811px) {
  .service__lead01 .is-large {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.service__lead01 .is-middle {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 811px) {
  .service__lead01 .is-middle {
    font-size: 80px;
    font-size: 5rem;
  }
}
.service__text01 {
  line-height: 1.7;
  max-width: 1160px;
}
@media (min-width: 811px) {
  .service__text01 {
    margin: 0 auto;
  }
}
.service__text01.is-white {
  color: #fff;
}
@media (min-width: 811px) {
  .service__text01.is-pw714 {
    max-width: 714px;
    margin-left: 0;
  }
}
.service__text01__inner:not(:last-child) {
  margin-bottom: 15px;
}
.service__text01__inner .is-bg-white {
  display: inline-block;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .service__text01__inner .is-bg-white {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 12px 24px;
    margin-bottom: 0;
  }
}
.service__text01__inner .is-red {
  color: #E32F2F;
}
.service__text01__inner .is-green {
  color: #59B200;
  margin-bottom: 10px;
}
.service__text01__inner .is-mr10 {
  margin-right: 10px;
}
@media (min-width: 811px) {
  .service__text01__inner .is-pmr20 {
    margin-right: 20px;
  }
}
.service__text02 {
  background-color: #ededed;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.7;
}
@media (min-width: 811px) {
  .service__text02 {
    letter-spacing: 0.1em;
  }
}
.service__text02 .is-link {
  position: relative;
  display: inline-block;
  color: #E32F2F;
}
.service__text02 .is-link::before {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  background-image: url(../img/common/icon_arrow01_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service__container03 {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 20px 60px 10px;
  z-index: 1;
}
@media (min-width: 811px) {
  .service__container03 {
    padding: 120px 20px;
  }
}
.service__container03:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .service__container03:not(:last-child) {
    margin-bottom: 40px;
  }
}
.service__container03.is-bg01 {
  background-image: url(../img/service_a/bg02_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 811px) {
  .service__container03.is-bg01 {
    background-image: url(../img/service_a/bg02_pc.png);
  }
}
.service__container03__inner {
  position: relative;
  max-width: 1160px;
}
@media (min-width: 811px) {
  .service__container03__inner {
    margin: 0 auto;
  }
}
.service__container03__image {
  display: none;
}
@media (min-width: 1080px) {
  .service__container03__image {
    display: block;
    position: absolute;
    bottom: 80px;
    right: 8%;
    aspect-ratio: 440/360;
    width: 25%;
    max-width: 440px;
  }
  .service__container03__image.is-b, .service__container03__image.is-c {
    max-width: 400px;
    aspect-ratio: 1/1;
  }
}
.service__content01__wrap {
  padding-left: 10px;
}
.service__content01__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  aspect-ratio: 130/140;
  width: 130px;
}
@media (min-width: 1201px) {
  .service__content01__image {
    top: auto;
    bottom: 0;
    aspect-ratio: 360/400;
    width: 32%;
    max-width: 360px;
  }
}
.service__list01 {
  padding-left: 55px;
}
@media (min-width: 1080px) {
  .service__list01 {
    max-width: 963px;
    padding-left: 40px;
  }
}
.service__list01__inner {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 20px 15px;
}
@media (min-width: 1080px) {
  .service__list01__inner {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 80px;
  }
  .service__list01__inner:nth-child(2n) {
    max-width: 858px;
    margin-left: auto;
  }
}
.service__list01__inner::before {
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1080px) {
  .service__list01__inner::before {
    width: 80px;
    height: 80px;
    left: -40px;
  }
}
.service__list01__inner:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1080px) {
  .service__list01__inner:not(:last-child) {
    margin-bottom: 50px;
  }
}
.service__list01__inner:not(:last-child)::after {
  position: absolute;
  display: block;
  content: "";
  top: 75%;
  left: -31px;
  width: 3px;
  height: 100%;
  background-color: #ededed;
  z-index: -1;
}
@media (min-width: 1080px) {
  .service__list01__inner:not(:last-child)::after {
    left: 0;
    height: 200%;
    transform-origin: top;
    transform: rotate(-45deg);
  }
}
@media (min-width: 1080px) {
  .service__list01__inner:nth-child(2n)::after {
    transform: rotate(45deg);
  }
}
.service__list01.is-a .service__list01__inner:first-child::before {
  background-image: url(../img/service_a/icon01.svg);
}
.service__list01.is-a .service__list01__inner:nth-child(2)::before {
  background-image: url(../img/service_a/icon02.svg);
}
.service__list01.is-a .service__list01__inner:nth-child(3)::before {
  background-image: url(../img/service_a/icon03.svg);
}
.service__list01.is-a .service__list01__inner:nth-child(4)::before {
  background-image: url(../img/service_a/icon04.svg);
}
.service__list01.is-a .service__list01__inner:last-child::before {
  background-image: url(../img/service_a/icon05.svg);
}
.service__list01.is-b .service__list01__inner:first-child::before {
  background-image: url(../img/service_b/icon01.svg);
}
.service__list01.is-b .service__list01__inner:nth-child(2)::before {
  background-image: url(../img/service_b/icon02.svg);
}
.service__list01.is-b .service__list01__inner:nth-child(3)::before {
  background-image: url(../img/service_b/icon03.svg);
}
.service__list01.is-b .service__list01__inner:nth-child(4)::before {
  background-image: url(../img/service_b/icon04.svg);
}
.service__list01.is-b .service__list01__inner:last-child::before {
  background-image: url(../img/service_b/icon05.svg);
}
.service__list01.is-c .service__list01__inner:first-child::before {
  background-image: url(../img/service_c/icon01.svg);
}
.service__list01.is-c .service__list01__inner:nth-child(2)::before {
  background-image: url(../img/service_c/icon02.svg);
}
.service__list01.is-c .service__list01__inner:nth-child(3)::before {
  background-image: url(../img/service_c/icon03.svg);
}
.service__list01.is-c .service__list01__inner:nth-child(4)::before {
  background-image: url(../img/service_c/icon04.svg);
}
.service__list01.is-c .service__list01__inner:last-child::before {
  background-image: url(../img/service_c/icon05.svg);
}
.service__content02__wrap {
  background-color: #f8f8f8;
  padding: 30px 15px;
  border-radius: 10px;
}
@media (min-width: 960px) {
  .service__content02__wrap {
    padding: 60px 40px;
  }
}
@media (min-width: 960px) {
  .service__content02 {
    display: flex;
    margin-bottom: 20px;
  }
}
.service__content02__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .service__content02__title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.service__content02__image01 {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .service__content02__image01 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 960px) {
  .service__content02__image02 {
    position: relative;
    aspect-ratio: 220/220;
    width: 220px;
    margin-top: -10px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
.service__content02__text {
  position: relative;
  background-color: #EF6C28;
  color: #fff;
  border-radius: 5px;
  padding: 15px 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .service__content02__text {
    padding: 20px 32px;
    margin-bottom: 0;
  }
}
.service__content02__text .is-yellow {
  color: #FFF395;
}
.service__balloon {
  position: relative;
  border: solid 3px #EF6C28;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 40px;
  letter-spacing: 0;
  line-height: 1.7;
  color: #EF6C28;
  margin-bottom: 10px;
  z-index: 1;
}
.service__balloon::after {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 20px;
  height: 30px;
  background-image: url(../img/common/icon_arrow06_sp_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 960px) {
  .service__balloon::after {
    width: 20px;
    height: 40px;
    background-image: url(../img/common/icon_arrow06_pc_red.svg);
  }
}
@media (min-width: 960px) {
  .service__balloon {
    padding: 20px 25px 20px 40px;
  }
  .service__balloon .is-underline {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .service__balloon .is-underline::before {
    position: absolute;
    bottom: 7px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FFF395;
    z-index: -1;
  }
  .service__balloon::before {
    position: absolute;
    bottom: -15px;
    right: 100%;
    display: block;
    content: "";
    width: 53px;
    height: 66px;
    background-image: url(../img/common/icon_delta03_orange.svg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.service__content03 {
  position: relative;
  border-radius: 5px;
  width: calc(100% + 20px);
  left: -10px;
}
.service__content03__wrap {
  max-width: 1000px;
  background-color: #ededed;
  border-radius: 10px;
  padding: 40px 23px;
}
@media (min-width: 960px) {
  .service__content03__wrap {
    margin: 0 auto;
    display: flex;
    padding: 40px 112px 40px 125px;
  }
}
.service__content03:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .service__content03:not(:last-child) {
    margin-bottom: 0;
    margin-right: 64px;
  }
}
.service__content03__image01, .service__content03__image02 {
  display: block;
  margin: 0 auto 15px;
}
.service__content03__image01 {
  aspect-ratio: 230/65;
  width: 230px;
}
@media (min-width: 960px) {
  .service__content03__image01 {
    aspect-ratio: 280/80;
    width: 280px;
    margin-top: 25px;
    margin-bottom: 34px;
  }
}
.service__content03__image02 {
  aspect-ratio: 120/115;
  width: 120px;
}
@media (min-width: 960px) {
  .service__content03__image02 {
    aspect-ratio: 140/135;
    width: 140px;
    margin-bottom: 20px;
  }
}
.service__content03__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 960px) {
  .service__content03__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service__content04 {
  position: relative;
  max-width: 904px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 811px) {
  .service__content04 {
    margin: 0 auto;
    padding: 55px 120px 40px;
  }
}
.service__content04__inner {
  position: relative;
}
.service__content04__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 811px) {
  .service__content04__title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.service__content04__title::before {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/common/icon_dquot.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 811px) {
  .service__content04__title::before {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    left: -60px;
  }
}
.service__content04__title::after {
  position: absolute;
  bottom: -5px;
  right: -4px;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/common/icon_dquot02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 811px) {
  .service__content04__title::after {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    right: -60px;
  }
}
.service__content04__text {
  margin-bottom: 15px;
}
@media (min-width: 811px) {
  .service__content04__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    max-width: 440px;
    margin-left: 0;
    margin-right: 223px;
  }
}
.service__content04__text strong {
  font-weight: bold;
}
.service__content04__lead {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #adadad;
  line-height: 1.4;
}
@media (min-width: 811px) {
  .service__content04__lead {
    font-size: 16px;
    font-size: 1rem;
    max-width: 440px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}
.service__content04__image {
  display: block;
  aspect-ratio: 1/1;
  width: 165px;
  margin: 0 auto 16px;
}
@media (min-width: 811px) {
  .service__content04__image {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.service__content04__logo {
  display: block;
  aspect-ratio: 145/88;
  width: 145px;
  margin: 0 auto;
}
.service__content05 {
  width: calc(100% - 10px);
  max-width: 1160px;
  margin: 0 auto;
}
.service__content05__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 10px;
  padding: 17px 20px 60px;
}
@media (min-width: 811px) {
  .service__content05__inner {
    padding: 60px 80px;
  }
}
.service__content05__inner:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .service__content05__inner:not(:last-child) {
    margin-bottom: 46px;
  }
}
.service__content05__image {
  order: 2;
  width: 120px;
  margin-bottom: 13px;
}
@media (min-width: 811px) {
  .service__content05__image {
    order: 1;
    position: absolute;
    top: 68px;
    left: 80px;
    aspect-ratio: 270/320;
    width: 24%;
    max-width: 270px;
  }
}
@media (min-width: 811px) {
  .service__content05__title, .service__content05__text {
    width: 60%;
    max-width: 688px;
    margin-left: auto;
  }
}
@media (min-width: 1081px) {
  .service__content05__title, .service__content05__text {
    width: 68%;
  }
}
.service__content05__title {
  order: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .service__content05__title {
    order: 2;
  }
}
.service__content05__title .is-en {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #59B200;
  margin-bottom: 10px;
}
@media (min-width: 811px) {
  .service__content05__title .is-en {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.service__content05__title .is-jp {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 811px) {
  .service__content05__title .is-jp {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
  }
}
.service__content05__text {
  order: 3;
  line-height: 1.7;
}
@media (min-width: 811px) {
  .service__content05__text {
    letter-spacing: 0.1em;
  }
}

/* 20230516_add_crm and Refurbishment */
.caseArt{
  margin-bottom: 60px;
  margin-top: 100px;
}
.caseArt__txt {
  margin-bottom: 40px;
}
.caseArt__ttl{
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.caseArt__logo{
  margin-top: 40px;
  text-align: center;
}
.caseArt__txt{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  border-top: 1px solid;
  padding-top: 16px;
}
.caseSide{
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  border-top: 1px solid;
  padding-top: 40px;
}
.caseSide__title{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 20px;
  font-weight: 500;
}
.caseSide__bnr{
  margin-top: 20px;
}
.caseSide__bnr img{
  width: 100%;
}

/* service-ad_inhouse実績部分調整 */
.service__content04__title{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__logo a{
  display: inline-block;
  padding-top: 2px;
}
.footer__company{
  text-align: left;
  margin-top: 50px;
}
.footer__company a{
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  color: rgb(25, 24, 24);
  transition: ease .3s;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.footer__company a::before {
  position: absolute;
  top: 78%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_blank01_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease .3s;
}
.footer__logo__in{
  margin-bottom: 20px;
}
.p-detail01__content a[target="_blank"]:has(>img)::after{
  display: none;
}
.p-article01__category__item{
  margin-bottom: 5px;
  line-height: 1.4;
}
/* crm */
.lv__service__image01.is-service-crm{
  background: #14AED3;
}
.lv__service__image02.is-service-crm {
  aspect-ratio: 371/233;
  bottom: 25px;
  right: -65px;
}
.p-button01.is-service-crm a {
  color: #14AED3;
  background-color: #fff;
  border-color: #fff;
}
.p-button01.is-service-crm {
  margin-left: 0;
}
.p-button01.is-service-crm a::before,
.p-button01.is-service-crm::before {
  background-image: url(../img/common/icon_mail_blue.svg);
}
.p-button01.is-service-crm::after {
  background-image: url(../img/common/icon_arrow02_blue.svg);
}
.service__title01 .is-jp .is-blue {
  color: #14AED3;
}
.service__inner01::before{
  box-shadow: none;
}
.service__inner01,
.service__container03{
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.025));
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.025));
}
.service__container02.is-crm{
  background-color: #14AED3;
}
.service__list01.is-crm .service__list01__inner:first-child::before {
  background-image: url(../img/service_crm/icon01.svg);
}
.service__list01.is-crm .service__list01__inner:nth-child(2)::before {
  background-image: url(../img/service_crm/icon02.svg);
}
.service__list01.is-crm .service__list01__inner:nth-child(3)::before {
  background-image: url(../img/service_crm/icon03.svg);
}
.service__list01.is-crm .service__list01__inner:nth-child(4)::before {
  background-image: url(../img/service_crm/icon04.svg);
}
.service__list01.is-crm .service__list01__inner:nth-child(5)::before {
  background-image: url(../img/service_crm/icon05.svg);
}
.service__content05__title .is-blue{
  color: #14AED3;
}
.lv__service__image02.is-service-crm{
  right: 5px;
  bottom: 10px;
}
body.is-singleCase{
  background: #fff;;
}
a.none-icon[target="_blank"]::after{
  display: none;
}
/* case selectbox */
.case_form{
  width: calc(100% - 80px);
}
.case_form__wrap{
  position: relative;
  margin-bottom: 30px;
}
.case_select {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.case_select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #393838;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.case_select select {
  appearance: none;
  width: 100%;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: none;
  border-bottom: 2px solid #d8d8d8;
  background-color: #fff;
  color: #191818;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
}
.case_select select:focus {
  outline: none;
}
.case_select:nth-child(2){
  margin: 10px 0;
}
.case_form__input{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 50px;
  padding: 10px 16px;
  background: #E32F2F;
}

@media (min-width: 811px) {
  .caseArt{
    margin-bottom: 60px;
  }
  .caseArt__ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .caseArt__txt {
    width: 71%;
    max-width: 820px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .caseArt__txt{
    padding-top: 40px;;
  }
  .caseSide__logo img{
    width: 100%;
  }
  .caseSide__wrap{
    position: relative;
  }
  .caseSide__in.is-active{
    /* height: calc(100vh - 100px); */
    /* overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; */
  }
  .caseSide__in.is-active::-webkit-scrollbar{
    /* display: none; */
  }
  .caseSide__title{
    margin: 20px 0;
  }
  .caseSide__bnr.is-last{
    /* margin-bottom: 100px; */
  }
  .header__logo a{
    padding-top: 5px;
  }
  .caseSide__bnr a{
    transition: ease .3s;
  }
  .caseSide__bnr a:hover{
    opacity: .7;
    transition: ease .3s;
  }
  .footer__company{
    text-align: center;
  }
  .footer__company a::before {
    top: 54%;
  }
  .footer__company a:hover{
    color: #E32F2F;
    transition: ease .3s;
  }
  .footer__company a:hover::before{
    background-image: url(../img/common/icon_blank01_red.svg);
    transition: ease .3s;
  }
  .footer__logo{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__logo__in{
    margin-bottom: 0;
    margin-right: 40px;
  }
  .footer__logo__ttl{
    margin-top: 10px;
  }
  .caseSide__fixed {
    position: fixed;
    bottom: 40px;
    padding-right: 20px;
    max-width: 297px;
  }
  .caseSide__fixedTop {
    position: fixed;
    top: 40px;
    padding-right: 20px;
    max-width: 297px;
  }
  .caseSide__fixclear{
    position: absolute;
    top: auto;
    bottom: 0;
    padding-right: 0;
  }
  .lv__service__image02.is-service-crm {
    aspect-ratio: 801/760;
    max-width: 54%;
    bottom: 100px;
  }
  .top__card01__title.is-crm{
    margin-bottom: 60px;
  }
  /* case selectbox */
  .case_select{
    width: calc(50% - 70px);
    max-width: 300px;
    margin: 0 40px 0 0;
  }
  .case_form{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .case_form__wrap{
    max-width: 740px;
    margin: 0 auto 80px;
  }
  .case_select:nth-child(2){
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1078px) {
  .top__card01 li .top__card01__text.is-mb{
    margin-bottom: 60px;
  }
}

 /* case投稿用デフォルトcss START */
.caseArt__txt h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.caseArt__txt h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

.caseArt__txt h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}

.caseArt__txt h4 {
  display: block;
  font-size: 1em;
  font-weight: bold;
}

.caseArt__txt h5 {
  display: block;
  font-size: .83em;
  font-weight: bold;
}

.caseArt__txt h6 {
  display: block;
  font-size: .67em;
  font-weight: bold;
}

.caseArt__txt h1,
.caseArt__txt h2,
.caseArt__txt h3,
.caseArt__txt h4,
.caseArt__txt h5,
.caseArt__txt h6 {
  margin-bottom: 1em;
  line-height: 1.4;
}

.caseArt__txt table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

.caseArt__txt thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.caseArt__txt tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.caseArt__txt tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}

.caseArt__txt table>tr {
  vertical-align: middle;
}

.caseArt__txt col {
  display: table-column;
}

.caseArt__txt colgroup {
  display: table-column-group;
}

.caseArt__txt tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.caseArt__txt td,
.caseArt__txt th {
  display: table-cell;
  padding: 10px 1em;
  vertical-align: inherit;
  border: solid 1px #000;
}

.caseArt__txt th {
  font-weight: bold;
}

.caseArt__txt caption {
  display: table-caption;
}

.caseArt__txt ul,
.caseArt__txt menu,
.caseArt__txt dir {
  display: block;
  list-style-type: disc;
  padding-left: 25px;
}

.caseArt__txt ol {
  display: block;
  list-style-type: decimal;
  padding-left: 25px;
}

.caseArt__txt li {
  display: list-item;
}

.caseArt__txt ul ul,
.caseArt__txt ol ul {
  list-style-type: circle;
}

.caseArt__txt ol ol ul,
.caseArt__txt ol ul ul,
.caseArt__txt ul ol ul,
.caseArt__txt ul ul ul {
  list-style-type: square;
}

.caseArt__txt dd {
  display: block;
}

.caseArt__txt dl {
  display: block;
}

.caseArt__txt dt {
  display: block
}

.caseArt__txt strong {
  font-weight: bold;
}

.caseArt__txt em {
  font-style: italic;
}

.caseArt__txt img.aligncenter {
  display: block;
  margin: 1em auto 1em;
}

.caseArt__txt img.alignright {
  display: block;
  margin: 1em 0 1em auto;
}

.caseArt__txt sup {
  font-size: smaller;
  vertical-align: super;
}

.caseArt__txt sub {
  font-size: smaller;
  vertical-align: sub;
}

.caseArt__txt p{
  margin-bottom: 24px;
}
.caseArt__txt hr{
  margin-bottom: 16px;
  border: 0.8px solid;
}
.caseArt__txt hr{
  margin-bottom: 16px;
  border: 0.8px solid;
}
.caseArt__txt img{
  width: 100%;
  margin-bottom: 16px;
}
.caseArt__txt small{
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 24px;
}
@media (min-width: 811px) {
  .caseArt__txt hr{
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .caseArt__txt img{
    margin-bottom: 24px;
  }
  .caseArt__txt small{
    font-size: 12px;
    font-size: 0.75rem;
  }
}
 /* case投稿用デフォルトcss END */

/* タクシーLP css START */
.t_prime-lv{
  position: relative;
}
.t_prime-lv__textWrap{
  position: absolute;
  right: 20px;
  bottom: 10%;
  width: 78.9%;
  margin-left: auto;
}
@media (min-width: 811px) {
  .t_prime-lv__textWrap{
    width: 47.34%;
    left: 39.5%;
    right: unset;
    bottom: 19%;
  }
}
.t_prime-lv__message{
  margin-bottom: 1.1em;
  font-size: 4.3vw;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.5;
}
@media (min-width: 811px) {
  .t_prime-lv__message{
    margin-bottom: 1.58em;
    font-size: 1.25vw;
  }
}
.t_prime-lv__signature{
  margin-left: auto;
  width: 60vw;
}
.t_prime-lv__signature img{
  width: 100%;
}
@media (min-width: 811px) {
  .t_prime-lv__signature{
    width: 20vw;
  }
}

.p-section01.t_prime-movie{
  padding: 60px 0 30px;
}
@media (min-width: 811px) {
  .p-section01.t_prime-movie{
    padding: 160px 0 100px;
  }
}
.target_iframe {
  position: relative;
  padding-top: 56.25%;
}
.target_iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t_prime-movie__thumbnail{
  position: absolute;
	top: 0;
	left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
	cursor: pointer;
}
.target_iframe.is-loaded::before {
  transition: .3s ease;
  transition-property: opacity;
  transition-delay: 1s;
  opacity: 0;
}
.target_iframe.is-loaded::after {
  transition: .3s ease;
  transition-property: opacity;
  transition-delay: 1s;
  opacity: 0;
}

/* .t_prime-movie{
  position: relative;
}
.t_prime-movie video{
  width: 100%;
}
.t_prime-movie__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 42px;
}
@media (min-width: 811px) {
  .t_prime-movie__button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 70px;
  }
}
.t_prime-movie__button {
  cursor: pointer;
}
.t_prime-movie__button.current {
  display: none;
} */

.t_prime-interview__bgcolor{
  position: relative;
}
.t_prime-interview__bgcolor::before{
  position: absolute;
  content: "";
  display: block;
  top: 176px;
  right: 0;
  z-index: -1;
  background-color: #F8F8F8;
  margin: 0 calc(50% - 50vw);
  width: 1600px;
  height: calc(100% - 176px);
}
.t_prime-interview__leadWrap{
  position: relative;
}
.t_prime-interview__leadImage{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.t_prime-interview__leadImage img{
  width: 100%;
}
@media (min-width: 811px) {
  .t_prime-interview__leadImage{
    margin: 0 calc(50% - 50vw);
    width: auto;
  }
  .t_prime-interview__leadImage img{
    width: auto;
  }
}
.t_prime-interview__leadTitleWrap{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.t_prime-interview__leadTitle{
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 811px) {
  .t_prime-interview__leadTitle{
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.t_prime-interview__leadTitle-small{
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 811px) {
  .t_prime-interview__leadTitle-small{
    margin-top: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.3125;
  }
}
.t_prime-interview__textWrap{
  padding: 40px 0 60px 0;
}
@media (min-width: 811px) {
  .t_prime-interview__textWrap{
    padding: 120px 0 120px 60px;

  }
}

.t_prime-interview__text{

}
.t_prime-interview__text--question{
  /* position: relative; */
  margin-bottom: 10px;
  padding-left: 1.4em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.t_prime-interview__text--question::before{
  position: relative;
  content: "";
  display: block;
  top: 15px;
  left: -1.4em;
  background-color: #E32F2F;
  width: 15px;
  height: 2px;
}
@media (min-width: 811px) {
  .t_prime-interview__text--question::before{
    width: 20px;
  }
}
@media (min-width: 811px) {
  .t_prime-interview__text--question{
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.575;
  }
}
.t_prime-interview__text--answer{
  letter-spacing: .05em;
  line-height: 1.7;
}
.t_prime-interview__text--answer:not(:last-of-type){
  margin-bottom: 20px;
}
@media (min-width: 811px) {
  .t_prime-interview__text--answer{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75;

  }
  .t_prime-interview__text--answer:not(:last-of-type){
    margin-bottom: 40px;
  }
}
@media (min-width: 811px) {
  .p-section01.t_prime-aboutSynergy{
    margin-bottom: 0;
    padding: 160px 0;
  }
}

.p-section01.t_prime-DXbooster{
  position: relative;
  padding: 30px 0 60px;
}
@media (min-width: 811px) {
  .p-section01.t_prime-DXbooster{
    padding: 160px 0;
  }
}
.t_prime-DXbooster::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/lp/t_prime/t_prime_image02.jpg);
  background-position: 67%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

}
.p-lead01.t_prime-DXbooster-lead{
  padding: 0 0 40px 0;
  text-align: left;
}
@media (min-width: 811px) {
  .p-lead01.t_prime-DXbooster-lead{
    padding: 0 0 60px 0;
    text-align: center;
  }
}
.t_prime-DXbooster-lead__inner{
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.t_prime-DXbooster-lead__inner.t_prime-interview__text--answer:not(:last-of-type){
  margin-bottom: 16px !important;
}
@media (min-width: 811px) {
  .t_prime-DXbooster-lead__inner{
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.t_prime-DXbooster-lead__inner-line{
  margin-right: 10px;
  padding: 0 0 5px 0;
  border-bottom: 3px solid #E32F2F;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: .1em;
}
@media (min-width: 811px) {
  .t_prime-DXbooster-lead__inner-line{
    padding: 0 12px 5px 12px;
    border-bottom: 5px solid #E32F2F;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
.t_prime-DXbooster-button__inner{
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-button02__inner.t_prime-aboutSynergy-button__inner{
  line-height: 1.5;
}
@media (min-width: 811px) {
  .p-button02.t_prime-DXbooster-button{
    max-width: 480px;
  }
  .p-button02.t_prime-aboutSynergy-button{
    max-width: 600px;
  }
  .p-button02__inner.t_prime-DXbooster-button__inner,
  .p-button02__inner.t_prime-aboutSynergy-button__inner{
    min-height: 80px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media (max-width: 810px) {
  .u-mt5-sp{
    display: inline-block;
    margin-top: 5px;
  }
}

.u-mb40_sp{
  margin-bottom: 40px;
}

.u-mb60_sp{
  margin-bottom: 60px;
}

.document__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.document__category > li {
  width: calc(50% - 5px);
  min-height: 48px;
  background-color: #f8f8f8;
}

.document__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #000;
  font-size: 14px;
}

.document__link::before {
  content: '';
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  mask-image: url(../img/common/icon_arrow02_red2.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #707070;
}

.document__container {
  padding-top: 20px;
}

.document__title{
  color: #000;
  font-size: 1.125rem;
  line-height: 1.7;
  text-decoration: underline;
  margin-bottom: 10px;
}

.document__content {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width:811px) {
  .u-mb60_pc{
    margin-bottom: 60px;
  }

  .u-mb120_pc{
    margin-bottom: 120px;
  }

  .document__category {
    gap: 20px;
  }

  .document__category > li {
    width: calc((100% - 60px) / 4);
    min-height: 64px;
  }

  .document__link {
    font-size: 16px;
  }

  .document__link::before {
    width: 10px;
    height: 15px;
    right: 20px;
  }

  .document__title{
    margin-bottom: 20px;
  }
}

@media (hover) {
  .document__link,
  .document__link::before,
  .document__title {
    transition: 0.3s;
  }

  .document__link:hover,
  a:hover .document__title {
    color: #E32F2F;
  }

  .document__link:hover.document__link::before {
    background-color: #E32F2F;
  }
}

.banner {
  display: block;
  text-align: center;
  transition: 0.3s;
}

.banner:hover {
  opacity: 0.7;
}

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




