@charset "UTF-8";
/*********************************
 Base
**********************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  overscroll-behavior: none;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #606060;
  font-size: 1.6rem;
  font-family: "Yu Mincho", yu-mincho-pr6n, serif;
  line-height: 1.5;
}
section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity;
}

.block {
  display: block;
}

.hidden {
  display: none;
}
@media only screen and (max-width: 991px) {
  .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-pc {
    display: none !important;
  }
}

.relative {
  position: relative;
}

/*********************************
 Titles
**********************************/
/* Title 01 */
.ttl-01 {
  position: absolute;
  top: 60px;
  margin: 0 -0.1em 0 0;
  font: 500 15rem "Cormorant Garamond", serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width: 991px) {
  .ttl-01 {
    font-size: 15.1209677419vw;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-01 {
    top: 30px;
  }
}
.ttl-01--sm {
  color: #FCF5F7;
  font-size: 13rem;
  line-height: 0.9615384615;
}
@media only screen and (max-width: 991px) {
  .ttl-01--sm {
    font-size: 13.1048387097vw;
  }
}

/* Title 02 */
.ttl-02 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 110px;
}
@media only screen and (max-width: 991px) {
  .ttl-02 {
    margin: 0 0 70px;
  }
}
.ttl-02__wrap {
  position: relative;
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .ttl-02__wrap {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  }
  @supports (-webkit-text-stroke: 3px #fff) and (paint-order: stroke fill) {
    .ttl-02__wrap {
      text-shadow: none;
      -webkit-text-stroke: 3px #fff;
      paint-order: stroke fill;
    }
  }
}
@media only screen and (min-width: 768px) {
  .ttl-02__wrap br {
    display: none;
  }
}
.ttl-02__main {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 991px) {
  .ttl-02__main {
    font-size: 2.6rem;
  }
}
.ttl-02__main span,
.ttl-02__main em {
  color: #E0809A;
}
.ttl-02__main em {
  font-style: normal;
  position: relative;
  padding-top: 10px;
}
.ttl-02__main em::after, .ttl-02__main em::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #E0809A;
}
.ttl-02__main em::before {
  left: 13px;
}
.ttl-02__main em::after {
  right: 13px;
}
.ttl-02--alt .ttl-02__main {
  font: 600 3.2rem "Cinzel", serif;
  line-height: 1.4375;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ttl-02__sub {
  margin: 15px 0 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 991px) {
  .ttl-02__sub {
    font-size: 1.6rem;
  }
}
.ttl-02--alt .ttl-02__sub {
  margin: 0;
}
.ttl-02__accent {
  position: absolute;
  top: 50%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.ttl-02__accent--left {
  left: -25px;
  transform: translate(-100%, -50%) scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .ttl-02__accent--left {
    transform: translate(0, -50%) scaleX(-1);
  }
}
.ttl-02__accent--right {
  right: -25px;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 767px) {
  .ttl-02__accent--right {
    transform: translate(0, -50%);
  }
}

/* Title 03 */
.ttl-03 {
  font: 500 7rem "Cinzel", serif;
  line-height: 1.3428571429;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .ttl-03 {
    font-size: 5rem;
  }
}

/*********************************
 Texts
**********************************/
.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-no-posts {
  padding: 30px 0;
  font: 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  text-align: center;
}

/*********************************
 Buttons
**********************************/
/* Button 01 */
.btn-01 {
  display: block;
  min-width: 200px;
  border: 1px solid;
  border-radius: 25px;
  padding: 15px 30px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.18em;
  text-align: center;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, color;
  user-select: none;
}

/* Button 02 */
.btn-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 300px;
  border: none;
  padding: 23px 20px 23px 30px;
  background: #E0809A;
  color: #fff;
  font: 600 1.6rem "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  cursor: pointer;
  user-select: none;
}
.btn-02__arrow {
  position: relative;
  flex: 0 0 25px;
  height: 4px;
  background: #fff;
  clip-path: polygon(0 3px, calc(100% - 10px) 3px, calc(100% - 10px) 0, 100% 4px, 0 4px);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: flex;
}
.btn-02:hover .btn-02__arrow {
  flex: 1;
}

/* Button 03 */
.btn-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #606060;
  border-radius: 10px;
  padding: 21px 40px;
  background: #606060;
  color: #fff;
  text-align: center;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, color;
  user-select: none;
}
.btn-03:hover {
  background: #fff;
  color: #606060;
}
.btn-03 span {
  font: 500 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
}
.btn-03 span i {
  margin: 0 15px 0 0;
}
.btn-03__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1/1;
  width: 18px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background;
}
.btn-03__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  aspect-ratio: 5/9;
  width: 27.7777777778%;
  background: #606060;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-50%, -50%);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background;
}
.btn-03:hover .btn-03__arrow {
  background: #606060;
}
.btn-03:hover .btn-03__arrow::after {
  background: #fff;
}

/* Button Group */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 100px 0 0;
  user-select: none;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin: 70px 0 0;
  }
}
.pagination .page-numbers,
.pagination .page-prev,
.pagination .page-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #DB99AB;
  color: #DB99AB;
  font: 500 1.3rem/1 "Inter", sans-serif;
  letter-spacing: 0.1em;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, color;
}
.pagination .page-numbers:not(.disabled):hover, .pagination .page-numbers.current,
.pagination .page-prev:not(.disabled):hover,
.pagination .page-prev.current,
.pagination .page-next:not(.disabled):hover,
.pagination .page-next.current {
  background: #DB99AB;
  color: #fff;
}
.pagination .page-numbers.disabled,
.pagination .page-prev.disabled,
.pagination .page-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*********************************
 Images
**********************************/
/* Image Wrap */
.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.img-wrap > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

/* Image Accent */
.img-accent {
  position: relative;
  z-index: 3;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .img-accent {
    display: none;
  }
}
.img-accent img {
  position: absolute;
  transform: translateY(-50%);
}
.img-accent--01 img {
  right: 0;
  margin-top: -156px;
}
@media only screen and (max-width: 1919px) {
  .img-accent--01 img {
    width: 13.0729166667%;
    margin-top: -8.125%;
  }
}
.img-accent--02 img {
  left: 0;
  margin-top: -156px;
}
@media only screen and (max-width: 1919px) {
  .img-accent--02 img {
    width: 20.15625%;
    margin-top: -8.125%;
  }
}

