@charset "UTF-8";
@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 15px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

figure {
  text-align: center;
}

figure figcaption {
  line-height: 1.8;
  margin-top: 10px;
}

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.button a,
#footer_button a {
  background: transparent;
}

@media (min-width: 750px) {
  .post_content {
    font-size: 16px;
  }
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .sec_basic:last-child {
  margin-bottom: 0;
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: #f2f2f2;
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  margin-bottom: 0.8em;
  padding: 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #EC4B81;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 20px;
  }
}

.post_content .title_h2 span {
  display: block;
  font-size: 16px;
}

.post_content .title_h3 {
  margin-bottom: 0.5em;
  padding: 0;
  padding-left: 0.5em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  border-left: 2px solid #EC4B81;
}

.post_content .title_h4 {
  margin-bottom: 0.5em;
  padding: 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

@media (max-width: 750px) {
  .post_content .title_h4 {
    font-size: 16px;
  }
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #EC4B81;
  background: transparent;
  color: #EC4B81;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: #EC4B81;
  color: #ffffff;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 751px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

.post_content .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post_content .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.post_content .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.post_content .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_bk.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.post_content .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#header_social_link li {
  margin: 0;
}

#header_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#header_social_link li a::before {
  position: static;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

#header_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#header_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

#header_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_bk.png) center/contain no-repeat;
}

#header_social_link li.youtube a {
  width: auto;
}

#header_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#header_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#header_social_link li.hpb a::before {
  content: '';
  width: 90px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

#footer_social_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_bk.png) center/contain no-repeat;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 750px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

body {
  color: #444444;
}

#contents_builder {
  padding-block-end: 0;
  overflow: hidden;
}

#main_col {
  width: 100%;
}

#side_col {
  display: none;
}

.button_font {
  font-weight: normal;
}

.index_free_space .container {
  width: calc(100% - 20px);
}

/* header */
#site_desc {
  background: #F894BF;
  color: #fff;
}

@media (min-width: 751px) {
  #site_desc {
    height: 52px;
    line-height: 52px;
  }
}

#header {
  background: #F9E8EF;
}

#header_logo .mobile_logo_image {
  height: 50px;
  width: auto;
}

/* メインビジュアル */
#index_slider .caption {
  padding-inline: 10px;
}

/* TOP  あなたの「かわいい」をトータルプロデュース */
.index_design_content1 {
  position: relative;
  padding-block-end: 97px;
}

@media (max-width: 750px) {
  .index_design_content1 {
    padding-block-end: 60px;
  }
}

.index_design_content1:before {
  content: "";
  position: absolute;
  display: block;
  background: #F9E8EF;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 750px) {
  .index_design_content1 .desc {
    text-align: left;
  }
  .index_design_content1 .desc br {
    display: none;
  }
}

/* TOP  お客様に合わせたご満足いただける施術をご提供 */
.index_sec_01 {
  background: #EC4B81;
  padding-block: 100px;
}

@media (max-width: 750px) {
  .index_sec_01 {
    padding-block: 60px;
  }
}

.index_sec_01 .container {
  max-width: 1176px;
}

.index_sec_01 .title_h2 {
  color: #fff;
}

@media (min-width: 751px) {
  .index_sec_01 .title_h2 {
    margin-block-end: 1.5em;
  }
}

.index_sec_01 .list_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-block-end: 0;
}

@media (max-width: 750px) {
  .index_sec_01 .list_row {
    gap: 10px;
  }
}

.index_sec_01 .list_row .col {
  width: calc((100% - 48px) / 3);
  flex: auto;
  display: flex;
}

