@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html {
  font-size: 62.5%;
  cursor: default;
}

body {
  background-color: #fff;
  font-family: "Hiragino Sans", 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

body.is-overflow {
  overflow: hidden;
}

* {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a,
button {
  outline: 0;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  font: inherit;
  letter-spacing: 0.05em;
}

section {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}

em {
  font-style: normal;
  font-weight: 700;
}

iframe {
  width: 100%;
}

figure img {
  width: 100%;
}

picture {
  display: block;
  line-height: 1;
}

.disp--pc {
  display: inline-block;
}

.disp--sp {
  display: none;
}

.disp--inline-block {
  display: inline-block;
}

.disp--min-sp {
  display: none;
}

.disp--min-sp-none {
  display: inline-block;
}

.btn-area {
  padding: 4px 0 70px;
  text-align: center;
}

.btn-area--terms {
  margin-bottom: 46px;
  text-align: center;
}

.btn {
  min-width: 427px;
  padding: 22px 114px 22px 88px;
  margin-bottom: 3px;
  border-radius: 50px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.6rem;
  }
}

.btn::after {
  content: '';
  width: 28px;
  height: 28px;
  background: center/contain no-repeat url("../images/icon_arrow.svg");
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn:hover {
  margin-top: 3px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--header {
  min-width: auto;
  padding: 18px 40px 18px 15px;
  margin-bottom: 2px;
  -webkit-box-shadow: 0 2px 0 #19A545;
          box-shadow: 0 2px 0 #19A545;
  font-size: 1.8rem;
}

@media screen and (max-width: 820px) {
  .btn--header {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .btn--header {
    font-size: 1.4rem;
  }
}

.btn--header::after {
  width: 20px;
  height: 20px;
  right: 15px;
}

.btn--header:hover {
  margin-top: 2px;
  margin-bottom: 0;
}

.btn--contact {
  background-color: #29C459;
  -webkit-box-shadow: 0 3px 0 #19A545;
          box-shadow: 0 3px 0 #19A545;
  color: #fff;
}

.btn--contact:hover {
  background-color: #19A545;
}

.btn--structure {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 #F7682F;
          box-shadow: 0 3px 0 #F7682F;
  border: 1px solid #fff;
  color: #F7682F;
}

.btn--structure::after {
  background-image: url("../images/icon_arrow_orange.svg");
}

.btn--structure:hover {
  background-color: #F7682F;
  color: #fff;
}

.btn--structure:hover::after {
  background-image: url("../images/icon_arrow.svg");
}

.btn--terms {
  padding: 22px 64px 22px 24px;
  background-color: #fff;
  border: 1px solid #F7682F;
  border-radius: 5px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #F7682F;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
  .btn--terms {
    font-size: 1.5rem;
  }
}

.btn--terms::after {
  content: '';
  width: 22px;
  height: 22px;
  background: center/contain no-repeat url("../images/icon_external_link.svg");
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn--terms:hover {
  background-color: #F7682F;
  color: #fff;
}

.btn--terms:hover::after {
  background-image: url("../images/icon_external_link_white.svg");
}

.inner {
  width: 100%;
  max-width: calc(1024px + 4%);
  padding-right: 2%;
  padding-left: 2%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
    max-width: 600px;
  }
}

.inner--w1088 {
  width: 100%;
  max-width: calc(1088px + 4%);
  padding-right: 2%;
  padding-left: 2%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner--w1088 {
    padding: 0 20px;
    max-width: 600px;
  }
}

.inner--features {
  width: 100%;
  max-width: calc(1280px + 4%);
  padding-right: 2%;
  padding-left: 2%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner--features {
    padding: 0 20px;
    max-width: 600px;
  }
}

.inner--contact {
  width: 100%;
  max-width: calc(625px + 4%);
  padding-right: 2%;
  padding-left: 2%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner--contact {
    padding: 0 20px;
    max-width: 600px;
  }
}

.txt--w8 {
  font-weight: 800;
}

.txt--link {
  border-bottom: 1px solid #707070;
  line-height: 1.4;
}

.txt--link:hover {
  border-bottom-color: #F7682F;
  color: #F7682F;
}

.txt--link-external {
  padding-right: 20px;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.txt--link-external::after {
  content: '';
  width: 14px;
  height: 14px;
  background: center/contain no-repeat url("../images/icon_external_link_black.svg");
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.txt--link-external:hover {
  opacity: 0.5;
}

.txt--under-line {
  padding: 0 0 6px 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #F7682F), to(#F7682F));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #F7682F 40%, #F7682F 100%);
}

.txt--yellow {
  display: inline-block;
  padding: 8px;
  background-color: #F7682F;
  font-size: 4.2rem;
  font-weight: 800;
  color: #FFFF0B;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .txt--yellow {
    font-size: 3rem;
  }
}

.txt-solution {
  padding-bottom: 8.565%;
  margin-top: -1px;
  background: bottom center/cover no-repeat url("../images/bg-triangle.svg");
  font-size: 3.2rem;
  font-weight: 600;
  color: #F7682F;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt-solution {
    font-size: 2rem;
  }
}

.txt-dots-white {
  margin-top: 52px;
  margin-bottom: 52px;
  text-align: center;
}

.txt-dots-white__inner-txt {
  display: inline-block;
  padding: 0 78px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 768px) {
  .txt-dots-white__inner-txt {
    font-size: 2rem;
  }
}

.txt-dots-white__inner-txt::before, .txt-dots-white__inner-txt::after {
  content: '';
  width: 58px;
  height: 140px;
  background: center/contain no-repeat url("../images/deco_dots_white.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.txt-dots-white__inner-txt::before {
  left: 0;
}

.txt-dots-white__inner-txt::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

/*=======================================================
  header
=======================================================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  padding: 6px 1.317% 7px 3.66%;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 33.359%;
  max-width: 432px;
  padding: 12px 8px 8px;
}

.header__logo > img {
  width: 100%;
}

.header__contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tel-info {
  margin-right: 30px;
}

.tel-info__tel {
  padding-left: 33px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #29C459;
  line-height: 1.1875;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tel-info__tel {
    font-size: 1.8rem;
  }
}

.tel-info__tel::before {
  content: '';
  width: 23px;
  height: 23px;
  background: center/contain no-repeat url("../images/icon_phone.svg");
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tel-info__tel--application {
  padding-left: 52px;
  margin-bottom: 10px;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .tel-info__tel--application {
    font-size: 3rem;
  }
}

.tel-info__tel--application::before {
  width: 36px;
  height: 36px;
}

.tel-info__txt {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .tel-info__txt {
    font-size: 1rem;
  }
}

.tel-info__txt--application {
  font-size: 1.6rem;
}

.gnav {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  font-weight: 600;
  color: #747473;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 100;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav__list-item {
  padding: 6px 0;
}

.gnav__list-item:not(:last-of-type) {
  margin-right: 4%;
}

.gnav__link {
  padding: 5px 20px 5px 5px;
  line-height: 1;
  -webkit-transition: color linear 0.3s;
  transition: color linear 0.3s;
  position: relative;
}

.gnav__link::after {
  content: '';
  width: 9px;
  height: 5px;
  background: center/contain no-repeat url("../images/icon_arrow_nav.svg");
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnav__link:hover, .gnav__link--current {
  color: #F7682F;
}

.gnav__link:hover::after, .gnav__link--current::after {
  background-image: url("../images/icon_arrow_nav_orange.svg");
}

.btn-nav {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 11px 8px;
  background-color: #29C459;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.btn-nav__line {
  display: block;
  width: 77.3%;
  height: 2px;
  height: 1.5px;
  margin-top: 5px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-nav__line::before, .btn-nav__line::after {
  content: '';
  width: 100%;
  height: 2px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-nav__line::before {
  top: -5px;
}

.btn-nav__line::after {
  bottom: -5px;
}

.btn-nav__line--is-active {
  background-color: rgba(255, 255, 255, 0);
}

.btn-nav__line--is-active::before {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.btn-nav__line--is-active::after {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.btn-nav__txt {
  display: block;
  line-height: 1;
}

.btn-nav__txt > img {
  width: 100%;
}

/*=======================================================
  main
=======================================================*/
.main {
  display: block;
  width: 100%;
  padding-top: 110px;
}

.mv {
  width: 100%;
  height: 48vw;
  background: center/cover no-repeat url("../images/fv_bg.jpg");
  position: relative;
}

.mv__ttl {
  width: 29.648%;
  position: absolute;
  top: 5.417vw;
  left: 10.102%;
}

.mv__ttl > img {
  width: 100%;
}

.mv__txt {
  font-size: 1.464vw;
  font-weight: 600;
  color: #F7682F;
  line-height: 2;
  position: absolute;
  top: 6.88vw;
  left: 43.777%;
}

.mv__txt > em {
  padding: 0 2px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #FFDD62), to(#FFDD62));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #FFDD62 60%, #FFDD62 100%);
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.7;
}

.mv__point-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-left: 10.175%;
  position: absolute;
  bottom: 5.27vw;
  left: 0;
}

.mv__point-item {
  width: 13.9vw;
  height: 13.9vw;
  padding-top: 2.77%;
  background-color: #28BEAC;
  border-radius: 50%;
  font-size: 1.61vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.mv__point-item:not(:last-of-type) {
  margin-right: 1.61%;
}

.mv__point-price, .mv__point-minutes, .mv__point-price02 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.mv__point-price {
  font-size: 8.711vw;
  line-height: 0.9;
}

.mv__point-yen, .mv__point-unit, .mv__point-yen02 {
  font-weight: 600;
}

.mv__point-yen {
  font-size: 2.415vw;
}

.mv__point-minutes {
  font-size: 3.66vw;
  letter-spacing: -0.02em;
}

.mv__point-unit {
  font-size: 1.317vw;
}

.mv__point-price02 {
  font-size: 3.587vw;
  letter-spacing: -0.02em;
}

.mv__point-yen02 {
  font-size: 1.464vw;
}

.cv-area {
  padding: 70px 0;
  background-color: #F7F7F7;
  text-align: center;
}

.ttl-sec {
  margin-bottom: 64px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #F7682F;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .ttl-sec {
    font-size: 2.2rem;
  }
}

.ttl-sec__inner-txt {
  display: inline-block;
  padding: 12px 50px 10px;
  position: relative;
}

.ttl-sec__inner-txt::before, .ttl-sec__inner-txt::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.ttl-sec__inner-txt::before {
  border-width: 60px 40px 0 0;
  border-color: #F7682F transparent transparent transparent;
  top: 0;
  left: 0;
}

.ttl-sec__inner-txt::after {
  border-width: 0 0 60px 40px;
  border-color: transparent transparent #F7682F transparent;
  bottom: 0;
  right: 0;
}

.introduction {
  padding-bottom: 0;
  background-color: #FDEAA1;
}

.introduction-orange {
  background-color: #F58457;
}

.ttl-deco-dots {
  margin-bottom: 82px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #F7682F;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ttl-deco-dots {
    font-size: 2rem;
  }
}

.ttl-deco-dots__inner-txt {
  display: inline-block;
  padding: 20px 76px;
  position: relative;
}

.ttl-deco-dots__inner-txt::before, .ttl-deco-dots__inner-txt::after {
  content: '';
  width: 56px;
  height: 78px;
  background: center/contain no-repeat url("../images/deco_dots_orange.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl-deco-dots__inner-txt::before {
  left: 0;
}

.ttl-deco-dots__inner-txt::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.list-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 86px;
}

.list-case__item {
  width: 27.148%;
  padding: 19.531% 15px 60px;
  background: center 16% / contain no-repeat;
  background-color: #fff;
  border: 2px solid #FD8454;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #28BEAC;
  text-align: center;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 768px) {
  .list-case__item {
    font-size: 1.6rem;
  }
}

.list-case__item:not(:last-of-type) {
  margin-right: 8.2%;
}

.list-case__item:first-of-type {
  background-image: url("../images/case_img01.svg");
}

.list-case__item:nth-of-type(2) {
  background-image: url("../images/case_img02.svg");
}

.list-case__item:nth-of-type(3) {
  background-image: url("../images/case_img03.svg");
}

.icon-num {
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 13px 0 10px;
  background-color: #FD8454;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  top: -34px;
  left: -22px;
}

@media screen and (max-width: 768px) {
  .icon-num {
    font-size: 1.1rem;
  }
}

.icon-num--features {
  background-color: #28BEAC;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-num__num {
  display: block;
  width: 100%;
  font-size: 2.9rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .icon-num__num {
    font-size: 2.3rem;
  }
}

.features {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  background-color: #FFFDE8;
  border-radius: 20px;
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 36px;
}

.features-list__item {
  width: 27.183%;
  padding: 64px 30px 36px;
  background-color: #fff;
  border: 2px solid #28BEAC;
  border-radius: 10px;
  position: relative;
}

.features-list__item:not(:last-of-type) {
  margin-right: 3.591%;
}

.features-list__item em {
  font-weight: 600;
  color: #28BEAC;
}

.features-list__ttl {
  margin-bottom: 28px;
  font-size: 2rem;
  font-weight: 600;
  color: #28BEAC;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .features-list__ttl {
    font-size: 1.8rem;
  }
}

.features-list__ttl--emphasis {
  font-size: 1.4em;
  font-weight: 800;
}

.features-list__txt-area {
  padding-top: 158px;
  background: center top / contain no-repeat;
}

.features-list__txt-area--img01 {
  background-image: url("../images/features_img01.svg");
}

.features-list__txt-area--img02 {
  background-image: url("../images/features_img02.svg");
}

.features-list__txt-area--img03 {
  background-image: url("../images/features_img03.svg");
}

.features__txt-attention {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .features__txt-attention {
    font-size: 1.4rem;
  }
}

.case-study {
  padding-bottom: 0;
  background-color: #F7F7F7;
}

.case-study-list {
  max-width: 904px;
  margin: 0 auto;
}

.case-study-list__item {
  padding: 50px 40px 50px 44px;
  background-color: #fff;
  border: 2px solid #FD8454;
  border-radius: 10px;
}

.case-study-list__item:not(:last-of-type) {
  margin-bottom: 50px;
}

.case-study-list__ttl {
  padding-left: 92px;
  margin-bottom: 14px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #F7682F;
  position: relative;
}

@media screen and (max-width: 768px) {
  .case-study-list__ttl {
    font-size: 1.6rem;
  }
}

.case-study-list__ttl .icon-num {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.case-study__company {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .case-study__company {
    font-size: 1.2rem;
  }
}

.case-study__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 28px;
}

.case-study__img {
  width: 188px;
  margin-right: 34px;
}

.case-study__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.case-study__txt--under-line {
  padding: 0 2px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #FDD5C5), to(#FDD5C5));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #FDD5C5 50%, #FDD5C5 100%);
  font-weight: 400;
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-list__q, .faq-list > dd {
  padding-left: 74px;
  position: relative;
}

.faq-list__q::before, .faq-list > dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid #FF976C;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faq-list__q::before, .faq-list > dd::before {
    font-size: 2.5rem;
  }
}

.faq-list > dt {
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq-list > dt {
    font-size: 1.6rem;
  }
}

.faq-list > dt:not(:first-of-type) {
  padding-top: 50px;
}

.faq-list > dt:not(:first-of-type)::after {
  content: '';
  width: 100%;
  height: 1px;
  background: left center/cover repeat-x url("../images/deco_dots_line.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.faq-list__q::before {
  content: 'Q';
  background-color: #FF976C;
  color: #fff;
}

.faq-list__btn-i {
  display: none;
}

.faq-list > dd {
  padding-bottom: 40px;
}

.faq-list > dd:last-of-type {
  padding-bottom: 0;
}

.faq-list > dd::before {
  content: 'A';
  background-color: #fff;
  color: #FF976C;
}

.fee-structure {
  background-color: #FDEAA1;
}

.fee-structure-info {
  display: block;
  max-width: 836px;
  padding: 40px;
  margin: 76px auto 0;
  background-color: #fff;
  border-radius: 10px;
}

.fee-structure-info tbody {
  display: block;
}

.fee-structure-info tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.fee-structure-info tr:not(:last-of-type) {
  padding-bottom: 40px;
}

.fee-structure-info tr:not(:last-of-type)::after {
  content: '';
  width: 100%;
  height: 1px;
  background: left center/cover repeat-x url("../images/deco_dots_line.svg");
  position: absolute;
  bottom: 0;
  left: 0;
}

.fee-structure-info tr:not(:first-of-type) {
  padding-top: 40px;
}

.fee-structure-info__th {
  width: 33%;
  padding-left: 72px;
  margin-right: 5.29%;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.fee-structure-info__th::before {
  content: '';
  width: 54px;
  height: 54px;
  background: center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.fee-structure-info__th--icon01::before {
  background-image: url("../images/fee_structure_icon01.svg");
}

.fee-structure-info__th--icon02::before {
  background-image: url("../images/fee_structure_icon02.svg");
  top: -12px;
}

.fee-structure-info__th--icon03::before {
  background-image: url("../images/fee_structure_icon03.svg");
  top: -12px;
}

.fee-structure-info td {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.fee-structure-info__em {
  font-size: 2.2rem;
  font-weight: 700;
  color: #F7682F;
}

@media screen and (max-width: 768px) {
  .fee-structure-info__em {
    font-size: 2rem;
  }
}

.fee-structure-info__em--small {
  font-size: 0.727em;
  font-weight: 400;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 36px;
  margin-bottom: 64px;
}

.flow-list__item {
  width: 30.6%;
  padding: 70px 28px 50px;
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow-list__item {
    font-size: 1.6rem;
  }
}

.flow-list__item:not(:last-of-type) {
  margin-right: 4.1%;
}

.flow-list__item:not(:last-of-type)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 20px;
  border-color: transparent transparent transparent #A2A2A2;
  position: absolute;
  top: 50%;
  right: -12px;
  right: -4%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.application__lead {
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .application__lead {
    font-size: 1.8rem;
  }
}

.application__lead > em {
  color: #F7682F;
}

.application-info {
  max-width: 720px;
  margin: 0 auto;
}

.application-info__ttl, .application-info__txt-area {
  border: 3px solid #FF976C;
  text-align: center;
}

.application-info__ttl {
  padding: 22px 10px 18px;
  background-color: #FF976C;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .application-info__ttl {
    font-size: 1.8rem;
  }
}

.application-info__txt-area {
  border-radius: 0 0 10px 10px;
}

.application-info__lead {
  padding-top: 34px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .application-info__lead {
    font-size: 1.6rem;
  }
}

.application-info__tel-area {
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 48px;
  text-align: center;
}

/*=======================================================
  footer
=======================================================*/
.footer {
  background-color: #EBEAEA;
  position: relative;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 902px;
  padding: 64px 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer__wrap {
    padding: 30px 0;
  }
}

.footer__logo {
  width: 365px;
}

.footer__logo > img {
  width: 100%;
}

.footer__info {
  margin-left: 11.529%;
}

.footer__info > p {
  line-height: 1.1;
}

.footer__info > p:not(:last-of-type) {
  margin-bottom: 16px;
}

.footer__copy {
  display: block;
  padding: 12px;
  background-color: #BAB8B8;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

.btn-to-top {
  position: absolute;
  bottom: 96px;
  right: 25px;
}

/*=======================================================
  footer表示用の設定.
=======================================================*/
@media screen and (max-width: 940px) {
  .footer__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 83.5%;
    min-width: 280px;
    padding: 50px 0 76px;
    margin: 0 auto;
  }
  .footer__info {
    margin-top: 50px;
    margin-left: 0;
  }
  .footer__info > p {
    line-height: 1.7;
  }
  .footer__copy {
    padding: 9px 7px 7px;
  }
  .btn-to-top {
    width: 54px;
    height: 54px;
    bottom: 38px;
    right: 10px;
  }
}

/*=======================================================
  SP用の設定.
=======================================================*/
@media screen and (max-width: 768px) {
  .disp--pc {
    display: none;
  }
  .disp--sp {
    display: block;
  }
  .btn-area {
    padding: 0 0 42px;
  }
  .btn-area--terms {
    margin-bottom: 40px;
  }
  .btn {
    min-width: 277px;
    padding: 15px 70px 15px 60px;
  }
  .btn::after {
    width: 18px;
    height: 18px;
    right: 30px;
  }
  .btn--header {
    width: 50%;
    min-width: auto;
    padding: 18px 11.6% 18px 4.8%;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .btn--header::after {
    width: 17px;
    height: 17px;
    right: 18px;
  }
  .btn--terms {
    padding: 15px 32px 15px 13px;
  }
  .btn--terms::after {
    width: 15px;
    height: 15px;
    right: 12px;
  }
  .txt-solution {
    line-height: 1.2;
  }
  .txt-dots-white {
    margin-top: 46px;
    margin-bottom: 20px;
  }
  .txt-dots-white__inner-txt {
    min-width: 332px;
    padding: 0 26px;
    line-height: 1.7;
  }
  .txt-dots-white__inner-txt::before, .txt-dots-white__inner-txt::after {
    width: 64px;
    height: 100px;
    background-image: url("../images/deco_dots_white_sp.svg");
    top: 0;
  }
  .txt-dots-white__inner-txt::before {
    left: 4px;
  }
  .txt-dots-white__inner-txt::after {
    right: 4px;
  }
  .txt--link-external {
    padding-right: 24px;
  }
  .txt--link-external::after {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .header {
    height: auto;
    padding: 4px 0 4px 10px;
    border-bottom: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header__logo {
    width: 212px;
    padding: 10px 10px 9px;
  }
  .header__contact-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .tel-info {
    width: 50%;
    padding: 7px 8px 6px 5.333%;
    margin-right: 0;
    text-align: center;
  }
  .tel-info__tel {
    padding-left: 22px;
  }
  .tel-info__tel::before {
    width: 16px;
    height: 16px;
  }
  .tel-info__tel--application {
    padding-left: 33px;
  }
  .tel-info__tel--application::before {
    width: 23px;
    height: 23px;
  }
  .tel-info__txt {
    font-weight: 400;
    text-align: center;
  }
  .tel-info__txt--application {
    font-weight: 700;
    line-height: 1.6;
  }
  .gnav {
    visibility: hidden;
    width: 100%;
    height: 0;
    padding: 44px 10px 50px;
    font-weight: 400;
    top: 0;
    overflow-y: auto;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 50;
  }
  .gnav--is-active {
    visibility: visible;
    height: 100vh;
  }
  .gnav__list {
    display: block;
    max-width: 176px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .gnav__list-item {
    width: 100%;
    position: relative;
  }
  .gnav__list-item::after {
    content: '';
    width: 100%;
    height: 1px;
    background: left center/cover repeat-x url("../images/deco_dots_line.svg");
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .gnav__link {
    width: 100%;
    padding: 24px 0;
    letter-spacing: 0.1em;
  }
  .gnav__link::after {
    right: 10px;
  }
  .btn-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .main {
    padding-top: 44px;
  }
  .mv {
    height: auto;
    padding-bottom: 28px;
    padding-bottom: 7.466%;
    background-image: none;
    background-color: #FF976C;
    z-index: 1;
  }
  .mv::before {
    content: '';
    width: 323px;
    height: 365px;
    background: center/contain no-repeat url("../images/fv_bg_tb_character.png");
    position: absolute;
    bottom: 40px;
    right: 18px;
    z-index: 1;
  }
  .mv::after {
    content: '';
    width: 91.666%;
    height: 874px;
    background: center/cover no-repeat url("../images/fv_bg_tb_inner.jpg");
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .mv__inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .mv__ttl {
    width: 63.2%;
    padding-top: 9.333vw;
    margin: 0 auto;
    position: static;
  }
  .mv__txt {
    padding: 4.8% 14.4% 3.2%;
    font-size: 3.99vw;
    line-height: 1.6;
    position: static;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 600px) {
  .mv__txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .mv__txt > em {
    font-size: 1.26em;
    line-height: 1.26;
  }
  .mv__point-area {
    width: 28.266vw;
    max-width: 172px;
    padding: 0;
    margin-left: 12%;
    position: static;
  }
  .mv__point-item {
    width: 100%;
    height: 28.266vw;
    max-height: 172px;
    padding-top: 17.92%;
    font-size: 3.724vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 600px) {
  .mv__point-item {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .mv__point-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1.333vw;
  }
  .mv__point-price {
    font-size: 16.492vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 600px) {
  .mv__point-price {
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .mv__point-yen {
    font-size: 4.533vw;
    font-size: 4.522vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 600px) {
  .mv__point-yen {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .mv__point-minutes, .mv__point-price02 {
    font-size: 6.65vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 600px) {
  .mv__point-minutes, .mv__point-price02 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .mv__point-unit, .mv__point-yen02 {
    font-size: 2.926vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 600px) {
  .mv__point-unit, .mv__point-yen02 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .cv-area {
    padding: 40px 0;
  }
  .ttl-sec {
    margin-bottom: 30px;
  }
  .ttl-sec__inner-txt {
    padding: 8px 34px;
  }
  .ttl-sec__inner-txt::before {
    border-width: 38px 24px 0 0;
  }
  .ttl-sec__inner-txt::after {
    border-width: 0 0 38px 24px;
  }
  .ttl-deco-dots {
    margin-bottom: 54px;
  }
  .ttl-deco-dots__inner-txt {
    padding: 10px 36px;
    text-align: center;
  }
  .ttl-deco-dots__inner-txt::before, .ttl-deco-dots__inner-txt::after {
    width: 20px;
    height: 50px;
    background-image: url("../images/deco_dots_orange_sp.svg");
  }
  .list-case {
    display: block;
    width: 85.671%;
    margin: 0 auto 30px;
  }
  .list-case__item {
    width: 100%;
    padding: 158px 22px 28px;
    background-size: 238px;
    line-height: 1.4;
  }
  .list-case__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .icon-num {
    width: 56px;
    height: 56px;
    padding-top: 10px;
  }
  .icon-num:not(.icon-num--features):not(.icon-num--case-study) {
    top: -26px;
    left: -26px;
  }
  .features {
    padding: 30px 0;
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .features-list {
    display: block;
    padding: 28px 16px 0;
  }
  .features-list__item {
    width: 100%;
    padding: 48px 15px 30px;
  }
  .features-list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .features-list__ttl {
    margin-bottom: 16px;
  }
  .features-list__ttl--emphasis {
    font-size: 1.333em;
  }
  .features-list__txt-area {
    padding-top: 116px;
    background-size: 258px;
  }
  .features-list__txt-area--img01 {
    background-image: url("../images/features_img01_sp.svg");
  }
  .features-list__txt-area--img02 {
    background-image: url("../images/features_img02_sp.svg");
  }
  .features-list__txt-area--img03 {
    background-image: url("../images/features_img03_sp.svg");
  }
  .case-study-list__item {
    padding: 30px 18px;
  }
  .case-study-list__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .case-study-list__ttl {
    padding-left: 68px;
  }
  .case-study__item-wrap {
    display: block;
  }
  .case-study__img {
    margin: 0 auto 24px;
  }
  .faq-list {
    padding-bottom: 20px;
    position: relative;
  }
  .faq-list::after {
    content: '';
    width: 100%;
    height: 1px;
    background: left center/cover repeat-x url("../images/deco_dots_line.svg");
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .faq-list__q, .faq-list > dd {
    padding-left: 58px;
  }
  .faq-list__q::before, .faq-list > dd::before {
    width: 39px;
    height: 39px;
    border-width: 1px;
    left: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .faq-list > dt, .faq-list > dd {
    line-height: 1.4;
  }
  .faq-list > dt {
    margin: 0;
    padding-bottom: 20px;
  }
  .faq-list > dt:not(:first-of-type) {
    padding-top: 20px;
  }
  .faq-list > dt:last-of-type {
    padding-bottom: 0;
  }
  .faq-list__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px;
    padding-right: 52px;
  }
  .faq-list__q::before {
    top: 0;
  }
  .faq-list__btn-i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #F7682F;
    position: absolute;
    top: 9px;
    right: 0;
  }
  .faq-list__btn-i::before, .faq-list__btn-i::after {
    content: '';
    width: 55%;
    height: 2px;
    background-color: #F7682F;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .faq-list__btn-i::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .faq-list__btn-i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .faq-list__btn-i.is-active::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .faq-list > dd {
    display: none;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-color: #F7F7F7;
  }
  .faq-list > dd:last-of-type {
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .faq-list > dd::before {
    top: 15px;
  }
  .faq-list > dd.is-active {
    display: block;
  }
  .fee-structure-info {
    padding: 30px 17px;
    margin-top: 0;
  }
  .fee-structure-info tr {
    display: block;
  }
  .fee-structure-info tr:not(:first-of-type) {
    padding-top: 20px;
  }
  .fee-structure-info tr:not(:last-of-type) {
    padding-bottom: 20px;
  }
  .fee-structure-info__th, .fee-structure-info td {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
  .fee-structure-info__th {
    padding-top: 64px;
    padding-left: 0;
    margin-bottom: 14px;
    text-align: center;
  }
  .fee-structure-info__th::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flow-list {
    display: block;
    width: 90.149%;
    margin: 0 auto 30px;
  }
  .flow-list__item {
    width: 100%;
    padding: 50px 14px 30px;
  }
  .flow-list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 70px;
  }
  .flow-list__item:not(:last-of-type)::after {
    border-width: 20px 20px 0 20px;
    border-color: #A2A2A2 transparent transparent transparent;
    top: auto;
    bottom: -10px;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
  .application__lead {
    margin-bottom: 30px;
    line-height: 1.68;
  }
  .application-info {
    margin-bottom: 10px;
  }
  .application-info__ttl {
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .application-info__tel-area {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer {
    margin-bottom: 50px;
  }
}

/*=======================================================
  600px以下用の設定.
=======================================================*/
@media screen and (max-width: 600px) {
  .txt-solution {
    padding-bottom: 18.8%;
    background-image: url("../images/bg-triangle_sp.svg");
  }
  .mv {
    height: 154.933vw;
    background-image: url("../images/fv_bg_sp.jpg");
  }
  .mv::before, .mv::after {
    content: none;
  }
}

/*=======================================================
  375px未満用の設定.
=======================================================*/
@media screen and (max-width: 374px) {
  .disp--min-sp {
    display: inline-block;
  }
  .disp--min-sp-none {
    display: none;
  }
  .disp--sp-min-none {
    display: none;
  }
  .btn--header {
    padding: 18px 26px 18px 8px;
  }
  .btn--header::after {
    width: 14px;
    height: 14px;
    right: 8px;
  }
  .btn--terms {
    padding: 10px 30px 10px 10px;
    font-size: 1.3rem;
  }
  .btn--terms::after {
    width: 12px;
    height: 12px;
  }
  .ttl-deco-dots {
    font-size: 1.8rem;
  }
  .ttl-deco-dots__inner-txt {
    padding-right: 23px;
    padding-left: 23px;
  }
  .ttl-deco-dots__inner-txt::before, .ttl-deco-dots__inner-txt::after {
    width: 17px;
  }
  .txt-dots-white__inner-txt {
    min-width: auto;
    padding: 0;
  }
  .txt-dots-white__inner-txt::before, .txt-dots-white__inner-txt::after {
    width: 54px;
  }
  .tel-info {
    padding-left: 8px;
  }
}
/*# sourceMappingURL=style.css.map */