/*********************************
 Tables
**********************************/
/* Table 01 */
.table-01 {
  min-width: 100%;
  border: 1px solid #C3A037;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-01--alt {
  table-layout: fixed;
}
.table-01 th,
.table-01 td {
  border: 1px dashed #C3A037;
  padding: 20px 15px;
  text-align: center;
  white-space: nowrap;
}
.table-01 th {
  width: 41.6666666667%;
  background: #F8F5F0;
  font: 500 1.5rem "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
.table-01 thead th {
  color: #E25D81;
}
.table-01 td {
  background: #fff;
  font: 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.table-01 td small {
  font-size: 0.833em;
}

/* Table Responsive */
.table-responsive {
  overflow-x: auto;
}
.table-responsive > table {
  outline: none;
}

/*********************************
 Container
**********************************/
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .container {
    width: calc(100% - 40px);
  }
}
.container--01 {
  max-width: 1240px;
}
.container--02 {
  max-width: 1340px;
}
.container--03 {
  max-width: 1440px;
}
.container--04 {
  max-width: 1640px;
}

/*********************************
 Forms
**********************************/
.wpcf7 {
  user-select: none;
}
.wpcf7-response-output {
  margin: 0 0 70px !important;
  padding: 15px !important;
  font: 1.6rem "Noto Sans JP", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .wpcf7-response-output {
    margin: 0 0 50px !important;
  }
}

/* Contact */
.form-contact__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .form-contact__item {
    flex-wrap: wrap;
  }
}
.form-contact__item:nth-child(n+2) {
  margin: 30px 0 0;
}
.form-contact__label {
  flex: 0 0 auto;
  width: 220px;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 10px;
  padding: 15px 0;
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .form-contact__label {
    padding: 10px 0;
  }
}
.form-contact__label::before {
  margin: 2px 0;
  border-radius: 3px;
  padding: 0 8px;
  background: #606060;
  color: #fff;
  font: 500 1rem "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.form-contact__label--required::before {
  content: "必須";
  background: #DB99AB;
}
.form-contact__label--optional::before {
  content: "任意";
  background: #46AABB;
}
@media only screen and (min-width: 768px) {
  .form-contact__item--choice .form-contact__label {
    padding: 0;
  }
}
.form-contact__input {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form-contact__input {
    width: 100%;
    max-width: 610px;
  }
}
@media only screen and (max-width: 767px) {
  .form-contact__input {
    flex: 100%;
  }
}
.form-contact__input--inline {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 10px;
}
.form-contact__input--inline > span {
  flex: 0 0 auto;
}
.form-contact__input .wpcf7-form-control-wrap {
  display: block;
  position: initial;
  width: 100%;
}
.form-contact__input .wpcf7-form-control-wrap[data-name=your-age] {
  max-width: 100px;
}
.form-contact__input .wpcf7-form-control-wrap[data-name=your-income] {
  max-width: 220px;
}
.form-contact__input .wpcf7-form-control {
  outline: none;
}
.form-contact__input .wpcf7-not-valid {
  margin: 0 0 25px;
}
.form-contact__input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.form-contact__suffix {
  padding: 15px 0;
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.form-contact__text, .form-contact__textarea, .form-contact__select, .form-contact__date {
  border: 1px solid #D3D3D3;
  border-radius: 0;
  padding: 14px 15px;
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.form-contact__text::placeholder, .form-contact__textarea::placeholder, .form-contact__select::placeholder, .form-contact__date::placeholder {
  color: #909090;
}
.form-contact__text, .form-contact__textarea {
  display: block;
  width: 100%;
}
.form-contact__textarea {
  resize: none;
  height: 280px;
}
.form-contact__choice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: 10px 20px;
  padding: 0 10px;
}
.form-contact__choice .wpcf7-list-item {
  margin: 0;
}
.form-contact__choice .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 10px;
}
.form-contact__choice .wpcf7-list-item input {
  margin: 3px 0 0;
  aspect-ratio: 1/1;
  width: 15px;
}
.form-contact__choice .wpcf7-list-item-label {
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.form-contact__links {
  margin: 100px 0 0;
}
@media only screen and (max-width: 991px) {
  .form-contact__links {
    margin: 50px 0 0;
  }
}
.form-contact__submit {
  max-width: 260px;
}

/*********************************
 Lists
**********************************/
/* Reason */
.list-reason__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .list-reason__item {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .list-reason__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.list-reason__item:nth-child(n+2) {
  margin: 100px 0 0;
}
@media only screen and (max-width: 991px) {
  .list-reason__item:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.list-reason__wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .list-reason__wrap {
    width: 100%;
    max-width: 500px;
    margin: 10px 0 0;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .list-reason__wrap {
    width: 50%;
    max-width: 580px;
    margin: 130px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .list-reason__item:nth-child(odd) .list-reason__wrap {
    margin-left: -40px;
    padding: 60px 40px 60px 70px;
  }
}
@media only screen and (min-width: 992px) {
  .list-reason__item:nth-child(even) .list-reason__wrap {
    margin-right: -40px;
    padding: 60px 50px 60px 60px;
  }
}
.list-reason__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #46AABB;
  clip-path: polygon(0 0, calc(100% - 220px) 0, calc(100% - 220px) 70px, 100% 70px, 100% 100%, 0 100%);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .list-reason__wrap::before {
    clip-path: polygon(0 0, calc(100% - 180px) 0, calc(100% - 180px) 40px, 100% 40px, 100% 100%, 0 100%);
  }
}
.list-reason__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 5px;
  aspect-ratio: 1/1;
  width: 180px;
  color: #46AABB;
  font: italic 10rem "Libre Baskerville", serif;
  line-height: 1.24;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .list-reason__num {
    top: -30px;
    width: 150px;
    font-size: 8rem;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  @supports (-webkit-text-stroke: 2px #fff) and (paint-order: stroke fill) {
    .list-reason__num {
      text-shadow: none;
      -webkit-text-stroke: 2px #fff;
      paint-order: stroke fill;
    }
  }
}
.list-reason__num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #46AABB;
  border-radius: 100%;
  clip-path: polygon(0 40px, 100% calc(100% - 40px), 100% 100%, 0 100%);
  z-index: -1;
}
.list-reason__ttl {
  margin: 0 0 30px;
  color: #46AABB;
  font: 500 2.1rem "Noto Sans JP", sans-serif;
  line-height: 1.9047619048;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 991px) {
  .list-reason__ttl {
    font-size: 2rem;
  }
}
.list-reason__txt {
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
}
.list-reason__img {
  aspect-ratio: 660/420;
  width: 100%;
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .list-reason__img {
    width: 50%;
    max-width: 660px;
  }
}

/* Course 01 */
.list-course-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
.list-course-01__item {
  width: 100%;
  max-width: 320px;
  border: 1px solid #E0809A;
  font-family: "Noto Sans JP", sans-serif;
}
.list-course-01__ttl {
  padding: 20px;
  background: #FCF5F7;
  color: #E0809A;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.16em;
  text-align: center;
}
.list-course-01__fees, .list-course-01__info {
  margin: 25px 0;
  padding: 0 45px;
}
.list-course-01__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.list-course-01__match {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 98px;
  border: 1px solid #46AABB;
  border-radius: 100%;
  color: #46AABB;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.list-course-01__free {
  padding: 0 0 0.254em;
  color: #E25D81;
  font-size: 5.9rem;
  line-height: 1;
  letter-spacing: 0;
}
.list-course-01__free small {
  font-size: 0.373em;
  letter-spacing: 0.16em;
  vertical-align: 0.091em;
}

/* Course 02 */
.list-course-02__item:nth-child(n+2) {
  margin: 80px 0 0;
}
.list-course-02__ttl {
  color: #E25D81;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3076923077;
  letter-spacing: 0.06em;
  text-align: center;
}
.list-course-02__txt {
  margin: 25px 0 0;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  text-align: center;
}
.list-course-02__table {
  margin: 40px 0 0;
}

/* Fees */
.list-fees__item {
  display: flex;
  align-items: baseline;
  justify-content: stretch;
  border-bottom: 1px dashed #606060;
  padding: 0 0 10px;
}
.list-fees__item:nth-child(n+2) {
  margin: 20px 0 0;
}
.list-fees__ttl, .list-fees__txt {
  flex: 0 0 50%;
  letter-spacing: 0.1em;
}
.list-fees__ttl {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.list-fees__txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  text-align: right;
}
.list-fees__txt small {
  font-size: 0.833em;
}

/* Voice 01 */
@media only screen and (max-width: 991px) {
  .list-voice-01__item {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.list-voice-01__item:nth-child(n+2) {
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  .list-voice-01__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.list-voice-01__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: stretch;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .list-voice-01__wrap {
    flex-direction: column-reverse;
    box-shadow: 10px 10px 0 rgba(219, 153, 171, 0.25);
  }
}
.list-voice-01__link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 20px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .list-voice-01__link {
    margin: 60px 0 0 -70px;
    padding: 50px 90px 40px 140px;
    box-shadow: 10px 10px 0 rgba(219, 153, 171, 0.25);
  }
}
.list-voice-01__details {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: stretch;
  gap: 10px 20px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .list-voice-01__details {
    margin: 0 0 20px;
  }
}
.list-voice-01__member, .list-voice-01__partner {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
}
.list-voice-01__member {
  border: 1px solid;
  padding: 4px 14px;
  background: #fff;
}
.list-voice-01__member--male {
  border-color: #46AABB;
  color: #46AABB;
}
.list-voice-01__member--female {
  border-color: #E0809A;
  color: #E0809A;
}
.list-voice-01__ttl {
  margin: 0 0 20px;
  color: #E25D81;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.list-voice-01__txt {
  display: -webkit-box;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.list-voice-01__more {
  position: relative;
  align-self: flex-end;
  min-width: 0;
  margin: 40px -15px 0 0;
  padding: 5px 20px 5px 10px;
  color: #E25D81;
  font: 600 1.4rem "Cinzel", serif;
  line-height: 1.4285714286;
  text-align: right;
  text-transform: uppercase;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: min-width;
}
@media only screen and (max-width: 991px) {
  .list-voice-01__more {
    margin: 20px 0 0;
  }
}
.list-voice-01__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E25D81;
  pointer-events: none;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: width;
}
.list-voice-01__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 100%;
  background: inherit;
  transform-origin: right;
  transform: rotate(30deg);
}
.list-voice-01__link:hover .list-voice-01__more {
  min-width: calc(100% + 15px);
}
@media only screen and (max-width: 991px) {
  .list-voice-01__link:hover .list-voice-01__more {
    min-width: 100%;
  }
}
.list-voice-01__img {
  position: relative;
  aspect-ratio: 645/410;
  width: 100%;
  max-width: 645px;
  background: #E0809A;
  z-index: 2;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .list-voice-01__img {
    width: 50%;
  }
}

/* Voice 02 */
.list-voice-02__item {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__item {
    padding: 70px 0;
  }
}
.list-voice-02__item:nth-child(odd) {
  background: #FCF5F7;
}
.list-voice-02__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 30px 60px;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .list-voice-02__item:nth-child(even) .list-voice-02__wrap {
    flex-direction: row-reverse;
  }
}
.list-voice-02__info {
  width: 50%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__info {
    width: 100%;
  }
}
.list-voice-02__head {
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  margin: 0 25px 40px 0;
  border-bottom: 1px solid #606060;
  padding: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__head {
    margin: 0 0 30px;
  }
}
.list-voice-02__details {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: stretch;
  gap: 10px 20px;
}
.list-voice-02__member, .list-voice-02__partner {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
}
.list-voice-02__member {
  border: 1px solid;
  padding: 4px 14px;
  background: #fff;
}
.list-voice-02__member--male {
  border-color: #46AABB;
  color: #46AABB;
}
.list-voice-02__member--female {
  border-color: #E0809A;
  color: #E0809A;
}
.list-voice-02__partner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  gap: 0 1em;
}
.list-voice-02__partner span {
  white-space: nowrap;
}
.list-voice-02__counter {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  pointer-events: none;
  user-select: none;
}
.list-voice-02__voice {
  position: relative;
  margin: 0 -30px 0 0;
  color: #C3A037;
  font: 3.8rem/1 "Alex Brush", cursive;
  letter-spacing: 0.04em;
  z-index: 1;
  transform: rotate(-7deg);
}
.list-voice-02__num {
  margin: -0.063em -0.125em -0.263em 0;
  color: #E5E2D8;
  font: italic 8rem/1 "Libre Baskerville", serif;
  letter-spacing: 0.03em;
}
.list-voice-02__ttl {
  margin: 0 0 20px;
  color: #E25D81;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.list-voice-02__txt {
  display: -webkit-box;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__txt {
    -webkit-line-clamp: 4;
  }
}
.list-voice-02__btn {
  align-self: center;
  margin: 90px 0 0;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__btn {
    margin: 30px 0 0;
  }
}
.list-voice-02__img {
  aspect-ratio: 600/380;
  width: 50%;
  max-width: 600px;
}
@media only screen and (max-width: 991px) {
  .list-voice-02__img {
    width: 100%;
  }
}

