@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #595757;
  letter-spacing: normal;
  font-family: "Noto Serif JP";
  min-height: 100%;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol,
li,
button {
  list-style: none;
  padding: 0;
  margin: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .l-header {
    height: 40px;
  }
}

.l-main {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .l-main {
    padding-top: 40px;
  }
}

.l-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .l-container {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 30px * 2);
  }
}
@media (max-width: 768px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 20px * 2);
  }
}

.l-footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.l-wrapper {
  min-height: 100vh;
  position: relative;
}

.c-sample {
  font-size: 18px;
  background-color: #ffffff;
}

.c-title {
  font-size: 28px;
  text-align: center;
  color: #C59B3D;
  font-family: "Noto serif JP";
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-title {
    font-size: 20px;
  }
}

.c-hoverBtn {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.c-hoverBtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 768px) {
  .c-btn {
    width: 280px;
    height: 42px;
    font-size: 16px;
  }
}

.c-required::after {
  position: absolute;
  content: "必須";
  background-color: #9A242B;
  color: #FFFFFF;
  right: 0;
  top: 0;
  margin: auto 0;
  text-align: center;
  place-items: center;
  font-size: 16px;
  padding: 4px 8px;
}
@media (max-width: 1024px) {
  .c-required::after {
    font-size: 14px;
  }
}

.p-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595757;
  height: 100%;
  font-weight: bold;
  padding: 0 30px;
  -webkit-box-shadow: 0px 3px rgba(149, 149, 149, 0.1607843137);
          box-shadow: 0px 3px rgba(149, 149, 149, 0.1607843137);
}
@media (max-width: 1024px) {
  .p-header {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .p-header {
    padding: 0 15px;
  }
}
.p-header__title {
  height: 100%;
}
.p-header__title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-header__title a {
    font-size: 15px;
  }
}
.p-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .p-header__menu {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-header__menu {
    position: absolute;
    top: 40px;
    right: 0px;
    right: -1000px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    background-color: #FDF8F0;
    width: 100%;
    height: 100dvh;
    z-index: -100;
    padding: 20px 25px;
    gap: 0;
  }
  .p-header__menu nav {
    width: 100%;
  }
  .p-header__menu--open {
    right: 0;
  }
}
.p-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  font-size: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .p-header__nav {
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-header__nav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-header__navItem {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header__navItem {
    height: auto;
    width: 100%;
    font-size: 16px;
    position: relative;
  }
  .p-header__navItem::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    border: 5px solid transparent;
    border-left: 8px solid #9A242B;
  }
}
.p-header__navItem--learning {
  position: relative;
  opacity: 1;
  height: 100%;
}
.p-header__navItem--learning::after {
  display: none;
}
@media (max-width: 768px) {
  .p-header__navItem--learning {
    height: auto;
  }
}
.p-header__hoverLearningList {
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-header__navItem--learning {
  cursor: pointer;
}
.p-header__navItem--learning:hover .p-header__hoverLearningList {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .p-header__navItem--learning {
    pointer-events: none;
  }
}
.p-header__hoverLearningItem {
  padding: 5px 15px;
}
.p-header__hoverLearningItem a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
}
.p-header__hoverLearningItem:hover {
  color: #9A242B;
}
.p-header__navLink {
  text-decoration: none;
  color: inherit;
  line-height: 1;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header__navLink {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #9A242B;
  }
}
.p-header__navLink:hover {
  color: #9A242B;
}
.p-header__navLink--learning {
  border: none;
}
.p-header__navLink--learning::after {
  display: none;
}
.p-header__learningList {
  display: none;
}
@media (max-width: 768px) {
  .p-header__learningList {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #9A242B;
    padding-bottom: 10px;
  }
}
.p-header__learningLink {
  text-decoration: none;
  color: inherit;
}
.p-header__learningLink:hover {
  color: #9A242B;
}
@media (max-width: 768px) {
  .p-header__learningItem {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    font-family: "Noto Sans JP";
  }
  .p-header__learningItem::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    background-color: #9A242B;
    border-radius: 50%;
  }
}
.p-header__menuBtnLink {
  display: none;
}
@media (max-width: 768px) {
  .p-header__menuBtnLink {
    display: block;
    width: 20px;
    height: 12px;
    cursor: pointer;
  }
}
.p-header__menuBtn {
  display: none;
}
@media (max-width: 768px) {
  .p-header__menuBtn {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #9A242B;
  }
  .p-header__menuBtn::before {
    position: absolute;
    top: -6px;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #9A242B;
  }
  .p-header__menuBtn::after {
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #9A242B;
  }
  .p-header__menuBtn--open {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-header__menuBtn--open::before {
    display: none;
  }
  .p-header__menuBtn--open::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-header__contactButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 40px;
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #9A242B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .p-header__contactButton {
    min-width: 110px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-header__contactButton {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }
}

.p-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 15px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-footer {
    padding: 36px 0 20px;
  }
}
.p-footer__backgroundImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
.p-footer__backgroundImg img {
  width: 100%;
  height: 100%;
}
.p-footer__follow {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-footer__follow {
    font-size: 24px;
    letter-spacing: 4.8px;
  }
}
.p-footer__follow::before {
  content: "";
  position: relative;
  top: 20px;
  left: -40px;
  display: block;
  width: 35px;
  height: 1px;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  background-color: #ffffff;
}
.p-footer__follow::after {
  content: "";
  position: relative;
  top: -25px;
  right: -181px;
  display: block;
  width: 35px;
  height: 1px;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-footer__follow::after {
    top: -16px;
    right: -135px;
  }
}
.p-footer__mailLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: #B4121C;
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  width: 320px;
  height: 50px;
  font-weight: bold;
}
.p-footer__snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-footer__snsList {
    gap: 10px;
  }
}
.p-footer__snsItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
}
.p-footer__snsItem:hover {
  opacity: 0.8;
}
.p-footer__snsItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.p-footer__instagram {
  width: 33px;
  height: 33px;
}
.p-footer__facebook {
  width: 35px;
  height: 35px;
}
.p-footer__youtube {
  width: 32px;
  height: 28px;
}
.p-footer__tiktok {
  width: 32px;
  height: 32px;
}
.p-footer__menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-footer__menuList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-footer__menuItem {
  cursor: pointer;
}
.p-footer__menuItem:hover {
  opacity: 0.8;
}
.p-footer__menuItem a {
  text-decoration: none;
  color: inherit;
}
.p-footer__copyright {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}

.p-hero__imgContainer {
  height: 660px;
}
.p-hero__imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__spImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-description {
  padding-top: 50px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-description {
    padding-top: 20px;
  }
}
.p-description__dot {
  margin-top: 40px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #C59B3D 2px, transparent 2px);
  background-image: linear-gradient(to right, #C59B3D 2px, transparent 2px);
  background-size: 9px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .p-description__dot {
    margin-top: 120px;
    width: 100%;
  }
}
.p-description__title {
  color: #C59B3D;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP";
}
@media (max-width: 1024px) {
  .p-description__title {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-description__title {
    white-space: nowrap;
    font-size: 20px;
  }
}
.p-description__text {
  margin-top: 25px;
  color: #595757;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Serif JP";
}
@media (max-width: 1024px) {
  .p-description__text {
    max-width: 700px;
    margin: 25px auto 0;
  }
}
@media (max-width: 768px) {
  .p-description__text {
    font-family: "Noto Sans JP";
    text-align: left;
    line-height: 1.8;
    margin-top: 10px;
    padding: 0 20px;
  }
}
.p-description__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-description__indention {
    display: block;
  }
}

.p-learning {
  padding: 40px 100px 0px;
}
@media (max-width: 768px) {
  .p-learning {
    padding: 25px 0 0;
  }
}
.p-learning__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-learning__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px 10px;
    padding: 0 15px;
  }
}
.p-learning_btn {
	margin: 0 auto;
}
.p-learning__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 250px;
  max-width: 270px;
}
@media (max-width: 768px) {
  .p-learning__item {
    width: 48%;
    min-width: 160px;
  }
}
.p-learning__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  font-size: 20px;
  font-family: "Noto Serif JP";
}
@media (max-width: 768px) {
  .p-learning__title {
    font-size: 16px;
  }
}
.p-learning__img {
  margin-top: 10px;
  width: 100%;
  min-height: 280px;
}
.p-learning__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-learning__img {
    margin-top: 0;
    width: 100%;
    min-height: 160px;
  }
}
.p-learning__text {
  margin-top: 10px;
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-learning__text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-learning__btn {
  width: 220px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-family: "Noto Serif JP";
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-learning__btn {
    width: 135px;
    height: 30px;
    font-size: 14px;
  }
}
.p-learning__mechanismTitle {
  color: #FF6262;
  background-color: #FFDFE5;
}
.p-learning__mechanismBtn {
  background-color: #FF6262;
}
.p-learning__parentingTitle {
  color: #F05A24;
  background-color: #FBDDB2;
}
.p-learning__parentingBtn {
  background-color: #EE5A24;
}
.p-learning__counselingTitle {
  color: #00A99D;
  background-color: #D7F1F0;
}
@media (max-width: 768px) {
  .p-learning__counselingTitle {
    font-size: 14px;
  }
}
.p-learning__counselingBtn {
  background-color: #00A99D;
}
.p-learning__spiritualTitle {
  color: #8257A4;
  background-color: #E4DAEA;
}
@media (max-width: 768px) {
  .p-learning__spiritualTitle {
    font-size: 14px;
  }
}
.p-learning__spiritualBtn {
  background-color: #8257A4;
}
.p-learning__dot {
  margin-top: 40px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #C59B3D 2px, transparent 2px);
  background-image: linear-gradient(to right, #C59B3D 2px, transparent 2px);
  background-size: 9px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .p-learning__dot {
    margin-top: 30px;
    width: 100%;
  }
}

.p-site {
  padding: 40px 100px 60px;
}
@media (max-width: 1024px) {
  .p-site {
    padding: 40px 30px 60px;
  }
}
@media (max-width: 768px) {
  .p-site {
    padding: 20px 35px 40px;
  }
}
.p-site__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 1140px;
  width: 100%;
  margin: 25px auto 0;
}
@media (max-width: 1024px) {
  .p-site__list {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .p-site__list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-site__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-site__title {
  font-size: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto serif JP";
}
@media (max-width: 768px) {
  .p-site__title {
    font-size: 18px;
  }
}
.p-site__img {
  margin-top: 10px;
  width: 100%;
  max-height: 275px;
}
.p-site__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-site__img img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-site__img {
    margin-top: 5px;
    height: 210px;
  }
}
.p-site__btn {
  margin-top: 20px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  background-color: #C59B3D;
  font-family: "Noto serif JP";
  font-weight: bold;
}
.p-site__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-site__indention {
    display: block;
  }
}
.p-site__topTitle {
  white-space: nowrap;
}

.p-information {
  padding: 60px 120px 50px;
  background-color: #FDF8F0;
}
@media (max-width: 768px) {
  .p-information {
    padding: 30px 15px;
  }
}
.p-information__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 880px;
  height: 60px;
  margin: 0 auto;
  font-size: 32px;
  background-color: #C59B3D;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-information__title {
    height: 45px;
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
  }
}
.p-information__list {
  max-width: 880px;
  width: 100%;
  padding: 0 20px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-information__list {
    width: 100%;
  }
}
.p-information__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-information__item a {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .p-information__item a {
    padding-bottom: 10px;
  }
}
.p-information__item:not(:first-child) {
  border-top: 1px solid #C59B3D;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .p-information__item:not(:first-child) {
    padding-top: 10px;
  }
}
.p-information__date {
  font-size: 14px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-information__date {
    font-size: 12px;
  }
}
.p-information__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP";
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  padding: 0 15px;
  height: 20px;
  background-color: #9A242B;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-information__category {
    max-width: 85px;
    font-size: 10px;
    margin-left: 5px;
  }
}
.p-information__text {
  margin-left: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-information__text {
    font-size: 14px;
    margin-left: 5px;
  }
}
.p-information__text:hover {
  color: #9A242B;
}
.p-information__btn {
  display: block;
  margin: 30px auto 0;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  background-color: #C59B3D;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: bold;
}

