@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */ /*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
l-footer
----------------------------------- */
.p-footer-sticky-nav {
  color: #fff;
}
.p-footer-sticky-nav .p-top-footer-telBtn {
  background-color: #d83c0d;
  border-radius: 10px;
  margin: 3px;
}
.p-footer-sticky-nav .p-top-footer-webBtn {
  background-color: #094;
  border-radius: 10px;
  margin: 3px;
}
.p-footer-sticky-nav a .fa-phone {
  font-size: 20px;
}

/* --------------------------------
l-header
----------------------------------- */
/* --------------------------------
l-section
----------------------------------- */
/* --------------------------------
l-container
----------------------------------- */
/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
.p-top-result__text {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  max-width: 800px;
  margin: 0 auto;
}

.p-top-course__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-top-feature__cont {
  margin-top: 60px !important;
}

.p-top-feature__contTitle {
  font-size: 32px !important;
  margin-top: -70px !important;
  color: #31ade3 !important;
}

.p-top-realization .p-top-realization__wrapper {
  width: 98.3%;
  padding-bottom: 50px !important;
}

.p-top-realization__cont {
  margin-top: 150px !important;
  max-width: 1000px;
}

.p-top-realization__contTitle {
  margin-top: -50px !important;
  margin-bottom: 40px !important;
}

.p-top-realization__contEqualText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-top-realization__contBox {
  max-width: 700px;
}

.p-top-realization__contText {
  max-width: 600px !important;
  margin: 30px auto !important;
}

.p-top-cta img {
  border-radius: 20px !important;
}

.p-top-voice__cont .smb-balloon__body {
  border: 5px solid #005DB2 !important;
}

.swell-block-columns__inner {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.p-top-troubleBox {
  background: #fff;
  padding: 40px 30px !important;
  border-radius: max(20px, min(15px, (100vw - 10px - 100%) * 9999)) max(20px, min(15px, (100vw - 10px - 100%) * 9999)) max(20px, min(15px, (100vw - 10px - 100%) * 9999)) 0;
  position: relative;
}
.p-top-troubleBox::before {
  color: #2F597B;
  content: "“";
  left: 5%;
  position: absolute;
  top: -10%;
  font: 90px Georgia, "ＭＳ Ｐゴシック", sans-serif;
}
.p-top-troubleBox::after {
  content: "";
  height: 169px;
  position: absolute;
}
.p-top-troubleBox:nth-child(2) {
  margin-top: 80px;
}

.p-top-troubleBoxImg {
  position: absolute !important;
  left: -20px;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-troubleBoxImg-right {
  position: absolute !important;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  left: -20px;
}

.p-top-resonCircle .swell-block-columns__inner {
  margin: 0 auto !important;
  margin-left: none !important;
}

.p-top-resonCircle {
  height: 200px !important;
  width: 200px !important;
  border-radius: 50% !important;
  background-color: #cd5953;
  color: #cd5953;
  position: relative;
  margin: 0 auto !important;
}
.p-top-resonCircle p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  white-space: nowrap;
}

.p-top-conceptCircle {
  height: 200px !important;
  width: 200px !important;
  border-radius: 50% !important;
  background-color: #cd5953;
  position: relative;
  text-align: center;
}
.p-top-conceptCircle p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  white-space: nowrap;
}

.u-mg--middle {
  margin-top: 100px !important;
}

.u-mg--big {
  margin-top: 120px;
}

.u-mb-lage {
  margin-bottom: 80px;
}

/* -----------------------------------------------
* Object エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Component エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Project エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Utility エントリーポイント
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  .p-top-course__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .p-top-resonCircle {
    height: 100px !important;
    width: 100px !important;
    margin: 0 auto !important;
  }
  .p-top-conceptCircle {
    height: 100px !important;
    width: 100px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .p-top-troubleBox:nth-child(2) {
    margin-top: 20px;
  }
  .p-top-troubleBox:nth-child(3) {
    margin-top: 20px;
  }
  .p-top-troubleBoxImg {
    bottom: -40px;
    width: 110px;
    height: 110px;
    left: -10px;
  }
  .p-top-troubleBoxImg-right {
    bottom: -40px;
    width: 120px;
    height: 120px;
    left: 70%;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */