@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #4b453e;
  line-height: 1.5;
  letter-spacing: 0;
}

.accordion_item {
  transition: all 0.5s ease;
}
.accordion_item .accordion_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.accordion_item .accordion_title::before, .accordion_item .accordion_title::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 0.875rem;
  width: 0.75rem;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.accordion_item .accordion_title::before {
  transform: rotate(0deg);
}
.accordion_item .accordion_title::after {
  transform: rotate(90deg);
}
.accordion_item .accordion_title.open::after {
  transform: rotate(0deg);
}
.accordion_item .accordion_box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* リセットCSS */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

.all_container {
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img,
video,
iframe,
picture {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
}

.u_sp,
.u_sp_b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp,
.u_sp_b {
    display: block !important;
  }
}

.u_sp_i {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_i {
    display: inline !important;
  }
}

.u_sp_ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_ib {
    display: inline-block !important;
  }
}

.u_sp_f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_f {
    display: flex !important;
  }
}

.u_sp_t {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_t {
    display: table-row !important;
  }
} /* インナーボックス */
.innerbox_390 {
  max-width: calc(390px + 1.25rem);
  margin: 0 auto;
  padding: 0 0.625rem;
}

/* その他頻出パーツ */
.flexbox {
  display: flex;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a,
button,
.btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover,
button:hover,
.btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover,
button:hover,
.btn:hover {
    opacity: 1;
  }
}

ul.dot_list > li {
  display: block;
  position: relative;
  padding-left: 1em;
}
ul.dot_list > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* body(全体) */
main#main {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.6875rem;
  padding-bottom: 3.4375rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* ヘッダー */
header#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4.6875rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.5rem);
}
header#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
header#header .header_logo {
  display: block;
}
header#header .header_logo a {
  display: block;
}
header#header .header_logo img {
  width: 5rem;
}
/* フッター */
/* CTA */
section.cta {
  background-color: #f7f6f4;
  padding: 2.5rem 0.9375rem;
}
section.cta .cta_inner {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
section.cta .cta_title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #c88785;
  padding: 0.5rem;
}
section.cta .cta_info_list {
  padding: 1rem 1.25rem 1.875rem 1.875rem;
}
section.cta .cta_info_list_wrapper {
  padding-top: 0.625rem;
}
section.cta .cta_info_list__title {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 1.5625rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid;
}
section.cta .cta_info_list_item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.cta .cta_info_list_item:nth-child(n+2) {
  margin-top: 0.5rem;
}
section.cta .cta_info_list_item__number {
  width: 2.25rem;
  height: 0.875rem;
  font-size: 0.625rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #c88785;
  border-radius: 1.25rem;
}
section.cta .cta_info_list_item__text {
  font-size: 1rem;
}
section.cta .cta_btn_wrapper {
  padding: 0 0.9375rem 1.25rem;
}

/* その他パーツ */
.cta_btn_01 {
  display: block;
  background-color: #06c655;
  padding: 0.5rem 1.25rem;
  border-radius: 5rem;
  border: 1px solid #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.cta_btn_01 span {
  color: #fff;
  text-align: center;
}
.cta_btn_01 .upper {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
}
.cta_btn_01 .lower {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.375rem;
}
.cta_btn_01 .lower img {
  width: 1.0625rem;
}

.cta_btn_02 {
  position: relative;
  z-index: 400;
  display: block;
  background-color: #06c655;
  padding: 1rem 1.25rem;
  border-radius: 5rem;
  border: 1px solid #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
}
.cta_btn_02 .upper {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  height: 1.5625rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  color: #06c655;
  background-color: #fff;
  border-radius: 3.75rem;
  border: 1px solid #06c655;
}
.cta_btn_02 .lower {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.cta_btn_02 .lower img {
  width: 1.0625rem;
}

#fixed_cta_btn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.accent_dot {
  display: inline-block;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  padding-top: 0.3em;
}
.accent_dot__white {
  background-image: radial-gradient(0.1em 0.1em at center center, #fff, #fff 100%, transparent, transparent);
}

section#introduction {
  background-image: url(../../assets/img/introduction_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0.9375rem;
}
section#introduction .introduction_title img {
  max-width: 21.625rem;
}
section#introduction .introduction_explain {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0.5rem;
}
section#introduction .introduction_explain > span {
  display: block;
}
section#introduction .introduction_explain > span:nth-child(n+2) {
  margin-top: 0.5rem;
}
section#introduction .introduction_btn {
  padding-top: 1.25rem;
}