.p-profile {
  padding: 30px 0 50px;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-profile {
    padding: 30px 50px 50px;
  }
}
@media (max-width: 768px) {
  .p-profile {
    padding: 30px 25px 40px;
  }
}
.p-profile__headingWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-profile__headingWrapper {
    position: relative;
    display: block;
    height: 210px;
  }
}
.p-profile__headingName {
  text-align: center;
  font-size: 32px;
  color: #9A242B;
  font-family: "Noto Serif JP";
}
@media (max-width: 1024px) {
  .p-profile__headingName {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-profile__headingName {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px;
    width: 100%;
  }
}
.p-profile__heading {
  text-align: center;
  font-size: 32px;
  color: #9A242B;
  font-family: "Noto Serif JP";
	width: 205px;
}
@media (max-width: 1024px) {
  .p-profile__heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-profile__heading {
    position: absolute;
    top: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px;
  }
}
.p-profile__headingImg {
  width: 200px;
}
@media (max-width: 768px) {
  .p-profile__headingImg {
    width: 150px;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-profile__headingIndention {
  display: block;
}
@media (max-width: 768px) {
  .p-profile__headingIndention {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-profile__explain {
    margin-top: 15px;
  }
}
.p-profile__name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-profile__job {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-profile__job {
    line-height: 1.8;
  }
}
.p-profile__title {
  color: #9A242B;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-profile__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
.p-profile__textStyle {
  position: relative;
  padding-left: 24px;
  font-family: "Noto Sans JP";
}
.p-profile__textStyle::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #9A242B;
}
.p-profile__achievementsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-profile__achievementsWrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-profile__achievementsList {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-profile__achievementsList {
    margin-top: 10px;
  }
}
.p-profile__achievementsImgWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-profile__achievementsImgWrapper {
    margin-top: 10px;
  }
}
.p-profile__book {
  margin-top: 20px;
}
.p-profile__bookList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-profile__bookList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-profile__bookItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-profile__bookItem {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-profile__bookText {
  font-size: 14px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-profile__bookText {
    font-size: 12px;
  }
}
.p-profile__bookImg {
  min-width: 120px;
  height: 175px;
}
@media (max-width: 1024px) {
  .p-profile__bookImg {
    height: auto;
  }
}
.p-profile__bookImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile__bookIndention {
  display: none;
}
@media (max-width: 768px) {
  .p-profile__bookIndention {
    display: block;
  }
}
.p-profile__introductionWrapper {
  margin-top: 30px;
}
.p-profile__introductionItem:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-profile__introductionItem:not(:first-child) {
    margin-top: 20px;
  }
}
.p-profile__subTitle {
  color: #9A242B;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-profile__subTitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-profile__introductionText {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-profile__introductionText {
    font-size: 14px;
    line-height: 1.82;
  }
}
.p-profile__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  font-size: 16px;
  width: 320px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #9A252B;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-profile__btn {
    width: 260px;
    margin-top: 30px;
  }
}

.p-review {
  padding: 50px 100px 90px;
  background-color: #FDF8F0;
}
@media (max-width: 768px) {
  .p-review {
    padding: 30px 15px 60px;
  }
}
.p-review__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background-color: #C59B3D;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-review__heading {
    width: 100%;
    height: 45px;
    font-size: 20px;
  }
}
.p-review__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .p-review__list {
    width: 280px;
  }
}
.p-review__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  background-color: #ffffff;
  width: 340px;
}
@media (max-width: 768px) {
  .p-review__item {
    padding: 20px 10px 65px;
    width: 100%;
  }
}
.p-review__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.p-review__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-review__name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-review__name {
    font-size: 12px;
  }
}
.p-review__title {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-review__title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.p-review__text {
  margin-top: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-review__text {
    font-size: 14px;
  }
}

.p-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .p-instagram {
    padding: 30px 25px 40px;
  }
}
.p-instagram__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-instagram__logo {
    width: 200px;
    height: 35px;
  }
}
.p-instagram__content {
  max-width: 600px;
  width: 100%;
}
.p-instagram__btnWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-instagram__btnWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-instagram__moreBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 40px;
  background-color: #C59B3D;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}
.p-instagram__followBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 40px;
  border: 1px solid #C59B3D;
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #C59B3D;
}
.p-instagram__followIcon {
  display: block;
  height: 30px;
  height: 100%;
  background-color: #C59B3D;
  padding: 6px 10px;
}
.p-instagram__followIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-instagram__btnText {
  margin-left: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-instagram__btnText {
    margin-left: 25px;
  }
}

.slick-dots li.slick-active button:before {
  color: #C59B3D;
}

.slick-prev {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 18px solid #C59B3D;
  border-bottom: 10px solid transparent;
  left: -40px;
}
@media (max-width: 768px) {
  .slick-prev {
    left: -30px;
  }
}
.slick-prev::before {
  content: "";
}

.slick-next {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 18px solid #C59B3D;
  border-bottom: 10px solid transparent;
  right: -40px;
}
@media (max-width: 768px) {
  .slick-next {
    right: -30px;
  }
}
.slick-next::before {
  content: "";
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  margin: 0 15px;
  min-height: 600px;
}

.slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-dots {
  margin-top: 30px;
  bottom: -60px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button::before {
  background-color: #C59B3D;
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button::before {
  font-size: 12px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #C59B3D;
  opacity: 1;
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slider {
  display: none;
}
.slick-slide img {
	margin: 0 auto;
}

.slick-slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.p-courseHero {
  position: relative;
}
@media (max-width: 768px) {
  .p-courseHero {
    height: 270px;
  }
}
.p-courseHero__heroImg {
  width: 100%;
  height: 455px;
}
@media (max-width: 768px) {
  .p-courseHero__heroImg {
    height: 270px;
    padding-top: 34px;
  }
}
.p-courseHero__heroImg picture {
  height: 100%;
  width: 100%;
}
.p-courseHero__heroImg img {
  width: 100%;
  height: 100%;
}
.p-courseHero__heroImg--counseling {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-courseHero__titleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-courseHero__titleBox {
    top: 100px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p-courseHero__subTitle {
  width: 270px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9A242B;
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #9A242B;
  margin: 13px auto 0;
}
@media (max-width: 768px) {
  .p-courseHero__subTitle {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.35;
    width: 225px;
    height: 45px;
  }
}
.p-courseHero__title {
  font-size: 48px;
  font-weight: bold;
  color: #595757;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-courseHero__title {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .p-courseHero__title {
    font-size: 32px;
    line-height: 1.187;
    margin-top: 20px;
  }
}
.p-courseHero__menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  height: 40px;
  background-color: #EDEDED;
}
@media (max-width: 1024px) {
  .p-courseHero__menuList {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .p-courseHero__menuList {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -270px);
            transform: translate(0, -270px);
    overflow-x: scroll;
    gap: 20px;
    padding: 0 15px;
    height: 34px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  .p-courseHero__menuList::-webkit-scrollbar {
    display: none;
  }
}
.p-courseHero__item {
  color: #595757;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-courseHero__item:hover {
  opacity: 0.8;
}
.p-courseHero__item a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .p-courseHero__item {
    font-size: 12px;
    line-height: 1.33;
    white-space: nowrap;
  }
  .p-courseHero__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: inherit;
  }
}
.p-courseHero__spItem {
  display: none;
}
@media (max-width: 768px) {
  .p-courseHero__spItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-courseHero__spItem a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: inherit;
  }
}
@media (max-width: 768px) {
  .p-courseHero__spItemNone {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-courseHero__homeIcon {
    width: 13px;
    height: 11px;
    margin-right: 1px;
  }
  .p-courseHero__homeIcon img {
    width: 100%;
    height: 100 .p-courseHero__homeIcon img;
  }
}

.p-courseTop {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 50px;
}
@media (max-width: 768px) {
  .p-courseTop {
    padding: 20px 0 30px;
    position: relative;
    height: 430px;
  }
}
@media (max-width: 768px) {
  .p-courseTop__list {
    display: none;
  }
}
.p-courseTop__link {
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 2.05;
  color: inherit;
  text-decoration: none;
  display: inline;
}
.p-courseTop__link:not(:first-child) {
  margin-left: 16px;
}
.p-courseTop__arrow {
  position: relative;
}
.p-courseTop__arrow::after {
  position: absolute;
  right: -8px;
  top: 9px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #595757;
  border-top: 1px solid #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-courseTop__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media (max-width: 1024px) {
  .p-courseTop__content {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .p-courseTop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-courseTop__img {
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .p-courseTop__img {
    width: 130px;
    position: absolute;
    top: 95px;
  }
}
.p-courseTop__textContainer {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-courseTop__textContainer {
    padding: 0;
  }
}
.p-courseTop__subText {
  font-size: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-courseTop__subText {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-courseTop__subTextEmphasis {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFDDE3));
  background: -webkit-linear-gradient(transparent 50%, #FFDDE3 50%);
  background: linear-gradient(transparent 50%, #FFDDE3 50%);
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-courseTop__subTextEmphasis {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-courseTop__heroText {
  font-size: 24px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  line-height: 1.45;
}
@media (max-width: 768px) {
  .p-courseTop__heroText {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-courseTop__textEmphasis {
  color: #C59B3D;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-courseTop__heroTitle {
  font-size: 40px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  color: #231815;
}
@media (max-width: 768px) {
  .p-courseTop__heroTitle {
    position: absolute;
    top: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.21;
  }
}

.p-courseExplanation {
  background-color: #FDF8F0;
  padding: 65px 0 60px;
}
@media (max-width: 1024px) {
  .p-courseExplanation {
    padding: 65px 20px;
  }
}
@media (max-width: 768px) {
  .p-courseExplanation {
    padding: 15px 15px 75px;
    position: relative;
    z-index: -30;
  }
}
.p-courseExplanation__container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 880px;
  width: 100%;
  height: 480px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 768px) {
  .p-courseExplanation__container {
    padding: 15px 15px 150px;
    height: 100%;
    z-index: -20;
  }
}
.p-courseExplanation__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-courseExplanation__text {
    font-size: 15px;
  }
}
.p-courseExplanation__img {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 270px;
  height: 520px;
}
@media (max-width: 1024px) {
  .p-courseExplanation__img {
    width: 250px;
    height: 482px;
  }
}
@media (max-width: 768px) {
  .p-courseExplanation__img {
    width: 330px;
    bottom: -75px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -10;
    height: 190px;
  }
}
.p-courseExplanation__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  background-color: #9A252B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  width: 280px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-courseExplanation__btn {
    display: none;
  }
}
.p-courseExplanation__spBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-courseExplanation__spIndention {
    display: none;
  }
}

.p-btnContainer {
  display: none;
}
@media (max-width: 768px) {
  .p-btnContainer {
    margin-top: 20px;
    display: block;
  }
}
.p-btnContainer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}

.p-thoughts {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .p-thoughts {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .p-thoughts {
    padding: 40px 15px;
  }
}
.p-thoughts__titleBox {
  position: relative;
  max-width: 880px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-thoughts__titleBox {
    height: 45px;
  }
}
.p-thoughts_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.p-thoughts__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  text-align: center;
  color: #595757;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-thoughts__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-thoughts__titleImg {
  width: 100%;
  height: 100%;
}
.p-thoughts__titleImg img {
  width: 100%;
  height: 100%;
}
.p-thoughts__list {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 880px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-thoughts__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-thoughts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    gap: 85px;
  }
}
.p-thoughts__item {
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-thoughts__item {
    width: 100%;
    max-width: 310px;
  }
}
.p-thoughts__img {
  width: 240px;
  height: 220px;
}
.p-thoughts__img img {
  width: 100%;
  height: 100%;
}
.p-thoughts__itemTitle {
  text-align: center;
  margin-top: 12px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: #231815;
}
@media (max-width: 768px) {
  .p-thoughts__itemTitle {
    font-size: 18px;
  }
}
.p-thoughts__itemText {
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.82;
}
.p-thoughts__textBold {
  font-weight: bold;
}
.p-thoughts__emphasis {
  font-weight: bold;
  color: #9A242B;
}
.p-thoughts__spNone {
  display: none;
}
.p-thoughts__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.p-courseMovie {
  background-color: #FDF8F0;
  padding: 50px 0;
}
.p-courseMovie__titleBox {
  position: relative;
  width: 880px;
  height: 60px;
  background-color: #C59B3D;
  margin: 0 auto;
  padding-left: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-courseMovie__title {
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}
.p-courseMovie__icon {
  position: absolute;
  top: 50%;
  right: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-courseMovie__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 700px;
  margin: 30px auto 0;
}
.p-courseMovie__item iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p-courseOverview {
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .p-courseOverview {
    padding: 40px 20px 50px;
  }
}
@media (max-width: 768px) {
  .p-courseOverview {
    padding: 30px 15px;
  }
}
.p-courseOverview__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .p-courseOverview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.p-courseOverview__contentImg {
  width: 400px;
  height: 318px;
}
.p-courseOverview__contentImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-courseOverview__contentImg {
    width: 250px;
    height: 235px;
  }
}
.p-courseOverview__contentTitle {
  color: #FF6262;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-courseOverview__contentTitle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-courseOverview__textList {
  margin-top: 10px;
}
.p-courseOverview__listItem {
  font-size: 16px;
  color: #231815;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-courseOverview__listItem {
    font-size: 12px;
    line-height: 2;
  }
}
.p-courseOverview__price {
  margin-top: 20px;
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-courseOverview__price {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
  }
}
.p-courseOverview__priceEmphasis {
  margin-left: 30px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-courseOverview__priceEmphasis {
    margin-left: 25px;
    font-size: 24px;
  }
}
.p-courseOverview__priceText {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-courseOverview__priceText {
    font-size: 12px;
  }
}
.p-courseOverview__textEmphasis {
  font-size: 20px;
  color: #FF6262;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-courseOverview__textEmphasis {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-courseOverview__text {
  display: block;
  max-width: 880px;
  font-size: 18px;
  margin: 10px auto 0;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #231815;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-courseOverview__text {
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
  }
}
.p-courseOverview__point {
  margin-top: 65px;
}
.p-courseOverview__pointTitleBox {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.p-courseOverview__pointSubTitle {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  color: #9A242B;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-courseOverview__pointTitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #9A242B;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-courseOverview__pointTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-courseOverview__pointTitle::before {
  position: absolute;
  bottom: 20px;
  left: -30px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media (max-width: 768px) {
  .p-courseOverview__pointTitle::before {
    left: 0;
  }
}
.p-courseOverview__pointTitle::after {
  position: absolute;
  bottom: 20px;
  right: -30px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
@media (max-width: 768px) {
  .p-courseOverview__pointTitle::after {
    right: 0;
  }
}
.p-courseOverview__pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 750px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-courseOverview__pointList {
    max-width: 310px;
  }
}
.p-courseOverview__pointItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  border: 2px solid #FF6262;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .p-courseOverview__pointItem {
    padding: 10px 10px 30px;
  }
}
.p-courseOverview__pointItemTextBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-courseOverview__pointItemTitle {
  font-size: 16px;
  color: #231815;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-courseOverview__pointItemTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-courseOverview__pointItemText {
  font-size: 16px;
  color: #231815;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-courseOverview__pointItemText {
    font-size: 14px;
  }
}
.p-courseOverview__pointNumber {
  width: 82px;
  height: 27px;
}
.p-courseOverview__pointNumber img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-courseOverview__pointNumber {
    display: none;
  }
}
.p-courseOverview__spPointImg {
  display: none;
}
@media (max-width: 768px) {
  .p-courseOverview__spPointImg {
    display: block;
    width: 45px;
    height: 15px;
  }
  .p-courseOverview__spPointImg img {
    width: 100%;
  }
}
.p-courseOverview__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-courseOverview__indention {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-courseOverview__btn {
    display: block;
    margin-top: 30px;
  }
}

