@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-03__link, .btn-04__link, .btn-05__link, .btn-06__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
}
.btn-01__link {
  background: #f2a319;
  color: #fff;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #e9f5ee;
}
.btn-02__link:hover {
  color: rgba(51, 51, 51, 0.8);
}
.btn-03__link {
  background: #61b15a;
  color: #fff;
}
.btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-04__link, .btn-05__link, .btn-06__link {
  background: #f2a319;
  color: #fff;
  border-radius: 50rem;
}
.btn-04__link:hover, .btn-05__link:hover, .btn-06__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-05__link {
  background: #61b15a;
}
.btn-06__link {
  background: none;
  border: solid 2px #f2a319;
  color: #f2a319;
}
.btn-06__link:hover {
  color: rgba(242, 163, 25, 0.8);
}

#side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-window-wht, .ic-window-grn {
  position: relative;
  z-index: 1;
}
.ic-window-wht::after, .ic-window-grn::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-window-wht.png");
  background-size: 100%;
  right: 6px;
  bottom: 6px;
}
.ic-window-wht:hover::after, .ic-window-grn:hover::after {
  opacity: 0.8;
}
.ic-window-grn::after {
  background-image: url("/img/common/ic-window-grn.png");
  background-size: 100%;
}
.ic-line-clm {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line-clm::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-solid-wht, .arw-solid-orn {
  position: relative;
  z-index: 1;
}
.arw-solid-wht::after, .arw-solid-orn::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 19px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.arw-solid-wht:hover::after, .arw-solid-orn:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-orn::after {
  background-image: url("/img/common/arrow-solid-orn.png");
  background-size: 100%;
}
.arw-next-gra {
  position: relative;
  z-index: 1;
}
.arw-next-gra::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 130px;
  max-width: 100%;
  aspect-ratio: 130/131;
  background-image: url("/img/common/arrow-next.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
}
.arw-next:after {
  content: "";
  display: block;
  width: 60px;
  max-width: 100%;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f2a319;
  margin: 30px auto 0 auto;
}

.leaf-01-bf, .leaf-01-af, .leaf-02-bf, .leaf-02-af, .leaf-03-bf, .leaf-03-af, .leaf-04-bf, .leaf-04-af, .leaf-05-bf, .leaf-05-af {
  position: relative;
  z-index: 1;
}
.leaf-01-bf::before, .leaf-01-af::after, .leaf-02-bf::before, .leaf-02-af::after, .leaf-03-bf::before, .leaf-03-af::after, .leaf-04-bf::before, .leaf-04-af::after, .leaf-05-bf::before, .leaf-05-af::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
.leaf-01-bf::before, .leaf-01-af::after {
  width: 58px;
  aspect-ratio: 58/69;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
}
.leaf-02-bf::before, .leaf-02-af::after {
  width: 98px;
  aspect-ratio: 98/70;
  background-image: url("/img/common/obj-leaf-02.png");
  background-size: 100%;
}
.leaf-03-bf::before, .leaf-03-af::after {
  width: 67px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
}
.leaf-04-bf::before, .leaf-04-af::after {
  width: 83px;
  aspect-ratio: 83/77;
  background-image: url("/img/common/obj-leaf-04.png");
  background-size: 100%;
}
.leaf-05-bf::before, .leaf-05-af::after {
  width: 154px;
  aspect-ratio: 154/113;
  background-image: url("/img/common/obj-leaf-05.png");
  background-size: 100%;
}

.obj-circle {
  position: relative;
  z-index: 1;
}
.obj-circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 50px;
  aspect-ratio: 50/49;
  background-image: url("/img/common/obj-circle-50.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-45%, -10%);
}

.deco-dot::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/10;
  background-image: url("/img/common/deco-dot.png");
  background-size: 100%;
  margin: 15px auto 0 auto;
}

