@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/satoshi");
.txt_hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.txt_center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
  scroll-padding-top: 170px;
}
html.loaded {
  scroll-behavior: smooth;
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 80px;
  }
}

html,
body {
  font-feature-settings: "palt";
  background-color: #fff;
}

body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #6FC5C8;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}
@media (min-width: 901px) {
  body {
    padding-top: 150px;
  }
}
@media (max-width: 900px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  body.menu_open {
    width: 100%;
    position: fixed;
  }
}

*, :after, :before {
  box-sizing: border-box;
}

textarea::placeholder,
input::placeholder {
  color: #acacac;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.8;
}
a.no_effect {
  opacity: 1;
}

a[href=""] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

@media (min-width: 901px) {
  .sp_only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .pc_only {
    display: none !important;
  }
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

/* =================================================
header
================================================= */
header {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.2em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  z-index: 100;
}
body.home header {
  background-color: #6FC5C8;
  color: #fff;
}
@media (min-width: 901px) {
  header {
    height: 150px;
  }
}
@media (max-width: 900px) {
  header {
    height: 60px;
  }
}
header .header_inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (min-width: 901px) {
  header .header_logo {
    max-width: 30%;
    width: 275px;
  }
}
@media (max-width: 900px) {
  header .header_logo {
    width: 180px;
  }
}
header .header_logo img, header .header_logo a {
  display: block;
}
header .header_menus {
  margin-left: auto;
  display: flex;
}
@media (min-width: 901px) {
  header .header_menus {
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  header .header_menus {
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    left: 0;
    top: 0;
    background-color: #6FC5C8;
    color: #fff;
    display: none;
  }
  body.menu_open header .header_menus {
    display: flex;
  }
}
header .global_menu {
  display: flex;
}
@media (min-width: 901px) {
  header .global_menu {
    column-gap: 30px;
    row-gap: 5px;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 900px) {
  header .global_menu {
    flex-direction: column;
    row-gap: 30px;
    padding: 40px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
header .global_menu li {
  position: relative;
}
header .global_menu li.current::after {
  content: "";
  display: block;
  background-color: #6FC5C8;
  position: absolute;
  bottom: -7px;
  height: 5px;
  width: 100%;
}
@media (max-width: 900px) {
  header .global_menu li .blank_btn {
    background-color: white;
    color: #6FC5C8;
    display: block;
    text-align: center;
    padding: 15px;
  }
}
header .global_menu li .blank_btn span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
header .global_menu li .blank_btn span::after, header .global_menu li .blank_btn span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
header .global_menu li .blank_btn span::after {
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: #6FC5C8;
}
body.home header .global_menu li .blank_btn span::after {
  border-color: #fff;
}
header .global_menu li .blank_btn span::before {
  top: calc(0.6em + 1px);
  width: 1px;
  height: 7px;
  background-color: #6FC5C8;
  transform-origin: right top;
  transform: translate(-50%, 0) rotate(45deg);
}
body.home header .global_menu li .blank_btn span::before {
  background-color: #fff;
}
header .menu_btn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (min-width: 901px) {
  header .menu_btn {
    display: none;
  }
}
header .menu_btn::before, header .menu_btn::after,
header .menu_btn span {
  content: "";
  display: block;
  background-color: #6FC5C8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 22px;
  position: absolute;
  border-radius: 10px;
  transition: 0.3s all;
}
body.menu_open header .menu_btn::before, body.home header .menu_btn::before, body.menu_open header .menu_btn::after, body.home header .menu_btn::after,
body.menu_open header .menu_btn span,
body.home header .menu_btn span {
  background-color: #fff;
}
header .menu_btn::before {
  transform: translateY(-7px);
}
body.menu_open header .menu_btn::before {
  transform: rotate(45deg);
}
header .menu_btn::after {
  transform: translateY(7px);
}
body.menu_open header .menu_btn::after {
  transform: rotate(-45deg);
}
body.menu_open header .menu_btn span {
  display: none;
}

/* =================================================
footer
================================================= */
footer .footer_links {
  margin-bottom: 150px;
  border-top: 1px solid #6FC5C8;
  border-bottom: 1px solid #6FC5C8;
  display: flex;
}
@media (max-width: 900px) {
  footer .footer_links {
    flex-direction: column;
  }
}
footer .footer_links li {
  flex: 1;
}
@media (min-width: 901px) {
  footer .footer_links li:nth-child(2) {
    border-left: 1px solid #6FC5C8;
    border-right: 1px solid #6FC5C8;
  }
}
@media (max-width: 900px) {
  footer .footer_links li:nth-child(2) {
    border-top: 1px solid #6FC5C8;
    border-bottom: 1px solid #6FC5C8;
  }
}
footer .footer_links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 450px;
}
@media (max-width: 900px) {
  footer .footer_links li a {
    height: 190px;
  }
}
footer .copyright {
  text-align: center;
  padding: 20px 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

#footer_recruit_sec .mini_container {
  max-width: 900px;
  margin: 0 auto;
  border: 5px solid #6FC5C8;
  padding: 100px 20px;
}
#footer_recruit_sec .mini_container .inner {
  max-width: 600px;
  margin: 0 auto;
}
#footer_recruit_sec .title {
  text-align: center;
  margin-bottom: 50px;
}
#footer_recruit_sec .title img {
  width: 367px;
  max-width: 70%;
}
#footer_recruit_sec .txt {
  margin-bottom: 40px;
}