section#recommend {
  background: linear-gradient(225.59deg, rgba(183, 171, 160, 0.4) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(183, 171, 160, 0.4) 100%);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
section#recommend .recommend_title {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  padding: 0 0.9375rem;
}
section#recommend .recommend_title span {
  display: block;
  border-left: 1px solid #4b453e;
  padding-left: 0.375rem;
}
section#recommend .recommend_list_wrapper {
  background-image: url(../../assets/img/recommend_list_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.25rem 1.5625rem 1.25rem 0.9375rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
}
section#recommend .recommend_list_item {
  position: relative;
  z-index: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 1.4375rem;
}
section#recommend .recommend_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.0625rem;
  height: 1.3125rem;
  background-image: url(../../assets/img/icon_check.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section#recommend .recommend_list_item:nth-child(n+2) {
  margin-top: 1rem;
}

section#features {
  background-color: #f9f8f6;
  padding: 2.5rem 0.9375rem 1.25rem;
}
section#features .features_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
section#features .features_title::before, section#features .features_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4b453e;
}
section#features .features_title_inner {
  display: block;
  white-space: nowrap;
  flex-shrink: 0;
}
section#features .features_title_inner > span {
  display: block;
}
section#features .features_title .upper {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
}
section#features .features_title .lower {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: italic;
  margin-top: -0.25rem;
}
section#features .features_title .number {
  font-size: 3.125rem;
  font-weight: 500;
}
section#features .features_list_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
section#features .features_list_item__image {
  width: 6.25rem;
  object-fit: contain;
  flex-shrink: 0;
}
section#features .features_list_item__text {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
}
section#features .features_list_item__title {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  background-color: #b19376;
  padding: 0.25rem 0.375rem;
}
section#features .features_list_item__explain {
  font-size: 0.875rem;
  line-height: 1.4;
}
section#features .features_list_item__explain span {
  display: block;
  margin-top: 0.25rem;
}
section#features .features_arrow {
  height: 2.625rem;
  object-fit: contain;
  margin: 0.625rem 0 1rem;
}
section#features .features_keywords {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
  text-align: center;
}
section#features .features_keywords__accent {
  position: relative;
  z-index: 400;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  padding: 0.125rem 0.625rem;
}
section#features .features_keywords__accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #b19376;
  clip-path: polygon(0.25rem 0%, 100% 0%, calc(100% - 0.25rem) 100%, 0% 100%);
}

section#worries {
  position: relative;
  z-index: 400;
  background-color: #e4e2e0;
  padding: 2.5rem 0.9375rem;
}
section#worries .worries_inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2.5rem 0.625rem 0.5rem;
  border: 1px solid #fff;
}
section#worries .worries_title {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
  color: #fff;
  background-color: #c88785;
  border: 1px solid #fff;
  border-radius: 4.375rem;
  padding: 0.375rem 1.75rem;
}
section#worries .worries_title .accent_dot {
  font-size: 1.5rem;
  font-weight: 500;
}
section#worries .worries_list {
  padding: 0 0.9375rem;
}
section#worries .worries_list_item {
  position: relative;
  z-index: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 1.4375rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #b19376;
}
section#worries .worries_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.0625rem;
  height: 1.3125rem;
  background-image: url(../../assets/img/icon_check.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section#worries .worries_list_item:nth-child(n+2) {
  margin-top: 0.75rem;
}
section#worries .worries_explain {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-top: 1.25rem;
}
section#worries .worries_explain__accent {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #b19376;
  padding: 0.375rem 0.5rem;
}