.p-courseContent {
  background-color: #FFF5F6;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-courseContent {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .p-courseContent {
    background-color: #FFFFFF;
    padding: 50px 15px 0;
  }
}
.p-courseContent__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  max-width: 880px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-courseContent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.p-courseContent__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 430px;
  background-color: #FFFFFF;
  padding: 35px 20px;
}
@media (max-width: 1024px) {
  .p-courseContent__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-courseContent__item {
    max-width: 330px;
    width: 100%;
    border: 2px solid #FFA1A1;
    padding: 20px 10px;
  }
}
.p-courseContent__item::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #FFA1A1; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 50;
}
.p-courseContent__item::after {
  content: "";
  display: block;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  position: absolute;
  z-index: 51;
}
.p-courseContent__numberBox {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 20px;
  border-style: solid;
  border-top: 0;
  text-align: right;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFA1A1;
}
.p-courseContent__number {
  position: absolute;
  top: -6px;
  right: 10px;
  z-index: 100;
  font-family: "Apple Chancery";
  font-size: 42px;
  color: #FFFFFF;
}
.p-courseContent__title {
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-courseContent__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-courseContent__textList {
  margin-top: 10px;
}
.p-courseContent__text {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  line-height: 2;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-courseContent__text {
    font-size: 12px;
  }
}
.p-courseContent__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #FF6262;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-courseContent__text::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
.p-courseContent__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-courseContent__indention {
    display: block;
  }
}
.p-courseContent__btn {
  display: none;
}
@media (max-width: 768px) {
  .p-courseContent__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #9A252B;
    margin: 30px auto 0;
    font-size: 18px;
    width: 280px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2;
    -webkit-box-shadow: 0 3px 0 #630B10;
            box-shadow: 0 3px 0 #630B10;
  }
}

.p-courseRecommend {
  padding: 50px 0 70px;
}
@media (max-width: 1024px) {
  .p-courseRecommend {
    padding: 50px 20px 70px;
  }
}
@media (max-width: 768px) {
  .p-courseRecommend {
    padding: 40px 25px;
  }
}
.p-courseRecommend__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-courseRecommend__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
.p-courseRecommend__wrapper::after {
  display: block;
  position: absolute;
  top: 90px;
  left: 370px;
  content: "";
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 40px solid #FF6262;
}
@media (max-width: 1024px) {
  .p-courseRecommend__wrapper::after {
    left: 43%;
  }
}
@media (max-width: 768px) {
  .p-courseRecommend__wrapper::after {
    top: 195px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.p-courseRecommend__box {
  max-width: 350px;
}
.p-courseRecommend__listHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-courseRecommend__img {
  width: 62px;
  height: 62px;
}
@media (max-width: 768px) {
  .p-courseRecommend__img {
    width: 48px;
    height: 48px;
  }
}
.p-courseRecommend__img img {
  width: 100%;
  height: 100%;
}
.p-courseRecommend__title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #231815;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-courseRecommend__title {
    font-size: 20px;
  }
}
.p-courseRecommend__list {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .p-courseRecommend__list {
    padding-left: 10px;
    margin-top: 10px;
  }
}
.p-courseRecommend__item {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 2;
  color: #231815;
  padding-left: 15px;
}
.p-courseRecommend__item::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #FF6262;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
}
.p-courseRecommend__efficacy::before {
  background-color: #FF6262;
}

.p-courseMessage {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  padding: 60px;
}
@media (max-width: 768px) {
  .p-courseMessage {
    padding: 15px;
  }
}
.p-courseMessage__img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.p-courseMessage__img img {
  width: 100%;
  height: 100%;
}
.p-courseMessage__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-courseMessage__wrapper {
    gap: 10px;
    padding: 20px;
  }
}
.p-courseMessage__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #C59B3D;
  text-align: center;
}
@media (max-width: 768px) {
  .p-courseMessage__title {
    font-size: 18px;
    line-height: 1.7;
  }
}
.p-courseMessage__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .p-courseMessage__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.82;
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-courseProfile {
  padding: 60px 70px;
}
@media (max-width: 1024px) {
  .p-courseProfile {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .p-courseProfile {
    padding: 30px 25px;
    height: 700px;
  }
}
.p-courseProfile__wrapper {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-courseProfile__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    max-width: 520px;
  }
}
@media (max-width: 1024px) {
  .p-courseProfile__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-courseProfile__img {
  width: 320px;
  height: 320px;
}
.p-courseProfile__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-courseProfile__img {
    position: absolute;
    top: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    height: 200px;
  }
}
.p-courseProfile__job {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-courseProfile__job {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-courseProfile__name {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.2;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .p-courseProfile__name {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 22px;
  }
}
.p-courseProfile__textBox {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .p-courseProfile__textBox {
    position: absolute;
    top: 65px;
    left: 0;
    margin-top: 0;
  }
}
.p-courseProfile__text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.8;
}
.p-courseProfile__title {
  color: #9A242B;
  margin-top: 22px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-courseProfile__title {
    position: relative;
    top: 370px;
    left: 0;
    margin-top: 0;
  }
}
.p-courseProfile__list {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-courseProfile__list {
    position: relative;
    top: 370px;
    left: 0;
    margin-top: 0;
  }
}
.p-courseProfile__item {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP";
  position: relative;
  padding-left: 24px;
}
.p-courseProfile__item::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #9A242B;
}
.p-courseProfile__btn {
  width: 325px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #9A242B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  border: navajowhite;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-courseProfile__btn {
    position: relative;
    top: 390px;
    left: 0;
    width: 280px;
    margin-top: 0;
  }
}

