﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none
}

body {
  color: #6e6e6e;
  /*font-size: 4.8vw;*/
  font-weight: 400;
  position: relative
}

@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
    min-width: auto;
      line-height: 1!important;
  }
}
@media only screen and (max-width: 47.9375em) {
    body {
          line-height: 1!important;
    }
}

body,
button {

  font-family: "Noto Sans JP", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0
}

p {
  margin: 0;
  padding: 0
}

strong {
  font-weight: bold
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: inherit;
  border-radius: inherit;
  padding: 0
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  transform: translateZ(0);
  width: 100%
}

ul,
ol,
li {
  list-style: none
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important
  }
}

.l-wrapper {
  opacity: 0;
  padding-top: 13.3333333333vw;
  position: relative;
  overflow: hidden
}

.l-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(/cms/sc/img/sccloud365/bg_wrapper-sp.jpg) no-repeat center top/cover
}

.p-breadcrumbs{
  padding-top: 0;
  padding-bottom: 0;
}

.p-breadcrumbs__inner{
padding-top: 9px;
    padding-bottom: 9px;
    line-height: 21px;
}
.l-root-container{
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    padding-top: 76px
  }

  .l-wrapper::before {
    background-image: url(/cms/sc/img/sccloud365/bg_wrapper-pc.jpg)
  }
}

/* .l-header {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, .16);
  height: 13.3333333333vw;
  left: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 5
}

.l-header__logo {
  margin: 3.4666666667vw 0 0 3.7333333333vw;
  width: 26.1333333333vw
}

@media screen and (min-width: 769px) {
  .l-header {
    height: 76px
  }

  .l-header__logo {
    margin: 19px 32px 0;
    width: 166px
  }

  .l-header__logo-link {
    transition: opacity .3s
  }

  .l-header__logo-link:hover {
    opacity: .7
  }
}

.l-header__tabs {
  display: flex;
  position: absolute;
  right: 0;
  top: 0
}

@media screen and (max-width: 768px) {
  .l-header__tabs {
    height: 12.5333333333vw;
    width: 65.0666666667vw
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs {
    height: 72px;
    max-width: 51.2445095168vw
  }
}

@media(min-width: 769px)and (max-width: 1500px) {
  .l-header__tabs {
    max-width: 62.2254758419vw
  }
}

.l-header__tabs__item {
  cursor: pointer;
  position: relative;
  width: 50%
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item {
    max-width: 320px;
    transition: .25s
  }
}

.l-header__tabs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: center top;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item::after {
    right: min(5.3333333333vw, 20px);
    width: min(2.4vw, 9px);
    height: min(2.4vw, 9px);
    transition: border-color, .3s
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item:hover {
    opacity: .75
  }
}

@media screen and (max-width: 768px) {
  .l-header__tabs__item.contact {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item.contact {
    border-left: 2px solid #fff;
    height: 72px;
    max-width: 192px;
    width: 14.055636896vw
  }
}

@media(min-width: 769px)and (max-width: 1500px) {
  .l-header__tabs__item.contact {
    width: 17.7159590044vw
  }
}

.l-header__tabs__item.contact::after {
  transform: rotate(45deg) translateY(-50%)
}

@media screen and (max-width: 768px) {
  .l-header__tabs__item__bg img {
    height: 12.5333333333vw;
    width: 32.5333333333vw
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item__bg img {
    height: 72px;
    width: 22.2547584187vw
  }
}

@media(min-width: 769px)and (max-width: 1500px) {
  .l-header__tabs__item__bg img {
    height: 72px;
    width: 100%
  }
}

.l-header__tabs__item__text {
  color: #fff;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .25s;
  white-space: nowrap
}

@media screen and (max-width: 768px) {
  .l-header__tabs__item__text {
    font-size: 2.4vw;
    letter-spacing: 0;
    line-height: 1.4444444444
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item__text {
    font-size: min(1vw, 14px);
    transform: translate(-54%, -50%)
  }
}

@media screen and (max-width: 768px) {
  .l-header__tabs__item__text--name {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item__text--name {
    display: block;
    font-size: min(.9vw, 13px);
    margin-bottom: .439238653vw
  }
}

@media screen and (max-width: 768px) {
  .l-header__tabs__item__text--num {
    font-size: 2.9333333333vw
  }
}

@media screen and (min-width: 769px) {
  .l-header__tabs__item__text--num {
    font-size: min(1.2vw, 18px)
  }
}

.l-header__bar {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%
}

@media screen and (max-width: 768px) {
  .l-header__bar {
    height: 1.0666666667vw
  }
}

@media screen and (min-width: 769px) {
  .l-header__bar {
    height: 4px
  }
}

.l-header__bar.b {
  background: linear-gradient(to right, #61bccc 0%, #0089a5 100%)
}

.l-header__bar.e {
  background: linear-gradient(to right, #c58aba 0%, #954495 100%)
} */

.l-contents {
  position: relative
}

.l-contents__inner {
  position: relative
}

/* .l-footer {
  border-top: 1px solid #d3d3d3;
  background: #fff;
  position: relative;
  z-index: 3
}

.l-footer__inner {
  padding-top: 5.3333333333vw;
  padding-bottom: 22.6666666667vw
}

.l-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4vw
}

.l-footer__logo {
  width: 41.6vw
}

.l-footer__cv {
  width: 27.4666666667vw
}

.l-footer__contact-link {
  display: block
}

.l-footer__tel {
  margin-top: -0.8vw
}

.l-footer__tel-link {
  display: block
}

.l-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8vw 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.6666666667vw;
  border-top: 1px solid #c9cdce
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1333333333vw
}

.l-footer__nav-link {
  color: #000;
  font-size: 2.6666666667vw;
  letter-spacing: 0;
  text-decoration: none
}

.l-footer__group {
  width: 37.3333333333vw
}

.l-footer__group-link {
  display: block
}

.l-footer__cr {
  width: 100%;
  color: #000;
  font-size: 2.6666666667vw;
  letter-spacing: 0;
  text-align: center
}

.l-footer__contact {
  border-top: 2px solid #fff;
  bottom: 0;
  height: 16vw;
  left: 0;
  position: fixed;
  width: 100%
}

.l-footer__contact__text {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%
}

.l-footer__contact__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center top;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .l-footer__top {
    padding-bottom: 30px
  }

  .l-footer__logo {
    width: 300px
  }

  .l-footer__cv {
    width: 190px
  }

  .l-footer__contact-link {
    transition: opacity .3s
  }

  .l-footer__contact-link:hover {
    opacity: .7
  }

  .l-footer__tel {
    margin-top: 5px
  }

  .l-footer__tel-link {
    pointer-events: none;
    transition: opacity .3s
  }

  .l-footer__tel-link:hover {
    opacity: .7
  }

  .l-footer__bottom {
    gap: 0;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px
  }

  .l-footer__nav {
    gap: 40px;
    order: 1
  }

  .l-footer__nav-link {
    font-size: 14px;
    transition: opacity .3s
  }

  .l-footer__nav-link:hover {
    opacity: .7
  }

  .l-footer__group {
    order: 3;
    width: 280px
  }

  .l-footer__group-link {
    transition: opacity .3s
  }

  .l-footer__group-link:hover {
    opacity: .7
  }

  .l-footer__cr {
    flex: 1;
    flex: 1;
    order: 2;
    width: auto;
    font-size: 14px
  }

  .l-footer__contact {
    display: none
  }
}

@media(min-width: 768px)and (max-width: 1080px) {
  .l-footer__bottom {
    justify-content: space-between
  }

  .l-footer__nav {
    width: 60%
  }

  .l-footer__group {
    order: 2;
    width: 40%
  }

  .l-footer__cr {
    width: 100%;
    padding-top: 20px
  }
} */