/* Service */
.list-service {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 60px 73px;
}
@media only screen and (max-width: 991px) {
  .list-service {
    gap: 20px;
  }
}
.list-service__item {
  width: calc(50% - 10px);
  max-width: 245px;
  font-family: "Noto Sans JP", sans-serif;
}
.list-service__img {
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 0 15px;
}
.list-service__info {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 15px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .list-service__info {
    flex-direction: column;
    gap: 5px;
  }
}
.list-service__num {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 70px;
  border-radius: 100%;
  background: rgb(119, 195, 209);
  background: radial-gradient(circle, rgba(119, 195, 209, 0.6) 0%, transparent 70%);
  color: #fff;
  font: 4rem/1 "Birthstone", cursive;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  .list-service__num {
    font-size: 3rem;
    width: 70px;
  }
}
.list-service__ttl {
  flex: 1;
  margin: 0 -5px 0 0;
  color: #46AABB;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 991px) {
  .list-service__ttl {
    font-size: 1.6rem;
    margin: 0;
  }
}
.list-service__txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

/* News */
.list-news__item {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ACACAC;
}
.list-news__item:nth-child(n+2) {
  margin: 20px 0 0;
}
.list-news__link {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 20px;
  padding: 10px 0;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color;
}
.list-news__link:hover {
  color: #46AABB;
}
.list-news__date {
  font: 500 1.4rem "Cinzel", serif;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.list-news__category {
  min-width: 90px;
  border: 1px solid #46AABB;
  padding: 6px 10px;
  background: #fff;
  color: #46AABB;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, color;
}
.list-news__ttl {
  flex: 1;
  display: -webkit-box;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 1.7333333333;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Blog 01 */
.list-blog-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 60px 80px;
}
.list-blog-01__item {
  width: 100%;
  max-width: 500px;
  padding: 0 0 40px;
  border-bottom: 1px solid #ACACAC;
}
@media only screen and (min-width: 992px) {
  .list-blog-01__item:nth-last-child(-n+2) {
    padding: 0;
    border: none;
  }
}
.list-blog-01__link {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 20px;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color;
}
.list-blog-01__link:hover {
  color: #E25D81;
}
.list-blog-01__img {
  aspect-ratio: 196/140;
  width: 196px;
  overflow: hidden;
}
.list-blog-01__img img {
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform;
}
.list-blog-01__link:hover .list-blog-01__img img {
  transform: scale(1.1);
}
.list-blog-01__info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: 15px 10px;
}
.list-blog-01__category {
  min-width: 90px;
  border: 1px solid #E25D81;
  padding: 6px 10px;
  background: #fff;
  color: #E25D81;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, color;
}
.list-blog-01__date {
  font: 500 1.4rem "Cinzel", serif;
  line-height: 1.8571428571;
}
.list-blog-01__ttl {
  flex: 0 0 100%;
  display: -webkit-box;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 1.7333333333;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Blog 02 */
.list-blog-02__item:nth-child(n+2) {
  margin: 35px 0 0;
}
@media only screen and (max-width: 575px) {
  .list-blog-02__item:nth-child(n+2) {
    margin: 70px 0 0;
  }
}
.list-blog-02__link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: 30px 60px;
}
@media only screen and (max-width: 575px) {
  .list-blog-02__link {
    flex-direction: column;
    align-items: stretch;
  }
}
.list-blog-02__img {
  aspect-ratio: 260/180;
  width: 100%;
  border: 1px solid #C3C3C3;
}
@media only screen and (min-width: 576px) {
  .list-blog-02__img {
    max-width: 260px;
  }
}
.list-blog-02__info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: 20px 10px;
}
.list-blog-02__category {
  min-width: 90px;
  border: 1px solid #E25D81;
  padding: 6px 10px;
  background: #fff;
  color: #E25D81;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, color;
}
.list-blog-02__date {
  font: 500 1.4rem "Cinzel", serif;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.list-blog-02__ttl {
  flex: 0 0 100%;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
.list-blog-02__txt {
  flex: 0 0 100%;
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 992px) {
  .list-blog-02__txt {
    margin: 15px 0 0;
  }
}
.list-blog-02__more {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 15px;
  color: #E25D81;
  font: 600 1.4rem "Cinzel", serif;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.list-blog-02__more span {
  flex: 1;
  position: relative;
  height: 1px;
  background: #C3C3C3;
}
.list-blog-02__more span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #E25D81;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.list-blog-02__link:hover .list-blog-02__more span::before {
  width: 0;
  opacity: 1;
  transition: none;
  animation: blog-more 0.5s ease-in-out forwards;
}
@keyframes blog-more {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* Social Media Icons */
.list-social {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 30px;
}

/* link Banner */
.list-bnr {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 30px;
}

/* Feature */
.list-feature__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 50px;
}
@media only screen and (max-width: 991px) {
  .list-feature__item {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .list-feature__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.list-feature__item:nth-child(n+2) {
  margin: 120px 0 0;
}
@media only screen and (max-width: 991px) {
  .list-feature__item:nth-child(n+2) {
    margin: 70px 0 0;
  }
}
.list-feature__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  max-width: 475px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .list-feature__info {
    width: 40%;
  }
}
.list-feature__num {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 60px;
  color: #C3A037;
  text-align: center;
  z-index: 0;
}
.list-feature__num small {
  font: 500 2rem "Cormorant Garamond", serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.list-feature__num span {
  position: relative;
  margin: -0.143em 0 0;
  font: 10.5rem/1 "Shippori Mincho", serif;
  letter-spacing: 0.03em;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .list-feature__num span {
    font-size: 8.5rem;
  }
}
.list-feature__num::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: -20px;
  width: 135px;
  height: 1px;
  background: #C3A037;
  transform: translateX(50%) rotate(-45deg);
}
.list-feature__ttl {
  margin: 0 0 30px;
  color: #C3A037;
  font: 500 2.1rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}
.list-feature__txt {
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
}
.list-feature__img {
  aspect-ratio: 645/420;
  width: 100%;
  max-width: 645px;
}
@media only screen and (min-width: 992px) {
  .list-feature__img {
    width: 60%;
  }
}
.list-feature__img:empty {
  background: #D3D3D3;
}

/* List 01 */
.list-01 li {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.list-01 li::before {
  flex: 0 0 auto;
  content: "・";
}

/* Interview */
.list-interview__item:nth-child(n+2) {
  margin: 50px 0 0;
}
.list-interview__ttl {
  margin: 0 0 25px;
  padding: 17px 25px;
  background: #C4B9AF;
  color: #fff;
  font: 500 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  .list-interview__ttl {
    padding-inline: 20px;
  }
}
.list-interview__txt {
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.2666666667;
  letter-spacing: 0.04em;
}
.list-interview__txt p + p {
  margin: 2em 0 0;
}

/*********************************
 Layouts
**********************************/
/* Instagram */
.layout-instagram {
  position: relative;
  padding: 180px 0;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .layout-instagram {
    padding: 70px 0;
  }
}
.layout-instagram__ttl {
  right: -20px;
  color: #FCF5F7;
}
.layout-instagram__author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 25px;
}
.layout-instagram__name {
  margin: 0 0 10px;
  font: 700 1.8rem "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
}
.layout-instagram__bio {
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
}
.layout-instagram__img {
  aspect-ratio: 1/1;
  width: 90px;
}
.layout-instagram__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, 285px);
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  align-content: stretch;
  gap: 20px;
}
.layout-instagram__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.layout-instagram__btn {
  margin: 20px 0 0;
  border-radius: 8px;
  padding: 10px 15px;
  color: #fff;
  font: 500 1.3rem "Noto Sans JP", sans-serif;
  line-height: 1.5384615385;
}
.layout-instagram__btn--01 {
  background: #606060;
}
.layout-instagram__btn--02 {
  background: #77C3D1;
}
.layout-instagram__btn i {
  margin: 0 5px 0 0;
}
.layout-instagram__social {
  margin: 80px 0 0;
  justify-content: center;
}

/* Contact */
.layout-contact {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #FCF8F9;
}
@media only screen and (max-width: 991px) {
  .layout-contact {
    flex-direction: column;
  }
}
.layout-contact__left, .layout-contact__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .layout-contact__left, .layout-contact__right {
    flex: 1;
  }
}
.layout-contact__left {
  aspect-ratio: 960/600;
  min-height: 400px;
  max-height: 600px;
}
@media only screen and (max-width: 991px) {
  .layout-contact__left {
    width: 100%;
  }
}
.layout-contact__wrap {
  position: relative;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .layout-contact__wrap {
    background: rgba(255, 255, 255, 0.8);
  }
}
.layout-contact__wrap hr {
  margin: 15px auto 20px;
  max-width: 160px;
}
.layout-contact__ttl {
  font: 500 2.9rem "Cormorant Garamond", serif;
  line-height: 1.2068965517;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.layout-contact__sub {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
}
.layout-contact__info {
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .layout-contact__info {
    padding: 30px 20px 90px;
  }
}
.layout-contact__details {
  margin: 0 0 50px;
}
@media only screen and (min-width: 992px) {
  .layout-contact__details {
    margin: 0 0 80px;
    padding: 0 20px;
  }
}
.layout-contact__details--alt {
  max-width: 600px;
  border: 1px solid #C4B9AF;
  margin: 0 auto 50px;
  padding: 0;
}
.layout-contact__consult {
  font: 500 1.6rem "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.layout-contact__details--alt .layout-contact__consult {
  border-bottom: 1px solid #C4B9AF;
  padding: 17px;
  background: #F8F5F0;
  font: 2rem "Yu Mincho", yu-mincho-pr6n, serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.layout-contact__num {
  margin: 0 0 5px;
  color: #E25D81;
  font: 500 3.8rem "Noto Serif JP", serif;
  line-height: 1.4473684211;
  letter-spacing: 0.08em;
}
.layout-contact__details--alt .layout-contact__num {
  margin: 20px 20px 15px;
  color: #C3A037;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .layout-contact__details--alt .layout-contact__num {
    font-size: 3.2rem;
  }
}
.layout-contact__num i {
  margin: 0 5px 0 0;
  font-size: 0.579em;
}
.layout-contact__note {
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.layout-contact__details--alt .layout-contact__note {
  margin: 0 20px 30px;
  text-align: center;
}
.layout-contact__btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 30px;
}
.layout-contact__men {
  background: #46AABB;
  border-color: #46AABB;
}
.layout-contact__men:hover {
  color: #46AABB;
}
.layout-contact__men:not(:hover) .btn-03__arrow::after, .layout-contact__men:hover .btn-03__arrow {
  background: #46AABB;
}
.layout-contact__women {
  background: #E56C8D;
  border-color: #E56C8D;
}
.layout-contact__women:hover {
  color: #E56C8D;
}
.layout-contact__women:not(:hover) .btn-03__arrow::after, .layout-contact__women:hover .btn-03__arrow {
  background: #E0809A;
}

/* Member */
.layout-member__ttl {
  margin: 0 0 40px;
  padding: 14px;
  background: #E0809A;
  color: #fff;
  font: 500 2.2rem "Noto Sans JP", sans-serif;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  text-align: center;
}
.layout-member__wrap {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 50px;
}
.layout-member__info {
  flex: 1 1 520px;
}
.layout-member__sub-ttl {
  margin: 0 0 25px;
  border-bottom: 1px solid #C3A037;
  padding: 0 0 10px;
  font: 2rem "Noto Sans JP", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.layout-member__list {
  font: 1.6rem "Noto Sans JP", sans-serif;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}

/* Gallery */
.layout-gallery {
  margin: 0 auto -8px;
}
.layout-gallery__item {
  margin: 0 0 8px;
}
.layout-gallery__link {
  display: block;
  width: 294px;
}
.layout-gallery__item:nth-child(16n+1) .layout-gallery__link, .layout-gallery__item:nth-child(16n+3) .layout-gallery__link, .layout-gallery__item:nth-child(16n+6) .layout-gallery__link, .layout-gallery__item:nth-child(16n+8) .layout-gallery__link, .layout-gallery__item:nth-child(16n+10) .layout-gallery__link, .layout-gallery__item:nth-child(16n+12) .layout-gallery__link, .layout-gallery__item:nth-child(16n+13) .layout-gallery__link, .layout-gallery__item:nth-child(16n+15) .layout-gallery__link {
  aspect-ratio: 294/189;
}
.layout-gallery__item:nth-child(16n+2) .layout-gallery__link, .layout-gallery__item:nth-child(16n+4) .layout-gallery__link, .layout-gallery__item:nth-child(16n+5) .layout-gallery__link, .layout-gallery__item:nth-child(16n+7) .layout-gallery__link, .layout-gallery__item:nth-child(16n+9) .layout-gallery__link, .layout-gallery__item:nth-child(16n+11) .layout-gallery__link, .layout-gallery__item:nth-child(16n+14) .layout-gallery__link, .layout-gallery__item:nth-child(16n) .layout-gallery__link {
  aspect-ratio: 294/388;
}
.layout-gallery__link img {
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform;
}
.layout-gallery__link:hover img {
  transform: scale(1.1);
}

/*********************************
 Header
**********************************/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 100;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, box-shadow;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 80px;
    padding: 0 25px 0 20px;
  }
}
.admin-bar .header {
  top: 32px;
}
.home .header {
  background: transparent;
}
.header.is-open, .header.fh {
  background: #fff;
}
.header.fh {
  box-shadow: 0 0 10px -5px #000;
}
@media only screen and (min-width: 1600px) and (max-width: 1649px) {
  .header__logo {
    width: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo {
    width: 220px;
  }
}
.header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .header__nav {
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 100%);
    padding: 50px;
    overflow-y: scroll;
    background: #FCF5F7;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: opacity, visibility;
  }
  .admin-bar .header__nav {
    top: calc(100% + 32px);
    height: calc(100vh - (100% - 32px));
  }
  .fh .header__nav {
    box-shadow: 0 5px 10px -10px #000;
  }
  .header.is-open .header__nav {
    opacity: 1;
    visibility: visible;
  }
}

