@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 440px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

/* animation */
.animation_dokundokun {
  animation: dokundokun 1500ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}
.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_shiny {
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "kinto-sans", sans-serif;
  color: #111;
}
@media screen and (max-width: 440px) {
  body {
    position: static;
  }
}

.en_font {
  font-family: "poppins" !important;
  line-height: 1 !important;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
/* yoshioka　追加*/
p, span, li {
    font-weight: unset;
    line-height: 1.15;
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #e6dcd3;
}
@media screen and (max-width: 1000px) {
  .bg {
    z-index: 2;
  }
}
@media screen and (max-width: 440px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .bg_content {
    display: none;
  }
}

.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: 100%;
  max-width: 440px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e6dcd3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 440px) {
  .lp_body {
    position: static;
    transform: none;
    margin-inline: 0;
    overflow-x: hidden;
  }
}

/*------------------- bg ------------------*/
.bg_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc((100% - 600px) / 2);
}

.bg_left_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bg_bubble_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
  font-size: 22px;
  color: #35231d;
}

.bg_bubble_img {
  width: 190px;
  margin: 0 auto 36px;
}

.bg_qr {
  width: 160px;
  margin: 0 auto 24px;
}

.bg_left_bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  color: #35231d;
}

.bg_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: calc((100% - 600px) / 2);
}

.bg_right_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bg_logo {
  width: 140px;
  margin-bottom: 54px;
}

.bg_right_top {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  background-color: #35231d;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 40px;
}

.bg_nav_a {
  display: block;
  margin-bottom: 26px;
  width: 220px;
  height: 22px;
  overflow: hidden;
}
.bg_nav_a:last-child {
  margin-bottom: 0;
}

.bg_nav_wrap {
  width: 200px;
  height: 22px;
  position: relative;
}

.bg_nav_wrap > span {
  display: grid;
  position: absolute;
  font-size: 20px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bg_nav_wrap > span:nth-child(2) {
  rotate: x -90deg;
}

.bg_nav_a:hover .bg_nav_wrap > span:nth-child(1) {
  rotate: x 90deg;
}
.bg_nav_a:hover .bg_nav_wrap > span:nth-child(2) {
  rotate: x 0deg;
}

.cta-fixed {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 440px) {
  .cta-fixed {
    right: 3vw;
    bottom: 24px;
  }
}

/*------------------- header ------------------*/
.header {
  display: none;
}
@media screen and (max-width: 440px) {
  .header {
    display: block;
    position: fixed;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto;
}

.header_logo {
  width: 110px;
}

.header_hamburger_menu {
  display: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 440px) {
  .header_hamburger_menu {
    display: block;
  }
}

.mask {
  display: none;
  padding: 180px 0;
}
@media screen and (max-width: 440px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    min-height: 100vh;
    max-width: 440px;
    width: 100%;
    background: #bda18c;
    z-index: -4;
    transition: all 0.5s;
  }
}

.mask .bg_nav {
  margin: 0 auto 36px;
  width: -moz-fit-content;
  width: fit-content;
}

.mask .bg_nav a {
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
  transform: all 0.3s;
}
.mask .bg_nav a:hover {
  opacity: 0.6;
}

.open.mask {
  opacity: 1;
  z-index: 5;
  right: 0;
}

.toggle_btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #111;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
  width: 100%;
}
.toggle_btn span:nth-child(2) {
  top: 16px;
  width: 100%;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
  width: 100%;
}

.open .toggle_btn span {
  background-color: #FFF;
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
}

/*------------------- mv ------------------*/
.mv_bg {
  height: 100vh;
  width: 100%;
  background-image: url(../../img/lp-hair/mv_bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 440px) {
  .mv_bg {
    height: calc(100vh - 90px);
  }
}

.mv_content {
  position: absolute;
  width: 380px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 440px) {
  .mv_content {
    width: 92vw;
  }
}
@media screen and (max-width: 440px) {
  .mv_content {
    bottom: 9vw;
  }
}

.mv_main {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-shadow: 0 0 38px rgba(53, 35, 29, 0.35);
  margin-bottom: 32px;
}
@media screen and (max-width: 440px) {
  .mv_main {
    font-size: 8vw;
    margin-bottom: 5.4vw;
    text-shadow: 0 0 6.2vw rgba(53, 35, 29, 0.35);
  }
}

.mv_middle {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 4px 12px;
  background-color: #3f352c;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
@media screen and (max-width: 440px) {
  .mv_middle {
    font-size: 5vw;
    margin-bottom: 2vw;
    padding: 0.6vw 2vw;
  }
}

.mv_bottom_line {
  font-size: 16px;
  font-weight: 700;
  color: #3f352c;
  background-color: #fff;
  display: block;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
@media screen and (max-width: 440px) {
  .mv_bottom_line {
    padding: 0.6vw 2vw;
    margin-bottom: 1.2vw;
    font-size: 3.8vw;
  }
}
.mv_bottom_line:last-child {
  margin-bottom: 0;
}

/*------------------- info ------------------*/
.info {
  padding: 40px 0 120px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .info {
    padding: 40px 0 100px;
  }
}
.info .cta_btn {
  margin-bottom: 40px;
}

.info_line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  right: 40px;
  top: 360px;
}
@media screen and (max-width: 440px) {
  .info_line {
    width: 64px;
    height: 64px;
    right: 3vw;
  }
}
@media screen and (max-width: 350px) {
  .info_line {
    top: 340px;
  }
}
.info_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  background-color: #887464;
  transform: translate(-50%, -50%);
}

.info_line_inner {
  position: relative;
  z-index: 101;
  width: -moz-fit-content;
  width: fit-content;
}
.info_line_inner img {
  width: 60px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 440px) {
  .info_line_inner img {
    width: 28px;
    margin: 0 auto 2px;
  }
}
.info_line_inner span {
  font-size: 14px;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .info_line_inner span {
    font-size: 10px;
  }
}

@keyframes display {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.info_wrap {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .info_wrap {
    width: 92vw;
  }
}

.info_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  font-size: 12px;
}

.info_txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .info_txt {
    line-height: 1.6;
  }
}

.info_img_top {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .info_img_top {
    width: 84vw;
  }
}

/*------------------- cta ------------------*/
.cta_btn {
  display: block;
  background-color: #35231d;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 375px) {
  .cta_btn {
    padding: 12px 20px 10px;
  }
}

.cta_btn_inner {
  display: flex;
  align-items: center;
}

.cta_btn_txt {
  display: block;
  width: 120px;
  height: 19px;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.cta_btn_arrow {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 1px solid #fff;
}

.cta_btn_arrow img {
  display: grid;
  position: absolute;
  width: 10px;
  height: 10px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta_btn_arrow img:nth-child(2) {
  rotate: y -90deg;
}

.cta_btn:hover .cta_btn_arrow img:nth-child(1) {
  rotate: y 90deg;
}
.cta_btn:hover .cta_btn_arrow img:nth-child(2) {
  rotate: y 0deg;
}

.cta_btn_txt > span {
  display: grid;
  position: absolute;
  font-size: 16px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}
.cta_btn_txt > span:nth-child(2) {
  rotate: x -90deg;
}

.cta_btn:hover .cta_btn_txt > span:nth-child(1) {
  rotate: x 90deg;
}
.cta_btn:hover .cta_btn_txt > span:nth-child(2) {
  rotate: x 0deg;
}

.cta_btn_txt > span span.en_font {
  font-size: 18px;
}

/*------------------- point_heading ------------------*/
.point {
  background-color: #bda18c;
  position: relative;
}

.point_heading {
  margin: auto;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: -90px;
}
@media screen and (max-width: 440px) {
  .point_heading {
    top: -70px;
  }
}

.point_heading h2 {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  font-size: 160px;
  line-height: 1em;
  animation: scrollAnime 18s linear infinite;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  .point_heading h2 {
    font-size: 120px;
  }
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.point_content {
  padding: 120px 0 60px;
}
@media screen and (max-width: 440px) {
  .point_content {
    padding: 90px 0 40px;
  }
}

.point_item {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 440px) {
  .point_item {
    margin-bottom: 60px;
  }
}

.point_item:nth-child(odd) .point_item_img {
  margin-left: auto;
}
.point_item:nth-child(odd) .point_item_tag {
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 440px) {
  .point_item:nth-child(odd) .point_item_tag {
    left: 3vw;
  }
}

.point_item:nth-child(even) .point_item_tag {
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 440px) {
  .point_item:nth-child(even) .point_item_tag {
    right: 3vw;
  }
}
.point_item:nth-child(even) .point_item_ttl {
  position: absolute;
  left: 40px;
  bottom: -36px;
}
@media screen and (max-width: 440px) {
  .point_item:nth-child(even) .point_item_ttl {
    bottom: -24px;
    left: 3vw;
  }
}

.point_item_tag {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  border-left: 2px solid #fff;
  padding-left: 4px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 440px) {
  .point_item_tag {
    font-size: 14px;
    padding-left: 2px;
  }
}

.point_item_img {
  width: 80%;
}
@media screen and (max-width: 440px) {
  .point_item_img {
    width: 86%;
  }
}

.point_item_ttl {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  left: 80px;
  bottom: -36px;
}
@media screen and (max-width: 440px) {
  .point_item_ttl {
    font-size: 22px;
    bottom: -24px;
    left: 7vw;
  }
}

.point_circle {
  width: 100px;
  animation: 6s linear infinite rotation1;
  margin-right: 40px;
  margin-left: auto;
}
@media screen and (max-width: 440px) {
  .point_circle {
    width: 80px;
    margin-right: 3vw;
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.point_slider .swiper {
  padding: 24px 0 60px;
}

.point_slider .swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-button-prev {
  left: 40px !important;
  bottom: 0 !important;
  top: auto !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff;
  border-radius: 100%;
}
.swiper-button-prev::after {
  content: "" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/lp-hair/arrow.webp);
  background-size: 100% 100%;
  width: 20px !important;
  height: 20px !important;
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: 40px !important;
  bottom: 0 !important;
  top: auto !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff;
  border-radius: 100%;
}
.swiper-button-next::after {
  content: "" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/lp-hair/arrow.webp);
  background-size: 100% 100%;
  width: 20px !important;
  height: 20px !important;
}

/*------------------- flow ------------------*/
.flow {
  padding: 60px 0;
}

.flow_heading {
  margin-bottom: 40px;
}

.flow_heading .en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  color: #3f352c;
  font-weight: 300;
  font-size: 14px;
}

.flow_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

.flow_scroll {
  width: 380px;
  margin: 0 auto;
  overflow-x: scroll;
  scrollbar-width: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .flow_scroll {
    width: 92vw;
  }
}
.flow_scroll::-webkit-scrollbar {
  display: none;
  /* スクロールバーを非表示 */
}

.flow_scroll_inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 24px;
}

.flow_scroll_item {
  width: 200px;
}
@media screen and (max-width: 440px) {
  .flow_scroll_item {
    width: 160px;
  }
}
.flow_scroll_item h3 {
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}

.flow_scroll_item:nth-child(1) .flow_scroll_circle::after {
  position: absolute;
  width: 672px;
  height: 1px;
  background-color: #111;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
}
@media screen and (max-width: 440px) {
  .flow_scroll_item:nth-child(1) .flow_scroll_circle::after {
    width: 552px;
  }
}

.flow_scroll_circle {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #111;
  border-radius: 100%;
  margin: 0 auto 12px;
  position: relative;
}

.flow_bottom {
  width: 320px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .flow_bottom {
    width: 84vw;
  }
}
@media screen and (max-width: 440px) {
  .flow_bottom {
    padding: 24px 0;
  }
}

.flow_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.flow_list::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 90px);
  background-color: #808080;
  top: 30px;
  left: 30px;
}

