@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1vw;
  }
}

@font-face {
  font-family: "ryumin";
  font-style: normal;
  src: url("./font/ryumin.woff2") format("woff2"), url("./font/ryumin.woff") format("woff");
}

@font-face {
  font-family: "ryumin-m";
  font-style: normal;
  src: url("./font/ryumin-m.woff2") format("woff2"), url("./font/ryumin-m.woff") format("woff");
}

body {
  font-family: "ryumin", sans-serif;
  color: #000000;
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 1000px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 1001px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.content_width {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .content_width {
    width: 100%;
    padding: 0 8.4rem;
  }
}

@media (max-width: 767px) {
  .content_width {
    width: 100%;
    padding: 0 4.8rem;
  }
}

.red {
  color: #e50012;
}

.top_text {
  font-size: 3.2rem;
  line-height: 2.125;
}

@media (min-width: 1001px) {
  .top_text {
    font-size: 1.6rem;
    max-width: 83.1rem;
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
  }
}

em {
  font-style: normal;
}

.section_title {
  color: #c48e5a;
  text-align: center;
  font-size: 5.7rem;
  line-height: 1.3684210526;
}

@media (min-width: 1001px) {
  .section_title {
    font-size: 5rem;
  }
}

.header {
  font-size: 3.77rem;
}

.header .header_top_wrapper {
  width: 100%;
  align-items: center;
  height: 10.3rem;
  padding: 0 3.2rem 0 2.3rem;
}

@media (max-width: 767px) {
  .header .header_top_wrapper {
    height: 15.3rem;
  }
}

.header .title_logo {
  display: flex;
}

.header .title_logo img {
  width: 46.8rem;
}

@media (max-width: 767px) {
  .header .title_logo img {
    width: 54.8rem;
  }
}

.mainvisual .mv_text {
  font-size: 3.75rem;
  line-height: 1.6;
  text-align: center;
  padding: 0.9rem 0 4.9rem;
}

.mainvisual .mv_text .red .number {
  font-size: 5.9rem;
}

.mainvisual .mv_text .red .ja {
  font-size: 4.9rem;
}

.cta_area {
  background: #f2e7db;
  padding: 2.5rem 0 6.7rem;
  text-align: center;
}

.cta_area .cta_top {
  font-size: 4.1rem;
  text-align: center;
}

.cta_area .cta_top span {
  position: relative;
}

.cta_area .cta_top span:before {
  position: absolute;
  content: "";
  background: #000000;
  height: 0.3rem;
  width: 6rem;
  transform: rotate(45deg);
  left: -7.3rem;
  bottom: 2.5rem;
}

.cta_area .cta_top span:after {
  position: absolute;
  content: "";
  background: #000000;
  height: 0.3rem;
  width: 6rem;
  transform: rotate(135deg);
  right: -7.3rem;
  bottom: 2.5rem;
}

.cta_area .cta_button {
  width: 56.6rem;
  margin-top: 1.9rem;
}

.member {
  padding-top: 4.6rem;
  padding-bottom: 13.6rem;
}

.member .member_image {
  gap: 3.4rem;
  flex-wrap: wrap;
  padding: 0 8.8rem 0;
}

@media (min-width: 1001px) {
  .member .member_image {
    max-width: 83.1rem;
    margin: 0 auto;
    padding: 0;
  }
}

.member .member_image li {
  width: calc(50% - 1.7rem);
}

@media (min-width: 1001px) {
  .member .member_image li {
    width: 39.4rem;
  }
}

.member .member_image li img {
  min-width: 39.4rem;
  box-shadow: 5px 5px 5px rgba(35, 24, 21, 0.4);
}

@media (max-width: 1000px) {
  .member .member_image li img {
    width: 39.4rem;
    max-width: 100%;
    min-width: auto;
  }
}

.member .section_title {
  font-size: 4.3rem;
  line-height: 1.5;
  margin-top: 6.5rem;
  text-align: center;
  color: #000000;
  letter-spacing: 0.1em;
}

.member .section_title .red {
  font-size: 5.7rem;
}

.member .top_text {
  margin-top: 2.3rem;
}

@media (max-width: 767px) {
  .member .top_text {
    font-size: 3.8rem;
  }
}

.point {
  padding-bottom: 7.4rem;
}

.point .point_list {
  flex-direction: column;
  margin-top: 6.2rem;
}

@media (min-width: 1001px) {
  .point .point_list {
    flex-direction: row;
    gap: 2rem;
  }
}

.point .point_list li {
  border: solid 1px #c48e5a;
  padding-bottom: 6.7rem;
  margin-bottom: 9.8rem;
}

@media (min-width: 1001px) {
  .point .point_list li {
    width: 33.3333333333%;
    margin-bottom: 0;
    padding-bottom: 4.7rem;
  }
}

.point .point_list li:last-child {
  margin-bottom: 0;
}

.point .point_list li .line_brown {
  background: #c48e5a;
  width: 100%;
  height: 2.7rem;
  display: block;
}

@media (min-width: 1001px) {
  .point .point_list li .line_brown {
    height: 1.7rem;
  }
}

.point .point_list li .number {
  font-family: "ryumin-m";
  font-size: 5.7rem;
  color: #c48e5a;
  padding-left: 2.7rem;
  margin-top: -1.7rem;
  display: block;
  letter-spacing: 0.1em;
}

@media (min-width: 1001px) {
  .point .point_list li .number {
    font-size: 3.7rem;
    margin-top: -0.7rem;
  }
}

.point .point_list li .point_title {
  text-align: center;
  margin-top: 2.6rem;
  line-height: 1.6;
  font-size: 5.7rem;
  color: #231815;
}

@media (min-width: 1001px) {
  .point .point_list li .point_title {
    margin-top: 0.6rem;
  }
}

.point .point_list li .point_title .top_title {
  font-size: 4rem;
  color: #c48e5a;
  display: block;
}

@media (min-width: 1001px) {
  .point .point_list li .point_title .top_title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1001px) {
  .point .point_list li .point_title {
    font-size: 2.7rem;
  }
}

.point .point_list li img {
  width: 71.1rem;
  display: block;
  margin: 3.1rem auto 0;
}

@media (min-width: 1001px) {
  .point .point_list li img {
    width: 86%;
  }
}

.point .point_list li p {
  font-size: 3.2rem;
  line-height: 1.625;
  margin-top: 2.9rem;
  padding: 0 5.5rem;
  letter-spacing: -0.09em;
}

@media (max-width: 767px) {
  .point .point_list li p {
    letter-spacing: 0.1em;
    font-size: 3.6rem;
  }
}

@media (min-width: 1001px) {
  .point .point_list li p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 86%;
    margin: 2.9rem auto 0;
    padding: 0;
  }
}

