@charset "UTF-8";
.support {
  background: -webkit-gradient(linear, left top, right top, from(#E6F2F2), color-stop(50%, #E6F2F2), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, #E6F2F2 0%, #E6F2F2 50%, #fff 50%, #fff 100%);
  margin-top: 30px;
  margin-bottom: 100px !important;
  position: relative;
}

@media (max-width: 768px) {
  .support {
    background: #E6F2F2;
  }
}

.support .inner .text {
  width: 800px;
  background: #E6F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .support .inner .text {
    width: 100%;
    padding-bottom: 10px;
  }
}

.support .inner img {
  width: 430px;
  position: absolute;
  bottom: 20px;
  right: calc(50% - 440px);
}

@media (max-width: 768px) {
  .support .inner img {
    width: 80%;
    float: right;
    position: inherit;
    margin-bottom: 20px;
  }
}

.merit {
  margin-bottom: 30px;
}

.merit li {
  background-color: #E6F2F2;
  padding: 20px;
  border-radius: 20px;
}

.merit li img {
  margin-bottom: 10px;
}

.use {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .use {
    margin-top: 20px;
  }
}

.use ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .use ul {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-image: url(../img/toppage/use.jpg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 260px;
  }
}

.use ul li {
  width: 300px;
  margin-left: auto;
}

.use ul li:not(:last-of-type) {
  width: 190px;
  height: 190px;
  background-color: #F29600;
  border-radius: 50%;
  padding: 20px;
  margin-right: 12px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .use ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    display: none;
  }
  .use ul li:not(:last-of-type) {
    margin-right: 0;
    background-color: rgba(242, 150, 0, 0.85);
  }
}

.use ul li h6 {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0.5em;
  margin-bottom: 0.3em;
}

.use ul li p {
  font-size: 16px;
  line-height: 1.3;
}

.use .coment {
  width: 594px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .use .coment {
    width: 100%;
    position: inherit;
  }
}

.use .coment h4 {
  margin-bottom: 8px !important;
}

.use .coment p {
  font-size: 18px;
  font-weight: bold;
}

.swiper {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .swiper {
    margin-top: 0;
  }
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  width: 100%;
  padding: 24px 100px 50px;
  list-style: none;
  border-radius: 20px;
  background-color: #E6F2F2;
}

@media (max-width: 768px) {
  .swiper-slide {
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 12px;
  }
}

.swiper-slide .case-title {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-slide .case-title p {
  margin-right: 1em;
  font-size: 22px;
  font-weight: bold;
}

.swiper-slide .case-title p:first-of-type {
  color: #fff;
  background-color: #3283C6;
  width: 6em;
  font-size: 20px;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide .case-title p:last-of-type {
  color: #3283C6;
  background-color: #fff;
  padding: 0 1em;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .swiper-slide .case-title p {
    margin-bottom: 12px;
  }
  .swiper-slide .case-title p:first-of-type, .swiper-slide .case-title p:last-of-type {
    font-size: 16px;
  }
  .swiper-slide .case-title p:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .swiper-slide .case-title p:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}

.swiper-slide dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-slide dl dt {
  width: 330px;
}

@media (max-width: 768px) {
  .swiper-slide dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.swiper-slide dl dt img {
  width: 100%;
}

.swiper-slide dl dd {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .swiper-slide dl dd {
    width: 100%;
  }
}

.swiper-slide dl .voice {
  width: 100%;
  min-height: 130px;
  font-size: 15px;
  font-weight: bold;
  color: #F29600;
  background-color: #fff;
  padding: 16px;
  margin-top: 20px;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-size: auto 110px;
  background-position: right 20px bottom 4px;
}

.swiper-slide dl .voice p {
  width: calc(100% - 100px);
}

@media (max-width: 768px) {
  .swiper-slide dl .voice {
    background-size: 60px auto;
  }
  .swiper-slide dl .voice p {
    width: calc(100% - 76px);
  }
}

.swiper-slide dl .woman01 {
  background-image: url(../img/case/woman01.svg);
}

.swiper-slide dl .woman02 {
  background-image: url(../img/case/woman02.svg);
}

.swiper-slide dl .woman03 {
  background-image: url(../img/case/woman03.svg);
}

.swiper-slide dl .man01 {
  background-image: url(../img/case/man01.svg);
}

.swiper-slide dl .man02 {
  background-image: url(../img/case/man03.svg);
}

.swiper-slide dl .man03 {
  background-image: url(../img/case/man03.svg);
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  /* ボタンの幅 */
  height: 40px;
  /* ボタンの高さ */
  background-size: 40px;
  /* 表示したいサイズ */
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: 0;
}

@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 0.7;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url("../img/toppage/slider-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: translateY(-100%) scale(-1, 1);
          transform: translateY(-100%) scale(-1, 1);
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url("../img/toppage/slider-arrow.svg");
  /* 左右反転 */
  background-repeat: no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.desire {
  background-image: url(../img/toppage/desire.svg);
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 60% center;
}

@media (max-width: 768px) {
  .desire li:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .desire li:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/*# sourceMappingURL=toppage.css.map */