.l-header,
.l-footer {
  display: none; }
  @media only screen and (max-width: 768px) {
    .l-header,
    .l-footer {
      height: 50px; } }
  @media print, screen and (min-width: 769px) {
    .l-header,
    .l-footer {
      height: 90px; } }

@media only screen and (max-width: 768px) {
  body {
    padding-top: 50px;
    font-size: 14px;
    font-size: 1.4rem; } }
@media print, screen and (min-width: 769px) {
  body {
    padding-top: 90px; } }

.p-header {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .p-header {
      height: 50px;
      padding-left: 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-header {
      height: 90px;
      padding-left: 40px; } }

.p-header-logo {
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .p-header-logo img {
      height: 30px; } }
  @media print, screen and (min-width: 769px) {
    .p-header-logo img {
      height: 40px; } }
  @media print, screen and (min-width: 769px) {
    .p-header-logo a {
      transition: opacity .5s; }
      .p-header-logo a:hover {
        opacity: .7; } }

.p-header-contact {
  margin: 0;
  height: 100%; }

.p-header-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
  line-height: 1.4;
  background: linear-gradient(130deg, #dc0a1d, #f05035 15%, #fa9256 33%, #fff 60%, #fff) no-repeat;
  background-size: 300% 300%;
  background-position: 0 0;
  border: 1px solid #f05035; }
  @media only screen and (max-width: 768px) {
    .p-header-contact-btn {
      padding: 0 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-header-contact-btn {
      padding: 0 40px;
      transition: .5s; }
      .p-header-contact-btn:hover {
        background-position: 100% 100%;
        color: #dc0a1d; } }

.p-footer {
  background: #4f545c;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .p-footer {
      padding: 50px 0 30px; } }
  @media print, screen and (min-width: 769px) {
    .p-footer {
      padding: 100px 0 75px;
      font-size: 13px;
      font-size: 1.3rem; } }
  .p-footer .l-office-pin-icon {
    fill: white; }

.p-footer-inr {
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .p-footer-inr {
      padding-bottom: 80px; } }

.p-footer-top-btn {
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  text-indent: -1000%;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: background .5s, opacity .5s;
  pointer-events: none;
  opacity: 0; }
  @media only screen and (max-width: 768px) {
    .p-footer-top-btn {
      width: 48px;
      height: 48px;
      right: 25px;
      bottom: 80px; } }
  @media print, screen and (min-width: 769px) {
    .p-footer-top-btn {
      width: 60px;
      height: 60px;
      right: 40px;
      bottom: 100px; }
      .p-footer-top-btn:hover {
        background: rgba(0, 0, 0, 0.4); } }
  .p-footer-top-btn:after {
    content: "";
    display: block;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .p-footer-top-btn:after {
        width: 8px;
        height: 8px; } }
    @media print, screen and (min-width: 769px) {
      .p-footer-top-btn:after {
        width: 10px;
        height: 10px; } }
  .p-footer-top-btn.is-actv {
    cursor: pointer;
    pointer-events: auto;
    opacity: 1; }

@media only screen and (max-width: 768px) {
  .p-sec-head {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-sec-head {
    margin-bottom: 40px; } }

.p-sec-head-ttl {
  text-align: center;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .p-sec-head-ttl img {
      height: 34px; } }
  @media print, screen and (min-width: 769px) {
    .p-sec-head-ttl img {
      height: 62px; } }

.p-sec-head-lead {
  text-align: center;
  font-weight: bold;
  margin-top: 1em; }
  @media only screen and (max-width: 768px) {
    .p-sec-head-lead {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 769px) {
    .p-sec-head-lead {
      font-size: 20px;
      font-size: 2rem; } }

@media only screen and (max-width: 768px) {
  .p-sec-inr {
    padding-left: 15px;
    padding-right: 15px; } }
@media print, screen and (min-width: 769px) {
  .p-sec-inr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .p-contact-btns {
    margin-top: 50px;
    padding: 0 15px; } }
@media print, screen and (min-width: 769px) {
  .p-contact-btns {
    margin-top: 80px; } }

.p-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
  line-height: 1.4;
  background: linear-gradient(130deg, #dc0a1d, #f05035 15%, #fa9256 33%, #fff 60%, #fff) no-repeat;
  background-size: 300% 300%;
  background-position: 0 0;
  border: 1px solid #f05035; }
  @media only screen and (max-width: 768px) {
    .p-contact-btn {
      font-size: 16px;
      font-size: 1.6rem;
      min-height: 60px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-contact-btn {
      font-size: 20px;
      font-size: 2rem;
      width: 100%;
      min-height: 80px;
      max-width: 530px;
      margin: 0 auto;
      transition: .5s; }
      .p-contact-btn:hover {
        background-position: 100% 100%;
        color: #dc0a1d; } }

.p-dl-btns {
  margin-top: 1em; }
  @media only screen and (max-width: 768px) {
    .p-dl-btns {
      padding: 0 15px; } }

.p-dl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .p-dl-btn {
      font-size: 16px;
      font-size: 1.6rem;
      min-height: 70px;
      padding: 0 15px;
      margin-top: 1em; } }
  @media print, screen and (min-width: 769px) {
    .p-dl-btn {
      font-size: 20px;
      font-size: 2rem;
      width: 100%;
      min-height: 80px;
      max-width: 530px;
      margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .p-mv {
    padding: 80px 0 80px;
    background: url(/_asset/service/img/GA4plan/bg-mv-top-sp.png) 0 0/320px auto no-repeat, url(/_asset/service/img/GA4plan/bg-mv-btm-sp.png) 100% 100%/220px auto no-repeat; } }
@media print, screen and (min-width: 769px) {
  .p-mv {
    padding-top: 100px;
    height: 754px;
    background: url(/_asset/service/img/GA4plan/bg-mv-pc.png) 50% 50%/cover no-repeat; } }

@media print, screen and (min-width: 769px) {
  .p-mv-inr {
    padding-left: 56%;
    position: relative; } }

.p-mv-ttl {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-mv-ttl {
      margin: 0 10px; } }

.p-mv-lead {
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .p-mv-lead {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 769px) {
    .p-mv-lead {
      font-size: 16px;
      font-size: 1.6rem; } }

@media only screen and (max-width: 768px) {
  .p-mv-ill {
    margin-top: 10px;
    text-align: center; } }
@media print, screen and (min-width: 769px) {
  .p-mv-ill {
    width: 56%;
    position: absolute;
    top: 20px;
    left: -30px; } }

@media only screen and (max-width: 768px) {
  .p-mv-btns {
    margin-top: 30px;
    padding: 0 15px; } }
@media print, screen and (min-width: 769px) {
  .p-mv-btns {
    margin-top: 40px; } }

.p-intro {
  background: linear-gradient(100deg, #dc0a1d, #f05035 50%, #fa9256);
  padding-top: 10px; }
  @media only screen and (max-width: 768px) {
    .p-intro {
      padding-bottom: 50px; } }
  @media print, screen and (min-width: 769px) {
    .p-intro {
      padding-bottom: 80px; } }

.p-intro-body {
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-intro-body {
      margin: -30px 15px 0;
      padding: 50px 20px 30px;
      border-radius: 0 10px 6px 6px;
      box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2); } }
  @media print, screen and (min-width: 769px) {
    .p-intro-body {
      width: 100%;
      max-width: 1200px;
      margin: -40px auto 0;
      padding: 90px 50px 80px 70px;
      border-radius: 0 15px 8px 8px;
      box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2); } }
  .p-intro-body:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 768px) {
      .p-intro-body:before {
        width: 15px;
        height: 20px;
        left: -15px;
        border-radius: 8px 0 0 0; } }
    @media print, screen and (min-width: 769px) {
      .p-intro-body:before {
        width: 30px;
        height: 30px;
        left: -30px;
        border-radius: 15px 0 0 0; } }
  .p-intro-body:after {
    content: "";
    display: block;
    background: linear-gradient(85deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 768px) {
      .p-intro-body:after {
        width: 15px;
        height: 20px;
        left: -15px;
        border-radius: 8px 8px 0 0; } }
    @media print, screen and (min-width: 769px) {
      .p-intro-body:after {
        width: 30px;
        height: 30px;
        left: -30px;
        border-radius: 15px 15px 0 0; } }

.p-intro-body-inr {
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .p-intro-body-inr {
      padding-right: 320px;
      min-height: 284px; } }

.p-intro-ttl {
  margin-bottom: .5em;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .p-intro-ttl {
      font-size: 20px;
      font-size: 2rem;
      text-align: center; } }
  @media print, screen and (min-width: 769px) {
    .p-intro-ttl {
      font-size: 28px;
      font-size: 2.8rem; } }

.p-intro-list li {
  position: relative;
  margin-top: .6em; }
  @media only screen and (max-width: 768px) {
    .p-intro-list li {
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 22px; } }
  @media print, screen and (min-width: 769px) {
    .p-intro-list li {
      font-size: 17px;
      font-size: 1.7rem;
      padding-left: 34px; } }
  .p-intro-list li:before {
    content: "";
    display: block;
    background: url(/_asset/service/img/GA4plan/icon-check.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: .9em;
    left: 0;
    transform: translate(0, -50%); }
    @media only screen and (max-width: 768px) {
      .p-intro-list li:before {
        width: 16px;
        height: 15px; } }
    @media print, screen and (min-width: 769px) {
      .p-intro-list li:before {
        width: 26px;
        height: 24px; } }

.p-intro-ill {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-intro-ill {
      margin-top: 30px; } }
  @media print, screen and (min-width: 769px) {
    .p-intro-ill {
      position: absolute;
      top: 0;
      right: 0; } }
  @media only screen and (max-width: 768px) {
    .p-intro-ill img {
      width: 70%; } }

.p-intro-catch {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .p-intro-catch {
      font-size: 21px;
      font-size: 2.1rem;
      padding-top: 50px;
      background: url(/_asset/service/img/GA4plan/ill-intro-arrow.svg) 50% 0/60px no-repeat; } }
  @media print, screen and (min-width: 769px) {
    .p-intro-catch {
      font-size: 34px;
      font-size: 3.4rem;
      padding-top: 70px;
      background: url(/_asset/service/img/GA4plan/ill-intro-arrow.svg) 50% 0/82px no-repeat; } }
  .p-intro-catch span {
    display: block; }
    @media only screen and (max-width: 768px) {
      .p-intro-catch span {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 769px) {
      .p-intro-catch span {
        font-size: 24px;
        font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  .p-about {
    padding: 80px 0 120px;
    margin-bottom: -120px;
    background: url(/_asset/service/img/GA4plan/bg-section-top.png) 0 0/160px no-repeat, url(/_asset/service/img/GA4plan/bg-section-mdl.png) 100% 100%/110px no-repeat; } }
@media print, screen and (min-width: 769px) {
  .p-about {
    padding: 120px 0 200px;
    margin-bottom: -240px;
    background: url(/_asset/service/img/GA4plan/bg-section-top.png) 0 0/auto no-repeat, url(/_asset/service/img/GA4plan/bg-section-mdl.png) 100% 100%/auto no-repeat; } }

@media print, screen and (min-width: 769px) {
  .p-about-list {
    margin-top: 40px; } }

.p-about-item {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-about-item {
      padding-left: 85px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 769px) {
    .p-about-item {
      padding-left: 140px;
      margin-bottom: 80px; }
      .p-about-item:nth-child(1) {
        margin-left: 20%; }
      .p-about-item:nth-child(2) {
        margin-left: 10%;
        margin-right: 10%; }
      .p-about-item:nth-child(3) {
        margin-right: 20%; } }
  .p-about-item dt {
    background: linear-gradient(100deg, #dc0a1d, #f05035 50%, #fa9256);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.6;
    margin-bottom: .3em; }
    @media only screen and (max-width: 768px) {
      .p-about-item dt {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 769px) {
      .p-about-item dt {
        font-size: 20px;
        font-size: 2rem; } }

.p-about-item-num {
  position: absolute;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .p-about-item-num {
      top: 0;
      width: 68px; } }
  @media print, screen and (min-width: 769px) {
    .p-about-item-num {
      top: 50%;
      transform: translate(0, -50%); } }

@media only screen and (max-width: 768px) {
  .p-plan {
    padding: 80px 0;
    background: url(/_asset/service/img/GA4plan/bg-section-btm.png) 0 100%/160px no-repeat; } }
@media print, screen and (min-width: 769px) {
  .p-plan {
    padding: 120px 0;
    background: url(/_asset/service/img/GA4plan/bg-section-btm.png) 0 100%/auto no-repeat; } }

@media only screen and (max-width: 768px) {
  .p-plan-lead {
    font-size: 14px;
    font-size: 1.4rem; } }
@media print, screen and (min-width: 769px) {
  .p-plan-lead {
    font-size: 20px;
    font-size: 2rem;
    text-align: center; } }

@media print, screen and (min-width: 769px) {
  .p-plan-list {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px; } }
@media print, screen and (min-width: 769px) {
  .p-plan-list .p-plan-item {
    margin: 30px 15px 0; } }

.p-plan-item {
  background: linear-gradient(to right, #dc0a1d, #f05035, #fa9256) 0 0/100% 1px no-repeat, linear-gradient(to bottom, #fa9256, #fa9256) 100% 0/1px 100% no-repeat, linear-gradient(to right, #dc0a1d, #f05035, #fa9256) 0 100%/100% 1px no-repeat, linear-gradient(to bottom, #dc0a1d, #dc0a1d) 0 0/1px 100% no-repeat, #fff; }
  @media only screen and (max-width: 768px) {
    .p-plan-item {
      margin-top: 25px;
      padding: 30px 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-plan-item {
      flex: 0 1 100%;
      padding: 40px 30px;
      margin-top: 30px; } }

.p-plan-item-hl {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative; }
  .p-plan-item-hl:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: linear-gradient(to right, #dc0a1d, #f05035, #fa9256);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }

.p-plan-item-hl-en {
  margin-bottom: 10px; }

.p-plan-item-hl-ja {
  font-weight: bold;
  display: block; }
  @media only screen and (max-width: 768px) {
    .p-plan-item-hl-ja {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-plan-item-hl-ja {
      font-size: 20px;
      font-size: 2rem; } }

.p-plan-item-price {
  text-align: center; }

@media only screen and (max-width: 768px) {
  .p-plan-item-detail {
    margin-top: 25px; } }
@media print, screen and (min-width: 769px) {
  .p-plan-item-detail {
    margin-top: 35px; } }

.p-plan-item-detail-hl {
  background: #4f545c;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: .2em 0 .2em;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .p-plan-item-detail-hl {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-plan-item-detail-hl {
      font-size: 17px;
      font-size: 1.7rem; } }

.p-plan-item-detail-list {
  position: relative; }
  .p-plan-item-detail-list + .p-plan-item-detail-list {
    margin-top: 50px; }
    .p-plan-item-detail-list + .p-plan-item-detail-list:before {
      content: "+";
      color: #ed1c24;
      font-weight: bold;
      position: absolute;
      top: -45px;
      left: 50%;
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 768px) {
        .p-plan-item-detail-list + .p-plan-item-detail-list:before {
          font-size: 20px;
          font-size: 2rem; } }
      @media print, screen and (min-width: 769px) {
        .p-plan-item-detail-list + .p-plan-item-detail-list:before {
          font-size: 24px;
          font-size: 2.4rem; } }
  .p-plan-item-detail-list li {
    padding-left: 16px;
    position: relative;
    margin-top: .3em;
    line-height: 1.6; }
    .p-plan-item-detail-list li:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #ed1c24;
      position: absolute;
      top: .85em;
      left: 0;
      transform: translate(0, -50%); }

@media only screen and (max-width: 768px) {
  .p-example {
    padding: 80px 0;
    background: url(/_asset/service/img/GA4plan/bg-section-mdl.png) right -30px top -20px/110px no-repeat, url(/_asset/service/img/GA4plan/bg-section-btm.png) left 0 bottom -140px/120px no-repeat, #f7f6f7; } }
@media print, screen and (min-width: 769px) {
  .p-example {
    padding: 120px 0;
    background: url(/_asset/service/img/GA4plan/bg-section-mdl.png) right -100px top 0/auto no-repeat, url(/_asset/service/img/GA4plan/bg-section-btm.png) left 0 bottom -200px/auto no-repeat, #f7f6f7; } }

.p-example-item {
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .p-example-item {
      margin-top: 25px;
      padding: 30px 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-example-item {
      padding: 50px 50px;
      margin-top: 30px;
      display: flex;
      justify-content: space-between; } }

@media print, screen and (min-width: 769px) {
  .p-example-item-body {
    flex: 0 0 calc((100% - 50px) / 2); } }

.p-example-item-hl {
  background: linear-gradient(100deg, #dc0a1d, #f05035 50%, #fa9256);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.6;
  margin-bottom: 1.4em; }
  @media only screen and (max-width: 768px) {
    .p-example-item-hl {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 769px) {
    .p-example-item-hl {
      font-size: 24px;
      font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  .p-example-item-child:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc; } }
@media print, screen and (min-width: 769px) {
  .p-example-item-child:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc; } }

.p-example-item-child-hl {
  line-height: 1.2;
  padding-left: 14px;
  position: relative;
  font-weight: bold;
  margin-bottom: 1em; }
  @media only screen and (max-width: 768px) {
    .p-example-item-child-hl {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-example-item-child-hl {
      font-size: 17px;
      font-size: 1.7rem; } }
  .p-example-item-child-hl:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #dc0a1d, #f05035 50%, #fa9256);
    position: absolute;
    top: 0;
    left: 0; }

.p-example-item-child-txt {
  margin-top: 1em; }

.p-example-item-child-list li {
  padding-left: 16px;
  position: relative;
  margin-top: .3em;
  line-height: 1.6; }
  .p-example-item-child-list li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ed1c24;
    position: absolute;
    top: .85em;
    left: 0;
    transform: translate(0, -50%); }

.p-example-item-img {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-example-item-img {
      margin-top: 30px; } }
  @media print, screen and (min-width: 769px) {
    .p-example-item-img {
      flex: 0 0 calc((100% - 50px) / 2); } }

.p-example-client {
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .p-example-client {
      margin-top: 25px;
      padding: 30px 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-example-client {
      padding: 50px 50px;
      margin-top: 30px; } }

.p-example-client-hl {
  background: linear-gradient(100deg, #dc0a1d, #f05035 50%, #fa9256);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.6;
  margin-bottom: 1.4em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-example-client-hl {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 769px) {
    .p-example-client-hl {
      font-size: 20px;
      font-size: 2rem; } }

.p-example-client-list {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .p-example-client-list li {
      margin: 0 10px; } }
  @media print, screen and (min-width: 769px) {
    .p-example-client-list li {
      margin: 0 20px; } }
  @media print, screen and (min-width: 769px) {
    .p-example-client-list img {
      height: 60px;
      width: auto; } }

.p-example-client-catch {
  text-align: center;
  font-weight: bold;
  margin-top: 1em; }
  @media only screen and (max-width: 768px) {
    .p-example-client-catch {
      font-size: 20px;
      font-size: 2rem; } }
  @media print, screen and (min-width: 769px) {
    .p-example-client-catch {
      font-size: 24px;
      font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  .p-flow {
    padding: 80px 0 0;
    background: url(/_asset/service/img/GA4plan/bg-section-btm.png) left 0 top -36.5px/120px no-repeat; } }
@media print, screen and (min-width: 769px) {
  .p-flow {
    padding: 120px 0 0;
    background: url(/_asset/service/img/GA4plan/bg-section-btm.png) left 0 top -330px/auto no-repeat; } }

@media print, screen and (min-width: 769px) {
  .p-flow-lead {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .p-flow-list {
    margin-top: 25px; } }
@media print, screen and (min-width: 769px) {
  .p-flow-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 -30px; } }

.p-flow-item {
  background: linear-gradient(to right, #dc0a1d, #f05035, #fa9256) 0 0/100% 1px no-repeat, linear-gradient(to bottom, #fa9256, #fa9256) 100% 0/1px 100% no-repeat, linear-gradient(to right, #dc0a1d, #f05035, #fa9256) 0 100%/100% 1px no-repeat, linear-gradient(to bottom, #dc0a1d, #dc0a1d) 0 0/1px 100% no-repeat, #fff;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-flow-item {
      padding: 30px 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-flow-item {
      flex: 0 1 100%;
      padding: 40px 30px;
      margin: 30px 30px 0; } }
  @media only screen and (max-width: 768px) {
    .p-flow-item:not(:last-child) {
      margin-bottom: 50px; } }
  .p-flow-item:not(:last-child):after {
    content: "";
    display: block;
    background: url(/_asset/service/img/GA4plan/ill-flow-arrow.svg) 50% 50%/contain no-repeat;
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .p-flow-item:not(:last-child):after {
        width: 15px;
        height: 53px;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%, 50%) rotate(90deg); } }
    @media print, screen and (min-width: 769px) {
      .p-flow-item:not(:last-child):after {
        width: 22px;
        height: 78px;
        right: -30px;
        top: 50%;
        transform: translate(50%, -50%); } }

.p-flow-item-hl {
  text-align: center; }

.p-flow-item-hl-num {
  display: block;
  margin: 0 auto 10px; }

.p-flow-item-hl-txt {
  background: linear-gradient(100deg, #dc0a1d, #f05035 50%, #fa9256);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.6;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .p-flow-item-hl-txt {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 769px) {
    .p-flow-item-hl-txt {
      font-size: 20px;
      font-size: 2rem; } }

.p-flow-catch {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-flow-catch {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 769px) {
    .p-flow-catch {
      font-size: 17px;
      font-size: 1.7rem; } }

@media only screen and (max-width: 768px) {
  .p-faq {
    padding: 80px 0; } }
@media print, screen and (min-width: 769px) {
  .p-faq {
    padding: 120px 0; } }

.p-faq-item {
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 768px) {
    .p-faq-item {
      padding: 20px 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-faq-item {
      padding: 25px; } }
  .p-faq-item:first-child {
    border-top: 1px solid #ccc; }

.p-faq-item-q {
  position: relative;
  display: flex;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .p-faq-item-q {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 769px) {
    .p-faq-item-q {
      margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .p-faq-item-q-icon,
  .p-faq-item-a-icon {
    width: 14px;
    flex: 0 0 14px;
    margin-right: 10px;
    margin-top: 5px; } }
@media print, screen and (min-width: 769px) {
  .p-faq-item-q-icon,
  .p-faq-item-a-icon {
    flex: 0 0 26px;
    margin-right: 20px; } }

.p-faq-item-a {
  position: relative;
  display: flex;
  align-items: flex-start; }

.p-faq-item-q-txt {
  margin: 0;
  flex: 0 1 auto;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .p-faq-item-q-txt {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-faq-item-q-txt {
      font-size: 20px;
      font-size: 2rem; } }

.p-faq-item-a-txt {
  margin: 0; }

.p-contact {
  background: #f7f6f7; }
  @media only screen and (max-width: 768px) {
    .p-contact {
      padding: 80px 0; } }
  @media print, screen and (min-width: 769px) {
    .p-contact {
      padding: 120px 0; } }

.p-contact-form {
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .p-contact-form {
      padding: 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-contact-form {
      padding: 50px; } }

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