@charset "UTF-8";
/* CSS Document */
.promise img {
  max-width: 100%; }

@media screen and (min-width: 1024px) {
  .price {
    margin-top: 100px; } }
.price__title:before {
  content: "生前整理の方へ";
  position: absolute;
  top: -15px;
  left: 50%;
  color: #f7bb08;
  background: url("../images/price_title_bg.svg") no-repeat top left;
  background-size: cover;
  width: 280px;
  height: 108px;
  z-index: 2;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 70%; }
  @media screen and (max-width: 1023px) {
    .price__title:before {
      padding-bottom: 20px;
      width: calc(55vw);
      height: calc(55vw / 400 * 156); } }
.price__title-plan {
  position: absolute;
  top: 45vw;
  width: 90%;
  color: #fff;
  background: #f7bb08;
  padding: 3vw;
  border-radius: 15vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 6vw; }
  @media screen and (min-width: 1024px) {
    .price__title-plan {
      top: 21vw;
      font-size: 24px;
      width: auto;
      padding: 15px; } }
  @media screen and (min-width: 1600px) {
    .price__title-plan {
      top: 330px; } }
.price__table {
  position: absolute;
  top: 60vw;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  border-collapse: separate;
  border-spacing: 2vw; }
  @media screen and (min-width: 1024px) {
    .price__table {
      top: calc(22vw + 70px);
      width: auto;
      padding: 15px;
      border-spacing: 10px; } }
  @media screen and (min-width: 1600px) {
    .price__table {
      top: 410px; } }
  .price__table-th, .price__table-td {
    padding: 2vw;
    white-space: nowrap;
    margin: 2vw;
    display: block;
    font-size: 4vw; }
    @media screen and (min-width: 1024px) {
      .price__table-th, .price__table-td {
        padding: 10px;
        margin: 10px;
        display: table-cell;
        font-size: 23px; } }
  .price__table-th {
    color: #fff;
    background: #f7bb08;
    text-align: center; }
.price__ex {
  position: absolute;
  top: 140vw;
  text-align: center;
  width: 100%;
  font-size: 7.5vw; }
  @media screen and (min-width: 1024px) {
    .price__ex {
      top: calc(36vw + 40px);
      padding: 15px;
      border-spacing: 10px;
      font-size: 22px; } }
  @media screen and (min-width: 1600px) {
    .price__ex {
      top: 550px; } }
  .price__ex-span {
    font-weight: bold;
    color: #f7bb08;
    font-size: 150%; }

.plan__title:before {
  content: "遺品整理の方へ";
  position: absolute;
  top: -15px;
  left: 50%;
  color: #73c6d1;
  background: url("../images/plan_title_bg.svg") no-repeat top left;
  background-size: cover;
  width: 280px;
  height: 108px;
  z-index: 2;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 70%; }
  @media screen and (max-width: 1023px) {
    .plan__title:before {
      padding-bottom: 20px;
      width: calc(55vw);
      height: calc(55vw / 400 * 156); } }
.plan__title-plan {
  position: absolute;
  top: 45vw;
  width: 90%;
  color: #fff;
  background: #73c6d1;
  padding: 3vw;
  border-radius: 15vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 6vw; }
  @media screen and (min-width: 1024px) {
    .plan__title-plan {
      top: 21vw;
      font-size: 24px;
      width: auto;
      padding: 15px; } }
  @media screen and (min-width: 1600px) {
    .plan__title-plan {
      top: 330px; } }

.book {
  margin-bottom: 70px; }
  .book img {
    max-width: 100%; }
  .book-gray {
    background: #efefef;
    width: 100%;
    padding: 50px 0px 0; }
    .book-gray-flex {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 15px; }
      @media screen and (min-width: 768px) {
        .book-gray-flex {
          flex-direction: row; } }
    .book-gray-col {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .book-gray-col {
          width: 50%; } }
    .book-gray-btn {
      max-width: 400px;
      margin: 50px auto;
      background: #fff;
      color: #211815;
      border: 1px solid #211815;
      position: relative;
      text-align: center;
      padding: 15px;
      width: 80%;
      display: block; }
      .book-gray-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        background: url("../images/book_gray_arrow.svg") no-repeat center center;
        width: 15px;
        height: 17px; }
      .book-gray-btn:hover {
        opacity: 0.5; }
    .book-gray:after {
      content: "";
      width: 100%;
      height: 300px;
      display: block;
      background: url("../images/book_bg.jpg") no-repeat center center;
      background-size: cover; }
  @media screen and (min-width: 768px) {
    .book-title {
      padding-left: 20%;
      font-size: 16px; } }
  .book-text {
    margin-top: 40px;
    line-height: 2;
    font-size: 80%;
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .book-text {
        font-size: 100%; } }
  .book-cta {
    margin-top: 50px;
    background: linear-gradient(to bottom, rgba(250, 235, 201, 0) 14.5%, #faebc9 15%, #faebc9 100%); }
    .book-cta img {
      max-width: 100%; }
    .book-cta-flex {
      display: flex;
      flex-direction: column;
      max-width: 1200px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .book-cta-flex {
          flex-direction: row;
          align-items: center; } }
    .book-cta-col {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .book-cta-col {
          width: 50%;
          padding-top: 7.5%; } }
    .book-cta-bg {
      position: relative;
      padding-top: 0; }
    .book-cta-title {
      padding: 0 15px; }
    .book-cta-btn {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0);
      color: #f5911e;
      background: #fff;
      border: 2px solid #f5911e;
      border-radius: 50px;
      width: 80%;
      max-width: 360px;
      padding: 15px;
      text-align: center; }
      .book-cta-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        font-weight: bold;
        background: url("../images/book_cta_arrow.svg") no-repeat center center;
        width: 19px;
        height: 19px; }