.sec {
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .sec {
    margin-bottom: 60px;
  }
}
.sec .sec_inner {
  padding: 0px 40px;
  position: relative;
  color: #6FC5C8;
}
@media (max-width: 900px) {
  .sec .sec_inner {
    padding: 0 20px;
  }
}
.sec .sec_inner.green {
  background-color: #6FC5C8;
  color: #fff;
}

.limited_container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.limited_container.wide {
  max-width: 2000px;
}
.limited_container.narrow {
  max-width: 900px;
}

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

================================================= */
.view_more {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #6FC5C8;
  display: block;
  max-width: 300px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding-bottom: 0.2em;
  position: relative;
}
@media (max-width: 900px) {
  .view_more {
    font-size: 16px;
    padding-bottom: 0.4em;
  }
}
@media (max-width: 480px) {
  .view_more {
    max-width: none;
  }
}
.view_more.center {
  margin: 0 auto;
}
.view_more::before, .view_more::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.view_more::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #6FC5C8;
  right: 0px;
  transform: rotate(45deg);
}
.view_more::after {
  width: 12px;
  height: 2px;
  right: 0px;
  background-color: #6FC5C8;
}

/* =================================================
style_list
================================================= */
.style_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .style_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .style_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.style_list li {
  background-color: #F6F6F6;
  aspect-ratio: 1;
}
.style_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* =================================================
stylist
================================================= */
.stylist_role {
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 700;
  font-style: normal;
}

.stylist_name {
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* =================================================
sns
================================================= */
.sns_menu {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.sns_menu img {
  display: block;
}
.sns_menu a {
  background-color: #6FC5C8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-position: center;
}
@media (max-width: 900px) {
  .sns_menu a {
    background-color: #fff;
  }
}
.sns_menu a.insta {
  background-image: url(../images/common/insta_icon.svg);
}
@media (max-width: 900px) {
  .sns_menu a.insta {
    background-image: url(../images/common/insta_icon_green.svg);
  }
}
.sns_menu a.line {
  background-image: url(../images/common/line_icon.svg);
}
@media (max-width: 900px) {
  .sns_menu a.line {
    background-image: url(../images/common/line_icon_green.svg);
  }
}

ul.term_list {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: flex;
  gap: 5px 30px;
  margin-bottom: 40px;
  line-height: 1;
}
ul.term_list li.current {
  border-bottom: 3px solid #6FC5C8;
}

.nav-links .page-numbers {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: flex;
  justify-content: center;
  gap: 5px 10px;
  margin-top: 40px;
  line-height: 1;
  font-weight: 400;
}
.nav-links .page-numbers .current {
  border-bottom: 3px solid #6FC5C8;
  font-weight: 500;
}

#top_top_sec .sec_inner {
  background-color: #6FC5C8;
  overflow: hidden;
}
#top_top_sec .sec_inner::before {
  content: "";
  display: block;
  height: 50vw;
  max-height: 900px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  transform-origin: right top;
  transform: skewY(-14deg);
}
#top_top_sec .limited_container {
  padding-top: 15%;
}
@media (max-width: 900px) {
  #top_top_sec .top_top_logo {
    width: 256px;
    margin-bottom: 30px;
  }
}
#top_top_sec .wire_tiangle {
  position: absolute;
  z-index: 20;
  right: -20px;
  top: 50px;
  max-width: 63%;
  width: 750px;
}
@media (max-width: 900px) {
  #top_top_sec .wire_tiangle {
    max-width: 50%;
    right: -50px;
    top: 90px;
  }
}
#top_top_sec .wire_tiangle svg {
  width: 100%;
}
#top_top_sec .wire_tiangle svg path {
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}
#top_top_sec .serial_img {
  position: relative;
}
#top_top_sec .serial_img img {
  display: block;
}

