@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

main * {
  box-sizing: border-box;
}

.l-container {
  padding-top: 0;
}

.foryou-mainimg {
  background-color: #cbd3d5;
}

.foryou-about {
  background-color: #9fb4ca;
  padding: 100px 0 50px;
}
@media all and (max-width: 767px) {
  .foryou-about {
    padding: 50px 0 25px;
  }
}
.foryou-about__inner {
  background-color: #fff;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .foryou-about__inner {
    padding: 15px;
  }
}
.foryou-about__head {
  text-align: center;
  margin-top: -70px;
  position: relative;
}
@media all and (max-width: 767px) {
  .foryou-about__head {
    width: 67.06vw;
    margin: -45px auto 0;
  }
}
.foryou-about__read {
  color: #2a0f04;
  background-color: #f3efe7;
  letter-spacing: 0.2em;
  line-height: 1;
  border-radius: 50px;
  padding: 10px 30px;
  margin-top: 1em;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .foryou-about__read {
    letter-spacing: 0;
    padding: 10px 15px;
  }
}
.foryou-about__txt {
  margin-top: 1em;
  text-align: left;
}

.foryou-trouble__head {
  color: #030317;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 767px) {
  .foryou-trouble__head {
    font-size: 1.7rem;
  }
}
.foryou-trouble__head-inner {
  display: inline-block;
}
.foryou-trouble__head-inner::after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  border-radius: 50px;
  background: url(../img/bg_border01.png) left top repeat-x;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .foryou-trouble__head-inner::after {
    background-size: 19px auto;
    margin-top: 5px;
  }
}
.foryou-trouble__read {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .foryou-trouble__read {
    margin-top: 15px;
  }
}
.foryou-trouble__read-large {
  font-size: 5.2rem;
}
@media all and (max-width: 767px) {
  .foryou-trouble__read-large {
    font-size: 2.6rem;
  }
}
.foryou-trouble__ico {
  color: #fff;
  font-family: san-serif;
  font-size: 2.4rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 0.4em 0.5em 0.2em;
}
@media all and (max-width: 767px) {
  .foryou-trouble__ico {
    font-size: 1.2rem;
    padding-bottom: 0.3em;
  }
}
.foryou-trouble__ico b {
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
}
@media all and (max-width: 767px) {
  .foryou-trouble__ico b {
    font-size: 2rem;
  }
}
.foryou-trouble__ico.is-40 {
  background-color: #86adf3;
}
.foryou-trouble__ico.is-50 {
  background-color: #4b67bc;
}
.foryou-trouble__ico.is-60 {
  background-color: #152d5d;
}
.foryou-trouble__tab {
  width: 100%;
  display: flex;
  gap: 0 10px;
}
@media all and (max-width: 767px) {
  .foryou-trouble__tab {
    gap: 0 5px;
  }
}
.foryou-trouble__tab-item {
  flex: 1;
  text-align: center;
  display: block;
  padding: 1em 0 0.7em;
  position: relative;
  z-index: 2;
}
.foryou-trouble__tab-item:hover {
  cursor: pointer;
}
.foryou-trouble__tab-item.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  .foryou-trouble__tab-item.is-active::after {
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    bottom: -12px;
  }
}
.foryou-trouble__tab-item.is-active.is-40::after {
  border-top: 17px solid #86adf3;
}
@media all and (max-width: 767px) {
  .foryou-trouble__tab-item.is-active.is-40::after {
    border-top: 12px solid #86adf3;
  }
}
.foryou-trouble__tab-item.is-active.is-50::after {
  border-top: 17px solid #4b67bc;
}
@media all and (max-width: 767px) {
  .foryou-trouble__tab-item.is-active.is-50::after {
    border-top: 12px solid #4b67bc;
  }
}
.foryou-trouble__tab-item.is-active.is-60::after {
  border-top: 17px solid #152d5d;
}
@media all and (max-width: 767px) {
  .foryou-trouble__tab-item.is-active.is-60::after {
    border-top: 12px solid #152d5d;
  }
}
.foryou-trouble__area-img {
  text-align: center;
}
.foryou-trouble__img {
  display: none;
}
.foryou-trouble .is-current {
  display: block;
}
.foryou-trouble__list {
  display: flex;
  padding: 20px 0;
  background-color: #eff3f6;
}
@media all and (max-width: 767px) {
  .foryou-trouble__list {
    padding: 2vw 0;
  }
}
.foryou-trouble__item {
  flex: 1;
  position: relative;
}
@media all and (max-width: 767px) {
  .foryou-trouble__item {
    font-size: 1rem;
  }
}
.foryou-trouble__item:not(:first-child) {
  border-left: 1px solid #95b5f0;
}
.foryou-trouble__item a {
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  .foryou-trouble__item a {
    padding-bottom: 2vw;
  }
}
.foryou-trouble__item a::after {
  content: "";
  width: 54px;
  height: 54px;
  background: url(../img/ico_arrow01.png) left top/contain no-repeat;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media all and (max-width: 767px) {
  .foryou-trouble__item a::after {
    width: 7.2vw;
    height: 7.2vw;
    bottom: -2vw;
  }
}
.foryou-trouble__item strong {
  color: #071a3e;
  font-size: 3.6rem;
  line-height: 1.2;
  display: block;
}
@media all and (max-width: 767px) {
  .foryou-trouble__item strong {
    font-size: 1.8rem;
  }
}

.foryou-trouble-detail__head {
  color: #fff;
  background-color: #29358f;
  padding: 30px 0;
  text-align: center;
  font-size: 4.6rem;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__head {
    font-size: 2.3rem;
    padding: 15px 0;
  }
}
.foryou-trouble-detail__type {
  text-align: center;
  background-color: #f5f5f5;
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__type {
    padding: 30px 0;
  }
}
.foryou-trouble-detail__container {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__container {
    display: block;
    margin-top: 30px;
  }
}
.foryou-trouble-detail__container .c-set01 {
  flex: 1;
  text-align: left;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__container .c-set01__area-img {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .foryou-hair .foryou-trouble-detail__container .c-set01__area-img {
    justify-content: center;
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__container .c-set01__area-img img {
    width: calc((100% - 20px) / 3);
  }
}
.foryou-trouble-detail__container .c-set01__area-txt {
  text-align: left;
}
.foryou-trouble-detail__container .c-set01__area-txt strong::before {
  content: "●";
  color: #95b5f0;
  font-size: 2.6rem;
  margin-right: 0.1em;
}
.foryou-trouble-detail__container .c-set01:not(:first-child) {
  margin-top: 0;
}
.foryou-trouble-detail__subhead {
  color: #071a3e;
  font-size: 3.6rem;
  line-height: 1;
  border-bottom: 3px solid #071a3e;
  padding: 0 10px 10px;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__subhead {
    font-size: 1.8rem;
    padding: 0 5px 5px;
    border-bottom: 2px solid #071a3e;
  }
}
.foryou-trouble-detail__subhead::before, .foryou-trouble-detail__subhead::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__subhead::before, .foryou-trouble-detail__subhead::after {
    bottom: -15px;
  }
}
.foryou-trouble-detail__subhead::before {
  border-top: 30px solid #071a3e;
  border-right: 20px solid transparent;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__subhead::before {
    border-top: 15px solid #071a3e;
    border-right: 10px solid transparent;
  }
}
.foryou-trouble-detail__subhead::after {
  border-top: 30px solid #f5f5f5;
  border-right: 20px solid transparent;
  margin-left: -4px;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__subhead::after {
    border-top: 15px solid #f5f5f5;
    border-right: 10px solid transparent;
    margin-left: -2px;
  }
}
.foryou-trouble-detail__recommend {
  text-align: center;
}
.foryou-trouble-detail__recommend .foryou-trouble-detail__subhead::after {
  border-top: 30px solid #fff;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend .foryou-trouble-detail__subhead::after {
    border-top: 15px solid #fff;
  }
}
.foryou-trouble-detail__recommend-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend-list {
    margin-top: 30px;
    display: block;
  }
}
.foryou-hair .foryou-trouble-detail__recommend-list {
  justify-content: center;
}
.foryou-trouble-detail__recommend-item {
  width: calc((100% - 30px) / 2);
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend-item {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend-item:not(:first-child) {
    margin-top: 15px;
  }
}
.foryou-trouble-detail__recommend-item a {
  background: #29358f 15px top/contain no-repeat;
  width: 100%;
  height: 100%;
  min-height: 120px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 15px 16px 16px 15px;
  display: block;
  display: flex;
  align-items: center;
  padding-left: 150px;
  position: relative;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend-item a {
    border-radius: 10px 11px 11px 10px;
    background-position: 5px top;
    justify-content: center;
    font-size: 1.6rem;
    min-height: 24vw;
    padding-left: 16vw;
  }
}
.foryou-trouble-detail__recommend-item a.skin_silk {
  background-image: url(../img/img_stain_recommend01.png);
}
.foryou-trouble-detail__recommend-item a.skin_kanpan {
  background-image: url(../img/img_stain_recommend02.png);
}
.foryou-trouble-detail__recommend-item a.skin_picolaser {
  background-image: url(../img/img_stain_recommend03.png);
}
.foryou-trouble-detail__recommend-item a.petit_btx {
  background-image: url(../img/img_wrinkle_recommend01.png);
}
.foryou-trouble-detail__recommend-item a.petit_bihada {
  background-image: url(../img/img_wrinkle_recommend02.png);
}
.foryou-trouble-detail__recommend-item a.petit_hy {
  background-image: url(../img/img_wrinkle_recommend03.png);
}
.foryou-trouble-detail__recommend-item a.refresh_3dhifu {
  background-image: url(../img/img_saggy_recommend01.png);
}
.foryou-trouble-detail__recommend-item a.eye_fukurami {
  background-image: url(../img/img_saggy_recommend02.png);
}
.foryou-trouble-detail__recommend-item a.refresh_bihada_w {
  background-image: url(../img/img_saggy_recommend03.png);
}
.foryou-trouble-detail__recommend-item a.medical_kamiiku {
  background-image: url(../img/img_hair_recommend01.png);
}
.foryou-trouble-detail__recommend-item a strong {
  color: #f0ebaf;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend-item a strong {
    font-size: 1.8rem;
  }
}
.foryou-trouble-detail__recommend-item a::after {
  content: "";
  width: 7%;
  height: 100%;
  background: #d9e4ee url(../img/ico_arrow02.png) left center/contain no-repeat;
  border-radius: 0 15px 15px 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .foryou-trouble-detail__recommend-item a::after {
    border-radius: 0 10px 10px 0;
  }
}

.foryou-menu {
  background-color: #a2b7cd;
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .foryou-menu {
    padding-bottom: 30px;
  }
}
.foryou-menu__head {
  background: linear-gradient(90deg, #8396a9 0%, #8396a9 50%, #97a7b7 50%, #97a7b7 100%);
}
.foryou-menu__head-inner {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #97a7b7 url(../img/txt_foryou01.png) left top/contain no-repeat;
  text-align: center;
  font-size: 4.4rem;
  line-height: 0.8;
  color: #fff;
  padding: 20px 0 20px 190px;
}
@media all and (max-width: 767px) {
  .foryou-menu__head-inner {
    font-size: 2.2rem;
    padding: 15px 0 15px 27vw;
  }
}
.foryou-menu__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .foryou-menu__container {
    justify-content: space-between;
    gap: 2vw;
    margin-top: 15px;
  }
}
.foryou-menu__area-img {
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .foryou-menu__area-img {
    width: 40vw;
    min-width: 120px;
  }
}
@media all and (max-width: 767px) {
  .foryou-menu__tag-list {
    width: 60vw;
  }
}
.foryou-menu__tag-item {
  margin: 0 auto;
  color: #252a62;
  font-size: 3rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding: 20px 30px 20px 80px;
  position: relative;
}
@media all and (max-width: 767px) {
  .foryou-menu__tag-item {
    font-size: 1.7rem;
    padding: 10px 15px 10px 40px;
  }
}
.foryou-menu__tag-item::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico_check01.png) left top/contain no-repeat;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 30px;
}
@media all and (max-width: 767px) {
  .foryou-menu__tag-item::before {
    width: 20px;
    height: 20px;
    top: 8px;
    left: 15px;
  }
}
.foryou-menu__tag-item:not(:first-child) {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .foryou-menu__tag-item:not(:first-child) {
    margin-top: 10px;
  }
}
.foryou-menu__txt {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .foryou-menu__txt {
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
  }
}
.foryou-menu__txt .c-txt01 {
  margin-top: 1em;
}
.foryou-menu__downtime {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .foryou-menu__downtime {
    gap: 15px;
  }
}
.foryou-menu__downtime::before {
  content: "";
  width: 120px;
  height: 120px;
  display: inline-block;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .foryou-menu__downtime::before {
    width: 80px;
    height: 80px;
  }
}
.foryou-menu__downtime.is-laser::before {
  background: url(../img/ico_downtime_laser.png) left top/contain no-repeat;
}
.foryou-menu__downtime.is-injection::before {
  background: url(../img/ico_downtime_injection.png) left top/contain no-repeat;
}
.foryou-menu__downtime.is-cut::before {
  background: url(../img/ico_downtime_cut.png) left top/contain no-repeat;
}
.foryou-menu__downtime.is-thread::before {
  background: url(../img/ico_downtime_thread.png) left top/contain no-repeat;
}
@media all and (max-width: 767px) {
  .foryou-menu__downtime-star {
    flex-grow: 1;
  }
}
@media all and (max-width: 767px) {
  .foryou-menu__downtime-star img {
    width: 100%;
  }
}

.foryou-case__head {
  color: #e95383;
  font-size: 3.4rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .foryou-case__head {
    font-size: 2rem;
  }
}
.foryou-case .c-case01 {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .foryou-case .c-case01 {
    margin-top: 15px;
  }
}
.foryou-case .c-case01__txt {
  padding: 30px;
}
@media all and (max-width: 767px) {
  .foryou-case .c-case01__txt {
    padding: 15px;
  }
}

.foryou-price {
  background-color: #a2b7cd;
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .foryou-price {
    padding: 25px 0;
  }
}
.foryou-price__head {
  color: #fff;
  font-size: 3.8rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .foryou-price__head {
    font-size: 2rem;
  }
}
.foryou-price__container {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .foryou-price__container {
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
  }
}
.foryou-price__container .c-table02 tr:last-of-type th,
.foryou-price__container .c-table02 tr:last-of-type td {
  border: none;
}
.foryou-price__container + .c-note01 {
  color: #fff;
}