@charset "UTF-8";
.wrap {
  overflow: hidden;
  padding-top: 10.9rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
}
@media only screen and (max-width: 980px) {
  .wrap {
    padding-top: 5rem;
  }
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.btn-arw a::after {
  content: "▶︎";
  display: inline-block;
  margin-left: 0.2em;
}
@media only screen and (min-width: 981px) {
  .btn-arw a:hover {
    color: #ababab;
  }
}
.btn-submit a,
.btn-submit input {
  display: inline-block;
  border: 1px solid #0d0d0d;
  border-radius: 10px;
  padding: 0.5em 1.5em;
}
@media only screen and (min-width: 981px) {
  .btn-submit a,
.btn-submit input {
    transition: 200ms;
  }
  .btn-submit a:hover,
.btn-submit input:hover {
    background: #0d0d0d;
    color: #fff;
  }
}

.small-text {
  padding-left: 1em;
  text-indent: -1em;
}
.small-text::before {
  content: "※";
}

.news-list {
  font-size: 2rem;
}
@media only screen and (max-width: 980px) {
  .news-list {
    font-size: 1.6rem;
  }
}
.news-list__item {
  border-top: 1px dashed #000;
  padding: 1em 0;
}
@media only screen and (min-width: 981px) {
  .news-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.news-list__item:last-of-type {
  border-bottom: 1px dashed #000;
}
@media only screen and (min-width: 981px) {
  .news-list__item time {
    width: 23%;
  }
}
@media only screen and (max-width: 980px) {
  .news-list__item time {
    display: block;
  }
}
.news-list__item a {
  display: block;
  flex: 1;
}
@media only screen and (min-width: 981px) {
  .news-list__item a:hover {
    text-decoration: underline;
  }
}

.section-hero .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.section-hero-label {
  width: 15rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  .section-hero-label {
    width: 9rem;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    padding: 2rem 0;
  }
}
.section-hero-label--top {
  writing-mode: vertical-lr;
  position: relative;
}
.section-hero-label--top .ja-name {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media only screen and (max-width: 980px) {
  .section-hero-label--top .ja-name {
    font-size: 3.8rem;
  }
}
.section-hero-label--top .position {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
@media only screen and (max-width: 980px) {
  .section-hero-label--top .position {
    font-size: 1.2rem;
  }
}
.section-hero-label--bottom .en-name {
  writing-mode: vertical-lr;
  line-height: 1;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.5em;
}
.section-hero-img {
  position: relative;
  flex: 1;
}
.section-hero-img .img img {
  height: 58.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-img .comment {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: block;
  padding: 1rem 3rem;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .section-hero-img .comment {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
  }
}

.section-intro .content {
  min-height: 90rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.section-intro p {
  font-size: 3rem;
  letter-spacing: 0.3em;
  line-height: 2.4;
  color: #3A3838;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .section-intro p {
    font-size: 2.8rem;
  }
}
.section-intro p span {
  display: inline-block;
}
.section-intro p .font-l {
  font-size: 3.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 980px) {
  .section-intro p .font-l {
    font-size: 3.2rem;
  }
}

.section-profile {
  padding-bottom: 24rem;
}
@media only screen and (max-width: 980px) {
  .section-profile {
    padding-bottom: 18rem;
  }
}
.section-profile-grid {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 981px) {
  .section-profile-grid {
    margin: 0 -4rem;
  }
}
@media only screen and (max-width: 980px) {
  .section-profile-grid {
    flex-flow: column-reverse wrap;
    align-items: stretch;
    gap: 1em;
  }
}
@media only screen and (min-width: 981px) {
  .section-profile-grid > * {
    width: calc(50% - 8rem);
    margin: 0 4rem;
  }
}
.section-profile-img {
  text-align: right;
}
@media only screen and (min-width: 981px) {
  .section-profile-img {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 980px) {
  .section-profile-img {
    max-width: 24rem;
    margin: 0 auto;
  }
}
.section-profile-img .img {
  max-width: 35rem;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 981px) {
  .section-profile-img .img {
    margin-left: auto;
  }
}
.section-profile-img .caption {
  margin-top: 0.5em;
}
.section-profile-img .caption-meta {
  font-size: 1.8rem;
}
@media only screen and (max-width: 980px) {
  .section-profile-img .caption-meta {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 981px) {
  .section-profile-img .caption-meta .position {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 980px) {
  .section-profile-img .caption-meta .position {
    display: block;
  }
}
.section-profile-img .caption-meta .name {
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 980px) {
  .section-profile-img .caption-meta .name {
    font-size: 1.8rem;
  }
}
.section-profile-img .caption-comment {
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .section-profile-img .caption-comment {
    font-size: 1.2rem;
  }
}
.section-profile-text {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 980px) {
  .section-profile-text {
    justify-content: center;
  }
}
.section-profile-text .title {
  font-size: 3.3rem;
  line-height: 1.8;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 981px) {
  .section-profile-text .title {
    margin-left: 3.1rem;
  }
}
@media only screen and (max-width: 980px) {
  .section-profile-text .title {
    font-size: 2.6rem;
  }
}
.section-profile-text .title span {
  display: block;
}
.section-profile-text .title span:nth-of-type(2) {
  text-indent: 3.3em;
}
.section-profile-text .lead {
  font-size: 2rem;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 981px) {
  .section-profile-text .lead {
    padding-top: 6.4rem;
  }
}
@media only screen and (max-width: 980px) {
  .section-profile-text .lead {
    padding-top: 3.2rem;
  }
}
@media only screen and (max-width: 980px) {
  .section-profile-text .lead {
    font-size: 1.6rem;
  }
}
.section-profile-text .lead span {
  display: block;
  line-height: 2.4;
}
.section-profile-text .lead span:nth-of-type(2) {
  text-indent: 2.5em;
}
.section-profile-text .lead span:nth-of-type(3) {
  text-indent: 1em;
}
.section-profile-text .lead span:nth-of-type(4) {
  text-indent: 4.5em;
}
.section-profile-text .lead span:nth-of-type(5) {
  text-indent: 2.8em;
}

.section {
  padding: 20rem 0 24rem;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .section {
    padding: 6rem 0 8rem;
  }
}
.section-content {
  position: relative;
  z-index: 1;
}
.section .slug {
  color: #F2F2F2;
  font-weight: bold;
  font-size: 18.2rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 8rem;
  left: 0;
  line-height: 1;
  transform: translateX(-2rem);
  letter-spacing: 0;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  .section .slug {
    top: 4rem;
    opacity: 0.5;
  }
}
.section.odd {
  background: #F7F2EB;
}
.section.odd .slug {
  color: #fff;
}
@media only screen and (min-width: 981px) {
  .section__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.section .headline {
  position: relative;
}
@media only screen and (min-width: 981px) {
  .section .headline {
    width: 23%;
  }
}
@media only screen and (max-width: 980px) {
  .section .headline {
    display: inline-block;
  }
}
.section .headline__title {
  font-weight: bold;
  font-size: 3.8rem;
}
@media only screen and (min-width: 981px) {
  .section .headline__title {
    border-right: 2px solid #000;
    writing-mode: vertical-rl;
    padding-left: 2.3rem;
    padding-right: 1.1rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 980px) {
  .section .headline__title {
    border-bottom: 1px solid #000;
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 981px) {
  .section .content {
    flex: 1;
  }
}
.section .text-block {
  font-size: 2rem;
}
@media only screen and (max-width: 980px) {
  .section .text-block {
    font-size: 1.6rem;
  }
}
.section .text-block > * {
  margin: 1.5em 0;
}
.section .text-block > *:first-child {
  margin-top: 0;
}
.section .text-block > *:last-child {
  margin-bottom: 0;
}
.section .text-block ul {
  list-style-type: disc;
  padding-left: 1em;
}
@media only screen and (min-width: 981px) {
  .section-coaching {
    padding-bottom: 30rem;
  }
}
.section-coaching .slug {
  top: 3rem;
}
.section-coaching .text-block ul {
  margin: 0;
  margin-top: -1.5em;
  padding-left: 1em;
}
.section-coaching .text-block ul + * {
  margin-top: 0;
}
.section-course .course {
  margin-bottom: 4rem;
}
.section-course .course-title {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 980px) {
  .section-course .course-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 981px) {
  .section-course .course-type {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 6rem;
    padding: 3rem;
    background: #fff;
    border-radius: 20px;
  }
}
.section-course .course-type__item {
  text-align: center;
  flex: 1;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 980px) {
  .section-course .course-type__item {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
  }
}
@media only screen and (max-width: 980px) {
  .section-course .course-type__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 981px) {
  .section-course .course-type__item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #E6E6E6;
    position: absolute;
    top: 0;
    right: -3rem;
  }
}
.section-course .course-type-name {
  font-size: 2.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .section-course .course-type-name {
    font-size: 2rem;
  }
}
.section-course .course-type-body {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 1em 0;
  border-top: 1px dashed #B3B3B3;
  border-bottom: 1px dashed #B3B3B3;
  margin-top: 0.8em;
  margin-bottom: 1em;
}
.section-course .course-type-body dl dt {
  font-size: 1.8rem;
}
.section-course .course-type-body dl dd {
  font-size: 2.1rem;
}
.section-course .course-type-body .times span {
  font-size: 1.2rem;
  border: 1px solid #000;
  border-radius: 50vw;
  min-width: 12rem;
  display: inline-block;
  text-align: center;
}
.section-course .course-type-bottom {
  font-size: 1.9rem;
  margin-top: auto;
}
.section-course .course .small-text {
  text-align: right;
  font-size: 1.1rem;
}
.section-course .text-block ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.section-flow .flow-list__item {
  counter-increment: flow;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .section-flow .flow-list__item {
    gap: 2rem;
  }
}
.section-flow .flow-list__item:not(:last-of-type) {
  padding-bottom: 4rem;
}
.section-flow .flow-list__item:not(:last-of-type) span.num::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: -1;
}
.section-flow .flow-list__item span.num {
  width: 6.3rem;
  height: 6.3rem;
  background: #3A3838;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 0.5em;
}
.section-flow .flow-list__item span.num::after {
  content: counter(flow);
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.section-flow .flow-list__item dl {
  margin-top: 0.8em;
  flex: 1;
}
@media only screen and (max-width: 980px) {
  .section-flow .flow-list__item dl {
    margin-top: 1em;
  }
}
.section-flow .flow-list__item dl dt {
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .section-flow .flow-list__item dl dt {
    font-size: 1.8rem;
  }
}
.section-flow .flow-list__item dl dd {
  font-size: 2rem;
  margin-top: 1em;
}
@media only screen and (max-width: 980px) {
  .section-flow .flow-list__item dl dd {
    font-size: 1.6rem;
  }
}
.section-news .btn-arw {
  margin-top: 2.4rem;
  text-align: right;
}
.section-contact .form {
  position: relative;
}
.section-contact .form sup {
  color: #F03748;
}
.section-contact .form .label {
  font-size: 1.4rem;
  text-align: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 980px) {
  .section-contact .form .label {
    top: 0.2em;
  }
}
.section-contact .form-inner dl:not(:last-of-type) {
  margin-bottom: 4rem;
}
.section-contact .form-inner dl dt {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 980px) {
  .section-contact .form-inner dl dt {
    font-size: 1.6rem;
  }
}
.section-contact .form-inner dl dd input,
.section-contact .form-inner dl dd textarea {
  background: #E5E5E5;
  display: block;
  width: 100%;
  font-size: 2rem;
  border-radius: 10px;
  padding: 1em;
}
@media only screen and (max-width: 980px) {
  .section-contact .form-inner dl dd input,
.section-contact .form-inner dl dd textarea {
    font-size: 1.6rem;
    border-radius: 5px;
  }
}
.section-contact .border-block {
  padding: 2em;
  border: 1px solid #0d0d0d;
  margin-top: 6rem;
  max-height: 300px;
  overflow: auto;
  font-size: 1.4rem;
}
.section-contact .privacy-policy-list > *:first-child {
  margin-top: 0;
}
.section-contact .privacy-policy-list > *:last-child {
  margin-bottom: 0;
}
.section-contact .privacy-policy-list__item {
  margin: 6rem 0;
}
.section-contact .privacy-policy-list__item > * {
  margin: 2rem 0;
}
.section-contact .privacy-policy-list__item > *:first-child {
  margin-top: 0;
}
.section-contact .privacy-policy-list__item > *:last-child {
  margin-bottom: 0;
}
.section-contact .privacy-policy-list__item .title {
  font-size: 2rem;
}
@media only screen and (max-width: 980px) {
  .section-contact .privacy-policy-list__item .title {
    font-size: 1.8rem;
  }
}
.section-contact .privacy-policy-list__item ul {
  list-style-type: disc;
  padding-left: 1em;
}
.section-contact .privacy-policy-list__item ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.section-contact .privacy-policy-list__item a {
  text-decoration: underline;
}
@media only screen and (min-width: 981px) {
  .section-contact .privacy-policy-list__item a:hover {
    text-decoration: none;
  }
}
.section-contact .btn-submit {
  margin-top: 2rem;
}

@media only screen and (min-width: 981px) {
  .page--top .section-news .content {
    padding-right: 10%;
  }
}

.page--news .section-news,
.page--post .section-news {
  padding-top: 9.1rem;
}

.entry-header {
  border-bottom: 1px dashed #000;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.entry-header .title {
  font-weight: bold;
}
.entry-body > * {
  margin: 2em 0;
}
.entry-body > *:first-child {
  margin-top: 0;
}
.entry-body > *:last-child {
  margin-bottom: 0;
}
.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5,
.entry-body h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.entry-body h2 + *,
.entry-body h3 + *,
.entry-body h4 + *,
.entry-body h5 + *,
.entry-body h6 + * {
  margin-top: 1rem;
}
.entry-body a {
  text-decoration: underline;
}
@media only screen and (min-width: 981px) {
  .entry-body a:hover {
    text-decoration: none;
  }
}
.entry-body ul {
  list-style-type: disc;
  padding-left: 1em;
}
.entry-body ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.entry-body table {
  width: 100%;
  border-collapse: collapse;
}
.entry-body table th {
  background: #F7F2EB;
  font-weight: bold;
}
.entry-body table tbody tr:nth-of-type(even) {
  background: #F7F2EB;
}
.inview {
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inview.fadeIn {
  opacity: 0;
  transform: translateY(50px);
}
.inview.fadeIn.animate {
  opacity: 1;
  transform: translateY(0%);
}
.inview.random span {
  filter: blur(5px);
  opacity: 0;
  transition: 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(2);
}
.inview.random.animate span {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.inview.textSpan span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inview.textSpan.animate span {
  opacity: 1;
  transform: translateY(0%);
}