.illust-woman {
  position: relative;
  z-index: 1;
}
.illust-woman::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 159px;
  max-width: 100%;
  aspect-ratio: 159/267;
  background-image: url("/img/common/illust-woman.png");
  background-size: 100%;
  bottom: 0;
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  width: 30%;
  background: #f2a319;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 1;
}
.com-contents {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 150px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 150px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-column .list-item, .list-menu .list-item, .list-faq .list-item, .list-dot .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
  color: #61b15a;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-news-top time {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top time {
    font-size: 17.3333333333px;
  }
}
.list-news-top__item {
  padding: 40px 0;
}
.list-news-top__item:first-child {
  padding-top: 0 !important;
}
.list-news-top__item:last-child {
  padding-bottom: 0 !important;
}
.list-news-top__item:not(:first-child) {
  border-top: dotted 1px #b0afae;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-news-top__ttl {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top__ttl {
    font-size: 17.3333333333px;
  }
}
.list-news-top__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-symptoms {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
.list-symptoms .list-item,
.list-symptoms .layout-item {
  width: calc((100% - 150px) / 3);
}
.list-symptoms__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-symptoms__link:hover .list-symptoms__ic:after {
  transform: translateX(-3px);
}
.list-symptoms__ic {
  text-align: center;
  position: relative;
}
.list-symptoms__ic::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 70px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-orn.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.list-symptoms__ttl, .list-symptoms__txt {
  text-align: center;
}
.list-symptoms__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-symptoms__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-symptoms__ttl {
    font-size: 24px;
  }
}
.list-worries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 55px;
  font-weight: 600;
  line-height: 1.7;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-worries {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-worries {
    font-size: 20px;
  }
}
.list-worries__item {
  background: #ffebce;
  border-radius: 20px;
  padding: 20px 30px;
}
.list-check {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.list-check__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: dotted 1px #b0afae;
  padding-bottom: 25px;
}
.list-check__item::before {
  content: "";
  display: inline-block;
  width: 34px;
  min-width: 34px;
  aspect-ratio: 34/27;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-label__item {
  min-height: 90px;
  background: #ffebce;
  color: #f2a319;
  line-height: 1.4545454545;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-label__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 15px;
  aspect-ratio: 15/19;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #f2a319;
  top: 50%;
  left: 100%;
}
.list-label.layout-clm-4 .list-label__item:not(:last-child)::after, .list-label.layout-clm-4-c .list-label__item:not(:last-child)::after {
  transform: translate(calc(20px - 50%), -50%);
}
.list-label.layout-clm-3 .list-label__item:not(:last-child)::after, .list-label.layout-clm-3-c .list-label__item:not(:last-child)::after {
  transform: translate(calc(37.5px - 50%), -50%);
}
.list-card__item {
  min-height: 90px;
  border: solid 2px #f2a319;
  padding: 15px;
  color: #f2a319;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4545454545;
}
.list-symptoms-body__item {
  background: #fff;
  border-radius: 30px;
  border: solid 6px #e9f5ee;
  padding: 40px;
}
.list-symptoms-body .img {
  width: 96px;
  max-width: 100%;
}
.list-symptoms-body .img img {
  display: inline-block;
  width: 100%;
}
.list-symptoms-body .com-layout {
  justify-content: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.list-symptoms-body .list-check {
  width: 320px;
  max-width: 100%;
  margin-top: 30px;
  flex-direction: column;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-symptoms-body .list-check {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-symptoms-body .list-check {
    font-size: 20px;
  }
}
.list-symptoms-body .list-check__item {
  width: 100%;
}
.list-symptoms-body .list-check__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list-point__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-left: 65px;
}
.list-point__item:nth-child(even) {
  margin-left: 195px;
}
.list-point dl {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
}
.list-point dt {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-point dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point dt {
    font-size: 21.3333333333px;
  }
}
.list-column__bx {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-column__img {
  text-align: center;
}
.list-menu dl {
  background: #f2a319;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 30px;
}
.list-menu dt {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-menu dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dt {
    font-size: 21.3333333333px;
  }
}
.list-menu dd {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-menu dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dd {
    font-size: 20px;
  }
}
.list-menu dd p:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 10px;
}
.list-menu__bx {
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-faq__item {
  background: #fff;
  border-radius: 30px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-faq dt span, .list-faq dd span {
  padding-top: 20px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q.";
  color: #61b15a;
  font-weight: 600;
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 38.6666666667px;
  }
}
.list-faq dt {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 21.3333333333px;
  }
}
.list-faq dd::before {
  content: "A.";
  color: #f2a319;
}
.list-profile__bx {
  padding: 20px;
}
.list-dot {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-dot {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-dot {
    font-size: 17.3333333333px;
  }
}
.list-dot__item {
  display: flex;
}
.list-dot__item::before {
  content: "・";
  display: block;
  color: #f2a319;
}
.list-num {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-num {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-num {
    font-size: 17.3333333333px;
  }
}
.list-num__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px 0;
  border-bottom: dotted 1px #b0afae;
}
.list-num__item:first-child {
  padding-top: 0 !important;
}
.list-num dt {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-num dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-num dt {
    font-size: 20px;
  }
}
.list-num dt .num {
  color: #f2a319;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #61b15a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 17.3333333333px;
  }
}
.tag-sub__item {
  line-height: 1;
}
.tag-sub__item::before {
  content: "#";
  display: inline-block;
  color: #61b15a;
}

.ttl-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 34.6666666667px;
  }
}
.ttl-main span {
  display: inline-block;
}
.ttl-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-left: solid #f2a319 6px;
  background: #fff;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100px - 50%));
  z-index: 1;
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 34.6666666667px;
  }
}
.ttl-01__inner {
  background: #f2a319;
  color: #fff;
  border-radius: 20px;
  padding: 10px 80px;
  position: relative;
  z-index: 1;
}
.ttl-01__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 40px;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f2a319;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.ttl-02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 24px;
  }
}
.ttl-02::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/10;
  background-image: url("/img/common/deco-dot.png");
  background-size: 100%;
  margin: 15px 0 0;
}
.ttl-02.txt-aln-c::after {
  margin: 15px auto 0 auto;
}
.ttl-03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-bottom: dotted 4px #f2a319;
  padding-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 24px;
  }
}
.ttl-04 {
  background: #f2a319;
  color: #fff;
  padding: 15px 30px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 21.3333333333px;
  }
}