.l-mv {
  display: grid;
  place-items: center;
  height: calc(100vh - 4vw);
  margin-top: -13.0666666667vw;
  background: url(/cms/sc/img/sccloud365/bg_mv01-sp.jpg) no-repeat center top/cover
}

.l-mv__inner {
  padding-top: 11.7333333333vw
}

.l-mv__head {
  width: 82.1333333333vw;
  margin: 0 auto
}

.l-mv__lead {
  width: 74.9333333333vw;
  margin: 6.6666666667vw auto 0
}

@media screen and (min-width: 769px) {
  .l-mv {
    position: relative;
    height: 43.9238653001vw;
    margin-top: 0;
    background: url(/cms/sc/img/sccloud365/bg_mv02-pc.jpg) no-repeat center top/cover
  }

  .l-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 46.1200585652vw;
    background: url(/cms/sc/img/sccloud365/bg_mv01-pc.png) no-repeat center top/cover
  }

  .l-mv__inner {
    position: relative;
    z-index: 3;
    padding-top: 2.196193265vw
  }

  .l-mv__head {
    width: 44.6559297218vw
  }

  .l-mv__lead {
    width: 53.2942898975vw;
    margin-top: 2.5622254758vw
  }
}

.c-y-modal {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70
}

@media screen and (min-width: 769px) {
  .c-y-modal {
    min-width: 1100px
  }
}

.c-y-modal__overlay {
  background-color: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.c-y-modal__content {
  background-color: #000;
  position: absolute;
  top: 50%
}

@media screen and (max-width: 768px) {
  .c-y-modal__content {
    height: 52.8vw;
    left: 2.1333333333vw;
    margin-top: -26.4vw;
    width: 93.8666666667vw
  }
}

@media screen and (min-width: 769px) {
  .c-y-modal__content {
    height: 585px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1040px
  }
}

.c-y-modal__content__inner {
  height: 100%;
  width: 100%
}

.c-y-modal__content iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.c-y-modal__close {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .c-y-modal__close {
    height: 10.1333333333vw;
    right: 2.1333333333vw;
    margin-top: -36.5333333333vw;
    width: 10.1333333333vw
  }
}

@media screen and (min-width: 769px) {
  .c-y-modal__close {
    height: 50px;
    left: 50%;
    margin: -352px 0 0 470px;
    width: 50px
  }
}

.c-y-modal__close::before,
.c-y-modal__close::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%
}

@media screen and (max-width: 768px) {

  .c-y-modal__close::before,
  .c-y-modal__close::after {
    height: .2666666667vw;
    left: 0;
    width: 10.1333333333vw
  }
}

@media screen and (min-width: 769px) {

  .c-y-modal__close::before,
  .c-y-modal__close::after {
    height: 1px;
    left: -4px;
    width: 59px
  }
}

.c-y-modal__close::before {
  transform: rotate(-225deg)
}

.c-y-modal__close::after {
  transform: rotate(225deg)
}

.c-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 83.4666666667vw;
  margin: auto;
  padding: 4.8vw;
  border-radius: 9999px;
  box-sizing: border-box;
  background: #0089a5;
  color: #fff;
  font-weight: 700;
  font-size: 5.3333333333vw;
  line-height: 1.35;
  text-decoration: none;
  text-align: center
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center top;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

.c-btn+.c-btn {
  margin-top: 5.3333333333vw
}

@media screen and (min-width: 769px) {
  .c-btn {
    max-width: 366px;
    margin: 0;
    padding: 20px;
    border: 2px solid #0089a5;
    font-size: 20px;
    transition: background-color .3s, color, .3s
  }

  .c-btn:hover {
    background: #fff;
    color: #0089a5
  }

  .c-btn:hover::after {
    border-color: #0089a5
  }

  .c-btn::after {
    right: 25px;
    width: 10px;
    height: 10px;
    transition: border-color, .3s
  }

  .c-btn+.c-btn {
    margin-top: 0
  }

  .c-btn.contact {
    max-width: 418px
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .c-btn {
    max-width: 326px
  }
}

.c-cv {
  background: #fff
}

.c-cv__inner {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw
}

.c-cv__head {
  font-size: 6.9333333333vw;
  line-height: 1.4230769231;
  text-align: center
}

.c-cv__container {
  margin-top: 10.6666666667vw
}

@media screen and (min-width: 769px) {
  .c-cv__inner {
    padding-top: 65px;
    padding-bottom: 65px
  }

  .c-cv__inner.-pc-bottom-wide {
    padding-bottom: 95px
  }

  .c-cv__head {
    font-size: 26px
  }

  .c-cv__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 40px
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .c-cv__container {
    gap: 20px
  }
}

.c-num-list__head {
  padding: 3.2vw 0;
  border-radius: 4px;
  background: #0089a5;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.5555555556;
  text-align: center
}

.c-num-list__head.e {
  background: #954495
}

.c-num-list__list {
  margin-top: 1.6vw
}

.c-num-list__list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6vw;
  align-items: center;
  padding: 2.4vw 1.3333333333vw 2.4vw 2.4vw;
  border-radius: 6.6666666667vw 1.0666666667vw 1.0666666667vw 6.6666666667vw;
  box-sizing: border-box;
  background: rgba(97, 188, 204, .3)
}

.c-num-list__list-item+.c-num-list__list-item {
  margin-top: 1.6vw
}

.c-num-list__list-item.e {
  background-color: rgba(197, 138, 186, .3)
}

.c-num-list__list-num {
  display: grid;
  place-items: center;
  width: 8.8vw;
  height: 8.8vw;
  /*padding: 0 0 .8vw .5333333333vw;*/
  border-radius: 50%;
  box-sizing: border-box;
  background: #0089a5;
  color: #fff;
  font-weight: 700;
  font-size: 4.8666666667vw
}

.c-num-list__list-num.e {
  background: #954495
}

.c-num-list__list-txt {
  flex: 1;
  color: #000;
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
  letter-spacing: -0.02em
}

@media screen and (min-width: 769px) {
  .c-num-list__head {
    padding: 7px 0;
    font-size: 18px
  }

  .c-num-list__list {
    margin-top: 6px
  }

  .c-num-list__list.-col2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px 8px;
    max-height: 214px
  }

  .c-num-list__list.-col2 .c-num-list__list-item {
    width: calc(50% - 4px);
    padding: 8px 7px 8px 10px
  }

  .c-num-list__list.-col2 .c-num-list__list-item+.c-num-list__list-item {
    margin-top: 0
  }

  .c-num-list__list.-col2 .c-num-list__list-txt {
    font-size: 18px
  }

  .c-num-list__list-item {
    gap: 10px;
    padding: 7px 7px 7px 10px;
    border-radius: 25px 4px 4px 25px;
    background: rgba(97, 188, 204, .3);
    letter-spacing: .08em
  }

  .c-num-list__list-item+.c-num-list__list-item {
    margin-top: 6px
  }

  .c-num-list__list-num {
    width: 33px;
    height: 33px;
        padding: 0 0 3px 3px;
        font-size: 18px;
  }

  .c-num-list__list-txt {
    font-size: 13px
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .c-num-list__list.-col2 {
    max-height: 240px
  }

  .c-num-list__list.-col2 .c-num-list__list-txt {
    font-size: 14px
  }

  .c-num-list__list-txt {
    font-size: 16px
  }

  .c-num-list__list-txt br {
    display: none
  }
}