.flow_item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.flow_item:last-child {
  margin-bottom: 0;
}

.flow_item_img {
  position: relative;
  z-index: 2;
}

.flow_item_txt {
  padding-top: 2px;
}
@media screen and (max-width: 440px) {
  .flow_item_txt {
    padding-top: 0;
  }
}

.flow_item_num {
  font-family: "Poppins", sans-serif;
  color: #b4a79e;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 440px) {
  .flow_item_num {
    margin-bottom: 0px;
  }
}

.flow_item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 440px) {
  .flow_item h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
}

.flow_item_note {
  font-size: 14px;
  display: block;
}

/*------------------- reason ------------------*/
.reason {
  color: #Fff;
  background-color: #bda18c;
  padding: 60px 0;
}

.reason_heading {
  margin-bottom: 40px;
}

.reason_heading > span.en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  color: #Fff;
  font-weight: 300;
  font-size: 14px;
}

.reason_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.reason_heading_main > span {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.reason_heading_main > span:nth-child(1) {
  font-size: 30px;
}

.reason_item {
  position: relative;
  margin-bottom: 40px;
}
.reason_item:last-child {
  margin-bottom: 0;
}

.reason_item:nth-child(even) .reason_item_img {
  margin-left: auto;
}
.reason_item:nth-child(even) .reason_item_tag {
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 440px) {
  .reason_item:nth-child(even) .reason_item_tag {
    left: 3vw;
  }
}
.reason_item:nth-child(even) .reason_item_ttl {
  right: 40px;
  text-align: right;
}
@media screen and (max-width: 440px) {
  .reason_item:nth-child(even) .reason_item_ttl {
    left: 7vw;
  }
}

.reason_item:nth-child(odd) .reason_item_tag {
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 440px) {
  .reason_item:nth-child(odd) .reason_item_tag {
    right: 3vw;
  }
}
.reason_item:nth-child(odd) .reason_item_txt {
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 440px) {
  .reason_item:nth-child(odd) .reason_item_txt {
    margin-right: 3vw;
  }
}

.reason_item:nth-child(4) .reason_item_img,
.reason_item:nth-child(5) .reason_item_img,
.reason_item:nth-child(6) .reason_item_img {
  margin-bottom: 80px;
}
@media screen and (max-width: 440px) {
  .reason_item:nth-child(4) .reason_item_img,
  .reason_item:nth-child(5) .reason_item_img,
  .reason_item:nth-child(6) .reason_item_img {
    margin-bottom: 60px;
  }
}

.reason_item_tag {
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  border-left: 2px solid #fff;
  font-size: 14px;
  font-weight: 700;
}

.reason_item_img {
  width: 80%;
  margin-bottom: 32px;
}
@media screen and (max-width: 440px) {
  .reason_item_img {
    width: 86%;
    margin-bottom: 24px;
  }
}

.reason_item_ttl {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  left: 40px;
  top: 248px;
}
@media screen and (max-width: 440px) {
  .reason_item_ttl {
    font-size: 30px;
    left: 7vw;
    top: calc(15px + 55.4vw);
  }
}
@media screen and (max-width: 375px) {
  .reason_item_ttl {
    font-size: 26px;
  }
}

.reason_item_txt {
  width: 250px;
  display: block;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-left: 40px;
}
@media screen and (max-width: 440px) {
  .reason_item_txt {
    width: 64%;
    line-height: 1.6;
    margin-left: 3vw;
  }
}

/*------------------- benefit ------------------*/
.benefit {
  background-color: #bda18c;
  padding-bottom: 80px;
}
@media screen and (max-width: 440px) {
  .benefit {
    padding-bottom: 48px;
  }
}

.benefit_wrap {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .benefit_wrap {
    width: 92vw;
  }
}

.benefit_top {
  color: #fff;
  position: relative;
}
.benefit_top h2 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 440px) {
  .benefit_top h2 {
    margin-bottom: 24px;
  }
}
.benefit_top p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .benefit_top p {
    line-height: 1.6;
    margin-bottom: 24px;
  }
}