/* =================================================
top_philosophy_sec
================================================= */
#top_philosophy_sec img {
  display: block;
}
#top_philosophy_sec .top_philosophy_pic_info {
  display: flex;
  margin-bottom: 90px;
}
@media (min-width: 901px) {
  #top_philosophy_sec .top_philosophy_pic_info {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media (max-width: 900px) {
  #top_philosophy_sec .top_philosophy_pic_info {
    flex-direction: column;
  }
}
#top_philosophy_sec .top_philosophy_pic_info .pic {
  flex: 1;
}
#top_philosophy_sec .top_philosophy_pic_info .pic .inner {
  padding-right: 40px;
}
@media (max-width: 480px) {
  #top_philosophy_sec .top_philosophy_pic_info .pic .inner {
    padding-right: 0;
    width: 250px;
  }
}
#top_philosophy_sec .top_philosophy_pic_info .info {
  flex: 1;
}
#top_philosophy_sec .top_philosophy_pic_info .info .title {
  margin-bottom: 40px;
}
#top_philosophy_sec .top_philosophy_pic_info .info .txt {
  margin-bottom: 80px;
}
#top_philosophy_sec .top_philosophy_pic_info .info .link {
  margin-bottom: 90px;
}
#top_philosophy_sec .link.sp_only {
  margin-top: 50px;
  margin-bottom: 80px;
}
#top_philosophy_sec .top_philosophy_pics {
  display: flex;
  gap: 5%;
  align-items: flex-end;
}
@media (max-width: 480px) {
  #top_philosophy_sec .top_philosophy_pics {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  #top_philosophy_sec .top_philosophy_pics p {
    width: 47%;
  }
  #top_philosophy_sec .top_philosophy_pics p:first-child {
    transform: translateY(-50%);
  }
}

/* =================================================
top_interior_sec
================================================= */
#top_interior_sec img {
  width: 100%;
}

/* =================================================
top_stylist_sec
================================================= */
@media (max-width: 900px) {
  #top_stylist_sec {
    margin-bottom: 100px;
  }
}
#top_stylist_sec .sec_inner {
  max-width: 2000px;
  margin: 0 auto;
  background-image: url(../images/common/stylist_txt.svg);
  background-size: 100% auto;
  background-position: center 200px;
}
@media (max-width: 1024px) {
  #top_stylist_sec .sec_inner {
    background-position: center 100px;
  }
}
#top_stylist_sec .top_stylist_pic_info {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 90px;
}
@media (max-width: 900px) {
  #top_stylist_sec .top_stylist_pic_info {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
  }
}
#top_stylist_sec .top_stylist_pic_info .pic {
  flex: 1;
}
@media (max-width: 900px) {
  #top_stylist_sec .top_stylist_pic_info .pic {
    max-width: 60%;
  }
}
#top_stylist_sec .top_stylist_pic_info .info {
  flex: 1;
}
#top_stylist_sec .top_stylist_pic_info .info .info_profile {
  margin: 0 auto;
}
@media (min-width: 901px) {
  #top_stylist_sec .top_stylist_pic_info .info .info_profile {
    max-width: 320px;
  }
}
#top_stylist_sec .top_stylist_pic_info .info .info_profile .stylist_role {
  font-size: 13px;
}
@media (max-width: 900px) {
  #top_stylist_sec .top_stylist_pic_info .info .info_profile .stylist_role {
    font-size: 12px;
  }
}
#top_stylist_sec .top_stylist_pic_info .info .info_profile .stylist_name {
  font-size: 32px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  #top_stylist_sec .top_stylist_pic_info .info .info_profile .stylist_name {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
#top_stylist_sec .top_stylist_pic_info .info .info_profile .txt {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  #top_stylist_sec .top_stylist_pic_info .info .info_profile .txt {
    margin-bottom: 20px;
  }
}