/* Header Menu */
.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}
@media only screen and (min-width: 1600px) and (max-width: 1819px) {
  .header-menu {
    gap: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 50px;
    background: #FCF5F7;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: opacity, visibility;
  }
  .admin-bar .header-menu {
    top: calc(100% + 32px);
    height: calc(100vh - (100% - 32px));
  }
  .fh .header-menu {
    box-shadow: 0 5px 10px -10px #000;
  }
  .header.is-open .header-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1599px) {
  .header-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu {
    flex-direction: column;
  }
}
/* Header Btns */
.header-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px 10px;
}
@media only screen and (max-width: 991px) {
  .header-btns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 45px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1819px) {
  .header-btns__link {
    min-width: 150px;
  }
}
.header-btns__link--01 {
  font-family: "Yu Mincho", yu-mincho-pr6n, serif;
  border-color: #46AABB;
  color: #46AABB;
}
.header-btns__link--01:hover {
  background: #46AABB;
  color: #fff;
}
.header-btns__link--02 {
  font-family: "Cinzel", serif;
  border-color: #E0809A;
  color: #E0809A;
}
.header-btns__link--02:hover {
  background: #E0809A;
  color: #fff;
}

/* Burger Menu */
.burger-menu {
  position: relative;
  aspect-ratio: 1/1;
  width: 30px;
  z-index: 99;
  cursor: pointer;
}
@media only screen and (min-width: 1600px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu div {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: top, transform, opacity;
}
.burger-menu div:nth-child(1) {
  top: calc(50% - 10px);
}
.burger-menu div:nth-child(2) {
  top: 50%;
}
.burger-menu div:nth-child(3) {
  top: calc(50% + 10px);
}
.is-open .burger-menu div:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-open .burger-menu div:nth-child(2) {
  opacity: 0;
}
.is-open .burger-menu div:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*********************************
 Footer
**********************************/
.footer {
  position: relative;
  color: #fff;
}
.footer__top {
  padding: 45px 0 60px;
  background: #DB99AB;
}
.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .footer__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, min(650px, 100%));
    justify-items: stretch;
    align-items: stretch;
    justify-content: center;
    align-content: stretch;
    gap: 70px 100px;
  }
}
.footer__address {
  margin: 0 0 40px;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
}
.footer__link {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  gap: 30px;
}
.footer__bnr {
  gap: 15px;
}
.footer__social {
  gap: 15px;
}
.footer__social img {
  filter: brightness(100);
}
.footer__copyright {
  padding: 20px;
  background: #606060;
  font: 1.2rem "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  text-align: center;
}
.footer__return {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 60px;
  background: #606060;
  color: #fff;
  font-size: 2.4rem;
  transform: translateY(-100%);
  z-index: 5;
}

