@charset "UTF-8";
/*サービスページ下層*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*共通*/
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.svl__content {
  max-width: 1003px;
  margin: auto;
  color: #031218;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .svl__content {
    padding: 35px 10px 0;
  }
}

.block489__bodyImage img {
  filter: none;
}

/*見出し*/
.svl__head {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-weight: 600;
  padding-bottom: 30px;
}
.svl__head--white {
  color: #FFFFFF;
  max-width: 1003px;
  margin: auto;
  padding-bottom: 50px;
}
.svl__head--blue {
  color: #00729F;
}

.svl-introduction__catch {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem); /*24-32px*/
  font-weight: 600;
}

.svl__sub-head {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem); /*20-32px*/
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 15px;
}

/*点線*/
.svl-dotted {
  border-bottom: dashed 2px #00729F;
}

/*基本本文*/
.svl__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 25px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .svl__text-wrapper {
    padding-left: 0;
  }
}

.svl__text {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.svl__text-list {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  line-height: inherit;
  padding-left: 1em;
}
.svl__text-item {
  text-indent: -1em;
}

.svl__small {
  font-size: 14px;
}

/*番号リスト*/
.svl__list-bg {
  position: fixed;
  top: 0;
  left: 50%;
  width: 90%;
  z-index: -10;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .svl__list-bg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .svl__list-bg img {
    height: 100vh;
  }
}

.show {
  opacity: 1;
}

.svl__list-wrapper {
  padding: 50px 0 84px;
}
@media screen and (max-width: 768px) {
  .svl__list-wrapper {
    padding: 50px 0 0;
  }
}

.svl__list {
  display: flex;
  flex-direction: column;
  padding: 90px 67px 45px 75px;
  background-color: #FFFFFF;
  max-width: 1003px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .svl__list {
    padding: 10px;
    margin: 20px;
  }
}

.svl-list__head {
  position: relative;
  z-index: 5;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  font-weight: 600;
  padding-bottom: 30px;
}

.svl__number {
  font-size: clamp(3.875rem, 2.557rem + 6.59vw, 7.5rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 114, 159, 0.2);
  position: absolute;
  bottom: 0.2em;
  left: -0.75em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .svl__number {
    bottom: 0.2em !important;
    left: -0.4em !important;
  }
}

.svl-list__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.svl-list__text {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.5;
}

.svl__item:nth-child(even) .svl__number {
  left: unset;
  right: -68px;
}
@media screen and (max-width: 768px) {
  .svl__item:nth-child(even) .svl__number {
    right: unset;
    left: -0.75em;
  }
}

.svl__item:nth-child(even) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .svl__item:nth-child(even) {
    text-align: left;
  }
}

.svl__item:first-child {
  margin-bottom: 65px;
}

.svl__item:nth-child(3) {
  margin-top: -25px;
  margin-bottom: 5px;
}

.svl__item:nth-child(5) {
  margin-top: 35px;
}

.svl__item:nth-child(5) .svl__number {
  bottom: 0.1em;
}

.svl__item:nth-child(6) {
  margin-top: 30px;
}

.svl__item:nth-child(6) .svl__number {
  bottom: -0.2em;
}

@media screen and (max-width: 768px) {
  .svl__item {
    margin: 32px 0 !important;
  }
}

/*流れ*/
.svl-flow {
  border-top: solid 1px #8B9497;
  border-bottom: solid 1px #8B9497;
  padding: 50px 0;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .svl-flow {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.svl-flow .svl__head {
  padding-bottom: 35px;
}

.svl-flow__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .svl-flow__list {
    padding: 0;
  }
}

.svl-flow__item {
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  font-weight: 600;
  background-color: rgba(0, 113, 158, 0.2);
  text-align: center;
  height: 55px;
  position: relative;
}

.svl-flow__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100px;
  height: 50px;
  filter: drop-shadow(2px 2px 3px rgba(217, 217, 217, 0.8));
}

.svl-flow__arrow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(0 20%, 50% 100%, 100% 20%);
          clip-path: polygon(0 20%, 50% 100%, 100% 20%);
}

.svl-flow__item--r {
  font-weight: 400;
}

/*説明リスト*/
.svl-dl {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .svl-dl {
    padding-top: 0;
  }
}
.svl-dl__item {
  display: flex;
  box-shadow: 4px 4px 4px 0px rgba(3, 18, 24, 0.3);
}
@media screen and (max-width: 768px) {
  .svl-dl__item {
    flex-direction: column;
  }
}
.svl-dl__term {
  flex-basis: 330px;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); /*16-24px*/
  font-weight: 600;
  background-color: #00729F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .svl-dl__term {
    flex-basis: 100%;
  }
}
.svl-dl__description {
  flex-basis: calc(100% - 330px);
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem); /*14-20px*/
  display: flex;
  flex-direction: column;
  padding: 0 17px;
  height: 103px;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .svl-dl__description {
    flex-basis: 100%;
  }
}

