@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fadecb;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

p {
  padding: 0 1em;
}

a:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.header {
  width: 100%;
  padding: 1rem 6rem;
  background-color: #fff;
}
.header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.header__logo {
  width: 30%;
}
.header__text {
  display: inline-block;
}
.header__sp-only {
  display: none;
}
.header a:hover {
  color: #da3360;
}

.br-pc-none {
  display: none;
}
.mv__inner {
  width: 100%;
  padding: 10rem 0 10rem 8rem;
  background-image: url(../img/mainvisual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv__text {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1em;
  border: 5px double #da3360;
  background-color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.mv__title {
  margin-bottom: 4rem;
  color: #da3360;
  font-style: italic;
  font-weight: bold;
  font-size: 4.8rem;
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.mv__item {
  width: 30rem;
  margin-right: 7rem;
  padding: 0.5em;
  border: 10px white double;
  border-radius: 30px;
  background-color: #da3360;
  color: white;
  font-size: 2.6rem;
}
.footer {
  margin-top: 5rem;
  padding: 4rem 0 10rem;
  background-color: #FCADB2;
}
.footer a:hover {
  color: #da3360;
}
.footer__text {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer__copyright {
  color: #ffffff;
  text-align: center;
}

#js-page-top {
  -webkit-transform: translateY(100px);
  z-index: 2;
  position: fixed;
  right: 20px;
          transform: translateY(100px);
}

#js-page-top a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0 0 0 2px #da3360;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #da3360;
          box-shadow: 0 0 0 2px #da3360;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

#js-page-top a:hover {
  background-color: #fff;
  color: #da3360;
}

#js-page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*　下に下がる動き　*/
#js-page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
}
@keyframes DownAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
}
.button {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.4s;
  display: inline-block;
  width: 50rem;
  width: 50rem;
  max-width: 100%;
  padding: 2.2rem 1em;
  border: solid 2px transparent;
  background-color: #da3360;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: ease-in-out 0.4s;
}
.button--long {
  width: 100%;
  font-size: 3rem;
}
.button:hover {
  -webkit-transition: 0.4s;
  border: solid 2px #da3360;
  background-color: #ffffff;
  color: #da3360;
  transition: 0.4s;
}
.container {
  width: 80%;
  margin: 0 auto;
}

.text-container {
  padding: 0 1em;
}
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.pagination li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 2rem;
  padding-top: 1rem;
  border: solid 1px #333;
  text-align: center;
}
.pagination li:nth-child(7) {
  margin-right: 0;
}
.pagination li a {
  display: inline-block;
}
.pagination--pc-only {
  display: none;
}
.mb50 {
  margin-bottom: 5rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt100 {
  margin-top: 10rem;
}

.text-aline-center {
  text-align: center;
}

.heading {
  margin-bottom: 5rem;
  padding: 1em;
  background-color: #FCADB2;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}

.sub-title {
  margin-bottom: 1rem;
  color: #da3360;
  font-weight: bold;
  font-size: 3rem;
}

.white-bord-text {
  position: relative;
  margin-bottom: 3rem;
  padding: 1em;
  border: solid 3px #da3360;
  background-color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.circle-attension {
  position: absolute;
  top: -50px;
  left: -60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #da3360;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 100px;
  text-align: center;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(60%, #eb92bd));
  background: linear-gradient(transparent 76%, #eb92bd 60%);
}
.marker--bold {
  font-weight: bold;
  font-size: 2.2rem;
}
.about {
  margin-bottom: 20rem;
}
.about__title {
  display: inline-block;
  position: relative;
  margin-bottom: 12rem;
  padding: 1em;
  border: 5px #000 solid;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
.about__title::after {
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: -17rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/socosto01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.about img {
  margin-bottom: 5rem;
}
.about p {
  margin-bottom: 2rem;
}
.about p:last-of-type {
  margin-bottom: -2rem;
}
.studio {
  margin-bottom: 20rem;
}
.studio__title {
  display: inline-block;
  position: relative;
  margin-bottom: 12rem;
  padding: 1em;
  border: 5px #000 solid;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
.studio__title::after {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: -9rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/socosto05.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.studio p {
  margin-bottom: 3rem;
}
.studio__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 5rem;
}
.studio__img {
  width: 40%;
}
.studio__img img {
  width: 100%;
}
.studio__content {
  width: 60%;
}
.business {
  margin-bottom: 20rem;
}
.business__title {
  display: inline-block;
  position: relative;
  margin-bottom: 12rem;
  padding: 1em;
  border: 5px #000 solid;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
.business__title::after {
  display: inline-block;
  position: absolute;
  top: -1rem;
  right: -15rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/socosto06.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.business__img {
  margin-bottom: 5rem;
}
.business p {
  margin-bottom: 2rem;
}
.business p:last-of-type {
  margin-bottom: -2rem;
}
.customer {
  margin-bottom: 20rem;
}
.customer__inner {
  margin-bottom: 2rem;
  padding: 2em 1em;
  border: solid 3px #da3360;
  background-color: #fff;
}
.customer__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 3rem;
  padding: 0 1em;
}
.customer__box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.customer__img {
  width: 50%;
}
.customer__content {
  width: 50%;
  margin-left: 2rem;
}
.customer__content--reverse {
  margin-left: 0;
}
.customer__shop {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #da3360;
  color: #ffffff;
  font-weight: bold;
}
.customer h3 {
  font-size: 2.2rem;
}
.customer p {
  margin-bottom: 2rem;
}
.media {
  margin-bottom: 20rem;
}
.media__title {
  display: inline-block;
  position: relative;
  margin-bottom: 5rem;
  padding: 1em;
  border: 5px #000 solid;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
.media__title::after {
  display: inline-block;
  position: absolute;
  top: 4rem;
  right: -16rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../img/socosto04.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.media__box {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.media__img {
  width: 49.5%;
  margin-bottom: 1rem;
}
.market {
  margin-bottom: 20rem;
}
.market__img {
  margin-bottom: 5rem;
  text-align: center;
}
.market p {
  margin-bottom: 2rem;
}
.step {
  margin-bottom: 20rem;
}
.step__title {
  margin-bottom: 10rem;
}
.step__box {
  position: relative;
  margin-bottom: 10rem;
  padding: 2em;
  border: solid 3px #da3360;
  background-color: #fff;
}
.step__box ul {
  padding: 1em;
  list-style: disc;
}
.step__box ul li {
  margin-bottom: 1rem;
}

.circle {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #da3360;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 130px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
  .header {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .header__button {
    width: 35rem;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.8rem;
  }
  .header__sp-only {
    display: block;
  }
  .header__pc-only {
    display: none;
  }
  .mv__inner {
    height: 600px;
    padding: 5em 2em 2em 2em;
  }
  .mv__text {
    font-size: 1.8rem;
  }
  .mv__title {
    font-size: 3.4rem;
  }
  .mv__list {
    display: block;
  }
  .mv__item {
    min-width: 500px;
    margin-right: 0;
    margin-bottom: 2rem;
    border: 5px white double;
    font-size: 1.6rem;
  }
  .mv__item br {
    display: none;
  }
  .button--long {
    font-size: 2.6rem;
  }
  .container {
    width: 85%;
  }
  .pagination li:nth-child(3) {
    margin-right: 2rem;
  }
  .pagination--pc-only {
    display: block;
  }
  .heading {
    font-size: 2.8rem;
  }

  .sub-title {
    font-size: 2.4rem;
  }

  .white-bord-text {
    font-size: 2rem;
  }

  .circle-attension {
    top: -40px;
    left: -40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #da3360;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 70px;
    text-align: center;
  }

  .marker--bold {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .about {
    margin-bottom: 15rem;
  }
  .about__title {
    margin-bottom: 10rem;
    border: 3px #000 solid;
  }
  .about__title::after {
    top: 5rem;
    right: -13rem;
    width: 15rem;
    height: 15rem;
  }
  .studio {
    margin-bottom: 15rem;
  }
  .studio__title {
    margin-bottom: 10rem;
    border: 3px #000 solid;
  }
  .studio__title::after {
    top: 0px;
    left: -60px;
    width: 15rem;
    height: 15rem;
  }
  .studio__img {
    width: 50%;
  }
  .studio__content {
    width: 50%;
  }
  .studio p {
    margin-bottom: 1rem;
  }
  .business {
    margin-bottom: 15rem;
  }
  .business__title {
    margin-bottom: 10rem;
    border: 3px #000 solid;
  }
  .business__title::after {
    top: -10px;
    right: -80px;
    width: 15rem;
    height: 15rem;
  }
  .customer {
    margin-bottom: 15rem;
  }
  .customer__inner {
    padding: 2em 1em 0.5em;
  }
  .customer__inner h3 {
    font-size: 1.6rem;
  }
  .customer__inner p {
    margin-bottom: 1rem;
  }
  .media {
    margin-bottom: 15rem;
  }
  .media__title {
    margin-bottom: 12rem;
    border: 3px #000 solid;
  }
  .media__title::after {
    top: 12rem;
    right: -5rem;
    width: 15rem;
    height: 15rem;
  }
  .market {
    margin-bottom: 10rem;
  }
  .market__img {
    margin-bottom: 8rem;
  }
  .market p {
    margin-bottom: 1rem;
  }
  .step {
    margin-bottom: 10rem;
  }
  .step__box {
    margin-bottom: 5rem;
  }

  .circle {
    top: -30px;
    left: -30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 70px;
  }
}

@media screen and (max-width: 600px) {
  body {
    line-height: 1.7;
  }
  .header {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .header__button {
    width: 25rem;
  }
  .header__logo {
    min-width: 5rem;
  }

  .br-pc-none {
    display: block;
  }
  .mv__inner {
    height: 400px;
    padding: 1em;
  }
  .mv__text {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .mv__title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .mv__item {
    min-width: 30rem;
    margin-bottom: 0.5rem;
    padding: 0.1em;
  }
  .footer #js-page-top {
    right: 0;
  }
  .button--long {
    padding: 1em 0;
    font-size: 2rem;
  }
  .container {
    width: 95%;
  }

  .text-container {
    padding: 0;
  }
  .heading {
    margin-bottom: 3rem;
    font-size: 2rem;
  }

  .sub-title {
    font-size: 1.8rem;
  }

  .white-bord-text {
    padding: 0.5em;
    font-size: 1.6rem;
  }

  .circle-attension {
    z-index: -1;
    top: -50px;
    left: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #da3360;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 60px;
    text-align: center;
  }

  .marker--bold {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .about {
    margin-bottom: 10rem;
  }
  .about__title {
    margin-bottom: 5rem;
    border: 2px #000 solid;
  }
  .about__title::after {
    top: 50px;
    right: -50px;
    width: 10rem;
    height: 10rem;
  }
  .studio {
    margin-bottom: 10rem;
  }
  .studio__title {
    margin-bottom: 6rem;
    border: 2px #000 solid;
  }
  .studio__title::after {
    top: -20px;
    left: -40px;
    width: 10rem;
    height: 10rem;
  }
  .studio__box {
    display: block;
  }
  .studio__img {
    width: 100%;
  }
  .studio__content {
    width: 100%;
  }
  .business {
    margin-bottom: 10rem;
  }
  .business__title {
    border: 2px #000 solid;
  }
  .business__title::after {
    top: 30px;
    right: -60px;
    width: 10rem;
    height: 10rem;
  }
  .customer {
    margin-bottom: 10rem;
  }
  .customer__inner {
    padding: 2em 1em 0.5em;
  }
  .customer__inner h3 {
    font-size: 1.6rem;
  }
  .customer__inner p {
    margin-bottom: 1rem;
  }
  .customer__box {
    display: block;
  }
  .customer__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .customer__content {
    width: 100%;
    margin-left: 0;
    border-bottom: 3px solid #da3360;
    text-align: center;
  }
  .media {
    margin-bottom: 10rem;
  }
  .media__title {
    z-index: -2;
    margin-bottom: 5rem;
    border: 2px #000 solid;
  }
  .media__title::after {
    z-index: -1;
    top: 11rem;
    right: 1rem;
    width: 10rem;
    height: 10rem;
  }
  .media__box {
    display: block;
    margin-bottom: 2rem;
  }
  .media__img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .market {
    margin-bottom: 10rem;
  }
  .market__img {
    margin-bottom: 10rem;
  }
  .market p {
    margin-bottom: 1rem;
  }
  .step {
    margin-bottom: 5rem;
  }
  .step__title {
    margin-bottom: 7rem;
  }
  .step__box {
    margin-bottom: 7rem;
  }

  .circle {
    top: -40px;
    left: -10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 70px;
  }
}

@media screen and (max-width: 375px) {
  .mv__inner {
    padding-top: 1.3rem;
  }
  .mv__text {
    margin-bottom: 2rem;
  }
  .mv__title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .mv__item {
    margin-bottom: 1rem;
  }
  .about__title {
    margin-bottom: 8rem;
  }
  .about__title::after {
    top: 50px;
    right: -20px;
  }
  .studio__title {
    margin-bottom: 8rem;
  }
  .studio__title::after {
    top: -10px;
    left: -30px;
    width: 8rem;
    height: 8rem;
  }
}
/*# sourceMappingURL=style.css.map */