#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

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

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

header#header_top {
  width: 100%;
  height: 112px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  header#header_top {
    height: 60px;
    background: #fff;
  }
}

.header_inner .btn-mail {
  border-radius: 4rem;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background: #CAA846;
  position: relative;
}
.header_inner .btn-mail i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
}
.header_inner .btn-mail:hover {
  background: #a48836;
}
.header_inner .btn-mail span {
  border-radius: 4rem;
  overflow: hidden;
}

.header_logo {
  color: #000;
}

.base_width {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .base_width {
    width: calc(100vw - 2rem);
  }
}

.front-kv {
  position: relative;
  background: url(img/kv_bg_pc.png) no-repeat top center;
  background-size: 2000px;
  text-align: center;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .front-kv {
    background: url(img/kv_bg_sp.png) no-repeat top center #CAA846;
    background-size: 100%;
    min-height: 700px;
    height: 180vw;
  }
}
.front-kv .base_width {
  height: 100%;
}
.front-kv:before {
  content: "";
  display: block;
  width: 1075px;
  height: 208px;
  background: url(img/kv_logo_pc.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: -26px;
  right: -36px;
}
@media screen and (max-width: 768px) {
  .front-kv:before {
    display: none;
  }
}
.front-kv .person {
  position: absolute;
  width: 700px;
  height: auto;
  top: -40px;
  left: -210px;
}
.front-kv .title {
  position: absolute;
  top: 194px;
  right: 319px;
  width: auto;
  height: 205px;
}
@media screen and (max-width: 768px) {
  .front-kv .title {
    top: 104px;
    right: 20px;
    width: 30vw;
    height: auto;
  }
}
.front-kv .front-kv_point {
  position: absolute;
  bottom: 40px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .front-kv .front-kv_point {
    bottom: 93px;
    right: 0px;
  }
}
.front-kv .front-kv_point img {
  width: 100%;
  height: auto;
}
.front-kv .attention {
  font-size: 10px;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .front-kv .attention {
    text-align: left;
    color: #fff;
    padding: 15px;
    left: 0;
    right: auto;
  }
}

.following_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 0.8rem;
  z-index: 1000;
}
.following_nav .ttl {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0.5rem;
}
.following_nav nav {
  width: calc(100% - 4vh);
  margin: 0 auto;
}
.following_nav nav ul {
  display: flex;
  justify-content: space-evenly;
}
.following_nav nav ul li {
  width: 31.5%;
}
.following_nav nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  height: 42px;
  padding: 0;
  line-height: 120%;
  font-size: 12px;
}
.following_nav nav ul li a img {
  margin-right: 5px;
}
.following_nav nav ul li a span {
  display: block;
  width: 55px;
}
.following_nav nav ul li a span .sub {
  font-size: 10px;
  font-weight: normal;
}
.base-page_width {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .base-page_width {
    width: 89.3333%;
  }
}

.page_container {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .page_container {
    padding-top: 120px;
  }
}
.page_container:before {
  content: "";
  display: block;
  height: 500px;
  width: 100px;
  position: fixed;
  top: 220px;
  left: calc(50% - 500px);
  z-index: -1;
  background: url(img/page_logo_bg.png) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page_container:before {
    height: 380px;
    width: 75px;
    top: 115px;
    left: -5px;
  }
}
.page_container .content_section {
  padding-bottom: 60px;
}
.page_container .in_section {
  padding: 30px 0;
}
.page_container .in_section#month, .page_container .in_section#split {
  padding-bottom: 0;
}

