@charset "UTF-8";
/* ----------------------------------------------------------service*/
.service {
  background-color: #feecf2;
  padding: 17.3333vw 0 8vw;
}

.service_contents_inner {
}

/* contents共通 */
.contents_title {
  font-size: 5.86666vw;
  font-weight: 800;
  line-height: 1.599999;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  margin-bottom: 6.6666vw;
  display: inline-block;
}

.contents_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2.133333vw;
  bottom: 1.3333vw;
  left: 0;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}

.contents_number {
  color: #ff6e82;
  font-size: 2.93333vw;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.contents_headings {
  color: #ff6e82;
  font-size: 6.6666vw;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
  position: relative;
  margin-bottom: 16vw;
  padding-top: 12vw;
  letter-spacing: .1em;
  text-indent: .1em;
}

.contents_headings::before {
  position: absolute;
  display: block;
  content:'';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.contents_headings::after {
  position: absolute;
  content: "";
  display: block;
  width: 16vw;
  height: .8vw;
  top: 26.6666vw;
  background-color: #ff6e82;
  border-radius: .4vw;
  left: 50%;
  transform: translateX(-50%);
}

.contents_text {
  font-size: 3.733333333vw;
  line-height: 1.7888888;
  letter-spacing: 0.05em;
}

.service_title-1 .contents_illust,
.service_title-2 .contents-1 .contents_illust,
.service_title-3 .contents_illust {
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  background-color: #fff;
}

/* ここまで */
.service_title-1 .contents_headings::before {
  background-image: url('../../top/images/service_icon1_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 7.466666vw 8.266666vw;
  width: 7.466666vw;
  height: 8.266666vw;
}


.service_title-2 .contents_headings::before {
  background-image: url('../../top/images/service_icon2_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 8.266666vw 8.266666vw;
  width: 8.266666vw;
  height: 8.266666vw;
}

.service_title-3 .contents_headings::before {
  background-image: url('../../top/images/service_icon3_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 6.6666vw 8.266666vw;
  width: 6.6666vw;
  height: 8.266666vw;
}

.service_title-2 .contents_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2.133333vw;
  bottom: 1.3333vw;
  left: 0;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}

.service_title-2 .contents-2 .contents_left .contents_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.133333vw;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 1.3333vw;
  z-index: -1;
}

.service_title-2 .contents-2 .contents_movie iframe {
  width: 94.66666vw;
  height: 55vw;
  margin-left: -8vw;
  margin-top: 4vw;
}

.service_title-1 .contents-1 {
  width: 78.6667vw;
  margin: 0 auto 10.66666vw;
  position: relative;
  z-index: 0;
  padding-top: 8vw;
}

.service_title-1 .contents-1::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 106.66666vw;
  top: 0;
  left: -10.6666vw;
  z-index: -1;
  border-radius: 0 12.3333vw 12.3333vw 0;
}

.service_title-1 .contents_left {
  margin-bottom: 6.6666vw;
}

.service_title-1 .contents_right .contents_illust {
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  background-color: transparent;
}

.service_title-1 .contents_right .contents_illust li {
  width: 37.333333vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  background-color: #fff;
}

.service_title-1 .contents_right .contents_illust li:first-child {
}

.service_title-1 .contents-2 {
  width: 78.6667vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding-top: 8vw;
}

.service_title-1 .contents-2::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 287vw;
  top: 0;
  right: -10.6666vw;
  z-index: -1;
  border-radius: 12.3333vw  0 0 12.3333vw;
}

.service_title-1 .contents-2 {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.service_title-1 .contents-2 .contents_right {
  order: 1;
  margin-bottom: 8vw;
}

.service_title-1 .contents-2 .contents_left {
  order: 2;
  margin-bottom: 8vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  background-color: #fff;
}

.service_title-1 .contents-2_cycle {
  width: 78.6666vw;
  margin: 0 auto 21.3333vw;
  z-index: 2;
  position: relative;
  text-align: center;
  padding-bottom: 6.6666vw;
}

.service_title-1 .contents-2_cycle::before,
.service_title-1 .contents-2_cycle::after {
  position: absolute;
  display: block;
  content: '';
  background-image: url('../../top/images/bracket_sp@2x.png');
  width: 78.6666vw;
  height: 11.3333vw;
  background-size: 78.66666vw 11.3333vw;
  background-repeat: no-repeat;
  background-position: center 0;
}

.service_title-1 .contents-2_cycle::before {
  top: 0;
  left: 0;
}

.service_title-1 .contents-2_cycle::after {
  bottom: 0;
  left: 0;
  transform: rotate(-180deg);
}

.service_title-1 .contents-2_cycle .contents_title {
  font-weight: 800;
  font-size: 5.0667vw;
  line-height: 1.6315;
  text-align: center;
  margin : 0 auto;
  padding-top: 6.6666vw;
  margin-bottom: 4vw;
}

.service_title-1 .contents-2_cycle .contents_title::after {
  display: none;
}

.service_title-1 .contents-2_cycle .contents_text {
  margin-bottom: 8vw;
  text-align: center;
  font-size: 3.4667vw;
  line-height: 1.77;
}


.service_title-1 .contents-2_cycle li:nth-child(3) {
    width: 64vw;
    margin: 0 auto;
}

.service_title-1 .contents-3 {
  position: relative;
  z-index: 0;
  width: 78.66666vw;
  margin: 0 auto;
  padding-top: 8vw;
  margin-bottom: 17.3333vw;
}

.service_title-1 .contents-3::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 106.66666vw;
  top: 0;
  left: -10.6666vw;
  z-index: -1;
  border-radius: 0 12.3333vw 12.3333vw 0;
}

.service_title-1 .contents-3 .contents_right {
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  background-color: #fff;
}

.service_title-2 .service_contents_inner.contents-1 {
  width: 78.6666vw;
  margin: 0 auto 10.66666vw;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.service_title-2 .service_contents_inner.contents-2 {
  width: 78.6666vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 0;
}

.service_title-2 .service_contents_inner.contents-1::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 80vw;
  top: 0;
  right: -10.6666vw;
  z-index: -1;
  border-radius: 12.3333vw 0 0 12.3333vw;
}

.service_title-2 .service_contents_inner.contents-2::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 170vw;
  top: 0;
  left: -10.6666vw;
  z-index: -1;
  border-radius: 0 12.3333vw 12.3333vw 0;
}

.service_title-2 {
  margin-bottom: 16vw;
}

.service_title-2 .contents_text {
  margin-bottom: 8vw;
}

.service_title-2 .service_contents_inner.contents-1 .contents_left {
   order: 2;
}

.service_title-2 .service_contents_inner.contents-1 .contents_right {
  padding-top: 8vw;
  order: 1;
}

.service_title-2 .service_contents_inner.contents-2 .contents_left {
  padding-top: 10vw;
  order: 1;
}

.service_title-3 .service_contents_inner {
  width: 78.6666vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-bottom: 4vw;
}

.service_title-3 .service_contents_inner .contents_left {
  position: relative;
  z-index: 0;
}


.service_title-3 .service_contents_inner .contents_left::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 94.66666vw;
  height: 80vw;
  top: 0;
  left: -10.6666vw;
  z-index: -1;
  border-radius: 0 12.3333vw 12.3333vw 0;
}

.service_title-3 .contents_title {

}


.service_title-3 .contents_text {
  text-align: center;
  margin-bottom: 4vw;
}

.service_title-3 .contents_left {
  padding-top: 10.6666vw;
}

.service_title-3 .contents_left .contents_illust,
.service_title-3 .contents_right .contents_illust {
  margin-bottom: 9.3333vw;
}


.service_title-3 .service_contents_inner .contents_right {
  position: relative;
  z-index: 0;
  padding-top: 9.33333vw;
}


.service_title-3 .service_contents_inner .contents_right::before {
  display: block;
  content: '';
  position: absolute;
  background-color: #fff;
  width: 94.66666vw;
  height: 80vw;
  top: 0;
  right: -10.6666vw;
  z-index: -1;
  border-radius: 12.3333vw 0 0 12.3333vw;
}

.service_title-3 .contents_right .contents_illust {
  margin-bottom: 9.3333vw;
}

.btn-more {

}


.btn-more a {
  color: #fff;
  height: 10.3333vw;
  display: block;
  font-size: 4vw;
  line-height: 10.3333vw;
  width: 64vw;
  margin: 0 auto;
  background-color: #ff6e82;
  position: relative;
  margin-bottom: 13.3333vw;
}


.btn-more a::after {
  display: block;
  content: "";
  background-image: url('../../top/images/btn-arrow_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 1.3333vw 2.6666vw;
  width: 1.33333vw;
  height: 2.6666vw;
  position: absolute;
  top:  50%;
  transform: translateY(-50%);
  right: 4vw;
  z-index: 2;
}

/* ----------------------------------------------------------contact */
.contact {
  background: linear-gradient( to right, #6acffe, #5bd1d6);
  color: #fff;
  padding: 13.333333vw 0;
  text-align: center;
}

.contact_lead {
  font-size: 6.13333vw;
  line-height: 1.527139;
  margin-bottom: 10vw;
  letter-spacing: 0.05em;
}

.btn-request-contact {

}

.btn-request-contact a {
  color: #5bd1d6;
  font-size: 5.3333vw;
  line-height: 16vw;
  background-color: #fff;
  width: 78.66666vw;
  height: 16vw;
}

/* ----------------------------------------------------------固定バナー */
.banner-fixed.none {
  display: none;
  opacity: 0;
}

.banner-fixed a {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