.benefit_top_tag {
  color: #fff;
  display: block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
}

.benefit_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 24px;
}
@media screen and (max-width: 440px) {
  .benefit_list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.benefit_item {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit_item img {
  width: 60%;
  margin: 0 auto 12px;
}
@media screen and (max-width: 440px) {
  .benefit_item img {
    width: 50%;
  }
}
.benefit_item span {
  font-size: 16px;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*------------------- salary ------------------*/
.salary {
  background-color: #bda18c;
  padding-bottom: 80px;
}
@media screen and (max-width: 440px) {
  .salary {
    padding-bottom: 48px;
  }
}

.salary_wrap {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .salary_wrap {
    width: 92vw;
  }
}

.salary_top {
  color: #fff;
  position: relative;
}
.salary_top h2 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 440px) {
  .salary_top h2 {
    margin-bottom: 24px;
  }
}
.salary_top p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .salary_top p {
    line-height: 1.6;
    margin-bottom: 24px;
  }
}

.salary_top_tag {
  color: #fff;
  display: block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  border-left: 2px solid #fff;
  position: absolute;
  padding-left: 2px;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
}

.salary_item {
  background-color: #fff;
  width: 100%;
  padding: 24px;
}
@media screen and (max-width: 440px) {
  .salary_item {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 350px) {
  .salary_item {
    padding: 24px 8px;
  }
}

.salary_item {
  margin-bottom: 24px;
}

.salary_item:nth-child(2) .salary_item_bottom {
  background-color: #957f6e;
}

.salary_item_heading {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

.salary_item_top {
  background-color: #d0c0b1;
  padding: 10px 0 0;
  width: 100%;
  color: #fff;
  margin-bottom: 8px;
}

.salary_item_top > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
}
.salary_item_top > span .num_txt {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  .salary_item_top > span .num_txt {
    font-size: 54px;
  }
}

.salary_item_bottom {
  padding: 10px 0 0;
  background-color: #c5a892;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 350px) {
  .salary_item_bottom {
    gap: 8px;
  }
}

.salary_item_left {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.salary_item_left > span:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.salary_item_left > span:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
}
.salary_item_left > span:nth-child(2) .num_txt {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.salary_item_right {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  gap: 4px;
  padding-bottom: 10px;
}
.salary_item_right span span {
  font-size: 16px;
  font-weight: 400;
}

.salary_bottom {
  background-color: #957f6e;
  padding: 16px 0;
}

.salary_bottom_inner {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .salary_bottom_inner {
    width: 84vw;
  }
}

.salary_bottom_bubble {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 24px;
  border-radius: 100px;
  border: 1px solid #fff;
  display: block;
  margin: 0 0 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.salary_bottom_main {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 16px;
}

.salary_bottom_main > span {
  color: #111;
  background-color: #fff;
  display: inline-block;
  padding: 0px 6px;
  margin-right: 4px;
}

.salary_bottom_main .en_font {
  padding: 0 4px;
}

.salary_bottom_note {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/*------------------- career ------------------*/
.career {
  padding: 80px 0;
  position: relative;
}

.career_content {
  position: relative;
  overflow: hidden;
}

.career_bg span {
  display: block;
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  left: -24px;
  z-index: -1;
  font-weight: 900;
  white-space: nowrap;
  font-size: 42px;
  line-height: 1em;
  color: transparent;
  -webkit-text-stroke: 1.5px #111;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
}

.career_circle {
  position: absolute;
  width: 100px;
  animation: 6s linear infinite rotation1;
  top: -40px;
  right: 40px;
}
@media screen and (max-width: 440px) {
  .career_circle {
    width: 80px;
    right: 3vw;
    top: -20px;
  }
}

.career h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.career_top {
  width: 380px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .career_top {
    width: 92vw;
  }
}

.career_top_txt {
  font-size: 14px;
  line-height: 1.8;
}

.career_item {
  position: relative;
  z-index: 10;
}

.career_item > span:nth-child(1) {
  width: 180px;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .career_item > span:nth-child(1) {
    width: calc((100% - 16px) / 2);
    height: 32px;
  }
}

.career_item > span:nth-child(2) {
  background-color: #e6dcd3;
  font-size: 14px;
  padding: 4px 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.career_group.career_group_top .career_item > span {
  margin: 0 auto;
}
.career_group.career_group_top .career_leg {
  height: 40px;
  width: 3px;
  background-color: #bda18c;
  margin: 0 auto;
  display: block;
  position: relative;
}
.career_group.career_group_top .career_leg::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 20px;
  border: 3px solid #bda18c;
  border-bottom: none;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 440px) {
  .career_group.career_group_top .career_leg::after {
    width: 280px;
  }
}

.career_inner {
  background-color: #bda18c;
  width: 100%;
  padding: 12px 0;
}

.career_inner h3 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 16px;
  font-weight: 500;
}

.career_inner .career_list {
  width: 380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 440px) {
  .career_inner .career_list {
    width: 92vw;
  }
}

.career_inner .career_list li div {
  background-color: #fff;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 4px;
}

.career_inner .career_list li span {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
}

.career_group.career_group_middle {
  position: relative;
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_middle {
    width: 92vw;
  }
}
.career_group.career_group_middle::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  background-color: #bda18c;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.career_group.career_group_middle .career_item > span:nth-child(1) {
  margin: 24px auto 0;
}
.career_group.career_group_middle .career_leg {
  width: 200px;
  height: 20px;
  display: block;
  margin: 0 auto;
  border: 3px solid #bda18c;
  border-bottom: none;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_middle .career_leg {
    width: 52%;
  }
}
.career_group.career_group_middle .career_leg::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #bda18c;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.career_group.career_group_middle .career_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_middle .career_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 440px) {
  .career_group.career_group_middle .career_list .career_item > span:nth-child(1) {
    width: 100%;
  }
}
.career_group.career_group_middle .career_list .career_item > span:nth-child(1) {
  margin: 0;
}
.career_group.career_group_middle .career_item > span {
  position: relative;
  z-index: 10;
}

.career_group.career_group_bottom {
  width: 380px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom {
    width: 92vw;
  }
}
.career_group.career_group_bottom::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  background-color: #bda18c;
  top: -24px;
  right: 90px;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom::after {
    right: calc((100% - 16px) / 4);
  }
}
.career_group.career_group_bottom .career_item {
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom .career_item {
    width: calc((100% - 16px) / 2);
  }
}
.career_group.career_group_bottom .career_item > span:nth-child(1) {
  margin: 24px auto 0;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom .career_item > span:nth-child(1) {
    width: 100%;
  }
}
.career_group.career_group_bottom .career_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom .career_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom .career_list .career_item {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom .career_list .career_item > span:nth-child(1) {
    width: 100%;
  }
}
.career_group.career_group_bottom .career_list .career_item > span:nth-child(1) {
  margin: 0;
}
.career_group.career_group_bottom .career_leg {
  display: block;
  height: 40px;
  border-right: 3px solid #bda18c;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 440px) {
  .career_group.career_group_bottom .career_leg {
    width: 52%;
  }
}
.career_group.career_group_bottom .career_leg::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  border-top: 3px solid #bda18c;
  border-left: 3px solid #bda18c;
  bottom: 0;
  left: 0;
}