section#reason {
  position: relative;
  z-index: 500;
  background: linear-gradient(180deg, #b7aba0 0%, #f7f6f4 100%);
  padding: 2.5rem 0.9375rem;
  border-radius: 1.25rem 1.25rem 0 0;
  margin-top: -1.25rem;
}
section#reason .reason_title {
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 0.4375rem;
}
section#reason .reason_items_wrapper {
  margin-top: 1.875rem;
}
section#reason .reason_item {
  background-color: #fff;
  padding: 1.875rem 0.9375rem;
  border: 1px solid #b19376;
  border-radius: 0.625rem;
}
section#reason .reason_item:nth-child(n+2) {
  margin-top: 2.5rem;
}
section#reason .reason_item__number {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #b19376;
  padding: 0.25rem 0.625rem;
  border-top: 1px solid #b19376;
  border-bottom: 1px solid #b19376;
}
section#reason .reason_item__title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1rem;
}
section#reason .reason_item__image {
  margin-top: 1rem;
}
section#reason .reason_item__explain {
  margin-top: 1rem;
}
section#reason .reason_item__explain > span {
  display: block;
}
section#reason .reason_item__explain > span:nth-child(n+2) {
  margin-top: 0.5rem;
}
section#reason .reason_item__explain table {
  width: 100%;
  margin: 0.5rem 0;
}
section#reason .reason_item__explain table th,
section#reason .reason_item__explain table td {
  line-height: 1.2;
  text-align: center;
  padding: 0.375rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
section#reason .reason_item__explain table th {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
section#reason .reason_item__explain table th.personal {
  background-color: #b19376;
}
section#reason .reason_item__explain table th.product {
  background-color: #c4a484;
}
section#reason .reason_item__explain table td {
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #edecea;
}

section#about {
  background-color: #f7f6f4;
  padding: 2.5rem 0.9375rem;
}
section#about .about_title {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.375rem;
  border-left: 1px solid #4b453e;
}
section#about .about_subtitle span {
  display: block;
  font-weight: 400;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
section#about .about_subtitle__en {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #b19376;
  margin-bottom: 0.375rem;
}
section#about .about_subtitle__ja {
  font-size: 1.5rem;
}
section#about_concept {
  padding-top: 1.75rem;
}
section#about_concept .about_concept_explain {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 1rem;
}
section#about_concept .about_concept_images {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
section#about_concept .about_concept_images .left_images {
  width: 12.5rem;
  flex-shrink: 0;
}
section#about_concept .about_concept_images .right_images {
  width: 100%;
}
section#about_concept .about_concept_images img {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
section#about_concept .about_concept_images img:nth-child(n+2) {
  margin-top: 1.25rem;
}
section#about_treatment {
  padding-top: 2.5rem;
}
section#about_treatment .about_treatment_items_wrapper {
  margin-top: 1.25rem;
}
section#about_treatment .about_treatment_item {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #b19376;
  padding: 0.5rem 0.625rem;
}
section#about_treatment .about_treatment_item:nth-child(n+2) {
  margin-top: 0.625rem;
}
section#about_info {
  padding-top: 2.5rem;
}
section#about_info .about_info_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  height: 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border-radius: 1.875rem;
  border: 1px solid #b19376;
}
section#about_info .about_info_table {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem 0.625rem;
  margin-top: 1.25rem;
}
section#about_info .about_info_table__label {
  height: 2.625rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  background-color: #b19376;
}
section#about_info .about_info_table__content {
  font-size: 1rem;
  line-height: 1.4;
}
section#about_info .about_info_table__content .small {
  font-size: 0.875rem;
}
section#about .about_keyword {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding: 0 0.375rem;
  margin-top: 2.5rem;
}
section#about .about_keyword img {
  margin-bottom: 0.5rem;
}
section#about .about_keyword__accent {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #b19376;
  padding: 0.125rem 0.375rem;
  margin: 0 0.125rem;
}