/*青リスト*/
.svl-b-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .svl-b-list {
    margin-left: 0;
  }
}
.svl-b-list__item {
  border: solid 1px rgba(3, 18, 24, 0.3);
  box-shadow: 4px 4px 4px 0px rgba(3, 18, 24, 0.09);
}
.svl-b-list__head {
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem); /*16-32px*/
  font-weight: 600;
  background-color: rgba(0, 114, 159, 0.2);
  padding: 20px 0 20px 32px;
}
.svl-b-list .svl__text-wrapper {
  padding: 40px 20px 40px 32px;
}
@media screen and (max-width: 768px) {
  .svl-b-list .svl__text-wrapper {
    padding: 20px 10px;
  }
}

/*無料相談*/
.svl-contact {
  padding: 40px 0 90px;
}

.svl-contact__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  padding-bottom: 32px;
  line-height: 1.5;
}

.svl-contact__text--bold {
  font-weight: 600;
  padding-top: 35px;
}

.svl-contact__button {
  background-color: #00729F;
  color: #FFFFFF;
  padding: 50px 40px;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  position: relative;
  border: none;
}
@media screen and (max-width: 768px) {
  .svl-contact__button {
    padding: 1em;
  }
}

.svl-contact__button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.95, 0.85);
  border: solid 3px #FFFFFF;
  box-sizing: border-box;
}

/*フェードイン*/
.to-right {
  opacity: 0;
}

.rightIn {
  animation: toRight 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes toRight {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.to-left {
  opacity: 0;
}

.leftIn {
  animation: toLeft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes toLeft {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.up {
  opacity: 0;
}

.upIn {
  animation: up 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.up-late {
  opacity: 0;
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
}

.upLateIn {
  animation: upLate 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1s;
  position: absolute;
}

@keyframes upLate {
  0% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
}
/*webproduction Web制作*/
.wp-thought {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wp-thought {
    margin-bottom: 40px;
  }
}

/*youtubemanagement YouTube運営代行*/
.ym-reason {
  border-top: solid 1px #8B9497;
  border-bottom: solid 1px #8B9497;
  padding: 32px 0 38px;
  margin-top: 48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ym-reason {
    padding-top: 35px;
    margin-bottom: 40px;
  }
}
.ym-reason__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .ym-reason__list {
    padding-left: 0;
  }
}
.ym-reason__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ym-reason__item {
    flex-direction: column;
    gap: 10px;
  }
}
.ym-reason__term {
  flex-basis: 395px;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem); /*16-28px*/
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ym-reason__term {
    flex-basis: unset;
  }
}
.ym-reason .svl-dotted {
  width: -moz-fit-content;
  width: fit-content;
}
.ym-reason__description {
  flex-basis: calc(100% - 395px);
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .ym-reason__description {
    flex-basis: unset;
  }
}
.ym-reason__text {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem); /*16-20px*/
  font-weight: 600;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .ym-reason__text {
    text-align: left;
  }
}

.ym-commitment .svl__item:first-child {
  margin-bottom: 40px;
}
.ym-commitment .svl__item:nth-child(3) {
  margin-top: 20px;
}
.ym-commitment .svl__item:nth-child(4) {
  margin-top: -30px;
}
.ym-commitment .svl__item:nth-child(5) {
  margin-top: 0;
}

#ym-flow {
  margin-top: 85px;
}

/*webadvertising Web広告*/
.wa__img {
  float: right;
}

.wa-introduction__link {
  color: #FFFFFF;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem); /*20-32px*/
  font-weight: 700;
  padding: 30px 46px 30px 61px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wa-introduction__link:first-of-type {
  background-color: #00729F;
  margin: 20px 0 25px;
}
.wa-introduction__link:last-of-type {
  background-color: #001B9F;
}

.wa-basics {
  margin: 90px 0 56px;
}
.wa-basics .svl__head {
  padding-bottom: 60px;
}
.wa-basics__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.wa-basics .svl__text-wrapper {
  gap: 30px;
  padding-top: 15px;
}
.wa-basics .wa__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wa-basics .wa__img {
    width: 100%;
    float: none;
  }
}