/*------------------- voice ------------------*/
.voice {
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  .voice {
    padding: 0;
  }
}

.voice_heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .voice_heading {
    margin-bottom: 40px;
  }
}

.voice_heading .en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  color: #3f352c;
  font-weight: 300;
  font-size: 14px;
}

.voice_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

.voice_item {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .voice_item {
    padding: 24px 0 40px;
    margin-bottom: 32px;
  }
}
.voice_item:last-child {
  margin-bottom: 0;
}
.voice_item::after {
  content: "";
  position: absolute;
  height: 0;
  border-radius: 240px;
  background-color: #bda18c;
  width: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 440px) {
  .voice_item::after {
    width: 0;
    border-radius: 160px;
  }
}

.move.voice_item::after {
  animation: voice_item 0.5s 0.4s ease forwards;
}
@media screen and (max-width: 440px) {
  .move.voice_item::after {
    animation: voice_item_sp 0.5s 0.4s ease forwards;
  }
}

@keyframes voice_item {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 380px;
    height: 100%;
  }
}
@keyframes voice_item_sp {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 92vw;
    height: 100%;
  }
}
.voice_item_inner {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-20px);
}

.move .voice_item_inner {
  animation: display 0.5s 0.9s ease forwards;
}

.voice_item_top {
  position: relative;
  top: 24px;
}

.voice_item_top > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 4px;
  padding-left: 40px;
  font-size: 16px;
}
@media screen and (max-width: 440px) {
  .voice_item_top > span {
    padding-left: 3vw;
  }
}
.voice_item_top > span:not(:last-child) {
  margin-bottom: 8px;
}

.voice_item_middle {
  position: relative;
  top: -32px;
}
@media screen and (max-width: 440px) {
  .voice_item_middle {
    top: -24px;
  }
}

.voice_item_middle > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 4px;
  padding-right: 40px;
  font-size: 16px;
  margin-left: auto;
}
@media screen and (max-width: 440px) {
  .voice_item_middle > span {
    padding-right: 3vw;
  }
}
.voice_item_middle > span:not(:last-child) {
  margin-bottom: 8px;
}

.voice_item_txt {
  width: 320px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .voice_item_txt {
    width: 84vw;
  }
}
@media screen and (max-width: 440px) {
  .voice_item_txt {
    margin-bottom: 32px;
  }
}

.voice_item_txt p {
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 11.9em;
  /* ぴったり7行分（調整ポイント） */
  line-height: 1.7em;
  /* 本文の行間に合わせる */
}

.voice_item_txt.expanded p {
  max-height: 1000px;
}

.voice_item_img {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .voice_item_img {
    width: 60%;
  }
}

.voice_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}

.voice_btn_inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.voice_btn_txt {
  display: block;
  width: 68px;
  height: 15px;
  overflow: hidden;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.voice_item_name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 16px;
  margin-bottom: 8px;
}
.voice_item_name .name_txt {
  font-size: 18px;
}

.voice_btn_arrow {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 1px solid #fff;
  transform: rotate(90deg);
}

.open .voice_btn_arrow.voice_btn_arrow {
  transform: rotate(-90deg);
}

.voice_btn_arrow img {
  display: grid;
  position: absolute;
  width: 16px;
  height: 16px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voice_btn_arrow img:nth-child(2) {
  rotate: y -90deg;
}

.voice_btn:hover .voice_btn_arrow img:nth-child(1) {
  rotate: y 90deg;
}
.voice_btn:hover .voice_btn_arrow img:nth-child(2) {
  rotate: y 0deg;
}

.voice_btn_txt span {
  display: grid;
  position: absolute;
  font-size: 13px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .voice_btn_txt span {
    font-size: 13px;
  }
}
.voice_btn_txt span:nth-child(2) {
  rotate: x -90deg;
}

.voice_btn:hover .voice_btn_txt span:nth-child(1) {
  rotate: x 90deg;
}
.voice_btn:hover .voice_btn_txt span:nth-child(2) {
  rotate: x 0deg;
}

/*------------------- about ------------------*/
.about {
  padding: 60px 0 120px;
}

.about_top {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .about_top {
    width: 92vw;
  }
}

.about_top p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 32px;
}

.about_heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .about_heading {
    margin-bottom: 32px;
  }
}

.about_heading > span.en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  color: #3f352c;
  font-weight: 300;
  font-size: 14px;
}

.about_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

.about_bubble {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
  padding: 24px 0 18px;
}
.about_bubble::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 16px;
  left: -12px;
  top: 0;
  background-image: url(../../img/lp-hair/about_bubble1.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about_bubble::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 16px;
  right: -12px;
  bottom: 0;
  background-image: url(../../img/lp-hair/about_bubble2.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about_bubble h3 {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 700;
}

.about_img_top {
  width: 410px;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .about_img_top {
    width: 97vw;
    margin-bottom: 24px;
  }
}

.about_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 380px;
  margin: 0 auto;
  gap: 32px;
  row-gap: 24px;
}
@media screen and (max-width: 440px) {
  .about_list {
    width: 92vw;
  }
}
@media screen and (max-width: 440px) {
  .about_list {
    gap: 12px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .about_list {
    gap: 4px;
  }
}

.about_list li {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #Fff;
  border-radius: 1000px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_list li img {
  position: absolute;
  width: 24px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.about_list li:nth-child(odd) h3 {
  margin-top: 4px;
}

.about_list li:nth-child(1) h3 {
  margin-top: 6px;
}

.about_list li:nth-child(even) h3 {
  margin-bottom: 2px;
}

.about_list li:nth-child(3) {
  padding-top: 8px;
}

.about_list li:nth-child(4) {
  padding-top: 18px;
}

.about_item {
  display: block;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.about_item h3 {
  color: #e3b85d;
  font-weight: 800;
  font-size: 15px;
}

.about_item h3 .num_txt {
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.about_item h3 .mincho_txt {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 700;
}

.about_img img {
  width: 70%;
  margin-top: 24px;
}
.about_img img:nth-child(2) {
  margin-left: auto;
}

/*------------------- salon ------------------*/
.salon {
  position: relative;
  background-color: #bda18c;
  padding: 120px 0 60px;
}
@media screen and (max-width: 440px) {
  .salon {
    padding: 90px 0 40px;
  }
}

.salon_slide {
  margin: auto;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: -90px;
}
@media screen and (max-width: 440px) {
  .salon_slide {
    top: -70px;
  }
}

.salon_slide span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  font-size: 160px;
  line-height: 1em;
  animation: scrollAnime 18s linear infinite;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  .salon_slide span {
    font-size: 120px;
  }
}

.salon_heading {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .salon_heading {
    font-size: 28px;
  }
}
.salon_heading .en_font {
  font-weight: 500;
}

.salon_top {
  width: 380px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 440px) {
  .salon_top {
    width: 92vw;
  }
}

.salon_txt {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}

.salon_note {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.salon_slider {
  width: 100%;
  overflow: hidden;
}

.salon_slider .swiper-slide {
  width: 100%;
  height: auto;
}
.salon_slider .swiper-slide .salon_item_txt {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 6px;
}

/*------------------- message ------------------*/
.message {
  padding: 60px 0;
}

.message_heading {
  margin-bottom: 32px;
}

.message_heading > span.en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  color: #3f352c;
  font-weight: 300;
  font-size: 14px;
}

.message_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

.message_top {
  width: 380px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .message_top {
    width: 92vw;
  }
}

.message_name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 440px) {
  .message_name {
    font-size: 18px;
  }
}
.message_name .en_font {
  font-weight: 500;
}

.message_video {
  position: relative;
  width: 100%;
  aspect-ratio: 38/26;
  overflow: hidden;
}
.message_video video {
  width: 100%;
  aspect-ratio: 38/26;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.message_video.fullscreen {
  aspect-ratio: auto;
  height: auto;
}

.message_video.fullscreen video {
  aspect-ratio: auto;
  height: auto;
}

.message_btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.message_btn.hide {
  display: none;
  pointer-events: none;
}

.message_btn_inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.message_btn_txt {
  display: block;
  width: 52px;
  height: 19px;
  overflow: hidden;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.message_btn_arrow {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 1px solid #fff;
}

.message_btn_arrow img {
  display: grid;
  position: absolute;
  width: 16px;
  height: 16px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message_btn_arrow img:nth-child(2) {
  rotate: y -90deg;
}

.message_btn:hover .message_btn_arrow img:nth-child(1) {
  rotate: y 90deg;
}
.message_btn:hover .message_btn_arrow img:nth-child(2) {
  rotate: y 0deg;
}

.message_btn_txt span {
  display: grid;
  position: absolute;
  font-size: 18px;
  inset: 0;
  transform-style: preserve-3d;
  transition: rotate 0.4s;
  transform-origin: 0 50% -1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}
.message_btn_txt span:nth-child(2) {
  rotate: x -90deg;
}

.message_btn:hover .message_btn_txt span:nth-child(1) {
  rotate: x 90deg;
}
.message_btn:hover .message_btn_txt span:nth-child(2) {
  rotate: x 0deg;
}

.message_bottom {
  padding: 40px 0;
  position: relative;
  color: #fff;
}
.message_bottom::after {
  content: "";
  position: absolute;
  width: 95%;
  background-color: #bda18c;
  top: 0;
  right: 0;
  height: 100%;
}

.message_bottom_inner {
  position: relative;
  z-index: 2;
}

.message_bottom_heading {
  font-size: 24px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.message_bottom_img {
  width: 70%;
}

.message_bottom_txt {
  padding-right: 40px;
}
@media screen and (max-width: 440px) {
  .message_bottom_txt {
    padding-right: 3vw;
  }
}

.message_bottom_ttl {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  top: -24px;
}
@media screen and (max-width: 440px) {
  .message_bottom_ttl {
    font-size: 22px;
    top: -20px;
  }
}
@media screen and (max-width: 375px) {
  .message_bottom_ttl {
    font-size: 20px;
  }
}

.message_bottom_p {
  font-size: 14px;
  line-height: 1.8;
  width: 300px;
  margin-left: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 440px) {
  .message_bottom_p {
    line-height: 1.6;
    width: 90%;
  }
}

.message_bottom_name {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 8px;
  font-weight: 700;
}

.message_bottom_name span:nth-child(1) {
  font-size: 18px;
}
@media screen and (max-width: 440px) {
  .message_bottom_name span:nth-child(1) {
    font-size: 16px;
  }
}
.message_bottom_name span:nth-child(2) {
  font-size: 22px;
}
@media screen and (max-width: 440px) {
  .message_bottom_name span:nth-child(2) {
    font-size: 18px;
  }
}

.message .cta_btn {
  margin: 40px auto 0;
}

/*------------------- recruit ------------------*/
.recruit_heading {
  margin-bottom: 24px;
}

.recruit_heading > span.en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.recruit_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.recruit {
  background-color: #bda18c;
  padding: 60px 0;
  color: #fff;
}

.recruit_list {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .recruit_list {
    width: 84vw;
  }
}

.recruit_item {
  padding: 24px 0;
  border-bottom: 2px solid #fff;
}

.recruit_item_inner {
  display: grid;
  grid-template-columns: 110px 1fr;
  line-height: 1.5;
  font-size: 14px;
}

.recruit_item_note {
  line-height: 1.5;
  margin-top: 24px;
  font-size: 12px;
}

/*------------------- qa ------------------*/
.qa {
  background-color: #bda18c;
  padding: 40px 0;
  color: #fff;
}

.qa_heading {
  margin-bottom: 24px;
}

.qa_heading .en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.qa_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.qa_content {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .qa_content {
    width: 92vw;
  }
}

.qa_list {
  border-top: 2px solid #fff;
}

.qa_list:last-child {
  border-bottom: 2px solid #fff;
}

.qa_title {
  cursor: pointer;
  font-size: 18px;
  padding: 12px 32px 12px 0;
  position: relative;
  line-height: 1.6;
}

.qa_title_plus {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.qa_title_plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.qa_title_plus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  transition: all 0.3s ease-in-out;
}

.qa_title.open .qa_title_plus::before {
  transform: translateX(-50%) rotate(-90deg);
}

.qa_title_inner {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: start;
}

.qa_title_icon {
  font-size: 20px;
  padding-top: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.qa_answer {
  font-size: 16px;
  display: none;
  padding: 12px 0;
  line-height: 1.8;
  font-weight: 500;
}

.qa_answer_inner {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
}
@media screen and (max-width: 440px) {
  .qa_answer_inner {
    grid-template-columns: 32px 1fr;
  }
}

.qa_answer_icon {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 100%;
  padding-top: 2px;
}
@media screen and (max-width: 440px) {
  .qa_answer_icon {
    font-size: 20px;
    padding-top: 10px;
  }
}

.qa_answer_inner p a {
  text-decoration: underline;
  text-decoration-color: #fff;
}

/*------------------- company ------------------*/
.company {
  padding: 40px 0;
}

.company_heading {
  margin-bottom: 24px;
}

.company_heading .en_font {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
  color: #3f352c;
  font-weight: 300;
  font-size: 14px;
}

.company_heading_main {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.company_content {
  background-color: #fff;
  padding-bottom: 24px;
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .company_content {
    width: 92vw;
  }
}

.company_list {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .company_list {
    width: 84vw;
  }
}

.company_item {
  padding: 24px 0;
  border-bottom: 2px solid #111;
  display: grid;
  grid-template-columns: 120px 1fr;
  line-height: 1.5;
  font-size: 14px;
}

/*------------------- footer ------------------*/
.footer {
  background-color: #bda18c;
  padding: 24px 0;
  color: #fff;
}
.footer .cta_btn {
  margin-bottom: 40px;
}

.footer_wrap {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .footer_wrap {
    width: 84vw;
  }
}

.footer_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 350px) {
  .footer_nav {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
}
.footer_nav .bg_nav_a {
  margin-bottom: 0;
  width: 140px;
}
.footer_nav .bg_nav_wrap {
  width: 140px;
}
.footer_nav .bg_nav_a span {
  font-size: 14px;
}/*# sourceMappingURL=index.css.map */