.txt-plain {
  line-height: 2.3529411765;
}
.txt-01 {
  line-height: 2;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 20px;
  }
}
.txt-02 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 26.6666666667px;
  }
}
.txt-03 {
  line-height: 1.8823529412;
}

.marker-grn {
  background: linear-gradient(transparent 50%, #e9f5ee 50%);
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 1.4vw;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-nav__item {
  position: relative;
  z-index: 1;
}
.header-nav .dropdown-menu {
  cursor: pointer;
}
.header-nav .dropdown-menu__list {
  display: none;
  width: 250px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 14.88px 1.12px rgba(51, 51, 51, 0.14);
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.header-nav .dropdown-menu__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 100%;
}
.header-nav .dropdown-menu__item:not(:first-child) {
  border-top: dotted 1px #b0afae;
}
.header-nav .dropdown-menu__item:first-child .dropdown-menu__link {
  padding-top: 0 !important;
}
.header-nav .dropdown-menu__item:last-child .dropdown-menu__link {
  padding-bottom: 0 !important;
}
.header-nav .dropdown-menu__link {
  display: block;
  padding: 20px 0;
}
.header-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: 255px 210px;
  grid-template-rows: repeat(5, 1fr);
  gap: 30px 55px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 17.3333333333px;
  }
}
.footer-nav__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 2;
}
.footer-nav__item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 4;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 5;
}
.footer-nav__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-top: solid 2px #f2a319;
  border-right: solid 2px #f2a319;
  transform: rotate(45deg);
}
.footer-nav .dropdown-menu:hover {
  opacity: 1;
}
.footer-nav .dropdown-menu__list {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__list {
    font-size: 16px;
  }
}
.footer-nav .dropdown-menu__item {
  margin-top: 20px;
}
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

.footer-sub__list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 14.6666666667px;
  }
}

#header {
  background: url("/img/common/pattern-wht.jpg");
  position: relative;
  z-index: 1;
}
#header .com-logo {
  position: absolute;
  top: 0;
  left: 2.81%;
  transform: translateY(15%);
  z-index: 10;
}
#header::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1140px;
  max-width: 59.375%;
  background: rgba(255, 235, 206, 0.8);
  top: 0;
  right: 0;
}

#ctn-top #header::after {
  aspect-ratio: 1140/545;
}
#ctn-low #header::after {
  aspect-ratio: 1140/280;
}