/* =================================================
top_menu_sec
================================================= */
@media (min-width: 901px) {
  #top_menu_sec {
    margin-bottom: 300px;
  }
}
@media (max-width: 900px) {
  #top_menu_sec {
    margin-bottom: 150px;
  }
}
#top_menu_sec .sec_inner {
  color: #fff;
  background-color: #6FC5C8;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 120px;
  transform: skewY(-14deg);
}
@media (max-width: 900px) {
  #top_menu_sec .sec_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#top_menu_sec .limited_container {
  transform: skewY(14deg);
  max-width: 1050px;
}
#top_menu_sec .menu_price {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  #top_menu_sec .menu_price {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
#top_menu_sec .menu_price span {
  font-size: 0.8em;
  display: block;
}
#top_menu_sec .all_price {
  display: flex;
  column-gap: 10%;
}
@media (max-width: 900px) {
  #top_menu_sec .all_price {
    flex-direction: column;
    font-size: 0.9em;
  }
}
#top_menu_sec .all_price .menu_blocks {
  flex: 1;
}
#top_menu_sec .all_price .menu_blocks .menu_block {
  margin-bottom: 4em;
}
#top_menu_sec .menu_kind {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  #top_menu_sec .menu_kind {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
#top_menu_sec .each_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 5px;
}
#top_menu_sec .each_menu .key {
  order: 1;
  font-weight: 600;
}
#top_menu_sec .each_menu .price {
  order: 3;
}
#top_menu_sec .each_menu::after {
  content: "";
  display: block;
  order: 2;
  height: 2px;
  flex: 1;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

/* =================================================
top_styling_sec
================================================= */
.top_style_list {
  display: flex;
  width: 1550px;
  max-width: 300%;
  margin-bottom: 90px;
}
@media (max-width: 900px) {
  .top_style_list {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 50px;
  }
}
.top_style_list .style_list {
  grid-template-columns: repeat(4, 1fr) !important;
}
.top_style_list .list_title {
  width: 290px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 0.9em;
}
.top_style_list .style_list {
  flex: 1;
}

/* =================================================
top_salon_sec
================================================= */
#top_salon_sec .info_pic {
  display: flex;
}
@media (max-width: 900px) {
  #top_salon_sec .info_pic {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#top_salon_sec .info_pic .info {
  flex: 1;
}
#top_salon_sec .info_pic .info .inner {
  width: 300px;
  max-width: 100%;
}
#top_salon_sec .info_pic .info .title {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  #top_salon_sec .info_pic .info .title img {
    height: 32px;
  }
}
#top_salon_sec .info_pic .info .address {
  margin-bottom: 40px;
}
#top_salon_sec .info_pic .info .address a {
  display: inline-block;
  border-bottom: 1px dotted #6FC5C8;
}
#top_salon_sec .info_pic .info .openday {
  border-top: 1px solid #6FC5C8;
  margin-bottom: 30px;
}
#top_salon_sec .info_pic .info .openday .day_set {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 0.4em 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #6FC5C8;
}
#top_salon_sec .info_pic .pic {
  flex: 1;
}
#top_salon_sec .sns_menu {
  justify-content: flex-start;
}
#top_salon_sec .sns_menu a.insta {
  background-color: #6FC5C8;
  background-image: url(../images/common/insta_icon.svg);
}
#top_salon_sec .sns_menu a.line {
  background-color: #6FC5C8;
  background-image: url(../images/common/line_icon.svg);
}

.page_title {
  text-align: right;
  padding-top: 140px;
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .page_title {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.page_title img {
  height: 74px;
  width: auto;
}
@media (max-width: 900px) {
  .page_title img {
    height: 32px;
  }
}

/* =================================================
philosophy
================================================= */
#philosophy_top_sec .main_img {
  margin: 0 -10%;
  padding-bottom: 20%;
}
@media (max-width: 900px) {
  #philosophy_top_sec .main_img {
    margin: 0 -18%;
  }
}