.p-courseLearning {
  padding: 0 100px 70px;
}
@media (max-width: 1024px) {
  .p-courseLearning {
    padding: 0 40px 70px;
  }
}
@media (max-width: 768px) {
  .p-courseLearning {
    padding: 0 15px 40px;
  }
}
.p-courseLearning__title {
  max-width: 1200px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #C59B3D;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-courseLearning__title {
    height: 45px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-courseLearning__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .p-courseLearning__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-courseLearning__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    width: 100%;
    gap: 10px;
  }
}
.p-courseLearning__item {
  width: 386px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-courseLearning__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-courseLearning__item {
    max-width: 330px;
    width: 100%;
  }
}
.p-courseLearning__itemTitle {
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-courseLearning__itemTitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-courseLearning__text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-courseLearning__text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-courseLearning__subTitle {
  margin-top: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-courseLearning__subTitle {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-courseLearning__textList {
  margin-top: 10px;
  min-height: 135px;
}
@media (max-width: 768px) {
  .p-courseLearning__textList {
    height: 125px;
  }
}
.p-courseLearning__textItem {
  font-size: 14px;
  line-height: 2;
  color: #231815;
  font-family: "Noto Sans JP";
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-courseLearning__textItem {
    line-height: 1.5;
    padding-left: 17px;
  }
}
.p-courseLearning__textItem::before {
  position: absolute;
  top: 15px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-courseLearning__textItem::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}
.p-courseLearning__btn {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  border: none;
  margin: 65px auto 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-courseLearning__btn {
    margin-top: 20px;
    width: 190px;
    height: 35px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-courseLearning__parenting {
  background-color: #F8E9D3;
  border: 1px solid #F05A24;
}
.p-courseLearning__parenting button {
  background-color: #F05A24;
}
.p-courseLearning__parentingTitle {
  color: #F05A24;
}
.p-courseLearning__parentingTextItem::before {
  background-color: #F05A24;
}
.p-courseLearning__counseling {
  background-color: #E8F4F3;
  border: 1px solid #00A99D;
}
.p-courseLearning__counseling button {
  background-color: #00A99D;
}
.p-courseLearning__counselingTitle {
  color: #00A99D;
}
.p-courseLearning__counselingTextItem::before {
  background-color: #00A99D;
}
.p-courseLearning__spiritual {
  background-color: #ECE7F1;
  border: 1px solid #8257A4;
}
.p-courseLearning__spiritual button {
  background-color: #8257A4;
}
.p-courseLearning__spiritualTitle {
  color: #8257A4;
}
.p-courseLearning__spiritualTextItem::before {
  background-color: #8257A4;
}

.p-profileContent {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .p-profileContent {
    padding: 30px 20px 120px;
  }
}
.p-profileContent__title {
  font-size: 28px;
  line-height: 1.14;
  font-weight: bold;
  color: #C59B3D;
  text-align: center;
}
@media (max-width: 768px) {
  .p-profileContent__title {
    font-size: 26px;
  }
}
.p-profileContent__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-profileContent__indention {
    display: block;
  }
}
.p-profileContent__wrapper {
  max-width: 880px;
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-profileContent__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    max-width: 520px;
    margin: 10px auto 0;
    height: 700px;
  }
}
.p-profileContent__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-profileContent__content {
    margin-top: 20px;
    position: relative;
  }
}
.p-profileContent__img {
  width: 320px;
  height: 320px;
}
.p-profileContent__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-profileContent__img {
    position: absolute;
    top: 175px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    height: 200px;
  }
}
.p-profileContent__job {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-profileContent__job {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }
}
.p-profileContent__name {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.2;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .p-profileContent__name {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 22px;
  }
}
.p-profileContent__textBox {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .p-profileContent__textBox {
    position: absolute;
    top: 65px;
    left: 0;
    margin-top: 0;
  }
}
.p-profileContent__text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-profileContent__text {
    font-size: 14px;
  }
}
.p-profileContent__item {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-profileContent__item {
    position: relative;
    top: 370px;
    left: 0;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
}

.p-profileMessage {
  background-color: #FDF8F0;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-profileMessage {
    padding: 65px 20px;
  }
}
@media (max-width: 768px) {
  .p-profileMessage {
    padding: 15px 15px 75px;
    position: relative;
    z-index: -30;
  }
}
.p-profileMessage__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #C59B3D;
  text-align: center;
}
@media (max-width: 768px) {
  .p-profileMessage__title {
    font-size: 22px;
  }
}
.p-profileMessage__container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 880px;
  width: 100%;
  padding: 30px;
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 768px) {
  .p-profileMessage__container {
    padding: 15px 15px 140px;
    height: 100%;
    z-index: -20;
    margin-top: 15px;
  }
}
.p-profileMessage__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-profileMessage__text {
    font-size: 15px;
  }
}
.p-profileMessage__tabIndention {
  display: none;
}
@media (max-width: 1024px) {
  .p-profileMessage__tabIndention {
    display: block;
  }
}
.p-profileMessage__tabIndentionNone {
  display: block;
}
@media (max-width: 1024px) {
  .p-profileMessage__tabIndentionNone {
    display: none;
  }
}
.p-profileMessage__img {
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 270px;
  height: 520px;
}
@media (max-width: 1024px) {
  .p-profileMessage__img {
    width: 220px;
    height: 424px;
    right: -20px;
  }
}
@media (max-width: 768px) {
  .p-profileMessage__img {
    max-width: 330px;
    width: 100%;
    bottom: -75px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -10;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .p-profileMessage__spIndention {
    display: none;
  }
}

.p-profileLearning {
  padding: 50px 0px 70px;
}
@media (max-width: 1024px) {
  .p-profileLearning {
    padding: 70px 40px;
  }
}
@media (max-width: 768px) {
  .p-profileLearning {
    padding: 40px 15px;
  }
}
.p-profileLearning__title {
  max-width: 880px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #C59B3D;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-profileLearning__title {
    height: 45px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-profileLearning__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 880px;
  margin: 30px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-profileLearning__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    width: 100%;
    gap: 10px;
  }
}
.p-profileLearning__item {
  min-width: 430px;
  width: 48%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-profileLearning__item {
    width: 48%;
    min-width: initial;
  }
}
@media (max-width: 768px) {
  .p-profileLearning__item {
    max-width: 330px;
    width: 100%;
  }
}
.p-profileLearning__itemTitle {
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-profileLearning__itemTitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-profileLearning__text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-profileLearning__text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-profileLearning__subTitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-profileLearning__subTitle {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-profileLearning__textList {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-profileLearning__textList {
    height: 125px;
  }
}
.p-profileLearning__textItem {
  font-size: 14px;
  line-height: 2;
  color: #231815;
  font-family: "Noto Sans JP";
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-profileLearning__textItem {
    line-height: 1.5;
    padding-left: 17px;
  }
}
.p-profileLearning__textItem::before {
  position: absolute;
  top: 15px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-profileLearning__textItem::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}
.p-profileLearning__btn {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  border: none;
  margin: 45px auto 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-profileLearning__btn {
    margin-top: 20px;
    width: 190px;
    height: 35px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-profileLearning__mechanism {
  background-color: #FBEAEC;
  border: 1px solid #FF6262;
}
.p-profileLearning__mechanism button {
  background-color: #FF6262;
}
.p-profileLearning__mechanismTitle {
  color: #FF6262;
}
.p-profileLearning__mechanismTextItem::before {
  background-color: #FF6262;
}
.p-profileLearning__parenting {
  background-color: #F8E9D3;
  border: 1px solid #F05A24;
}
.p-profileLearning__parenting button {
  background-color: #F05A24;
}
.p-profileLearning__parentingTitle {
  color: #F05A24;
}
.p-profileLearning__parentingTextItem::before {
  background-color: #F05A24;
}
.p-profileLearning__counseling {
  background-color: #E8F4F3;
  border: 1px solid #00A99D;
}
.p-profileLearning__counseling button {
  background-color: #00A99D;
}
.p-profileLearning__counselingTitle {
  color: #00A99D;
}
.p-profileLearning__counselingTextItem::before {
  background-color: #00A99D;
}
.p-profileLearning__spiritual {
  background-color: #ECE7F1;
  border: 1px solid #8257A4;
}
.p-profileLearning__spiritual button {
  background-color: #8257A4;
}
.p-profileLearning__spiritualTitle {
  color: #8257A4;
}
.p-profileLearning__spiritualTextItem::before {
  background-color: #8257A4;
}

.p-achievement {
  padding: 10px 0 50px;
}
@media (max-width: 1024px) {
  .p-achievement {
    padding: 10px 20px 50px;
  }
}
.p-achievement__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  background-color: #C59B3D;
  color: #ffffff;
  max-width: 880px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-achievement__title {
    height: 40px;
    font-size: 22px;
  }
}
.p-achievement__list {
  max-width: 880px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-achievement__list {
    margin-top: 20px;
  }
}
.p-achievement__itemTitle {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
  color: #9A242B;
}
.p-achievement__itemText {
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  margin-top: 10px;
}
.p-achievement__subItemList {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-achievement__subItemList {
    margin-top: 40px;
  }
}
.p-achievement__subItem {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-achievement__subItem {
    padding-left: 20px;
  }
}
.p-achievement__subItem:not(:first-child) {
  margin-top: 20px;
}
.p-achievement__subItemTitle {
  background-color: #EBDCDD;
  padding: 5px 10px;
  color: #9A242B;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  min-width: 160px;
  margin: 0;
  text-align: center;
}
.p-achievement__subItemText {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  margin-top: 10px;
}
.p-achievement__emphasis {
  color: #9A242B;
}
.p-achievement__imgContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-achievement__imgContainer {
    margin-top: 20px;
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-achievement__medeaImg {
  width: 245px;
  height: 170px;
}
@media (max-width: 768px) {
  .p-achievement__medeaImg {
    width: 48%;
    height: auto;
  }
}
.p-achievement__medeaImg img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-achievement__medeaImg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-achievement__contentList {
  margin-top: 10px;
}
.p-achievement__contentItem {
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 2;
  padding-left: 24px;
}
.p-achievement__contentItem::before {
  position: absolute;
  top: 18px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #9A242B;
}
.p-achievement__btn {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.7;
  background-color: #9A252B;
  border-radius: 5px;
  border: none;
  width: 320px;
  height: 40px;
  margin: 20px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-achievement__btn {
    width: 280px;
    margin-top: 20px;
  }
}
.p-achievement__bookList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 105px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-achievement__bookList {
    gap: 10px;
    padding-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-achievement__bookList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-achievement__bookItem {
  width: 230px;
}
@media (max-width: 768px) {
  .p-achievement__bookItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-achievement__bookText {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-achievement__bookImg {
    min-width: 120px;
    height: auto;
  }
}
.p-achievement__careerList {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-achievement__careerItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-achievement__careerYear {
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
.p-achievement__careerText {
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-parentingTop {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 50px;
}
@media (max-width: 768px) {
  .p-parentingTop {
    padding: 20px 0 30px;
    position: relative;
    height: 430px;
  }
}
@media (max-width: 768px) {
  .p-parentingTop__list {
    display: none;
  }
}
.p-parentingTop__link {
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 2.05;
  color: inherit;
  text-decoration: none;
  display: inline;
}
.p-parentingTop__link:not(:first-child) {
  margin-left: 16px;
}
.p-parentingTop__arrow {
  position: relative;
}
.p-parentingTop__arrow::after {
  position: absolute;
  right: -8px;
  top: 9px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #595757;
  border-top: 1px solid #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-parentingTop__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media (max-width: 1024px) {
  .p-parentingTop__content {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .p-parentingTop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-parentingTop__img {
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .p-parentingTop__img {
    width: 130px;
    position: absolute;
    top: 95px;
  }
}
.p-parentingTop__textContainer {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-parentingTop__textContainer {
    padding: 0;
  }
}
.p-parentingTop__subText {
  font-size: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-parentingTop__subText {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-parentingTop__subTextEmphasis {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFDDE3));
  background: -webkit-linear-gradient(transparent 50%, #FFDDE3 50%);
  background: linear-gradient(transparent 50%, #FFDDE3 50%);
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-parentingTop__subTextEmphasis {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-parentingTop__heroText {
  font-size: 24px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  line-height: 1.45;
}
@media (max-width: 768px) {
  .p-parentingTop__heroText {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-parentingTop__textEmphasis {
  color: #C59B3D;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-parentingTop__heroTitle {
  font-size: 40px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  color: #231815;
}
@media (max-width: 768px) {
  .p-parentingTop__heroTitle {
    position: absolute;
    top: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.21;
  }
}

.p-parentingExplanation {
  background-color: #FDF8F0;
  padding: 65px 0 60px;
}
@media (max-width: 1024px) {
  .p-parentingExplanation {
    padding: 65px 20px;
  }
}
@media (max-width: 768px) {
  .p-parentingExplanation {
    padding: 15px 15px 75px;
    position: relative;
    z-index: -30;
  }
}
.p-parentingExplanation__container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 880px;
  width: 100%;
  height: 660px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 768px) {
  .p-parentingExplanation__container {
    padding: 15px 15px 150px;
    height: 100%;
    z-index: -20;
  }
}
.p-parentingExplanation__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.p-parentingExplanation__text span {
  color: #9A252B;
}
.p-parentingExplanation__text:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .p-parentingExplanation__text {
    font-size: 15px;
  }
}
.p-parentingExplanation__img {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 270px;
  height: 520px;
}
@media (max-width: 1024px) {
  .p-parentingExplanation__img {
    width: 250px;
    height: 482px;
  }
}
@media (max-width: 768px) {
  .p-parentingExplanation__img {
    width: 330px;
    bottom: -75px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -10;
    height: 190px;
  }
}
.p-parentingExplanation__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  background-color: #9A252B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  width: 280px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-parentingExplanation__btn {
    display: none;
  }
}
.p-parentingExplanation__spBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-parentingExplanation__spIndention {
    display: none;
  }
}

.p-btnContainer {
  display: none;
}
@media (max-width: 768px) {
  .p-btnContainer {
    margin-top: 20px;
    display: block;
  }
}
.p-btnContainer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}

.p-parentingThoughts {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .p-parentingThoughts {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .p-parentingThoughts {
    padding: 40px 15px;
  }
}
.p-parentingThoughts__titleBox {
  position: relative;
  max-width: 880px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-parentingThoughts__titleBox {
    height: 45px;
  }
}
.p-parentingThoughts_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.p-parentingThoughts__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  text-align: center;
  color: #595757;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-parentingThoughts__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-parentingThoughts__titleImg {
  width: 100%;
  height: 100%;
}
.p-parentingThoughts__titleImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-parentingThoughts__list {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 880px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-parentingThoughts__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-parentingThoughts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    gap: 85px;
  }
}
.p-parentingThoughts__item {
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-parentingThoughts__item {
    width: 100%;
    max-width: 310px;
  }
}
.p-parentingThoughts__img {
  width: 240px;
  height: 220px;
}
.p-parentingThoughts__img img {
  width: 100%;
  height: 100%;
}
.p-parentingThoughts__itemTitle {
  text-align: center;
  margin-top: 12px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: #231815;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-parentingThoughts__itemTitle {
    font-size: 18px;
  }
}
.p-parentingThoughts__itemText {
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.82;
}
.p-parentingThoughts__textBold {
  font-weight: bold;
}
.p-parentingThoughts__emphasis {
  font-weight: bold;
  color: #9A242B;
}
.p-parentingThoughts__spNone {
  display: none;
}
.p-parentingThoughts__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.p-parentingOverview {
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .p-parentingOverview {
    padding: 40px 20px 50px;
  }
}
@media (max-width: 768px) {
  .p-parentingOverview {
    padding: 30px 15px;
  }
}
.p-parentingOverview__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-parentingOverview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.p-parentingOverview__contentImg {
  width: 400px;
  height: 318px;
}
.p-parentingOverview__contentImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-parentingOverview__contentImg {
    width: 250px;
    height: 235px;
  }
}
.p-parentingOverview__contentTitle {
  color: #F05A24;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-parentingOverview__contentTitle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-parentingOverview__textList {
  margin-top: 10px;
}
.p-parentingOverview__listItem {
  font-size: 16px;
  color: #231815;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-parentingOverview__listItem {
    font-size: 12px;
    line-height: 2;
  }
}
.p-parentingOverview__price {
  margin-top: 20px;
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-parentingOverview__price {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
  }
}
.p-parentingOverview__priceEmphasis {
  margin-left: 30px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-parentingOverview__priceEmphasis {
    margin-left: 15px;
    font-size: 24px;
  }
}
.p-parentingOverview__priceText {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-parentingOverview__priceText {
    font-size: 12px;
  }
}
.p-parentingOverview__point {
  margin-top: 65px;
}
.p-parentingOverview__pointTitleBox {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.p-parentingOverview__pointSubTitle {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  color: #9A242B;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-parentingOverview__pointTitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #9A242B;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-parentingOverview__pointTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-parentingOverview__pointTitle::before {
  position: absolute;
  bottom: 20px;
  left: -65px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media (max-width: 768px) {
  .p-parentingOverview__pointTitle::before {
    left: -15px;
  }
}
.p-parentingOverview__pointTitle::after {
  position: absolute;
  bottom: 20px;
  right: -65px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
@media (max-width: 768px) {
  .p-parentingOverview__pointTitle::after {
    right: -15px;
  }
}
.p-parentingOverview__pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 750px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-parentingOverview__pointList {
    max-width: 310px;
  }
}
.p-parentingOverview__pointItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  border: 2px solid #FF6262;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .p-parentingOverview__pointItem {
    padding: 10px 10px 30px;
  }
}
.p-parentingOverview__pointItemTextBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-parentingOverview__pointItemTitle {
  font-size: 16px;
  color: #231815;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-parentingOverview__pointItemTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-parentingOverview__pointItemText {
  font-size: 16px;
  color: #231815;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-parentingOverview__pointItemText {
    font-size: 14px;
  }
}
.p-parentingOverview__pointNumber {
  width: 82px;
  height: 27px;
}
.p-parentingOverview__pointNumber img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-parentingOverview__pointNumber {
    display: none;
  }
}
.p-parentingOverview__spPointImg {
  display: none;
}
@media (max-width: 768px) {
  .p-parentingOverview__spPointImg {
    display: block;
    width: 45px;
    height: 15px;
  }
  .p-parentingOverview__spPointImg img {
    width: 100%;
  }
}
.p-parentingOverview__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-parentingOverview__indention {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-parentingOverview__btn {
    display: block;
    margin-top: 30px;
  }
}

.p-parentingContent {
  background-color: #FFF3EF;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-parentingContent {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .p-parentingContent {
    background-color: #FFFFFF;
    padding: 50px 15px 0;
  }
}
.p-parentingContent__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  max-width: 880px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-parentingContent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.p-parentingContent__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 430px;
  background-color: #FFFFFF;
  padding: 35px 20px;
}
@media (max-width: 1024px) {
  .p-parentingContent__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-parentingContent__item {
    max-width: 330px;
    width: 100%;
    border: 2px solid #FFA1A1;
    padding: 20px 10px;
  }
}
.p-parentingContent__item::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #FF9D7B; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 50;
}
.p-parentingContent__item::after {
  content: "";
  display: block;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  position: absolute;
  z-index: 51;
}
.p-parentingContent__numberBox {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 20px;
  border-style: solid;
  border-top: 0;
  text-align: right;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFA1A1;
}
.p-parentingContent__number {
  position: absolute;
  top: -6px;
  right: 10px;
  z-index: 100;
  font-family: "Apple Chancery";
  font-size: 42px;
  color: #FFFFFF;
}
.p-parentingContent__title {
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-parentingContent__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-parentingContent__textList {
  margin-top: 10px;
}
.p-parentingContent__text {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  line-height: 2;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-parentingContent__text {
    font-size: 12px;
  }
}
.p-parentingContent__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #F05A24;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-parentingContent__text::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
.p-parentingContent__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-parentingContent__indention {
    display: block;
  }
}
.p-parentingContent__btn {
  display: none;
}
@media (max-width: 768px) {
  .p-parentingContent__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #9A252B;
    margin: 30px auto 0;
    font-size: 18px;
    width: 280px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2;
    -webkit-box-shadow: 0 3px 0 #630B10;
            box-shadow: 0 3px 0 #630B10;
  }
}

.p-parentingRecommend {
  padding: 50px 0 70px;
}
@media (max-width: 1024px) {
  .p-parentingRecommend {
    padding: 50px 20px 70px;
  }
}
@media (max-width: 768px) {
  .p-parentingRecommend {
    padding: 40px 25px;
  }
}
.p-parentingRecommend__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-parentingRecommend__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
.p-parentingRecommend__wrapper::after {
  display: block;
  position: absolute;
  top: 90px;
  left: 380px;
  content: "";
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 40px solid #F05A24;
}
@media (max-width: 1024px) {
  .p-parentingRecommend__wrapper::after {
    left: 43%;
  }
}
@media (max-width: 768px) {
  .p-parentingRecommend__wrapper::after {
    top: 320px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.p-parentingRecommend__box {
  max-width: 350px;
}
@media (max-width: 1024px) {
  .p-parentingRecommend__box {
    max-width: 290px;
  }
}
.p-parentingRecommend__boxRight {
  max-width: 420px;
}
@media (max-width: 1024px) {
  .p-parentingRecommend__boxRight {
    max-width: 350px;
  }
}
.p-parentingRecommend__listHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-parentingRecommend__img {
  width: 62px;
  height: 62px;
}
@media (max-width: 768px) {
  .p-parentingRecommend__img {
    width: 48px;
    height: 48px;
  }
}
.p-parentingRecommend__img img {
  width: 100%;
  height: 100%;
}
.p-parentingRecommend__title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #231815;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-parentingRecommend__title {
    font-size: 20px;
  }
}
.p-parentingRecommend__list {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .p-parentingRecommend__list {
    padding-left: 10px;
    margin-top: 10px;
  }
}
.p-parentingRecommend__item {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 2;
  color: #231815;
  padding-left: 15px;
}
.p-parentingRecommend__item::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #F05A24;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
}
.p-parentingRecommend__efficacy::before {
  background-color: #F05A24;
}

