@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, a, table {
  border: 0;
  vertical-align: bottom;
}

span, tr, th, td {
  vertical-align: baseline;
}

div, article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

span {
  display: inline-block;
}

ol, ul, li {
  list-style: none;
  list-style-type: none;
}

p, a, h1, h2, h3, h4, li, div, span, dt, dd, th, td {
  text-align: left;
}

a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: currentColor;
  font: inherit;
  font-size: 100%;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

:root {
  --header-height: 10.4rem;
  --vh: 1vh;
  --100vh: calc(var(--vh) * 100);
}
@media screen and (max-width: 960px) {
  :root {
    --header-height: 16rem;
  }
}

html {
  font-size: 10px;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 0.5882352941vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  body {
    font-size: 2.8rem;
  }
}

a {
  color: inherit;
  display: inline-block;
}

a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  a:not([class]) {
    transition: opacity ease 0.3s;
  }
  a:not([class]):hover {
    opacity: 0.7;
  }
}

picture {
  line-height: 0;
  display: inherit;
}
picture img {
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 961px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
  }
  .l-header.is-active {
    background-color: #000;
  }
}

.l-header__left {
  padding: 0 0 0 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header__left {
    padding: 4rem 0 0 6rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
  }
}

.l-header__title {
  display: flex;
  align-items: center;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .l-header__title {
    flex-direction: column;
  }
}

.l-header__logo {
  width: 23.6rem;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    margin: 0 0 0.5rem;
  }
}

.l-header__name {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.64;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-header__name {
    font-size: 2.3rem;
    text-align: center;
    transition: opacity 0.4s ease 0.1s;
  }
}

