html {
  background: none;
}

body {
  min-width: 375px;
  font-family: "Noto Sans JP", serif;
  color: #252525;
  padding-top: 0;
  background: none;
}

span {
  display: inline-block;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  display: inline-block;
}

@media screen and (min-width: 901px) {
  .hover-nomal {
    transition: opacity 0.6s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  }

  .hover-nomal:hover {
    opacity: 0.73;
  }
}

/* utility */
.u-en {
  font-family: "Barlow Condensed", sans-serif;
}

/* layout */
.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-inner {
    max-width: 335px;
  }
}

/* common */
.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

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

  .br-pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .br-sp-only {
    display: inline-block;
  }
}

.c-btn {
  border-radius: 11px;
  background: linear-gradient(180deg, #f90 0%, #f60 100%);
  padding: 26px 81px 28px 25px;
  position: relative;
  border: #ff9500 solid 4px;
  text-align: left;
}

.c-btn__txt {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.c-btn__arrow {
  position: absolute;
  width: 38px;
  padding: 9px 0 9px 20px;
  border-left: #fff solid 2px;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  display: flex;
}

.c-subHead {
  color: #8d8d8d;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.c-head {
  margin-top: 10px;
  color: #364449;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 900px) {
  .c-btn {
    border-radius: 11px;
    padding: 12px 68px 13px 10px;
    border: #ff9500 solid 3px;
    text-align: center;
    width: 100%;
  }

  .c-btn__txt {
    font-size: 18px;
    line-height: 1.3;
  }

  .c-btn__arrow {
    padding: 15px 0 15px 20px;
    right: 21px;
  }

  .c-subHead {
    font-size: 14px;
  }

  .c-head {
    margin-top: 8px;
    font-size: 30px;
  }
}

.c-ctaContent {
  overflow: hidden;
  border-radius: 18px;
  max-width: 913px;
}
.c-ctaContent.--02 {
  border-radius: 15px;
  max-width: 725px;
}

.c-ctaContent__head {
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 13px 10px;
  background-color: #252f33;
}
.c-ctaContent.--02 .c-ctaContent__head {
  font-size: 30px;
  padding: 11px 10px;
}

.c-ctaContent__lower {
  background-color: #fff;
  padding: 16px 35px 20px;
}

.c-ctaContent__txts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-ctaContent__txts--left {
  width: 400px;
}

.c-ctaContent span.sml{
font-size: 75%;
}

.c-ctaContent span.large{
font-size: 130%;
}

.c-ctaContent.--02 .c-ctaContent__txts--left {
  width: 318px;
}

.c-ctaContent__price {
  width: calc(100% - 421px);
}
.c-ctaContent.--02 .c-ctaContent__price {
  width: calc(100% - 333px);
}

img.price_img2{
width: 60%;
margin: 10px auto 0;
}

.c-ctaContent__txts--left ul {
  padding: 11px 14px;
  background-color: #f0f0f0;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-ctaContent.--02 .c-ctaContent__txts--left ul {
  padding: 9px 10px;
  border-radius: 6px;
}

.c-ctaContent__txts--left ul li {
  position: relative;
  width: calc(100% * 185 / 366);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
.c-ctaContent__txts--left ul li:nth-of-type(1),
.c-ctaContent__txts--left ul li:nth-of-type(3) {
  width: calc(100% * 162 / 366);
}
.c-ctaContent.--02 .c-ctaContent__txts--left ul li {
  font-size: 12px;
  padding-left: 9px;
  width: calc(100% * 152 / 296);
}
.c-ctaContent.--02 .c-ctaContent__txts--left ul li:nth-of-type(1),
.c-ctaContent.--02 .c-ctaContent__txts--left ul li:nth-of-type(3) {
  width: calc(100% * 133 / 296);
}

.c-ctaContent__txts--left ul li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.c-ctaContent__txts--left p {
  margin-top: 5px;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-ctaContent.--02 .c-ctaContent__txts--left p {
  font-size: 30px;
}

.c-ctaContent__btn {
  border-radius: 11px;
  background: linear-gradient(180deg, #f90 0%, #f60 100%);
  padding: 16px 86px 18px 17px;
  position: relative;
  border: #ff9500 solid 8px;
  text-align: center;
  display: block;
  margin-top: 8px;
}
.c-ctaContent.--02 .c-ctaContent__btn {
  border-radius: 9px;
  padding: 20px 72px 21px 21px;
  border: #ff9500 solid 4px;
  margin-top: 8px;
}

.c-ctaContent__btn--txt {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.c-ctaContent__btn--txt span {
  font-size: 80%;
  margin: 0 5px;
}
.c-ctaContent.--02 .c-ctaContent__btn--txt {
  font-size: 24px;
}

.c-ctaContent__btn--arrow {
  position: absolute;
  width: 38px;
  padding: 9px 0 9px 20px;
  border-left: #fff solid 2px;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  display: flex;
}

.c-ctaContent__caution {
  margin-top: 10px;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .c-ctaContent {
    border-radius: 15px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-ctaContent.--02 {
    border-radius: 15px;
    max-width: 335px;
  }

  .c-ctaContent__head {
    font-size: 22px;
    line-height: 1.3;
    padding: 12px 10px;
  }
  .c-ctaContent.--02 .c-ctaContent__head {
    font-size: 22px;
    padding: 12px 10px;
  }

  .c-ctaContent__lower {
    padding: 10px 15px 20px;
  }

  .c-ctaContent__txts {
    display: block;
  }

  .c-ctaContent__txts--left {
    width: 100%;
  }

  .c-ctaContent.--02 .c-ctaContent__txts--left {
    width: 100%;
  }

  .c-ctaContent__price {
    width: 100%;
    margin-top: 7px;
  }
  .c-ctaContent.--02 .c-ctaContent__price {
    width: 100%;
  }

  .c-ctaContent__txts--left ul {
    padding: 9px 8px;
    border-radius: 6px;
  }
  .c-ctaContent.--02 .c-ctaContent__txts--left ul {
    padding: 9px 8px;
    border-radius: 6px;
  }

  .c-ctaContent__txts--left ul li {
    width: calc(100% * 150 / 286);
    font-size: 12px;
    padding-left: 8px;
  }
  .c-ctaContent__txts--left ul li:nth-of-type(1),
  .c-ctaContent__txts--left ul li:nth-of-type(3) {
    width: calc(100% * 132 / 286);
  }
  .c-ctaContent.--02 .c-ctaContent__txts--left ul li {
    font-size: 12px;
    padding-left: 8px;
    width: calc(100% * 150 / 286);
  }
  .c-ctaContent.--02 .c-ctaContent__txts--left ul li:nth-of-type(1),
  .c-ctaContent.--02 .c-ctaContent__txts--left ul li:nth-of-type(3) {
    width: calc(100% * 132 / 286);
  }

  .c-ctaContent__txts--left p {
    margin-top: 3px;
    font-size: 24px;
  }
  .c-ctaContent.--02 .c-ctaContent__txts--left p {
    font-size: 24px;
  }

  .c-ctaContent__btn {
    border-radius: 9px;
    padding: 11px 52px 12px 10px;
    border: #ff9500 solid 3px;
    margin-top: 8px;
  }
  .c-ctaContent.--02 .c-ctaContent__btn {
    border-radius: 9px;
    padding: 11px 52px 12px 10px;
    border: #ff9500 solid 3px;
    margin-top: 8px;
  }

  .c-ctaContent__btn--txt {
    font-size: 18px;
  }
  .c-ctaContent.--02 .c-ctaContent__btn--txt {
    font-size: 18px;
  }

  .c-ctaContent__btn--arrow {
    width: 28px;
    padding: 17px 0 17px 11px;
    border-left: #fff solid 1px;
    right: 15px;
  }

  .c-ctaContent__caution {
    margin-top: 8px;
    font-size: 10px;
  }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: absolute;
  width: 228px;
  top: 25px;
  left: 50px;
  z-index: 90;
}

header {
  background: none;
}

.p-header__logo {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-header {
    width: 146px;
    top: 15px;
    left: 20px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  padding-top: 143px;
  padding-bottom: 84px;
  background: url("../img/mv-bg.webp") no-repeat center center/cover;
}

.p-mv__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff;
}

.p-mv__head span {
  position: relative;
}
.p-mv__head span::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-mv__txt {
  margin-top: 30px;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-mv__txt span {
  font-size: 150%;
  font-weight: 700;
  background: linear-gradient(0deg, #fb4753 30%, transparent 0, transparent);
  text-align: center;
  width: 90%;
  margin: 0 5%;
}

.p-mv .p-mv__txt.MT0 {
  position: absolute;
  top: 10%;
  right: 5%;
  left: auto;
  background: #354448;
  padding: 35px 20px;
  border-radius: 50%;
}

.p-mv__btn--wrapper {
  margin-top: 40px;
}

.mv-cta-content {
  margin-top: 18px;
}

.mv-tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 725px;
  margin-top: 20px;
}

.mv-tag-img {
  width: 23%;
  margin: 0 1%;
}

@media screen and (max-width: 900px) {
  .p-mv {
    padding-top: 380px;
    padding-bottom: 50px;
    background: url("../img/mv-bg-sp.webp") no-repeat center center/cover;
  }

  .p-mv__head {
    font-size: 32px;
  }

  .p-mv__head span::before {
    height: 1px;
  }

  .p-mv__txt {
    margin-top: 12px;
    font-size: 21px;
    min-height: 40px;
  }

  .p-mv .p-mv__txt.MT0 {
    position: absolute;
    top: 10%;
    left: 5%;
    right: auto;
    padding: 20px 25px;
    width: fit-content;
  }

  .p-mv .p-mv__txt.MT0 span {
    display: block;
    font-size: 130%;
    padding: 0 10px;
    text-align: center;
  }

  .p-mv__btn--wrapper {
    margin-top: 15px;
  }

  .mv-cta-content {
    margin-top: 20px;
  }

  .mv-tag-box {
    margin-top: 0;
  }

  .mv-tag-img {
    width: 48%;
    margin: 10px 1% 0;
  }
}

/*===========================================================================*/
/*  result  */
/*===========================================================================*/
.p-result {
  padding-top: 109px;
  padding-bottom: 124px;
  background: url("../img/result-bg.webp") no-repeat center center/cover;
  overflow: hidden;
}

.p-result .p-change__head {
  font-size: 46px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  align-items: center;
  text-shadow: 1px 1px 6px #6f4108;
}

.p-result .p-ba__head {
  font-size: 30px;
  text-align: center;
}

.p-result .p-ba__heads {
  margin-top: 100px;
  justify-self: center;
}

.p-result-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto 0;
}

.p-result-list p {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
}

.p-result-list p span {
  color: #f5ebbf;
  font-size: 150%;
  background: linear-gradient(0deg, #fb4753 30%, transparent 0, transparent);
  padding: 2px;
  margin-left: 10px;
}

.p-result__block {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.p-result__block li {
  width: 48%;
  background-color: #fff;
  padding: 0 0 30px;
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
}

.p-result__block--upper {
  position: relative;
}

.p-result__block--num {
  position: absolute;
  z-index: 2;
  padding: 6px 0 0 32px;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.p-result__block--num::before {
  background: url("../img/change-tri.png") no-repeat center center/contain;
  content: "";
  height: 33px;
  left: 0;
  position: absolute;
  top: 0;
  width: 123px;
  z-index: -1;
}

.p-result__block--txt {
  margin-top: 22px;
  color: #ff703c;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.p-result__block--txt2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding: 0 0 0 25px;
  text-align: left;
}

.p-result__subHead {
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-result__subHead span {
  padding: 9px 18px;
  border: #fff solid 1px;
  border-radius: 100vh;
}

.p-result__head {
  text-align: center;
  margin-top: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-result__head .--small {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-result__head .--wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.p-result__head .--large {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: #fff solid 3px;
}

.p-result__head .--small02 {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transform: translate(0, 6px);
}

.p-result__contents {
  margin-top: 40px;
}

.p-result__contents__inner {
  display: flex;
  gap: 44px;
}

.p-result__content {
  width: calc(50% - 22px);
  border-radius: 20px;
  overflow: hidden;
  background-color: #2c3a3f;
}
.p-result__contents .p-result__content:nth-of-type(2) {
  background-color: #fff;
}

.p-result__content h3 {
  padding: 21px 15px;
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #0c171b;
}
.p-result__contents .p-result__content:nth-of-type(2) h3 {
  background-color: #ff703c;
}

.p-result__content ul {
  padding: 10px 30px 30px;
}

.p-result__content ul li {
  padding: 20px 0;
  min-height: 108px;
  border-bottom: rgba(255, 255, 255, 0.5) dashed 1px;
  display: flex;
  align-items: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.p-result__content ul li:last-of-type {
  border-bottom: none;
}
.p-result__contents .p-result__content:nth-of-type(1) ul li {
  color: #fff;
}
.p-result__contents .p-result__content:nth-of-type(2) ul li {
  border-color: #b8b8b8;
}

.p-result__content ul li span {
  padding-left: 36px;
  position: relative;
}

.p-result__content ul li span::before {
  background: url("../img/batsu.png") no-repeat center center/contain;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 26px;
}
.p-result__contents .p-result__content:nth-of-type(2) ul li span::before {
  background: url("../img/check.png") no-repeat center center/contain;
}

.p-result__btn--wrapper {
  margin-top: 50px;
  text-align: center;
}

.result-cta-content {
  margin: 50px auto 0;
}

@media screen and (max-width: 900px) {
  .p-result {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../img/result-bg.webp") no-repeat center center/cover;
  }

  .p-result-list {
    width: 100%;
  }

  .p-result-list p {
    font-size: 16px;
  }

  .p-result-list p span {
    display: inline-block;
  }

  .p-result__inner {
    max-width: unset;
  }

  .p-result .p-change__head {
    font-size: 25px;
  }

  .p-result__block {
    flex-direction: column;
    margin-top: 28px;
    gap: 10px;
  }

  .p-result__block li {
    width: 100%;
    padding: 10px 10px 20px;
    margin: 20px 0 0;
  }

  .p-result__block--num {
    padding: 6px 0 0 23px;
  }
  .p-result__block--num::before {
    background: url("../img/change-tri-sp.png") no-repeat center center/contain;
    width: 108px;
  }

  .p-result__block--txt {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.5;
  }

  .p-result__block--txt2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .p-result__subHead {
    font-size: 13px;
  }

  .p-result__subHead span {
    padding: 8px 16px;
  }

  .p-result__head {
    margin-top: 40px;
  }

  .p-result .p-ba__heads {
    margin-top: 40px;
  }

  .p-result__head .--small {
    font-size: 17px;
  }

  .p-result__head .--wrapper {
    flex-direction: column;
  }

  .p-result__head .--large {
    font-size: 22px;
    border-bottom: #fff solid 2px;
  }

  .p-result__head .--small02 {
    font-size: 22px;
    transform: translate(0, 0);
    margin-top: 7px;
  }

  .p-result__contents {
    margin: 15px auto 0;
    gap: 10px;
    max-width: 560px;
    position: relative;
    overflow-x: scroll;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-result__contents::-webkit-scrollbar {
    display: none;
  }

  .p-result__contents__inner {
    width: 100%;
    min-width: 540px;
    padding: 0 20px;
    gap: 10px;
  }

  .p-result__content {
    width: calc(50% - 5px);
    border-radius: 10px;
  }

  .p-result__content h3 {
    padding: 21px 15px;
    font-size: 16px;
  }
  .p-result__contents .p-result__content:nth-of-type(2) h3 {
    padding: 10px;
  }

  .p-result__content ul {
    padding: 0 15px 10px;
  }

  .p-result__content ul li {
    padding: 12px 0;
    min-height: 87px;
    font-size: 15px;
  }

  .p-result__content ul li span {
    padding-left: 22px;
  }

  .p-result__content ul li span::before {
    height: 17px;
    top: 3px;
    width: 17px;
  }

  .p-result__btn--wrapper {
    margin: 20px auto 0;
    max-width: 335px;
  }

  .result-cta-content {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 560px) {
  .p-result__contents {
    width: calc(100% + 40px);
    left: -20px;
  }
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
  padding-top: 109px;
  padding-bottom: 124px;
  background: url("../img/about-bg.webp") no-repeat center center/cover;
  overflow: hidden;
}

.p-about__subHead {
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-about__subHead span {
  padding: 9px 18px;
  border: #fff solid 1px;
  border-radius: 100vh;
}

.p-about__head {
  text-align: center;
  margin-top: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-about__head .--small {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-about__head .--wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.p-about__head .--large {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: #fff solid 3px;
}

.p-about__head .--small02 {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transform: translate(0, 6px);
}

.p-about__contents {
  margin-top: 40px;
}

.p-about__contents__inner {
  display: flex;
  gap: 44px;
}

.p-about__content {
  width: calc(50% - 22px);
  border-radius: 20px;
  overflow: hidden;
  background-color: #2c3a3f;
}
.p-about__contents .p-about__content:nth-of-type(2) {
  background-color: #fff;
}

.p-about__content h3 {
  padding: 21px 15px;
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #0c171b;
}
.p-about__contents .p-about__content:nth-of-type(2) h3 {
  background-color: #ff703c;
}

.p-about__content ul {
  padding: 10px 30px 30px;
}

.p-about__content ul li {
  padding: 20px 0;
  min-height: 108px;
  border-bottom: rgba(255, 255, 255, 0.5) dashed 1px;
  display: flex;
  align-items: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.p-about__content ul li:last-of-type {
  border-bottom: none;
}
.p-about__contents .p-about__content:nth-of-type(1) ul li {
  color: #fff;
}
.p-about__contents .p-about__content:nth-of-type(2) ul li {
  border-color: #b8b8b8;
}

.p-about__content ul li span {
  padding-left: 36px;
  position: relative;
}

.p-about__content ul li span::before {
  background: url("../img/batsu.png") no-repeat center center/contain;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 26px;
}
.p-about__contents .p-about__content:nth-of-type(2) ul li span::before {
  background: url("../img/check.png") no-repeat center center/contain;
}

.p-about__btn--wrapper {
  margin-top: 50px;
  text-align: center;
}

.about-cta-content {
  margin: 50px auto 0;
}

@media screen and (max-width: 900px) {
  .p-about {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../img/about-bg-sp.webp") no-repeat center center/cover;
  }

  .p-about__inner {
    max-width: unset;
  }

  .p-about__subHead {
    font-size: 13px;
  }

  .p-about__subHead span {
    padding: 8px 16px;
  }

  .p-about__head {
    margin-top: 6px;
  }

  .p-about__head .--small {
    font-size: 22px;
  }

  .p-about__head .--wrapper {
    flex-direction: column;
  }

  .p-about__head .--large {
    font-size: 36px;
    border-bottom: #fff solid 2px;
  }

  .p-about__head .--small02 {
    font-size: 22px;
    transform: translate(0, 0);
    margin-top: 7px;
  }

  .p-about__contents {
    margin: 15px auto 0;
    gap: 10px;
    max-width: 560px;
    position: relative;
    overflow-x: scroll;
    overflow-y: visible;
  }

  .p-about__contents::-webkit-scrollbar {
    height: 10px;
    width: 40px;
  }

  .p-about__contents__inner {
    width: 100%;
    min-width: 540px;
    padding: 0 20px;
    gap: 10px;
  }

  .p-about__content {
    width: calc(50% - 5px);
    border-radius: 10px;
  }

  .p-about__content h3 {
    padding: 21px 15px;
    font-size: 16px;
  }
  .p-about__contents .p-about__content:nth-of-type(2) h3 {
    padding: 10px;
  }

  .p-about__content ul {
    padding: 0 15px 10px;
  }

  .p-about__content ul li {
    padding: 12px 0;
    min-height: 87px;
    font-size: 15px;
  }

  .p-about__content ul li span {
    padding-left: 22px;
  }

  .p-about__content ul li span::before {
    height: 17px;
    top: 3px;
    width: 17px;
  }

  .p-about__btn--wrapper {
    margin: 20px auto 0;
    max-width: 335px;
  }

  .about-cta-content {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 560px) {
  .p-about__contents {
    width: calc(100% + 40px);
    left: -20px;
  }
}

/*===========================================================================*/
/*  location  */
/*===========================================================================*/
.p-location {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
  position: relative;
}

.p-location::before {
  background: url("../img/location-bg.webp") no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-location__inner {
  position: relative;
  z-index: 2;
}

.p-location__list--wrapper {
  margin-top: 35px;
  position: relative;
}

.p-location__list--inner {
  overflow: hidden;
  padding-bottom: 25px;
}

.p-location__list--contents {
  width: 374px;
  margin: 0 auto;
  overflow: visible !important;
}

.p-location__list {
  width: 374px;
  display: flex;
}

.p-location__list li {
  padding: 0 12px;
  width: 374px;
  min-width: 374px;
  height: auto !important;
}

.p-location__list li > div {
  border-radius: 0 30px 30px 30px;
  box-shadow: 15px 15px 20px 0 rgba(60, 70, 83, 0.04);
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.p-location__list--img {
  aspect-ratio: 350/216;
}

.p-location__list--img img {
  height: 100%;
  object-fit: cover;
}

.p-location__list--txts {
  padding: 15px 20px 30px;
}

.p-location__list--head {
  padding-bottom: 14px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-bottom: #969696 dashed 1px;
}

.p-location__list--table {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-location__list--table .p-gym__list--map{
margin-top: 0;
}

.p-location__list--table dl {
  width: 100%;
}

.p-location__list--table dl dt {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-location__list--table dl dd {
  margin-top: 2px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-location__btn {
  cursor: pointer;
  position: absolute;
  width: 68px;
  top: 50%;
  transform: translate(0, -50%);
  left: -50px;
  box-shadow: 0 7px 7px 2px rgba(0, 0, 0, 0.13);
  border-radius: 100vh;
  z-index: 2;
}
.p-location__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.p-location__btn.--next {
  left: unset;
  right: -50px;
}

.p-location__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.p-location__pagination .swiper-pagination-bullet {
  width: 66px !important;
  height: 7px !important;
  border-radius: 100vh !important;
  background-color: #a9b3b6 !important;
  margin: 0 !important;
}
.p-location__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #364449 !important;
}

@media screen and (max-width: 1220px) {
  .p-location__btn {
    left: -34px;
  }
  .p-location__btn.--next {
    left: unset;
    right: -34px;
  }
}

@media screen and (max-width: 900px) {
  .p-location {
    padding: 50px 0;
  }

  .p-location::before {
    background: url("../img/location-bg-sp.webp") no-repeat center center/cover;
  }

  .p-location__inner {
    max-width: unset;
  }

  .p-location__list--wrapper {
    margin-top: 26px;
  }

  .p-location__list--contents {
    width: 334px;
  }

  .p-location__list {
    width: 334px;
  }

  .p-location__list li {
    padding: 0 7px;
    width: 334px;
    min-width: 334px;
  }

  .p-location__btn {
  width: 50px;
  right: 8px !important;
  }

  .p-location__btn.--prev{
  right: unset;
  left: 8px;
  }

  .p-location__pagination {
    gap: 8px;
  }

  .p-location__pagination .swiper-pagination-bullet {
    width: 42px !important;
    height: 5px !important;
  }
}

/*===========================================================================*/
/*  change  */
/*===========================================================================*/
.p-change {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/change-bg.webp") no-repeat center center/cover;
}

.p-change__subHead {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-change__head {
  margin-top: 9px;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-change__head .--wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-change__head .--txt {
  position: relative;
}
.p-change__head .--txt::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-change__list {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

.p-change__list li {
  width: 31.9%;
  background-color: #fff;
  padding: 9px 9px 30px;
}

.p-change__list--upper {
  position: relative;
}

.p-change__list--num {
  position: absolute;
  z-index: 2;
  padding: 6px 0 0 32px;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.p-change__list--num::before {
  background: url("../img/change-tri.png") no-repeat center center/contain;
  content: "";
  height: 33px;
  left: 0;
  position: absolute;
  top: 0;
  width: 123px;
  z-index: -1;
}

.p-change__list--txt {
  margin-top: 22px;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 900px) {
  .p-change {
    padding-top: 150px;
    padding-bottom: 50px;
    background: none;
    position: relative;
    background-color: #e6e7e8;
  }
  .p-change::before {
    background: url("../img/change-bg-sp.webp") no-repeat center center/cover;
    content: "";
    aspect-ratio: 375/367;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .p-change__inner {
    position: relative;
    z-index: 2;
  }

  .p-change__subHead {
    font-size: 20px;
    text-align: left;
  }

  .p-change__head {
    margin-top: 1px;
    font-size: 32px;
    justify-content: center;
    align-items: flex-start;
  }

  .p-change__head .--wrapper {
    flex-direction: row;
  }

  .p-change__head .--txt::before {
    height: 1px;
  }

  .p-change__list {
    flex-direction: column;
    margin-top: 28px;
    gap: 10px;
  }

  .p-change__list li {
    width: 100%;
    padding: 10px 10px 20px;
  }

  .p-change__list--num {
    padding: 6px 0 0 23px;
  }
  .p-change__list--num::before {
    background: url("../img/change-tri-sp.png") no-repeat center center/contain;
    width: 108px;
  }

  .p-change__list--txt {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}

/*===========================================================================*/
/*  before after  */
/*===========================================================================*/
.p-ba {
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #364449;
  position: relative;
  overflow: hidden;
}
.p-ba::before {
  background: url("../img/ba-bg.webp") no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-ba__deco {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  opacity: 0.1;
  top: 251px;
  right: calc(50% + 254px);
  transform: rotate(90deg);
}
.p-ba__deco02 {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  opacity: 0.1;
  bottom: 185px;
  left: calc(50% + 331px);
  transform: rotate(90deg);
}

.p-ba__inner {
  position: relative;
  z-index: 2;
}

.p-ba__heads {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.p-ba__subHead {
  color: #8d8d8d;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.p-ba__bar {
  width: calc(100% - 443px);
  height: 1px;
  background-color: #8d8d8d;
  transform: translate(0, 1px);
}

.p-ba__head {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.p-ba__contents {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.p-ba__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  aspect-ratio: 1100/430;
  width: 100%;
  background: url("../img/ba-img01.webp") no-repeat center center/cover;
}

.p-ba__contents .p-ba__content:nth-of-type(2) {
  background: url("../img/ba-img02.webp") no-repeat center center/cover;
}

.p-ba__before {
  padding: 0 0 25px 30px;
  color: #fff;
}

.p-ba__before--sub {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-ba__before--txt {
  margin-top: 6px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.p-ba__after {
  padding: 0 20px 25px 0;
}

.p-ba__after--sub {
  text-align: right;
  position: relative;
  z-index: 2;
  padding-right: 8px;
  padding-top: 4px;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-ba__after--sub::before {
  background: url("../img/after-tri.png") no-repeat center center/contain;
  content: "";
  height: 40px;
  right: -20px;
  position: absolute;
  top: 0;
  width: 125px;
  z-index: -1;
}

.p-ba__after--txt {
  margin-top: 11px;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p-ba__after--txt span {
  position: relative;
}
.p-ba__after--txt span::before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-ba__after--txt {
    font-size: 37px;
  }

  .p-ba__before--txt {
    font-size: 28px;
  }
}

@media screen and (max-width: 900px) {
  .p-ba {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-ba::before {
    background: url("../img/ba-bg.webp") no-repeat center center/cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .p-ba__deco {
    font-size: 100px;
    top: 108px;
    right: calc(50% + 7px);
  }
  .p-ba__deco02 {
    font-size: 100px;
    bottom: 72px;
    left: calc(50% + 36px);
  }

  .p-ba__heads {
    display: block;
  }

  .p-ba__subHead {
    font-size: 14px;
    text-align: center;
  }

  .p-ba__bar {
    display: none;
  }

  .p-ba__head {
    margin-top: 8px;
    font-size: 30px;
    text-align: center;
  }

  .p-ba__contents {
    margin-top: 25px;
    flex-direction: column;
    gap: 30px;
  }

  .p-ba__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    aspect-ratio: 335/464;
    width: 100%;
    background: url("../img/ba-img01-sp.webp") no-repeat center center/cover;
  }

  .p-ba__contents .p-ba__content:nth-of-type(2) {
    background: url("../img/ba-img02-sp.webp") no-repeat center center/cover;
  }

  .p-ba__before {
    padding: 18px 0 0 18px;
  }

  .p-ba__before--sub {
    font-size: 12px;
  }

  .p-ba__before--txt {
    margin-top: 6px;
    font-size: 20px;
  }

  .p-ba__after {
    padding: 0 0 15px 15px;
  }

  .p-ba__after--sub {
    text-align: left;
    padding-right: 0;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 18px;
  }
  .p-ba__after--sub::before {
    background: url("../img/after-tri-sp.png") no-repeat center center/contain;
    height: 25px;
    right: unset;
    left: -15px;
    width: 82px;
  }

  .p-ba__after--txt {
    margin-top: 7px;
    font-size: 26px;
    align-items: flex-start;
  }
}

/*===========================================================================*/
/*  climbing  */
/*===========================================================================*/
.p-climbing {
  padding-top: 120px;
  padding-bottom: 148px;
  background: url("../img/voice-bg.webp") no-repeat center center/cover;
}

.p-climbing .p-change__head {
  color: #475e69;
}

.p-climbing .p-change__head .--txt::before {
  background-color: #475e69;
}

.p-climbing .p-change__head .--txt span {
  font-size: 60%;
}

.p-climbing .p-change__head .--wrapper {
  flex-direction: column;
}

.p-climbing .p-change__subHead {
  color: #333;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .p-climbing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-voice {
  padding-top: 120px;
  padding-bottom: 148px;
  background: url("../img/voice-bg.webp") no-repeat center center/cover;
}

.p-voice.--02 {
  padding-bottom: 120px;
  background: url("../img/voice-bg02.webp") no-repeat center center/cover;
}

.p-voice__heads {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.p-voice__subHead {
  color: #8d8d8d;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.p-voice__bar {
  width: calc(100% - 320px);
  background-color: #8d8d8d;
  height: 1px;
  transform: translate(0, 1px);
}

.p-voice__head {
  color: #364449;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.p-voice__list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.p-voice__list li {
  width: calc(100% / 3 - 48px / 3);
  background-color: #fff;
  border-radius: 0 30px 30px 30px;
  box-shadow: 15px 15px 20px 0 rgba(60, 70, 83, 0.04);
  padding: 35px 40px;
}

.p-voice__list--infos {
  display: flex;
  align-items: center;
  gap: 13px;
}

.p-voice__list--infos figure {
  width: 45px;
}

.p-voice__list--infos p {
  color: #8a8a8a;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-voice__list--txt {
  margin-top: 15px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-voice__list--txt span {
  display: inline;
  color: #ff703c;
}

.p-voice__btn--wrapper {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .p-voice {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../img/vocie-bg-sp.webp") no-repeat center center/cover;
  }

  .p-voice.--02 {
    padding-bottom: 50px;
    background: url("../img/voice-bg02-sp.webp") no-repeat center center/cover;
  }

  .p-voice__heads {
    display: block;
  }

  .p-voice__subHead {
    text-align: center;
    font-size: 14px;
  }

  .p-voice__bar {
    display: none;
  }

  .p-voice__head {
    font-size: 30px;
    margin-top: 8px;
    text-align: center;
  }

  .p-voice__list {
    margin-top: 25px;
    gap: 12px;
  }

  .p-voice__list li {
    width: 100%;
    border-radius: 0 20px 20px 20px;
    padding: 20px 20px 25px;
  }

  .p-voice__list--infos {
    gap: 10px;
  }

  .p-voice__list--infos figure {
    width: 37px;
  }

  .p-voice__list--txt {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.4;
  }

  .p-voice__btn--wrapper {
    margin-top: 30px;
  }
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.p-cta {
  padding-top: 160px;
  padding-bottom: 140px;
  background: url("../img/cta-bg.webp") no-repeat center center/cover;
}

.p-cta__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.p-cta__head span {
  position: relative;
}
.p-cta__head span::before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-cta__btn--wrapper {
  margin-top: 50px;
}

.cta-cta-content {
  margin-top: 26px;
}

@media screen and (max-width: 900px) {
  .p-cta {
    padding-top: 226px;
    padding-bottom: 50px;
    background: url("../img/cta-bg-tab02.webp") no-repeat center center/cover;
  }

  .p-cta__head {
    font-size: 30px;
  }

  .p-cta__btn--wrapper {
    margin-top: 23px;
  }

  .cta-cta-content {
    margin-top: 21px;
  }
}

@media screen and (max-width: 600px) {
  .p-cta {
    background: url("../img/cta-bg-tab.webp") no-repeat center center/cover;
  }
}

@media screen and (max-width: 400px) {
  .p-cta {
    background: url("../img/cta-bg-sp.webp") no-repeat center center/cover;
  }
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.p-flow {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e6e7e8;
  overflow: hidden;
}

.p-flow__list {
  max-width: 912px;
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-flow__list li {
  position: relative;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-flow__list li::before {
  background: url("../img/flow-tri.png") no-repeat center center/contain;
  content: "";
  height: 26px;
  left: 50%;
  position: absolute;
  top: calc(100% + 12px);
  width: 56px;
  transform: translate(-50%, 0);
}
.p-flow__list li:last-of-type:before {
  display: none;
}

.p-flow__list li::after {
  background-color: #e6e7e8;
  content: "";
  height: 60px;
  right: -40px;
  position: absolute;
  top: -40px;
  width: 60px;
  transform: rotate(45deg);
}

.p-flow__list--img {
  width: 38%;
}

.p-flow__list--txts {
  width: 58%;
}

.p-flow__list--num {
  color: #b3bcbf;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.p-flow__list--head {
  margin-top: 10px;
  color: #252525;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-flow__list--txt {
  margin-top: 11px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 900px) {
  .p-flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-flow__list {
    margin: 25px auto 0;
    gap: 47px;
  }

  .p-flow__list li {
    position: relative;
    background-color: #fff;
    padding: 10px 10px 25px;
    display: block;
  }
  .p-flow__list li::before {
    background: url("../img/flow-tri-sp.png") no-repeat center center/contain;
    top: calc(100% + 11px);
  }

  .p-flow__list li::after {
    height: 60px;
    right: unset;
    left: -40px;
    top: unset;
    bottom: -40px;
    width: 60px;
  }

  .p-flow__list--img {
    width: 100%;
  }

  .p-flow__list--txts {
    width: 100%;
    margin-top: 14px;
    padding: 0 15px;
  }

  .p-flow__list--num {
    font-size: 12px;
    text-align: center;
  }

  .p-flow__list--head {
    margin-top: 7px;
    font-size: 20px;
    text-align: center;
  }

  .p-flow__list--txt {
    margin-top: 8px;
    font-size: 13px;
  }
}

/*===========================================================================*/
/*  point  */
/*===========================================================================*/

#point {
  padding-top: 40px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #252f33;
}
#point h2 img {
  width: calc(456 / 750 * 100vw);
  margin-left: auto;
  margin-right: auto;
  max-width: 456px;
}
#point h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  font-style: italic;
}
#point h3 span {
  font-weight: bold;
}
#point .image-area {
  position: relative;
}
#point .text-area {
  position: relative;
}
#point .point-graph {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 2.5%;
}
#point .text-area .wrap {
  width: 94%;
  margin-bottom: 20px;
}
#point .point-first .image-area {
  margin-right: -5%;
}
#point .point-first .dot {
  width: calc(207 / 750 * 100vw);
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 207px;
}
#point .no {
  width: 66px;
}
#point .tit .text {
  width: calc(100% - 72px);
  font-size: 23px;
  line-height: 1.4;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  width: 100%;
}
#point .point-last .image-area {
  margin-left: -5%;
}
#point .point-last .dot {
  width: calc(207 / 750 * 100vw);
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 207px;
}
/*PC*/
@media (min-width: 769px) {
  #point {
    padding-top: 80px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #point .text-slash {
    margin-left: 0;
    margin-right: auto;
    width: 740px;
    margin-bottom: 3rem;
  }
  #point h3 {
    font-size: 4rem;
  }
  #point .dispflex {
    -webkit-align-items: center;
    align-items: center;
  }
  #point .point-first {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #point .image-area,
  #point .text-area {
    width: 48%;
  }
  #point .text-area .wrap {
    margin-bottom: 20px;
  }
  #point .point-first .image-area {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
    margin-top: -6rem;
  }
  #point .tit .text {
    font-size: 20px;
  }
  #point .point-last {
    margin-top: 4rem;
  }
  #point .point-last .image-area {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 4%;
  }
}
/*PC*/
@media (min-width: 1279px) {
  #point .text-area .wrap {
    margin-bottom: 40px;
  }
  #point .tit .text {
    font-size: 30px;
    font-weight: 700;
    color: #252f33;
  }
  #point .tit .text span {
    font-size: 80%;
  }
}

#point .FB {
  display: flex;
  flex-wrap: wrap;
}

#point .tit.mb1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#point .hexagon-container {
  position: relative;
  width: 60px;
  height: 80px;
}

#point .hexagon {
  position: relative;
  width: 60px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

#point .hexagon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #475e69;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#point .hexagon-inner {
  position: relative;
  width: 52px;
  height: 62px;
  background: white;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#point .number {
  font-size: 28px;
  font-weight: 700;
  color: #475e69;
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
  padding-top: 115px;
  padding-bottom: 120px;
}

.p-faq__list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.p-faq__list li {
  position: relative;
}

.p-faq__question {
  position: relative;
  padding: 40px 55px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.p-faq__question::before {
  background-color: #364449;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100vw;
  transform: translate(-50%, 0);
  z-index: -1;
  pointer-events: none;
}

.p-faq__question .u-en {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 100vh;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #364449;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}

.p-faq__question .--txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-faq__question .--plus {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.p-faq__question .--plus::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-faq__question .--plus::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
  transform: translate(-50%, -50%);
}
.p-faq__list li.js-active .p-faq__question .--plus::after {
  opacity: 0;
}

.p-faq__answer {
  padding: 25px 0 33px;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.02em;
  display: none;
}

.p-faq__btn--wrapper {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-faq__list {
    margin-top: 30px;
  }

  .p-faq__question {
    padding: 15px 31px 15px 35px;
  }

  .p-faq__question .u-en {
    width: 24px;
    height: 24px;
    font-size: 15px;
    padding-bottom: 1px;
  }

  .p-faq__question .--txt {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .p-faq__answer {
    padding: 12px 0 18px;
    font-size: 14px;
    line-height: 1.64;
  }

  .p-faq__btn--wrapper {
    margin-top: 30px;
  }
}

/*===========================================================================*/
/*  cta02  */
/*===========================================================================*/
.p-cta02 {
  padding-top: 115px;
  padding-bottom: 100px;
  background: url("../img/cta-bg02.webp") no-repeat center center/cover;
}

.p-cta02__subHead {
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.p-cta02__subHead span {
  position: relative;
  padding: 0 26px;
}
.p-cta02__subHead span::before {
  background: url("../img/cta02-txt-left.png") no-repeat center center/contain;
  content: "";
  height: 36px;
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 20px;
}
.p-cta02__subHead span::after {
  background: url("../img/cta02-txt-right.png") no-repeat center center/contain;
  content: "";
  height: 36px;
  right: 0;
  position: absolute;
  bottom: -4px;
  width: 20px;
}

.p-cta02__head {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.p-cta02__head span {
  position: relative;
}
.p-cta02__head span::before {
  background-color: #fff;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-cta02__txt {
  margin-top: 18px;
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.p-cta02__list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.p-cta02__list li {
  padding: 16px 40px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-cta02__list li:nth-of-type(2) {
  border-left: #fff dashed 1px;
  border-right: #fff dashed 1px;
}

.p-cta02__list--icon {
  width: 53px;
}
.p-cta02__list li:nth-of-type(1) .p-cta02__list--icon {
  width: 60px;
}

.p-cta02__list--txt {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.p-cta02__btn--wrapper {
  text-align: center;
  margin-top: 28px;
}

.cta02-cta-content {
  margin: 27px auto 0;
}

@media screen and (max-width: 900px) {
  .p-cta02 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../img/cta-bg02-sp.webp") no-repeat center center/cover;
  }

  .p-cta02__subHead {
    font-size: 15px;
  }

  .p-cta02__subHead span {
    padding: 0 21px;
  }
  .p-cta02__subHead span::before {
    background: url("../img/cta02-txt-left-sp.png") no-repeat center
      center/contain;
    bottom: 1px;
  }
  .p-cta02__subHead span::after {
    background: url("../img/cta02-txt-right-sp.png") no-repeat center
      center/contain;
    bottom: 1px;
  }

  .p-cta02__head {
    margin-top: 5px;
    font-size: 28px;
  }

  .p-cta02__head span::before {
    height: 3px;
    bottom: 0;
  }

  .p-cta02__txt {
    margin-top: 30px;
    font-size: 18px;
  }

  .p-cta02__list {
    margin-top: 15px;
  }

  .p-cta02__list li {
    padding: 53px 16px 5px;
    position: relative;
    display: block;
  }

  .p-cta02__list--icon {
    width: 36px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-cta02__list li:nth-of-type(1) .p-cta02__list--icon {
    width: 41px;
  }

  .p-cta02__list--txt {
    font-size: 16px;
  }

  .p-cta02__btn--wrapper {
    margin-top: 18px;
  }

  .cta02-cta-content {
    margin: 20px auto 0;
  }
}

/*===========================================================================*/
/*  フローティングボタン  */
/*===========================================================================*/

#contact-fix {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#contact-fix .c-ctaContent__btn--txt {
  font-size: 23px;
}

#contact-fix .c-ctaContent__btn {
  display: flex;
  align-items: center;
  margin-left: 1%;
}

.contact-btn2 {
  background: linear-gradient(0deg, #242f32 0%, #34464b 100% 100%);
  border: #34464b solid 8px;
}

@media screen and (max-width: 900px) {
  #contact-fix {
    bottom: 0;
    right: 0;
    justify-content: center;
  }
  #contact-fix .c-ctaContent__btn {
    width: 50%;
    margin: 0;
    border-radius: initial;
    border: none;
    padding: 12px 22px 12px 10px;
    justify-content: center;
  }
  #contact-fix .c-ctaContent__btn--txt {
    font-size: 16px;
  }
  #contact-fix .c-ctaContent__btn--arrow {
    border-left: none;
    right: 10px;
  }
}

/*===========================================================================*/
/*  gym  */
/*===========================================================================*/
.p-gym {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e6e7e8;
}

.p-gym__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-gym__list li {
  display: flex;
  background-color: #fff;
  min-height: 335px;
}

.p-gym__list--img {
  width: 47.6%;
  height: auto;
  background-size: cover;
}

.p-gym__list--txts {
  width: 52.4%;
  padding: 44px 40px 45px;
  display: flex;
  align-items: center;
}

.p-gym__list--head {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-bottom: 18px;
  border-bottom: #969696 dashed 1px;
}

.p-gym__list--table {
  margin-top: 21px;
}

.p-gym__list--table dl {
  padding: 4px 0;
  display: flex;
}

.p-gym__list--table dl dt {
  width: 86px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-gym__list--table dl dd {
  width: calc(100% - 86px);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

dl dt.p-gym__storeTitle{
width: 110px;
}

dl dd .p-gym__storeIcon{
width: 45%;
}

.p-gym__list--table dl dd a {
  text-decoration: underline;
}

.p-gym__list--map {
  margin-top: 11px;
}

.p-gym__list--map a {
  position: relative;
  padding-left: 24px;
  color: #8c8c8c;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.p-gym__list--map a::before {
  background: url("../img/icon-map.png") no-repeat center center/contain;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 17px;
}

@media screen and (max-width: 900px) {
  .p-gym {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-gym__list {
    margin-top: 25px;
    gap: 20px;
  }

  .p-gym__list li {
    display: block;
    min-height: unset;
  }

  .p-gym__list--img {
    width: 100%;
    aspect-ratio: 335/223;
  }

  .p-gym__list--txts {
    width: 100%;
    padding: 18px 20px 30px;
    display: block;
  }

  .p-gym__list--head {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 15px;
  }

  .p-gym__list--table {
    margin-top: 9px;
  }

  .p-gym__list--table dl {
    padding: 5px 0;
    display: block;
  }

  .p-gym__list--table dl dt {
    width: 100%;
    font-size: 14px;
  }

  .p-gym__list--table dl dd {
    width: 100%;
    margin-top: 4px;
    font-size: 14px;
  }

  .p-gym__list--map {
    margin-top: 14px;
  }

  .p-gym__list--map a {
    padding-left: 21px;
    font-size: 12px;
  }
  .p-gym__list--map a::before {
    height: 18px;
    width: 14px;
  }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  background-color: #364449;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .p-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
  }
}

/*===========================================================================*/
/*  swiper-wrapper"  */
/*===========================================================================*/

.p-gym__list--imgItem {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.p-gym__list--img.swiper .swiper-button-next,
.p-gym__list--img.swiper .swiper-button-prev {
  color: #364449;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.p-gym__list--img.swiper .swiper-button-next::after,
.p-gym__list--img.swiper .swiper-button-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.p-gym__list--img.swiper .swiper-button-next::after {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #364449;
}

.p-gym__list--img.swiper .swiper-button-prev::after {
  border-width: 8px 12px 8px 0;
  border-color: transparent #364449 transparent transparent;
}

.p-gym__list--img.swiper .swiper-pagination-bullet-active {
  background: #364449;
}

.p-location__list--img .mini-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.p-location__list--img .swiper-pagination-bullet-active {
  background: #364449;
}

.p-location__list--img .swiper-slide {
  width: 100%;
  height: 216px;
}

/*===========================================================================*/
/*  その他  */
/*===========================================================================*/

.ML0 {
  margin-left: 0 !important;
}

.MT0 {
  margin-top: 0 !important;
}

.cap {
  font-size: 80%;
  font-weight: 400;
  color: #666;
  display: inline-block;
  width: 100%;
}
