@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url("../fonts/ZenMaruGothic-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url("../fonts/ZenMaruGothic-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.6rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -100px auto 0;
  padding-top: 100px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  border-radius: 25px;
}

.com-chara-bg {
  background: url(../img/top/com_review-character_left.png) no-repeat left calc(100% - 57px), url(../img/top/com_review-character_f.png) no-repeat right calc(100% - 57px);
}

.com-voice {
  display: flex;
  flex-wrap: wrap;
}
.com-voice-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-voice-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-voice-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .com-voice-item:nth-of-type(3n+2) a {
    margin-top: 30px;
  }
}
.com-voice-link {
  display: block;
  padding: 30px 20px 35px;
  background: #fff;
  border-radius: 18px;
  position: relative;
}
.com-voice-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  margin: auto;
  background: url(../img/top/com_review-deco.png) no-repeat center top/contain;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-voice a:hover {
    background-color: #ffb7c5;
    opacity: 1;
  }
  .com-voice a:hover h4, .com-voice a:hover p {
    color: #fff;
  }
  .com-voice a:hover::after {
    background-image: url(../img/top/com_review-deco-hover.png);
  }
}
.com-voice-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.22;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-voice-ttl {
    font-size: 1.6rem;
  }
}
.com-voice-name {
  margin-top: 10px;
  text-align: right;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #ffb7c5;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-voice-name {
    font-size: 1.6rem;
  }
}

.com-bg01 {
  background: url(../img/top/com_bg-wave.png) no-repeat center bottom #eee9dc;
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-size: 100%;
  }
}
.com-bg02 {
  background-color: #eee9dc;
}

.com-mail {
  display: flex;
  width: 300px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ffb7c5;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #fff;
  justify-content: center;
  align-items: center;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.6rem;
  }
}
.com-mail::before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 13px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    transform: scale(0.96);
    opacity: 1;
  }
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 20px;
}
.news-post-link {
  display: block;
  padding: 30px 40px;
  border-radius: 27px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-color: #ffb7c5;
    opacity: 1;
  }
  .news-post-link:hover time, .news-post-link:hover li, .news-post-link:hover h4 {
    color: #fff;
  }
}
.news-post-flx {
  display: flex;
}
.news-post-time, .news-post-tag-txt {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 2px solid #ffedf0;
}
.news-post-tag-txt {
  color: #ffb7c5;
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 80px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
/* =========================================

  main layout  all

========================================= */
/*  top-news  PC
------------------------------------ */
#top-news .news-bg {
  background: url(../img/top/com_bg-wave.png) no-repeat center bottom #eee9dc;
}
@media screen and (min-width: 1921px) {
  #top-news .news-bg {
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #top-news .news-flx {
    min-height: 200px;
  }
}
#top-news .news-left {
  position: relative;
}
#top-news .news-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
#top-news .news-post {
  max-width: 730px;
}