.p-parentingLearning {
  padding: 0 100px 70px;
}
@media (max-width: 1024px) {
  .p-parentingLearning {
    padding: 0 40px 70px;
  }
}
@media (max-width: 768px) {
  .p-parentingLearning {
    padding: 0 15px 40px;
  }
}
.p-parentingLearning__title {
  max-width: 1200px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #C59B3D;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-parentingLearning__title {
    height: 45px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-parentingLearning__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .p-parentingLearning__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-parentingLearning__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    width: 100%;
    gap: 10px;
  }
}
.p-parentingLearning__item {
  width: 386px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-parentingLearning__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-parentingLearning__item {
    max-width: 330px;
    width: 100%;
  }
}
.p-parentingLearning__itemTitle {
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-parentingLearning__itemTitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-parentingLearning__text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-parentingLearning__text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-parentingLearning__subTitle {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-parentingLearning__subTitle {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-parentingLearning__textList {
  margin-top: 10px;
  min-height: 135px;
}
@media (max-width: 768px) {
  .p-parentingLearning__textList {
    height: 100px;
  }
}
.p-parentingLearning__textItem {
  font-size: 14px;
  line-height: 2;
  color: #231815;
  font-family: "Noto Sans JP";
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-parentingLearning__textItem {
    line-height: 1.5;
    padding-left: 17px;
  }
}
.p-parentingLearning__textItem::before {
  position: absolute;
  top: 15px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-parentingLearning__textItem::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}
.p-parentingLearning__btn {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  border: none;
  margin: 30px auto 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-parentingLearning__btn {
    margin-top: 20px;
    width: 190px;
    height: 35px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-parentingLearning__mechanism {
  background-color: #FFDFE5;
  border: 1px solid #F05A24;
}
.p-parentingLearning__mechanism button {
  background-color: #FF6262;
}
.p-parentingLearning__mechanismTitle {
  color: #FF6262;
}
.p-parentingLearning__mechanismTextItem::before {
  background-color: #F05A24;
}
.p-parentingLearning__counseling {
  background-color: #E8F4F3;
  border: 1px solid #00A99D;
}
.p-parentingLearning__counseling button {
  background-color: #00A99D;
}
.p-parentingLearning__counselingTitle {
  color: #00A99D;
}
.p-parentingLearning__counselingTextItem::before {
  background-color: #00A99D;
}
.p-parentingLearning__spiritual {
  background-color: #ECE7F1;
  border: 1px solid #8257A4;
}
.p-parentingLearning__spiritual button {
  background-color: #8257A4;
}
.p-parentingLearning__spiritualTitle {
  color: #8257A4;
}
.p-parentingLearning__spiritualTextItem::before {
  background-color: #8257A4;
}

.p-counselingTop {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 50px;
}
@media (max-width: 768px) {
  .p-counselingTop {
    padding: 20px 0 30px;
    position: relative;
    height: 515px;
  }
}
@media (max-width: 768px) {
  .p-counselingTop__list {
    display: none;
  }
}
.p-counselingTop__link {
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 2.05;
  color: inherit;
  text-decoration: none;
  display: inline;
}
.p-counselingTop__link:not(:first-child) {
  margin-left: 16px;
}
.p-counselingTop__arrow {
  position: relative;
}
.p-counselingTop__arrow::after {
  position: absolute;
  right: -8px;
  top: 9px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #595757;
  border-top: 1px solid #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-counselingTop__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media (max-width: 1024px) {
  .p-counselingTop__content {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .p-counselingTop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-counselingTop__img {
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .p-counselingTop__img {
    width: 130px;
    position: absolute;
    top: 95px;
  }
}
.p-counselingTop__textContainer {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-counselingTop__textContainer {
    padding: 0;
  }
}
.p-counselingTop__subText {
  font-size: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-counselingTop__subText {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-counselingTop__subTextEmphasis {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFDDE3));
  background: -webkit-linear-gradient(transparent 50%, #FFDDE3 50%);
  background: linear-gradient(transparent 50%, #FFDDE3 50%);
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-counselingTop__subTextEmphasis {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-counselingTop__heroText {
  font-size: 24px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  line-height: 1.45;
}
@media (max-width: 768px) {
  .p-counselingTop__heroText {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-counselingTop__textEmphasis {
  color: #C59B3D;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-counselingTop__heroTitle {
  font-size: 40px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  color: #231815;
}
@media (max-width: 768px) {
  .p-counselingTop__heroTitle {
    position: absolute;
    top: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.21;
  }
}
.p-counselingTop__amendment {
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 2.25;
  color: #231815;
}
@media (max-width: 768px) {
  .p-counselingTop__amendment {
    position: absolute;
    top: 435px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.p-counselingTop__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-counselingTop__indention {
    display: block;
  }
}

.p-counselingExplanation {
  background-color: #FDF8F0;
  padding: 65px 0 60px;
}
@media (max-width: 1024px) {
  .p-counselingExplanation {
    padding: 65px 20px;
  }
}
@media (max-width: 768px) {
  .p-counselingExplanation {
    padding: 15px 15px 75px;
    position: relative;
    z-index: -30;
  }
}
.p-counselingExplanation__container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 880px;
  width: 100%;
  height: 855px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 768px) {
  .p-counselingExplanation__container {
    padding: 15px 15px 150px;
    height: 100%;
    z-index: -20;
  }
}
.p-counselingExplanation__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-counselingExplanation__text {
    font-size: 15px;
  }
}
.p-counselingExplanation__text:not(:first-child) {
  margin-top: 30px;
}
.p-counselingExplanation__img {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 270px;
  height: 520px;
}
@media (max-width: 1024px) {
  .p-counselingExplanation__img {
    width: 250px;
    height: 482px;
  }
}
@media (max-width: 768px) {
  .p-counselingExplanation__img {
    width: 330px;
    bottom: -75px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -10;
    height: 190px;
  }
}
.p-counselingExplanation__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  background-color: #9A252B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  width: 280px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-counselingExplanation__btn {
    display: none;
  }
}
.p-counselingExplanation__spBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-counselingExplanation__spIndention {
    display: none;
  }
}

.p-btnContainer {
  display: none;
}
@media (max-width: 768px) {
  .p-btnContainer {
    margin-top: 20px;
    display: block;
  }
}
.p-btnContainer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}

.p-counselingThoughts {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .p-counselingThoughts {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .p-counselingThoughts {
    padding: 40px;
  }
}
.p-counselingThoughts__titleBox {
  position: relative;
  max-width: 880px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-counselingThoughts__titleBox {
    height: 45px;
  }
}
.p-counselingThoughts_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.p-counselingThoughts__titleImg {
  width: 100%;
  height: 100%;
}
.p-counselingThoughts__titleImg img {
  width: 100%;
  height: 100%;
}
.p-counselingThoughts__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background-color: #C59B3D;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-counselingThoughts__heading {
    width: 100%;
    height: 45px;
    font-size: 20px;
  }
}
.p-counselingThoughts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  max-width: 880px;
}
.p-counselingThoughts__list .slick-prev {
  border-right: 18px solid #45CCC3;
}
.p-counselingThoughts__list .slick-next {
  border-left: 18px solid #45CCC3;
}
.p-counselingThoughts__list .slick-dots li.slick-active button::before {
  background-color: #45CCC3;
}
.p-counselingThoughts__list .slick-dots li button::before {
  border: 1px solid #45CCC3;
}
.p-counselingThoughts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  background-color: #ffffff;
  width: 340px;
}
@media (max-width: 768px) {
  .p-counselingThoughts__item {
    padding: 20px 10px 65px;
    width: 100%;
  }
}
.p-counselingThoughts__title {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.p-counselingThoughts__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.p-counselingThoughts__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-counselingThoughts__name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-counselingThoughts__name {
    font-size: 12px;
  }
}
.p-counselingThoughts__text {
  margin-top: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-counselingThoughts__text {
    font-size: 14px;
  }
}
.p-counselingThoughts__btn {
  margin-top: 100px;
}

.p-counselingOverview {
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .p-counselingOverview {
    padding: 40px 20px 50px;
  }
}
@media (max-width: 768px) {
  .p-counselingOverview {
    padding: 30px 15px;
  }
}
.p-counselingOverview__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-counselingOverview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.p-counselingOverview__contentImg {
  width: 400px;
  height: 318px;
}
.p-counselingOverview__contentImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-counselingOverview__contentImg {
    width: 250px;
    height: 235px;
  }
}
.p-counselingOverview__contentTitle {
  color: #00A99D;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-counselingOverview__contentTitle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-counselingOverview__textList {
  margin-top: 10px;
}
.p-counselingOverview__listItem {
  font-size: 16px;
  color: #231815;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-counselingOverview__listItem {
    font-size: 12px;
    line-height: 2;
  }
}
.p-counselingOverview__price {
  margin-top: 20px;
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-counselingOverview__price {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
  }
}
.p-counselingOverview__priceEmphasis {
  margin-left: 30px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-counselingOverview__priceEmphasis {
    margin-left: 25px;
    font-size: 24px;
  }
}
.p-counselingOverview__priceText {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-counselingOverview__priceText {
    font-size: 12px;
  }
}
.p-counselingOverview__textEmphasis {
  font-size: 20px;
  color: #00A99D;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-counselingOverview__textEmphasis {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-counselingOverview__text {
  display: block;
  max-width: 880px;
  font-size: 18px;
  margin: 10px auto 0;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #231815;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-counselingOverview__text {
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
  }
}
.p-counselingOverview__point {
  margin-top: 65px;
}
.p-counselingOverview__pointTitleBox {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.p-counselingOverview__pointSubTitle {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  color: #9A242B;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-counselingOverview__pointTitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #9A242B;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-counselingOverview__pointTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-counselingOverview__pointTitle::before {
  position: absolute;
  bottom: 20px;
  left: -30px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media (max-width: 768px) {
  .p-counselingOverview__pointTitle::before {
    left: 0;
  }
}
.p-counselingOverview__pointTitle::after {
  position: absolute;
  bottom: 20px;
  right: -30px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
@media (max-width: 768px) {
  .p-counselingOverview__pointTitle::after {
    right: 0;
  }
}
.p-counselingOverview__pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 750px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-counselingOverview__pointList {
    max-width: 310px;
  }
}
.p-counselingOverview__pointItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  border: 2px solid #FF6262;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .p-counselingOverview__pointItem {
    padding: 10px 10px 30px;
  }
}
.p-counselingOverview__pointItemTextBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-counselingOverview__pointItemTitle {
  font-size: 16px;
  color: #231815;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-counselingOverview__pointItemTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-counselingOverview__pointItemText {
  font-size: 16px;
  color: #231815;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-counselingOverview__pointItemText {
    font-size: 14px;
  }
}
.p-counselingOverview__pointNumber {
  width: 82px;
  height: 27px;
}
.p-counselingOverview__pointNumber img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-counselingOverview__pointNumber {
    display: none;
  }
}
.p-counselingOverview__spPointImg {
  display: none;
}
@media (max-width: 768px) {
  .p-counselingOverview__spPointImg {
    display: block;
    width: 45px;
    height: 15px;
  }
  .p-counselingOverview__spPointImg img {
    width: 100%;
  }
}
.p-counselingOverview__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-counselingOverview__indention {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-counselingOverview__btn {
    display: block;
    margin-top: 30px;
  }
}
.p-counselingOverview__textWrapper {
  background-color: #ECF7F6;
  max-width: 880px;
  width: 100%;
  padding: 30px;
  margin: 20px auto 0;
}
.p-counselingOverview__boxTitle {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
  color: #00A99D;
}
.p-counselingOverview__boxList {
  margin-top: 10px;
  padding-left: 30px;
}
.p-counselingOverview__boxItem {
  list-style-type: decimal;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 2;
  color: #231815;
}
.p-counselingOverview__boxItem::marker {
  color: #00A99D;
}

