@charset "UTF-8";
.section-common-treatment .treatment-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-common-treatment .treatment-heading {
  background-color: #00b1c4;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.section-common-treatment .list-common-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}
.section-common-treatment .title-common-primary {
  margin-bottom: 0.15rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-treatment .treatment-list {
    margin: 0 -0.2rem;
    padding: 0.28rem 0.2rem;
  }
  .section-common-treatment .treatment-heading {
    margin-bottom: 0.11rem;
    padding: 0.06rem 0.2rem;
    font-size: 0.2rem;
  }
  .section-common-treatment .treatment-item {
    margin-bottom: 0.29rem;
  }
  .section-common-treatment .list-common-dot .dot-item {
    margin-right: 0.13rem;
    margin-bottom: 0.05rem;
    padding-left: 0.18rem;
  }
  .section-common-treatment .list-common-dot .dot-item::before {
    top: 0.07rem;
  }
  .section-common-treatment .list-common-dot .item-text.is-link {
    font-size: 0.16rem;
    text-underline-offset: 0.02rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-treatment .wrapper {
    max-width: 1200px;
  }
  .section-common-treatment .treatment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 46px 31.5px 0;
  }
  .section-common-treatment .treatment-item {
    width: 33.3333333333%;
    padding: 0 18.5px 52px;
  }
  .section-common-treatment .treatment-heading {
    min-height: 77px;
    margin-bottom: 18px;
    padding: 16px 20px;
    font-size: 0.22rem;
  }
  .section-common-treatment .list-common-dot .dot-item {
    margin-right: 14px;
    margin-bottom: 6px;
    padding-left: 17px;
    font-size: 0.17rem;
  }
  .section-common-treatment .list-common-dot .dot-item::before {
    top: 8px;
  }
  .section-common-treatment .list-common-dot .item-text.is-link {
    line-height: 1.5;
  }
}
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual .keyvisual-slider::before {
  content: "";
  position: absolute;
  z-index: 2;
}
.section-top-keyvisual .keyvisual-title {
  z-index: 2;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.section-top-keyvisual .keyvisual-title span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#abcd03), color-stop(45.19%, #00b1c4));
  background: linear-gradient(90deg, #abcd03 0%, #00b1c4 45.19%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.8;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin-top: 0.7rem;
  }
  .section-top-keyvisual .keyvisual-slider::before {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1rem;
    background: url("../img/top/sp/keyvisual_decor.svg") no-repeat center 100%/100%;
  }
  .is-ios .section-top-keyvisual .keyvisual-slider::before {
    bottom: -1px;
  }
  .section-top-keyvisual .keyvisual-title {
    position: relative;
    left: 0.04rem;
    margin-top: -0.18rem;
    padding: 0 0.05rem;
    text-align: center;
  }
  .section-top-keyvisual .keyvisual-title .title-large {
    margin-bottom: 0.08rem;
    margin-left: -0.09rem;
    font-size: 0.2431rem;
  }
  .section-top-keyvisual .keyvisual-title .title-small {
    font-size: 0.168rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin-top: 140px;
    padding-right: 31px;
  }
  .section-top-keyvisual .keyvisual-slider::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 760px;
    background: url("../img/top/keyvisual_decor.svg") no-repeat center 100%/100%;
  }
  .section-top-keyvisual .keyvisual-title {
    position: absolute;
    top: calc(41% + 3px);
    left: 0;
    margin-left: 21px;
  }
  .section-top-keyvisual .keyvisual-title .title-large {
    margin-bottom: 14px;
    font-size: 0.38rem;
  }
  .section-top-keyvisual .keyvisual-title .title-small {
    margin-left: 31px;
    font-size: 0.26rem;
    line-height: 1.7;
  }
  .section-top-keyvisual .slide-item {
    height: 760px;
    overflow: hidden;
    border-radius: 0 172px 172px 0;
  }
}
.section-top-features {
  position: relative;
  z-index: 2;
}
.section-top-features::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  pointer-events: none;
}
.section-top-features .features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-features .features-item {
  position: relative;
}
.section-top-features .features-item:nth-child(3n-2) .button-common-primary {
  width: 1.85rem;
}
.section-top-features .features-item:nth-child(3n) .button-common-primary {
  width: 1.53rem;
}
.section-top-features .features-number {
  position: absolute;
  top: -0.45rem;
  left: 0.02rem;
  min-width: 1.38rem;
  padding-bottom: 0.05rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: #00b1c4;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
.section-top-features .features-number .number-zero {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#abcd03), color-stop(130%, #00b1c4));
  background: linear-gradient(90deg, #abcd03 0%, #00b1c4 130%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-top-features .features-number::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.8rem;
  height: 1px;
  background: #00b1c4;
}
.section-top-features .features-image {
  overflow: hidden;
  border-radius: 100%;
}
.section-top-features .features-title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -0.03em;
  line-height: 1.5;
  text-align: center;
}
.section-top-features .button-common-primary {
  margin: 0 auto;
}
.section-top-features .hidden {
  display: none !important;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-features {
    padding: 0.41rem 0;
  }
  .section-top-features::before {
    top: -1.73rem;
    bottom: -2.2rem;
    background: url("../img/top/sp/features_bg.png") no-repeat top center/100%;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 0.5rem;
  }
  .section-top-features .features-item {
    margin-bottom: 0.65rem;
  }
  .section-top-features .features-item:last-child {
    margin-bottom: 0;
  }
  .section-top-features .features-image {
    width: 2.66rem;
    height: 2.66rem;
    margin: 0 auto 0.22rem;
  }
  .section-top-features .features-title {
    margin: 0 -0.1rem 0.12rem;
    font-size: 0.25rem;
  }
  .section-top-features .features-content {
    margin-bottom: 0.14rem;
    padding: 0 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-features {
    padding: 50px 0 100px;
  }
  .section-top-features::before {
    top: 41px;
    bottom: -468px;
    background: url("../img/top/features_bg.png") no-repeat center center/cover;
  }
  .section-top-features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  .section-top-features .features-item {
    width: 33.3333333333%;
    padding: 0 30px 48px;
  }
  .section-top-features .features-image {
    width: 326px;
    height: 326px;
    margin-bottom: 27px;
  }
  .section-top-features .features-title {
    margin: 0 -34px 25px;
    font-size: 0.28rem;
  }
  .section-top-features .features-content {
    max-width: 276px;
    margin: 0 auto 28px;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 84px;
  }
  .section-top-features .button-common-primary {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section-top-greetings {
  position: relative;
  z-index: 2;
}
.section-top-greetings .greetings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-greetings .greetings-title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8;
}
.section-top-greetings .greetings-text {
  letter-spacing: 0.03em;
}
.section-top-greetings .greetings-text p:last-child {
  margin-bottom: 0;
}
.section-top-greetings .button-common-primary {
  width: 2.19rem;
  margin: 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-greetings {
    padding: 0.77rem 0 1.26rem;
  }
  .section-top-greetings .greetings-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.3rem;
  }
  .section-top-greetings .greetings-title {
    margin-bottom: 0.28rem;
    font-size: 0.22rem;
  }
  .section-top-greetings .greetings-title .title-space {
    margin-left: -0.13rem;
  }
  .section-top-greetings .greetings-text p {
    margin-bottom: 0.32rem;
  }
  .section-top-greetings .greetings-image {
    position: relative;
    margin: 0 -0.2rem 0.06rem;
  }
  .section-top-greetings .greetings-image::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%);
  }
  .section-top-greetings .title-common-primary {
    margin-bottom: 0.19rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-greetings {
    padding: 70px 0 176px;
  }
  .section-top-greetings .title-common-primary {
    margin-bottom: 73px;
  }
  .section-top-greetings .wrapper {
    max-width: 1330px;
  }
  .section-top-greetings .greetings-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
    padding-left: 110px;
  }
  .section-top-greetings .greetings-content {
    padding-right: 10px;
  }
  .section-top-greetings .greetings-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 666px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 0 130px 130px 0;
    -webkit-mask: -webkit-gradient(linear, right top, left top, color-stop(62.46%, #000), color-stop(96.68%, rgba(0, 0, 0, 0)));
    -webkit-mask: linear-gradient(270deg, #000 62.46%, rgba(0, 0, 0, 0) 96.68%);
  }
  .section-top-greetings .greetings-title .title-space {
    margin-left: -14px;
  }
  .section-top-greetings .greetings-text {
    padding-left: 8px;
  }
  .section-top-greetings .greetings-text p {
    margin-bottom: 32px;
  }
}
@media print, (min-width: 768px) and (max-width: 1319.98px) {
  .section-top-greetings .greetings-wrapper {
    padding-left: 50px;
  }
}
.section-common-treatment {
  position: relative;
  z-index: 1;
}
.section-common-treatment::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-treatment {
    z-index: 3;
    padding: 0.98rem 0 0.3rem;
  }
  .section-common-treatment::before {
    top: -1.68rem;
    height: 8.73rem;
    background: url("../img/top/sp/treatment_bg.png") no-repeat top center/100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-treatment {
    padding: 94px 0 25px;
  }
  .section-common-treatment::before {
    top: -338px;
    bottom: -5px;
    background: url("../img/top/treatment_bg.png") no-repeat center/100% 100%;
  }
}
.section-top-information {
  position: relative;
}
.section-top-information::after {
  content: "";
  position: absolute;
  z-index: -1;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-information {
    padding: 0.22rem 0 1.26rem;
  }
  .section-top-information .title-common-primary {
    margin-bottom: 0.18rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-information {
    padding-top: 83px;
  }
  .section-top-information::after {
    right: 0;
    bottom: -435px;
    left: 0;
    min-height: 1074px;
    background: url("../img/top/information_bg.png") no-repeat center/cover;
  }
  .section-top-information .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
  }
  .section-top-information .block-information-news,
  .section-top-information .block-information-consultation {
    width: 50%;
  }
  .section-top-information .block-information-news {
    margin-right: 79px;
  }
  .section-top-information .title-common-primary {
    margin-bottom: 33px;
  }
}
.block-information-news .news-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #aaa9a8;
  background-color: #fff;
  color: #333;
}
.block-information-news .news-item {
  position: relative;
  border-bottom: 1px solid #aaa9a8;
}
.block-information-news .news-item.is-hidden {
  display: none;
}
.block-information-news .news-link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.block-information-news .news-link::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.08rem;
  height: 0.14rem;
  background: url("../img/common/icn_arrow_04.svg") no-repeat center/auto 100%;
}
.block-information-news .news-link:hover {
  background: #f1fafe;
}
.block-information-news .news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-information-news .news-time {
  letter-spacing: 0.03em;
}
.block-information-news .news-content {
  display: block;
  line-height: 1.6;
}
.block-information-news .news-text {
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.block-information-news .button-common-primary {
  width: 1.69rem;
  margin: 0 auto;
  cursor: pointer;
}
.block-information-news .button-common-primary.is-button-hidden {
  display: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-news {
    position: relative;
    padding-top: 0.51rem;
  }
  .block-information-news::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -2.14rem;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 13.29rem;
    background: url("../img/top/sp/information_bg_01.png") no-repeat center/cover;
    pointer-events: none;
  }
  .block-information-news .news-list {
    margin-bottom: 0.25rem;
  }
  .block-information-news .news-link {
    display: block;
    padding: 0.08rem 0.2rem 0.08rem 0.14rem;
  }
  .block-information-news .news-link::before {
    right: 0.08rem;
    margin-top: -0.05rem;
  }
  .block-information-news .news-head {
    margin-bottom: 0.02rem;
  }
  .block-information-news .news-time {
    width: 0.9rem;
    margin-right: 0.02rem;
  }
  .block-information-news .text-news-mark {
    margin-left: 0.08rem;
  }
  .block-information-news .button-common-primary::before {
    display: none;
  }
  .block-information-news .button-common-primary:hover {
    border-color: #b79949;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
    color: #fff;
  }
  .block-information-news .button-common-primary:hover::after {
    background-color: #fff;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-news .wrapper {
    width: unset;
    max-width: unset;
  }
  .block-information-news .news-list {
    margin-bottom: 20px;
  }
  .block-information-news .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 69px;
    padding: 19px 30px 18px 7px;
  }
  .block-information-news .news-link::before {
    right: 9px;
    margin-top: -8px;
  }
  .block-information-news .news-head {
    margin-right: 12px;
  }
  .block-information-news .news-time {
    width: 90px;
    margin-right: 4px;
  }
  .is-tablet .block-information-news .news-time {
    width: 105px;
  }
  .block-information-news .news-text {
    padding-top: 3px;
  }
  .block-information-news .text-news-mark {
    margin-left: 9px;
  }
}
.block-information-consultation .calendar-common .calendar-table {
  background-color: #fff;
}
.block-information-consultation .consultation-text {
  color: #333;
  letter-spacing: 0.03em;
}
.block-information-consultation .button-common-primary {
  margin: 0 auto;
}
.block-information-consultation .consultation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-information-consultation .consultation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-decoration: none;
}
.block-information-consultation .consultation-link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.08rem;
  height: 0.14rem;
  background-color: #333;
  -webkit-mask-image: url("../img/common/icn_arrow_04.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: 0.08rem 0.14rem;
}
.block-information-consultation .consultation-link:hover {
  background-color: #fff;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-consultation {
    position: relative;
    padding-top: 0.55rem;
  }
  .block-information-consultation::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -2.32rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/sp/information_bg_02.png") no-repeat center/cover;
    pointer-events: none;
  }
  .block-information-consultation .title-common-primary {
    margin-bottom: 0.21rem;
  }
  .block-information-consultation .calendar-common {
    margin-bottom: 0.23rem;
  }
  .block-information-consultation .consultation-text {
    margin-bottom: 0.13rem;
  }
  .block-information-consultation .consultation-list {
    margin-top: 0.32rem;
  }
  .block-information-consultation .consultation-item {
    margin-bottom: 0.07rem;
  }
  .block-information-consultation .consultation-item:last-child {
    margin-bottom: 0;
  }
  .block-information-consultation .consultation-item.is-access .consultation-link {
    padding-left: 0.18rem;
  }
  .block-information-consultation .consultation-item.is-access .link-logo {
    width: 0.28rem;
    margin-right: 0.19rem;
  }
  .block-information-consultation .consultation-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 0.6rem;
    padding: 0.09rem 0.3rem 0.09rem 0.16rem;
  }
  .block-information-consultation .consultation-link::after {
    right: 0.12rem;
    margin-top: -0.06rem;
  }
  .block-information-consultation .link-logo {
    width: 0.53rem;
    margin-right: -0.04rem;
  }
  .block-information-consultation .link-logo img {
    width: 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-consultation .wrapper {
    width: unset;
    max-width: unset;
  }
  .block-information-consultation .calendar-common {
    margin-bottom: 16px;
  }
  .block-information-consultation .calendar-common .calendar-table {
    margin-bottom: 12px;
  }
  .block-information-consultation .calendar-common .calendar-table tbody th {
    padding-right: 29px;
    padding-left: 29px;
  }
  .block-information-consultation .consultation-text {
    margin-bottom: 13px;
  }
  .block-information-consultation .consultation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 29px;
  }
  .block-information-consultation .consultation-item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .block-information-consultation .consultation-item:nth-child(even) {
    margin-right: 0;
  }
  .block-information-consultation .consultation-item.is-access .consultation-link {
    padding-left: 15px;
  }
  .block-information-consultation .consultation-item.is-access .link-logo {
    margin-right: 10px;
  }
  .block-information-consultation .consultation-link {
    min-height: 79px;
    padding: 10px 20px 10px 6px;
  }
  .block-information-consultation .consultation-link::after {
    right: 6px;
    margin-top: -6px;
  }
  .block-information-consultation .link-logo {
    margin-right: 5px;
  }
}
.section-top-concerns {
  position: relative;
}
.section-top-concerns::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.section-top-concerns .wrapper {
  position: relative;
  z-index: 3;
}
.section-top-concerns .concerns-title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-concerns {
    z-index: 4;
    margin-top: -0.78rem;
    padding: 0.78rem 0 0.57rem;
  }
  .section-top-concerns::after {
    top: 0;
    right: 0;
    bottom: -0.5rem;
    left: 0;
    background: url("../img/top/sp/concerns_bg.png") no-repeat 0 0/100% 100%;
  }
  .section-top-concerns::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 1.45rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3.75rem;
    background: url("../img/top/sp/concerns_decor.png") repeat-y top center/auto 10.38rem;
  }
  .section-top-concerns .concerns-title {
    margin-bottom: 0.34rem;
    font-size: 0.25rem;
    line-height: 1.8;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-concerns {
    padding: 155px 0 77px;
  }
  .section-top-concerns::after {
    top: 59px;
    right: 0;
    left: 0;
    min-height: 935px;
    background: url("../img/top/concerns_bg.svg") no-repeat center/auto 100%;
  }
  .section-top-concerns .concerns-title {
    margin-bottom: 51px;
    font-size: 0.38rem;
    line-height: 1.8;
  }
}
.list-top-concerns {
  position: relative;
}
.list-top-concerns .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-concerns .list-item:first-child {
  border-top: 1px solid #b79949;
}
.list-top-concerns .item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.2rem;
  font-weight: 700;
  cursor: pointer;
}
.list-top-concerns .item-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("../img/common/title_icn.svg") center/100% auto no-repeat;
}
.list-top-concerns .item-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("../img/common/icn_arrow_02.svg") center/100% auto no-repeat;
}
.list-top-concerns .concerns-image {
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
}
.list-top-concerns .tags-link {
  background-color: #f1fafe;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-concerns .list-item.is-current {
    padding-bottom: 0.33rem;
  }
  .list-top-concerns .list-item.is-current .item-heading::after {
    -webkit-transform: translateY(-50%) scale(1, -1);
    -ms-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
  }
  .list-top-concerns .list-item.is-urinary .list-common-check {
    margin-right: -0.5rem;
  }
  .list-top-concerns .list-item:last-child {
    padding-bottom: 0;
  }
  .list-top-concerns .item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.66rem;
    padding: 0.12rem 0.22rem 0.12rem 0.47rem;
    border-bottom: 1px solid #b79949;
    background-color: #fffaec;
  }
  .list-top-concerns .item-heading::before {
    left: 0.17rem;
    width: 0.15rem;
    height: 0.15rem;
    margin-top: 1px;
  }
  .list-top-concerns .item-heading::after {
    right: 0.05rem;
    width: 0.13rem;
    height: 0.07rem;
    background: url("../img/common/sp/icn_arrow_02.svg") center/100% auto no-repeat;
  }
  .list-top-concerns .concerns-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.22rem;
    padding: 0.17rem 0 0 0.1rem;
  }
  .list-top-concerns .concerns-image {
    position: relative;
    top: 0.02rem;
    right: 0.08rem;
    width: 1.52rem;
    height: 1.52rem;
  }
  .list-top-concerns .concerns-diseases {
    margin-left: 0.1rem;
  }
  .list-top-concerns .list-common-check {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: -0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-top-concerns .list-wrapper {
    padding-bottom: 80px;
  }
  .list-top-concerns .list-item {
    max-width: 350px;
  }
  .list-top-concerns .item-heading {
    min-height: 69px;
    padding: 9px 25px 9px 49px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 1px solid #b79949;
    background-color: transparent;
  }
  .list-top-concerns .item-heading:hover {
    background-color: rgba(183, 153, 73, 0.2);
  }
  .list-top-concerns .item-heading:hover::after {
    -webkit-transform: translate(5px, -50%) rotate(-90deg);
    -ms-transform: translate(5px, -50%) rotate(-90deg);
    transform: translate(5px, -50%) rotate(-90deg);
  }
  .list-top-concerns .item-heading::before {
    left: 17px;
    width: 15px;
    height: 15px;
  }
  .list-top-concerns .item-heading::after {
    right: 5px;
    width: 14px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .list-top-concerns .item-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 695px;
    padding-top: 23px;
  }
  .list-top-concerns .concerns-details {
    min-height: 278px;
    margin-bottom: 20px;
    padding-right: 305px;
  }
  .list-top-concerns .concerns-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -30px;
    margin-bottom: 20px;
    color: #333;
    font-family: "Zen Maru Gothic", serif;
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .list-top-concerns .concerns-heading .title-logo {
    display: inline-block;
    position: relative;
    top: -8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42px;
    margin-right: 14px;
  }
  .list-top-concerns .concerns-image {
    top: 16px;
    right: 0;
    width: 280px;
    height: 280px;
  }
  .list-top-concerns .concerns-diseases {
    margin-left: 10px;
  }
  .list-top-concerns .list-common-check {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=top.css.map */