/*
----------------------------------------

block-worries

----------------------------------------
*/
h2.general span {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #b9aea3;
  background: url(../images/common/item-ttl01.png) no-repeat center bottom/21px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.problems {
  padding: 0px 0 100px;
  border-top: solid 1px #b9aea3;
  background: url(../images/common/bg-pattern01.jpg) center/91px;
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.problems:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #b9aea3;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.problems h2 {
  margin-bottom: 30px;
  margin-top: 90px;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.wrap.midium {
  width: min(100%, 900px);
}
.problems h2 {
  margin-bottom: 30px;
  margin-top: 90px;
}
h2.general {
  font-size: 34px;
  text-align: center;
  line-height: 1.4;
}
.garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.linkwrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.row {
  display: flex;
  justify-content: space-between;
}
.problems-list {
  list-style: none;
}
.problems-list .row {
  margin-bottom: 50px;
}
.problems-list dt {
  width: 100%;
  font-family: inherit;
  text-align: center;
  font-size: 16px;
  color: #b9aea3;
  border: solid 1px #b9aea3;
  background: #fff;
  padding: 0.5em 0;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.problems-list dt:not(:last-of-type) {
  border-right: none;
}
.problems-list dt:after {
  content: "";
  width: 31px;
  height: 12px;
  background: url(../images/index/problem-arrow01.png) no-repeat center
    top/contain;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
.problems-list dt.active {
  background: #b9aea3;
  color: #fff;
}
.problems-list dt.active:after {
  opacity: 1;
}
.problems-list dd {
  display: none;
  margin: 0;
}
.problems-list dd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.problems-list dd ul li {
  width: 20%;
  font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.problems-list dd ul li:nth-of-type(n + 6) {
  margin-top: 40px;
}
.problems-list dd ul li .img-wrap {
  width: 120px;
  border-radius: 60px;
  overflow: hidden;
  margin: 0 auto 6px;
  position: relative;
}
.problems-list dd ul li .img-wrap img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
  border-radius: 100%;
}
.problems-list dd ul li:hover .img-wrap img {
  opacity: 0.5;
}
.treatment {
  padding: 95px 0 100px;
  background: url(../images/common/bg-pattern01.jpg) center/91px;
  border-bottom: solid 1px #b9aea3;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.treatment h2 {
  margin-bottom: 40px;
}
.treat-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.treat-list dl {
  width: 100%;
  padding: 60px 16px 100px;
  position: relative;
  background: #b9aea3;
  z-index: 0;
  margin: 0;
}
.treat-list dl:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.treat-list dl:hover:before {
  opacity: 0;
}
.treat-list dl:nth-of-type(1):before {
  background-image: url(../images/common/webp/treat-list01.webp);
}
.treat-list dl:nth-of-type(2):before {
  background-image: url(../images/common/webp/treat-list02.webp);
}
.treat-list dl:nth-of-type(3):before {
  background-image: url(../images/common/webp/treat-list03.webp);
}
.treat-list dl:nth-of-type(4):before {
  background-image: url(../images/common/webp/treat-list04.webp);
}
.treat-list dl:nth-of-type(5):before {
  background-image: url(../images/common/webp/treat-list05.webp);
}
.no-webp .treat-list dl:nth-of-type(1):before {
  background-image: url(../images/common/treat-list01.jpg);
}
.no-webp .treat-list dl:nth-of-type(2):before {
  background-image: url(../images/common/treat-list02.jpg);
}
.no-webp .treat-list dl:nth-of-type(3):before {
  background-image: url(../images/common/treat-list03.jpg);
}
.no-webp .treat-list dl:nth-of-type(4):before {
  background-image: url(../images/common/treat-list04.jpg);
}
.no-webp .treat-list dl:nth-of-type(5):before {
  background-image: url(../images/common/treat-list05.jpg);
}
.treat-list dl:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.3s;
}
.treat-list dl:nth-of-type(1):after {
  background-image: url(../images/common/webp/treat-list01-on.webp);
}
.treat-list dl:nth-of-type(2):after {
  background-image: url(../images/common/webp/treat-list02-on.webp);
}
.treat-list dl:nth-of-type(3):after {
  background-image: url(../images/common/webp/treat-list03-on.webp);
}
.treat-list dl:nth-of-type(4):after {
  background-image: url(../images/common/webp/treat-list04-on.webp);
}
.treat-list dl:nth-of-type(5):after {
  background-image: url(../images/common/webp/treat-list05-on.webp);
}
.no-webp .treat-list dl:nth-of-type(1):after {
  background-image: url(../images/common/treat-list01-on.jpg);
}
.no-webp .treat-list dl:nth-of-type(2):after {
  background-image: url(../images/common/treat-list02-on.jpg);
}
.no-webp .treat-list dl:nth-of-type(3):after {
  background-image: url(../images/common/treat-list03-on.jpg);
}
.no-webp .treat-list dl:nth-of-type(4):after {
  background-image: url(../images/common/treat-list04-on.jpg);
}
.no-webp .treat-list dl:nth-of-type(5):after {
  background-image: url(../images/common/treat-list05-on.jpg);
}
.treat-list dl .inner {
  width: min(100%, 200px);
  margin: 0 auto;
}
.treat-list dl dt {
  font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  min-height: 5.3em;
  margin-bottom: 0.8em;
}
.treat-list dl dt span {
  display: block;
  text-align: center;
  color: #b9aea3;
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
}
.treat-list dl dt span:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #b9aea3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.treat-list dl dd {
  color: #fff;
  margin: 0;
  line-height: 1.75;
}
.treat-list dl .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.treat-list dl:hover .btn {
  opacity: 1;
  background: #b9aea3;
  border-color: #b9aea3;
  color: #fff;
  transition: 0.3s;
}
.treat-list dl:hover .btn:before {
  opacity: 0;
}
.treat-list dl:hover .btn:after {
  opacity: 1;
}

.treat-list .btn {
  width: 170px;
  height: 45px;
  font-size: 14px;
  font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif !important;
  font-weight: 500;
  color: #211d1a;
  border: none;
  border-bottom: solid 1px;
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  padding-inline: 10px;
}

.treat-list dl:hover .btn {
  opacity: 1;
  background: #b9aea3;
  border-color: #b9aea3;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .treat-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .problems {
    padding: 10.66vw 0;
  }
  .treatment {
    padding: 10.66vw 0;
  }
  .problems h2,
  h2.general {
    margin-bottom: 6vw;
    margin-top: 12vw;
    font-size: 5.86vw;
    white-space: nowrap;
  }
  h2.general span {
    font-size: 5.06vw;
    background-size: 5.6vw;
    padding-bottom: 1em;
    margin-bottom: 0.4em;
  }
  .problems-list dt {
    font-size: 3.73vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .problems-list .row {
    width: 100vw;
    margin-bottom: 12vw;
    flex-wrap: nowrap;
  }
  .problems-list dd ul li {
    width: calc(100% / 3);
    font-size: 3.2vw;
    white-space: nowrap;
    letter-spacing: 0.03em;
  }
  .problems-list dd ul li:nth-of-type(n + 4) {
    margin-top: 5.33vw;
  }
  .problems-list dd ul li .img-wrap {
    width: 26.66vw;
    height: 26.66vw;
    border-radius: 26.66vw;
    margin-bottom: 1vw;
  }
  .problems-list dd {
    padding-left: 6.66vw;
    padding-right: 6.66vw;
  }
  .treat-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .treat-list dl {
    padding: 7.46vw 0 9.33vw;
  }
  .treat-list dl:after {
    content: none;
  }
  .treat-list dl:hover:before {
    opacity: 1;
  }
  .treat-list dl:nth-of-type(1):before {
    background-image: url(../images/common/webp/treat-list01-sp.webp);
  }
  .treat-list dl:nth-of-type(2):before {
    background-image: url(../images/common/webp/treat-list02-sp.webp);
  }
  .treat-list dl:nth-of-type(3):before {
    background-image: url(../images/common/webp/treat-list03-sp.webp);
  }
  .treat-list dl:nth-of-type(4):before {
    background-image: url(../images/common/webp/treat-list04-sp.webp);
  }
  .treat-list dl:nth-of-type(5):before {
    background-image: url(../images/common/webp/treat-list05-sp.webp);
  }
  .treat-list dl .inner {
    width: 100%;
    padding-left: 6.66vw;
    padding-right: 6.66vw;
  }
  .treat-list dl dt {
    font-size: 5.33vw;
    min-height: 0;
    margin-bottom: 1em;
  }
  .treat-list dl dt span {
    font-size: 4.8vw;
  }
  .treat-list dl dt span:after {
    width: 5.33vw;
  }
  .treat-list dl .btn {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    margin: 4vw auto 0;
  }
}

/* block-button2 */
.block-button2 {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(33, 29, 26, 0.8);
  border-radius: 100vmax;
  cursor: pointer;
  width: clamp(280px, calc(100vw * 500 / 1920), 500px);
  height: clamp(48px, calc(100vw * 96 / 1920), 96px);
  margin-inline: auto;
  margin-top: clamp(50px, calc(100vw * 100 / 1920), 100px);
  box-shadow: calc(100vw * -2 / 1920) calc(100vw * -2 / 1920)
      calc(100vw * 4 / 1920) 0 white,
    calc(100vw * 2 / 1920) calc(100vw * 2 / 1920) calc(100vw * 7 / 1920) 0
      rgba(0, 0, 0, 0.25);
  padding: clamp(7px, calc(100vw * 14 / 1920), 14px)
    clamp(14px, calc(100vw * 28 / 1920), 28px);
  text-align: center;
  place-content: center;
}

.block-button2-text {
  color: #211d1a;
  font-size: clamp(15px, calc(100vw * 30 / 1920), 30px);
  position: relative;
  transform: translateY(1px);
  z-index: 10;
  font-family: var(--font-heisei-mincho-std);
  letter-spacing: 0.2em;
  line-height: 1;
}

.block-button2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    69.06% 69.06% at 40.17% 35.17%,
    rgba(255, 249, 246, 0.85) 0%,
    rgba(244, 212, 192, 0.85) 68.5%,
    rgba(244, 182, 155, 0.85) 93.5%
  );
  border-radius: 99999px;
  content: "";
  transition: opacity 0.5s;
  z-index: 0;
}

.block-button2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(30px, calc(100vw * 60 / 1920), 60px);
  transform: translateY(-50%);
  background-size: clamp(16px, calc(100vw * 27 / 1920), 27px);
  height: clamp(8px, calc(100vw * 16 / 1920), 16px);
  width: clamp(16px, calc(100vw * 27 / 1920), 27px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE4IDExIiBmaWxsPSJub25lIj4KICA8IS0tIOesrOS4gOS4queureWktCAtLT4KICA8cGF0aCBkPSJNMSA5LjgyMzQ5TDggNS40MTE3MkwxIDAuOTk5OTU3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgPCEtLSDnrKzkuozkuKrnrq3lpLTvvIzlkJHlj7PlubPnp7vkuIDlrprot53nprsgLS0+CiAgPHBhdGggZD0iTTkgOS44MjM0OUwxNiA1LjQxMTcyTDkgMC45OTk5NTciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
}

.block-button2:not(:hover):before {
  opacity: 0;
}