.p-counselingContent {
  background-color: #ECF7F6;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-counselingContent {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .p-counselingContent {
    background-color: #FFFFFF;
    padding: 50px 15px 30px;
  }
}
.p-counselingContent__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  max-width: 880px;
  margin: 30px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-counselingContent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.p-counselingContent__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 430px;
  background-color: #FFFFFF;
  padding: 35px 20px;
}
@media (max-width: 1024px) {
  .p-counselingContent__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-counselingContent__item {
    max-width: 330px;
    width: 100%;
    border: 2px solid #45CCC3;
    padding: 20px 10px;
  }
}
.p-counselingContent__item::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #45CCC3; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 50;
}
.p-counselingContent__item::after {
  content: "";
  display: block;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  position: absolute;
  z-index: 51;
}
.p-counselingContent__numberBox {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 20px;
  border-style: solid;
  border-top: 0;
  text-align: right;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #45CCC3;
}
.p-counselingContent__number {
  position: absolute;
  top: -6px;
  right: 10px;
  z-index: 100;
  font-family: "Apple Chancery";
  font-size: 42px;
  color: #FFFFFF;
}
.p-counselingContent__title {
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-counselingContent__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-counselingContent__textList {
  margin-top: 10px;
}
.p-counselingContent__text {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  line-height: 2;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-counselingContent__text {
    font-size: 12px;
  }
}
.p-counselingContent__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #45CCC3;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-counselingContent__text::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
.p-counselingContent__pointBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.p-counselingContent__pointBox .p-counselingContent__point {
  padding-left: 0;
}
.p-counselingContent__point {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  line-height: 2;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-counselingContent__point {
    font-size: 12px;
  }
}
.p-counselingContent__pointNumber {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #00A99D;
  line-height: 2;
}
.p-counselingContent__textLink {
  color: #0B69FF;
}
.p-counselingContent__textLink a {
  color: inherit;
}
.p-counselingContent__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-counselingContent__indention {
    display: block;
  }
}
.p-counselingContent__btn {
  display: none;
}
@media (max-width: 768px) {
  .p-counselingContent__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #9A252B;
    margin: 30px auto 0;
    font-size: 18px;
    width: 280px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2;
    -webkit-box-shadow: 0 3px 0 #630B10;
            box-shadow: 0 3px 0 #630B10;
  }
}

.p-counselingMovie {
  background-color: #FDF8F0;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-counselingMovie {
    padding: 50px 20px;
  }
}
.p-counselingMovie__title {
  max-width: 880px;
  height: 62px;
  font-size: 32px;
  font-weight: bold;
  color: #FDF8F0;
  background-color: #C59B3D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-counselingMovie__title {
    font-size: 26px;
    gap: 15px;
  }
}
.p-counselingMovie__list {
  max-width: 700px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-counselingMovie__item {
  width: 100%;
}
.p-counselingMovie__item iframe {
  width: 100%;
}
.p-counselingMovie__textBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-counselingMovie__chapter {
  color: #9A242B;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.83;
}
.p-counselingMovie__text {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.65;
}
.p-counselingMovie__icon {
  width: 61px;
  height: 37px;
}
.p-counselingMovie__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-counselingMovie__indention {
    display: block;
  }
}

.p-counselingRecommend {
  padding: 50px 0 70px;
}
@media (max-width: 1024px) {
  .p-counselingRecommend {
    padding: 50px 20px 70px;
  }
}
@media (max-width: 768px) {
  .p-counselingRecommend {
    padding: 40px 25px;
  }
}
.p-counselingRecommend__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-counselingRecommend__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
.p-counselingRecommend__wrapper::after {
  display: block;
  position: absolute;
  top: 90px;
  left: 370px;
  content: "";
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 40px solid #BA333C;
}
@media (max-width: 1024px) {
  .p-counselingRecommend__wrapper::after {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .p-counselingRecommend__wrapper::after {
    top: 220px;
    left: 43%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.p-counselingRecommend__box {
  max-width: 350px;
}
.p-counselingRecommend__listHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-counselingRecommend__img {
  width: 62px;
  height: 62px;
}
@media (max-width: 768px) {
  .p-counselingRecommend__img {
    width: 48px;
    height: 48px;
  }
}
.p-counselingRecommend__img img {
  width: 100%;
  height: 100%;
}
.p-counselingRecommend__title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #231815;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-counselingRecommend__title {
    font-size: 20px;
  }
}
.p-counselingRecommend__list {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .p-counselingRecommend__list {
    padding-left: 10px;
    margin-top: 10px;
  }
}
.p-counselingRecommend__item {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 2;
  color: #231815;
  padding-left: 15px;
}
.p-counselingRecommend__item::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #00A99D;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
}
.p-counselingRecommend__efficacy::before {
  background-color: #00A99D;
}