.header-bar {
  width: 100%;
  padding: 0 3.65% 2vw 0;
  position: relative;
  z-index: 5;
}
.header-bar .btn-sns a, .header-bar .btn-consul a {
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-bar .btn-sns a, .header-bar .btn-consul a {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-bar .btn-sns a, .header-bar .btn-consul a {
    font-size: 17.3333333333px;
  }
}
.header-bar .btn-sns a:hover, .header-bar .btn-consul a:hover {
  transform: translateY(-2px);
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-img {
  width: 1745px;
  max-width: 90.8854166667%;
  margin-left: 4.84%;
}
.mv-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 460px;
  max-width: 23.9583333333%;
  left: 7.55%;
  top: 40%;
  transform: translateY(78%);
}
.mv-btn__item {
  width: 47.83%;
}
.mv-btn img {
  border-radius: 50rem;
  box-shadow: 0px 0px 14.88px 1.12px rgba(51, 51, 51, 0.14);
}

.sv-img {
  width: 996px;
  max-width: 51.875%;
  border-radius: 3.4vw;
  overflow: hidden;
  margin: 0 12.5% 0 auto;
}
.sv-ttl {
  position: absolute;
  left: 21.88%;
  bottom: 0;
  transform: translateY(-100%);
  z-index: 2;
  font-size: 42px;
  font-size: 2.1875vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 42px;
  }
}
.sv-ttl span {
  letter-spacing: 0.1em;
}
.sv.obj-bf::before {
  width: 171px;
  max-width: 8.90625%;
  aspect-ratio: 171/244;
  background-image: url("/img/common/sv-obj.png");
  background-size: 100%;
  left: 16.67%;
  bottom: 0;
  transform: translateY(-15%);
}

#ctn-top main {
  margin-top: -30px;
}

.top-greeting .ttl-main {
  margin-bottom: 50px;
}
.top-greeting h3 {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 1;
}
.top-greeting .comment {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(185px, -65px);
  z-index: 1;
}
.top-greeting.bg-af::after {
  width: 845px;
  max-width: 44.0104166667%;
  height: 407px;
  border-radius: 0 30px 0 0;
  background: #ffebce;
  left: 0;
  bottom: 0;
}

.top-symptoms {
  padding: 120px 0 130px 0;
}
.top-symptoms .leaf-02-bf::before {
  top: 0;
  right: 0;
  transform: translate(100px, calc(-120px - 50%));
}

.top-column {
  background: url("/img/top/column-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.top-column .ttl-main {
  margin-bottom: 30px;
}
.top-column .btn {
  margin-top: 40px;
}
.top-column .obj-bf::before {
  width: 175px;
  max-width: 100%;
  aspect-ratio: 175/122;
  background-image: url("/img/top/column-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(-140px, -220px);
}

.top-corporate {
  padding: 130px 0 0;
}
.top-corporate .ttl-main {
  margin-bottom: 40px;
}
.top-corporate .img-01, .top-corporate .img-02 {
  position: absolute;
  z-index: -1;
}
.top-corporate .img-01 {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 0);
}
.top-corporate .img-02 {
  top: 0;
  right: 0;
  transform: translate(100px, -180px);
}

.top-about {
  padding: 130px 0;
}
.top-about .ttl-main {
  margin-bottom: 50px;
}
.top-about .obj-bf::before {
  width: 299px;
  max-width: 100%;
  aspect-ratio: 299/335;
  background-image: url("/img/top/about-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(165px, 0);
}

.top-news {
  padding: 130px 0;
}
.top-news .cts-1080 {
  min-height: 250px;
}
.top-news .ttl-main {
  line-height: 0.8571428571;
}
.top-news .btn {
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 1;
}
.top-news .obj-bf::before {
  width: 85px;
  max-width: 100%;
  aspect-ratio: 85/94;
  background-image: url("/img/top/news-obj.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(230px, -170px);
}

#ctn-low {
  background: url("/img/common/pattern-wht.jpg");
}
#ctn-low section {
  padding: 110px 0;
}
#ctn-low section:first-child .leaf-01-bf::before {
  top: 0;
  left: 0;
  transform: translate(0, -45px);
}
#ctn-low section:first-child .leaf-04-af::after {
  top: 0;
  right: 0;
  transform: translate(110px, -130px);
}
#ctn-low .ttl-main {
  margin-bottom: 60px;
}

