@charset "UTF-8";
/* CSS Document */


/* ---------------------------------------------------------
main
----------------------------------------------------------*/
main {
  position: relative;
  display: block;
  margin-bottom: calc(95 / 1396 * 100vw);
}
main .pic {
  width: calc(946 / 1396 * 100%);
  margin-left: auto;
}
main .pic img {
  width: 100%;
  height: auto;
}
main .txt {
  position: absolute;
  top: calc(200 / 1396 * 100vw);
  left: 0;
  width: calc(608 / 1396 * 100%);
  height: calc(268 / 1396 * 100vw);
  background: #fff;
  border-radius: 0 10px 0 0;
  box-shadow: 5px -18px 28px 0px rgba(0,0,0,.04);
  padding-top: calc(68 / 1396 * 100vw);
  box-sizing: border-box;
}
main h1::before {
  content: "";
  display: block;
  width: calc(60 / 1396 * 100vw);
  height: calc(3 / 1396 * 100vw);
  background: transparent linear-gradient(90deg, #DE3B70 0%, #EC733F 11%, #DE3B70 61%, #E9829F 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 2px 2px 0;
  margin-right: calc(17 / 1396 * 100vw);
}
main h1 {
  display: flex;
  align-items: center;
  font-size: calc(36 / 1396 * 100vw);
  color: #E85382;
  font-weight: normal;
  letter-spacing: .06em;
}
main .txt-gray {
  position: absolute;
  top: calc(499 / 1396 * 100vw);
  right: calc(76 / 1396 * 100%);
  z-index: 1;
}
main .txt-gray img {
  width: auto;
  height: calc(70 / 1396 * 100vw);
}
/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article {
  position: relative;
}
article::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(335 / 1396 * 100vw);
  background: #EBEBEB;
}
/* ---------------------------------------------------------
.inner
----------------------------------------------------------*/
.inner {
  padding-top: calc(85 / 1396 * 100%);
}
.inner .box {
  position: relative;
  width: calc(1248 / 1396 * 100%);
  background: #fff;
  border-radius: 10px;
  padding-top: calc(100 / 1248 * 100%);
  padding-right: calc(60 / 1248 * 100%);
  padding-left: calc(60 / 1248 * 100%);
  padding-bottom: calc(100 / 1248 * 100%);
  margin: 0 auto;
  margin-bottom: calc(120 / 1248 * 100%);
  box-sizing: border-box;
}
.inner .box p {
  font-size: calc(20 / 1396 * 100vw);
  line-height: 2;
  letter-spacing: .06em;
}
/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  
  main {
    margin-bottom: 80px;
    margin-bottom: calc(80 / 375 * 100vw);
  }
  main .pic {
    width: 100%;
    margin-left: 0;
  }
  main .txt {
    top: 158px;
    width: 302px;
    height: 80px;
    padding-top: 31px;
    top: calc(158 / 375 * 100vw);
    width: calc(302 / 375 * 100%);
    height: calc(80 / 375 * 100vw);
    padding-top: calc(31 / 375 * 100vw);
    box-shadow: 5px -18px 28px 0px rgba(0,0,0,.04);
  }
  main h1::before {
    width: 19px;
    height: 2px;
    margin-right: 8px;
    width: calc(19 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
  main h1 {
    font-size: 21px;
    font-size: calc(21 / 375 * 100vw);
  }
  main .txt-gray {
    top: 254px;
    right: 14px;
    top: calc(254 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
    
  }
  main .txt-gray img {
    height: 28px;
    height: calc(28 / 375 * 100vw);
  }
/* ---------------------------------------------------------
article sp
----------------------------------------------------------*/
  article::before {
    height: 106px;
    height: calc(106 / 375 * 100vw);
  }
/* ---------------------------------------------------------
.inner sp
----------------------------------------------------------*/
  .inner {
    padding-top: 26px;
    padding-top: calc(26 / 375 * 100vw);
  }
  .inner .box {
    width: 350px;
    padding: 26px 10px;
    margin-bottom: 60px;
    width: calc(350 / 375 * 100%);
    padding-top: calc(26 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
    padding-bottom: calc(26 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .inner .box p {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.7;
  }

}