.s-mnens {
  background: linear-gradient(#dedede 0%, #f2f2f2 35.15%, #f2f2f2 65.28%, #dedede 100%);
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .s-mnens {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens {
    padding: 50rem 15rem;
  }
}
.s-mnens .sec_title h2 {
  text-align: center;
  color: #191919;
}
.s-mnens .mnens_box {
  max-width: 900px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box {
    max-width: 900rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box {
    max-width: 100%;
    margin-top: 30rem;
  }
}
.s-mnens .mnens_box .box_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_title {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box .box_title {
    font-size: 24rem;
  }
}
.s-mnens .mnens_box .box_txt {
  margin-top: 80px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #444444;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_txt {
    font-size: 16rem;
    margin-top: 80rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box .box_txt {
    margin-top: 20rem;
  }
}
.s-mnens .mnens_box .box_txt .list_txt {
  margin: 20px auto;
  margin-left: 50px;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_txt .list_txt {
    margin: 20rem auto;
    margin-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box .box_txt .list_txt {
    margin-left: 40rem;
  }
}
.s-mnens .mnens_box .box_txt .list_txt li {
  margin: 20px auto;
  list-style: decimal;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_txt .list_txt li {
    margin: 20rem auto;
    font-size: 18rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box .box_txt .list_txt li {
    font-size: 16rem;
  }
}
.s-mnens .mnens_box .box_txt .list_txt li::marker {
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 30px;
  text-align: left;
  color: #b09a77;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_txt .list_txt li::marker {
    font-size: 30rem;
  }
}
.s-mnens .membership_box {
  max-width: 1400px;
  margin: auto;
  margin-top: 60px;
  background: #fff;
  padding: 80px;
  padding-top: 60px;
}
@media screen and (max-width: 1500px) {
  .s-mnens .membership_box {
    max-width: 1400rem;
    margin-top: 60rem;
    padding: 80rem;
    padding-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .membership_box {
    max-width: 100%;
    margin-top: 40rem;
    padding: 30rem 20rem;
  }
}
.s-mnens .membership_box .box_title {
  margin: auto;
  text-align: center;
  position: relative;
}
.s-mnens .membership_box .box_title::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #191919;
}
.s-mnens .membership_box .box_title h4 {
  position: relative;
  z-index: 2;
  margin: auto;
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
  background: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 1500px) {
  .s-mnens .membership_box .box_title h4 {
    font-size: 40rem;
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .membership_box .box_title h4 {
    font-size: 24rem;
    padding: 0 20rem;
  }
}
.s-mnens .membership_box .top_txt {
  margin-top: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-mnens .membership_box .top_txt {
    font-size: 16rem;
    line-height: 26rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .membership_box .top_txt {
    margin-top: 20rem;
  }
}
.s-mnens .membership_box .bottom_box .large_txt {
  margin-top: 60px;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #b09a77;
}
@media screen and (max-width: 1500px) {
  .s-mnens .membership_box .bottom_box .large_txt {
    font-size: 30rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .membership_box .bottom_box .large_txt {
    font-size: 21rem;
    margin-top: 30rem;
  }
}
.s-mnens .membership_box .bottom_box .small_txt {
  margin-top: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-mnens .membership_box .bottom_box .small_txt {
    font-size: 16rem;
    line-height: 26rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .membership_box .bottom_box .small_txt {
    margin-top: 20rem;
  }
}

.m-flow {
  padding: 100px 60px;
}
@media screen and (max-width: 1500px) {
  .m-flow {
    padding: 100rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow {
    padding: 50rem 15rem;
  }
}
.m-flow .sec_title h2 {
  text-align: center;
  color: #191919;
}
.m-flow .sec_title p.jp {
  text-align: center;
}
.m-flow .flow_box .toptxt {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .toptxt {
    max-width: 900rem;
    margin-top: 30rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .toptxt {
    margin-top: 20rem;
    max-width: 100%;
  }
}
.m-flow .flow_box .flow_grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid {
    margin-top: 60rem;
    grid-gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .flow_grid {
    grid-template-columns: 1fr;
    grid-gap: 20rem;
    margin-top: 20rem;
  }
}
.m-flow .flow_box .flow_grid .flow_item {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid .flow_item {
    box-shadow: 0px 3rem 10rem rgba(0, 0, 0, 0.15);
  }
}
.m-flow .flow_box .flow_grid .flow_item .itemcontent {
  position: relative;
  padding: 50px 35px;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent {
    padding: 50rem 35rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent {
    padding: 30rem 20rem;
    padding-top: 50rem;
  }
}
.m-flow .flow_box .flow_grid .flow_item .itemcontent .number {
  position: absolute;
  right: 0;
  top: -80px;
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 103px;
  text-align: center;
  color: #b09a77;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .number {
    top: -80rem;
    font-size: 103rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .number {
    font-size: 97rem;
  }
}
.m-flow .flow_box .flow_grid .flow_item .itemcontent .item_title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .item_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .item_title {
    font-size: 21rem;
  }
}
.m-flow .flow_box .flow_grid .flow_item .itemcontent .item_txt {
  margin: 30px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .item_txt {
    font-size: 14rem;
    line-height: 26rem;
    margin: 30rem auto;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .item_txt {
    margin: 20rem auto;
  }
}
.m-flow .flow_box .flow_grid .flow_item .itemcontent .form_link {
  margin: auto;
  text-align: center;
}
.m-flow .flow_box .flow_grid .flow_item .itemcontent .form_link a {
  padding: 5px 20px;
  background: #323232;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .form_link a {
    padding: 5rem 20rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .flow_grid .flow_item .itemcontent .form_link a {
    font-size: 15rem;
  }
}
.m-flow .flow_box .page_link {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .m-flow .flow_box .page_link {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m-flow .flow_box .page_link {
    margin-top: 20rem;
  }
}
.m-flow .flow_box .page_link a {
  background: #191919;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .m-flow .flow_box .page_link a:hover {
    background: #fff;
    color: #191919;
  }
}

.m-member {
  background: url('/wp-content/themes/custom/assets/image/man/member-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 60px;
}
@media screen and (max-width: 1500px) {
  .m-member {
    padding: 100rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m-member {
    background: url(/wp-content/themes/custom/assets/image/man/member-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50rem 15rem;
  }
}
.m-member .sec_title h2 {
  text-align: center;
  color: #fff;
}
.m-member .sec_title p.jp {
  text-align: center;
  color: #fff;
}
.m-member .container {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .m-member .container {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .m-member .container {
    max-width: 100%;
  }
}
.m-member .container .intro_txt {
  margin-top: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-member .container .intro_txt {
    font-size: 16rem;
    line-height: 26rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .m-member .container .intro_txt {
    margin-top: 20rem;
  }
}

.m-memberbox {
  padding: 100px 20px;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .m-memberbox {
    max-width: 900rem;
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox {
    max-width: 100%;
    padding: 50rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .top_box {
    padding: 0 15rem;
  }
}
.m-memberbox .top_box .row_item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .top_box .row_item {
    gap: 50rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .top_box .row_item {
    gap: 20rem;
    flex-direction: column;
    margin-bottom: 40rem;
  }
}
.m-memberbox .top_box .row_item .head {
  max-width: 140px;
  min-width: 130px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
  line-height: 35px;
  border-left: 5px solid #b09a77;
  padding-left: 10px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .top_box .row_item .head {
    max-width: 140rem;
    min-width: 130rem;
    font-size: 24rem;
    line-height: 35rem;
    border-left: 5rem solid #b09a77;
    padding-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .top_box .row_item .head {
    line-height: 30rem;
    max-width: 100%;
    min-width: auto;
    font-size: 21rem;
  }
}
.m-memberbox .top_box .row_item .txt {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .top_box .row_item .txt {
    font-size: 16rem;
    line-height: 26rem;
  }
}
.m-memberbox .table_box .table_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row {
    grid-template-columns: 1fr;
  }
}
.m-memberbox .table_box .table_row:nth-child(2n-1) {
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row.head_row {
    display: none;
  }
}
.m-memberbox .table_box .table_row.head_row .item {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  line-height: 20px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row.head_row .item {
    line-height: 20rem;
    padding: 5rem;
  }
}
.m-memberbox .table_box .table_row.head_row .item .sm-txt {
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row.head_row .item .sm-txt {
    font-size: 12rem;
  }
}
.m-memberbox .table_box .table_row .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #191919;
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row .item {
    font-size: 16rem;
    line-height: 26rem;
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row .item {
    padding: 15rem;
  }
  .m-memberbox .table_box .table_row .item:not(:first-child) {
    display: none;
  }
}
.m-memberbox .table_box .table_row .item:first-child {
  width: 380px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row .item:first-child {
    width: 380rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row .item:first-child {
    width: 100%;
  }
}
.m-memberbox .table_box .table_row .item .item_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row .item .item_box {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row .item .item_box {
    gap: 20rem;
  }
}
.m-memberbox .table_box .table_row .item .item_box .item_img {
  max-width: 85px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row .item .item_box .item_img {
    max-width: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row .item .item_box .item_img {
    max-width: 90rem;
  }
}
.m-memberbox .table_box .table_row .item .item_box .item_title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row .item .item_box .item_title {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row .item .item_box .item_title {
    text-align: center;
    font-size: 14rem;
    margin-top: 10rem;
  }
}
.m-memberbox .table_box .table_row .item .item_box .item_title.col-01 {
  color: #c47f46;
}
.m-memberbox .table_box .table_row .item .item_box .item_title.col-02 {
  color: #caa851;
}
.m-memberbox .table_box .table_row .item .item_box .item_title.col-03 {
  color: #ababab;
}
.m-memberbox .table_box .table_row .item .item_box .item_content .item_txt {
  margin-top: 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #191919;
  opacity: 0.8;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .table_box .table_row .item .item_box .item_content .item_txt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 20rem;
  }
}
.m-memberbox .table_box .table_row .item .item_box .item_content .box_grid {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-memberbox .table_box .table_row .item .item_box .item_content .box_grid {
    margin-top: 10rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem;
  }
}
.m-memberbox .table_box .table_row .item .item_box .item_content .box_grid .price_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}
.m-memberbox .table_box .table_row .item .item_box .item_content .box_grid .price_item:nth-child(3) .itemhead {
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-memberbox .table_box .table_row .item .item_box .item_content .box_grid .price_item .itemhead {
  display: block;
  width: 100rem;
  padding: 5rem;
  border-radius: 5rem;
  background: #191919;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 12rem;
  line-height: 14rem;
  text-align: center;
  color: #fff;
}
.m-memberbox .table_box .table_row .item .item_box .item_content .box_grid .price_item .itemhead .sm-txt {
  font-size: 9rem;
}
.m-memberbox .bt_txt {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #191919;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .m-memberbox .bt_txt {
    font-size: 14rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .m-memberbox .bt_txt {
    padding: 0 15rem;
    margin-top: 20rem;
  }
}

.m-system {
  padding: 100px 0px;
  background: #F6F4F0;
}
@media screen and (max-width: 1500px) {
  .m-system {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .m-system {
    padding: 50rem 0;
  }
}
.m-system .sec_title h2 {
  text-align: center;
  color: #191919;
}
.m-system .sec_title p.jp {
  text-align: center;
}
.m-system .system_topbox {
  max-width: 1760px;
  margin-top: 100px;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  .m-system .system_topbox {
    max-width: 92.6315789474vw;
    gap: 5.2631578947vw;
  }
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox {
    max-width: 100%;
    flex-direction: column;
    margin-top: 20rem;
  }
}
.m-system .system_topbox .top_img {
  max-width: 760px;
}
@media screen and (max-width: 1900px) {
  .m-system .system_topbox .top_img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .top_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .top_img img {
    width: 100%;
    height: 275rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content {
    padding: 0 15rem;
  }
}
.m-system .system_topbox .main_content .item_content .head {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
  line-height: 35px;
  border-left: 5px solid #b09a77;
  padding-left: 10px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .head {
    font-size: 24rem;
    line-height: 35rem;
    border-left: 5rem solid #b09a77;
    padding-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .head {
    line-height: 30rem;
    font-size: 21rem;
  }
}
.m-system .system_topbox .main_content .item_content .txt {
  margin-top: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .txt {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price {
    margin-top: 40rem;
    margin-bottom: 60rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .flow_price {
    margin-top: 20rem;
    margin-bottom: 40rem;
    gap: 10rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price .flex_row {
    gap: 10rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 5px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #191919;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price .flex_row .item {
    font-size: 16rem;
    width: 120rem;
    height: 30rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .flow_price .flex_row .item {
    width: 100rem;
    font-size: 14rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row .item.bg_01 {
  background: #c47f46;
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row .item.bg_02 {
  background: #caa851;
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row .item.bg_03 {
  background: #ababab;
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row .arrow {
  max-width: 15px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price .flex_row .arrow {
    max-width: 15rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price .flex_row .numtxt {
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price .flex_row .numtxt {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .flow_price .flex_row .numtxt {
    font-size: 14rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price02 {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 {
    margin-top: 40rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 {
    gap: 40rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price02 .item_box {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 .item_box {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 .item_box {
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price02 .item_box img {
  max-width: 270px;
  min-width: 270px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 .item_box img {
    max-width: 270rem;
    min-width: 270rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price02 .item_box .content .head02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 30px;
  border-radius: 5px;
  background: #191919;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 .item_box .content .head02 {
    font-size: 16rem;
    width: 300rem;
    height: 30rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 .item_box .content .head02 {
    width: 100%;
    font-size: 14rem;
  }
}
.m-system .system_topbox .main_content .item_content .flow_price02 .item_box .content .t-txt {
  margin-top: 10px;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-system .system_topbox .main_content .item_content .flow_price02 .item_box .content .t-txt {
    font-size: 14rem;
    line-height: 26rem;
    margin-top: 10rem;
  }
}
.m-system .system_bottombox {
  max-width: 1400px;
  margin: auto;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_bottombox {
    max-width: 1400rem;
    margin-top: 100rem;
    grid-gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_bottombox {
    margin-top: 40rem;
    padding: 0 15rem;
    grid-template-columns: 1fr;
    grid-gap: 40rem;
  }
}
.m-system .system_bottombox .bottombox_item .item_content .head {
  margin-top: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
  line-height: 35px;
  border-left: 5px solid #b09a77;
  padding-left: 10px;
}
@media screen and (max-width: 1500px) {
  .m-system .system_bottombox .bottombox_item .item_content .head {
    margin-top: 20rem;
    font-size: 24rem;
    line-height: 35rem;
    border-left: 5rem solid #b09a77;
    padding-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m-system .system_bottombox .bottombox_item .item_content .head {
    margin-top: 40rem;
    line-height: 30rem;
    font-size: 21rem;
  }
}
.m-system .system_bottombox .bottombox_item .item_content .txt {
  margin-top: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .m-system .system_bottombox .bottombox_item .item_content .txt {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}

.m-howto {
  padding: 100px 20px;
  background: #191919;
}
@media screen and (max-width: 1500px) {
  .m-howto {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto {
    padding: 50rem 15rem;
  }
}
.m-howto .sec_title h2 {
  text-align: center;
  color: #fff;
}
.m-howto .sec_title p.jp {
  text-align: center;
  color: #fff;
}
.m-howto .container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .m-howto .container {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .container {
    max-width: 100%;
  }
}
.m-howto .howto_box .flow_box {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box {
    gap: 60rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .flow_box {
    margin-top: 40rem;
    gap: 40rem;
  }
}
.m-howto .howto_box .flow_box .item_box {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box .item_box {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .flow_box .item_box {
    gap: 10rem;
    flex-direction: column;
  }
}
.m-howto .howto_box .flow_box .item_box .item_img {
  max-width: 450px;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box .item_box .item_img {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .flow_box .item_box .item_img {
    max-width: 100%;
  }
}
.m-howto .howto_box .flow_box .item_box .item_content {
  max-width: 710px;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box .item_box .item_content {
    max-width: 710rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .flow_box .item_box .item_content {
    max-width: 100%;
  }
}
.m-howto .howto_box .flow_box .item_box .item_content .item_head {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box .item_box .item_content .item_head {
    gap: 20rem;
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .flow_box .item_box .item_content .item_head {
    font-size: 21rem;
  }
}
.m-howto .howto_box .flow_box .item_box .item_content .item_head .nmuber {
  font-size: 50px;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box .item_box .item_content .item_head .nmuber {
    font-size: 50rem;
  }
}
.m-howto .howto_box .flow_box .item_box .item_content .item_txt {
  margin-top: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .flow_box .item_box .item_content .item_txt {
    font-size: 14rem;
    line-height: 26rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .flow_box .item_box .item_content .item_txt {
    margin-top: 0rem;
    line-height: 24rem;
  }
}
.m-howto .howto_box .bottom_box .bt_txt {
  margin-top: 100px;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .bottom_box .bt_txt {
    margin-top: 100rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .bottom_box .bt_txt {
    margin-top: 40rem;
    font-size: 24rem;
  }
}
.m-howto .howto_box .bottom_box .page_link {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .m-howto .howto_box .bottom_box .page_link {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m-howto .howto_box .bottom_box .page_link {
    margin-top: 30rem;
  }
}
.m-howto .howto_box .bottom_box .page_link a {
  border: 1px solid #fff;
  background: #fff;
  color: #191919;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .m-howto .howto_box .bottom_box .page_link a:hover {
    background: #191919;
    color: #fff;
  }
}/*# sourceMappingURL=mens.css.map */