.each_philosophy .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.each_philosophy .philo_content {
  border-top: 1px solid #6FC5C8;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}
@media (max-width: 900px) {
  .each_philosophy .philo_content {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.each_philosophy .philo_content .philo_title {
  flex: 1;
}
.each_philosophy .philo_content .philo_title .en {
  font-family: "Crimson Text", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 900px) {
  .each_philosophy .philo_content .philo_title .en {
    font-size: 26px;
  }
}
.each_philosophy .philo_content .philo_title .ja {
  font-weight: bold;
}
@media (max-width: 900px) {
  .each_philosophy .philo_content .philo_title .ja {
    font-size: 12px;
  }
}
.each_philosophy .philo_content .philo_txt {
  flex: 1;
  margin-left: 1em;
}
.each_philosophy .philo_content .philo_txt .txt_list {
  margin-bottom: 3em;
}
@media (max-width: 900px) {
  .each_philosophy .philo_content .philo_txt .txt_list {
    margin-bottom: 1em;
  }
}
.each_philosophy .philo_content .philo_txt .txt_list li {
  text-indent: -1em;
}
.each_philosophy .philo_content .philo_txt .txt_list li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  position: relative;
  left: 1em;
}

/* =================================================
stylist
================================================= */
.stylist_index_list {
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  line-height: 1.4;
}
.stylist_index_list a {
  display: block;
}
.stylist_index_list .role {
  font-size: 11px;
}
@media (max-width: 900px) {
  .stylist_index_list .role {
    font-size: 9px;
  }
}
.stylist_index_list .name {
  padding-right: 1.5em;
  gap: 1.5em;
  display: flex;
  font-size: 27px;
  align-items: center;
}
@media (max-width: 900px) {
  .stylist_index_list .name {
    font-size: 17px;
    padding-right: 1em;
    gap: 1em;
  }
}
.stylist_index_list .name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.6em;
  background-color: #6FC5C8;
  transform: rotate(30deg);
}
.stylist_index_list li:last-child .name::after {
  display: none;
}

#stylist_top_sec .each_stylist {
  max-width: 910px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist {
    margin-bottom: 90px;
  }
}
#stylist_top_sec .each_stylist .pic_info {
  display: flex;
  align-items: center;
  column-gap: 10%;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .pic_info {
    flex-direction: column !important;
    row-gap: 30px;
  }
}
#stylist_top_sec .each_stylist .pic_info .pic {
  flex: 1;
  position: relative;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .pic_info .pic {
    max-width: 75%;
  }
}
#stylist_top_sec .each_stylist .pic_info .pic img {
  position: relative;
}
#stylist_top_sec .each_stylist .pic_info .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  height: 25%;
  margin: auto;
  background-color: #6FC5C8;
}
#stylist_top_sec .each_stylist .pic_info .info {
  flex: 1;
}
#stylist_top_sec .each_stylist .pic_info .info .stylist_role {
  font-size: 13px;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .pic_info .info .stylist_role {
    font-size: 11px;
  }
}
#stylist_top_sec .each_stylist .pic_info .info .stylist_name {
  font-size: 46px;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .pic_info .info .stylist_name {
    font-size: 28px;
    margin-bottom: 0.5em;
  }
}
#stylist_top_sec .each_stylist:nth-child(odd) .pic_info {
  flex-direction: row-reverse;
}
#stylist_top_sec .each_stylist:nth-child(odd) .pic::before {
  left: 0;
}
#stylist_top_sec .each_stylist:nth-child(even) .pic::before {
  right: 0;
}
#stylist_top_sec .each_stylist .works {
  margin: 50px 0;
  border-top: 1px solid #6FC5C8;
  border-bottom: 1px solid #6FC5C8;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .works {
    margin: 30px 0;
  }
}
#stylist_top_sec .each_stylist .works .toggle_btn {
  padding: 50px 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .works .toggle_btn {
    font-size: 13px;
    padding: 20px 0;
  }
}
#stylist_top_sec .each_stylist .works .toggle_btn::after, #stylist_top_sec .each_stylist .works .toggle_btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #6FC5C8;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .works .toggle_btn::after, #stylist_top_sec .each_stylist .works .toggle_btn::before {
    width: 18px;
    right: 10px;
  }
}
#stylist_top_sec .each_stylist .works .toggle_btn::after {
  transform: rotate(90deg);
  display: block;
}
#stylist_top_sec .each_stylist .works .toggle_btn.show::after {
  display: none;
}
#stylist_top_sec .each_stylist .works .toggle_area {
  padding-top: 20px;
  padding-bottom: 60px;
  display: none;
}
#stylist_top_sec .each_stylist .works .toggle_area .work_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .works .toggle_area .work_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#stylist_top_sec .each_stylist .works .toggle_area .work_grid .genre {
  font-family: "Crimson Text", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}
@media (max-width: 900px) {
  #stylist_top_sec .each_stylist .works .toggle_area .work_grid .genre {
    font-size: 28px;
  }
}
#stylist_top_sec .each_stylist .works .toggle_area .work_grid .client {
  font-size: 15px;
}

.article a {
  text-decoration: underline;
}
.article .cap_l {
  font-weight: 500;
  font-size: 1.5em;
}
.article .cap_m {
  font-size: 1.3em;
  font-weight: 500;
}
.article .mb_m {
  margin-bottom: 2em;
}
/*# sourceMappingURL=maps/style.css.map */