.p-counselingLearning {
  padding: 0 100px 70px;
}
@media (max-width: 1024px) {
  .p-counselingLearning {
    padding: 0 40px 70px;
  }
}
@media (max-width: 768px) {
  .p-counselingLearning {
    padding: 0 15px 40px;
  }
}
.p-counselingLearning__title {
  max-width: 1200px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #C59B3D;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-counselingLearning__title {
    height: 45px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-counselingLearning__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .p-counselingLearning__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-counselingLearning__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    width: 100%;
    gap: 10px;
  }
}
.p-counselingLearning__item {
  width: 386px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-counselingLearning__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-counselingLearning__item {
    max-width: 330px;
    width: 100%;
  }
}
.p-counselingLearning__itemTitle {
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-counselingLearning__itemTitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-counselingLearning__text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-counselingLearning__text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-counselingLearning__subTitle {
  margin-top: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-counselingLearning__subTitle {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-counselingLearning__textList {
  margin-top: 10px;
  min-height: 170px;
}
@media (max-width: 768px) {
  .p-counselingLearning__textList {
    height: 125px;
  }
}
.p-counselingLearning__textItem {
  font-size: 14px;
  line-height: 2;
  color: #231815;
  font-family: "Noto Sans JP";
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-counselingLearning__textItem {
    line-height: 1.5;
    padding-left: 17px;
  }
}
.p-counselingLearning__textItem::before {
  position: absolute;
  top: 15px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-counselingLearning__textItem::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}
.p-counselingLearning__btn {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  border: none;
  margin: 30px auto 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-counselingLearning__btn {
    margin-top: 20px;
    width: 190px;
    height: 35px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-counselingLearning__parenting {
  background-color: #F8E9D3;
  border: 1px solid #F05A24;
}
.p-counselingLearning__parenting button {
  background-color: #F05A24;
}
.p-counselingLearning__parentingTitle {
  color: #F05A24;
}
.p-counselingLearning__parentingTextItem::before {
  background-color: #F05A24;
}
.p-counselingLearning__counseling {
  background-color: #E8F4F3;
  border: 1px solid #00A99D;
}
.p-counselingLearning__counseling button {
  background-color: #00A99D;
}
.p-counselingLearning__counselingTitle {
  color: #00A99D;
}
.p-counselingLearning__counselingTextItem::before {
  background-color: #00A99D;
}
.p-counselingLearning__spiritual {
  background-color: #ECE7F1;
  border: 1px solid #8257A4;
}
.p-counselingLearning__spiritual button {
  background-color: #8257A4;
}
.p-counselingLearning__spiritualTitle {
  color: #8257A4;
}
.p-counselingLearning__spiritualTextItem::before {
  background-color: #8257A4;
}
.p-counselingLearning__mechanism {
  background-color: #FFDFE5;
  border: 1px solid #F05A24;
}
.p-counselingLearning__mechanism button {
  background-color: #FF6262;
}
.p-counselingLearning__mechanismTitle {
  color: #FF6262;
}
.p-counselingLearning__mechanismTextItem::before {
  background-color: #F05A24;
}

.p-counselingMessage {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  padding: 60px;
}
@media (max-width: 768px) {
  .p-counselingMessage {
    padding: 15px;
  }
}
.p-counselingMessage__img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.p-counselingMessage__img img {
  width: 100%;
  height: 100%;
}
.p-counselingMessage__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-counselingMessage__wrapper {
    gap: 10px;
    padding: 20px;
  }
}
.p-counselingMessage__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #C59B3D;
  text-align: center;
}
@media (max-width: 768px) {
  .p-counselingMessage__title {
    font-size: 18px;
    line-height: 1.7;
  }
}
.p-counselingMessage__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .p-counselingMessage__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.82;
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-spiritualTop {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 50px;
}
@media (max-width: 768px) {
  .p-spiritualTop {
    padding: 20px 0 30px;
    position: relative;
    height: 515px;
  }
}
@media (max-width: 768px) {
  .p-spiritualTop__list {
    display: none;
  }
}
.p-spiritualTop__link {
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 2.05;
  color: inherit;
  text-decoration: none;
  display: inline;
}
.p-spiritualTop__link:not(:first-child) {
  margin-left: 16px;
}
.p-spiritualTop__arrow {
  position: relative;
}
.p-spiritualTop__arrow::after {
  position: absolute;
  right: -8px;
  top: 9px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #595757;
  border-top: 1px solid #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-spiritualTop__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media (max-width: 1024px) {
  .p-spiritualTop__content {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .p-spiritualTop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-spiritualTop__img {
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .p-spiritualTop__img {
    width: 130px;
    position: absolute;
    top: 95px;
  }
}
.p-spiritualTop__textContainer {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-spiritualTop__textContainer {
    padding: 0;
  }
}
.p-spiritualTop__subText {
  font-size: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-spiritualTop__subText {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-spiritualTop__subTextEmphasis {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFDDE3));
  background: -webkit-linear-gradient(transparent 50%, #FFDDE3 50%);
  background: linear-gradient(transparent 50%, #FFDDE3 50%);
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-spiritualTop__subTextEmphasis {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-spiritualTop__heroText {
  font-size: 24px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  line-height: 1.45;
}
@media (max-width: 768px) {
  .p-spiritualTop__heroText {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-spiritualTop__textEmphasis {
  color: #C59B3D;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-spiritualTop__heroTitle {
  font-size: 40px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  color: #231815;
}
@media (max-width: 768px) {
  .p-spiritualTop__heroTitle {
    position: absolute;
    top: 405px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.21;
  }
}
.p-spiritualTop__amendment {
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 2.25;
  color: #231815;
}
@media (max-width: 768px) {
  .p-spiritualTop__amendment {
    position: absolute;
    top: 435px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.p-spiritualTop__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-spiritualTop__indention {
    display: block;
  }
}
.p-spiritualTop__annotation {
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 2;
  color: #231815;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-spiritualTop__annotation {
    position: absolute;
    top: 310px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}

.p-spiritualExplanation {
  background-color: #FDF8F0;
  padding: 65px 0 60px;
}
@media (max-width: 1024px) {
  .p-spiritualExplanation {
    padding: 65px 20px;
  }
}
@media (max-width: 768px) {
  .p-spiritualExplanation {
    padding: 15px 15px 75px;
    position: relative;
    z-index: -30;
  }
}
.p-spiritualExplanation__container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 880px;
  width: 100%;
  height: 810px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 768px) {
  .p-spiritualExplanation__container {
    padding: 15px 15px 150px;
    height: 100%;
    z-index: -20;
  }
}
.p-spiritualExplanation__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-spiritualExplanation__text {
    font-size: 15px;
  }
}
.p-spiritualExplanation__text:not(:first-child) {
  margin-top: 30px;
}
.p-spiritualExplanation__img {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 270px;
  height: 520px;
}
@media (max-width: 1024px) {
  .p-spiritualExplanation__img {
    width: 250px;
    height: 482px;
  }
}
@media (max-width: 768px) {
  .p-spiritualExplanation__img {
    width: 330px;
    bottom: -75px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -10;
    height: 190px;
  }
}
.p-spiritualExplanation__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  background-color: #9A252B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  width: 280px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-spiritualExplanation__btn {
    display: none;
  }
}
.p-spiritualExplanation__spBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-spiritualExplanation__spIndention {
    display: none;
  }
}
.p-spiritualExplanation__listTitle {
  margin-top: 10px;
  font-size: 20px;
  color: #9A252B;
  line-height: 1.44;
  font-weight: bold;
}
.p-spiritualExplanation__list {
  padding-left: 20px;
}
.p-spiritualExplanation__item {
  font-size: 16px;
  line-height: 1.8;
  list-style-type: decimal;
  color: #595757;
  font-weight: normal;
}

.p-btnContainer {
  display: none;
}
@media (max-width: 768px) {
  .p-btnContainer {
    margin-top: 20px;
    display: block;
  }
}
.p-btnContainer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}

.p-spiritualThoughts {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .p-spiritualThoughts {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .p-spiritualThoughts {
    padding: 40px;
  }
}
.p-spiritualThoughts__titleBox {
  position: relative;
  max-width: 880px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-spiritualThoughts__titleBox {
    height: 45px;
  }
}
.p-spiritualThoughts_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.p-spiritualThoughts__titleImg {
  width: 100%;
  height: 100%;
}
.p-spiritualThoughts__titleImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spiritualThoughts__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background-color: #C59B3D;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-spiritualThoughts__heading {
    width: 100%;
    height: 45px;
    font-size: 20px;
  }
}
.p-spiritualThoughts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  max-width: 880px;
}
.p-spiritualThoughts__list .slick-prev {
  border-right: 18px solid #A16DCB;
  left: -25px;
}
.p-spiritualThoughts__list .slick-next {
  border-left: 18px solid #A16DCB;
  right: -25px;
}
.p-spiritualThoughts__list .slick-dots li.slick-active button::before {
  background-color: #A16DCB;
}
.p-spiritualThoughts__list .slick-dots li button::before {
  border: 1px solid #A16DCB;
}
.p-spiritualThoughts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  background-color: #ffffff;
  width: 340px;
}
@media (max-width: 768px) {
  .p-spiritualThoughts__item {
    padding: 20px 10px 65px;
    width: 100%;
  }
}
.p-spiritualThoughts__title {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.p-spiritualThoughts__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.p-spiritualThoughts__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spiritualThoughts__name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-spiritualThoughts__name {
    font-size: 12px;
  }
}
.p-spiritualThoughts__text {
  margin-top: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-spiritualThoughts__text {
    font-size: 14px;
  }
}
.p-spiritualThoughts__btn {
  margin-top: 100px;
}

.p-spiritualOverview {
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .p-spiritualOverview {
    padding: 40px 20px 50px;
  }
}
@media (max-width: 768px) {
  .p-spiritualOverview {
    padding: 30px 15px;
  }
}
.p-spiritualOverview__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-spiritualOverview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.p-spiritualOverview__contentImg {
  width: 400px;
  height: 318px;
}
.p-spiritualOverview__contentImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-spiritualOverview__contentImg {
    width: 250px;
    height: 235px;
    margin-top: 20px;
  }
}
.p-spiritualOverview__contentTitle {
  color: #8257A4;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-spiritualOverview__contentTitle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-spiritualOverview__textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-spiritualOverview__textBox {
    width: 100%;
  }
}
.p-spiritualOverview__textList {
  margin-top: 10px;
}
.p-spiritualOverview__listItem {
  font-size: 16px;
  color: #231815;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-spiritualOverview__listItem {
    font-size: 12px;
    line-height: 2;
  }
}
.p-spiritualOverview__price {
  margin-top: 20px;
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-spiritualOverview__price {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
  }
}
.p-spiritualOverview__priceEmphasis {
  margin-left: 30px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-spiritualOverview__priceEmphasis {
    margin-left: 15px;
    font-size: 24px;
  }
}
.p-spiritualOverview__priceText {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-spiritualOverview__priceText {
    font-size: 12px;
  }
}
.p-spiritualOverview__text {
  display: block;
  max-width: 880px;
  font-size: 18px;
  margin: 10px auto 0;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #231815;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-spiritualOverview__text {
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
  }
}
.p-spiritualOverview__point {
  margin-top: 65px;
}
.p-spiritualOverview__pointTitleBox {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.p-spiritualOverview__pointSubTitle {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  color: #9A242B;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-spiritualOverview__pointTitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #9A242B;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-spiritualOverview__pointTitle::before {
  position: absolute;
  bottom: 20px;
  left: -30px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointTitle::before {
    left: 0;
  }
}
.p-spiritualOverview__pointTitle::after {
  position: absolute;
  bottom: 20px;
  right: -30px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #9A242B;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointTitle::after {
    right: 0;
  }
}
.p-spiritualOverview__pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 750px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointList {
    max-width: 310px;
  }
}
.p-spiritualOverview__pointItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  border: 2px solid #FF6262;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointItem {
    padding: 10px 10px 30px;
  }
}
.p-spiritualOverview__pointItemTextBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-spiritualOverview__pointItemTitle {
  font-size: 16px;
  color: #231815;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointItemTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-spiritualOverview__pointItemText {
  font-size: 16px;
  color: #231815;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointItemText {
    font-size: 14px;
  }
}
.p-spiritualOverview__pointNumber {
  width: 82px;
  height: 27px;
}
.p-spiritualOverview__pointNumber img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-spiritualOverview__pointNumber {
    display: none;
  }
}
.p-spiritualOverview__spPointImg {
  display: none;
}
@media (max-width: 768px) {
  .p-spiritualOverview__spPointImg {
    display: block;
    width: 45px;
    height: 15px;
  }
  .p-spiritualOverview__spPointImg img {
    width: 100%;
  }
}
.p-spiritualOverview__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-spiritualOverview__indention {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-spiritualOverview__btn {
    display: block;
    margin-top: 30px;
  }
}
.p-spiritualOverview__textWrapper {
  background-color: #F6EFFA;
  max-width: 880px;
  width: 100%;
  padding: 30px;
  margin: 30px auto 0;
}
.p-spiritualOverview__boxTitle {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
  color: #8257A4;
}
.p-spiritualOverview__boxList {
  margin-top: 10px;
  padding-left: 30px;
}
.p-spiritualOverview__boxItem {
  list-style-type: decimal;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 2;
  color: #231815;
}
.p-spiritualOverview__boxItem::marker {
  color: #8257A4;
}
.p-spiritualOverview__benefitBox {
  margin-top: 20px;
  color: #231815;
  font-weight: bold;
}
.p-spiritualOverview__benefitText {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.p-spiritualOverview__benefitSubText {
  color: #8257A4;
}
.p-spiritualOverview__textEmphasis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 480px;
  width: 100%;
  height: 60px;
  background-color: #FFF8A0;
  color: #FF1A1A;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .p-spiritualOverview__textEmphasis {
    font-size: 16px;
  }
}
.p-spiritualOverview__textEmphasisSub {
  font-size: 20px;
  margin-left: 20px;
}
.p-spiritualOverview__textEmphasisPrice {
  font-size: 25px;
}