section#before_after {
  background: linear-gradient(270deg, #fef9f0 0%, #ffffff 50%, #fef9f0 100%);
  padding: 2.5rem 0.9375rem;
}
section#before_after .bfaf_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.375rem;
  border-left: 1px solid #b19376;
}
section#before_after .bfaf_images {
  display: flex;
  gap: 0.125rem;
  margin-top: 1.875rem;
}
section#before_after .bfaf_images__before, section#before_after .bfaf_images__after {
  width: calc((100% - 0.125rem) / 2);
}
section#before_after .bfaf_images__before img, section#before_after .bfaf_images__after img {
  aspect-ratio: 179/220;
  object-fit: cover;
}
section#before_after .bfaf_images__before span, section#before_after .bfaf_images__after span {
  height: 1.875rem;
  font-size: 1rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
section#before_after .bfaf_images__before span {
  color: #4b453e;
  background-color: #d9d9d9;
}
section#before_after .bfaf_images__after span {
  color: #fff;
  background-color: #b19376;
}
section#before_after .bfaf_explain {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2.5rem;
}
section#before_after .bfaf_explain > span {
  display: block;
  margin-top: 1.125rem;
}
section#before_after .bfaf_explain__accent {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #b19376;
  padding: 0.375rem;
  margin: 0 0.125rem;
}

section#store_image {
  background-color: #fff;
  padding: 2.5rem 0;
}
section#store_image .store_image_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding: 0 0.9375rem;
}
section#store_image .store_image_title span {
  display: block;
  border-left: 1px solid #4b453e;
  padding-left: 0.375rem;
}
section#store_image .store_image_slider {
  margin-top: 1.875rem;
  padding-bottom: 2.5rem;
}
section#store_image .swiper-button-prev {
  left: 0.375rem;
}
section#store_image .swiper-button-prev img {
  transform: rotate(180deg);
}
section#store_image .swiper-button-next {
  right: 0.375rem;
}
section#store_image .swiper-slide {
  padding: 0 0.9375rem;
}
section#store_image .swiper-slide__image {
  aspect-ratio: 360/262;
  object-fit: cover;
}
section#store_image .swiper-slide__category {
  width: 7.75rem;
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #b19376;
  border-radius: 4.375rem;
  margin-top: 0.5rem;
}
section#store_image .swiper-slide__explain {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
section#store_image .swiper-pagination-bullet {
  background: #d8cfc7;
}
section#store_image .swiper-pagination-bullet-active {
  background: #b19376;
}

section#training {
  background-color: #f7f6f4;
  padding: 2.5rem 0.9375rem 0;
}
section#training .training_title span {
  display: block;
  font-weight: 400;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
section#training .training_title__en {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #b19376;
  margin-bottom: 0.375rem;
}
section#training .training_title__ja {
  font-size: 1.5rem;
}
section#training .training_contents_wrapper {
  padding: 0.625rem;
  margin-top: 1.875rem;
  border: 1px solid #b19376;
}
section#training .training_step_item {
  margin-bottom: 1rem;
}
section#training .training_step_item__number {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #b19376;
  border-radius: 1.25rem;
  padding: 0.3125rem 0.625rem;
  overflow: hidden;
}
section#training .training_step_item__number .number {
  position: relative;
  z-index: 400;
  margin-left: 0.8125rem;
}
section#training .training_step_item__number .number::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #b9a99a;
}
section#training .training_step_item__explain {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
section#training .training_point {
  color: #fff;
  background-color: #b19376;
  padding: 1rem 0.625rem;
}
section#training .training_point__title {
  width: 5rem;
  height: 1.3125rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid #fff;
  border-radius: 1.875rem;
}
section#training .training_point__explain {
  line-height: 1.4;
  margin-top: 1rem;
}
section#training .training_point__explain .underline {
  font-weight: 500;
}