.footer-menu {
  padding: 15px 0 0;
  columns: 175px 3;
  column-gap: 50px;
}
.footer-menu__item {
  font: 600 1.4rem "Yu Mincho", yu-mincho-pr6n, serif;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}
.footer-menu__item:first-child {
  letter-spacing: 0.2em;
}
.footer-menu__item:nth-child(n+2) {
  margin: 35px 0 0;
}
.footer-menu__item::before {
  content: ">";
}

/*********************************
 Page (Global)
**********************************/
/* Lower Page */
.lower-page__wrap:empty {
  min-height: 100vh;
}

/* Banner */
.lp-bnr {
  aspect-ratio: 1920/600;
  width: 100%;
  min-height: 400px;
}
.lp-bnr__wrap {
  display: flex;
  align-items: center;
  justify-content: stretch;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .lp-bnr__wrap {
    top: 80px;
    text-align: center;
  }
}
.lp-bnr__ttl-en {
  font: 500 5.4rem "Cormorant Garamond", serif;
  line-height: 1.2037037037;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .lp-bnr__ttl-en {
    font-size: 4.6rem;
  }
}
.lp-bnr__ttl-jp {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.1em;
}

/* Breadcrumbs */
.lp-breadcrumbs {
  position: relative;
  margin: 20px 0 calc(-1.417em - 20px);
  font: 1.2rem "Noto Sans JP", sans-serif;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  z-index: 5;
}

/*********************************
 404 Page
**********************************/
.page-404 {
  display: flex;
  align-items: center;
  justify-content: stretch;
  min-height: 100vh;
  padding: 100px 0;
  user-select: none;
}
@media only screen and (max-width: 991px) {
  .page-404 {
    padding: 70px 0;
  }
}
.page-404__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.page-404__ttl {
  margin: 0 0 40px;
}
.page-404__txt {
  margin: 0 auto;
  border: 3px solid #000;
  padding: 60px 60px 30px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page-404__txt {
    padding: 30px 20px;
  }
}
.page-404__txt p + p {
  margin: 1em 0 0;
}
.page-404__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 60px;
  margin: 60px 0 0;
}
.page-404__company, .page-404__wd {
  max-height: 70px;
  pointer-events: none;
}
.page-404 .btn-group {
  margin-top: 40px;
}

/*********************************
 Top Page
**********************************/
/* Banner */
#top-bnr-js {
  display: none;
}
#top-bnr-js.slick-initialized {
  display: block;
}