/*  top-worries  PC
------------------------------------ */
#top-worries .worries-bg {
  background: #f6f5ee;
}
#top-worries .worries-inner {
  background: url(../img/top/top_diagnosis-bnr-character_e.png) no-repeat left 52px;
}
#top-worries .worries-ttl {
  text-align: center;
}
#top-worries .worries-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}
#top-worries .worries-list-item:nth-of-type(n+2) {
  margin-left: 29px;
}
#top-worries .worries-list-ttl {
  display: flex;
  margin: 50px auto 0;
  height: 76px;
  background: url(../img/top/top_diagnosis_txt_bg01.png) no-repeat center;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.22;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-ttl {
    font-size: 1.6rem;
  }
}
#top-worries .worries-list-ttl::before {
  content: "";
  width: 35px;
  height: 30px;
  background: url(../img/top/top_diagnosis-img-deco01.png) no-repeat center/contain;
  position: absolute;
  left: 20px;
  top: -40px;
}
#top-worries .worries-list-ttl02 {
  background-image: url(../img/top/top_diagnosis_txt_bg02.png);
}
#top-worries .worries-list-ttl02::before {
  background-image: url(../img/top/top_diagnosis-img-deco02.png);
}
#top-worries .worries-list-ttl03 {
  background-image: url(../img/top/top_diagnosis_txt_bg03.png);
}
#top-worries .worries-list-ttl03::before {
  background-image: url(../img/top/top_diagnosis-img-deco03.png);
}
#top-worries .sign {
  margin: 50px auto 0;
  padding-top: 130px;
  background: url(../img/top/top_diagnosis-arw.png) no-repeat center top;
}
#top-worries .sign-ttl {
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  #top-worries .sign-txt-box {
    max-width: 520px;
  }
}
#top-worries .sign-link {
  display: block;
  margin: 45px auto 0;
  padding: 0 0 15px;
  border-radius: 30px;
  background: #ffb7c5;
}
@media screen and (min-width: 768px) {
  #top-worries .sign-link:hover {
    opacity: 1;
  }
  #top-worries .sign-link:hover .sign-link-box {
    background-position: calc(100% - 34px) 21px, center top;
  }
  #top-worries .sign-link:hover .sign-link-cta {
    background-size: 20px;
  }
}
#top-worries .sign-link-box {
  padding: 37px 0 37px 80px;
  background: url(../img/top/top_diagnosis-bnr-character_c.png) no-repeat calc(100% - 43px) 21px, url(../img/top/top_diagnosis-bnr-bg.png) no-repeat center top;
  position: relative;
  transition: all 0.3s ease;
}
#top-worries .sign-link-fuki {
  width: 256px;
  height: 141px;
  padding-top: 26px;
  background: url(../img/top/sign-txt_bg.png) no-repeat center top/contain;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #top-worries .sign-link-fuki {
    font-size: 1.6rem;
  }
}
#top-worries .sign-link-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
#top-worries .sign-link-ttl-sm {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-worries .sign-link-ttl-sm {
    font-size: 1.6rem;
  }
}
#top-worries .sign-link-ttl-lg {
  margin: 20px auto 0;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top-worries .sign-link-ttl-lg {
    font-size: 1.6rem;
  }
}
#top-worries .sign-link-ttl-lg span {
  font-family: "ZenMaruGothic-Black", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.15em;
  color: #ffb7c5;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-worries .sign-link-ttl-lg span {
    font-size: 2rem;
  }
}
#top-worries .sign-link-ttl-lg span::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #eee9dc;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
}
#top-worries .sign-link-cta {
  margin-top: 12px;
  padding-right: 68px;
  background: url(../img/top/com-btn-arw-hover.png) no-repeat calc(100% - 35px) center/16px;
  text-align: right;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #top-worries .sign-link-cta {
    font-size: 1.6rem;
  }
}
#top-worries .sign-link-cta-dot {
  padding-top: 7px;
  background: url(../img/top/check-ttl-deco.png) no-repeat 7px top;
}

/*  top-about  PC
------------------------------------ */
#top-about .about-ttl {
  text-align: center;
}
#top-about .about-flx {
  margin: 50px auto 0;
}
#top-about .about-contents {
  margin-left: 40px;
}
#top-about .about-btn {
  max-width: 460px;
  margin-top: 50px;
}
#top-about .about-slider-list {
  display: flex;
  justify-content: space-between;
}
#top-about .about-slider-list-item {
  width: 23.7%;
}
#top-about .about-slider-list-item:nth-of-type(1), #top-about .about-slider-list-item:nth-of-type(5) {
  width: 11.35%;
}
#top-about .about-slider-list-item:nth-of-type(2n) {
  margin-top: 2.6%;
}
#top-about .about-slider img {
  width: 100%;
}

/*  top-voice  PC
------------------------------------ */
#top-voice .voice-ttl {
  background-position-x: left;
}
#top-voice .voice-btn {
  max-width: 350px;
}
#top-voice .voice-list {
  margin: 50px auto 0;
}

/*  top-staff  PC
------------------------------------ */
#top-staff .staff-bg {
  position: relative;
}
#top-staff .staff-img {
  width: 47.1%;
  max-width: 904px;
  height: 560px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1921px) {
  #top-staff .staff-img {
    left: calc(50% - 960px);
    border-radius: 35px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #top-staff .staff-contents {
    max-width: 560px;
    margin-left: auto;
    padding-top: 40px;
  }
}
#top-staff .staff-ttl {
  background-position-x: left;
}
#top-staff .staff-txt-box {
  margin-top: 50px;
}
#top-staff .staff-btn {
  max-width: 350px;
  margin: 50px 0 0;
}

/*  top-flow  PC
------------------------------------ */
#top-flow .flow-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item {
    width: 100%;
    max-width: 340px;
  }
  #top-flow .flow-list-item:nth-of-type(n+2) {
    margin-left: 30px;
    position: relative;
  }
  #top-flow .flow-list-item:nth-of-type(n+2)::before {
    content: "";
    width: 27px;
    height: 60px;
    background: url(../img/top/top_flow-arw.png) no-repeat center/contain;
    position: absolute;
    left: -29px;
    top: 45px;
  }
}
#top-flow .flow-list-ico {
  text-align: center;
}
#top-flow .flow-list-ttl {
  margin: 28px auto 0;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-flow .flow-list-ttl {
    font-size: 1.6rem;
  }
}
#top-flow .flow-list-txt {
  margin: 11px auto 0;
}

