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

#service_1,
#service_2,
#service_3 {
  padding-top: 65px;
  margin-top: -65px;
}

.service_contents_inner {
  display: flex;
}

/* contents共通 */
.contents_title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.64;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

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

.contents_headings {
  color: #ff6e82;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: relative;
  letter-spacing: .1em;
  text-indent: .1em;
}

.contents_headings::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background-color: #ff6e82;
  border-radius: 2px;
  margin-top: 25px;
}

.contents_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ここまで */
.contents_headings::before {
  content: '';
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.service_title-1 .contents_headings::before {
  background-image: url('../../top/images/service_icon1@2x.png');
  background-repeat: no-repeat;
  background-size: 40px 44px;
  width: 40px;
  height: 44px;
}

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

.service_title-3 .contents_headings::before {
  background-image: url('../../top/images/service_icon3@2x.png');
  background-repeat: no-repeat;
  background-size: 36px 44px;
  width: 36px;
  height: 44px;
}

.contents-1 .contents_left .contents_title::after {
  content: "";
  display: block;
  width: 233px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

.contents-2 .contents_right .contents_title::after {
  content: "";
  display: block;
  width: 159px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

.contents-3 .contents_left .contents_title::after {
  content: "";
  display: block;
  width: 158px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

.contents-3 .contents_left span.contents_title-line::after {
  content: "";
  display: block;
  width: 142px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  z-index: -1;
}

.service_title-2 .contents-1 .contents_right .contents_title::after {
  content: "";
  display: block;
  width: 124px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

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

.service_title-3 .contents_left .contents_title::after {
  content: "";
  display: block;
  width: 325px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}

.service_title-3 .contents_right .contents_title::after {
  content: "";
  display: block;
  width: 298px;
  height: 10px;
  background-color: #fca2b4;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.service_title-1 .contents-1 {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
  margin-top: 70px;
  justify-content: space-between;
}


.service_title-1 .contents-1::before {
  position: absolute;
  display: block;
  content: '';
  height: 330px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 60px;
}

.service_title-1 .contents-1 .contents_left {
  width: 380px;
  padding-top: 90px;
}

.service_title-1 .contents-1 .contents_right {
  transition-delay: .5s;
}

.service_title-1 .contents-1 .contents_right .contents_illust {
  width: 470px;
  display: flex;
}

.service_title-1 .contents-1 .contents_right .contents_illust li {
  width: 220px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
  border-radius: 14px;
  background-color: #fff;
}

.service_title-1 .contents-1 .contents_right .contents_illust li:first-child {
  margin-right: 30px;
}


.service_title-1 .contents-2 {
  position: relative;
  z-index: 0;
}

.service_title-1 .contents-2::before {
  position: absolute;
  display: block;
  content: '';
  height: 825px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  left: -80px;
  border-radius:80px 0 0 80px;
  top: 220px;
}

.service_title-1 .service_contents_inner.contents-2 {
  margin-bottom: 40px;
}

.service_title-1 .contents-2 .contents_left {
  width: 540px;
  margin-right: 40px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
  border-radius: 14px;
  transition-delay: .5s;
}

.service_title-1 .contents-2 .contents_right {
  width: 300px;
  padding-top: 250px;
}

.contents-2_cycle {
  margin: 0 auto 180px;
  text-align: center;
}

.cycle_list {
  position: relative;
  z-index: 3;
  width: 780px;
  padding: 30px 0 50px;
}

.cycle_list::before,
.cycle_list::after {
  position: absolute;
  display: block;
  content: '';
  background-image: url('../../top/images/bracket@2x.png');
  width: 780px;
  height: 70px;
  background-size: 780px 70px;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 0;
}

.cycle_list::before {
  top: 0;
}

.cycle_list::after {
  transform: rotate(-180deg);
  bottom: 0;
}

.cycle_list li:nth-child(3) {
  width: 654px;
  margin: 0 auto;
}

.service_title-1 .contents-3 {
  position: relative;
  z-index: 0;
}

.service_title-1 .contents-3::before {
  position: absolute;
  display: block;
  content: '';
  height: 380px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 170px;
}

.contents-2_cycle .contents_text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}

.btn-more a {
  color: #fff;
  font-size: 20px;
  width: 260px;
  height: 60px;
  margin: 0 auto;
  background-color: #ff6e82;
  position: relative;
  border-radius: 5px;
}

.service_title-1 .service_contents_inner.contents-3 {
  /* margin-bottom: 180px; */
  justify-content: space-between;
}

.service_title-1 .contents-3 .contents_left {
  width: 300px;
  padding-top: 200px;
}

.service_title-1 .contents-3 .contents_right {
  width: 540px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
  border-radius: 14px;
  background-color: #fff;
  transition-delay: .5s;
}

.btn-more::after {
  content: "";
  background-image: url('../../top/images/btn-arrow@2x.png');
  background-repeat: no-repeat;
  background-size: 6px 11px;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 25px;
  right: 20px;
}

.service_title-2 .contents_headings {
  margin-bottom: 60px;
}

.service_title-2 .service_contents_inner.contents-1 {
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}

.service_title-2 .service_contents_inner.contents-2 {
  width: 880px;
  margin-bottom: 310px;
  position: relative;
  z-index: 0;
}

.service_title-2 .service_contents_inner.contents-1::before {
  position: absolute;
  display: block;
  content: '';
  height: 250px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  left: -80px;
  border-radius: 80px 0 0  80px;
  top: 60px;
}

.service_title-2 .service_contents_inner.contents-2::before {
  position: absolute;
  display: block;
  content: '';
  height: 540px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 540px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 55px;
}

.service_title-2 .contents-1 .contents_left {
  width: 540px;
  margin-right: 40px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
  border-radius: 14px;
  background-color: #fff;
}

.service_title-2 .contents-1 .contents_right {
  width: 300px;
  padding-top: 90px;
}

.service_title-2 .contents-2 {
  position: relative;
}

.service_title-2 .contents-2 .contents_left {
  width: 400px;
  margin-right: 40px;
  padding-top: 80px;
}

.service_title-2 .contents-2 .contents_right {
  width: 567px;
  padding-bottom: 30px;
}

.service_title-2 .contents-2 .contents_movie {
  position: absolute;
  left: -250px;
  top: 375px;
}

.service_title-3 .service_contents_inner {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding-top: 50px;
  width: 830px;
  justify-content: space-between;
}

.service_title-3 .service_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 380px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 0px;
}

.service_title-3 .contents_left {

}

.service_title-3 .contents_right {
  transition-delay: .5s;
}


.service_title-3 .contents_headings {
  margin-bottom: 70px;
}

.service_title-3 .contents_left .contents_illust,
.service_title-3 .contents_right .contents_illust {
  margin-bottom: 40px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
  border-radius: 14px;
  background-color: #fff;
}

.service_title-3 .contents_left,
.service_title-3 .contents_right {
  text-align: center;
  width: 380px;
}

.service_title-3 .contents_left {
/*  margin-right: 64px;
*/}

.service_title-3 .contents_title {
  margin-bottom: 30px;
}

.btn-more a {
  color: #fff;
  line-height: 60px;
  display: block;
}

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

.contact_lead {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 30px;
  letter-spacing: .1em;
  text-indent: .1em;
}

.btn-request-contact {
}

.btn-request-contact a {
  background-color: #fff;
  width: 350px;
  height: 60px;
  color: #5bd1d6;
  font-size: 20px;
  line-height: 60px;
  border-radius: 5px;
}

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

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

.banner-fixed a:hover {
  transform: translate(-50%, -5px);
  -webkit-transform: translate(-50%, -5px);
}