@media (max-width: 1020px) {
  .index_sec_01 .list_row .col {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 550px) {
  .index_sec_01 .list_row .col {
    width: 100%;
  }
}

.index_sec_01 .wrap {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 8% 10px;
}

@media (max-width: 750px) {
  .index_sec_01 .wrap {
    padding: 10px;
  }
}

.index_sec_01 .wrap .img_area {
  flex: 1.25;
  margin-inline-end: 2%;
}

.index_sec_01 .wrap .img_area figure {
  background: #F9E8EF;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

@media (max-width: 750px) {
  .index_sec_01 .wrap .img_area figure {
    width: 70px;
  }
  .index_sec_01 .wrap .img_area figure img {
    max-width: 60%;
    max-height: 60%;
  }
}

.index_sec_01 .wrap .text_area {
  flex: 2;
}

.index_sec_01 .wrap .text_area p {
  color: #EC4B81;
  font-size: 18px;
}

@media (max-width: 750px) {
  .index_sec_01 .wrap .text_area p {
    font-size: 14px;
  }
}

/* TOP  MENU STAFF  */
.index_sec_02 {
  background: #F9E8EF;
  padding-block: 90px;
}

@media (max-width: 750px) {
  .index_sec_02 {
    padding-block: 60px;
  }
}

.index_sec_02 .container {
  max-width: 1176px;
}

.index_sec_02 .row:not(:last-child) {
  margin-block-end: 90px;
}

@media (max-width: 750px) {
  .index_sec_02 .row:not(:last-child) {
    margin-block-end: 40px;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .row.reverse .text_area {
    margin-inline: 0 5%;
  }
}

.index_sec_02 .row .img_col {
  flex: 1.065;
}

.index_sec_02 .row .text_col {
  flex: 1;
}

@media (min-width: 751px) {
  .index_sec_02 .row .text_area {
    max-width: 427px;
    margin-inline-start: 5%;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .row .text_area .title_h2 {
    margin-block-end: 1em;
    text-align: left;
  }
}

.index_sec_02 .row .text_area .txt {
  line-height: 2.2;
}

@media (min-width: 751px) {
  .index_sec_02 .row .text_area .button {
    margin-block-start: 1.8em;
  }
}

@media (max-width: 750px) {
  .index_sec_02 .row .text_area .button {
    text-align: center;
  }
}

/* TOP  CAMPAIGN  */
.index_campaign {
  margin-block-start: 0;
}

/* TOP  GALLERY RECRUIT 共通  */
.index_blog, .index_design_content2 {
  position: relative;
}

.index_blog:before, .index_design_content2:before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, #FE7D96, #FFC1C9 61%, #FFB0B8);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* TOP  GALLERY  */
.index_blog .blog_list .title_area {
  padding-block-end: 60px;
}

@media (max-width: 750px) {
  .index_blog .blog_list .title_area {
    padding-block-end: 30px;
  }
}

.index_blog .blog_list .item {
  background: transparent;
  border: 0;
  height: auto;
  text-align: center;
}

.index_blog .blog_list .item a {
  color: #fff;
}

.index_blog .button {
  margin-block-start: 0;
}

/* TOP  RECRUIT  */
.index_design_content2 {
  padding-block-end: 100px;
}

@media (max-width: 750px) {
  .index_design_content2 {
    padding-block-end: 60px;
  }
}

.index_design_content2 .banner_content {
  height: 300px;
}

.index_design_content2 .banner_content .image_wrap {
  height: 300px;
}

@media (max-width: 750px) {
  .index_design_content2 .banner_desc {
    text-align: left;
  }
}

/* footer */
#return_top a {
  border-block: 1px solid #EC4B81;
}

#return_top a:beofre {
  color: #EC4B81;
}

.fixed_mv_link {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

@media (max-width: 750px) {
  .fixed_mv_link {
    display: none;
  }
}

.fixed_mv_link li {
  list-style: none;
}

.fixed_mv_link li a {
  transition: 0.4s;
}

.fixed_mv_link li a:hover {
  opacity: .8;
}

/* GALLERY */
#article .image {
  max-width: 650px;
  margin-inline: auto;
}

/* step parts */
.step_parts {
  display: flex;
}

.step_parts .head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EC4B81;
}

.step_parts .head p {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.step_parts .head p span {
  display: block;
  font-size: 18px;
}

.step_parts .content {
  padding: 20px 0;
  flex: 4;
}

.step_parts .content .title {
  font-size: 20px;
  font-weight: bold;
  color: #EC4B81;
}

@media (max-width: 767px) {
  .step_parts {
    flex-direction: row;
  }
  .step_parts .head {
    width: 24%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .step_parts .head p {
    font-size: 22px;
  }
  .step_parts .head p span {
    font-size: 12px;
  }
  .step_parts .content .title {
    font-size: 16px;
  }
}

/* qa parts */
.qa .question {
  position: relative;
  color: #fff;
  font-weight: 500;
  background-color: #EC4B81;
  margin-top: 0;
  padding: .8em 60px .8em 1em;
  cursor: pointer;
}

@media (max-width: 767px) {
  .qa .question {
    padding-right: 35px;
    font-size: 16px;
  }
}

.qa .question::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

@media (max-width: 767px) {
  .qa .question::before {
    right: 14px;
  }
}

.qa .question.open::before {
  transform: rotate(225deg);
}

.qa .answer {
  padding: 1em;
  display: none;
}

/* 以下下層ページ */
body:not(.home) .index_sec_01 {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body:not(.home) .index_sec_01 .container {
  width: calc(100% - 40px);
}

.post_content .s_table {
  white-space: normal;
  margin-bottom: 0;
}

/*# sourceMappingURL=custom.css.map */
