<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  font-family: "zen-kaku-gothic-new", sans-serif;
}

:root {
  --blue-color: #0060c3;
  --green-color: #5daa94;
  --purple-color: #aa5ab0;
  --filter-drop-shadow: drop-shadow(5px 5px 2px rgba(24, 24, 24, 0.2));
}

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

.to_top {
  width: 6%;
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 999;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: baseline;
  color: #2d4d6b;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 0.5em;
}

header .wrapper .flex .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55.4%;
}

header .coll_btn {
  width: 42.5%;
}

header .contact_btn {
  width: 52.6%;
}

.wrapper {
  width: 62%;
  margin: 0 auto;
}

#mv {
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #6b96ec, #3bedfc);
  margin-top: 5%;
}

#mv .wrapper {
  width: 100%;
  margin: 0 auto;
}

.mv_ttl {
  position: absolute;
  width: 43%;
  top: 20%;
  left: 10%;
  z-index: 3;
}

.mv_ttl h2 {
  width: 90%;
}

.mv_ttl h2 img {
  filter: drop-shadow(5px 5px 2px rgba(24, 24, 24, 0.2));
}

.mv_ttl .sub_ttl {
  width: 90%;
  margin-top: 6%;
}

#mv .contact_btn {
  width: 70%;
  margin-top: 8%;
}

.contact_btn span {
  text-align: center;
  display: block;
  color: #f08518;
  color: #4d4d4d;
  font-weight: 600;
  margin-top: 2%;
  font-size: 1vw;
}

.mv_obj {
  position: absolute;
  top: 15%;
  right: -4%;
  width: 45%;
  z-index: 3;
}

.mv_bk {
  margin: 0;
  height: 100vh;
  background: linear-gradient(-12deg, #f0f4ff 37%, rgba(255, 255, 255, 0) 37%);
}

#worries {
  margin: 5% auto;
}

#worries .wrapper h3 {
  width: 47.6%;
  margin: 0 auto 5.3%;
}

#worries .wrapper .worries_img {
  width: 68.8%;
  margin: 0 auto 14.6%;
}

#service {
  padding-bottom: 7%;
  background: linear-gradient(90deg, #2aa1dc, #0060c3);
}

.solution {
  margin: 0 auto 4%;
  width: 63.8%;
  position: relative;
  top: -3vw;
}

.solution img {
  filter: var(--filter-drop-shadow);
}

#service h3 {
  width: 69.3%;
  margin: 0 auto 2%;
}

.service_list {
  width: 100%;
  margin: 0 auto 7.4% -2%;
  filter: var(--filter-drop-shadow);
}

.service_list:last-child {
  margin-bottom: 0;
}

.service_list_inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 80%;
}

.utm_relative {
  position: relative;
}

.utm_btn {
  position: absolute;
  width: 48%;
  top: 82%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#plan {
  padding: 7% 0;
}

#plan h3 {
  margin: 0 auto 3%;
  width: 42.2%;
}

#plan .plan_txt,
#flow .flow_txt {
  font-size: 1.76vw;
  margin: 0 auto 6%;
  text-align: center;
  font-weight: 700;
  color: #4d4d4d;
}

#plan .warning,
#option .warning {
  list-style: none;
  font-size: max(0.9vw, 12px);
  font-weight: 500;
}

#plan .warning li,
#option .warning li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 1.6rem;
  font-weight: 400;
}

#plan .wrapper .click-event ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 5%;
}

#plan .wrapper .click-event ul li {
  width: calc(33% - 6px);
}

#plan .wrapper .click-event ul &gt; li:nth-child(4)::before {
  content: "";
  flex-basis: 100%;
  height: 0;
  display: block;
}

#plan .wrapper .click-event div {
  margin-bottom: 3%;
}

#option {
  padding: 4% 0 8%;
}

.option_plan {
  margin: 20px 0;
}

#option h3 {
  width: 42.2%;
  margin: 0 auto 3%;
}

#flow {
  padding: 7% 0;
  background-color: #e6eff7;
}

#flow h3 {
  width: 37.2%;
  margin: 0 auto 3%;
}

#conversion-block {
  background-color: #0060c3;
  padding: 7% 0;
}

#conversion-block .conversion_txt {
  width: 97%;
  margin: 0 auto 2vw;
}

#conversion-block .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#conversion-block .flex .contact_btn,
#conversion-block .flex .tel_list {
  width: 47.3%;
}