.reason {
  padding: 12.2rem 6.7rem 0;
}

.reason .top_text {
  margin-top: 9.4rem;
}

@media (min-width: 1001px) {
  .reason .top_text {
    margin-top: 5.4rem;
  }
}
@media (max-width: 767px) {
  .reason .top_text {
    font-size: 3.8rem;
  }
}
.reason .price_list {
  margin-top: 9.6rem;
}

.reason .reason_image {
  margin-top: 7.7rem;
}

.reason .cm_image {
  width: 71.6rem;
  margin: 10.8rem auto 0;
  display: block;
}

.flow {
  padding-top: 13.3rem;
}

.flow .flow_list {
  flex-direction: column;
}

@media (min-width: 1001px) {
  .flow .flow_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flow .flow_list li {
  border: solid 1px #c48e5a;
  padding: 0.4rem 2rem 2.3rem 3.2rem;
  min-height: 23.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .flow .flow_list li {
    padding: 3.2rem 3.2rem 4.8rem 4.2rem;
    margin-bottom: 6rem;
    justify-content: flex-start;
  }
}

@media (min-width: 1001px) {
  .flow .flow_list li {
    width: calc(25% - 4.5rem);
    flex-direction: column;
    justify-content: flex-start;
    padding: 3.2rem 2rem;
    margin-bottom: 0;
  }
}

.flow .flow_list li::after {
  position: absolute;
  content: "";
  background-image: url(./images/bottom.png);
  background-size: contain;
  width: 6rem;
  height: 5.9rem;
  bottom: -7rem;
  left: 46.4%;
}

@media (max-width: 767px) {
  .flow .flow_list li::after {
    bottom: -9rem;
  }
}

@media (min-width: 1001px) {
  .flow .flow_list li::after {
    width: 4rem;
    height: 4.9rem;
    bottom: 16rem;
    right: -6rem;
    left: inherit;
    transform: rotate(270deg);
  }
}

.flow .flow_list li .flow_icon_wrapper {
  width: 52%;
}

@media (max-width: 767px) {
  .flow .flow_list li .flow_icon_wrapper {
    width: 70%;
  }
}

@media (min-width: 1001px) {
  .flow .flow_list li .flow_icon_wrapper {
    width: 100%;
    height: 12rem;
  }
}

.flow .flow_list li .flow_icon_wrapper .flow_icon {
  display: block;
  margin: 0 auto;
}

.flow .flow_list li .flow_title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #c48e5a;
  padding-left: 2rem;
}