section#skill {
  background-color: #f7f6f4;
  padding: 2.5rem 0.9375rem;
}
section#skill .skill_title span {
  display: block;
  font-weight: 400;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
section#skill .skill_title__en {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #b19376;
  margin-bottom: 0.375rem;
}
section#skill .skill_title__ja {
  font-size: 1.5rem;
}
section#skill .skill_list {
  margin-top: 1.875rem;
}
section#skill .skill_list_item {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #b19376;
}
section#skill .skill_list_item:nth-child(n+2) {
  margin-top: 1rem;
}

section#overview {
  background-color: #f7f6f4;
  padding: 2.5rem 0.9375rem;
}
section#overview .overview_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.375rem;
  border-left: 1px solid #4b453e;
}
section#overview .overview_table {
  display: grid;
  grid-template-columns: 6.25rem auto;
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
  margin-top: 1.875rem;
}
section#overview .overview_table__label, section#overview .overview_table__content {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0.375rem 0.5rem;
}
section#overview .overview_table :nth-child(n+3) {
  border-top: 1px solid #b19376;
}
section#overview .overview_table__content {
  border-left: 1px solid #b19376;
}

section#flow {
  background-color: #f7f6f4;
  padding: 2.5rem 0.9375rem;
}
section#flow .flow_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.375rem;
  border-left: 1px solid #4b453e;
}
section#flow .flow_list {
  background-color: #fff;
  padding: 1.875rem 1.25rem;
  margin-top: 2.375rem;
}
section#flow .flow_list_item {
  position: relative;
  z-index: 400;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
section#flow .flow_list_item:not(:nth-last-child(1)) {
  min-height: 6.4375rem;
}
section#flow .flow_list_item:not(:nth-last-child(1))::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1.5rem;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #b19376;
}
section#flow .flow_list_item__number {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Zen Old Mincho", serif;
  border: 1px solid #b19376;
  border-radius: 50%;
}
section#flow .flow_list_item__content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
section#flow .flow_list_item__subtitle {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
}
section#flow .flow_list_item__explain {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
section#flow .flow_list_item .cta_btn_01 .upper {
  font-size: 0.6875rem;
}
section#flow .flow_list_item .cta_btn_01 .lower {
  font-size: 0.875rem;
  margin-top: 0.4375rem;
}
section#flow .flow_list_item .cta_btn_01 .lower img {
  width: 0.875rem;
}
section#flow .flow_list_item:nth-child(2n+1) .flow_list_item__number {
  color: #fff;
  background-color: #b19376;
}
section#flow .flow_list_item:nth-child(2n) .flow_list_item__number {
  color: #4b453e;
  background-color: #fff;
}
section#flow .flow_bottom_contents {
  margin-top: 2.375rem;
}
section#flow .flow_bottom_explain {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
section#flow .flow_bottom_btn {
  padding: 1.375rem 0.5625rem 0;
}

section#message {
  background-image: url(../../assets/img/message_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0.9375rem;
}
section#message .message_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.375rem;
  border-left: 1px solid #4b453e;
}
section#message .message_text {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1rem;
}

section#faq {
  padding: 3.125rem 0.9375rem;
}
section#faq .faq_title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.375rem;
  border-left: 1px solid #4b453e;
}
section#faq .faq_list {
  margin-top: 3.75rem;
}
section#faq .faq_list_item:nth-child(n+2) {
  margin-top: 1.5rem;
}
section#faq .faq_list_item__title {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  background-color: #b19376;
  padding: 0.40625rem 2.5rem 0.40625rem 0.625rem;
}
section#faq .faq_list_item__content {
  font-size: 0.875rem;
  line-height: 1.4;
}
section#faq .faq_list_item__content_inner {
  padding-top: 0.5rem;
}

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