#conversion-block .wrapper .flex .contact_btn span {
  font-size: 1.3vw;
  text-align: center;
  color: #fff;
}

footer {
  background-color: #fff;
}

footer .flex div a {
  color: #333;
}

footer .border-left {
  border-left: 2px solid #333;
}

footer .copyright {
  color: #333;
}

:root {
  --overlay-color: rgb(75 86 89/0.5);
}

@media screen and (max-width: 1500px) {
  .wrapper {
    width: 68%;
  }

  .mv_bk {
    background: linear-gradient(
      -12deg,
      #f0f4ff 45%,
      rgba(255, 255, 255, 0) 45%
    );
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 85%;
  }

  .mv_ttl {
    width: 50%;
    left: 7%;
    top: 26%;
  }

  .inner .mv_obj {
    right: -13%;
    width: 53%;
    top: 22%;
  }

  .tab-switch:checked + .tab-label:after {
    border-width: 20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 980px) {
  .wrapper {
    width: 70%;
  }

  #mv {
    height: auto;
    z-index: 1;
  }

  .mv_ttl {
    width: 70%;
    position: static;
    margin: 0 auto;
    padding-top: 12%;
  }

  .mv_ttl h2 {
    width: 100%;
    margin: 4% auto 6%;
  }

  .mv_ttl .sub_ttl {
    width: 100%;
    margin: 0 auto;
  }

  .inner .mv_obj {
    width: 90%;
    margin: 6% auto 0% 19%;
    position: static;
  }

  #mv .contact_btn {
    width: 90%;
    margin: -16% auto 6%;
  }

  .mv_bk {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
  }

  #worries {
    margin: 20% auto;
  }

  .contact_btn span {
    font-size: 2.8vw;
  }

  #worries .wrapper h3 {
    width: 75.7%;
  }

  #worries .wrapper .worries_img {
    width: 100%;
  }

  .solution {
    margin: 0 auto 9%;
    width: 72.8%;
  }

  #service h3 {
    width: 100%;
  }

  #service {
    padding-bottom: 23%;
  }

  .utm_btn {
    width: 70%;
    top: 85%;
    left: 6%;
  }

  #flow h3 {
    width: 62%;
  }

  #flow,
  #conversion-block {
    padding: 23% 0;
  }

  #plan {
    padding: 23% 0 10%;
  }

  #option {
    padding-bottom: 23%;
  }

  #conversion-block {
    padding: 12% 0;
  }

  #plan h3 {
    width: 65%;
  }

  #option h3 {
    width: 68%;
  }

  #plan .plan_txt,
  #flow .flow_txt {
    font-size: 3vw;
    margin: 0 auto 11%;
  }

  .tab-label {
    font-size: 2vw;
    border-width: 3px;
  }

  .tab-switch:checked + .tab-label:after {
    border-width: 20px;
    margin-left: -20px;
  }

  .tab-switch:checked + .tab-label + .tab-content {
    border-width: 3px;
  }

  .tab-content div {
    margin: 7% auto 10%;
  }

  .tab-content1 div {
    width: 92.4%;
  }

  .tab-content1 img {
    padding-left: 1.8%;
  }

  .flow_list {
    width: 50%;
    margin: 0 auto;
  }

  #conversion-block .flex {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  #conversion-block .flex .contact_btn,
  #conversion-block .flex .tel_list {
    width: 100%;
  }

  #conversion-block .flex .contact_btn {
    margin-bottom: 10%;
  }

  #conversion-block .wrapper .flex .contact_btn span {
    font-size: 3.5vw;
  }

  #conversion-block .conversion_txt {
    margin: 0 auto 5vw;
  }

  .tel_list a img {
    filter: drop-shadow(5px 5px 2px rgba(24, 24, 24, 0.2));
  }

  #plan .wrapper .click-event ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  #plan .wrapper .click-event ul li {
    width: calc(50% - 5px); /* 2蛻� */
    box-sizing: border-box;
  }

  /* 3逡ｪ逶ｮ莉･髯阪�螂�焚隕∫ｴ�縺ｫ蠑ｷ蛻ｶ謾ｹ陦� */
  #plan
    .wrapper
    .click-event
    ul
    &gt; .item:nth-child(odd):not(:first-child)::before {
    content: "";
    flex-basis: 100%;
    height: 0;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mv_ttl {
    width: 88%;
    padding-top: 26%;
  }

  .wrapper {
    width: 85%;
  }

  .flow_list {
    width: 70%;
  }
}
</pre></body></html>