@charset "UTF-8";

.worries-br {
  display: none;
}

/* ----- worries ----- */

.worries {
  padding: 6.5rem 2rem 16.5rem;
  position: relative;
}

.worries::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/worries/worries_04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30rem;
  height: 8rem;
}

.worries-inner {
  max-width: 95rem;
  width: 100%;
  margin: 0 auto;
}

.worries-wrap {
  margin: 8.5rem auto 0;
  position: relative;
}

.worries-wrap::before,
.worries-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11rem;
  height: 56rem;
}

.worries-wrap::before {
  left: 0;
  background-image: url(../img/worries/worries_02.svg);
}

.worries-wrap::after {
  right: 0;
  background-image: url(../img/worries/worries_03.svg);
}

.worries__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6rem;
  color: #d65856;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(35, 24, 21, 50%);
}

.worries-items {
  max-width: 73rem;
  width: 100%;
  margin: 0 auto 0;
}

.worries-item {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 4rem;
  position: relative;
}

.worries-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/worries/worries_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
}

.worries-item:not(:first-of-type) {
  margin-top: 2rem;
}

.worries-item__txt--lg {
  font-size: 3.1rem;
  background: linear-gradient(transparent 30%, rgba(231, 218, 106, 50%) 30%);
}

/* ------------------------------------------
/* tb
/* ------------------------------------------ */

@media only screen and (max-width: 1079px) {
  .worries-br {
    display: block;
  }

  /* ----- worries ----- */

  .worries-inner {
    max-width: 74rem;
    width: 100%;
    margin: 0 auto;
  }

  .worries__ttl {
    font-size: 5rem;
  }

  .worries-items {
    max-width: 49rem;
  }

  .worries-item {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 4rem;
    position: relative;
  }

  .worries-item__txt--lg {
    font-size: 2.6rem;
    background: linear-gradient(transparent 30%, rgba(231, 218, 106, 50%) 30%);
  }
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */

@media only screen and (max-width: 767px) {
  /* ----- worries ----- */

  .worries {
    padding: 5.5rem 0 11rem;
    position: relative;
  }

  .worries::before {
    content: "";
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/worries/worries_04.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12rem;
    height: 3.2rem;
  }

  .worries-inner {
    max-width: 34.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .worries-wrap {
    margin: 3rem auto 0;
    position: relative;
  }

  .worries-wrap::before,
  .worries-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 4rem;
    height: 22.4rem;
  }

  .worries-wrap::before {
    left: 0;
    background-image: url(../img/worries/worries_02_sp.svg);
  }

  .worries-wrap::after {
    right: 0;
    background-image: url(../img/worries/worries_03_sp.svg);
  }

  .worries__ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 2.4rem;
    color: #d65856;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(35, 24, 21, 50%);
  }

  .worries-items {
    max-width: 25.5rem;
    width: 100%;
    margin: 0 auto 0;
  }

  .worries-item {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 1.8rem;
    position: relative;
    line-height: 1.4;
  }

  .worries-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../img/worries/worries_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.8rem;
    height: 0.8rem;
  }

  .worries-item:not(:first-of-type) {
    margin-top: 0.8rem;
  }

  .worries-item__txt--lg {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 359px) {
  .worries__ttl {
    font-size: 2rem;
  }

  .worries {
    padding: 5.5rem 1rem 11rem;
    position: relative;
  }

  .worries-items {
    max-width: 23.5rem;
  }

  .worries-item {
    font-size: 1.1rem;
  }

  .worries-item__txt--lg {
    font-size: 1.3rem;
  }
}