@media screen and (max-width: 960px) {
  .l-header.is-active .l-header__name {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
}

.l-header__right {
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-header__right {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 11rem;
  }
}

.l-header__right__sub-list {
  padding: 0 2.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-header__right__sub-list {
    padding: 0;
    gap: 0;
    align-items: normal;
  }
}

.l-header__right__sub-list__link {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  transition: color 0.4s ease;
}
@media screen and (min-width: 961px) and (hover: hover) {
  .l-header__right__sub-list__link:hover {
    color: #ebff43;
  }
}
@media screen and (max-width: 960px) {
  .l-header__right__sub-list__link {
    width: 11.5rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
  }
  .l-header__right__sub-list__link.-tel {
    background: #404040;
  }
  .l-header__right__sub-list__link.-line {
    background: #229d22;
  }
}

.l-header__right__sub-list__link-icon {
  width: 1.8rem;
  line-height: 0;
  transform: translate(0, 0.2rem);
}
@media screen and (max-width: 960px) {
  .l-header__right__sub-list__link-icon {
    width: 3.2rem;
  }
}

.l-header__right__sub-list__link-text {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-header__right__sub-list__link-text {
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 961px) {
  .l-header__right__sub-list__link.-tel {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}

.l-header__right__main-list {
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-header__right__main-list {
    flex: 1;
  }
}

.l-header__right__main-list__item {
  width: 30.6rem;
}
@media screen and (max-width: 960px) {
  .l-header__right__main-list__item {
    width: 50%;
  }
}

.l-header__right__main-list__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.l-header__right__main-list__link.-training {
  background: #e5e5e5;
  color: #ff0b7e;
}
.l-header__right__main-list__link.-counseling {
  background: #000;
  color: #55e233;
}

.l-header__right__main-list__link-icon {
  width: 3.2rem;
  line-height: 0;
}

.l-header__right__main-list__link-text {
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-header__right__main-list__link-text {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin: 0 -0.1em;
    transform: scale(0.9);
  }
}

@media screen and (max-width: 960px) {
  .l-footer {
    padding: 0 0 11rem;
  }
}

.l-footer__head {
  height: 49rem;
  background: no-repeat center/cover url(../images/footer_bg.jpg);
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-footer__head {
    height: auto;
    padding: 11rem 0 0;
    background-image: url(../images/footer_bg_sp.jpg);
  }
}

.l-footer__head__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-footer__head__inner {
    flex-direction: column;
  }
}

.l-footer__head-content {
  width: 75rem;
  padding: 0 0 5rem 9.5rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .l-footer__head-content {
    width: 100%;
    padding: 0;
    margin: 0 0 2.5rem;
    justify-content: center;
  }
}

.l-footer__head-content__text {
  font-size: 2.3rem;
  line-height: 2.7391304348;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .l-footer__head-content__text {
    font-size: 2.8rem;
    line-height: 2.25;
  }
}

.l-footer__head-content__tel {
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.l-footer__head-content__tel::before {
  content: "";
  width: 5.1rem;
  height: 5.1rem;
  margin: 0 2rem 0 0;
  display: inline-block;
  background: no-repeat center/100% url(../images/icon_tel_green.png);
}
@media screen and (max-width: 960px) {
  .l-footer__head-content__tel {
    display: block;
    text-align: center;
  }
  .l-footer__head-content__tel::before {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.l-footer__head-thumb {
  position: absolute;
  top: 1.5rem;
  right: 5.5rem;
  width: 43.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__head-thumb {
    position: static;
    margin: 0 auto;
  }
}

.l-footer__body {
  padding: 2.6rem 11rem 2.6rem 5.5rem;
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .l-footer__body {
    padding: 4rem;
    flex-direction: column;
  }
}

.l-footer__body__list {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.l-footer__body__list-item {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .l-footer__body__list-item {
    font-size: 2rem;
  }
}

.l-footer__body__list-link {
  padding: 0.5rem;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  .l-footer__body__list-link:hover {
    color: #e7ff43;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__body__list-link {
    padding: 1rem;
  }
}

.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .l-footer__copyright {
    font-size: 2rem;
  }
}

.l-section {
  position: relative;
}

.l-inner {
  width: 100%;
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.c-section-title__main {
  font-size: 5rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-section-title__main {
    font-size: 5.8rem;
    line-height: 1.5517241379;
  }
}

.c-section-title__sub {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-section-title__sub {
    font-size: 3.2rem;
    line-height: 1.625;
  }
}

.c-section-title-l__main {
  color: #3c3c3c;
  font-size: 25rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
}
.c-section-title-l__main.-black {
  color: #000;
}
@media screen and (max-width: 960px) {
  .c-section-title-l__main {
    font-size: 11.7rem;
  }
}

.c-section-title-s__main {
  font-size: 3.7rem;
  line-height: 1.7027027027;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}

.c-underline-pink {
  padding: 0 0 0.2em;
  display: inline;
  background: linear-gradient(#ff0b7e, #ff0b7e) 0 100%/0 2px no-repeat;
  background-size: 100% 2px;
}
@media screen and (max-width: 960px) {
  .c-underline-pink {
    background-size: 100% 1px;
  }
}

.c-text-bg-yellowGreen {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
.c-text-bg-yellowGreen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translate(0, -45%);
  width: 100%;
  height: 1.3em;
  background-color: #e7ff43;
}

.c-fade-up {
  opacity: 0;
  transform: translate(0, 2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.c-fade-up.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

.p-mv {
  position: relative;
  z-index: 1;
  height: 93rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-mv {
    display: block;
    overflow: hidden;
    height: 128.1rem;
  }
}

.p-mv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__inner {
  opacity: 0;
  animation: mvFadeIn 0.8s cubic-bezier(0.01, 0.55, 0.55, 1) 0.4s forwards;
  padding: 7.2rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-mv__inner {
    padding: 15rem 0 0;
    text-align: center;
  }
}

@keyframes mvFadeIn {
  100% {
    opacity: 1;
  }
}
.p-mv__lead {
  color: #fff;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.3em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-mv__lead {
    transform: skewX(-15deg);
    line-height: 2.2;
  }
}
.p-mv__lead small {
  font-size: 80%;
}
.p-mv__lead strong {
  position: relative;
  z-index: 1;
  padding: 0rem 2rem 0rem 2rem;
  display: inline-block;
  color: #000;
  font-size: 175%;
  line-height: 1.45;
  letter-spacing: 0.15em;
  overflow: hidden;
  transform: skewX(-15deg);
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-mv__lead strong {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    background: #55e233;
    font-size: 3.8rem;
    padding: 0rem 2rem;
  }
}
.p-mv__lead strong::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #55e233;
}
@media screen and (max-width: 960px) {
  .p-mv__lead strong::before {
    display: none;
  }
}

.p-mv__title {
  width: 70.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-mv__title {
    font-size: 6.7rem;
    line-height: 1.4029850746;
    width: 57.5rem;
  }
}

.p-mv__sign {
  margin: 0 auto 1rem;
  width: 48.9rem;
}
@media screen and (max-width: 960px) {
  .p-mv__sign {
    position: absolute;
    right: 4rem;
    top: 5rem;
    width: 31rem;
  }
}

.p-mv__subtitle {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.7727272727;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-mv__subtitle {
    margin-top: 0.8rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.p-mv__cv {
  position: absolute;
  bottom: 6.5rem;
  right: 6.5rem;
}
@media screen and (max-width: 960px) {
  .p-mv__cv {
    top: auto;
    bottom: 12rem;
    right: 5.5rem;
    transform: translate(20%, 20%) scale(0.5);
  }
}

.p-mv__cv-link {
  width: 22.2rem;
  height: 22.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #55e233;
  border-radius: 50%;
}
.p-mv__cv-link::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 960px) {
  .p-mv__cv-link {
    width: 40rem;
    height: 40rem;
    gap: 1.6rem;
  }
  .p-mv__cv-link::after {
    border-width: 1.6rem 1.6rem 0 1.6rem;
  }
}

.p-mv__cv-link__sub {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-mv__cv-link__sub {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}

.p-mv__cv-link__main {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-mv__cv-link__main {
    font-size: 5rem;
    line-height: 1.2;
  }
}

.p-mv__cv-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  border-radius: 50%;
  color: #55e233;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.23em;
  font-weight: 700;
  pointer-events: none;
  overflow: hidden;
  transition: width 0.4s ease, height 0.4s ease;
}
.p-mv__cv-circle span {
  position: absolute;
  inset: 0;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  .p-mv__cv-circle {
    font-size: 2.8rem;
  }
}

@media (hover: hover) {
  .p-mv__cv:hover .p-mv__cv-circle {
    width: 130%;
    height: 130%;
  }
}
.p-mv__cv-circle__inner {
  position: relative;
  width: 100%;
  height: 100%;
  animation: rotateAnim 40s linear infinite;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-banner {
  padding: 13.5rem 0 18.5rem;
}
@media screen and (max-width: 960px) {
  .p-banner {
    padding: 12rem 0;
  }
}

@media screen and (max-width: 960px) {
  .p-banner__inner {
    padding: 0;
  }
}

.p-banner__container {
  width: 100%;
  max-width: 93.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .p-banner__container {
    gap: 4rem;
  }
}

.p-intro {
  z-index: 10;
  padding: 10rem 0;
  background: no-repeat center/cover url(../images/intro_bg.jpg);
  color: #fff;
}
@media screen and (min-width: 961px) {
  .p-intro {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding: 0 0 48.5rem;
    background-image: url(../images/intro_bg_sp.jpg);
  }
}

.p-intro__head {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 47rem;
}
@media screen and (max-width: 960px) {
  .p-intro__head {
    position: relative;
    top: -5.5rem;
    left: -4rem;
  }
}

.p-intro__foot {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 41.2rem;
}
@media screen and (max-width: 960px) {
  .p-intro__foot {
    position: absolute;
    bottom: -20.4rem;
    right: 0;
    width: 42.2rem;
  }
}

.p-intro__container {
  padding: 0 0 0 28rem;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    padding: 0;
  }
}

.p-intro__title {
  font-size: 5.5rem;
  line-height: 1.4545454545;
  font-weight: 700;
}

.p-intro__subtitle {
  margin: 0 0 3rem;
  font-size: 3rem;
  line-height: 2.1333333333;
  font-weight: 700;
}

.p-intro__desc {
  font-size: 2.4rem;
  line-height: 1.9166666667;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-intro__desc {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-intro__main-img {
  width: 63.5rem;
  max-width: 100%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-intro__main-img {
    width: 100%;
  }
}

.p-investigation {
  z-index: 1;
  padding: 14rem 0 9rem;
  overflow: hidden;
}
.p-investigation::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: -4rem;
  width: 87rem;
  height: 55.5rem;
  display: block;
  background: #e7ff43;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .p-investigation {
    padding: 25rem 0 8rem;
  }
  .p-investigation::before {
    top: -9.4rem;
    left: -9.4rem;
  }
}

.p-investigation__container {
  margin: 0 0 4.5rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__container {
    margin: 0 0 6.5rem;
    flex-direction: column-reverse;
  }
}

.p-investigation__head {
  width: 53rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__head {
    width: 100%;
  }
}

.p-investigation__body {
  flex: 1;
}

.p-investigation__title {
  margin: -1.5rem 0 0;
  font-size: 3.7rem;
  line-height: 1.4054054054;
  font-weight: 700;
}
.p-investigation__title strong {
  font-size: 6rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__title strong {
    font-size: 7.3rem;
  }
}

.p-investigation__subtitle {
  padding: 0.3rem 2.5rem 0.7rem;
  margin: 0 0 3rem;
  background: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
.p-investigation__subtitle strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__subtitle {
    padding: 0.4rem 3rem 0.8rem;
    font-size: 2.8rem;
  }
  .p-investigation__subtitle strong {
    font-size: 4.6rem;
  }
}

.p-investigation__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__list {
    gap: 1rem;
  }
}

.p-investigation__list__item {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid #556fb5;
  color: #556fb5;
  font-weight: 700;
}

.p-investigation__foot {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__foot {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-investigation__foot-box {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 7rem 9.4rem 6rem 0;
  display: flex;
}
.p-investigation__foot-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(1.5rem, 0);
  z-index: -1;
  width: 120%;
  height: 100%;
  background: #e7ff43;
  clip-path: polygon(12.5% 0%, 100% 0%, 87.5% 100%, 0% 100%);
}
.p-investigation__foot-box:nth-child(even) {
  padding: 7rem 0 6rem 9.4rem;
}
.p-investigation__foot-box:nth-child(even)::before {
  right: auto;
  left: 0;
  transform: translate(-1.5rem, 0);
}
@media screen and (max-width: 960px) {
  .p-investigation__foot-box {
    width: 100%;
    padding: 9rem 7rem 5.5rem 0;
  }
  .p-investigation__foot-box::before {
    right: -5rem;
    width: 135%;
  }
  .p-investigation__foot-box:nth-child(even) {
    padding: 9rem 0 5.5rem 7rem;
  }
  .p-investigation__foot-box:nth-child(even)::before {
    right: auto;
    left: -5rem;
    transform: translate(-1.5rem, 0);
  }
}

.p-investigation__foot-box__content {
  flex: 1;
}

.p-investigation__foot-box__title {
  font-size: 3.9rem;
  line-height: 1.4102564103;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-investigation__foot-box__title {
    font-size: 5.2rem;
    line-height: 1.4615384615;
  }
}

.p-investigation__foot-box__desc {
  font-size: 2.4rem;
  line-height: 1.9166666667;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-investigation__foot-box__desc {
    font-size: 3.2rem;
    line-height: 1.71875;
  }
}

.p-investigation__foot-box__thumb {
  width: 21.1rem;
}
@media screen and (max-width: 960px) {
  .p-investigation__foot-box__thumb {
    width: 21.8rem;
  }
}

.p-report {
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-report {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 961px) {
  .p-report__head {
    position: absolute;
    top: 10rem;
    right: -4.9rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-report__head {
    margin: 0 0 4rem;
  }
}

.p-report__inner {
  max-width: 170rem;
}
@media screen and (min-width: 961px) {
  .p-report__inner {
    padding: 0 18rem;
  }
}

.p-report__item {
  padding: 4.5rem 0;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .p-report__item {
    flex-direction: column;
  }
}

.p-report__item-head {
  position: relative;
  z-index: 1;
  width: 88rem;
  max-width: 100%;
}
.p-report__item-head img {
  width: 100%;
}

.p-report__item-head__bg {
  position: absolute;
  top: 57.5%;
  left: 0;
  z-index: -1;
  transform: translate(0, -50%);
  width: 88rem;
  height: 63.5rem;
  display: block;
  background: #e7ff43;
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .p-report__item-head__bg {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77rem;
    height: 50rem;
  }
}

.p-report__item-body {
  padding: 11rem 0 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-report__item-body {
    padding: 4rem 0 0;
  }
}

.p-report__item__num {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-report__item__title {
  margin: 0 0 3rem;
  font-size: 3.7rem;
  line-height: 2.0810810811;
  font-weight: 700;
}
.p-report__item__title span {
  padding: 0 0 0.1em;
  display: inline;
  background: linear-gradient(#ff0b7e, #ff0b7e) 0 100%/0 2px no-repeat;
  background-size: 100% 2px;
}
@media screen and (max-width: 960px) {
  .p-report__item__title {
    margin: 0 0 4.5rem;
    font-size: 6rem;
    line-height: 1.55;
  }
  .p-report__item__title span {
    background: linear-gradient(#ff0b7e, #ff0b7e) 0 100%/0 1px no-repeat;
    background-size: 100% 1px;
  }
}

.p-report__item__training {
  width: 41rem;
  max-width: 100%;
  padding: 2.4rem 4rem 1.5rem;
  margin: 0 0 4.5rem;
  border: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .p-report__item__training {
    width: 51rem;
    padding: 2.7rem 6rem 1.8rem;
  }
}

.p-report__item__training-head {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
@media screen and (max-width: 960px) {
  .p-report__item__training-head {
    font-size: 2.8rem;
  }
}

.p-report__item__training-body {
  font-size: 2.8rem;
  line-height: 1.5357142857;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-report__item__training-body {
    font-size: 3.8rem;
  }
}

.p-report__item__data {
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  .p-report__item__data {
    width: 100%;
  }
}

.p-report__item__data-head {
  min-width: 11rem;
  padding: 1.4rem 0.5rem;
  background: #c8d7df;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-report__item__data-head {
    padding: 2.2rem 0.5rem 2.1rem;
    font-size: 2.8rem;
  }
}

.p-report__item__data-desc {
  width: 15rem;
  padding: 1.4rem 0.5rem;
  border-right: 1px solid #d3dade;
  border-bottom: 1px solid #d3dade;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-report__item__data-desc strong {
  color: #556fb5;
  font-size: 130%;
}
@media screen and (max-width: 960px) {
  .p-report__item__data-desc {
    width: 24.7rem;
    padding: 2.2rem 0.5rem 2.1rem;
    font-size: 2.8rem;
  }
}

.p-report__item__data-thead .p-report__item__data-row .p-report__item__data-head:last-child {
  border-right: 1px solid #c8d7df;
}

.p-report__item__data-tbody .p-report__item__data-row:last-child .p-report__item__data-head {
  border-bottom: 1px solid #c8d7df;
}

.p-report__item__notice {
  color: #b2b2b2;
  font-size: 1.1rem;
  line-height: 1.8181818182;
}
@media screen and (max-width: 960px) {
  .p-report__item__notice {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}

.p-campaign {
  padding: 13rem 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-campaign {
    padding: 9rem 0 12rem;
  }
}

.p-campaign__inner {
  position: relative;
}

.p-campaign__catch {
  position: absolute;
  top: -4.5rem;
  left: 0;
  width: 32.6rem;
  transform: translate(-25%, 0);
}
@media screen and (max-width: 960px) {
  .p-campaign__catch {
    top: -5.5rem;
    left: 4rem;
    transform: translate(0, 0);
    width: 19.3rem;
    /*  margin: 0 auto 0.5rem; */
  }
}

.p-campaign__lead {
  width: 100%;
  max-width: 50.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-campaign__lead {
    max-width: 58rem;
  }
}

.p-campaign__title {
  width: 110.8rem;
  max-width: 100%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .p-campaign__title {
    width: 67rem;
  }
}

.p-campaign__container {
  padding: 0 4.5rem;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .p-campaign__container {
    padding: 0;
    flex-direction: column;
    gap: 4rem;
  }
}

@media screen and (min-width: 961px) {
  .p-campaign__head {
    width: 57rem;
  }
}

.p-campaign__subtitle {
  margin: 0 0 2rem;
}
.p-campaign__subtitle img {
  width: 100%;
}

.p-campaign__subtitle-lead {
  display: block;
  font-size: 4.2rem;
  line-height: 1.5238095238;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-campaign__subtitle-lead {
    font-size: 5rem;
  }
}

.p-campaign__subtitle-main {
  margin: 0 0 0 -2%;
  display: flex;
  align-items: baseline;
}

.p-campaign__subtitle-main__small {
  transform: translate(0, 0.2rem);
  padding: 0 0.5rem 0 0;
  font-size: 1.5rem;
  line-height: 1.9333333333;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  align-self: center;
}
@media screen and (max-width: 960px) {
  .p-campaign__subtitle-main__small {
    font-size: 2.6rem;
    margin: 0 -0.2em;
    transform: scale(0.75) translate(0, 0.4rem);
  }
}

.p-campaign__subtitle-main__price {
  font-size: 11.4rem;
  line-height: 0.9649122807;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-campaign__subtitle-main__price {
    font-size: 13.6rem;
  }
}

.p-campaign__subtitle-main__text {
  transform: translate(0, -0.7rem);
  font-size: 3.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-campaign__subtitle-main__text {
    font-size: 4.2rem;
  }
}

.p-campaign__subtitle-main__off {
  font-size: 8.3rem;
  line-height: 1.0843373494;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-campaign__subtitle-main__off {
    font-size: 9.9rem;
  }
}

.p-campaign__sub-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-campaign__sub-list {
    padding: 3.5rem 0 0;
  }
}

.p-campaign__sub-list__link {
  width: 27rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: 0.15em;
}
.p-campaign__sub-list__link small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.p-campaign__sub-list__link strong {
  font-size: 2.3rem;
  line-height: 1.3043478261;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-campaign__sub-list__link {
    width: 32rem;
    padding: 2.8rem 1.3rem;
    font-size: 2.6rem;
  }
  .p-campaign__sub-list__link small {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .p-campaign__sub-list__link strong {
    font-size: 2.7rem;
  }
}

.p-campaign__body {
  padding: 1rem 0 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-campaign__body {
    padding: 0;
  }
}

.p-campaign__body__link {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1rem 3rem;
  height: 12rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-campaign__body__link.-training {
  background: #fff;
  color: #ff0b7e;
}
.p-campaign__body__link.-counseling {
  background: #55e233;
  color: #000;
}
.p-campaign__body__link::before, .p-campaign__body__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px;
  opacity: 0;
  transition: 0.4s ease;
}
.p-campaign__body__link::before {
  top: 0.5rem;
  left: 0.5rem;
  border-color: currentColor transparent transparent currentColor;
}
.p-campaign__body__link::after {
  bottom: 0.5rem;
  right: 0.5rem;
  border-color: transparent currentColor currentColor transparent;
}
@media (hover: hover) {
  .p-campaign__body__link:hover::before, .p-campaign__body__link:hover::after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-campaign__body__link {
    height: 16.4rem;
    gap: 3rem;
  }
}

.p-campaign__body__link-icon {
  width: 3.2rem;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .p-campaign__body__link-icon {
    width: 4.4rem;
  }
}

.p-campaign__body__link-text {
  flex: 1;
  font-size: 3.5rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.p-campaign__body__link-text small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-campaign__body__link-text {
    font-size: 4.8rem;
  }
  .p-campaign__body__link-text small {
    font-size: 1.9rem;
  }
}

.p-worries {
  padding: 15rem 0 3rem;
  background: #ddeaf1;
}
@media screen and (max-width: 960px) {
  .p-worries {
    padding: 18rem 0 7rem;
  }
}

@media screen and (min-width: 961px) {
  .p-worries__head {
    position: absolute;
    top: 16rem;
    left: -2.4rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-worries__head {
    margin: 0 0 5rem;
  }
}

.p-worries__intro__title {
  margin: 0 0 5.5rem;
  font-size: 3.7rem;
  line-height: 1.4594594595;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-worries__intro__title {
    margin: 0 0 4.5rem;
  }
}

.p-worries__intro__comment {
  width: 82rem;
  max-width: 100%;
  margin: 0 auto 9.5rem;
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-worries__intro__comment {
    margin: 0 auto 14rem;
    gap: 5rem;
  }
}

.p-worries__intro__comment-item {
  position: relative;
  background: #000;
}
.p-worries__intro__comment-item::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 48%;
  transform: rotate(-40deg);
  width: 2rem;
  height: 0.3rem;
  display: block;
  background: #000;
}

.p-worries__intro__comment-item__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9rem;
}
@media screen and (max-width: 960px) {
  .p-worries__intro__comment-item__icon {
    width: 12.5rem;
  }
}

.p-worries__intro__comment-item:nth-child(even) .p-worries__intro__comment-item__icon {
  left: auto;
  right: 0;
}

.p-worries__intro__comment-item__text {
  padding: 1.1rem 0;
  flex: 1;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-worries__intro__comment-item__text {
    padding: 2rem 0;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}

.p-worries__body {
  position: relative;
  padding: 6rem 9.5rem 10.5rem;
  background: #fff;
}
.p-worries__body::before, .p-worries__body::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 5rem 11rem 0 11rem;
  border-color: #000 transparent transparent transparent;
}
.p-worries__body::before {
  top: -2.5rem;
}
.p-worries__body::after {
  bottom: -2.5rem;
}
@media screen and (max-width: 960px) {
  .p-worries__body {
    padding: 6rem 0 8rem;
  }
  .p-worries__body::before, .p-worries__body::after {
    border-width: 6.8rem 14.5rem 0 14.5rem;
  }
  .p-worries__body::before {
    top: -3.5rem;
  }
  .p-worries__body::after {
    bottom: -3.5rem;
  }
}

.p-worries__body__title {
  margin: 0 -2rem;
  font-size: 3.7rem;
  line-height: 2.0810810811;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}

.p-worries__body__content {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-worries__body__content {
    flex-direction: column-reverse;
  }
}

.p-worries__body__content-img {
  width: 40rem;
}
@media screen and (max-width: 960px) {
  .p-worries__body__content-img {
    margin: 0 auto;
  }
}

.p-worries__body__desc {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-worries__body__desc {
    padding: 0 3rem;
  }
}

.p-worries__body__text {
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-worries__body__text {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}

.p-worries__body__lead {
  font-size: 3.7rem;
  line-height: 1.8918918919;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.p-technology {
  padding: 5rem 0 17rem;
  background: no-repeat bottom 0 left 50%/100% url(../images/technology_bg.jpg);
  background-color: #ddeaf1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-technology {
    padding: 2rem 0 12rem;
    background: no-repeat top -6.5rem left 50%/100% url(../images/technology_bg_sp.png);
    background-color: #ddeaf1;
  }
}

.p-technology__subtitle {
  margin: 0 -0.4em 0 -0.2em;
  font-size: 25.7rem;
  line-height: 0.9338521401;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-technology__subtitle {
    font-size: 11rem;
    line-height: 0.8181818182;
  }
}

.p-technology__title {
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
.p-technology__title small {
  font-size: 50%;
}
.p-technology__desc {
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.15em;
  text-align: center;
}

.p-medical {
  padding: 14rem 0 30rem;
}
@media screen and (max-width: 960px) {
  .p-medical {
    padding: 16rem 0 19rem;
  }
}

.p-medical__inner {
  max-width: 160rem;
}

.p-medical__comment {
  padding: 2.5rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-medical__comment {
    gap: 8rem;
  }
}

.p-medical__comment-item {
  width: 33.3333333333%;
  padding: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-medical__comment-item {
    width: 100%;
    padding: 0;
  }
}

.p-medical__comment-item__head {
  position: relative;
  margin: 0 0 3rem;
}

.p-medical__comment-item__profile {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10.8rem;
  padding: 0 2rem 0.7rem 2rem;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-medical__comment-item__profile {
    height: 15rem;
    padding: 0 2.5rem 0.7rem 3rem;
  }
}

.p-medical__comment-item__profile-subtitle {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-medical__comment-item__profile-subtitle {
    font-size: 2.2rem;
  }
}

.p-medical__comment-item__profile-title {
  color: #556fb5;
  font-size: 2.2rem;
  line-height: 1.8636363636;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-medical__comment-item__profile-title {
    font-size: 2.8rem;
  }
}

.p-medical__comment-item__body {
  position: relative;
  padding: 1.8rem;
  background-color: #e7ff43;
}
.p-medical__comment-item__body::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 1rem 1.6rem 1rem;
  border-color: transparent transparent #e7ff43 transparent;
}

.p-medical__comment-item__desc {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-medical__comment-item__desc {
    font-size: 2.6rem;
  }
}

.p-medical__notice {
  color: #b2b2b2;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-medical__notice {
    font-size: 1.7rem;
  }
}

.p-point {
  padding: 21rem 0 11rem;
  background-color: #eff5f3;
}
@media screen and (max-width: 960px) {
  .p-point {
    padding: 11rem 0 10rem;
  }
}

.p-point__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-point__list {
  margin: 0 0 12rem;
  display: flex;
  flex-direction: column;
  gap: 12.5rem;
}

.p-point__list-item__num {
  position: relative;
  z-index: 1;
  padding: 0.4rem 6.5rem;
  display: inline-block;
  color: #e7ff43;
  font-size: 3.7rem;
  line-height: 1.2702702703;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.p-point__list-item__num::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #000;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.p-point__list-item__title {
  font-size: 5rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-point__list-item__title {
    margin: 0 -0.5em;
    font-size: 5.8rem;
    line-height: 1.5517241379;
    letter-spacing: 0.1em;
    margin-bottom: 0 !important;
  }
}

.p-point__box {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 960px) {
  .p-point__box {
    flex-direction: column;
  }
}

.p-point__box-fixed {
  width: 41.5rem;
}
@media screen and (max-width: 960px) {
  .p-point__box-fixed {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .p-point__box-fixed__inner {
    position: sticky;
    top: calc(var(--header-height) + 4rem);
  }
  .p-point__box-fixed__inner.-not-sticky {
    position: static;
  }
}

.p-point__box-fixed__title {
  margin: 0 0 1.5rem;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-point__box-fixed__title {
    font-size: 3.7rem;
    line-height: 1.6216216216;
  }
}

.p-point__box-fixed__desc {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-point__box-fixed__desc {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-point__box-fixed__list-link {
  padding: 3rem 0;
  border-bottom: 1px solid #000;
  display: block;
}

.p-point__box-fixed__list-item:last-child .p-point__box-fixed__list-link {
  border-bottom: 0;
}

.p-point__box-fixed__list-link__title {
  font-size: 3rem;
  line-height: 1.1666666667;
  letter-spacing: 0.15em;
  font-weight: 700;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.p-point__box-fixed__list-link__desc {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 700;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

@media (hover: hover) {
  .p-point__box-fixed__list-link:hover .p-point__box-fixed__list-link__title,
  .p-point__box-fixed__list-link:hover .p-point__box-fixed__list-link__desc {
    opacity: 1;
  }
}
.p-point__box-fixed__list-link.is-active .p-point__box-fixed__list-link__title,
.p-point__box-fixed__list-link.is-active .p-point__box-fixed__list-link__desc {
  opacity: 1;
}

.p-point__box-content {
  flex: 1;
  overflow: hidden;
}

.p-point__box-content__inner {
  padding: 0 0 0 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-point__box-content__inner {
    padding: 0;
  }
}

.p-point__box-content__body {
  padding: 4rem 5.2rem 4.5rem;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-point__box-content__body {
    padding: 4.8rem 3rem;
  }
}

.p-point__box-content__title {
  font-size: 3rem;
  line-height: 1.1666666667;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-point__box-content__title {
    font-size: 3.7rem;
  }
}

.p-point__box-content__subtitle {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-point__box-content__subtitle {
    font-size: 2.8rem;
  }
}

.p-point__box-content__desc {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-point__box-content__desc {
    font-size: 2.8rem;
  }
}

.p-point__youtube {
  position: relative;
  width: 94.5rem;
  max-width: 100%;
  margin: 0 auto 6rem;
}
.p-point__youtube::before {
  content: "";
  padding: 56.25% 0 0;
  display: block;
}
.p-point__youtube iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-point__support {
  padding: 8rem 4rem;
  background: #fff;
}

.p-point__support__text {
  font-size: 3.7rem;
  line-height: 1.7027027027;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-course__head {
    position: absolute;
    top: 15rem;
    left: -2.4rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-course__head {
    padding: 7.5rem 0 0;
  }
}

.p-course__intro {
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 960px) {
  .p-course__intro {
    padding: 7rem 0 15rem;
  }
}

.p-course__intro__banner {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.p-course__box {
  position: relative;
  padding: 9rem 10rem 8.5rem;
  background: #000;
  color: #fff;
  border: solid 1px #868686;
}
@media screen and (max-width: 960px) {
  .p-course__box {
    padding: 13rem 4rem 22rem;
    margin: 0 calc(50% - 50vw);
  }
  .p-course__box:last-child {
    padding-bottom: 10rem;
  }
}

.p-course__box_p_none {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .p-course__box_p_none {
    padding: 0;
  }
}

.p-course__box__content {
  padding: 9rem 10rem 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-course__box__content {
    padding: 13rem 4rem 4rem;
  }
}

.p-course__box__name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 1rem 2rem;
  color: #ebff43;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.p-course__box__name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) skew(-5deg, -15deg) rotate(15deg);
  width: 120%;
  height: 100%;
  display: block;
  background-color: #000;
  border: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-course__box__name {
    padding: 1.6rem 1.2rem;
    font-size: 3.7rem;
    white-space: nowrap;
  }
}

.p-course__box-head {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-course__box-head {
    flex-direction: column;
    gap: 4.5rem;
  }
}

.p-course__box-thumb {
  width: 51.4rem;
}
@media screen and (max-width: 960px) {
  .p-course__box-thumb {
    width: 100%;
  }
}

.p-course__box-head__content {
  flex: 1;
}

.p-course__box-head__title {
  font-size: 3.7rem;
  line-height: 1.7027027027;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__title {
    font-size: 3.7rem;
    line-height: 2.0810810811;
    text-align: center;
  }
}

.p-course__box-head__times {
  padding: 0.5rem 0.5rem 2rem 3.2rem;
  border: 1px solid #fff;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__times {
    padding: 0.5rem 0.5rem 3rem;
    justify-content: center;
  }
}

.p-course__box-head__times-text {
  font-size: 6.2rem;
  line-height: 1.0161290323;
  letter-spacing: 0.15em;
}
.p-course__box-head__times-text small {
  font-size: 3.4rem;
  font-weight: 700;
}
.p-course__box-head__times-text strong {
  font-size: 8.7rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__times-text {
    font-size: 9rem;
  }
  .p-course__box-head__times-text small {
    font-size: 4.9rem;
  }
  .p-course__box-head__times-text strong {
    font-size: 12.6rem;
  }
}

.p-course__box-head__times-notice {
  font-size: 1.7rem;
  line-height: 1.2941176471;
  letter-spacing: 0.15em;
}

.p-course__box-head__times__main {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.p-course__box-head__times__main strong {
  transform: translate(0, 0.2rem);
  font-size: 4.7rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
.p-course__box-head__times__main small {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__times__main {
    font-size: 3.3rem;
  }
  .p-course__box-head__times__main strong {
    font-size: 7.7rem;
  }
  .p-course__box-head__times__main small {
    font-size: 2.1rem;
  }
}

.p-course__box-head__times__sub {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__times__sub {
    font-size: 4.6rem;
  }
}

.p-course__box-head__subtitle {
  color: #ebff43;
  font-size: 2.3rem;
  line-height: 1.3913043478;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__subtitle {
    font-size: 3.2rem;
    line-height: 1.625;
  }
}

.p-course__box-head__text {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-course__box-head__text {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-course__box-price {
  position: relative;
  padding: 5rem 6rem 5rem 6.5rem;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-course__box-price {
    padding: 6rem 2.5rem 2rem;
  }
}

.p-course__box-price__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 1rem 6rem;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.p-course__box-price__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ebff43;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .p-course__box-price__title {
    padding: 1.2rem 8.4rem;
    font-size: 2.9rem;
    white-space: nowrap;
  }
}

.p-course__box-price__data {
  position: relative;
  padding: 1.9rem 0;
  display: flex;
  gap: 15rem;
}
@media screen and (min-width: 961px) {
  .p-course__box-price__data::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(circle farthest-side, #e2e2e2, #e2e2e2 50%, transparent 50%, transparent);
    background-size: 4px;
  }
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data {
    gap: 7.5rem;
  }
}

.p-course__box-price__data-head {
  position: relative;
  width: 29rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.p-course__box-price__data-head::after {
  content: "今なら";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  padding: 2rem 2.2rem 2rem 1.5rem;
  font-size: 2.3rem;
  line-height: 1.5652173913;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #ebff43;
  clip-path: polygon(0% 20%, 57.5% 20%, 57.5% 0%, 100% 50%, 57.5% 100%, 57.5% 80%, 0% 80%);
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data-head {
    width: 48%;
    gap: 1.5rem;
  }
  .p-course__box-price__data-head::after {
    padding: 1rem 1.4rem 1rem 0.9rem;
    font-size: 1.4rem;
  }
}

.p-course__box-price__data-head__price-main {
  font-size: 4.9rem;
  line-height: 1.2244897959;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-decoration: line-through 0.3rem solid #ebff43;
}

.p-course__box-price__data-head__price-sub {
  transform: translate(0, -0.1em);
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.5652173913;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.p-course__box-price__data-title {
  min-width: 7.5rem;
  padding: 0.8rem;
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data-title {
    min-width: 9.6rem;
    padding: 1.2rem 1.3rem;
    font-size: 2rem;
  }
}

.p-course__box-price__data-body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.p-course__box-price__data-body__price {
  transform: translate(0, -0.4rem);
}

.p-course__box-price__data-body__price-main {
  font-size: 8.7rem;
  line-height: 0.9195402299;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data-body__price-main {
    font-size: 10.9rem;
  }
}

.p-course__box-price__data-body__price-sub {
  transform: translate(0, -0.2em);
  display: inline-block;
  font-size: 3.5rem;
  line-height: 1.5714285714;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data-body__price-sub {
    font-size: 4.4rem;
  }
}

.p-course__box-price__data-body__price-tax {
  transform: translate(0, -0.3em);
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: 0.15em;
}

.p-course__box-price__data-border {
  position: relative;
  width: 100%;
  height: 2px;
  background: radial-gradient(circle farthest-side, #e2e2e2, #e2e2e2 50%, transparent 50%, transparent);
  background-size: 4px;
}

.p-course__box-price__data-border__lead {
  position: absolute;
  top: 50%;
  left: 29rem;
  transform: translate(0, -50%);
  padding: 6rem 1.6rem 6rem 0.8rem;
  font-size: 2.3rem;
  line-height: 1.5652173913;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #ebff43;
  clip-path: polygon(0% 15%, 57.5% 15%, 57.5% 0%, 100% 50%, 57.5% 100%, 57.5% 85%, 0% 85%);
}

.p-course__box-price__data-border__off {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 13rem;
  height: 13rem;
  padding: 1.5rem 0 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ebff43;
}
.p-course__box-price__data-border__off::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 90%;
  height: 90%;
  display: block;
  border-radius: 50%;
  border: 0.4rem solid #fff;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data-border__off {
    top: 0;
    right: 0;
    transform: translate(0, -10%);
    width: 17.2rem;
    height: 17.2rem;
    padding: 2.5rem 0 0 0.5rem;
  }
  .p-course__box-price__data-border__off::before {
    border-width: 0.5rem;
  }
}

.p-course__box-price__data-border__off-inner {
  font-size: 2.6rem;
  line-height: 1.0769230769;
  letter-spacing: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
}
.p-course__box-price__data-border__off-inner small {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__data-border__off-inner {
    font-size: 3.5rem;
  }
  .p-course__box-price__data-border__off-inner small {
    font-size: 2.6rem;
  }
}

.p-course__box-price__sub-data {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.p-course__box-price__sub-data-head {
  width: 33.2rem;
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data-head {
    width: 100%;
  }
}

.p-course__box-price__sub-data__label {
  padding: 0.9rem;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
.p-course__box-price__sub-data__label small {
  font-size: 77.5%;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data__label {
    padding: 1.4rem;
    font-size: 2.2rem;
    line-height: 1.1818181818;
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data-body {
    padding: 0 0 4rem;
  }
}

.p-course__box-price__sub-data__price {
  display: flex;
  align-items: baseline;
}

.p-course__box-price__sub-data__price-main {
  font-size: 6.6rem;
  line-height: 1.0606060606;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data__price-main {
    font-size: 10.9rem;
  }
}

.p-course__box-price__sub-data__price-sub {
  transform: translate(0, -0.5rem);
  margin: 0 0 0 1rem;
  font-size: 3.5rem;
  line-height: 1.5714285714;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data__price-sub {
    font-size: 4.4rem;
  }
}

.p-course__box-price__sub-data__price-tax {
  transform: translate(0, -0.5rem);
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-course__box-price__sub-data__price-tax {
    font-size: 1.7rem;
  }
}

.p-course__box-price__arrow {
  padding: 1.5rem 11rem 2.6rem;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #ebff43;
  clip-path: polygon(15% 0, 85% 0, 85% 30%, 100% 30%, 50% 100%, 0 30%, 15% 30%);
}

.p-course__box-price__main-data__wrapper {
  position: relative;
  padding: 3rem 0 0;
}

.p-course__box-price__main-data {
  display: flex;
  align-items: center;
}
.p-course__box-price__main-data + .p-course__box-price__main-data {
  margin-top: 2rem;
}

.p-course__box-price__main-data-head {
  width: 13rem;
}

.p-course__box-price__main-data-body {
  flex: 1;
}

.p-course__box-price__main-data-body__price-main {
  font-size: 11rem;
  line-height: 0.9090909091;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.p-course__box-price__main-data-body__price-sub {
  transform: translate(0, -0.2em);
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1.5681818182;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.p-course__box-price__main-data-body__price-tax {
  transform: translate(0, -0.3em);
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.15em;
}

.p-course__box-special {
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-course__box-special {
    padding: 7rem 0 5rem;
  }
}

.p-course__box-note {
  padding: 2.5rem 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-course__box-note {
    padding: 4rem 0;
  }
}

.p-course__box-note__title {
  font-size: 2.3rem;
  line-height: 1.5217391304;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-note__title {
    font-size: 3.2rem;
  }
}

.p-course__box-note__text {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-course__box-note__text {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-food__container {
  padding-top: 10.4rem; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -10.4rem; /* heightと同じ分のネガティブマージン */
}
@media screen and (max-width: 960px) {
  .p-food__container {
    background: #fff;
    margin: 0 4rem 22rem;
    padding-top: 0; /* 調整したい高さ（固定ヘッダーの高さ） */
  }
}

.p-food__box {
  padding: 4.5rem 10rem 4.5rem;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-food__box {
    padding: 5rem 2.5rem 5rem;
    background: #fff;
  }
}

.p-food__head {
  margin-bottom: 2rem;
}

.p-food__head_pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .p-food__head_pc {
    display: none;
  }
}

.p-food__head_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-food__head_sp {
    display: block;
  }
}

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

.p-food__flex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-food__flex01 {
    display: block;
  }
}

.p-food__flex01-content {
  max-width: 47%;
}
@media screen and (max-width: 960px) {
  .p-food__flex01-content {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-food__flex01-content__img {
    margin-bottom: 4rem;
  }
}

.p-food__flex01-content__pic img {
  width: 100%;
}

.p-food__flex01-content__note {
  max-width: 46%;
}
@media screen and (max-width: 960px) {
  .p-food__flex01-content__note {
    max-width: 100%;
  }
}

.p-food__flex01-content__head {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-food__flex01-content__head {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}

.p-food__flex01-content__txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-food__flex01-content__txt {
    font-size: 2.8rem;
  }
}

.p-food__option {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.p-food__option__txt {
  margin-bottom: 1.2rem;
  padding: 0.5rem 0;
  background: #595959;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-food__option__txt {
    margin-bottom: 2.8rem;
    padding: 0.8rem 0;
    font-size: 2.8rem;
  }
}

.p-food__flex02 {
  margin-bottom: 4rem;
  padding: 0 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-food__flex02 {
    display: block;
    padding: 0 2rem;
    margin-bottom: 9.5rem;
  }
}

.p-food__flex02__content {
  /* max-width: 32%; */
  width: 30rem;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__content {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-food__flex02__content__mb {
    margin-bottom: 8rem;
  }
}

.p-food__flex02__pic {
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__pic {
    margin-bottom: 2rem;
  }
}

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

.p-food__flex02__course {
  margin-bottom: 0.5rem;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__course {
    font-size: 3.7rem;
  }
}

.p-food__flex02__for {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__for {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.p-food__flex02__priceBox {
  padding: 0 0 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__priceBox {
    padding: 0 0 2rem;
  }
}

.p-food__flex02__price {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__price {
    font-size: 7rem;
  }
}

.p-food__flex02__yen {
  padding-left: 0.5rem;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__yen {
    font-size: 4.2rem;
  }
}

.p-food__flex02__tax {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__tax {
    font-size: 2.2rem;
  }
}

.p-food__flex02__trainingPrice {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-food__flex02__trainingPrice {
    font-size: 2.2rem;
  }
}

.p-food__option__shipping {
  margin: 0 auto 4.7rem;
  width: 35rem;
}
@media screen and (max-width: 960px) {
  .p-food__option__shipping {
    margin: 0 auto 9rem;
    width: 80%;
  }
}

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

.p-course__item {
  padding: 13rem 0;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .p-course__item {
    padding: 12rem 0 19rem;
    flex-direction: column-reverse;
  }
}

.p-course__item-head {
  width: 50.4rem;
}
@media screen and (max-width: 960px) {
  .p-course__item-head {
    width: 100%;
  }
}

.p-course__item-body {
  padding: 1rem 0 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-course__item-body {
    padding: 0;
  }
}

.p-course__item__title {
  margin: 0 0 2rem;
  font-size: 5rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__item__title {
    margin: 0 -0.5em 3rem 0;
    font-size: 5.8rem;
    line-height: 1.5517241379;
  }
}

.p-course__item__text {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-course__item__text {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-course__box-content__data {
  display: flex;
  border: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-course__box-content__data {
    flex-direction: column;
  }
}

.p-course__box-content__data-head {
  width: 23rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #595959;
  font-size: 2.3rem;
  line-height: 1.7826086957;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-content__data-head {
    width: 100%;
    padding: 1rem;
    font-size: 2.8rem;
    line-height: 1.4642857143;
  }
}

.p-course__box-content__data-body {
  padding: 2rem 2.5rem 2rem 4.5rem;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-course__box-content__data-body {
    padding: 3rem 1rem 5.5rem;
  }
}

.p-course__box-content__data-body__title {
  font-size: 2.3rem;
  line-height: 1.7826086957;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-course__box-content__data-body__title {
    margin: 0 0 1rem;
    font-size: 3.2rem;
    line-height: 1.625;
    text-align: center;
  }
}

.p-course__box-content__data-body__desc {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-course__box-content__data-body__desc {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-faq {
  padding: 13rem 0 15rem;
}
@media screen and (max-width: 960px) {
  .p-faq {
    padding: 12rem 0 11rem;
  }
}

.p-faq__list {
  max-width: 100rem;
  margin: auto;
}

.p-faq__list-item {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
}

.p-faq__list-item__head {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .p-faq__list-item__head {
    gap: 3rem;
  }
}

.p-faq__list-item__q {
  padding: 0 0 0.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #55e233;
  font-size: 3.4rem;
  line-height: 1.0294117647;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-faq__list-item__q {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 4.4rem;
  }
}

.p-faq__list-item__title {
  padding: 0 4rem 0 0;
  flex: 1;
  font-size: 2.3rem;
  line-height: 1.8695652174;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-faq__list-item__title {
    padding: 0 2rem 0 0;
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-faq__list-item__mark {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.p-faq__list-item__mark::before, .p-faq__list-item__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #000;
  transition: all 0.4s ease;
}
.p-faq__list-item__mark::before {
  width: 100%;
  height: 0.5rem;
}
.p-faq__list-item__mark::after {
  width: 0.5rem;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-faq__list-item__mark {
    width: 3rem;
    height: 3rem;
  }
}

.p-faq__list-item__head.is-active .p-faq__list-item__mark::after {
  opacity: 0;
}

.p-faq__list-item__body {
  padding: 2rem 9rem 0;
  display: none;
}
@media screen and (max-width: 960px) {
  .p-faq__list-item__body {
    padding: 2rem 0 0;
  }
}

.p-shop {
  padding: 12.5rem 0 16rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-shop {
    padding: 6.5rem 0 8rem;
  }
}

.p-shop__inner {
  max-width: 108rem;
}

@media screen and (min-width: 961px) {
  .p-shop__head {
    position: absolute;
    top: 8rem;
    left: -2.4rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-shop__head {
    margin: 0 0 3rem;
  }
}

.p-shop__intro {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-shop__intro {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-shop__list-item {
  border-bottom: 1px solid #fff;
}

.p-shop__list-item__head {
  width: 100%;
  padding: 4.3rem 1rem 4.3rem 0.5rem;
  display: flex;
  align-items: center;
}
.p-shop__list-item__head::after {
  content: "";
  width: 3.2rem;
  height: 1.8rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/icon_arrow_down.png);
}

.p-shop__list-item__title {
  flex: 1;
  font-size: 2.3rem;
  line-height: 1.9130434783;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-shop__list-item__title {
    font-size: 3.2rem;
  }
}

.p-shop__list-item__body {
  padding: 0.7rem 0.5rem 5.5rem;
  display: none;
}

.p-shop__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-shop__container {
    flex-direction: column;
    gap: 6rem;
  }
}

.p-shop__map {
  position: relative;
  width: 47rem;
}
.p-shop__map::before {
  content: "";
  padding: 77.44% 0 0;
  display: block;
}
.p-shop__map iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 960px) {
  .p-shop__map {
    width: 100%;
  }
  .p-shop__map::before {
    padding: 50rem 0 0;
  }
}

.p-shop__content {
  width: 47rem;
}
@media screen and (max-width: 960px) {
  .p-shop__content {
    width: 100%;
  }
}

.p-shop__name {
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.8695652174;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-shop__name {
    font-size: 3.2rem;
    line-height: 1.34375;
  }
}

.p-shop__data {
  width: 100%;
}

.p-shop__data-head {
  width: 8.5rem;
  padding: 1.3rem 0;
  font-size: 1.7rem;
  line-height: 2.0588235294;
  font-weight: 700;
  text-align-last: justify;
}
@media screen and (max-width: 960px) {
  .p-shop__data-head {
    width: 13.5rem;
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-shop__data-desc {
  padding: 1.3rem 0 1.3rem 3.5rem;
  font-size: 1.7rem;
  line-height: 2.0588235294;
}
@media screen and (max-width: 960px) {
  .p-shop__data-desc {
    padding: 2rem 0 2rem 3rem;
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-contact {
  padding: 12rem 0 18rem;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding: 6rem 0 15rem;
  }
}

.p-form {
  padding: 3.5rem 10rem 5.5rem;
  background: #e6eef4;
}
@media screen and (max-width: 960px) {
  .p-form {
    padding: 2rem;
  }
}

.p-form__item {
  padding: 3.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 6.5rem;
  border-bottom: 2px solid #e2e6e9;
}
@media screen and (max-width: 960px) {
  .p-form__item {
    padding: 3.2rem 0;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-form__item-head {
  width: 33rem;
  padding: 0.6rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-form__item-head {
    width: 100%;
  }
}

.p-form__item-head__inner {
  line-height: 0;
}

.p-form__item-head__title {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-form__item-head__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
}

.p-form__item-head__require {
  transform: translate(0, 0.8rem);
  padding: 0.1rem 0.5rem 0.3rem 0.7rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-form__item-head__require {
    transform: translate(0, 0);
    font-size: 2rem;
  }
}

.p-form__item-body {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-form__item-body {
    width: 100%;
  }
}

.p-form__item-data {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-form__item-data + .p-form__item-data {
  margin-top: 2rem;
}

.p-form__item-data__head {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-form__item-data__head {
    font-size: 2.6rem;
  }
}

.p-form__item-data__body {
  flex: 1;
}

.p-form__bottom {
  padding: 5rem 0;
}

.p-form__text {
  font-size: 1.7rem;
  line-height: 1.8823529412;
}
@media screen and (max-width: 960px) {
  .p-form__text {
    font-size: 2.4rem;
  }
}

.p-form__input-text,
.p-form_textarea {
  width: 100%;
  padding: 1.1rem 2rem;
  background: #fff;
  box-shadow: inset 0 0 0 2px transparent;
  font-size: min(1.7rem, 16px);
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.p-form__input-text:focus,
.p-form_textarea:focus {
  box-shadow: inset 0 0 0 2px #ff0b7e;
}
.p-form__input-text:focus::placeholder,
.p-form_textarea:focus::placeholder {
  opacity: 0.6;
}
.p-form__input-text::placeholder,
.p-form_textarea::placeholder {
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-form__input-text,
  .p-form_textarea {
    padding: 1.3rem 2rem;
    font-size: min(2.8rem, 16px);
  }
}

.p-form__select-label {
  position: relative;
  background-color: #fff;
  display: inline-block;
}
.p-form__select-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 1.4rem 0.8rem 0 0.8rem;
  border-color: #000 transparent transparent transparent;
  transform: translate(0, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-form__select-label::after {
    right: 1.8rem;
    border-width: 1.5rem 0.9rem 0 0.9rem;
  }
}

.p-form__select {
  padding: 1.1rem 5.5rem 1.1rem 2rem;
  display: block;
  box-shadow: inset 0 0 0 2px transparent;
  font-size: min(1.7rem, 16px);
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.p-form__select:focus {
  box-shadow: inset 0 0 0 2px #ff0b7e;
}
.p-form__select::placeholder {
  color: #000;
}
.p-form__select.is-empty {
  color: #c9c9c9;
}
@media screen and (max-width: 960px) {
  .p-form__select {
    padding: 1.3rem 4.5rem 1.3rem 2rem;
    font-size: min(2.8rem, 16px);
  }
}

.p-form__submit {
  width: 34rem;
  max-width: 100%;
  height: 8.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #556fb5;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: 0.15em;
  font-weight: 700;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .p-form__submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .p-form__submit {
    width: 52rem;
    height: 11rem;
    font-size: 3.2rem;
  }
}

.p-form__error {
  margin: 0 0 6rem;
  color: #d1337d;
}

.p-tel-popup {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: none;
}

.p-tel-popup__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-tel-popup__outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91rem;
  max-width: 100%;
  padding: 7rem 2rem;
  background: #fff;
}

.p-tel-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.p-tel-popup__close::before, .p-tel-popup__close::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 0.2rem;
  display: block;
  background: #000;
}
.p-tel-popup__close::before {
  transform: rotate(45deg);
}
.p-tel-popup__close::after {
  transform: rotate(-45deg);
}

.p-tel-popup__inner {
  width: 100%;
  max-width: 51rem;
  margin: 0 auto;
}

.p-tel-popup__item {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-tel-popup__item-head {
  width: 11.4rem;
}

.p-tel-popup__item-head {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.15em;
}

.p-tel-popup__item-body {
  flex: 1;
}

.p-tel-popup__tel {
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-variant-numeric: tabular-nums;
}
.p-tel-popup__tel::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  margin: 0 1.5rem 0 0;
  display: inline-block;
  background: no-repeat center/100% url(../images/icon_tel_black.png);
}
@media screen and (max-width: 960px) {
  .p-tel-popup__tel {
    display: block;
    text-align: center;
    font-size: 5.6rem;
  }
  .p-tel-popup__tel::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.u-fc-green {
  color: #55e233 !important;
}

.u-fc-yellowGreen {
  color: #e7ff43 !important;
}

.u-fc-pink {
  color: #ff0b7e !important;
}

.u-fc-classicPink {
  color: #d1337d !important;
}

.u-fc-classicBlue {
  color: #0261a9 !important;
}

.u-fc-classicGreen {
  color: #039899 !important;
}

.u-ff-barlow {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

.u-ff-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u-verticalAlign-super {
  vertical-align: super !important;
}

.u-textAlign-center {
  text-align: center;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-8rem {
  padding-bottom: 8rem !important;
}

.u-pb-29rem {
  padding-bottom: 29rem !important;
}

.u-mb-1rem {
  margin-bottom: 1rem !important;
}

.u-mb-2rem {
  margin-bottom: 2rem !important;
}

.u-mb-3rem {
  margin-bottom: 3rem !important;
}

.u-mb-4rem {
  margin-bottom: 4rem !important;
}

.u-mb-5rem {
  margin-bottom: 5rem !important;
}

.u-mb-6rem {
  margin-bottom: 6rem !important;
}

.u-mb-7rem {
  margin-bottom: 7rem !important;
}

.u-mb-8rem {
  margin-bottom: 8rem !important;
}

.u-mb-9rem {
  margin-bottom: 9rem !important;
}

.u-mb-16rem {
  margin-bottom: 16rem !important;
}

.u-mr-1rem {
  margin-right: 1rem !important;
}

.u-w-100 {
  width: 100%;
}

.u-flexDirection-column {
  flex-direction: column !important;
}

.u-bg-black {
  background: #000 !important;
}

@media screen and (min-width: 961px) {
  .u-sp {
    display: none !important;
  }
  .u-pb-8rem-pc {
    padding-bottom: 8rem !important;
  }
  .u-pr-05rem-pc {
    padding-right: 0.5rem !important;
  }
  .u-pr-4rem-pc {
    padding-right: 4rem !important;
  }
  .u-textAlign-right-pc {
    text-align: right;
  }
  .u-mt-neg4rem-pc {
    margin-top: -4rem !important;
  }
  .u-ml-neg5rem-pc {
    margin-left: -5rem !important;
  }
  .u-mr-neg15rem-pc {
    margin-right: -15rem !important;
  }
}
@media screen and (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
  .u-w-100-sp {
    width: 100%;
  }
  .u-pb-16rem-sp {
    padding-bottom: 16rem !important;
  }
  .u-mb-2rem-sp {
    margin-bottom: 2rem !important;
  }
  .u-mb-3rem-sp {
    margin-bottom: 3rem !important;
  }
  .u-mb-4rem-sp {
    margin-bottom: 4rem !important;
  }
  .u-mb-9rem-sp {
    margin-bottom: 9rem !important;
  }
  .u-mb-11rem-sp {
    margin-bottom: 11rem !important;
  }
  .u-mb-13rem-sp {
    margin-bottom: 13rem !important;
  }
  .u-ml-neg4rem-sp {
    margin-left: -4rem !important;
  }
  .u-mr-neg4rem-sp {
    margin-right: -4rem !important;
  }
  .u-letterSpacing-0-sp {
    letter-spacing: 0 !important;
  }
  .u-mb-0rem-sp {
    margin-bottom: 0 !important;
  }
  .u-ta-left-sp {
    text-align: left !important;
  }
}
.p-intro2 {
  padding: 14rem 0 25rem;
}
@media screen and (max-width: 960px) {
  .p-intro2 {
    padding: 10rem 0 22rem;
  }
}
.p-intro2__inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: 85rem 57rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-intro2__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-intro2__body {
    padding: 0 4rem;
  }
}
.p-intro2__subtitle {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-intro2__subtitle {
    font-size: 4rem;
  }
}
.p-intro2__title {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 3rem;
  background-color: #000;
  color: #55e233;
  line-height: 1.25;
  padding: 1rem 1.5rem;
  letter-spacing: 0.15em;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .p-intro2__title {
    font-size: 6.6rem;
    margin-bottom: 4rem;
  }
}
.p-intro2__title span {
  font-size: 3.7rem;
}
@media screen and (max-width: 960px) {
  .p-intro2__title span {
    font-size: 4rem;
  }
}
.p-intro2__lead {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .p-intro2__lead {
    font-size: 3rem;
    line-height: 5.6rem;
  }
}
.p-intro2__desc {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-intro2__desc {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}

.p-point__box-fixed__list-item {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
}

.p-purpose-heading {
  display: grid;
  grid-template-columns: 7.3rem 1fr;
  gap: 2.8rem;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .p-purpose-heading {
    grid-template-columns: 8.7rem 1fr;
    gap: 1.6rem;
  }
}
.p-purpose-heading.js-point__box-fixed__list-link {
  opacity: 0.5;
}
.p-purpose-heading.is-active {
  opacity: 1;
}
.p-purpose-heading__label {
  background-color: #000;
  width: 7.3rem;
  height: 6.2rem;
  text-align: center;
  color: #55e233;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-purpose-heading__label {
    width: 8.7rem;
    height: 8rem;
    font-size: 1.2rem;
  }
}
.p-purpose-heading__label > sub {
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-purpose-heading__label > sub {
    font-size: 1.2rem;
  }
}
.p-purpose-heading__label > span {
  position: relative;
  top: -0.5rem;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-purpose-heading__label > span {
    font-size: 4.9rem;
  }
}
.p-purpose-heading__title {
  font-size: 3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-purpose-heading__title {
    font-size: 4.2rem;
  }
}

.p-point__box-content .p-purpose-heading__title {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .p-point__box-content .p-purpose-heading__title {
    font-size: 5rem;
    white-space: nowrap;
  }
}

.p-purpose-item {
  margin-bottom: 3.5rem;
  margin-top: -10rem;
  padding-top: 10rem;
}
.p-purpose-item__desc {
  font-size: 1.7rem;
  margin-top: 2.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-purpose-item__desc {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
.p-purpose-item__desc .c-underline-pink {
  font-weight: bold;
}

.p-course {
  color: #fff;
  background-color: #1a1a1a;
}
.p-course .c-section-title-l__main {
  color: #fff;
}

.c-desc {
  font-size: 1.7rem;
  line-height: 3.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .c-desc {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}

@media screen and (max-width: 960px) {
  .p-cta {
    padding-bottom: 12rem;
  }
}
.p-cta__head {
  height: 49rem;
  background: no-repeat center/cover url(../images/footer_bg.jpg);
  color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52rem 1fr;
}
@media screen and (max-width: 960px) {
  .p-cta__head {
    grid-template-columns: 1fr;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-cta__image {
    margin: 4rem auto 5.8rem;
    width: 33.3rem;
  }
}
.p-cta__body {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cta__body .c-desc.u-mb-1rem {
    margin-bottom: 3.8rem !important;
  }
}
.p-cta__button {
  width: 49rem;
  height: 12rem;
  margin: auto;
  display: block;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: flex;
  grid-template-columns: 3.5rem 1fr;
  align-items: center;
  gap: 2rem;
  line-height: 1;
  padding-left: 2.4rem;
  background-color: #ffffff;
  color: #f4328d;
}
@media screen and (max-width: 960px) {
  .p-cta__button {
    width: 100%;
    height: 16rem;
  }
}
.p-cta__button span {
  display: block;
}
.p-cta__button--2 {
  background-color: #55e233;
  color: #000;
}
.p-cta__button-icon {
  width: 3.5rem;
  flex: 0 0 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-cta__button-icon {
    width: 5rem;
    flex: 0 0 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cta__button-title1 {
    font-size: 4.7rem;
  }
}
.p-cta__button-text1 {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-cta__button-text1 {
    font-size: 1.9rem;
  }
}
.p-cta__subbuttons {
  display: grid;
  grid-template-columns: repeat(2, 27rem);
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-cta__subbuttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cta__subbutton {
  height: 7rem;
  border: solid 1px #fff;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-cta__subbutton {
    padding: 2.4rem 2rem;
    height: 10.6rem;
    white-space: nowrap;
    align-items: center;
  }
}
.p-cta__subbutton--line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cta__subbutton--line div {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cta__subbutton--line div {
    font-size: 2.6rem;
  }
}
.p-cta__subbutton-tel-text {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-cta__subbutton-tel-text {
    font-size: 1.5rem;
  }
}
.p-cta__subbutton-tel-no {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-cta__subbutton-tel-no {
    font-size: 2.4rem;
  }
}

.p-voice {
  background-color: #eff5f3;
  padding: 14rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-voice {
    padding: 12rem 0 8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-voice__inner {
    padding: 0 2rem;
  }
}
.p-voice__slider {
  width: 124rem;
  height: 59rem;
  margin: 11rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-voice__slider {
    margin: 6rem auto 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-voice__slider .splide__pagination {
    bottom: -1.25em;
  }
}
.p-voice__slider .splide__slide {
  padding: 2rem;
}
.p-voice__slider .splide__arrow {
  width: 6rem;
  height: 6rem;
  background-color: #000;
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2231px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M13.939%2C28.615%20L1.324%2C15.238%20L13.939%2C1.858%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .p-voice__slider .splide__arrow {
    background-size: 2rem;
  }
}
.p-voice__slider .splide__arrow--prev {
  left: -4em;
}
@media screen and (max-width: 960px) {
  .p-voice__slider .splide__arrow--prev {
    left: 0;
  }
}
.p-voice__slider .splide__arrow--next {
  right: -4em;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 960px) {
  .p-voice__slider .splide__arrow--next {
    right: 0;
  }
}

.voice-card {
  background-color: #fff;
  border-radius: 5rem;
  box-shadow: 4px 4px 1.2rem 0px rgba(0, 0, 0, 0.4);
  padding: 7rem 4.8rem 5.6rem 5.6rem;
  position: relative;
}
.voice-card__body-accent {
  position: absolute;
  right: 5rem;
  top: -3.5rem;
  font-size: 12.5rem;
  color: #808080;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .voice-card__body-accent {
    top: -2.5rem;
    right: 4rem;
  }
}
.voice-card__inner {
  display: grid;
  gap: 4.8rem;
  grid-template-columns: 37rem 1fr;
}
@media screen and (max-width: 960px) {
  .voice-card__inner {
    display: block;
  }
}
.voice-card__title {
  font-size: 3rem;
  line-height: 5.1rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .voice-card__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .voice-card__image {
    text-align: center;
    margin-bottom: 4rem;
  }
}

.p-message {
  background-image: url("../images/message-bg.jpg");
  height: 78.7rem;
  background-size: 100%;
  background-position: top -5.7rem center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-message {
    height: 92rem;
    background-position: top center;
    background-image: url("../images/message-bg_sp.jpg");
  }
}
.p-message__head {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 11.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-message__head {
    transform: translate(0, 0);
    top: auto;
    bottom: 6rem;
    left: 6.4rem;
    right: auto;
  }
}
.p-message__lead {
  font-size: 5rem;
  line-height: 8.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-message__lead {
    font-size: 3.8rem;
    line-height: 6.5rem;
    margin-bottom: 2rem;
  }
}
.p-message__desc {
  font-size: 3.5rem;
  line-height: 6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .p-message__desc {
    font-size: 3.8rem;
    line-height: 6.5rem;
  }
}

.p-trainer {
  padding: 16rem 0;
}
@media screen and (max-width: 960px) {
  .p-trainer {
    padding: 12rem 0 16rem;
  }
}
.p-trainer__main-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem;
  margin-bottom: 6rem;
  margin-top: 15rem;
}
@media screen and (max-width: 960px) {
  .p-trainer__main-items {
    margin-top: 10rem;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .p-trainer__main-item {
    margin-top: 10rem;
  }
}
.p-trainer__main-item-head {
  display: grid;
  grid-template-columns: 36.5rem 1fr;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-trainer__main-item-head {
    grid-template-columns: 40rem 1fr;
  }
}
.p-trainer__main-item-image {
  width: 36.5rem;
  height: 26.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-trainer__main-item-image {
    font-size: 40rem;
    height: 27.5rem;
  }
}
.p-trainer__main-item-image > img {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  z-index: 2;
}
.p-trainer__main-item-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  clip-path: polygon(25% 0%, 100% 0%, 74.5% 100%, 0% 100%);
  background-color: #e7ff43;
}
.p-trainer__main-item-name1 {
  font-size: 3.6rem;
  line-height: 5rem;
  letter-spacing: 0.15em;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-trainer__main-item-name1 {
    font-size: 5.4rem;
    line-height: 6rem;
  }
}
.p-trainer__main-item-name2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-trainer__main-item-name2 {
    font-size: 2.2rem;
    line-height: 4.735rem;
  }
}
.p-trainer__main-item-memo {
  border-top: 1px solid #b8b8b8;
  font-size: 1.4rem;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-trainer__main-item-memo {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.p-trainer__items {
  display: grid;
  background-color: #e6e6e6;
  gap: 1px;
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (max-width: 960px) {
  .p-trainer__items {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-company {
  padding-bottom: 18rem;
}

.p-company-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-company-table tr:last-child th, .p-company-table tr:last-child td {
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 960px) {
  .p-company-table tr {
    display: block;
  }
}
.p-company-table th {
  background-color: #eff5f3;
  width: 22rem;
  padding: 2rem;
  border-top: 1px solid #222222;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-company-table th {
    width: 100%;
    display: block;
    font-size: 2.8rem;
    padding: 1.6rem 2.4rem;
  }
}
.p-company-table td {
  font-size: 1.7rem;
  padding: 2.5rem 4rem;
  border-top: 1px solid #222222;
}
@media screen and (max-width: 960px) {
  .p-company-table td {
    display: block;
    font-size: 2.8rem;
    padding: 2.4rem;
  }
}

.p-company-gym-list__item {
  margin-bottom: 2rem;
}
.p-company-gym-list__item-head {
  font-weight: bold;
}