.top-bnr {
  height: 100vh;
  max-height: 1080px;
  vertical-align: bottom;
}
.top-bnr-sec {
  height: 100vh;
  max-height: 1080px;
  width: 100%;
}
.top-bnr__wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  position: absolute;
  top: 20%;
  bottom: 0;
  right: 0;
  width: 60%;
  max-width: 960px;
}
@media only screen and (max-width: 1199px) {
  .top-bnr__wrap {
    align-items: center;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .top-bnr__wrap {
    top: 25%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr__wrap {
    top: 40%;
  }
}
.top-bnr__ttl {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 25px;
  color: #E0809A;
  font: 4.8rem "Yu Mincho", yu-mincho-pr6n, serif;
  line-height: 1.2916666667;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 1200px) {
  .top-bnr__ttl {
    align-self: flex-start;
    margin: 0 0 0 10.4166666667%;
  }
}
@media only screen and (max-width: 991px) {
  .top-bnr__ttl {
    margin: 0 0 10px;
    gap: 10px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  @supports (-webkit-text-stroke: 1px #fff) and (paint-order: stroke fill) {
    .top-bnr__ttl {
      text-shadow: none;
      -webkit-text-stroke: 1px #fff;
      paint-order: stroke fill;
    }
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr__ttl {
    font-size: 3.5rem;
  }
}
.top-bnr__ttl span {
  transform: translateX(-50px);
  opacity: 0;
}
.animation .top-bnr__ttl span {
  transform: translateX(0);
  opacity: 1;
}
.animation .top-bnr__ttl span:nth-of-type(1) {
  transition: 0.6s ease-in-out 0.8s;
}
.animation .top-bnr__ttl span:nth-of-type(2) {
  transition: 0.6s ease-in-out 1.2s;
}
.top-bnr__txt {
  color: #FFFFC7;
  font: 5.4rem "Mrs Saint Delafield", cursive;
  line-height: 1.5185185185;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1200px) {
  .top-bnr__txt {
    align-self: flex-end;
    margin: -5px 14.5833333333% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr__txt {
    font-size: 3.3rem;
  }
}
.top-bnr__txt span {
  display: block;
  opacity: 0;
  transform: rotate(-6deg) translateY(50px);
}
.animation .top-bnr__txt span {
  opacity: 1;
  transform: rotate(-6deg) translateY(0);
  transition: 0.8s ease-in-out 1.8s;
}
.top-bnr__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
  bottom: 10%;
  margin: 15.7894736842vh 8.3333333333% 0 0;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .top-bnr__list {
    justify-content: center;
    margin: 135px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .top-bnr__list {
    bottom: 12%;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr__list {
    gap: 0 10px;
  }
}
.top-bnr__note {
  bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
  position: absolute;
  right: 40px;
}
@media only screen and (min-width: 992px) {
  .top-bnr__note {
    position: absolute;
    bottom: 25px;
    right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .top-bnr__note {
    align-self: flex-end;
    margin: 30px 0 20px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  @supports (-webkit-text-stroke: 1px #fff) and (paint-order: stroke fill) {
    .top-bnr__note {
      text-shadow: none;
      -webkit-text-stroke: 1px #fff;
      paint-order: stroke fill;
    }
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr__note {
    margin: 20px 0;
  }
}
.top-bnr__img {
  transform: scale(1.2) translateX(5%);
}
@media only screen and (max-width: 991px) {
  .top-bnr__img {
    object-position: 30%;
  }
}
.animation .top-bnr__img {
  transform: scale(1) translateX(0);
  transition: transform 1.5s ease-in-out;
}

/* Award */
.top-award {
  padding: 100px 0 125px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .top-award {
    padding: 70px 0;
  }
}
.top-award__main {
  position: relative;
  max-width: 512px;
  margin: 0 auto;
}
.top-award__accent {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.top-award__accent--01 {
  top: 35px;
  left: 5px;
}
.top-award__accent--01 img {
  width: 135px;
  transform: translate(-50%, -50%) rotate(-8deg);
  animation: sparkle-01 2.1s cubic-bezier(0.19, 1, 0.22, 1) forwards infinite;
}
@keyframes sparkle-01 {
  0% {
    width: 135px;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-8deg);
  }
  30% {
    width: 0;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(172deg);
  }
  70% {
    width: 0;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(172deg);
  }
  100% {
    width: 135px;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(352deg);
  }
}
.top-award__accent--02 {
  bottom: 55px;
  right: 0;
}
.top-award__accent--02 img {
  width: 100px;
  transform: translate(50%, 50%) rotate(3deg);
  animation: sparkle-02 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.3s forwards infinite;
}
@keyframes sparkle-02 {
  0% {
    width: 100px;
    opacity: 1;
    transform: translate(50%, 50%) rotate(3deg);
  }
  30% {
    width: 0;
    opacity: 0;
    transform: translate(50%, 50%) rotate(183deg);
  }
  70% {
    width: 0;
    opacity: 0;
    transform: translate(50%, 50%) rotate(183deg);
  }
  100% {
    width: 100px;
    opacity: 1;
    transform: translate(50%, 50%) rotate(363deg);
  }
}
.top-award__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-award__list {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-award__item {
    width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 767px) {
  .top-award__item img {
    width: 100%;
  }
}
.top-award__ttl {
  margin: 50px 0 0;
  color: #C3A037;
  font: 600 7rem "Noto Serif JP", serif;
  line-height: 1.4428571429;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 3px 4px 0 rgba(112, 112, 112, 0.18);
}
@media only screen and (max-width: 991px) {
  .top-award__ttl {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .top-award__ttl br {
    display: none;
  }
}
.top-award__txt {
  margin: 40px 0 0;
  line-height: 2.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.top-award__bg {
  height: 1150px !important;
}

/* Message */
.top-message {
  padding: 190px 0 160px;
  background: linear-gradient(to bottom, #F9EEED 0%, rgba(249, 238, 237, 0.6) 100%);
}
@media only screen and (max-width: 767px) {
  .top-message {
    padding: 70px 0;
  }
}
.top-message__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 100px;
}
@media only screen and (max-width: 991px) {
  .top-message__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.top-message__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  width: 100%;
  max-width: 660px;
}
@media only screen and (max-width: 991px) {
  .top-message__left {
    order: 3;
  }
}
.top-message__ttl {
  right: -25px;
  color: rgba(255, 255, 255, 0.4);
}
.top-message__sub-ttl {
  margin: 0 0 15px;
}
@media only screen and (max-width: 991px) {
  .top-message__sub-ttl {
    order: 1;
  }
}
.top-message__info {
  align-self: flex-end;
  position: relative;
  max-width: 600px;
  padding: 40px 0 0 70px;
}
@media only screen and (max-width: 991px) {
  .top-message__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    margin: 50px auto 0;
    padding: 0;
  }
}
.top-message__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  max-height: 400px;
  background: #606060;
}
@media only screen and (max-width: 991px) {
  .top-message__info::before {
    display: none;
  }
}
.top-message__catch {
  margin: 0 0 50px;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 991px) {
  .top-message__catch {
    margin: 0 0 30px;
  }
}
.top-message__catch span {
  color: #E0809A;
  font-size: 1.24em;
}
@media only screen and (min-width: 768px) {
  .top-message__catch br {
    display: none;
  }
}
.top-message__txt {
  line-height: 2.625;
  letter-spacing: 0.04em;
}
.top-message__btn {
  margin: 125px 0 0;
}
@media only screen and (max-width: 991px) {
  .top-message__btn {
    margin: 50px 0 0;
  }
}
.top-message__right {
  width: 100%;
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .top-message__right {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .top-message__right {
    order: 2;
  }
}
.top-message__img {
  aspect-ratio: 500/656;
}
.top-message__caption {
  margin: 15px 0 0;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: right;
}
.top-message__bg {
  top: initial;
  bottom: 0;
  height: auto;
  mix-blend-mode: multiply;
}

/* Reason */
.top-reason {
  padding: 170px 0 160px;
}
@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 70px 0;
  }
}
.top-reason__ttl {
  left: 160px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .top-reason__ttl {
    left: 8.3333333333vw;
  }
}
.top-reason__btn {
  margin: 130px 0 0;
}
@media only screen and (max-width: 991px) {
  .top-reason__btn {
    margin: 50px 0 0;
  }
}

/* Image Banner */
.top-img-bnr {
  aspect-ratio: 1920/600;
}

/* Course & Fee */
.top-course {
  padding: 160px 0;
}
@media only screen and (max-width: 767px) {
  .top-course {
    padding: 70px 0;
  }
}
.top-course__ttl {
  right: 50px;
}
@media only screen and (max-width: 1919px) {
  .top-course__ttl {
    right: 2.6041666667vw;
  }
}
.top-course__btn {
  margin: 130px 0 0;
}
@media only screen and (max-width: 991px) {
  .top-course__btn {
    margin: 50px 0 0;
  }
}

/* Interview */
.top-voice {
  padding: 180px 0 160px;
  background: #F9EEED;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .top-voice {
    padding: 70px 0;
  }
}
.top-voice__ttl {
  left: -20px;
  color: rgba(255, 255, 255, 0.4);
}
.top-voice__btn {
  margin: 140px 0 0;
}
@media only screen and (max-width: 991px) {
  .top-voice__btn {
    margin: 60px 0 0;
  }
}

/* Service */
.top-service {
  padding: 160px 0;
}
@media only screen and (max-width: 767px) {
  .top-service {
    padding: 70px 0;
  }
}
.top-service__ttl {
  right: 190px;
}
@media only screen and (max-width: 1919px) {
  .top-service__ttl {
    right: 9.8958333333vw;
  }
}

/* Support */
.top-support {
  padding: 160px 0;
}
@media only screen and (max-width: 767px) {
  .top-support {
    padding: 70px 0;
  }
}
.top-support__ttl {
  left: -20px;
}
.top-support__sub-ttl {
  margin: 0 0 130px;
}
.top-support__bnr {
  display: block;
  aspect-ratio: 1200/400;
  width: 100%;
}

/* Information */
.top-info {
  padding: 160px 0;
  background: #F9EEED;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: 70px 0;
  }
}
.top-info__group:nth-child(n+2) {
  margin: 100px 0 0;
}
.top-info__ttl {
  left: -20px;
  color: rgba(255, 255, 255, 0.4);
}
.top-info__sub-ttl {
  margin: 0 0 45px;
}
.top-info__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  max-width: 1080px;
  margin: 0 0 0 auto;
}
.top-info__list {
  width: 100%;
}
.top-info__btn {
  margin: 100px 0 0;
}

/*********************************
 Counselor Page
**********************************/
.lp-counselor__accent {
  pointer-events: none;
  user-select: none;
}
.lp-counselor__accent img {
  top: -70px;
}

/* Greeting */
.counselor-greeting {
  padding: 130px 0 160px;
}
@media only screen and (max-width: 991px) {
  .counselor-greeting {
    padding: 90px 0 70px;
  }
}
.counselor-greeting__ttl {
  top: 20px;
  right: 70px;
  color: #FCF5F7;
}
.counselor-greeting__accent {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width: 991px) {
  .counselor-greeting__accent {
    top: 90px;
  }
}
.counselor-greeting__box {
  position: relative;
  padding: 100px;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .counselor-greeting__box {
    padding: 40px 20px;
  }
}
.counselor-greeting__box::before, .counselor-greeting__box::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.counselor-greeting__box::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F7CD73;
  background: linear-gradient(45deg, #F7CD73 0%, #C7A13D 25%, #F7CD73 50%, #C7A13D 75%, #F7CD73 100%);
  background-size: 300%;
  clip-path: polygon(0 85px, 85px 85px, 85px 0, calc(100% - 85px) 0, calc(100% - 85px) 85px, 100% 85px, 100% calc(100% - 85px), calc(100% - 85px) calc(100% - 85px), calc(100% - 85px) 100%, 85px 100%, 85px calc(100% - 85px), 0 calc(100% - 85px));
  animation: brass 5s cubic-bezier(0.19, 1, 0.22, 1) forwards infinite;
}
@keyframes brass {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 100%;
  }
}
.counselor-greeting__box::after {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #fff;
}
.counselor-greeting__border-01, .counselor-greeting__border-02, .counselor-greeting__border-03, .counselor-greeting__border-04 {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.counselor-greeting__border-01 {
  top: -10px;
  left: -10px;
}
.counselor-greeting__border-02 {
  top: -10px;
  right: -10px;
  transform: scaleX(-1);
}
.counselor-greeting__border-03 {
  bottom: -10px;
  left: -10px;
  transform: scaleY(-1);
}
.counselor-greeting__border-04 {
  bottom: -10px;
  right: -10px;
  transform: scale(-1);
}
.counselor-greeting__txt {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.12em;
  text-align: center;
}

/* Profile */
.counselor-profile {
  padding: 150px 0 190px;
  background: #F9EEED;
}
@media only screen and (max-width: 991px) {
  .counselor-profile {
    padding: 70px 0;
  }
}
.counselor-profile__ttl {
  top: 40px;
  left: 260px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .counselor-profile__ttl {
    left: 13.5416666667%;
  }
}
.counselor-profile__sub-ttl {
  margin: 0 0 70px;
}
.counselor-profile__wrap {
  /* @include m.flex($gap: 50px, $jc: space-between); */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .counselor-profile__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.counselor-profile__info {
  flex: 1;
  max-width: 605px;
  margin: 80px 0 0;
}
@media only screen and (max-width: 991px) {
  .counselor-profile__info {
    margin: 40px 0 0;
  }
}
.counselor-profile__name {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 60px;
  border-bottom: 1px solid #E25D81;
  padding: 0 0 12px;
}
.counselor-profile__name-jp {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
}
.counselor-profile__name-en {
  color: rgba(226, 93, 129, 0.4);
  font: 6.4rem "Waterfall", cursive;
  line-height: 0.4375;
  letter-spacing: 0.06em;
}
.counselor-profile__txt {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
.counselor-profile__img {
  aspect-ratio: 464/575;
  width: 100%;
  max-width: 465px;
  box-shadow: 30px 40px 0px rgba(255, 255, 255, 0.8);
}

/*********************************
 Feature Page
**********************************/
.lp-feature {
  padding: 140px 0 200px;
}
@media only screen and (max-width: 991px) {
  .lp-feature {
    padding: 70px 0;
  }
}
.lp-feature__ttl {
  top: 20px;
  right: -20px;
  color: #FCF5F7;
}

/*********************************
 Course Page
**********************************/
.page-id-13 .lp-bnr img {
  object-position: 31% 0;
}

/* Price */
.course-price {
  padding: 130px 0 160px;
}
@media only screen and (max-width: 991px) {
  .course-price {
    padding: 90px 0 70px;
  }
}
.course-price__ttl {
  top: 20px;
  right: 440px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .course-price__ttl {
    right: 22.9166666667%;
  }
}
.course-price__sub-ttl {
  margin: 0 0 50px;
}
.course-price__fees {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .course-price__fees {
    gap: 20px;
  }
}
.course-price__fees p {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 160px;
  border: 1px solid #E0809A;
  border-radius: 100%;
  background: #FCF5F7;
  color: #E0809A;
  font: 500 1.9rem "Noto Sans JP", sans-serif;
  line-height: 1.4210526316;
  letter-spacing: 0.16em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .course-price__fees p {
    width: 90px;
    font-size: 1.4rem;
  }
}
.course-price__fees div {
  flex: 0 0 auto;
  position: relative;
  aspect-ratio: 1/1;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .course-price__fees div {
    width: 15px;
  }
}
.course-price__fees div::before, .course-price__fees div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  background: #E0809A;
  transform: translate(-50%, -50%);
}
.course-price__fees div::before {
  width: 3px;
  height: 100%;
}
.course-price__fees div::after {
  width: 100%;
  height: 3px;
}
.course-price__free {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  margin: 30px 0 0;
}
.course-price__free p:first-child {
  font: 500 1.6rem "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: center;
}
.course-price__free p:last-child {
  position: relative;
  color: #E25D81;
  font: 500 6rem "Noto Sans JP", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.16em;
  text-align: center;
  z-index: 0;
}
.course-price__free p:last-child::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0.16em;
  height: 6px;
  background: #EAC853;
  z-index: -1;
}
.course-price__catch {
  margin: 40px 0 0;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  text-align: center;
}
.course-price__list {
  margin: 100px 0 0;
}

/* Service */
.course-service {
  padding: 150px 0 160px;
  background: #F9EEED;
}
@media only screen and (max-width: 991px) {
  .course-service {
    padding: 70px 0;
  }
}
.course-service__ttl {
  top: 40px;
  left: 235px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .course-service__ttl {
    left: 12.2395833333%;
  }
}
.course-service__sub-ttl {
  margin: 0 0 70px;
}
.course-service__table th {
  width: 25%;
}

/* Option */
.course-option {
  padding: 170px 0 160px;
}
@media only screen and (max-width: 991px) {
  .course-option {
    padding: 70px 0;
  }
}
.course-option__ttl {
  top: 60px;
  right: 270px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .course-option__ttl {
    right: 14.0625%;
  }
}
.course-option__sub-ttl {
  margin: 0 0 70px;
}

/* Member */
.course-member {
  padding: 150px 0 160px;
  background: #F9EEED;
}
@media only screen and (max-width: 991px) {
  .course-member {
    padding: 70px 0;
  }
}
.course-member__ttl {
  top: 40px;
  left: 235px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .course-member__ttl {
    left: 12.2395833333%;
  }
}
.course-member__sub-ttl {
  margin: 0 0 70px;
}
.course-member__wrap + .course-member__wrap {
  margin: 100px 0 0;
}

/* Support */
.course-support {
  padding: 130px 0 200px;
}
@media only screen and (max-width: 991px) {
  .course-support {
    padding: 70px 0;
  }
}
.course-support__bnr {
  display: block;
  aspect-ratio: 1200/400;
  width: 100%;
}

/*********************************
 Gallery Page
**********************************/
.lp-gallery {
  padding: 130px 0 200px;
}
@media only screen and (max-width: 991px) {
  .lp-gallery {
    padding: 70px 0;
  }
}
.lp-gallery__ttl {
  top: 50px;
  right: -20px;
  color: #FCF5F7;
  line-height: 0.8266666667;
}
.lp-gallery__sub-ttl {
  margin: 0 0 80px;
}

/*********************************
 Voice Archive
**********************************/
.ap-voice {
  padding: 0 0 200px;
}
@media only screen and (max-width: 991px) {
  .ap-voice {
    padding: 0 0 70px;
  }
}
.ap-voice__list .list-voice-02__item:first-child {
  padding-top: 130px;
}
@media only screen and (max-width: 991px) {
  .ap-voice__list .list-voice-02__item:first-child {
    padding-top: 90px;
  }
}
.ap-voice__pagination {
  margin: 60px 0 0;
}

/*********************************
 Voice Single
**********************************/
.sp-voice {
  padding: 160px 0 200px;
}
@media only screen and (max-width: 991px) {
  .sp-voice {
    padding: 90px 0 70px;
  }
}
.sp-voice__links {
  gap: 40px;
  margin: 130px 0 0;
  font: 1.5rem "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  .sp-voice__links {
    margin: 50px 0 0;
  }
}

/* Information */
.voice-info__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .voice-info__wrap {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .voice-info__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.voice-info__details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .voice-info__details {
    width: 100%;
  }
}
.voice-info__data {
  color: #C3A037;
  font: 500 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.6666666667;
  letter-spacing: 0.08em;
}
.voice-info__data span {
  font: 2.133em "Alex Brush", cursive;
  line-height: 1.25;
}
.voice-info__member, .voice-info__partner {
  width: 100%;
  max-width: 280px;
}
.voice-info__table th,
.voice-info__table td {
  padding: 8px 25px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.16em;
}
.voice-info__table th {
  text-align: left;
}
.voice-info__ttl {
  margin: 0 0 40px;
  color: #E25D81;
  font: 500 2rem "Noto Sans JP", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.voice-info__intro {
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.2666666667;
  letter-spacing: 0.04em;
}
.voice-info__img {
  aspect-ratio: 600/412;
  width: 100%;
  max-width: 600px;
}

/* Interview */
.voice-interview {
  margin: 100px 0 0;
}
@media only screen and (max-width: 991px) {
  .voice-interview {
    margin: 70px 0 0;
  }
}
.voice-interview__ttl {
  margin: 0 0 60px;
}
.voice-interview__ttl .ttl-02__main {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
}
.voice-interview__ttl .ttl-02__sub {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/*********************************
 News Page
**********************************/
.lp-news {
  padding: 160px 0 200px;
}
@media only screen and (max-width: 991px) {
  .lp-news {
    padding: 70px 0;
  }
}

/*********************************
 Blog Archive
**********************************/
.ap-blog {
  padding: 160px 0 200px;
}
@media only screen and (max-width: 991px) {
  .ap-blog {
    padding: 70px 0;
  }
}

/*********************************
 News / Blog Single
**********************************/
.sp-news-blog {
  padding: 160px 0 200px;
}
@media only screen and (max-width: 991px) {
  .sp-news-blog {
    padding: 70px 0;
  }
}
.sp-news-blog__wrap {
  border: 1px solid #E0809A;
  padding: 80px 80px 200px;
}
@media only screen and (max-width: 991px) {
  .sp-news-blog__wrap {
    padding: 40px 20px;
  }
}
.sp-news-blog__info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  margin: 0 0 80px;
  border-bottom: 1px solid #E0809A;
  padding: 0 0 45px;
}
@media only screen and (max-width: 991px) {
  .sp-news-blog__info {
    margin: 0 0 40px;
  }
}
.sp-news-blog__date {
  margin: 0 15px 0 0;
  font: 500 1.4rem "Cinzel", serif;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.sp-news-blog__category {
  min-width: 90px;
  border: 1px solid #606060;
  padding: 6px 10px;
  background: #fff;
  color: #606060;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.sp-news-blog__category--news {
  border-color: #46AABB;
  color: #46AABB;
}
.sp-news-blog__category--blog {
  border-color: #E25D81;
  color: #E25D81;
}
.sp-news-blog__ttl {
  flex: 0 0 100%;
  margin: 40px 0 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636363636;
  letter-spacing: 0.06em;
}
.sp-news-blog__img {
  aspect-ratio: 600/380;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px;
}
.sp-news-blog__txt {
  font: 1.4rem "Noto Sans JP", sans-serif;
  line-height: 2.3571428571;
  letter-spacing: 0.04em;
}
.sp-news-blog__txt p + p {
  margin: 2em 0 0;
}
.sp-news-blog__links {
  margin: 100px 0 0;
}
@media only screen and (max-width: 991px) {
  .sp-news-blog__links {
    margin: 50px 0 0;
  }
}

/*********************************
 Contact Page
**********************************/
.lp-contact {
  padding: 130px 0 200px;
}
@media only screen and (max-width: 991px) {
  .lp-contact {
    padding: 70px 0;
  }
}
.lp-contact .container {
  max-width: 915px;
}
.lp-contact__ttl {
  top: 20px;
  right: 115px;
  color: #FCF5F7;
}
@media only screen and (max-width: 1919px) {
  .lp-contact__ttl {
    right: 5.9895833333%;
  }
}
.lp-contact__sub-ttl {
  margin: 0 0 50px;
}
.lp-contact__catch {
  margin: 0 0 60px;
  font: 1.5rem "Noto Sans JP", sans-serif;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  text-align: center;
}
.lp-contact__note {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-contact__note-ttl {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}
.lp-contact__note-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
}
.lp-contact__note + .lp-contact__note {
  margin: 40px 0 0;
}
.lp-contact__form {
  margin: 100px 0 0;
}
@media only screen and (max-width: 991px) {
  .lp-contact__form {
    margin: 70px 0 0;
  }
}

/*********************************
 Privacy Policy Page
**********************************/
.lp-privacy {
  padding: 140px 0 200px;
}
.lp-privacy h2 {
  margin-top: 20px;
}
.lp-privacy p {
  margin-top: 15px;
}