.low-com-base {
  background: #fff;
  border-radius: 60px;
  padding: 100px 0;
}

.sleep-symptoms .symptoms-img,
.pain-symptoms .symptoms-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
.sleep-about .leaf-02-bf::before,
.pain-about .leaf-02-bf::before {
  top: 0;
  right: 0;
  transform: translate(100px, calc(-110px - 30%));
}
.sleep-about .leaf-05-bf::before,
.pain-about .leaf-05-bf::before {
  top: 0;
  left: 0;
  transform: translate(-100px, calc(-110px - 30%));
}

.sleep-about .wrp-mechanism .img {
  margin-left: -100px;
}
.sleep-about .wrp-mechanism .img-02 {
  margin-left: auto;
}
.sleep-about .illust-woman::after {
  right: 0;
  transform: translate(0, 100px);
}
.sleep-symptoms .list-worries__item:nth-child(1) {
  margin: 0 0 0 295px;
}
.sleep-symptoms .list-worries__item:nth-child(2) {
  margin: 0 220px 0 170px;
}
.sleep-symptoms .list-worries__item:nth-child(3) {
  margin: 0 0 0 90px;
}
.sleep-symptoms .list-worries__item:nth-child(4) {
  margin: 0 45px 0 380px;
}
.sleep-symptoms .list-worries__item:nth-child(5) {
  margin: 0 0 0 70px;
}
.sleep-symptoms .list-worries__item:nth-child(6) {
  margin: 0 80px 0 495px;
}

.pain-symptoms .list-worries__item:nth-child(1) {
  margin: 0 0 0 220px;
}
.pain-symptoms .list-worries__item:nth-child(2) {
  margin: 0 250px 0 150px;
}
.pain-symptoms .list-worries__item:nth-child(3) {
  margin: 0 0 0 70px;
}
.pain-symptoms .list-worries__item:nth-child(4) {
  margin: 0 70px 0 400px;
}
.pain-symptoms .list-worries__item:nth-child(5) {
  margin: 0 75px 0 auto;
}
.pain-about .illust-woman::after {
  left: 0;
  transform: translate(200px, 100px);
}

.body-symptoms .obj-bf::before {
  width: 134px;
  max-width: 100%;
  aspect-ratio: 134/192;
  background-image: url("/img/body/symptoms-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 100%;
  transform: translate(-40px, 0);
}
.body-symptoms .leaf-02-af::after {
  right: 0;
  bottom: 0;
  transform: translate(110px, -80px);
}
.body-about .illust-woman::after {
  right: 0;
  transform: translate(0, 100px);
}

.corporate-about .list-label__item:not(:last-child)::after {
  content: none !important;
}
.corporate-about .leaf-02-bf::before {
  top: 0;
  right: 0;
  transform: translate(60px, 0);
}

.info-point .leaf-02-bf::before {
  top: 0;
  left: 0;
  transform: translate(-100px, calc(-110px - 50%));
}

#com-summary .ttl-main {
  margin-bottom: 30px;
}
#com-summary .com-base {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  padding: 60px 120px;
}
#com-summary.sleep-summary {
  background: url("/img/sleep/summary-bg.jpg") center center no-repeat;
  background-size: cover;
}
#com-summary.pain-summary {
  background: url("/img/chronic-pain/summary-bg.jpg") center center no-repeat;
  background-size: cover;
}
#com-summary.body-summary {
  background: url("/img/body/summary-bg.jpg") center center no-repeat;
  background-size: cover;
}

#footer .ft-main {
  padding: 110px 0 90px 0;
}
#footer .ft-sub {
  padding: 6px 0;
  color: #fff;
}
#footer .ft-sub a {
  color: #fff;
}
#footer .btn a {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #footer .btn a {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #footer .btn a {
    font-size: 17.3333333333px;
  }
}
#footer.obj-bf::before {
  width: 261px;
  max-width: 13.59375%;
  aspect-ratio: 261/167;
  background-image: url("/img/common/obj-leaf-footer.png");
  background-size: 100%;
  top: 0;
  right: 18.75%;
  transform: translate(0, -10%);
}/*# sourceMappingURL=style.css.map */