/*  com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/top_cta-bg-left.png) no-repeat calc(50% - 790px) bottom, url(../img/top/top_cta-bg-right.png) no-repeat calc(50% + 777px) bottom, url(../img/top/com_bg-wave.png) no-repeat center bottom #fff;
}
@media screen and (min-width: 1921px) {
  .com-contact {
    background-size: auto, auto, 100%;
  }
}
.com-contact .contact-ttl {
  padding-top: 20px;
  text-align: center;
  background: url(../img/top/com_cta-ttl-left.png) no-repeat calc(50% - 380px), url(../img/top/com_cta-ttl-right.png) no-repeat calc(50% + 380px), url(../img/top/com_ttl-deco.png) no-repeat center bottom;
}
.com-contact .contact-txt {
  margin: 20px auto 0;
  text-align: center;
}
.com-contact .contact-list {
  display: flex;
  margin: 44px auto 0;
  justify-content: space-between;
  align-items: flex-end;
}
.com-contact .contact-list-item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-item {
    width: 100%;
    max-width: 520px;
  }
}
.com-contact .contact-list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.com-contact .contact-list-item01::before {
  width: 146px;
  height: 147px;
  background: url(../img/top/top_cta-character_a.png) no-repeat center/contain;
  left: 0;
  top: -100px;
}
.com-contact .contact-list-item02::before {
  width: 200px;
  height: 174px;
  background: url(../img/top/top_cta-character_e.png) no-repeat center/contain;
  right: 0;
  top: -143px;
}
.com-contact .contact-list-btn {
  width: 520px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ffb7c5;
}
.com-contact .contact-list-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl {
    font-size: 1.6rem;
  }
}
.com-contact .contact-list-mail {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-mail {
    font-size: 1.6rem;
  }
}
.com-contact .contact-list-mail::before {
  width: 22px;
  height: 22px;
}
.com-contact .contact-list-tel-link {
  display: block;
}
.com-contact .contact-tel {
  line-height: 1;
}
.com-contact .contact-tel-link {
  padding-left: 30px;
  background: url(../img/top/tel.png) no-repeat left 6px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-link {
    font-size: 1.6rem;
  }
}
.com-contact .contact-tel-note {
  display: block;
  margin: 3px 0 0 29px;
}
.com-contact .contact-worktime {
  margin-left: 30px;
  line-height: 1.5;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  flex-shrink: 0;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-worktime {
    font-size: 1.6rem;
  }
}

/*  top-information  PC
------------------------------------ */
#top-information .information-insta {
  display: block;
  margin: 50px auto 0;
  padding: 19px 0 50px;
  border-radius: 30px;
  border: 10px solid #ffb7c5;
  background: url(../img/top/top_info-img-left.png) no-repeat 14px 14px, url(../img/top/top_info-img-right.png) no-repeat calc(100% - 10px) 14px, url(../img/top/top_info-bnr-bg.png) no-repeat center calc(100% + 37px) #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-information .information-insta:hover {
    background-color: #eee9dc;
    opacity: 1;
  }
}
#top-information .information-insta-ttl {
  display: inline-block;
  padding: 6px 35px;
  background: #ffb7c5;
  border-radius: 999px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-information .information-insta-ttl {
    font-size: 1.6rem;
  }
}
#top-information .information-insta-ttl::before {
  content: "";
  width: 30px;
  height: 10px;
  margin: auto;
  background: url(../img/top/top_info-instagram-ttl-bg-arw.png) no-repeat center top/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
#top-information .information-insta-ttl-sub {
  margin: 32px auto 0;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-information .information-insta-ttl-sub {
    font-size: 1.6rem;
  }
}
#top-information .information-insta-ttl-sm {
  display: block;
  margin-top: 16px;
}
#top-information .information-flx {
  margin: 50px auto 0;
}
#top-information .information-map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-information .information-map {
    max-width: 500px;
  }
}
#top-information .information-map-txt {
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.53;
}
@media screen and (max-width: 768px) {
  #top-information .information-map-txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-information .information-table {
    max-width: 540px;
    margin: 0;
  }
}

/* =========================================

  sub layout  all

========================================= */
/*  diagnosis  PC
------------------------------------ */
#diagnosis .diagnosis-box {
  padding: 40px 40px 50px;
  border-radius: 30px;
  background: #fff;
}
#diagnosis .chart_btn_list {
  display: flex;
  margin: 28px auto 0;
  justify-content: center;
}
#diagnosis .chart_btn_list li:nth-of-type(n+2) {
  margin-left: 30px;
}
#diagnosis .chart_btn_list-item {
  width: 100%;
  max-width: 300px;
}
#diagnosis .chart_btn_list-item a {
  display: flex;
  width: 100%;
  min-height: 135px;
  padding: 10px 40px 10px 30px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center #f6f5ee;
  border-radius: 25px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  align-items: center;
  white-space: pre-line;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #diagnosis .chart_btn_list-item a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #diagnosis .chart_btn_list-item a:hover {
    background-color: #ffb7c5;
    background-image: url(../img/top/com-btn-arw-hover.png);
    color: #fff;
    opacity: 1;
  }
}
#diagnosis .btn_wrp {
  margin: 30px auto 0;
}
#diagnosis .btn_wrp02 {
  margin-top: 80px;
}
#diagnosis .btn_wrp a {
  background-repeat: no-repeat;
  background-image: url(../img/diagnosis/bck.png);
  background-position-x: 20px;
}
@media screen and (min-width: 768px) {
  #diagnosis .btn_wrp a:hover {
    color: #fff;
    background-color: #ffb7c5;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #diagnosis .result_title {
    margin-top: 110px;
  }
}
#diagnosis .result_title span {
  display: block;
}
#diagnosis .result_sub {
  margin: 50px auto 0;
}
#diagnosis .result_container {
  margin: 30px auto 0;
  padding: 40px 40px 80px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
#diagnosis .result_container::before, #diagnosis .result_container::after {
  content: "";
  position: absolute;
}
#diagnosis .result_container::before {
  width: 146px;
  height: 147px;
  background: url(../img/diagnosis/character_a.png) no-repeat center/contain;
  left: 0;
  bottom: -69px;
}
#diagnosis .result_container::after {
  width: 200px;
  height: 174px;
  background: url(../img/diagnosis/character_e.png) no-repeat center/contain;
  right: 0;
  bottom: -86px;
}
#diagnosis .result_txt {
  margin: 16px auto 0;
  text-align: center;
  white-space: pre-line;
}
#diagnosis .result_txtxbx {
  margin: 24px auto 0;
  padding: 20px 30px 25px;
  border-radius: 15px;
  background: #f6f5ee;
}
#diagnosis .result_btn-list {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
#diagnosis .result_btn-list-btn {
  width: 520px;
  height: 100px;
  margin: auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #diagnosis .result_btn-list-btn {
    font-size: 1.6rem;
  }
}
#diagnosis .result_btn-list-btn::before {
  width: 22px;
  height: 22px;
}
#diagnosis .price_info {
  display: flex;
}
#diagnosis .price_info dt {
  width: 250px;
  height: 30px;
  border-radius: 999px;
  text-align: center;
  background: #ffb7c5;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #diagnosis .price_info dt {
    font-size: 1.6rem;
  }
}
#diagnosis .price_info dd {
  margin-left: 30px;
  white-space: pre-line;
}

/*  about  PC
------------------------------------ */
#about .about-flx {
  margin: 50px auto 0;
}
#about .about-case {
  margin: 27px auto 0;
}
#about .about-case-ttl {
  display: flex;
  width: 321px;
  height: 76px;
  margin: auto;
  text-align: center;
  background: url(../img/about/about_message_txt_bg.png) no-repeat center/contain;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .about-case-ttl {
    font-size: 1.6rem;
  }
}
#about .about-case-list {
  display: flex;
  margin: -45px auto 0;
  padding: 60px 0 34px 90px;
  background: #fff;
  border-radius: 30px;
}
#about .about-case-list li {
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #about .about-case-list li {
    font-size: 1.6rem;
  }
}
#about .about-case-list li:nth-of-type(n+2) {
  margin-left: 48px;
}
#about .class-txt {
  margin: 17px auto 0;
}
@media screen and (min-width: 768px) {
  #about .class-txt {
    text-align: center;
  }
}
#about .class-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
}
#about .class-list-item {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 1;
}
#about .class-list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
}
#about .class-list-item01::before {
  width: 232px;
  height: 193px;
  background: url(../img/about/character_e.png) no-repeat left top/contain;
  top: -154px;
  left: 0;
}
#about .class-list-item02::before {
  width: 182px;
  height: 183px;
  background: url(../img/about/character_a.png) no-repeat right top/contain;
  top: -156px;
  right: 0;
}
#about .class-list-ttl02 {
  background-color: #ee6c8a;
}
#about .class-list-ttl02::before {
  background-image: url(../img/about/about_class-momo-sbttl-bg-arw.png);
}
#about .class-list-box {
  margin: 20px auto 0;
  padding: 20px 20px 25px;
  border-radius: 25px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .class-list-box {
    min-height: 305px;
  }
}
#about .class-list-box::before, #about .class-list-box::after {
  content: "";
  position: absolute;
}
#about .class-list-box01::before {
  width: 69px;
  height: 91px;
  background: url(../img/about/about_class-sakura-deco-l.png) no-repeat left top/contain;
  left: 0;
  top: -15px;
}
#about .class-list-box01::after {
  width: 62px;
  height: 79px;
  background: url(../img/about/about_class-sakura-deco-r.png) no-repeat left top/contain;
  right: -11px;
  top: -7px;
}
#about .class-list-box02::before {
  width: 73px;
  height: 67px;
  background: url(../img/about/about_class-momo-deco-l.png) no-repeat left top/contain;
  left: 0;
  top: -12px;
}
#about .class-list-box02::after {
  width: 92px;
  height: 59px;
  background: url(../img/about/about_class-momo-deco-r.png) no-repeat left top/contain;
  right: -4px;
  top: -6px;
}
#about .class-list-box-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  color: #ffb7c5;
}
@media screen and (max-width: 768px) {
  #about .class-list-box-ttl {
    font-size: 1.6rem;
  }
}
#about .class-list-box-ttl02 {
  color: #ee6c8a;
}
#about .class-list-box-txt {
  padding-bottom: 13px;
  border-bottom: 1px solid #ffb7c5;
  text-align: center;
}
#about .class-list-box-check {
  margin: 23px auto 0;
}
#about .class-list-box-check li {
  padding-left: 29px;
  line-height: 1.875;
  position: relative;
}
#about .class-list-box-check li::before {
  content: "■";
  position: absolute;
  left: 10px;
  top: 0;
}
#about .feature-list {
  margin: 10px auto 0;
}
#about .feature-list-item {
  display: flex;
  justify-content: space-between;
}
#about .feature-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#about .feature-list-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .feature-list-contents {
    max-width: 580px;
    padding-top: 40px;
  }
}
#about .feature-list-txt-box {
  margin-top: 25px;
}

/*  review  PC
------------------------------------ */
#review .review-detail {
  padding: 40px 40px 50px;
  background: #fff;
  border-radius: 20px;
}
#review .review-detail-ttl {
  text-align: left;
}
#review .review-detail-dl {
  margin: 25px auto 0;
  padding: 0 30px;
}
#review .review-detail-dl div:nth-of-type(n+2) {
  margin-top: 40px;
}
#review .review-detail-dl dt {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #review .review-detail-dl dt {
    font-size: 1.6rem;
  }
}
#review .review-detail-dl dt::before {
  content: "Q";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 13px;
  margin-top: 5px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background: #ffb7c5;
  border-radius: 50%;
  line-height: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #review .review-detail-dl dt::before {
    font-size: 1.6rem;
  }
}
#review .review-detail-dl dd {
  width: 100%;
  max-width: 875px;
  margin: 25px 0 0 auto;
  padding: 20px 25px;
  border-radius: 20px;
  background: #f6f5ee;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #review .com-voice-item:nth-of-type(2) {
    margin-top: 0;
  }
  #review .com-voice-item:nth-of-type(n+4) {
    margin-top: 100px;
  }
}
#review .com-voice-link {
  margin: 0 !important;
}

/*  staff  PC
------------------------------------ */
#staff .staff-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#staff .staff-list-item {
  width: 100%;
  border-radius: 20px;
  padding: 50px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #staff .staff-list-item {
    max-width: 520px;
  }
  #staff .staff-list-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#staff .staff-ico {
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#staff .staff-ttl {
  margin: 20px auto 0;
  font-size: 1.8rem;
  color: #ffb7c5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #staff .staff-ttl {
    font-size: 1.6rem;
  }
}
#staff .staff-txt {
  margin-top: 10px;
  line-height: 1.375;
  white-space: pre-line;
}

/*  news  PC
------------------------------------ */
#news .com-ttl02 {
  text-align: left;
}
#news .news-ttl {
  line-height: 2.5;
  padding-bottom: 0;
}

/*  privacy  PC
------------------------------------ */
#privacy .com-ttl02 {
  text-align: left;
}/*# sourceMappingURL=all.css.map */