@media (min-width: 1001px) {
  .flow .flow_list li .flow_title {
    font-size: 1.43vw;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
  }
}

.flow .flow_list li p {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-left: 2rem;
  letter-spacing: -0.09em;
}

@media (max-width: 767px) {
  .flow .flow_list li p {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1001px) {
  .flow .flow_list li p {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}

.flow .flow_list li:nth-child(1) .flow_icon {
  width: 15.1rem;
  margin-bottom: -5rem;
}

@media (min-width: 1001px) {
  .flow .flow_list li:nth-child(1) .flow_icon {
    width: 10.1rem;
    margin-bottom: 0;
  }
}

.flow .flow_list li:nth-child(2) .flow_icon {
  width: 16.2rem;
  margin-bottom: -5rem;
}

@media (min-width: 1001px) {
  .flow .flow_list li:nth-child(2) .flow_icon {
    width: 11.2rem;
    margin-bottom: 0;
  }
}

.flow .flow_list li:nth-child(3) .flow_icon {
  width: 14.7rem;
  margin-bottom: -5rem;
}

@media (min-width: 1001px) {
  .flow .flow_list li:nth-child(3) .flow_icon {
    width: 9.7rem;
    margin-bottom: 0;
    padding-top: 1.7rem;
  }
}

.flow .flow_list li:nth-child(4) .flow_icon {
  width: 10.8rem;
  margin-bottom: -3.2rem;
}

@media (min-width: 1001px) {
  .flow .flow_list li:nth-child(4) .flow_icon {
    width: 5.8rem;
    margin-bottom: 0;
    padding-top: 1.9rem;
  }
}

.flow .flow_list li:last-child {
  margin-bottom: 0;
}

.flow .flow_list li:last-child::after {
  background: none;
}

.price {
  padding: 17rem 7.3rem 0;
}

.price .top_text {
  margin-top: 3.3rem;
}

@media (max-width: 767px) {
  .price .top_text {
    font-size: 3.8rem;
  }
}

.price .price_list {
  margin-top: 4.7rem;
}

.contact {
  padding-top: 21.2rem;
  padding-bottom: 12rem;
}

@media (min-width: 1001px) {
  .contact {
    width: 60%;
  }
}

.contact .section_title {
  margin-bottom: 11.9rem;
}

.contact .footer_logo {
  width: 32rem;
  margin: 14.6rem auto 0;
  display: block;
}

.contact p {
  margin-bottom: 5.3rem;
}

.contact p.form_title {
  font-family: "ryumin-m";
  font-size: 4rem;
  color: #c48e5a;
  text-align: center;
  margin-bottom: 1rem;
}

.button,
input,
select,
textarea {
  border: solid 1px #c58f5a;
  width: 100%;
  padding: 0.6rem 1.6rem;
  font-size: 4rem;
}

@media (min-width: 1001px) {

  .button,
  input,
  select,
  textarea {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {

  .button,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

.send_button {
  background: url(./images/send_button.png) no-repeat;
  background-size: contain;
  width: 43.1rem;
  height: 12.3rem;
  border: none;
  margin: 0 auto;
  display: block;
  margin-top: 7rem;
}

.complite {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
}

@media (min-width: 1001px) {
  .complite {
    font-size: 4rem;
  }
}

.complite_text {
  text-align: center;
  font-size: 4rem;
  margin-top: 3rem;
}

@media (min-width: 1001px) {
  .complite_text {
    font-size: 2.8rem;
  }
}

.mw_wp_form span.error {
  font-size: 2rem;
  color: #B70000;
  display: block;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .mw_wp_form span.error {
    font-size: 3rem;
  }
}

.footer {
  background: #e8d2ba;
  height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .copyright {
  font-size: 2.3rem;
  text-align: center;
}

.humberger_btn {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 11.7rem;
  height: 10.3rem;
  padding: 0 3.2rem 0 3.2rem;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .humberger_btn {
    width: 15.7rem;
    height: 15.3rem;
    padding: 3.2rem;
  }
}

.humberger_btn .humburger_line {
  position: relative;
}

.humberger_btn .humburger_line .line {
  position: absolute;
  content: "";
  background: #231815;
  width: 5.3rem;
  height: 0.4rem;
}

@media (max-width: 767px) {
  .humberger_btn .humburger_line .line {
    width: 9.7rem;
    height: 2px;
  }
}

.humberger_btn .humburger_line .line:nth-child(1) {
  top: 2.5rem;
  right: 0;
}

@media (max-width: 767px) {
  .humberger_btn .humburger_line .line:nth-child(1) {
    top: 0;
  }
}

.humberger_btn .humburger_line .line:nth-child(2) {
  top: 4.4rem;
  right: 0;
}

@media (max-width: 767px) {
  .humberger_btn .humburger_line .line:nth-child(2) {
    top: 2.4rem;
  }
}

.humberger_btn .humburger_line .line:nth-child(3) {
  top: 6.3rem;
  right: 0;
}

@media (max-width: 767px) {
  .humberger_btn .humburger_line .line:nth-child(3) {
    top: 4.8rem;
  }
}

.humberger_btn .humburger_line .text_menu {
  font-size: 2.2rem;
  color: #231815;
  position: absolute;
  content: "";
  top: 5.8rem;
  right: 0;
}

@media (max-width: 767px) {
  .humberger_btn .humburger_line .text_menu {
    font-size: 3.8rem;
    top: 3.7rem;
  }
}

.humberger_btn .humburger_line .text_close {
  display: none;
  font-size: 2.2rem;
  color: #231815;
  position: absolute;
  content: "";
  top: 5.8rem;
  right: 0;
}

@media (max-width: 767px) {
  .humberger_btn .humburger_line .text_close {
    font-size: 3.8rem;
    top: 3.7rem;
  }
}

.sp_header_menu {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.sp_header_menu ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .sp_header_menu ul li {
    margin-bottom: 2rem;
    font-size: 5.4rem;
  }
}

.sp_header_menu.active {
  opacity: 1;
  visibility: visible;
}

.humberger_btn.active .text_menu {
  display: none;
}

.humberger_btn.active .text_close {
  display: block;
}

@media (max-width: 767px) {
  .humberger_btn.active .text_close {
    top: 5.7rem;
    right: 0.5rem;
  }
}

.humberger_btn.active .line:nth-child(1) {
  top: 4.4rem;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .humberger_btn.active .line:nth-child(1) {
    top: 3.4rem;
  }
}

.humberger_btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .humberger_btn.active .line:nth-child(2) {
    top: 3.4rem;
  }
}

.humberger_btn.active .line:nth-child(3) {
  transform: rotate(45deg);
  top: 4.4rem;
}

@media (max-width: 767px) {
  .humberger_btn.active .line:nth-child(3) {
    top: 3.4rem;
  }
}