.p-spiritualContent {
  background-color: #F6EFFA;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-spiritualContent {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .p-spiritualContent {
    background-color: #FFFFFF;
    padding: 50px 15px;
  }
}
.p-spiritualContent__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  max-width: 880px;
  margin: 30px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-spiritualContent__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.p-spiritualContent__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 430px;
  background-color: #FFFFFF;
  padding: 35px 20px;
}
@media (max-width: 1024px) {
  .p-spiritualContent__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-spiritualContent__item {
    max-width: 330px;
    width: 100%;
    border: 2px solid #A16DCB;
    padding: 20px 10px;
  }
}
.p-spiritualContent__item::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #A16DCB; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 50;
}
.p-spiritualContent__item::after {
  content: "";
  display: block;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  position: absolute;
  z-index: 51;
}
.p-spiritualContent__numberBox {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 20px;
  border-style: solid;
  border-top: 0;
  text-align: right;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #45CCC3;
}
.p-spiritualContent__number {
  position: absolute;
  top: -6px;
  right: 10px;
  z-index: 100;
  font-family: "Apple Chancery";
  font-size: 42px;
  color: #FFFFFF;
}
.p-spiritualContent__title {
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-spiritualContent__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-spiritualContent__textList {
  margin-top: 10px;
  padding-left: 20px;
}
.p-spiritualContent__text {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  line-height: 2;
  list-style-type: decimal;
}
.p-spiritualContent__text::marker {
  color: #A16DCB;
}
@media (max-width: 768px) {
  .p-spiritualContent__text {
    font-size: 12px;
  }
}
.p-spiritualContent__pointBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.p-spiritualContent__pointBox .p-counselingContent__point {
  padding-left: 0;
}
.p-spiritualContent__point {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #231815;
  line-height: 2;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .p-spiritualContent__point {
    font-size: 12px;
  }
}
.p-spiritualContent__pointNumber {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #00A99D;
  line-height: 2;
}
.p-spiritualContent__textLink {
  color: #0B69FF;
}
.p-spiritualContent__textLink a {
  color: inherit;
}
.p-spiritualContent__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-spiritualContent__indention {
    display: block;
  }
}
.p-spiritualContent__spIndention {
  display: block;
}
@media (max-width: 768px) {
  .p-spiritualContent__spIndention {
    display: none;
  }
}
.p-spiritualContent__btn {
  display: none;
}
@media (max-width: 768px) {
  .p-spiritualContent__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #9A252B;
    margin: 30px auto 0;
    font-size: 18px;
    width: 280px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2;
    -webkit-box-shadow: 0 3px 0 #630B10;
            box-shadow: 0 3px 0 #630B10;
  }
}
.p-spiritualContent__subText {
  font-size: 14px;
  line-height: 1.82;
  color: #231815;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-spiritualContent__subText {
    font-size: 13px;
  }
}

.p-spiritualMovie {
  background-color: #FDF8F0;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .p-spiritualMovie {
    padding: 50px 20px;
  }
}
.p-spiritualMovie__title {
  max-width: 880px;
  height: 62px;
  font-size: 32px;
  font-weight: bold;
  color: #FDF8F0;
  background-color: #C59B3D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-spiritualMovie__title {
    font-size: 26px;
    gap: 15px;
  }
}
.p-spiritualMovie__list {
  max-width: 700px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-spiritualMovie__item {
  width: 100%;
}
.p-spiritualMovie__item iframe {
  width: 100%;
}
.p-spiritualMovie__textBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-spiritualMovie__chapter {
  color: #9A242B;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.83;
}
.p-spiritualMovie__text {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.65;
}
.p-spiritualMovie__icon {
  width: 61px;
  height: 37px;
}
.p-spiritualMovie__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-spiritualMovie__indention {
    display: block;
  }
}

.p-spiritualMessage {
  position: relative;
  margin: 50px auto 0;
  max-width: 880px;
  width: 100%;
  padding: 60px;
}
@media (max-width: 768px) {
  .p-spiritualMessage {
    padding: 15px;
  }
}
.p-spiritualMessage__img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.p-spiritualMessage__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spiritualMessage__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-spiritualMessage__wrapper {
    gap: 10px;
    padding: 20px;
  }
}
.p-spiritualMessage__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #C59B3D;
  text-align: center;
}
@media (max-width: 768px) {
  .p-spiritualMessage__title {
    font-size: 18px;
    line-height: 1.7;
  }
}
.p-spiritualMessage__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .p-spiritualMessage__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.82;
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-spiritualLearning {
  padding: 0 100px 70px;
}
@media (max-width: 1024px) {
  .p-spiritualLearning {
    padding: 0 40px 70px;
  }
}
@media (max-width: 768px) {
  .p-spiritualLearning {
    padding: 0 15px 40px;
  }
}
.p-spiritualLearning__title {
  max-width: 1200px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #C59B3D;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-spiritualLearning__title {
    height: 45px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-spiritualLearning__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .p-spiritualLearning__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-spiritualLearning__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    width: 100%;
    gap: 10px;
  }
}
.p-spiritualLearning__item {
  width: 386px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-spiritualLearning__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-spiritualLearning__item {
    max-width: 330px;
    width: 100%;
  }
}
.p-spiritualLearning__itemTitle {
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-spiritualLearning__itemTitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.p-spiritualLearning__text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-spiritualLearning__text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-spiritualLearning__subTitle {
  margin-top: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .p-spiritualLearning__subTitle {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-spiritualLearning__textList {
  margin-top: 10px;
  min-height: 170px;
}
@media (max-width: 768px) {
  .p-spiritualLearning__textList {
    min-height: 125px;
  }
}
.p-spiritualLearning__textItem {
  font-size: 14px;
  line-height: 2;
  color: #231815;
  font-family: "Noto Sans JP";
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-spiritualLearning__textItem {
    line-height: 1.5;
    padding-left: 17px;
  }
}
.p-spiritualLearning__textItem::before {
  position: absolute;
  top: 15px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-spiritualLearning__textItem::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}
.p-spiritualLearning__btn {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  border: none;
  margin: 30px auto 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-spiritualLearning__btn {
    margin-top: 20px;
    width: 190px;
    height: 35px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-spiritualLearning__parenting {
  background-color: #F8E9D3;
  border: 1px solid #F05A24;
}
.p-spiritualLearning__parenting button {
  background-color: #F05A24;
}
.p-spiritualLearning__parentingTitle {
  color: #F05A24;
}
.p-spiritualLearning__parentingTextItem::before {
  background-color: #F05A24;
}
.p-spiritualLearning__counseling {
  background-color: #E8F4F3;
  border: 1px solid #00A99D;
}
.p-spiritualLearning__counseling button {
  background-color: #00A99D;
}
.p-spiritualLearning__counselingTitle {
  color: #00A99D;
}
.p-spiritualLearning__counselingTextItem::before {
  background-color: #00A99D;
}
.p-spiritualLearning__spiritual {
  background-color: #ECE7F1;
  border: 1px solid #8257A4;
}
.p-spiritualLearning__spiritual button {
  background-color: #8257A4;
}
.p-spiritualLearning__spiritualTitle {
  color: #8257A4;
}
.p-spiritualLearning__spiritualTextItem::before {
  background-color: #8257A4;
}
.p-spiritualLearning__mechanism {
  background-color: #FFDFE5;
  border: 1px solid #F05A24;
}
.p-spiritualLearning__mechanism button {
  background-color: #FF6262;
}
.p-spiritualLearning__mechanismTitle {
  color: #FF6262;
}
.p-spiritualLearning__mechanismTextItem::before {
  background-color: #F05A24;
}
.p-job {
  padding-top: 3.75rem;
	padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-job {
    padding-top: 5rem;
	padding-bottom: 80px;
  }
}
.p-job__content {
  margin-top: 1.5625rem;
  max-width: 58.125rem;
  width: 100%;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-job__content {
    margin-top: 3.125rem;
  }
}
.c-desc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
}

@media screen and (min-width: 768px) {
  .c-desc__wrapper {
	  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	  border-bottom: 1px solid #D8D8D8;
  }
}
.c-desc__desc {
  padding: 0.56875rem 1.25rem;
  background-color: #eff5ff;
  color: #595757;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5555555556;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-desc__desc {
    padding: 1.25rem;
    font-size: 1.125rem;
    width: 9.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-desc__term {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-desc__term {
    padding: 1.25rem 0.625rem 1.25rem 1.875rem;
  }
}
.c-desc__term-text {
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-desc__term-text {
    padding: 0;
  }
}
.c-desc__term-text span {
	font-weight: bold;
}
.p-privacypolicy {
  margin: auto;
}
.p-privacypolicy__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-privacypolicy__title {
  position: absolute;
  font-size: 64px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .p-privacypolicy__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .p-privacypolicy__title {
    font-size: 32px;
  }
}
.p-privacypolicy__backGroundImg {
  width: 100%;
}
.p-privacypolicy__backGroundImg img {
  width: 100%;
}
.p-privacypolicy__text {
  width: 880px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-privacypolicy__text {
    max-width: 660px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-privacypolicy__text {
    max-width: 380px;
    padding: 20px 20px;
    font-size: 16px;
  }
}

.p-informationList {
  padding: 50px 40px;
}
.p-informationList__topTitle {
  color: #ffffff;
}
.p-informationList__list {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-informationList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px 0;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-informationList__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
}
.p-informationList__item:not(:first-child) {
  border-top: 1px solid #595757;
}
.p-informationList__img {
  max-width: 300px;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .p-informationList__img {
    margin: 0 auto;
  }
}
.p-informationList__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-informationList__content {
    width: 100%;
  }
}
.p-informationList__textBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-informationList__textBox {
    gap: 15px;
  }
}

.p-informationList__category {
  background-color: #9A242B;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.p-informationList__title {
  margin-top: 10px;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

.p-informationPage {
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .p-informationPage {
    padding: 30px 20px;
  }
}
.p-informationPage__content {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.p-informationPage__textBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-informationPage__date {
  font-size: 21px;
}
@media (max-width: 768px) {
  .p-informationPage__date {
    font-size: 18px;
  }
}
.p-informationPage__category {
  background-color: #9A242B;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
}
.p-informationPage__title {
  font-size: 28px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-informationPage__title {
    font-size: 22px;
    margin-top: 10px;
  }
}
.p-informationPage__text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-informationPage__text {
    margin-top: 10px;
  }
}
.p-informationPage__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 40px;
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #9A242B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  cursor: pointer;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-informationPage__btn {
    font-size: 16px;
  }
}

.wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 40px;
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #9A242B;
  -webkit-box-shadow: 0 3px 0 #630B10;
          box-shadow: 0 3px 0 #630B10;
  font-size: 18px;
  cursor: pointer;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .wp-block-button__link {
    font-size: 16px;
  }
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}


.p-contact {
  margin: 0 auto 80px;
}
.p-contact form {
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-contact form {
    max-width: 700px;
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .p-contact form {
    margin: 30px auto 0;
  }
}
.p-contact__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__formList {
  padding: 50px 0 0;
}
.p-contact__title {
  position: absolute;
  font-size: 64px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-contact__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: 32px;
  }
}
.p-contact__backGroundImg {
  width: 100%;
}
.p-contact__backGroundImg img {
  width: 100%;
}
.p-contact__form {
  max-width: 880px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .p-contact__form {
    max-width: 660px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-contact__form {
    max-width: 380px;
  }
}
.p-contact__formList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.p-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 22px;
}
.p-contact__item:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .p-contact__item {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.p-contact__itemPolicy {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .p-contact__itemPolicy {
    font-size: 18px;
  }
}
.p-contact__itemPolicy.border {
	border: #FF6262 2px solid;
}
.p-contact__labelTitle {
  width: 304px;
  position: relative;
  top: 0;
  margin: auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-contact__labelTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    width: 100%;
  }
}
.p-contact__labelTitle--top {
  height: 200px;
}
@media (max-width: 768px) {
  .p-contact__labelTitle--top {
    height: auto;
  }
}
.p-contact__textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact__textBox input {
  background-color: #f5f5f5;
  border: 1px solid #c4c3c3;
  width: 100%;
}
.p-contact__textBox textarea {
  background-color: #f5f5f5;
  border: 1px solid #c4c3c3;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-contact__textBox {
    margin-left: 20px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .p-contact__textBox {
    height: 30px;
    margin: 10px 0 0;
  }
}
.p-contact__textArea {
  height: 340px;
}
@media (max-width: 1024px) {
  .p-contact__textArea {
    height: 270px;
  }
}
@media (max-width: 1024px) {
  .p-contact__textBoxImg {
    height: 90px;
  }
}
.p-contact__buttonWrapper {
  text-align: center;
  margin-top: 50px;
}
.p-contact__submit {
  width: 300px;
}
.p-contact__indention {
  display: none;
}
@media (max-width: 768px) {
  .p-contact__indention {
    display: block;
  }
}

@media (max-width: 1024px) {
  .wpcf7-form {
    padding: 0 20px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 0 20px;
    margin-top: 30px;
  }
}

.wpcf7-list-item label input {
  width: auto;
}

.wpcf7-submit {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9A252B;
  margin: 0 auto;
  font-size: 16px;
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
  cursor: pointer;
}

.c-required::after {
  position: absolute;
  content: "必須";
  background-color: #9A242B;
  color: #FFFFFF;
  right: 0;
  top: 0;
  margin: auto 0;
  text-align: center;
  place-items: center;
  font-size: 16px;
  padding: 4px 8px;
}
@media (max-width: 1024px) {
  .c-required::after {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-required::after {
    right: 50px;
  }
}

.u-hidden {
  display: none;
}

@media (min-width: 1025px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */