@charset "UTF-8";
/*-背景の丸描画-*/
.background-circles {
  background-color: #F6EEF9;
  background-image: url(/c-mgmt/image/top_bg.svg);
  background-size: cover;
  padding-bottom: 20px;
}

.fv-bg img {
  height: auto;
}

.fv-bg {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #DEA0D8;
}

@media screen and (min-width: 768px) {
  .fv-inner {
    display: flex;
  }

  .fv-bg {
    width: 100%;
    clip-path: polygon(20% 0%,100% 0%,100% 100%, 10% 100%);
    margin-left: -30%;
    z-index: 1;
  }

  .fv-bg img::before {
    position: absolute; 
    z-index: 10; 
    top: 0;
    left: 0;
    display: block;
    width: 50%; 
    height: 100%; 
    content: '';
    transform: translateX(-50%) skewX(-24deg);
    background-color: #F6EEF9; 
  }

  .fv-text {
    position: relative;
    text-align: center;
    width: 60%;
    z-index: 2;
  }

  .fv-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    right: -10%;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #FFF;
    opacity: 0.7;
    z-index: -1;
  }

  .fv-text h1{
    position: absolute;
    top: 25%;
    left: 30%;
    font-weight: 600;
  }

  .fv-text h1 p {
    color: #DEA1DD;
    line-height: 1.3;
  }

  .fv-text h1 p:first-child {
    font-size: 2.7rem;
  }

  .fv-text h1 p:nth-child(2) {
    font-size: 3.4rem;
    color: #333333;
  }

  .fv-text h1 p:nth-child(2) span {
    font-size: 2rem;
  }

  .fv-text h1 p:last-child {
    font-size: 7rem;
  }
}

@media screen and (min-width: 1140px) {
  .fv-text h1 p:nth-child(2) {
    font-size: 3.4rem;
    color: #333333;
  }
}

@media screen and (min-width: 1202px) {
  .fv-text h1 p:last-child {
    font-size: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .fv-inner {
    position: relative;
  }
  .fv-text {
    position: absolute;
    text-align: center;
    width: 55%;
    display: inline-block;
    border-top: 150px solid rgba(255, 255, 255, 0.9);
    border-right: 15px solid transparent;
    z-index: 2;
    top: 30%;
  }

  .fv-text h1 div {
    position: absolute;
    top: -110px;
    left: 7%;
    font-weight: 600;
  }

  .fv-text h1 p {
    color: #DEA1DD;
    line-height: 1.3;
  }

  .fv-text h1 p:first-child {
    font-size: 1.4rem;
  }

  .fv-text h1 p:nth-child(2) {
    font-size: 1.6rem;
    color: #333333;
  }

  .fv-text h1 p:nth-child(2) span {
    font-size: 1.1rem;
  }

  .fv-text h1 p:last-child {
    font-size: 3.4rem;
  }
}

/*-- section-worries --*/
.section-worries h2 {
  text-align: center;
}

.section-worries .sub-text span {
  font-size: 2.3rem;
  font-weight: bold;
}

.section-worries .sub-text {
  font-size: 2rem;
  text-align: center;
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .section-worries .sub-text span {
    font-size: 1.6rem;
  font-weight: bold;
  }
  .section-worries .sub-text {
    font-size: 1.5rem;
    text-align: center;
    margin: 50px 0;
  }
}

.section-worries .box-inner {
  background: #FFF;
  padding: 15px 20px;
  border-radius: 10px;
}


@media screen and (min-width: 768px) {
  .section-worries .box-wapper {
    display: flex;
    justify-content: space-between;
  }

  .section-worries .box-inner {
    width: calc(100% / 3);
  }

  .section-worries .box-inner:nth-child(2) {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-worries .box-inner:nth-child(2) {
    margin: 20px 0
  }
}

.section-worries .box-inner > div {
  display: flex;
}

.section-worries .box-inner div > p.worries-icon {
  width: 100px;
}

.section-worries .box-inner div > div {
  margin-bottom: 30px;
  width: 65%;
}

.section-worries .box-inner div > div p:first-child {
  background: #DEA0D8;
  padding: 5px;
  border-radius: 50px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  width: 180px;
}

.section-worries .box-inner div > div p:last-child {
  background: #fff;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px;
  position: relative;
  z-index: 5;
  filter: drop-shadow(1px 1px 2px #adadad);
  color: #222;
  font-size: 1.4rem;
  margin-top: 10px;
}

.section-worries .box-inner div > div p:last-child::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -7%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  border-width: 7px 18px 7px 0px;
}

/*-- top-box --*/
.top-box {
  margin: 0 auto 100px;
}

@media screen and (min-width: 768px) {
  .top-box > div {
    display: flex;
    margin: 0 auto;
    width: 90%;
  }

  .top-box .box-text {
    width: 600px;
    height: 360px;
    padding: 130px 30px 40px 30px;
  }

  .top-box .box-text {
    background: #FFF;
    border-radius: 50%;
    text-align: center;
  }

  .top-box .box-img {
    width: 600px;
    margin: 100px -20px;
    z-index: 10;
  }
  .top-box .box-img img {
    border-radius: 20px;
  }
}

.top-box .box-text h3 {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.top-box .box-text p {
  line-height: 2;
}

.top-box .box-text .more-btn {
  position: relative;
  width: 200px;
  margin: 20px auto;
}

.top-box .box-text .more-btn::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #DEA1DD;
  background-size: 32px 32px;
  border-radius: 50vh;
  right: 10px;
  top: calc(50% - 15px);
}

.top-box .box-text .more-btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  right: 20px;
  top: calc(50% - 5px);
}

.top-box .box-text .more-btn a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #DEA1DD;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: .5s all;
}

.top-box .box-text .more-btn a:hover::before {
  width: 100%;
}

.box-item h3 {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .section-worries .box-inner div > div {
    margin-bottom: 20px;
  }

  .box-item.top-box {
    margin: 70px 0 80px;
    width: 100%;
    position: relative;
  }

  .top-box .box-text {
    background: url(/c-mgmt/image/top_item_text_bg.svg);
    background-size: cover;
    background-position: top;
    height: 310px;
    text-align: center;
    padding: 60px 20px 40px;
    margin-top: -30px;
  }

  .top-box .box-text h3 {
    font-size: 2.4rem;
  }

  .top-box .box-img {
    width: 90vw;
    margin: 0 0 0 auto;
  }

  .top-box.box02 .box-img {
    width: 90vw;
    margin: 0 auto 0 0;
  }

  .top-box.box02 .box-text {
    height: 260px;
    text-align: center;
    padding: 140px 20px 10px;
    margin-top: -120px;
  }

  .top-box .box-img img {
    border-radius: 0;
  }

  .top-box .box-text .more-btn {
    width: 170px;
  }

  .top-box .box-text .more-btn a::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #DEA1DD;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
}
