@charset "UTF-8";
picture {
  display: block;
}

main {
  overflow: hidden;
}

/* レイアウト
--------------------------------------------- */
[class*=ly_] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ly_1000 {
  max-width: 1000px;
}

.ly_1100 {
  max-width: 1100px;
}
.ly_1200 {
    width: 86%;
  max-width: 1200px;
}
.ly_1400 {
  max-width: 1400px;
}

/* 文字サイズ
--------------------------------------------- */
/* 57 35 */
.size_57_35 {
  font-size: 2.1875rem;
  font-size: clamp(2.1875rem, 1.6844512195rem + 2.1463414634vw, 3.5625rem);
}

/* 40 35 */
.size_40_35 {
  font-size: 2.1875rem;
  font-size: clamp(2.1875rem, 2.0731707317rem + 0.487804878vw, 2.5rem);
}

/* 35 25 */
.size_35_25 {
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.3338414634rem + 0.9756097561vw, 2.1875rem);
}

/* 32 */
.size_32 {
  font-size: 2rem;
}

/* 20 16 */
.size_20_16 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}

/* 18 15 */
.size_18_15 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.868902439rem + 0.2926829268vw, 1.125rem);
}

/* 17 */
.size_17 {
  font-size: 1.0625rem;
}

/* 17 15 */
.size_17_15 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8917682927rem + 0.1951219512vw, 1.0625rem);
}

/* 16 15 */
.size_16_15 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
}

/* 16 14 */
.size_16_14 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
}

/* 15 */
.size_15 {
  font-size: 0.9375rem;
}

/* 14 13 */
.size_14_13 {
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7896341463rem + 0.0975609756vw, 0.875rem);
}

/* sec_about
--------------------------------------------- */
.sec_about {
  padding-top: min(7vw,120px);
  padding-bottom: 100px;
}

.wrap_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ttl_about {
  text-align: left;
  width: 43%;
  line-height: 1.8;
}

.txtbox_about {
  width: 55%;
  line-height: 2;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 900px) {
  .ttl_about {
    width: 100%;
    margin-bottom: 30px;
  }
  .txtbox_about {
    width: 100%;
  }
  .sec_about {
    padding-bottom: 50px;
  }
}

.sub_flex {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(10vw, 100px);
    text-align: left;
}
.flex_reverse{
     flex-direction: row-reverse;        
}
.sub_flex_left {
    width: 46%;
}
.sub_flex_right {
    width: 50%;
}
:where(.flex_reverse) .sub_flex_right {
    width: 25%;
}
:where(.flex_reverse) .sub_flex_left {
    width: 71%;
}
.p_sub_flex {
    line-height: 2;
}
.h2_about {
    font-size: 24px;
    margin-bottom: min(2.5vw,15px);
}
* + .h2_about {
    margin-top: 50px;
}
@media screen and (max-width: 900px) {
.sub_flex {
    flex-direction: column;
        margin-bottom: 50px;
}
.sub_flex_left,
.sub_flex_right{
        width: 100%;
    }
.sub_flex_right {
    margin-top: min(2.5vw,15px);
}
}
.qr_wrap {
    margin-top: 15px;
    display: flex;
}
.qr {
    display: flex;
    align-items: center;
    margin-right: min(2vw,20px);
    line-height: 1.2;
}
.qr img {
    width: min(20vw, 101px);
}



/* ケアビューティスト
--------------------------------------------- */
.yaku2 {
    font-size: 1rem;
}
.ttl_omoi {
    color: #33bedb;
    margin-bottom: 20px;
    font-size: 1.6875rem;
    font-size: clamp(1.6875rem, 1.5625rem + 0.5vw, 2rem);
}
.txgtbox_omoi {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: min(8vw, 50px);
}
.list_member li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    margin-bottom: 70px;
}
.name_member {
    margin-bottom: 10px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.txtbox_member {
    width: 65%;
    line-height: 1.9;
}
.txt_member {
    font-size: 0.9375rem;
    text-align: justify;
}

.wrap_list_universal{
    padding-bottom: min(8vw,50px);
}
.wrap_litoa {
    background-color: #fff;
    border: 2px solid #33bedb;
    padding: min(12vw, 80px) 5% 0;
    width: 100%;
    margin-bottom: min(20vw, 120px);
}
.wrap_litoa2 {
    margin-left: auto;
    margin-right: auto;
}
.list_member {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.wrap_litoa picture.pic_member {
    width: 25%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.wrap_litoa .li_type1{
    flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
    .txgtbox_omoi{
        text-align: left;
    }
    .wrap_litoa picture.pic_member{
        width: 80%;
        margin: 0 auto 10px;
    }
    .wrap_litoa .txtbox_member{
        width: 100%;
    }
    .name_member{        
    line-height: 1.6;
    }
}