.page_content .en {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}
.page_content .color_base {
  color: #CAA846;
}
.page_content .color_base_bg {
  background-color: #CAA846;
}
.page_content .color_base_bg2 {
  background-color: #F2EFE4;
}
.page_content .ttl_1 {
  font-size: 32px;
  line-height: 140%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_content .ttl_1 {
    font-size: 24px;
  }
}
.page_content .ttl_2 {
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page_content .ttl_2 {
    font-size: 20px;
  }
}
.page_content .ttl_3 {
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .ttl_3 {
    font-size: 15px;
  }
}
.page_content .ttl_4 {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.page_content .ttl_4:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.page_content .ttl_4 span {
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .page_content .ttl_4 {
    font-size: 15px;
  }
}
.page_content .ttl_5 {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_content .ttl_5 {
    font-size: 14px;
  }
}
.page_content .text_1 {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .text_1 {
    font-size: 14px;
    line-height: 190%;
  }
}
.page_content .text_sub {
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 15px;
  color: #808285;
}
@media screen and (max-width: 768px) {
  .page_content .text_sub {
    font-size: 10px;
    line-height: 190%;
  }
}
.page_content .align-center {
  text-align: center;
}
.page_content .align-center img {
  margin: 0 auto;
}
.page_content .gmap iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 768px) {
  .page_content .gmap iframe {
    height: 230px;
  }
}
.page_content .table_style {
  padding-bottom: 15px;
}
.page_content .table_style table {
  border-top: 1px solid #CAA846;
  border-collapse: collapse;
  width: 100%;
}
.page_content .table_style table th, .page_content .table_style table td {
  padding: 20px;
  font-size: 16px;
  line-height: 140%;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_content .table_style table th, .page_content .table_style table td {
    padding: 15px;
    font-size: 13px;
  }
}
.page_content .table_style table .th-1 {
  background-color: #FAFAFA;
  min-width: 210px;
}
@media screen and (max-width: 768px) {
  .page_content .table_style table .th-1 {
    min-width: 155px;
  }
}
.page_content .table_style table caption {
  caption-side: bottom;
  text-align: left;
  color: #808285;
  padding-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page_content .table_style table caption {
    font-size: 10px;
  }
}
.page_content .table_style .popular-icon {
  display: block;
  font-size: 12px;
  line-height: 100%;
  background-color: #CAA846;
  border-radius: 14px;
  padding: 7px 14px;
  color: #fff;
  width: 80px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page_content .table_style .popular-icon {
    font-size: 10px;
    width: 70px;
    padding: 5px 14px;
  }
}
.page_content .table_style .text_sub {
  font-size: 11px;
  color: #808285;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_content .table_style .text_sub {
    font-size: 10px;
  }
}
.page_content .table_overflow {
  overflow: auto;
}
.page_content .title {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page_content .title {
    padding-bottom: 40px;
  }
}
.page_content .title .en {
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_content .title .en {
    padding-bottom: 5px;
  }
}
.page_content .dl-1 {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page_content .dl-1 {
    padding-top: 0;
  }
}
.page_content .dl-1 dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
  padding: 5px 0 15px 0;
}
@media screen and (max-width: 768px) {
  .page_content .dl-1 dt {
    font-size: 15px;
    padding-bottom: 5px;
  }
}
.page_content .dl-1 dd {
  font-size: 16px;
  line-height: 180%;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .dl-1 dd {
    font-size: 14px;
  }
}
.page_content .dl-1 dd ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_content .dl-1 dd ul {
    padding-top: 10px;
  }
}
.page_content .dl-1 dd ul li {
  margin-right: 25px;
}
.page_content .dl-1 dd ul li i {
  font-size: 25px;
}
.page_content .shop_photo {
  overflow: hidden;
  padding-bottom: 80px;
}
.page_content .shop_photo .carousel .carousel-cell {
  padding: 0 10px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .page_content .shop_photo .carousel .carousel-cell {
    width: 80%;
  }
}
.page_content .content_trainer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_content .content_trainer ul li {
  width: 33%;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_content .content_trainer ul li {
    width: 50%;
  }
}
.page_content .content_trainer ul li figure {
  padding-bottom: 10px;
}
.page_content .content_trainer ul li img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}
.page_content .content_trainer ul li .name {
  color: #CAA846;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page_content .content_trainer ul li .name {
    font-size: 15px;
  }
}
.page_content .review .align-center img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page_content .review .align-center img {
    width: 100%;
  }
}
.page_content .review .review_plugin {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 25px;
  height: 500px;
  border-radius: 15px;
  overflow: auto;
  margin-top: 40px;
}
.page_content .review .review_plugin .wp-google-text {
  font-size: 13px !important;
}
@media screen and (max-width: 768px) {
  .page_content .review .review_plugin .wp-google-text {
    font-size: 12px !important;
    line-height: 160% !important;
  }
}
.page_content .review .review_plugin .wp-google-review {
  padding-bottom: 20px;
}
.page_content .flow_sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page_content .flow_sec {
    display: block;
  }
}
.page_content .flow_sec .text {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .page_content .flow_sec .text {
    width: 100%;
  }
  .page_content .flow_sec .text .ttl_3 {
    margin-bottom: 10px;
  }
}
.page_content .flow_sec .text p {
  color: #808285;
  line-height: 160%;
}
.page_content .flow_sec figure {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .page_content .flow_sec figure {
    width: 100%;
    padding-top: 15px;
  }
  .page_content .flow_sec figure img {
    width: 100%;
    height: auto;
  }
}
.page_content .course-1 table {
  width: auto;
}
.page_content .course-1 .item th {
  white-space: nowrap;
  text-align: center;
  padding: 15px;
}
.page_content .course-1 tr td, .page_content .course-1 tr th {
  white-space: nowrap;
}
.page_content .course-1 tr td:nth-child(odd), .page_content .course-1 tr th:nth-child(odd) {
  background-color: #FAFAFA;
}
.page_content .comparison .item th {
  white-space: nowrap;
  text-align: center;
  padding: 15px;
}
.page_content .comparison .item th:nth-child(2) {
  color: #fff;
}
.page_content .comparison tr td, .page_content .comparison tr th {
  white-space: nowrap;
  text-align: center;
}
.page_content .comparison tr td:nth-child(odd), .page_content .comparison tr th:nth-child(odd) {
  background-color: #FAFAFA;
}
.page_content .comparison .price_num {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page_content .comparison .price_num {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_content .comparison {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .page_content .paystyle table {
    width: 175%;
  }
}
.page_content .paystyle .item th {
  white-space: nowrap;
  text-align: center;
  padding: 15px;
}
.page_content .paystyle tr td, .page_content .paystyle tr th {
  text-align: center;
}
.page_content .paystyle tr td:nth-child(odd), .page_content .paystyle tr th:nth-child(odd) {
  background-color: #FAFAFA;
}
.page_content .paystyle tr th:nth-child(1) {
  width: 150px;
}
.page_content .paystyle .cardlist {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page_content .paystyle .cardlist {
    font-size: 12px;
    white-space: nowrap;
  }
}
.page_content .paystyle .anc_btn {
  font-size: 12px;
  display: block;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  white-space: nowrap;
  line-height: 100%;
  padding: 10px 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_content .paystyle .anc_btn {
    font-size: 10px;
  }
}
.page_content .paystyle .anc_btn i {
  margin-left: 5px;
  color: #CAA846;
}
.page_content .paystyle .color_base_bg2 {
  width: 185px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_content .paystyle {
    overflow: auto;
  }
}
.page_content .simulation {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page_content .simulation {
    padding: 20px 15px;
  }
}
.page_content .simulation .item {
  border: 1px solid #707070;
  border-radius: 16px;
  font-size: 14px;
  padding: 8px 14px 9px 14px;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .item {
    font-size: 10px;
    white-space: nowrap;
    padding: 5px 10px;
  }
}
.page_content .simulation .price {
  display: block;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .price {
    font-size: 12px;
  }
}
.page_content .simulation .price .math {
  font-size: 30px;
  letter-spacing: 0;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .price .math {
    font-size: 24px;
  }
}
.page_content .simulation .upper {
  width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  padding: 0 40px 25px 40px;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .upper {
    width: 100%;
    padding: 5px 5px 20px 5px;
  }
}
.page_content .simulation .upper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_content .simulation .upper ul li .cal {
  background-color: #F0F0F0;
  display: block;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .upper ul li .cal {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.page_content .simulation .beneath {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .beneath {
    font-size: 16px;
    padding-top: 10px;
  }
}
.page_content .simulation .beneath .math {
  font-size: 40px;
  display: inline-block;
  padding: 0 8px;
  letter-spacing: 0.05em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .beneath .math {
    font-size: 30px;
  }
}
.page_content .simulation .overview {
  background-color: #EFEFEF;
  border-radius: 11px;
  padding: 20px 20px 16px 20px;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview {
    padding: 15px 15px 10px 15px;
  }
}
.page_content .simulation .overview .overview_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .overview_inner {
    display: block;
  }
}
.page_content .simulation .overview .overview_inner .fst, .page_content .simulation .overview .overview_inner .second {
  width: 48%;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .overview_inner .fst, .page_content .simulation .overview .overview_inner .second {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .overview_inner .fst .price, .page_content .simulation .overview .overview_inner .second .price {
    line-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .overview_inner .fst {
    margin-bottom: 10px;
  }
}
.page_content .simulation .overview .overview_inner .second .item {
  border: none;
  background-color: #CAA846;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .overview_inner .item {
    margin-bottom: 0;
  }
}
.page_content .simulation .overview .breakdown .open_item {
  font-weight: bold;
  font-size: 14px;
  padding: 13px 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .breakdown .open_item {
    font-size: 12px;
  }
}
.page_content .simulation .overview .breakdown .open_item:hover {
  cursor: pointer;
}
.page_content .simulation .overview .breakdown .open_item:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #CAA846;
  line-height: 17px;
  text-align: center;
  border-radius: 9px;
  font-size: 11px;
  color: #fff;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.page_content .simulation .overview .breakdown .open_item.active:after {
  content: "\f068";
}
.page_content .simulation .overview .breakdown .open_item .icon {
  display: inline-block;
  margin-left: 5px;
  background-color: #CAA846;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border-radius: 9px;
  font-size: 11px;
}
.page_content .simulation .overview .breakdown .open_item .icon i {
  color: #fff;
}
.page_content .simulation .overview .breakdown .detail {
  font-size: 12px;
  line-height: 160%;
  display: none;
}
@media screen and (max-width: 768px) {
  .page_content .simulation .overview .breakdown .detail {
    font-size: 10px;
  }
}
.page_content .question dt {
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_content .question dt {
    padding: 20px 0;
  }
}
.page_content .question dt:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  background-color: #000;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .page_content .question dt:after {
    width: 25px;
    height: 25px;
    right: 5px;
    margin-top: -12.5px;
    line-height: 25px;
  }
}
.page_content .question dt:hover {
  cursor: pointer;
}
.page_content .question dt.active:after {
  content: "\f068";
  background-color: #CAA846;
}
.page_content .question dd {
  display: none;
  font-size: 16px;
  line-height: 180%;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .page_content .question dd {
    font-size: 14px;
  }
}
.page_content .question dd.active {
  display: block;
  border-top: 1px solid #ddd;
}
.page_content .before_after {
  background-color: #F7F7F7;
  padding: 15px;
}
.page_content .before_after .before_after_section {
  background-color: #fff;
  margin-bottom: 15px;
}
.page_content .before_after .before_after_section:last-child {
  margin-bottom: 0;
}
.page_content .before_after .before_after_section figure {
  width: 100%;
}
.page_content .before_after .before_after_section figure img {
  width: 100%;
  height: auto;
}
.page_content .before_after .before_after_section .detail {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail {
    padding: 20px;
  }
}
.page_content .before_after .before_after_section .detail .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.page_content .before_after .before_after_section .detail .title .name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .title .name {
    font-size: 20px;
  }
}
.page_content .before_after .before_after_section .detail .title .name span {
  font-size: 14px;
  color: #808285;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .title .name span {
    font-size: 10px;
  }
}
.page_content .before_after .before_after_section .detail .title .periodd {
  background-color: #CAA846;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px 12px 20px;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .title .periodd {
    font-size: 13px;
    padding: 8px 18px;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li {
    margin-bottom: 10px;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .item {
  width: 18%;
  background-color: #F2EFE4;
  border-radius: 9999px;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .item {
    width: 25%;
    font-size: 11px;
    padding: 10px;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  border-bottom: 1px dotted #ddd;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail {
    width: 75%;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .before, .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .after {
  text-align: right;
  width: 70px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .before, .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .after {
    font-size: 13px;
    width: 50px;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .before {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .before {
    padding: 0 10px;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .separate {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .separate {
    padding: 0;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .after {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .numerical_detail .before_after_comparison .after {
    padding: 0 10px;
  }
}
.page_content .before_after .before_after_section .detail .numerical ul li .result {
  font-size: 26px;
  color: #BA0202;
}
@media screen and (max-width: 768px) {
  .page_content .before_after .before_after_section .detail .numerical ul li .result {
    font-size: 18px;
  }
}
.page_content .record {
  background-color: #F7F7F7;
  padding: 15px;
}
.page_content .record .record_section {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .record .record_section {
    padding: 15px;
  }
}
.page_content .record .record_section:last-child {
  margin-bottom: 0;
}
.page_content .record .record_section .title {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_content .record .record_section .title {
    font-size: 18px;
  }
}
.page_content .record .record_section ul {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .record .record_section ul {
    padding-bottom: 10px;
  }
}
.page_content .record .record_section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page_content .record .record_section ul li .before, .page_content .record .record_section ul li .after {
  width: 15%;
  border-radius: 9999px;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .page_content .record .record_section ul li .before, .page_content .record .record_section ul li .after {
    width: 25%;
    font-size: 10px;
    padding: 10px;
  }
}
.page_content .record .record_section ul li .before {
  background-color: #F0F0F0;
}
.page_content .record .record_section ul li .after {
  background-color: #CAA846;
  color: #fff;
}
.page_content .record .record_section ul li .record_detail {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_content .record .record_section ul li .record_detail {
    font-size: 12px;
  }
}
.page_content .record .modal_photo {
  text-align: center;
}
.page_content .record .modal_photo .js-open {
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 25px;
  line-height: 100%;
  color: #CAA846;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_content .record .modal_photo .js-open {
    font-size: 14px;
    padding: 12px 25px;
    margin-bottom: 10px;
  }
}
.page_content .record .modal_photo .js-open i {
  margin-left: 10px;
}
.page_content .record .modal_photo .modal_before_after {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_content .record .modal_photo .modal_before_after {
    display: block;
  }
}
.page_content .record .modal_photo .modal_before_after .modal_before, .page_content .record .modal_photo .modal_before_after .modal_after {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_content .record .modal_photo .modal_before_after .modal_before, .page_content .record .modal_photo .modal_before_after .modal_after {
    width: 100%;
  }
}
.page_content .record .modal_photo .modal_before_after .modal_before .title, .page_content .record .modal_photo .modal_before_after .modal_after .title {
  font-size: 14px;
  line-height: 100%;
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_content .record .modal_photo .modal_before_after .modal_before .title, .page_content .record .modal_photo .modal_before_after .modal_after .title {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .page_content .record .modal_photo .modal_before_after .modal_before {
    margin-bottom: 20px;
  }
}
.page_content .record .modal_photo .modal_before_after .modal_before .title {
  background-color: #F0F0F0;
}
.page_content .record .modal_photo .modal_before_after .modal_after .title {
  background-color: #CAA846;
  color: #fff;
}
.page_content .record .modal_photo .modal_before_after figure {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .page_content .record .modal_photo .modal_before_after figure {
    width: 100%;
  }
}
.page_content .record .modal_photo .modal_before_after figure img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 10px 20px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1200;
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  background-color: #FFF;
  border-radius: 2rem;
  z-index: 1300;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .modal-window {
    top: 2%;
    transform: translate(-50%, 0%);
    width: 90%;
    height: 95vh;
    padding: 1rem;
    overflow: auto;
  }
}

.button-close {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .button-close {
    top: 10px;
    right: 20px;
    font-size: 1.5em;
  }
}/*# sourceMappingURL=style2023.css.map */


footer .footer-wrap .wrap {
  max-width: 1600px;
}

@media screen and (max-width: 768px) {
  .following_nav{
    aspect-ratio:940/340;
	background-image:url(http://beyond-ikebukuro.com/wp-content/uploads/2023/11/fixed_banner_bg3.png);
    background-size: 100% 100%;
    padding-bottom:0;
  }
  .following_nav .ttl1{
    display: block;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 3.2vw;
    padding: 3% 0 1.5% 0;
  }
  .following_nav .ttl2 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.8vw;
    padding: 0 0 0 0;
    margin: 3% 0 1.5% 0;
    line-height: 1.2;
  }
  .following_nav .ttl2 span{
    font-size: 5vw;
  }
  .following_nav nav {
    width: 100%;
  }
  .following_nav nav ul li {
    width: 50%;
  }
  .following_nav nav ul li a {
    display: block;
    background: none;
    border-radius: 50px;
    font-weight: bold;
    height: unset;
    padding: 0;
    line-height: 1.6;
    font-size: 4vw;
  }
  .following_nav nav ul li:nth-of-type(1) a {
    padding: 8% 0 9% 40%;
  }
  .following_nav nav ul li:nth-of-type(2) a {
    padding: 8% 0 9% 24%;
  }
  .following_nav nav ul li a span {
    display: block;
    width: unset;
  }
}

/*
  * 2024.12.05
  * Add style for the new before after
*/
/* PC style */
.p-baf-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-baf-pc {
      display: none;
  }
}

.p-baf-pc-items {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 16px;
}

.p-baf-pc-item {
  width: calc(50% - 15px);
  padding: 30px;
  max-width: 100%;
  background: #fff;
}
.p-baf-pc-item__ttl {
  text-align: center;
  padding-bottom: 16px;
}

.p-baf-pc-item__ttl h3 {
  color: #cba947;
  font-size: 20px;
  font-weight: 700;
}

.p-baf-pc-item__ttl span {
  font-size: 24px;
  font-weight: 500;
}

.p-baf-pc-item-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.p-baf-pc-item-image__bf {
  background: #f0f2f3;
  width: 160px;
  max-width: 100%;
  position: relative;
}

.p-baf-pc-item-image__bf span {
  position: absolute;
  padding: 4px;
  background: #cba947;
  bottom: 16px;
  color: #fff;
  font-size: 1.4rem;
  width: 142px;
  font-weight: 400;
  display: inline-block;
  left: 50%;
  text-align: center;
  letter-spacing: 1.2px;
  transform: translatex(-50%);
}

.p-baf-pc-item__triangle {
  background: linear-gradient(to right, #f0f2f3 1%, #000 1%, #000 99%);
  height: 100%;
  width: calc(100% - 320px);
}

.p-baf-pc-item__triangle span {
  background: #f0f2f3;
  display: block;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  width: 60px;
  height: 327.9px;
  max-width: 100%;
}

.p-baf-pc-item-image__af {
  background: #000;
  width: 160px;
  max-width: 100%;
  position: relative;
}

.p-baf-pc-item-image__af span {
  position: absolute;
  padding: 4px;
  background: #cba947;
  bottom: 16px;
  color: #fff;
  font-size: 1.4rem;
  width: 142px;
  font-weight: 400;
  display: inline-block;
  left: 50%;
  text-align: center;
  letter-spacing: 1.2px;
  transform: translatex(-50%);
}

.p-baf-pc-item-body-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
}

.p-baf-pc-item-name {
  font-size: 16px;
  font-weight: 700;
}

.p-baf-pc-item-name span {
  font-weight: 400;
  font-size: 14px;
}

.p-baf-pc-item-period {
  display: inline-block;
  padding: 10px;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: 1.2px;
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  background: linear-gradient(90deg, #ab8a48 0%, #dfbb72 100%);
  font-weight: 700;
  white-space: nowrap;
}

.p-baf-pc-item-period span {
  font-size: 24px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
}

.p-baf-pc-item-detail-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.p-baf-pc-item-detail__weight {
  width: 88px;
  font-size: 16px;
  background-color: #fef3de;
  padding: .4vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.p-baf-pc-item-detail__number {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 1vw;
}

.p-baf-pc-item-detail__number p {
  display: block;
  width: 56px;
}

.p-baf-pc-item-detail__number span {
  width: 8px;
  display: inline-block;
}

.p-baf-pc-item-detail__result {
  color: #8f0000;
  font-size: 22px;
  font-weight: 700;
  width: 80px;
  text-align: center;
}

/* SP style */
.p-baf-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-baf-sp {
      display: block;
  }
}

.p-baf-sp-items {
  padding: 0 16px;
}

.p-baf-sp-item {
  margin-bottom: 80px;
}

.p-baf-sp-item__ttl {
  text-align: center;
  padding-bottom: 32px;
}

.p-baf-sp-item__ttl h3 {
  color: #cba947;
  font-size: 20px;
  font-weight: 700;
}

.p-baf-sp-item__ttl span {
  font-size: 24px;
  font-weight: 500;
}

.p-baf-sp-item-bf {
  display: flex;
  justify-content: space-between;
}

.p-baf-sp-item-number__ttl h3 {
  display: block;
  width: 130px;
  font-size: 1.3rem;
  padding: 8px 5px;
  margin: 0 0 1rem;
  border: 1px solid #333;
  text-align: center;
}

.p-baf-sp-item-number__list {
  padding: 24px 0 0;
}

.p-baf-sp-item-number__list>ul>li:not(:last-child) {
  margin-bottom: 8px;
}
.p-baf-sp-item-number__list ul li {
  display: flex;
  align-items: center;
}

.p-baf-sp-item-number__list ul li span {
  display: block;
  width: 75px;
}

.p-baf-sp-item-number__list ul li p {
  font-size: 22px;
  width: 75px;
}

.p-baf-sp-item-image {
  width: 30vw;
  min-width: 140px;
}

.p-baf-sp-item-af {
  position: relative;
  padding-top: 16px;
}

.p-baf-sp-item-af .p-baf-sp-item-number__ttl h3 {
  margin-left: auto;
}
.p-baf-sp-item-number__ttl h3 {
  display: block;
  width: 130px;
  font-size: 1.3rem;
  padding: 8px 5px;
  margin: 0 0 1rem;
  border: 1px solid #333;
  text-align: center;
}

.p-baf-sp-item-af .p-baf-sp-item-numbers {
  background: #000;
  color: #fff;
  padding-right: 24px;
  padding-bottom: 24px;
}

.p-baf-sp-item-number__list {
  padding: 24px 0 0;
}

.p-baf-sp-item-af .p-baf-sp-item-number__list ul li {
  justify-content: right;
}
.p-baf-sp-item-number__list>ul>li:not(:last-child) {
  margin-bottom: 8px;
}
.p-baf-sp-item-number__list ul li {
  display: flex;
  align-items: center;
}

.p-baf-sp-item-number__list ul li span {
  display: block;
  width: 75px;
}

.p-baf-sp-item-number__list ul li p {
  font-size: 22px;
  width: 75px;
}

.p-baf-sp-item-af .p-baf-sp-item-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-baf-sp-item-image {
  width: 30vw;
  min-width: 140px;
}

.p-baf-sp-item-result {
  background: #be9c0d;
  padding: 16px;
}

.p-baf-sp-item-result-list ul {
  display: flex;
  justify-content: center;
  color: #fff;
  gap: 16px;
}

.p-baf-sp-item-result-list ul h4 {
  font-size: 16px;
}

.p-baf-sp-item-result-list ul p {
  font-size: 16px;
}

.p-baf-sp-item-result-list ul span {
  font-size: 22px;
  font-weight: 500;
  padding-right: 4px;
}

/* 20250222 月々料金の価格追加時のスタイル */
.p-price__month {
  color: #CAA846;
}

.page_content .table_style .p-table-price__month {
  font-size: .75em;
}

.p-item-box-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.p-item-box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background-color: #f6f4f2;
}

.p-thumb {
  background-color: #CAA846;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}

.p-txt-box {
  color: #CAA846;
  font-weight: 500;
  text-align: center;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-item-box:nth-child(1) .p-thumb img {
  width: 38px;
}
.p-item-box:nth-child(2) .p-thumb img {
  width: 42px;
}
.p-item-box:nth-child(3) .p-thumb img {
  width: 50px;
}
.p-item-box:nth-child(4) .p-thumb img {
  width: 20px;
}
.p-item-box:nth-child(5) .p-thumb img {
  width: 47px;
}
.p-item-box:nth-child(6) .p-thumb img {
  width: 55px;
}
.p-item-box:nth-child(7) .p-thumb img {
  width: 44px;
}
.p-item-box:nth-child(8) .p-thumb img {
  width: 44px;
}
.p-item-box:nth-child(9) .p-thumb img {
  width: 35px;
}
.p-item-box:nth-child(10) .p-thumb img {
  width: 34px;
}
.p-item-box:nth-child(11) .p-thumb img {
  width: 34px;
}

@media screen and (max-width: 768px) {
  .p-item-box-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* voiceページのビフォーアフターのスタイル調整 */
.p-baf-pc--voice .p-baf-pc-items,
.p-baf-pc--voice .p-baf-pc-item {
  padding: 0;
}

.p-baf-pc--voice .p-baf-pc-item-image__bf,
.p-baf-pc--voice .p-baf-pc-item-image__af {
  width: 160px;
}

.p-baf-pc--voice .p-baf-pc-item__triangle {
  width: calc(100% - 320px);
}