.c-box {
  position: relative;
  padding: 17.3333333333vw 4vw 14.6666666667vw;
  border-radius: 12px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .16);
  background: #fff;
  background: linear-gradient(#61bccc 0%, #0089a5 100%)
}

.c-box::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 10px;
  background: #fff
}

.c-box.e {
  background: linear-gradient(#c58aba 0%, #954495 100%)
}

.c-box__num {
  display: grid;
  place-items: center;
  position: absolute;
  top: -11.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 21.0666666667vw;
  height: 21.0666666667vw;
  padding: 1.8666666667vw 0 0 .8vw;
  border: 3px solid #61bccc;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  color: #0089a5;
  font-size: 14.1333333333vw;
  text-align: center
}

.c-box__num.e {
  border-color: #c58aba;
  color: #954495
}

.c-box__head {
  position: relative;
  margin: 0 -2.6666666667vw;
  color: #0089a5;
  font-size: 7.4666666667vw;
  line-height: 1.3571428571;
  letter-spacing: .05em;
  text-align: center
}

.c-box__head.e {
  color: #954495
}

.c-box__txt {
  position: relative;
  margin-top: 4.8vw;
  padding: 0 2.6666666667vw;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  line-height: 1.75;
  letter-spacing: .05em
}

.c-box__txt+.c-box__txt {
  margin-top: 3.2vw
}

@media screen and (min-width: 769px) {
  .c-box {
    padding: 112px 105px 80px
  }

  .c-box__num {
    top: -58px;
    width: 110px;
    height: 110px;
        padding: 7px 0 0 5px;
    font-size: 74px
  }

  .c-box__head {
    margin: 0;
    font-size: 30px
  }

  .c-box__txt {
    margin-top: 15px;
    padding: 0;
    font-size: 18px;
    letter-spacing: .02em;
    text-align: center
  }

  .c-box__txt+.c-box__txt {
    margin-top: 12px
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .c-box {
    padding: 112px 20px 80px
  }
}

.c-note.-narrow .c-note__item+.c-note__item {
  margin-top: .5333333333vw
}

.c-note__item {
  margin-left: .6em;
  padding-left: .4em;
  font-size: 2.6666666667vw;
  line-height: 1.6;
  letter-spacing: .05em;
  text-align: left;
  text-indent: -0.4em
}

.c-note__item::before {
  content: "・";
  display: inline-block;
  width: .4em
}

.c-note__item a {
  color: inherit;
  letter-spacing: 0;
  text-decoration: none;
  color: #0089a5
}

.c-note__item+.c-note__item {
  margin-top: 1.0666666667vw
}

.c-note__item.e a {
  color: #954495
}

@media screen and (min-width: 769px) {
  .c-note__item {
    font-size: 10px
  }

  .c-note__item+.c-note__item {
    margin-top: 0
  }
}

section {
  position: relative;
  z-index: 2
}

.p-about {
  background: linear-gradient(to right, #90be20 0%, #61bccc 50%, #0089a5 100%);
  color: #fff
}

.p-about__inner {
  padding-top: 25.3333333333vw;
  padding-bottom: 24vw;
  text-align: center
}

.p-about__head {
  position: relative
}

.p-about__head::after {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin: 6.4vw auto 0;
  width: 8.5333333333vw
}

.p-about__head-en {
  font-size: 16vw
}

.p-about__head-ja {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  font-size: 5.8666666667vw;
  letter-spacing: .02em
}

.p-about__lead {
  margin-top: 6.4vw;
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 1.5185185185
}

.p-about__txt {
  margin-top: 4.2666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.75
}

.p-about__txt+.p-about__txt {
  margin-top: 2.6666666667vw
}

@media screen and (min-width: 769px) {
  .p-about__inner {
    padding-top: 95px;
    padding-bottom: 90px
  }

  .p-about__head {
    margin-bottom: 24px
  }

  .p-about__head::after {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 24px auto 0;
    width: 32px
  }

  .p-about__head-en {
    font-size: 60px
  }

  .p-about__head-ja {
    margin-top: 12px;
    font-size: 22px
  }

  .p-about__lead {
    margin-top: 24px;
    font-size: 34px
  }

  .p-about__txt {
    margin-top: 18px;
    font-size: 18px
  }

  .p-about__txt+.p-about__txt {
    margin-top: 10px
  }
}

.p-service {
  background: #e6f3ff;
  background-image: url(/cms/sc/img/sccloud365/service_configuration_bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.p-service__inner {
  padding: 21.3333333333vw 0 0
}

.p-service__head {
  color: #0089a5;
  font-weight: 700;
  font-size: 8vw;
  position: relative;
  text-align: center
}

.p-service__head::after {
  background-color: #61bccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin: 6.4vw auto 0;
  width: 8.5333333333vw
}

.p-service__lead {
  margin-top: 6.4vw;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 5.8666666667vw;
  line-height: 1.4230769231;
  text-align: center
}

.p-service__lead-large {
  display: inline-block;
  margin-bottom: 1.3333333333vw;
  color: #0089a5;
  font-size: 8vw
}

.p-service__lead-medium {
  color: #0089a5;
  font-size: 6.4vw
}

.p-service__txt {
  margin-top: 4vw;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 5.3333333333vw;
  line-height: 1.7;
  text-align: center
}

.p-service__txt-line {
  padding-bottom: .2em;
  border-bottom: 2px solid #0089a5
}

@media screen and (min-width: 769px) {
  .p-service {
    background-image: url(/cms/sc/img/sccloud365/service_configuration_bg_pc.png)
  }

  .p-service__inner {
    padding: 80px 0 0
  }

  .p-service__head {
    font-size: 32px
  }

  .p-service__head::after {
    background-color: #61bccc;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 24px auto 0;
    width: 32px
  }

  .p-service__lead {
    margin-top: 24px;
    font-size: 24px
  }

  .p-service__lead-large {
    margin-bottom: 5px;
    font-size: 32px
  }

  .p-service__lead-medium {
    font-size: 24px
  }

  .p-service__txt {
    margin-top: 10px;
    font-size: 20px
  }
}

.p-service2 {
  background: #e6f3ff
}

.p-service2__inner {
  padding-top: 24vw
}

@media screen and (min-width: 769px) {
  .p-service2__inner {
    padding-top: 105px
  }
}

.p-service2.e {
  background-color: #f4e2f0
}

@media screen and (max-width: 768px) {
  .tab_pc {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .tab_pc {
    display: block
  }
}

.tab_sp {
  position: relative
}

@media screen and (max-width: 768px) {
  .tab_sp {
    display: block
  }
}

@media screen and (min-width: 769px) {
  .tab_sp {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .p-tab {
    height: 21.3333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-tab {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .p-tabs {
    overflow: hidden
  }
}

@media screen and (max-width: 768px) {
  .p-tabs__list {
    height: 44.8vw
  }
}

@media screen and (min-width: 769px) {
  .p-tabs__list {
    display: flex;
    height: min(10vw, 125px);
    overflow: hidden;
    width: 100%
  }
}

.p-tabs__item {
  cursor: pointer;
  position: relative
}

@media screen and (max-width: 768px) {
  .p-tabs__item {
    box-sizing: border-box;
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    height: 18.6666666667vw;
    left: 11.2vw;
    padding-top: 5.3333333333vw;
    position: absolute;
    text-align: center;
    transition: .1s;
    top: 0vw;
    width: 89.0666666667vw
  }
}

@media screen and (min-width: 769px) {
  .p-tabs__item {
    height: min(10vw, 125px);
    transition: .25s;
    width: 50%
  }
}

.p-tabs__item.b {
  border-radius: 2.6666666667vw 2.6666666667vw 0px 0px;
  background: linear-gradient(#c58aba 0%, #954495 100%)
}

.p-tabs__item.e {
  border-radius: 2.6666666667vw 2.6666666667vw 0px 0px;
  background: linear-gradient(#61bccc 0%, #0089a5 100%)
}

.p-tabs__item.b_b {
  z-index: 3
}

.p-tabs__item.b_e {
  z-index: 2
}

.p-tabs__item.b_e:hover {
  z-index: 3
}

.p-tabs__item.e_b {
  z-index: 2
}

.p-tabs__item.e_b:hover {
  z-index: 4
}

.p-tabs__item.e_e {
  z-index: 3
}

.p-tabs__item__bar {
  position: relative;
  height: 8px;
  width: 100%;
  z-index: 4
}

.p-tabs__item__bar.b {
  background: linear-gradient(to right, #61bccc 0%, #0089a5 50%, #61bccc 100%)
}

.p-tabs__item__bar.e {
  background: linear-gradient(to right, #954495 0%, #c58aba 50%, #954495 100%)
}

.p-tabs__item__bg {
  transition: .25s
}

.p-tabs__item__bg.b_b {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(to right, #61bccc 0%, #0089a5 100%);
  box-shadow: 20px 0px 5px rgba(0, 0, 0, .1);
  margin-top: 1.75%;
  z-index: 3
}

@media(min-width: 1300px) {
  .p-tabs__item__bg.b_b {
    margin-top: 15px
  }
}

.p-tabs__item__bg.b_e {
  border-radius: 0 10px 0px 0px;
  background: linear-gradient(to right, #c58aba 0%, #954495 100%);
  box-shadow: -20px 0px 5px rgba(0, 0, 0, 0);
  margin-top: 3.5%;
  z-index: 2
}

@media(min-width: 1300px) {
  .p-tabs__item__bg.b_e {
    margin-top: 30px
  }
}

.p-tabs__item__bg.e_b {
  border-radius: 10px 0 0px 0px;
  background: linear-gradient(to right, #61bccc 0%, #0089a5 100%);
  box-shadow: 20px 0px 5px rgba(0, 0, 0, 0);
  margin-top: 3.5%;
  z-index: 2
}

@media(min-width: 1300px) {
  .p-tabs__item__bg.e_b {
    margin-top: 30px
  }
}

.p-tabs__item__bg.e_e {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(to right, #c58aba 0%, #954495 100%);
  box-shadow: -20px 0px 5px rgba(0, 0, 0, .1);
  margin-top: 1.75%;
  z-index: 3
}

@media(min-width: 1300px) {
  .p-tabs__item__bg.e_e {
    margin-top: 15px
  }
}

.p-tabs__item__bg.b_on {
  border-radius: 10px 0 0px 0px
}

.p-tabs__item__bg.e_on {
  border-radius: 0 10px 0px 0px
}

.p-tabs__item__bg img {
  display: block;
  opacity: 0
}

@media screen and (min-width: 769px) {
  .p-tabs__item__bg img {
    height: min(10vw, 125px)
  }
}

.p-tabs__item:hover .b_e {
  border-radius: 10px 10px 0px 0px;
  box-shadow: -20px 0px 5px rgba(0, 0, 0, .1);
  margin-top: 0;
  z-index: 3
}

.p-tabs__item:hover .e_b {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 20px 0px 5px rgba(0, 0, 0, .1);
  margin-top: 0;
  z-index: 3
}

.p-tabs__item:hover .action {
  margin-top: -1.4vw
}

@media(min-width: 1300px) {
  .p-tabs__item:hover .action {
    margin-top: -15px
  }
}

.p-tabs__item__text {
  color: #fff;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .p-tabs__item__text {
    box-sizing: border-box;
    font-size: 3.4666666667vw;
    flex-wrap: wrap;
    height: 29.8666666667vw;
    padding-top: 6.9333333333vw;
    position: absolute;
    text-align: center;
    top: 16vw;
    width: 100%
  }
}

@media screen and (min-width: 769px) {
  .p-tabs__item__text {
    font-size: min(1.4vw, 15px);
    left: 50%;
    line-height: 1.45;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -42%);
    white-space: nowrap
  }
}

.p-tabs__item__text.b {
  border-radius: 2.6666666667vw 2.6666666667vw 0px 0px;
  background: linear-gradient(#61bccc 0%, #0089a5 100%);
  box-shadow: 0px -10px 2px rgba(0, 0, 0, .1)
}

.p-tabs__item__text.e {
  border-radius: 2.6666666667vw 2.6666666667vw 0px 0px;
  background: linear-gradient(#c58aba 0%, #954495 100%);
  box-shadow: 0px -10px 2px rgba(0, 0, 0, .1)
}

.p-tabs__item__text.action {
  padding-top: min(1vw, 10px);
  transition: .25s
}

@media screen and (max-width: 768px) {
  .p-tabs__item__text--large {
    display: inline-block;
    font-size: 6.9333333333vw;
    margin-bottom: .5em
  }
}

@media screen and (min-width: 769px) {
  .p-tabs__item__text--large {
    font-size: min(2.4vw, 30px);
    white-space: nowrap
  }
}

.p-tabs__content {
  display: none;
  min-height: 100px
}

.p-tabs__content.active {
  display: block;
  animation: fadeIn .3s ease-in-out
}

.tab-content {
  display: none
}

.tab-content.active {
  display: block;
  animation: fadeIn .3s ease-in-out
}

.tab-content--business {
  overflow: hidden;
  position: relative
}

.tab-content--business::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(/cms/sc/img/sccloud365/bg_wrapper-sp_b.jpg) no-repeat center top/cover
}

@media screen and (min-width: 769px) {
  .tab-content--business::before {
    background-image: url(/cms/sc/img/sccloud365/bg_wrapper-pc_b.jpg)
  }
}

.tab-content--enterprise {
  overflow: hidden;
  position: relative
}

.tab-content--enterprise::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(/cms/sc/img/sccloud365/bg_wrapper-sp_e.jpg) no-repeat center top/cover
}

@media screen and (min-width: 769px) {
  .tab-content--enterprise::before {
    background-image: url(/cms/sc/img/sccloud365/bg_wrapper-pc_e.jpg)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.p-service-outline {
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 auto;
  text-align: center
}

@media screen and (max-width: 768px) {
  .p-service-outline {
    font-size: 4.2666666667vw;
    letter-spacing: -0.05em
  }
}

@media screen and (min-width: 769px) {
  .p-service-outline {
    font-size: 20px;
    margin-bottom: 80px
  }
}

.p-service-outline--large {
  color: #0089a5;
  line-height: 1.4;
  margin-bottom: .25em
}

@media screen and (max-width: 768px) {
  .p-service-outline--large {
    font-size: 7.4666666667vw
  }
}

@media screen and (min-width: 769px) {
  .p-service-outline--large {
    font-size: 30px
  }
}

.p-service-outline--large.e {
  color: #954495
}

.p-service-box {
  position: relative;
  margin-top: 20vw;
  padding-bottom: 5.3333333333vw;
  border-radius: 12px;
  background: linear-gradient(to right, #90be20 0%, #61bccc 50%, #0089a5 100%)
}

.p-service-box::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 10px;
  background: #e6f3ff
}

.p-service-box.e {
  background: linear-gradient(to right, #c58aba 0%, #954495 100%)
}

.p-service-box.e::before {
  background-color: #f4e2f0
}

.p-service-box__head {
  position: relative;
  transform: translateY(-7.4666666667vw);
  width: 69.3333333333vw;
  margin: 0 auto;
  margin-bottom: 10.1333333333vw;
  background: #e6f3ff
}

.p-service-box__head::before,
.p-service-box__head::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5.3333333333vw;
  height: 100%;
  background: #e6f3ff
}

.p-service-box__head::before {
  left: -5.3333333333vw
}

.p-service-box__head::after {
  right: -5.3333333333vw
}

.p-service-box__head.e {
  background: #f4e2f0
}

.p-service-box__head.e::before,
.p-service-box__head.e::after {
  background: #f4e2f0
}

.p-service-box__list {
  margin-top: 13.3333333333vw;
  position: relative;
  padding: 0 3.2vw
}

.p-service-box__list-item {
  padding: 2.6666666667vw
}

.p-service-box__list-item+.p-service-box__list-item {
  margin-top: 15.4666666667vw
}

.p-service-box__list-item--only-business {
  background-color: rgba(97, 188, 204, .3);
  border-radius: 2.1333333333vw;
  padding: 2.6666666667vw;
  position: relative
}

.p-service-box__list-item--only-business::before {
  background-image: url(/cms/sc/img/sccloud365/only_business.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 15.7333333333vw;
  left: 50%;
  position: absolute;
  top: -15.7333333333vw;
  transform: translateX(-50%);
  width: 37.8666666667vw
}

.p-service-box__list-item--only-enterprise {
  background-color: rgba(197, 138, 186, .3);
  border-radius: 2.1333333333vw;
  padding: 2.6666666667vw;
  position: relative
}

.p-service-box__list-item--only-enterprise::before {
  background-image: url(/cms/sc/img/sccloud365/only_enterprise.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 15.7333333333vw;
  left: 50%;
  position: absolute;
  top: -15.7333333333vw;
  transform: translateX(-50%);
  width: 37.8666666667vw
}

.p-service-box__list-item.two {
  margin-top: 23.4666666667vw
}

.p-service-box__list-link {
  display: block;
  position: relative;
  padding-top: 14.6666666667vw;
  border-radius: 12px;
  background: linear-gradient(to bottom, #61bccc 0%, #0089a5 40%, #0089a5 100%);
  color: inherit;
  color: #1a1a1a;
  text-decoration: none;
  text-align: center
}

.p-service-box__list-link.e {
  background: linear-gradient(to bottom, #c58aba 0%, #954495 100%)
}

.p-service-box__list-num {
  display: grid;
  place-items: center;
  position: absolute;
  top: -9.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 20vw;
  height: 20vw;
  padding: 1.0666666667vw 0 0 .8vw;
  border: 3px solid #61bccc;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  color: #0089a5;
  font-size: 11.2vw;
  text-align: center
}

.p-service-box__list-num.e {
  border-color: #c58aba;
  color: #954495
}

.p-service-box__list-lead {
  width: 90%;
  margin: 0 auto;
  padding: 3.2vw 0;
  border-radius: 10px;
  background: #fff;
  color: #0089a5;
  font-weight: 700;
  line-height: 1.3333333333
}

.p-service-box__list-lead.e {
  color: #954495
}

.p-service-box__list-head {
  display: grid;
  place-items: center;
  margin-top: 2.6666666667vw;
  color: #fff;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 1.375;
  text-align: center
}

@media screen and (max-width: 768px) {
  .p-service-box__list-head.e {
    padding-bottom: 4.2666666667vw
  }
}

.p-service-box__list-bg {
  margin-top: 5.3333333333vw;
  padding: 5.3333333333vw 2.1333333333vw 6.6666666667vw;
  border: 2px solid #0089a5;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  background: #fff
}

.p-service-box__list-txt {
  font-size: 4vw;
  line-height: 1.4666666667
}

.p-service-box__list-img {
  margin: 2.6666666667vw auto 0
}

.p-service-box__list-img.-medium {
  max-width: 64.5333333333vw;
  padding-top: 2.6666666667vw
}

.p-service-box__list-img.-small {
  max-width: 38.9333333333vw;
  padding-top: 2.6666666667vw
}

@media screen and (min-width: 769px) {
  .p-service-box {
    margin-top: 90px;
    padding-bottom: 45px
  }

  .p-service-box__head {
    transform: translateY(-28px);
    width: 316px;
    margin-bottom: 48px
  }

  .p-service-box__head::before,
  .p-service-box__head::after {
    width: 20px
  }

  .p-service-box__head::before {
    left: -20px
  }

  .p-service-box__head::after {
    right: -20px
  }

  .p-service-box__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0;
    padding: 0 45px
  }

  .p-service-box__list-item {
    display: flex;
    flex-direction: column;
    padding: 12px;
    transition: .25s;
    width: calc(33.33% - 24px)
  }

  .p-service-box__list-item+.p-service-box__list-item {
    margin-top: 0
  }

  .p-service-box__list-item--only-business {
    background-color: rgba(97, 188, 204, .3);
    border-radius: 8px;
    position: relative
  }

  .p-service-box__list-item--only-business::before {
    background-image: url(/cms/sc/img/sccloud365/only_business.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 59px;
    left: 50%;
    position: absolute;
    top: -59px;
    transform: translateX(-50%);
    width: 142px
  }

  .p-service-box__list-item--only-enterprise {
    background-color: rgba(197, 138, 186, .3);
    border-radius: 8px;
    position: relative
  }

  .p-service-box__list-item--only-enterprise::before {
    background-image: url(/cms/sc/img/sccloud365/only_enterprise.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 59px;
    left: 50%;
    position: absolute;
    top: -59px;
    transform: translateX(-50%);
    width: 142px
  }

  .p-service-box__list-item.e {
    margin-top: 50px;
    width: calc(50% - 24px)
  }

  .p-service-box__list-item.e:nth-of-type(-n + 2) {
    margin-top: 0
  }

  .p-service-box__list-item.one {
    border-radius: 8px 0 0 8px
  }

  .p-service-box__list-item.two {
    border-radius: 0 8px 8px 0
  }

  .p-service-box__list-link {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding-top: 55px;
    transition: .3s
  }

  .p-service-box__list-link:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .16);
    transform: scale(1.025)
  }

  .p-service-box__list-num {
    top: -37px;
    width: 75px;
    height: 75px;
    padding: 4px 0 0 3px;
    font-size: 42px
  }

  .p-service-box__list-lead {
    width: 85%;
    padding: 12px 20px;
    box-sizing: border-box
  }

  .p-service-box__list-head {
    width: 90%;
    min-height: 68px;
    margin: 10px auto 0;
    font-size: 24px
  }

  .p-service-box__list-head.e {
    margin-bottom: 16px;
    min-height: 50px
  }

  .p-service-box__list-bg {
    flex-grow: 1;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px 15px
  }

  .p-service-box__list-txt {
    font-size: 15px
  }

  .p-service-box__list-img {
    margin: 10px auto 0
  }

  .p-service-box__list-img.-medium {
    max-width: 242px;
    padding-top: 10px
  }

  .p-service-box__list-img.-small {
    max-width: 146px;
    padding-top: 10px
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .p-service-box__list-lead {
    display: grid;
    place-items: center;
    width: 92%;
    min-height: 90px;
    padding: 12px 3px;
    font-size: 16px
  }

  .p-service-box__list-head {
    font-size: 18px
  }
}

.p-service-included {
  background-color: #e6f3ff
}

@media screen and (max-width: 768px) {
  .p-service-included {
    padding: 10.6666666667vw 0 0
  }
}

@media screen and (min-width: 769px) {
  .p-service-included {
    padding: 56px 0 0
  }
}

.p-service-included.e {
  background-color: #f4e2f0
}

.p-service-included__box {
  margin: 0 auto;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .p-service-included__box {
    border-radius: 2.1333333333vw;
    width: 92.8vw
  }
}

@media screen and (min-width: 769px) {
  .p-service-included__box {
    border-radius: 8px;
    width: 726px
  }
}

.p-service-included__head {
  background-color: #0089a5;
  color: #fff;
  font-weight: 700;
  padding: .75em;
  text-align: center
}

@media screen and (max-width: 768px) {
  .p-service-included__head {
    font-size: 4.8vw
  }
}

@media screen and (min-width: 769px) {
  .p-service-included__head {
    font-size: 18px
  }
}

.p-service-included__head.e {
  background-color: #954495
}

.p-service-included__body {
  background-color: #fff;
  text-align: center
}

@media screen and (max-width: 768px) {
  .p-service-included__body {
    padding: 5.3333333333vw 4.2666666667vw
  }
}

@media screen and (min-width: 769px) {
  .p-service-included__body {
    padding: 24px 0
  }
}

.p-service-included__list {
  text-align: left
}

@media screen and (min-width: 769px) {
  .p-service-included__list {
    display: inline-block
  }
}

.p-service-included__item {
  color: #000;
  display: flex;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .p-service-included__item {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    margin: 2.4vw 0 0
  }
}

@media screen and (min-width: 769px) {
  .p-service-included__item {
    align-items: center;
    font-size: 20px;
    margin: 14px 0 0
  }
}

.p-service-included__item:first-of-type {
  margin-top: 0
}

.p-service-included__item::before {
  color: #61bccc;
  content: "●";
  display: inline-block;
  font-size: 75%;
  margin-right: .5em;
  padding-top: .15em
}

.p-service-included__item.e::before {
  color: #c58aba
}

.p-service-image {
  background: #e6f3ff
}

.p-service-image.e {
  background-color: #f4e2f0
}

.p-service-image__inner {
  padding-top: 16vw;
  padding-bottom: 21.3333333333vw
}

.p-service-image__head {
  color: #0089a5;
  font-weight: 700;
  font-size: 8vw;
  line-height: 1.4666666667;
  text-align: center
}

.p-service-image__head::after {
  background-color: #61bccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin: 6.4vw auto 0;
  width: 8.5333333333vw
}

.p-service-image__head.e {
  color: #954495
}

.p-service-image__head.e::after {
  background-color: #c58aba
}

.p-service-image__img {
  margin-top: 12vw
}

@media screen and (min-width: 769px) {
  .p-service-image__inner {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .p-service-image__head {
    font-size: 30px
  }

  .p-service-image__head::after {
    background-color: #61bccc;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 24px auto 0;
    width: 32px
  }

  .p-service-image__img {
    margin: 50px -10px 0 0
  }
}

.p-premium__inner {
  padding-top: 32vw
}

.p-premium__container {
  position: relative;
  margin-top: 5.3333333333vw
}

.p-premium__img {
  margin: 1.3333333333vw -1.3333333333vw 0
}

.p-premium__info {
  margin-top: 8.5333333333vw
}

@media screen and (min-width: 769px) {
  .p-premium__inner {
    padding-top: 130px
  }

  .p-premium__container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
    padding: 0 30px 0 10px;
    box-sizing: border-box
  }

  .p-premium__img {
    flex: 1;
    margin: 0
  }

  .p-premium__info {
    width: 392px;
    margin-top: 0
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .p-premium__container {
    display: block;
    gap: 50px
  }

  .p-premium__info {
    width: 74.5%;
    margin: 0 auto 0
  }
}

.p-security-free__inner {
  padding-top: 32vw
}

.p-security-free__container {
  position: relative;
  margin-top: 5.3333333333vw
}

.p-security-free__img {
  margin: 1.3333333333vw -1.3333333333vw 0
}

@media screen and (min-width: 769px) {
  .p-security-free__inner {
    padding-top: 130px
  }

  .p-security-free__container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
    padding: 0 30px 0 10px;
    box-sizing: border-box
  }

  .p-security-free__img {
    flex: 1;
    margin: 0
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .p-security-free__container {
    display: block;
    gap: 50px
  }
}

.p-backup__inner {
  padding-top: 18.6666666667vw
}

.p-backup__btn {
  max-width: 75.4666666667vw;
  margin-top: 8.5333333333vw
}

.p-backup__btn.e {
  background-color: #954495;
  border-color: #954495
}

.p-backup__img {
  margin: 12.8vw 0 0
}

@media screen and (min-width: 769px) {
  .p-backup__inner {
    padding-top: 120px
  }

  .p-backup__btn {
    max-width: 366px;
    margin: 35px auto 0
  }

  .p-backup__btn.e {
    background-color: #954495;
    border-color: #954495
  }

  .p-backup__btn.e:hover {
    background-color: #fff;
    color: #954495
  }

  .p-backup__btn.e:hover::after {
    border-color: #954495
  }

  .p-backup__img {
    margin: 60px 0 0;
    padding: 0 90px;
    box-sizing: border-box
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .p-backup__img {
    padding: 0 20px
  }
}

.p-backup-sec {
  position: relative;
  margin-top: 10.6666666667vw
}

.p-backup-sec__head {
  padding: 4vw;
  border-radius: 4px;
  background: rgba(97, 188, 204, .3);
  color: #0089a5;
  font-weight: 700;
  font-size: 5.3333333333vw;
  text-align: center
}

.p-backup-sec__head.e {
  background-color: rgba(197, 138, 186, .3);
  color: #954495
}

.p-backup-sec__list {
  margin-top: 10.6666666667vw
}

.p-backup-sec__list-item {
  text-align: center
}

.p-backup-sec__list-item+.p-backup-sec__list-item {
  margin-top: 11.2vw
}

.p-backup-sec__list-item.e figcaption {
  color: #954495
}

.p-backup-sec__list-img {
  margin: 0
}

.p-backup-sec__list-img img {
  width: 34.6666666667vw;
  margin: 0 auto
}

.p-backup-sec__list-img figcaption {
  margin-top: 4.8vw;
  color: #0089a5;
  font-size: 4.8vw
}

.p-backup-sec__note {
  margin-top: 10.6666666667vw
}

@media screen and (min-width: 769px) {
  .p-backup-sec {
    margin-top: 48px;
    padding: 0 90px
  }

  .p-backup-sec__head {
    padding: 15px;
    font-size: 20px
  }

  .p-backup-sec__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    width: 682px;
    margin: 40px auto 0
  }

  .p-backup-sec__list-item {
    width: calc(33.33% - 6.6666666667px);
    padding: 0
  }

  .p-backup-sec__list-item+.p-backup-sec__list-item {
    margin-top: 0
  }

  .p-backup-sec__list-img {
    margin: 0
  }

  .p-backup-sec__list-img img {
    width: 130px
  }

  .p-backup-sec__list-img figcaption {
    margin-top: 22px;
    font-size: 18px
  }

  .p-backup-sec__note {
    width: max-content;
    margin: 35px auto 0
  }
}

@media(min-width: 769px)and (max-width: 1212px) {
  .p-backup-sec {
    padding: 0 20px
  }
}

.p-counseling__inner {
  padding-top: 18.6666666667vw;
  padding-bottom: 26.6666666667vw
}

.p-counseling__list {
  position: relative;
  margin-top: 10.6666666667vw
}

.p-counseling__note {
  margin-top: 3.7333333333vw
}

@media screen and (min-width: 769px) {
  .p-counseling__inner {
    padding-top: 120px;
    padding-bottom: 100px
  }

  .p-counseling__list {
    margin-top: 55px
  }

  .p-counseling__note {
    margin-top: 14px
  }
}

.p-counseling-sec {
  position: relative;
  margin-top: 8.5333333333vw
}

.p-counseling-sec__head {
  display: flex;
  align-items: center;
  color: #0089a5;
  font-weight: 700;
  font-size: 4.8vw;
  text-align: center
}

.p-counseling-sec__head::before,
.p-counseling-sec__head::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #0089a5
}

.p-counseling-sec__head::before {
  margin-right: 1.3333333333vw
}

.p-counseling-sec__head::after {
  margin-left: 1.3333333333vw
}

.p-counseling-sec__head.e {
  color: #954495
}

.p-counseling-sec__head.e::before,
.p-counseling-sec__head.e::after {
  background-color: #954495
}

.p-counseling-sec__txt {
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.6666666667;
  text-align: center
}

@media screen and (min-width: 769px) {
  .p-counseling-sec {
    margin-top: 30px
  }

  .p-counseling-sec__head {
    font-size: 18px
  }

  .p-counseling-sec__head::before {
    margin-right: 23px
  }

  .p-counseling-sec__head::after {
    margin-left: 23px
  }

  .p-counseling-sec__txt {
    margin-top: 20px;
    font-size: 18px
  }
}

.p-price {
  background: hsla(0, 0%, 100%, .75)
}

.p-price__inner {
  position: relative;
  padding-top: 20vw;
  padding-bottom: 21.3333333333vw;
  text-align: center
}

.p-price__head {
  color: #6e6e6e
}

.p-price__head-en {
  font-size: 16vw
}

.p-price__head-ja {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  font-size: 5.8666666667vw;
  letter-spacing: .02em
}

.p-price__monthly {
  width: 74.6666666667vw;
  margin: 13.3333333333vw auto 0
}

.p-price__monthly-head {
  padding: 2.1333333333vw;
  border-radius: 4px;
  box-sizing: border-box;
  background: #61bccc;
  color: #fff;
  font-size: 4.8vw
}

.p-price__monthly-head.e {
  background-color: #c58aba
}

.p-price__monthly-num {
  margin-top: 4vw;
  color: #0089a5;
  font-weight: 700;
  font-size: 17.3333333333vw
}

.p-price__monthly-num.e {
  color: #954495
}

.p-price__monthly-txt {
  margin-top: 5.3333333333vw;
  font-weight: 700;
  font-size: 5.6vw
}

.p-price__note {
  width: 82.6666666667vw;
  margin: 13.3333333333vw auto 0
}

@media screen and (min-width: 769px) {
  .p-price__inner {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .p-price__head-en {
    font-size: 60px
  }

  .p-price__head-ja {
    margin-top: 10px;
    font-size: 22px
  }

  .p-price__monthly {
    display: flex;
    flex-wrap: wrap;
    width: 453px;
    margin-top: 70px
  }

  .p-price__monthly-head {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    font-size: 18px;
line-height: normal;
  }

  .p-price__monthly-num {
    margin-top: 15px;
    font-size: 75px;
      line-height: 1;
  }

  .p-price__monthly-txt {
    align-self: flex-end;
    margin: 0 0 0 20px;
    font-size: 31px
  }

  .p-price__note {
    width: 500px;
    margin-top: 50px
  }
}

.p-edition {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3
}

@media screen and (max-width: 768px) {
  .p-edition {
    background-image: url(/cms/sc/img/sccloud365/edition_bg_business.jpg);
    padding: 21.3333333333vw 0
  }
}

@media screen and (min-width: 769px) {
  .p-edition {
    background-image: url(/cms/sc/img/sccloud365/service_configuration_bg_pc.png);
    padding: min(4vw, 80px) 0
  }
}

@media screen and (max-width: 768px) {
  .p-edition.e {
    background-image: url(/cms/sc/img/sccloud365/edition_bg_enterprise.jpg)
  }
}

.p-edition__list {
  margin: 0 auto;
  position: relative
}

@media screen and (max-width: 768px) {
  .p-edition__list {
    width: 84.5333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-edition__list {
    display: flex;
    justify-content: space-between;
    max-width: 1036px;
    width: 75.8418740849vw
  }
}

.p-edition__list::before {
  background-color: #fff;
  content: "";
  position: absolute
}

@media screen and (max-width: 768px) {
  .p-edition__list::before {
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%
  }
}

@media screen and (min-width: 769px) {
  .p-edition__list::before {
    height: 100%;
    left: 50%;
    top: 0;
    width: 1px
  }
}

@media screen and (max-width: 768px) {
  .p-edition__item {
    margin-top: 21.3333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-edition__item {
    width: 43%
  }
}

.p-edition__item:first-of-type {
  margin-top: 0
}

@media screen and (min-width: 769px) {
  .p-edition__item.b {
    order: 2
  }
}

.p-edition__link {
  align-items: center;
  border: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 700;
  max-width: 100%;
  text-decoration: none;
  width: 100%
}

@media screen and (max-width: 768px) {
  .p-edition__link {
    border-radius: 13.3333333333vw;
    font-size: 4.5333333333vw;
    line-height: 1.25;
    margin-top: 6.4vw
  }
}

@media screen and (min-width: 769px) {
  .p-edition__link {
    border-radius: 3.6603221083vw;
    font-size: min(1.25vw, 17px);
    margin-top: min(2.5vw, 35px)
  }
}

.p-edition__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  transform: rotate(-45deg) translateY(-15%);
  transform-origin: center top;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

@media screen and (min-width: 769px) {
  .p-edition__link::after {
    right: 6%;
    width: 10px;
    height: 10px;
    transition: border-color, .3s
  }
}

.p-edition__link--business {
  background: linear-gradient(to right, #61bccc 0%, #0089a5 100%)
}

.p-edition__link--enterprise {
  background: linear-gradient(to right, #c58aba 0%, #954495 100%)
}

@media screen and (min-width: 769px) {
  .p-edition__link--enterprise:hover {
    color: #954495
  }
}

@media screen and (min-width: 769px) {
  .p-edition__link--enterprise:hover::after {
    border-color: #954495
  }
}

.p-solution {
  background: #e6f3ff
}

.p-solution__inner {
  position: relative;
  padding-top: 12.8vw;
  padding-bottom: 21.3333333333vw
}

.p-solution__head {
  font-size: 6.9333333333vw;
  line-height: 1.4230769231;
  text-align: center
}

.p-solution__link {
  display: block;
  width: 80.2666666667vw;
  margin: 10.1333333333vw auto 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .16)
}

@media screen and (min-width: 769px) {
  .p-solution__inner {
    padding-top: 62px;
    padding-bottom: 65px
  }

  .p-solution__head {
    font-size: 26px
  }

  .p-solution__link {
    width: 354px;
    margin: 38px auto 0;
    transition: box-shadow .3s
  }

  .p-solution__link:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .16)
  }
}

.p-zirei {
  background: url(/cms/sc/img/sccloud365/bg_wrapper-sp.jpg) no-repeat center/cover;
  overflow: hidden;
  position: relative
}

@media screen and (min-width: 769px) {
  .p-zirei {
    background-image: url(/cms/sc/img/sccloud365/bg_wrapper-pc.jpg)
  }
}

.p-zirei::before {
  background-color: hsla(0, 0%, 100%, .75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (min-width: 769px) {
  .p-zirei__list {
    display: flex;
    justify-content: center
  }
}

.p-zirei__item {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .16);
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .p-zirei__item {
    border-radius: 2.1333333333vw;
    margin-top: 8vw;
    padding-bottom: 8.5333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__item {
    border-radius: 8px;
    margin: 0 15px;
    padding-bottom: 32px;
    width: 350px
  }
}

@media screen and (max-width: 768px) {
  .p-zirei__item:first-of-type {
    margin-top: 0
  }
}

@media screen and (max-width: 768px) {
  .p-zirei__data {
    padding: 1.0666666667vw 6.4vw 8vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__data {
    padding: 4px 24px 30px
  }
}

.p-zirei__logo {
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .p-zirei__logo {
    width: 56vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__logo {
    width: 210px
  }
}

.p-zirei__text {
  color: #0089a5;
  font-weight: 700;
  line-height: 1.6
}

@media screen and (max-width: 768px) {
  .p-zirei__text {
    font-size: 4vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__text {
    font-size: 15px
  }
}

.p-zirei__corp {
  border-top: 1px solid #d3d3d3;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .p-zirei__corp {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__corp {
    margin-top: 20px;
    padding-top: 20px
  }
}

.p-zirei__corp__name {
  color: #000
}

@media screen and (max-width: 768px) {
  .p-zirei__corp__name {
    font-size: 3.4666666667vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__corp__name {
    font-size: 13px
  }
}

.p-zirei__corp__data {
  color: #6e6e6e;
  margin-top: .85em
}

@media screen and (max-width: 768px) {
  .p-zirei__corp__data {
    font-size: 3.2vw
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__corp__data {
    font-size: 12px
  }
}

.p-zirei__link {
  align-items: center;
  background-color: #fff;
  border-color: #61bccc;
  color: #61bccc;
  display: flex;
  justify-content: center;
  margin: auto auto 0
}

@media screen and (max-width: 768px) {
  .p-zirei__link {
    border: 1px solid #61bccc;
    font-size: 3.7333333333vw;
    width: calc(100% - 8.5333333333vw)
  }
}

@media screen and (min-width: 769px) {
  .p-zirei__link {
    font-size: 14px;
    width: calc(100% - 32px)
  }
}

.p-zirei__link::after {
  border-color: #61bccc
}

@media screen and (min-width: 769px) {
  .p-zirei__link:hover {
    border-color: #0089a5
  }
}

.zirei_inner {
  padding: 62px 0px 65px 0px;
  position: relative;
  z-index: 2
}

.zirei_head {
  color: #0089a5;
  font-weight: 700;
  font-size: 6.4vw;
  text-align: center;
  margin-bottom: 55px
}

.zirei_head::after {
  background-color: #61bccc;
  border-radius: 2px;
  content: "";
  display: block;
  font-size: 32px;
  height: 4px;
  margin: 24px auto 0;
  width: 32px
}

@media screen and (min-width: 769px) {
  .zirei_head {
    font-size: 32px
  }
}

@media screen and (max-width: 768px) {
  .zirei_head::after {
    background-color: #61bccc;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 6.4vw auto 0;
    width: 8.5333333333vw
  }
}

@media screen and (min-width: 769px) {
  .bnr__box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 840px
  }
}

@media screen and (min-width: 769px) {
  .js-spimg {
    pointer-events: none
  }
}

.pswp__button--share {
  display: none !important
}

.pagetop {
  border-radius: 50%;
  bottom: 2.6666666667vw;
  cursor: pointer;
  right: 2.6666666667vw;
  position: fixed;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #fff;
  border: 2px solid #61bccc;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
  transition: .25s;
  z-index: 4
}

@media screen and (min-width: 769px) {
  .pagetop {
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px
  }
}

.pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateY(-75%) translateX(-50%);
  transform-origin: center top;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 2px solid #0089a5;
  border-right: 2px solid #0089a5
}

@media screen and (min-width: 769px) {
  .pagetop::after {
    width: .6588579795vw;
    height: .6588579795vw;
    transition: .25s
  }
}

@media screen and (min-width: 769px) {
  .pagetop:hover {
    border-color: #0089a5;
    opacity: .75
  }
}

.u-clearfix::after {
  clear: both;
  content: "";
  height: 0;
  display: block;
  width: 0
}

.u-display--block {
  display: block
}

.u-display--inline {
  display: inline
}

.u-display--inline-block {
  display: inline-block
}

.u-font__weight--bold {
  font-weight: bold
}

.u-font__weight--normal {
  font-weight: normal
}

.u-teko {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  letter-spacing: .04em;
line-height: 1;
}

.u-inner {
  padding-right: 4vw;
  padding-left: 4vw
}

@media screen and (min-width: 769px) {
  .u-inner {
    width: 100%;
    max-width: 1212px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box
  }
}