.wa-operation {
  margin-bottom: 90px;
}
.wa-operation .svl__head {
  color: #001B9F;
  padding-bottom: 55px;
}
.wa-operation .svl__text-wrapper {
  padding-top: 15px;
}
.wa-operation .wa__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wa-operation .wa__img {
    width: 100%;
    float: none;
  }
}

.wa-service {
  margin-bottom: 90px;
}

.wa-merit {
  margin-bottom: 80px;
}
.wa-merit .svl__item:nth-child(3) {
  margin-top: 40px;
}
.wa-merit .svl__item:nth-child(4) {
  margin-top: 40px;
}
.wa-merit .svl__item:nth-child(5) {
  margin-top: 25px;
}
.wa-merit .svl__item:nth-child(8) {
  margin-top: 30px;
}

.wa-about .svl__head {
  padding-bottom: 10px;
}
.wa-about__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 43px 0 80px;
}
@media screen and (max-width: 768px) {
  .wa-about__list {
    flex-direction: column;
  }
}
.wa-about__item {
  background-color: rgba(0, 114, 159, 0.2);
  padding: 0 17px 43px 39px;
  flex-basis: 33%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wa-about__item {
    flex-basis: 100%;
  }
}
.wa-about__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25%;
  height: 88px;
  background-color: #00729F;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.wa-about__head {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 40px 0 45px;
}
.wa-about__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.wa-about__text-wrapper:last-of-type p {
  margin-right: -20%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wa-about__text-wrapper:last-of-type p {
    width: 100%;
  }
}
.wa-about .wa__img {
  width: 70px;
  margin-top: 15px;
  margin-right: -20px;
}

.wa-target {
  margin-bottom: 90px;
}
.wa-target .svl__head {
  padding-bottom: 20px;
}
.wa-target__list {
  margin: 65px 0 12px 25px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .wa-target__list {
    width: 150%;
    margin: 40px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .wa-target__list-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.wa-target__row {
  height: 140px;
}
.wa-target__row:first-of-type {
  height: 60px;
}
.wa-target__head {
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem); /*16-28px*/
  font-weight: 400;
  background-color: rgba(0, 114, 159, 0.2);
  border: solid 1px #00729F;
  border-collapse: collapse;
  vertical-align: middle;
}
.wa-target__head:first-of-type {
  width: 25%;
}
.wa-target__head:last-of-type {
  width: 25%;
}
.wa-target__data {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem); /*14-20px*/
  text-align: center;
  border: solid 1px #00729F;
  border-collapse: collapse;
  padding: 0 20px;
  vertical-align: middle;
  line-height: 1.5;
}
.wa-target__data:first-child {
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem); /*14-24px*/
}
.wa-target__data:nth-child(2) {
  text-align: left;
}
.wa-target .svl__small {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .wa-target .svl__small {
    padding-left: 0;
  }
}
.wa-target img {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .wa-target img {
    margin: 10px 0;
  }
}
.wa-target__text {
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem); /*14-24px*/
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .wa-target__text {
    margin-top: 0;
  }
}

.wa-strategy .svl__head {
  padding-bottom: 10px;
}
.wa-strategy .svl-b-list {
  margin-top: 40px;
}
.wa-strategy .svl__text {
  font-weight: 600;
}
.wa-strategy .svl-b-list .svl__text {
  font-weight: 400;
}

#wa-flow {
  border-top: none;
  margin-top: 50px;
}
#wa-flow .svl-flow__item:last-of-type .svl-flow__item--r {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14-18px*/
}

/*appdevelopment アプリ開発*/
.ad-introduction {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ad-introduction .svl-introduction__catch {
    padding-bottom: 24px;
  }
}

.ad-about {
  margin-bottom: 60px;
}
.ad-about .svl__head {
  padding-bottom: 10px;
}

.ad-merit {
  margin-bottom: 60px;
}
.ad-merit .svl__head {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ad-merit .svl__head {
    padding-bottom: 24px;
  }
}
.ad-merit__list {
  padding: 10px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.ad-merit__list h4 {
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.ad-strengths {
  margin-bottom: 80px;
}
.ad-strengths .svl__item:nth-child(3) {
  margin-top: 40px;
  margin-bottom: 50px;
}

.ad-overview .svl-b-list {
  gap: 25px;
}
.ad-overview .svl__text-wrapper {
  padding: 30px 30px 30px 32px;
}
@media screen and (max-width: 768px) {
  .ad-overview .svl__text-wrapper {
    padding: 20px 10px;
  }
}

#ad-flow {
  margin-left: 30px;
  margin-top: 30px;
  border: none;
}
@media screen and (max-width: 768px) {
  #ad-flow {
    margin-left: 0;
  }
}/*# sourceMappingURL=service-low.css.map */