@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1290px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* anchor */
.anchor {
  margin-top: 2px;
  margin-top: 0.125rem;
  background: #F7F6F1;
  padding: 71px 0;
  padding: 4.4375rem 0;
}
@media screen and (max-width: 767px) {
  .anchor {
    margin-top: 0.125rem;
    padding: 2.6875rem 0;
  }
}

.anchor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 64px;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .anchor__items {
    display: block;
  }
}

.anchor__item {
  width: 286px;
  width: 17.875rem;
}
@media screen and (max-width: 767px) {
  .anchor__item {
    margin: 0 auto;
  }
  .anchor__item + .anchor__item {
    margin-top: 1rem;
  }
}
.anchor__item a {
  display: block;
  width: 100%;
  padding-right: 46px;
  padding-right: 2.875rem;
  position: relative;
}
.anchor__item a::before, .anchor__item a::after {
  position: absolute;
  content: "";
}
.anchor__item a::before {
  width: 44px;
  width: 2.75rem;
  height: 100%;
  right: 0;
  top: 0;
  background: #C8C3AF;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.anchor__item a::after {
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  background: url(../img/common/arrow-icon03.png) no-repeat center/contain;
}
.anchor__item a:hover {
  opacity: 1;
}
.anchor__item a:hover::before {
  background: #ACA480;
}
.anchor__item a:hover span {
  background: #fff;
  color: #ACA480;
}
.anchor__item span {
  text-align: center;
  display: block;
  width: 240px;
  width: 15rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  background: #ACA480;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .anchor__item span {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem;
  }
}

/* btn */
.btn {
  text-align: center;
  display: block;
  width: 400px;
  width: 25rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border-radius: 2.5rem;
  padding: 25px 20px 25px 0;
  padding: 1.5625rem 1.25rem 1.5625rem 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  background: #ACA480;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 17.5rem;
    padding: 1.125rem 1.25rem 1.125rem 0;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 9px;
  height: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .btn::after {
    right: 1.25rem;
  }
}
.btn:hover {
  opacity: 1;
  color: #ACA480;
  background: #fff;
}
.btn:hover::after {
  background: url(../img/common/arrow-icon06.png) no-repeat center/contain;
}

/* card */
.card__img img {
  border-radius: 1rem;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(130, 115, 72, .2509803922);
          box-shadow: 15px 15px 30px 0px rgba(130, 115, 72, .2509803922);
}

.card__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #543B5B;
  border-bottom: 1px solid #543B5B;
  border-bottom: 0.0625rem solid #543B5B;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.card__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card__text {
    margin-top: 1.125rem;
  }
}
.card__text.text {
  line-height: 1.8;
}

/* cards */
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .cards {
    display: block;
  }
}

.cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 2.66667rem);
          flex: 0 1 calc(33.333% - 2.66667rem);
}
@media screen and (max-width: 767px) {
  .cards__item + .cards__item {
    margin-top: 2rem;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background: #F7F6F1;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.drawer.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.drawer__inner {
  overflow: hidden;
  position: relative;
}
.drawer__inner::before {
  position: absolute;
  content: "";
  width: 589px;
  width: 36.8125rem;
  height: 589px;
  height: 36.8125rem;
  background: url(../img/common/drawer-bg.png) no-repeat center/contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.drawer__item {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  border-top: 1px solid #543B5B;
  border-top: 0.0625rem solid #543B5B;
}
.drawer__item a {
  padding: 16px 16px;
  padding: 1rem 1rem;
  display: block;
  position: relative;
}
.drawer__item a::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

.drawer__btns {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.drawer__btn + .drawer__btn {
  margin-top: 16px;
  margin-top: 1rem;
}
.drawer__btn a {
  display: block;
  width: 327px;
  width: 20.4375rem;
  max-width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  border-radius: 2.5rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  margin: 0 auto;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.drawer__btn a::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 9px;
  height: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.drawer__btn a:hover {
  opacity: 1;
}
.drawer__btn:first-child a {
  border: 1px solid #543B5B;
  border: 0.0625rem solid #543B5B;
  background: #543B5B;
}
.drawer__btn:first-child a:hover {
  color: #543B5B;
  background: #fff;
}
.drawer__btn:first-child a:hover::after {
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}
.drawer__btn:nth-child(2) a {
  border: 1px solid #5387A6;
  border: 0.0625rem solid #5387A6;
  background: #5387A6;
}
.drawer__btn:nth-child(2) a:hover {
  color: #5387A6;
  background: #fff;
}
.drawer__btn:nth-child(2) a:hover::after {
  background: url(../img/common/arrow-icon05.png) no-repeat center/contain;
}
.drawer__btn:nth-child(3) a {
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  background: #ACA480;
}
.drawer__btn:nth-child(3) a:hover {
  color: #ACA480;
  background: #fff;
}
.drawer__btn:nth-child(3) a:hover::after {
  background: url(../img/common/arrow-icon06.png) no-repeat center/contain;
}

/* experience */
.experience {
  display: block;
  background: url(../img/common/experience-bg02_pc.png) no-repeat center/cover;
  padding: 29px 27px;
  padding: 1.8125rem 1.6875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .experience {
    padding: 1.625rem 1.5rem;
    background: url(../img/common/experience-bg02_sp.png) no-repeat center/cover;
  }
}
.experience:hover {
  opacity: 0.8;
}

.experience__content {
  border-radius: 1rem;
  background: url(../img/common/experience-bg01_pc.png) no-repeat center/cover;
  padding: 30px 0 25px;
  padding: 1.875rem 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .experience__content {
    background: url(../img/common/experience-bg01_sp.png) no-repeat center/cover;
    padding: 1.375rem 0 1.25rem;
  }
}
.experience__content .l-inner {
  max-width: 1315px;
  max-width: 82.1875rem;
}
@media screen and (max-width: 767px) {
  .experience__content .l-inner {
    padding: 0 1.125rem;
  }
}

.experience__subtitle {
  font-family: "Akshar", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  color: #543B5B;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .experience__subtitle {
    font-size: 2.5rem;
  }
}

.experience__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .experience__title {
    font-size: 1.125rem;
    margin-top: 0.125rem;
  }
}

.experience__more {
  text-align: right;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: url(../img/common/more-icon01.png) no-repeat center right/80px;
  background: url(../img/common/more-icon01.png) no-repeat center right/5rem;
  padding: 25px 96px 25px 0;
  padding: 1.5625rem 6rem 1.5625rem 0;
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .experience__more {
    font-size: 1.125rem;
    background-size: 4rem;
    padding: 1.25rem 5rem 1.25rem 0;
    margin-top: 8.125rem;
  }
}

/* fnav */
.fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fnav__items {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fnav__item {
    font-size: 0.875rem;
  }
}
.fnav__item + .fnav__item {
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .fnav__item + .fnav__item {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.fnav__item a {
  background: url(../img/common/arrow-icon01.png) no-repeat center left/8px;
  background: url(../img/common/arrow-icon01.png) no-repeat center left/0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
}

/* footer */
.footer {
  overflow: hidden;
}

.footer__content {
  background: #F7F6F1;
  padding: 93px 0 56px;
  padding: 5.8125rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 2.25rem 0 2.375rem;
  }
}

.footer__wrapper {
  position: relative;
  z-index: 1;
}
.footer__wrapper::before {
  position: absolute;
  content: "";
  width: 1012px;
  width: 63.25rem;
  height: 1012px;
  height: 63.25rem;
  right: -200px;
  right: -12.5rem;
  top: -500px;
  top: -31.25rem;
  background: url(../img/common/footer-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer__wrapper::before {
    width: 31.5625rem;
    height: 31.5625rem;
    right: -11.25rem;
    top: -5rem;
  }
}

.footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__header {
    display: block;
  }
}

.footer__logo {
  width: 293px;
  width: 18.3125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 2rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    margin-top: 2rem;
  }
}

.footer__btn + .footer__btn {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__btn + .footer__btn {
    margin-top: 1rem;
  }
}
.footer__btn a {
  text-align: center;
  display: block;
  width: 400px;
  width: 25rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border-radius: 2.5rem;
  padding: 25px 20px 25px 0;
  padding: 1.5625rem 1.25rem 1.5625rem 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__btn a {
    text-align: left;
    width: 20.4375rem;
    font-size: 0.9375rem;
    padding: 1rem 1.5rem;
  }
}
.footer__btn a::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 9px;
  height: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.footer__btn a:hover {
  opacity: 1;
}
.footer__btn:first-child a {
  border: 1px solid #543B5B;
  border: 0.0625rem solid #543B5B;
  background: #543B5B;
}
.footer__btn:first-child a:hover {
  color: #543B5B;
  background: #fff;
}
.footer__btn:first-child a:hover::after {
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}
.footer__btn:nth-child(2) a {
  border: 1px solid #5387A6;
  border: 0.0625rem solid #5387A6;
  background: #5387A6;
}
.footer__btn:nth-child(2) a:hover {
  color: #5387A6;
  background: #fff;
}
.footer__btn:nth-child(2) a:hover::after {
  background: url(../img/common/arrow-icon05.png) no-repeat center/contain;
}
.footer__btn:nth-child(3) a {
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  background: #ACA480;
}
.footer__btn:nth-child(3) a:hover {
  color: #ACA480;
  background: #fff;
}
.footer__btn:nth-child(3) a:hover::after {
  background: url(../img/common/arrow-icon06.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .footer__body {
    margin-top: 2.1875rem;
  }
}

.footer__unit + .footer__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__unit + .footer__unit {
    margin-top: 1.875rem;
  }
}

.footer__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #543B5B;
}
@media screen and (max-width: 767px) {
  .footer__subtitle {
    font-size: 1rem;
  }
}

.footer__list {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__list-item {
    display: block;
  }
}
.footer__list-item + .footer__list-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.footer__list-title {
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  border-radius: 1.25rem;
  font-weight: 500;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
}
@media screen and (max-width: 767px) {
  .footer__list-title {
    display: inline-block;
    font-size: 0.875rem;
  }
}

.footer__list-text {
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__list-text {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}

.footer__x {
  display: inline-block;
  background: url(../img/common/x-icon.png) no-repeat center left/16px;
  background: url(../img/common/x-icon.png) no-repeat center left/1rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .footer__x {
    margin-top: 1.875rem;
  }
}

.footer__bottom {
  background: #EEEDE8;
  padding: 27px 0;
  padding: 1.6875rem 0;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 1.125rem 0;
  }
  .footer__bottom .l-inner {
    padding: 0 0.625rem;
  }
}

.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner {
    display: block;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8D8B81;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 0.75rem;
  }
}
.footer__link + .footer__link {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__link + .footer__link {
    margin-left: 1.125rem;
  }
}
.footer__link a {
  display: inline-block;
  background: url(../img/common/link-icon.png) no-repeat center right/12px;
  background: url(../img/common/link-icon.png) no-repeat center right/0.75rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.footer__copyright {
  color: #8D8B81;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    font-size: 0.9375rem;
    margin-top: 0.75rem;
  }
}

/* gnav */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.gnav__item + .gnav__item {
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .gnav__item + .gnav__item {
    margin-left: 1.5625rem;
  }
}
.gnav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 40px;
  right: 2.5rem;
  top: 12px;
  top: 0.75rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 10px;
  top: 0.625rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2) {
  display: none;
}
.hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  left: 4px;
  left: 0.25rem;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  width: 17px;
  width: 1.0625rem;
  top: 7px;
  top: 0.4375rem;
}
.hamburger__border:nth-child(2) {
  width: 14px;
  width: 0.875rem;
  top: 12px;
  top: 0.75rem;
}
.hamburger__border:nth-child(3) {
  width: 17px;
  width: 1.0625rem;
  top: 17px;
  top: 1.0625rem;
}

/* header */
.header {
  position: fixed;
  top: 21px;
  top: 1.3125rem;
  left: 0;
  width: 100%;
  height: 64px;
  height: 4rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    top: 1rem;
    height: 3rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding: 0 32px;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 1.5rem;
  }
}

.header__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  background: rgba(255, 255, 255, .64);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 1rem;
  padding: 0 32px;
  padding: 0 2rem;
  position: relative;
  z-index: 21;
}
@media screen and (max-width: 767px) {
  .header__body {
    padding: 0 1rem;
  }
}

.header__logo {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 8.75rem;
  }
}
.header__logo a {
  display: block;
}

.header__btn {
  width: 240px;
  width: 15rem;
  min-width: 240px;
  min-width: 15rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  border-radius: 2.5rem;
  background: #ACA480;
  margin-left: 12px;
  margin-left: 0.75rem;
  padding: 17px 22px;
  padding: 1.0625rem 1.375rem;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.header__btn::after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(../img/common/document-icon01.png) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  right: 1.375rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header__btn:hover {
  opacity: 1;
  color: #ACA480;
  background: #fff;
}
.header__btn:hover::after {
  background: url(../img/common/document-icon02.png) no-repeat center/contain;
}

/* heading */
.heading {
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  min-height: 140px;
  min-height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  border-radius: 1rem;
  background: url(../img/common/heading-bg01_pc.png) no-repeat center/cover;
  padding: 25px 22px 25px 30px;
  padding: 1.5625rem 1.375rem 1.5625rem 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .heading {
    display: block;
    min-height: unset;
    background: url(../img/common/heading-bg01_sp.png) no-repeat center/cover;
    padding: 1.875rem 1rem 2rem;
  }
}

.heading__titles {
  line-height: 1;
  background: url(../img/common/circle-icon01.png) no-repeat bottom left/40px;
  background: url(../img/common/circle-icon01.png) no-repeat bottom left/2.5rem;
  padding-left: 56px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .heading__titles {
    background-size: 2rem;
    padding-left: 2.75rem;
  }
}

.heading__subtitle {
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.heading__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .heading__title {
    font-size: 1.5rem;
    margin-top: 0.1875rem;
  }
}

.heading__text {
  width: 55%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .heading__text {
    width: 100%;
    margin-top: 2.1875rem;
  }
}

/* history */
.history {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 4.25rem 0;
  }
}

.history__inner {
  padding: 0 80px;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .history__inner {
    padding: 0;
  }
}

.history__content {
  background: rgba(255, 255, 255, .8);
  border-radius: 1.25rem 18.75rem 1.25rem 1.25rem;
  padding: 25px 40px 40px;
  padding: 1.5625rem 2.5rem 2.5rem;
  width: 800px;
  width: 50rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .history__content {
    border-radius: 0.9375rem 7.5rem 0.9375rem 0.9375rem;
    padding: 2.5rem 1.875rem 1.875rem;
  }
}

.history__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #543B5B;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .history__title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.history__text {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .history__text {
    margin-top: 2.1875rem;
  }
}
.history__text .text:not(:last-child) {
  margin-bottom: 1.5em;
}

/* main */
.main {
  overflow: hidden;
}

/* message */
.message {
  background: #F7F6F1;
  padding: 130px 0 170px;
  padding: 8.125rem 0 10.625rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 2.5rem 0 3.125rem;
  }
}

.message__inner {
  position: relative;
  z-index: 1;
}
.message__inner::before {
  position: absolute;
  content: "";
  width: 781px;
  width: 48.8125rem;
  height: 781px;
  height: 48.8125rem;
  left: -100px;
  left: -6.25rem;
  bottom: -80px;
  bottom: -5rem;
  background: url(../img/common/message-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message__inner::before {
    width: 40.0625rem;
    height: 40.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.message__links {
  position: absolute;
  left: 0;
  top: 0;
  width: 275px;
  width: 17.1875rem;
  max-width: 100%;
  background: rgba(255, 255, 255, .4);
  -webkit-box-shadow: 12px 12px 30px rgba(201, 191, 161, .25);
          box-shadow: 12px 12px 30px rgba(201, 191, 161, .25);
  border-radius: 1rem;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .message__links {
    position: static;
    width: 100%;
    padding: 1rem 1rem;
  }
}

.message__link + .message__link {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .message__link + .message__link {
    margin-top: 0.75rem;
  }
}
.message__link a {
  display: block;
  font-weight: 500;
  line-height: 2;
  background: url(../img/common/arrow-icon07.png) no-repeat center right/12px;
  background: url(../img/common/arrow-icon07.png) no-repeat center right/0.75rem;
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__link a {
    font-size: 0.8125rem;
  }
}
.message__link a::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 2px;
  height: 0.125rem;
  bottom: -2px;
  bottom: -0.125rem;
  left: 0;
  background: #543B5B;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.message__link a:hover::after {
  width: 100%;
}

.message__content {
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: 100px;
  margin-right: 6.25rem;
}

.message__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #543B5B;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .message__title {
    font-size: 1.5rem;
  }
}

.message__text {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .message__text {
    margin-top: 2.5rem;
  }
}

/* more */
.more {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Akshar", sans-serif;
  color: #543B5B;
  background: url(../img/common/more-icon05.png) no-repeat center right/48px;
  background: url(../img/common/more-icon05.png) no-repeat center right/3rem;
  padding: 15px 60px 15px 0;
  padding: 0.9375rem 3.75rem 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .more {
    background-size: 2.5rem;
    padding: 0.625rem 3.25rem 0.625rem 0;
  }
}

/* mv */
.mv {
  background: #F7F6F1;
  color: #fff;
  padding: 103px 36px 40px;
  padding: 6.4375rem 2.25rem 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 5rem 1.5625rem 1.75rem;
  }
}
.mv::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 179px;
  height: 11.1875rem;
  background: url(../img/common/mv-bg01_pc.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::after {
    height: 8.4375rem;
    background: url(../img/common/mv-bg01_sp.png) no-repeat center/cover;
  }
}

.mv__content {
  border-radius: 1rem;
  padding: 325px 0 38px;
  padding: 20.3125rem 0 2.375rem;
}
@media screen and (max-width: 767px) {
  .mv__content {
    padding: 14.5rem 0.75rem 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__content .l-inner {
    padding: 0;
  }
}

.mv__subtitle {
  font-family: "Akshar", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 2rem;
  }
}

.mv__title {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 0.9375rem;
    padding-top: 0.3125rem;
    margin-top: 0;
  }
}

/* schedule */
.schedule__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 39px;
  gap: 0 2.4375rem;
}
@media screen and (max-width: 767px) {
  .schedule__units {
    display: block;
  }
}

.schedule__unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.21875rem);
          flex: 0 1 calc(50% - 1.21875rem);
}
@media screen and (max-width: 767px) {
  .schedule__unit + .schedule__unit {
    margin-top: 2.1875rem;
  }
}

.schedule__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .schedule__items {
    margin-top: 1.25rem;
  }
}

.schedule__item {
  background: #F7F6F1;
  padding: 10px 16px 16px;
  padding: 0.625rem 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .schedule__item {
    padding: 0.125rem 0.4375rem 0.5rem;
  }
}
.schedule__item + .schedule__item {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.schedule__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .schedule__item-inner {
    display: block;
  }
}

.schedule__item-date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .schedule__item-date {
    font-size: 0.8125rem;
  }
}

.schedule__item-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .schedule__item-title {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.schedule__item-btn {
  text-align: center;
  display: block;
  width: 160px;
  width: 10rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #543B5B;
  border-radius: 1.25rem;
  border: 1px solid #543B5B;
  border: 0.0625rem solid #543B5B;
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding: 9px 10px 9px 0;
  padding: 0.5625rem 0.625rem 0.5625rem 0;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .schedule__item-btn {
    width: 8.75rem;
    margin-left: auto;
    margin-top: 0.9375rem;
  }
}
.schedule__item-btn::after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 7px;
  height: 0.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  right: 0.875rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.schedule__item-btn:hover {
  opacity: 1;
  background: #fff;
  color: #543B5B;
}
.schedule__item-btn:hover::after {
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}

/* subtitle */
.subtitle {
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 500;
  color: #543B5B;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

/* text */
.text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 0.875rem;
  }
}
.text:not(:last-child) {
  margin-bottom: 0.5em;
}

/* title */
.title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 0.9375rem;
  }
}

/* directors */
.directors {
  padding: 125px 0 190px;
  padding: 7.8125rem 0 11.875rem;
}
@media screen and (max-width: 767px) {
  .directors {
    padding: 5.3125rem 0 7.5rem;
  }
}
.directors .subtitle, .directors .title {
  text-align: center;
}

.directors__content {
  width: 1056px;
  width: 66rem;
  max-width: 100%;
  margin: 75px auto 0;
  margin: 4.6875rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .directors__content {
    margin-top: 2.1875rem;
  }
}
.directors__content::before {
  position: absolute;
  content: "";
  width: 1499px;
  width: 93.6875rem;
  height: 1499px;
  height: 93.6875rem;
  top: 100px;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/about/directors-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .directors__content::before {
    width: 36.8125rem;
    height: 36.8125rem;
    top: -11.875rem;
  }
}

.directors__text {
  text-align: center;
  width: 856px;
  width: 53.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.directors__item--top {
  width: 320px;
  width: 20rem;
  max-width: 100%;
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .directors__item--top {
    width: 15rem;
    margin-top: 3.125rem;
  }
}
.directors__item--top .directors__item-body {
  padding: 16px 16px 16px;
  padding: 1rem 1rem 1rem;
}
.directors__item--top .directors__item-enname {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .directors__item--top .directors__item-enname {
    font-size: 0.875rem;
  }
}
.directors__item--top .directors__item-name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .directors__item--top .directors__item-name {
    font-size: 1rem;
  }
}
.directors__item--top .directors__item-position {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .directors__item--top .directors__item-position {
    font-size: 0.875rem;
  }
}

.directors__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px 32px;
  gap: 2.625rem 2rem;
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .directors__items {
    gap: 1rem 0.625rem;
    margin-top: 2rem;
  }
}

.directors__item {
  background: #F7F6F1;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(130, 115, 72, .2509803922);
          box-shadow: 15px 15px 30px 0px rgba(130, 115, 72, .2509803922);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 1.5rem);
          flex: 0 1 calc(25% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .directors__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.3125rem);
            flex: 0 1 calc(50% - 0.3125rem);
  }
}

.directors__item-body {
  padding: 10px 12px 12px;
  padding: 0.625rem 0.75rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .directors__item-body {
    padding: 0.125rem 0.25rem 0.5rem;
  }
}

.directors__item-category {
  min-height: 25px;
  min-height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .directors__item-category {
    min-height: 1.1875rem;
  }
}
.directors__item-category span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background: #543B5B;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .directors__item-category span {
    font-size: 0.625rem;
    padding: 0.125rem 0.375rem;
  }
}

.directors__item-enname {
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #878787;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .directors__item-enname {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.directors__item-name {
  font-weight: 700;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .directors__item-name {
    font-size: 0.8125rem;
  }
}

.directors__item-position {
  font-size: 12px;
  font-size: 0.75rem;
  color: #543B5B;
  border-top: 1px solid #543B5B;
  border-top: 0.0625rem solid #543B5B;
  padding-top: 4px;
  padding-top: 0.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .directors__item-position {
    font-size: 0.625rem;
    margin-top: 0.375rem;
  }
}

/* faq */
.faq {
  background: #F7F6F1;
  padding: 95px 0 150px;
  padding: 5.9375rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 4.0625rem 0 5rem;
  }
}
.faq .subtitle, .faq .title {
  text-align: center;
}

.faq__content {
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin: 75px auto 0;
  margin: 4.6875rem auto 0;
}
@media screen and (max-width: 767px) {
  .faq__content {
    margin-top: 2.1875rem;
  }
}

.faq__items {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 2.5rem;
  }
}

.faq__item {
  background: #fff;
  border-top: 1px solid #ACA480;
  border-top: 0.0625rem solid #ACA480;
  border-bottom: 1px solid #ACA480;
  border-bottom: 0.0625rem solid #ACA480;
}
.faq__item + .faq__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .faq__item + .faq__item {
    margin-top: 0.75rem;
  }
}

.faq__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #543B5B;
  font-weight: 700;
  line-height: 1.8;
  padding: 16px 85px 16px 16px;
  padding: 1rem 5.3125rem 1rem 1rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__item-title {
    display: block;
    font-size: 0.9375rem;
    padding: 0.75rem 3rem 0.75rem 0.5rem;
  }
}
.faq__item-title::after, .faq__item-title::before {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background: #ACA480;
  top: 50%;
  right: 16px;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__item-title::after, .faq__item-title::before {
    width: 1rem;
    right: 0.5rem;
  }
}
.faq__item-title::before {
  top: 49%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item-title.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__item-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  width: 3rem;
  min-width: 48px;
  min-width: 3rem;
  height: 48px;
  height: 3rem;
  font-family: "Akshar", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #543B5B;
  border-radius: 50%;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .faq__item-title span {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}

.faq__item-text {
  display: none;
  line-height: 1.8;
  padding: 16px 16px;
  padding: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .faq__item-text {
    padding: 1.375rem 0.375rem 0.5rem;
  }
}
.faq__item-text a {
  color: #543B5B;
  text-decoration: underline;
}

/* features */
.features {
  padding: 105px 0 140px;
  padding: 6.5625rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 4.6875rem 0 5.3125rem;
  }
}

.features__content {
  padding-left: 80px;
  padding-left: 5rem;
  margin-top: 115px;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .features__content {
    padding-left: 0;
    margin-top: 3.125rem;
  }
}

/* page-about */
.page-about .mv__content {
  background: url(../img/about/mv-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-about .mv__content {
    background: url(../img/about/mv-bg_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .page-about .message {
    padding: 1.625rem 0 5.625rem;
  }
}
.page-about .message__content {
  width: 851px;
  width: 53.1875rem;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-about .message__content {
    margin-top: 2.8125rem;
  }
}
.page-about .history {
  background: url(../img/about/history-bg_pc.jpg) no-repeat center/cover;
  padding-bottom: 97px;
  padding-bottom: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .page-about .history {
    background: url(../img/about/history-bg_sp.jpg) no-repeat center/cover;
    padding-bottom: 4.0625rem;
  }
}
.page-about .history__content {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.page-about .history__text {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
.page-about .history__text .text:not(:last-child) {
  margin-bottom: 1em;
}

/* structure */
.structure {
  background: #F7F6F1;
  padding: 115px 0 155px;
  padding: 7.1875rem 0 9.6875rem;
}
@media screen and (max-width: 767px) {
  .structure {
    padding: 5rem 0 3.125rem;
  }
}

.structure__content {
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .structure__content {
    position: relative;
    z-index: 1;
  }
  .structure__content::before {
    position: absolute;
    content: "";
    width: 32.25rem;
    height: 32.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5.625rem;
    background: url(../img/about/structure-bg03.png) no-repeat center/contain;
    z-index: -1;
  }
}

.structure__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .structure__header {
    display: block;
  }
}

.structure__text {
  width: 56%;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .structure__text {
    width: 100%;
    padding-top: 0;
    margin-top: 2.1875rem;
  }
}

.structure__groups {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .structure__groups {
    margin-top: 2.5rem;
  }
}

.structure__group + .structure__group {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .structure__group + .structure__group {
    margin-top: 6rem;
  }
}

.structure__box {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  padding: 24px 24px 24px;
  padding: 1.5rem 1.5rem 1.5rem;
}

.structure__box-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #543B5B;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .structure__box-title {
    font-size: 1.125rem;
  }
}

.structure__box-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .structure__box-text {
    line-height: 1.8;
    margin-top: 1.125rem;
  }
  .structure__box-text .text {
    line-height: 1.8;
  }
}

.structure__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 84px;
  gap: 0 5.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .structure__items {
    display: block;
    margin-top: 1rem;
  }
}

.structure__item {
  border-radius: 1rem;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 3.5rem);
          flex: 0 1 calc(33.333% - 3.5rem);
  padding: 60px 29px 45px;
  padding: 3.75rem 1.8125rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .structure__item {
    padding: 2.3125rem 1.8125rem 2.3125rem;
  }
}
.structure__item + .structure__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .structure__item + .structure__item {
    margin-top: 2.25rem;
  }
}
.structure__item + .structure__item::before {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 42px;
  height: 2.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -58px;
  left: -3.625rem;
  background: url(../img/about/structure-arrow_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .structure__item + .structure__item::before {
    width: 1.6875rem;
    height: 1.25rem;
    top: -1.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/about/structure-arrow_sp.png) no-repeat center/contain;
  }
}
.structure__item:first-child {
  background: url(../img/about/structure-bg01.png) no-repeat center/cover;
}
.structure__item:nth-child(2), .structure__item:nth-child(3) {
  background: url(../img/about/structure-bg02.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .structure__item:nth-child(2), .structure__item:nth-child(3) {
    padding: 2.8125rem 1.8125rem 1.75rem;
  }
}

.structure__item-subtitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #fff;
  color: #ACA480;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .structure__item-subtitle {
    padding: 0.0625rem 0.625rem;
  }
}

.structure__item-titles {
  background: url(../img/common/circle-icon01.png) no-repeat bottom left/32px;
  background: url(../img/common/circle-icon01.png) no-repeat bottom left/2rem;
  padding-left: 44px;
  padding-left: 2.75rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.structure__item-entitle {
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.structure__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.structure__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .structure__item-text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.structure__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .structure__img {
    margin-top: 1rem;
  }
}

/* learning */
.learning {
  padding: 0 36px 120px;
  padding: 0 2.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .learning {
    padding: 0 1.5rem 6.25rem;
  }
  .learning .l-inner {
    padding: 0;
  }
}

.learning__img img {
  border-radius: 1rem;
}

.learning__content {
  padding: 0 40px;
  padding: 0 2.5rem;
  margin-top: -150px;
  margin-top: -9.375rem;
}
@media screen and (max-width: 767px) {
  .learning__content {
    padding: 0;
    margin-top: -4.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .learning__title {
    padding: 0 1.0625rem;
  }
}
.learning__title span {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #543B5B;
  background: #fff;
  letter-spacing: 0.04em;
  padding: 0 16px;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .learning__title span {
    font-size: 1.25rem;
    padding: 0.1875rem 0.625rem;
  }
}
.learning__title span:last-child {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .learning__title span:last-child {
    margin-top: 0.25rem;
  }
}

.learning__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 12px;
  padding: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .learning__text {
    margin-top: 1.5625rem;
    padding: 0;
  }
}

/* page-alexander-technique */
.page-alexander-technique .mv__content {
  background: url(../img/alexander-technique/mv-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-alexander-technique .mv__content {
    background: url(../img/alexander-technique/mv-bg_sp.jpg) no-repeat center/cover;
  }
}
.page-alexander-technique .history {
  background: url(../img/alexander-technique/history-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-alexander-technique .history {
    background: url(../img/alexander-technique/history-bg_sp.jpg) no-repeat center/cover;
  }
}

/* principle */
.principle {
  background: #F7F6F1;
  padding: 105px 0 155px;
  padding: 6.5625rem 0 9.6875rem;
}
@media screen and (max-width: 767px) {
  .principle {
    padding: 5rem 0;
  }
}

.principle__inner {
  padding: 0 80px;
  padding: 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .principle__inner {
    padding: 0;
  }
}
.principle__inner::before {
  position: absolute;
  content: "";
  width: 928px;
  width: 58rem;
  height: 928px;
  height: 58rem;
  top: -100px;
  top: -6.25rem;
  right: 0;
  background: url(../img/alexander-technique/principle-bg.png) no-repeat center/cover;
  z-index: -1;
}

.principle__content {
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin: 112px auto 0;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .principle__content {
    margin-top: 2.1875rem;
  }
}

.principle__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .principle__items {
    display: block;
  }
}

.principle__item {
  background: rgba(255, 255, 255, .7);
  border-radius: 1rem;
  -webkit-box-shadow: 12px 12px 30px 0px rgba(201, 191, 161, .2509803922);
          box-shadow: 12px 12px 30px 0px rgba(201, 191, 161, .2509803922);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.25rem);
          flex: 0 1 calc(50% - 1.25rem);
  padding: 25px 22px;
  padding: 1.5625rem 1.375rem;
}
@media screen and (max-width: 767px) {
  .principle__item {
    padding: 1.5625rem 0.9375rem 0.875rem;
  }
  .principle__item + .principle__item {
    margin-top: 1rem;
  }
}

.principle__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #543B5B;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .principle__item-title {
    font-size: 1.125rem;
  }
}

.principle__item-text {
  line-height: 1.8;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .principle__item-text {
    margin-top: 1.125rem;
  }
}

/* solution */
.solution {
  padding: 135px 0 120px;
  padding: 8.4375rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .solution {
    padding: 5.3125rem 0 6.25rem;
  }
}

.solution__content {
  padding-left: 80px;
  padding-left: 5rem;
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .solution__content {
    padding-left: 0;
    margin-top: 2.1875rem;
  }
}
.solution__content::before {
  position: absolute;
  content: "";
  width: 1216px;
  width: 76rem;
  height: 1216px;
  height: 76rem;
  background: url(../img/alexander-technique/solution-bg.png) no-repeat center/contain;
  top: -250px;
  top: -15.625rem;
  right: -20px;
  right: -1.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .solution__content::before {
    width: 30.125rem;
    height: 30.125rem;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.solution__text {
  width: 800px;
  width: 50rem;
  max-width: 100%;
}

.solution__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 40px;
  gap: 2.5rem 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .solution__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.solution__item {
  border-radius: 1rem;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  background: #F7F6F1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.25rem);
          flex: 0 1 calc(50% - 1.25rem);
  padding: 12px 24px 20px;
  padding: 0.75rem 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .solution__item {
    padding: 0.75rem 0.75rem 0.75rem;
  }
  .solution__item + .solution__item {
    margin-top: 1rem;
  }
}

.solution__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #543B5B;
  line-height: 1.4;
  background: url(../img/common/check-icon.png) no-repeat center left/24px;
  background: url(../img/common/check-icon.png) no-repeat center left/1.5rem;
  border-bottom: 1px solid #543B5B;
  border-bottom: 0.0625rem solid #543B5B;
  padding: 9px 0 9px 30px;
  padding: 0.5625rem 0 0.5625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .solution__item-title {
    font-size: 1rem;
    background-size: 1.25rem;
    padding: 0.375rem 0 0.375rem 1.75rem;
  }
}

.solution__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.solution__item-icon {
  width: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
}
@media screen and (max-width: 767px) {
  .solution__item-icon {
    width: 3rem;
    min-width: 3rem;
  }
}
.solution__item-icon img {
  border-radius: 50%;
}

.solution__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #878787;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .solution__item-text {
    font-size: 0.8125rem;
    margin-left: 0.75rem;
  }
}

.solution__item-subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #543B5B;
  line-height: 1.8;
  background: #fff;
  border-radius: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .solution__item-subtext {
    font-size: 0.875rem;
  }
}

.solution__box {
  border-radius: 1rem;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 32px 32px;
  padding: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .solution__box {
    margin-top: 2.5rem;
    padding: 1.5625rem 1.5rem;
  }
}

.solution__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .solution__subtitle {
    font-size: 0.9375rem;
  }
}

.solution__list {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .solution__list {
    margin-top: 1.625rem;
  }
}

.solution__list-item + .solution__list-item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.solution__list-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #878787;
  background: #E8E7E2;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}

.solution__list-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .solution__list-text {
    font-size: 0.8125rem;
  }
}

/* acquire */
.acquire {
  background: #F7F6F1;
  padding: 95px 0 125px;
  padding: 5.9375rem 0 7.8125rem;
}
@media screen and (max-width: 767px) {
  .acquire {
    padding: 4.375rem 0 3.75rem;
  }
}
.acquire .subtitle {
  color: #ACA480;
}

.acquire__content {
  padding-left: 80px;
  padding-left: 5rem;
  margin-top: 90px;
  margin-top: 5.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .acquire__content {
    padding-left: 0;
    margin-top: 3.125rem;
  }
}
.acquire__content::before {
  position: absolute;
  content: "";
  width: 999px;
  width: 62.4375rem;
  height: 999px;
  height: 62.4375rem;
  right: -150px;
  right: -9.375rem;
  top: -700px;
  top: -43.75rem;
  background: url(../img/course/acquire-bg.png) no-repeat center/contain;
  z-index: -1;
}

/* campaign */
.campaign {
  background: #F7F6F1;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  border-radius: 1rem;
  padding: 60px 45px 54px;
  padding: 3.75rem 2.8125rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 2.5rem 1.5rem 2.6875rem;
  }
}

.campaign__header {
  text-align: center;
}

.campaign__title-wrapper {
  display: inline-block;
  position: relative;
}
.campaign__title-wrapper::before, .campaign__title-wrapper::after {
  position: absolute;
  content: "";
  width: 49px;
  width: 3.0625rem;
  height: 130px;
  height: 8.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .campaign__title-wrapper::before, .campaign__title-wrapper::after {
    width: 2.375rem;
    height: 6.25rem;
  }
}
.campaign__title-wrapper::before {
  left: -63px;
  left: -3.9375rem;
  background: url(../img/course/course-bg03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .campaign__title-wrapper::before {
    left: -2.375rem;
  }
}
.campaign__title-wrapper::after {
  right: -63px;
  right: -3.9375rem;
  background: url(../img/course/course-bg04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .campaign__title-wrapper::after {
    right: -2.375rem;
  }
}

.campaign__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8B081), to(#A27E3D));
  background: linear-gradient(180deg, #C8B081 0%, #A27E3D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .campaign__title {
    font-size: 1.5rem;
  }
}
.campaign__title span {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .campaign__title span {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 0;
  }
}

.campaign__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .campaign__subtitle {
    font-size: 0.875rem;
  }
}

.campaign__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px 31px;
  gap: 2.125rem 1.9375rem;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .campaign__items {
    display: block;
    margin-top: 2.8125rem;
  }
}

.campaign__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.96875rem);
          flex: 0 1 calc(50% - 0.96875rem);
}
@media screen and (max-width: 767px) {
  .campaign__item + .campaign__item {
    margin-top: 2.5rem;
  }
}

.campaign__item-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #543B5B;
}
@media screen and (max-width: 767px) {
  .campaign__item-title {
    font-size: 1.25rem;
  }
}

.campaign__item-box {
  background: rgba(255, 255, 255, .7);
  border-radius: 1rem;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  -webkit-box-shadow: 12px 12px 30px rgba(201, 191, 161, .25);
          box-shadow: 12px 12px 30px rgba(201, 191, 161, .25);
  margin-top: 6px;
  margin-top: 0.375rem;
  padding: 30px 10px 12px;
  padding: 1.875rem 0.625rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .campaign__item-box {
    padding: 1.5rem 0.625rem 0.75rem;
  }
}

.campaign__item-subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #543B5B;
}
@media screen and (max-width: 767px) {
  .campaign__item-subtitle {
    font-size: 1.375rem;
  }
}

.campaign__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .campaign__item-flex {
    text-align: center;
    display: block;
    margin-top: 1.25rem;
  }
}

.campaign__item-fee {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}
.campaign__item-fee::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 5px;
  top: 0.3125rem;
  width: 160px;
  width: 10rem;
  height: 1px;
  height: 0.0625rem;
  background: #A40303;
  -webkit-transform: rotate(-8deg) translateX(-50%);
          transform: rotate(-8deg) translateX(-50%);
}
.campaign__item-fee span {
  display: inline-block;
  position: absolute;
  left: -35px;
  left: -2.1875rem;
  bottom: -20px;
  bottom: -1.25rem;
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .campaign__item-fee span {
    display: block;
    position: static;
  }
}

.campaign__item-price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 75px;
  margin-left: 4.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign__item-price {
    margin-left: 0;
    margin-top: 1.5625rem;
  }
}
.campaign__item-price::before {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 22px;
  height: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -44px;
  left: -2.75rem;
  background: url(../img/course/course-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .campaign__item-price::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: -1rem;
  }
}
.campaign__item-price span {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.campaign__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .campaign__item-text {
    display: block;
    font-size: 0.75rem;
  }
}

.campaign__btn {
  margin: 86px auto 0;
  margin: 5.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .campaign__btn {
    margin-top: 3.4375rem;
  }
}

/* course */
.course__group {
  position: relative;
  z-index: 2;
}
.course__group:first-child {
  padding: 60px 0 152px;
  padding: 3.75rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .course__group:first-child {
    padding: 2.8125rem 0 5.3125rem;
  }
}
.course__group:nth-child(2) {
  background: #F7F6F1;
  padding: 101px 0 113px;
  padding: 6.3125rem 0 7.0625rem;
}
@media screen and (max-width: 767px) {
  .course__group:nth-child(2) {
    padding: 2.8125rem 0 5.3125rem;
  }
}

.course__units {
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin: 68px auto 0;
  margin: 4.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .course__units {
    padding-left: 2.8125rem;
    margin-top: 2.8125rem;
  }
}

.course__unit + .course__unit {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .course__unit + .course__unit {
    margin-top: 2.8125rem;
  }
}
.course__unit:nth-child(even) .course__unit-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.course__unit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .course__unit-header {
    display: block;
  }
}

.course__unit-title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ACA480;
  border-radius: 2.5rem;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .course__unit-title {
    font-size: 1rem;
    margin-left: 0;
    padding: 0.1875rem 0.875rem;
  }
}

.course__unit-subtitle {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #543B5B;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .course__unit-subtitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.course__unit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .course__unit-inner {
    display: block;
    margin-top: 1.5rem;
  }
}

.course__unit-text {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .course__unit-text {
    width: 100%;
  }
}

.course__unit-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .course__unit-img {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.course__unit-img img {
  border-radius: 1rem;
}

.course__content {
  background: #fff;
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  padding: 40px;
  padding: 2.5rem;
  margin: 65px auto 0;
  margin: 4.0625rem auto 0;
}
@media screen and (max-width: 767px) {
  .course__content {
    margin-top: 2.5rem;
    padding: 1.875rem 0.625rem;
  }
}
.course__content .course__items {
  margin-top: 0;
}

.course__items {
  margin-top: 193px;
  margin-top: 12.0625rem;
}
@media screen and (max-width: 767px) {
  .course__items {
    margin-top: 5.875rem;
  }
}

.course__item + .course__item {
  margin-top: 48px;
  margin-top: 3rem;
}

.course__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  background: #F7F6F1;
  border-top: 2px solid #333;
  border-top: 0.125rem solid #333;
  padding: 15px 50px;
  padding: 0.9375rem 3.125rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .course__item-title {
    font-size: 1.5rem;
    padding: 0.875rem 0.625rem;
  }
}
.course__item-title::after, .course__item-title::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 2px;
  height: 0.125rem;
  background: #543B5B;
  top: 50%;
  right: 50px;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .course__item-title::after, .course__item-title::before {
    width: 1rem;
    right: 0.625rem;
  }
}
.course__item-title::before {
  top: 48%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.course__item-title.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.course__item-title span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .course__item-title span {
    font-size: 0.875rem;
  }
}

.course__item-body {
  display: none;
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .course__item-body {
    padding-top: 1.5rem;
  }
}

.course__item-text {
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .course__item-text {
    line-height: 1.8;
    padding-left: 0;
  }
}

.course__item-boxes {
  padding-right: 100px;
  padding-right: 6.25rem;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .course__item-boxes {
    padding: 0;
  }
}

.course__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  border-radius: 1rem;
  padding: 22px 24px;
  padding: 1.375rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .course__item-box {
    display: block;
    padding: 1.5rem 1.375rem 1.375rem;
  }
}
.course__item-box + .course__item-box {
  margin-top: 16px;
  margin-top: 1rem;
}

.course__item-box-number {
  min-width: 140px;
  min-width: 8.75rem;
  font-family: "Akshar", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ACA480;
}
@media screen and (max-width: 767px) {
  .course__item-box-number {
    text-align: center;
    min-width: unset;
    font-size: 4rem;
  }
}

.course__item-box-texts {
  margin-left: 28px;
  margin-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .course__item-box-texts {
    margin-left: 0;
  }
}

.course__item-box-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #543B5B;
}
@media screen and (max-width: 767px) {
  .course__item-box-title {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.course__item-box-text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .course__item-box-text {
    line-height: 1.8;
    margin-top: 0.375rem;
  }
}

.course__item-units {
  padding-right: 100px;
  padding-right: 6.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .course__item-units {
    margin-top: 0;
    padding-right: 0;
  }
}

.course__item-unit {
  padding: 45px 40px 16px;
  padding: 2.8125rem 2.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .course__item-unit {
    padding: 2rem 1.875rem 1rem;
  }
}
.course__item-unit + .course__item-unit {
  border-top: 1px solid #ACA480;
  border-top: 0.0625rem solid #ACA480;
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .course__item-unit + .course__item-unit {
    margin-top: 0.875rem;
  }
}

.course__item-unit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course__item-unit-number {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #ACA480;
  border-radius: 0.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .course__item-unit-number {
    font-size: 0.875rem;
  }
}

.course__item-unit-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .course__item-unit-title {
    font-size: 1rem;
  }
}

.course__item-unit-text {
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
}

.course__item-list {
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .course__item-list {
    padding-left: 0;
  }
}

.course__item-list-item + .course__item-list-item {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.course__item-list-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #543B5B;
}
@media screen and (max-width: 767px) {
  .course__item-list-title {
    font-size: 1rem;
  }
}

.course__item-list-body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.course__item-list-text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .course__item-list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.875rem;
  }
}
.course__item-list-text + .course__item-list-text {
  margin-top: 16px;
  margin-top: 1rem;
}
.course__item-list-text span {
  display: inline-block;
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  border-radius: 1.25rem;
  font-weight: 500;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 2px 16px;
  padding: 0.125rem 1rem;
}
@media screen and (max-width: 767px) {
  .course__item-list-text span {
    margin-right: 0;
    margin-bottom: 0.1875rem;
    padding: 0.125rem 0.875rem;
  }
}

.course__campaign {
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin: 133px auto 0;
  margin: 8.3125rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .course__campaign {
    margin-top: 7.875rem;
  }
}
.course__campaign::before {
  position: absolute;
  content: "";
  width: 1747px;
  width: 109.1875rem;
  height: 1747px;
  height: 109.1875rem;
  background: url(../img/course/course-bg02.png) no-repeat center/contain;
  left: -150px;
  left: -9.375rem;
  top: -400px;
  top: -25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .course__campaign::before {
    display: none;
  }
}

/* page-course */
.page-course .mv::after {
  background: url(../img/common/mv-bg02_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-course .mv::after {
    background: url(../img/common/mv-bg02_sp.png) no-repeat center/cover;
  }
}
.page-course .mv__content {
  background: url(../img/course/mv-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-course .mv__content {
    background: url(../img/course/mv-bg_sp.jpg) no-repeat center/cover;
  }
}

/* about */
.about {
  background: #F7F6F1;
  padding: 110px 0 144px;
  padding: 6.875rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 4.0625rem 0 4.6875rem;
  }
}

.about__content {
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin: 0 auto;
}

.about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__header {
    display: block;
  }
}

.about__text {
  width: 56%;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    width: 100%;
    padding-top: 0;
    margin-top: 2.1875rem;
  }
}

.about__items {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .about__items {
    margin-top: 2.5rem;
  }
}

.about__item + .about__item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about__item + .about__item {
    margin-top: 2.5rem;
  }
}
.about__item:nth-child(even) .about__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: #543B5B;
  border-radius: 1rem;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__item-title {
    font-size: 1.5rem;
  }
}

.about__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .about__item-inner {
    display: block;
    padding-left: 2.8125rem;
    margin-top: 1.125rem;
  }
}

.about__item-text {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .about__item-text {
    width: 100%;
    line-height: 1.8;
  }
}

.about__item-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .about__item-img {
    width: 100%;
    margin-top: 1rem;
  }
}
.about__item-img img {
  border-radius: 1rem;
}

/* page-pre-course */
.page-pre-course .mv__content {
  background: url(../img/pre-course/mv-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-pre-course .mv__content {
    background: url(../img/pre-course/mv-bg_sp.jpg) no-repeat center/cover;
  }
}
.page-pre-course .message {
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .page-pre-course .message {
    padding-bottom: 6.25rem;
  }
}

/* pre-course-schedule */
.pre-course-schedule {
  padding: 85px 0 120px;
  padding: 5.3125rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .pre-course-schedule {
    padding: 3.875rem 0 4.125rem;
  }
}

/* reports */
.reports {
  padding: 160px 0 170px;
  padding: 10rem 0 10.625rem;
}
@media screen and (max-width: 767px) {
  .reports {
    padding: 7.5rem 0 8.4375rem;
  }
}
.reports .subtitle, .reports .title {
  position: relative;
  z-index: 2;
}

.reports__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reports__inner {
    display: block;
    margin-top: 1.875rem;
  }
}
.reports__inner::before {
  position: absolute;
  content: "";
  width: 1497px;
  width: 93.5625rem;
  height: 1497px;
  height: 93.5625rem;
  right: -250px;
  right: -15.625rem;
  top: -700px;
  top: -43.75rem;
  background: url(../img/pre-course/reports-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reports__inner::before {
    width: 35.1875rem;
    height: 35.1875rem;
    right: unset;
    left: 0;
    top: -17.5rem;
  }
}

.reports__imgs {
  margin-left: calc(50% - 50vw);
  width: 50vw;
  display: none;
}
@media screen and (max-width: 767px) {
  .reports__imgs {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.reports__imgs.slick-initialized {
  display: block;
}
.reports__imgs .slide-arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  bottom: 1.5625rem;
  z-index: 1;
  display: block;
  width: 37px;
  width: 2.3125rem;
  height: 37px;
  height: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .reports__imgs .slide-arrow {
    bottom: 0.75rem;
  }
}
.reports__imgs .prev-arrow {
  background: url(../img/common/prev-arrow.png) no-repeat center/contain;
  -webkit-transform: translateX(-50%) translateX(-3.75rem);
          transform: translateX(-50%) translateX(-3.75rem);
}
@media screen and (max-width: 767px) {
  .reports__imgs .prev-arrow {
    -webkit-transform: translateX(-50%) translateX(-2.5rem);
            transform: translateX(-50%) translateX(-2.5rem);
  }
}
.reports__imgs .next-arrow {
  background: url(../img/common/next-arrow.png) no-repeat center/contain;
  -webkit-transform: translateX(-50%) translateX(1.25rem);
          transform: translateX(-50%) translateX(1.25rem);
}
@media screen and (max-width: 767px) {
  .reports__imgs .next-arrow {
    -webkit-transform: translateX(-50%) translateX(2.5rem);
            transform: translateX(-50%) translateX(2.5rem);
  }
}

.reports__img {
  border-radius: 0 18.75rem 0 0;
}
.reports__img img {
  border-radius: 0 18.75rem 0 0;
  height: 616px;
  height: 38.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .reports__img img {
    border-radius: 0 5rem 0 0;
    height: 20.625rem;
  }
}

.reports__units {
  width: 45%;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .reports__units {
    width: 100%;
    padding-bottom: 0;
    margin-top: 1.875rem;
  }
}
.reports__units.slick-initialized {
  display: block;
}

.reports__date {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #878787;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  position: relative;
}
.reports__date::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #878787;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reports__date::after {
    width: 100vw;
  }
}

.reports__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #543B5B;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .reports__title {
    font-size: 1.25rem;
  }
}

.reports__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* start */
.start {
  padding-bottom: 153px;
  padding-bottom: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .start {
    padding-bottom: 2.6875rem;
  }
}

.start__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #543B5B;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .start__title {
    font-size: 1.5rem;
    margin-bottom: 2.1875rem;
  }
}

/* voice */
.voice {
  position: relative;
  z-index: 2;
  padding-top: 151px;
  padding-top: 9.4375rem;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 4.9375rem;
  }
}

.voice__items {
  display: none;
}
.voice__items.slick-initialized {
  display: block;
}
.voice__items + .voice__items {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .voice__items + .voice__items {
    margin-top: 1.5rem;
  }
}
.voice__items + .voice__items .slick-track {
  margin-left: -50%;
}
.voice__items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice__items .slick-slide {
  height: auto !important;
}

.voice__item {
  background: #F7F6F1;
  border-radius: 1rem;
  margin: 0 12px;
  margin: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .voice__item {
    margin: 0 0.5rem;
  }
}

.voice__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ACA480;
  border-radius: 1rem 1rem 0 0;
  padding: 12px 19px;
  padding: 0.75rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .voice__item-header {
    padding: 1.25rem 1.5625rem;
  }
}

.voice__item-icon {
  width: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
}
@media screen and (max-width: 767px) {
  .voice__item-icon {
    width: 4rem;
    min-width: 4rem;
  }
}

.voice__item-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  margin-left: 16px;
  margin-left: 1rem;
}

.voice__item-body {
  border-radius: 0 0 1rem 1rem;
  padding: 13px 24px;
  padding: 0.8125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice__item-body {
    padding: 0.8125rem 1.125rem;
  }
}

.voice__item-text {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .voice__item-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

/* top-about */
.top-about {
  padding: 170px 0 144px;
  padding: 10.625rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 4.6875rem 0 5.5rem;
  }
}

.top-about__content {
  width: 806px;
  width: 50.375rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-about__content::before {
  position: absolute;
  content: "";
  width: 999px;
  width: 62.4375rem;
  height: 999px;
  height: 62.4375rem;
  left: -200px;
  left: -12.5rem;
  top: -120px;
  top: -7.5rem;
  background: url(../img/top/top-about-bg.png) no-repeat center/contain;
  z-index: -1;
}

.top-about__text {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    margin-top: 2.375rem;
  }
}

.top-about__more {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-about__more {
    margin-top: 2.625rem;
  }
}

.top-about__banner {
  display: block;
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .top-about__banner {
    margin-top: 4.0625rem;
  }
}
.top-about__banner:hover img {
  -webkit-filter: unset;
          filter: unset;
}
.top-about__banner img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="30" /><feOffset dx="16" dy="16" result="offsetblur" /><feFlood flood-color="rgba(130,115,72,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(15px 15px 30px rgba(130, 115, 72, .25));
          filter: drop-shadow(15px 15px 30px rgba(130, 115, 72, .25));
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

/* top-flow */
.top-flow {
  padding: 284px 0 86px;
  padding: 17.75rem 0 5.375rem;
}
@media screen and (max-width: 767px) {
  .top-flow {
    padding: 7.8125rem 0 0;
  }
}

.top-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-flow__header {
    display: block;
  }
}
.top-flow__header::before {
  position: absolute;
  content: "";
  width: 1691px;
  width: 105.6875rem;
  height: 1691px;
  height: 105.6875rem;
  top: -400px;
  top: -25rem;
  left: -700px;
  left: -43.75rem;
  background: url(../img/top/top-flow-bg01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-flow__header::before {
    display: none;
  }
}

.top-flow__text {
  width: 57%;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-flow__text {
    width: 100%;
    padding-top: 0;
    margin-top: 2.1875rem;
  }
}

.top-flow__items {
  margin-top: 73px;
  margin-top: 4.5625rem;
  position: relative;
  z-index: 1;
}
.top-flow__items::after {
  position: absolute;
  content: "";
  width: 1351px;
  width: 84.4375rem;
  height: 1351px;
  height: 84.4375rem;
  bottom: 450px;
  bottom: 28.125rem;
  left: -400px;
  left: -25rem;
  background: url(../img/top/top-flow-bg03.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-flow__items::after {
    width: 74.4375rem;
    height: 74.4375rem;
    left: unset;
    right: 0;
  }
}

.top-flow__item {
  padding: 65px 50px 102px;
  padding: 4.0625rem 3.125rem 6.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-flow__item {
    padding: 2.1875rem 0 2.5rem;
  }
}
.top-flow__item::before {
  position: absolute;
  content: "";
  background: #F7F6F1;
  border-radius: 1rem 0 0 1rem;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top-flow__item::before {
    left: -1.5625rem;
  }
}
.top-flow__item + .top-flow__item {
  margin-top: 69px;
  margin-top: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item + .top-flow__item {
    margin-top: 1.5rem;
  }
}
.top-flow__item:first-child::after {
  position: absolute;
  content: "";
  width: 999px;
  width: 62.4375rem;
  height: 999px;
  height: 62.4375rem;
  bottom: -120px;
  bottom: -7.5rem;
  right: -400px;
  right: -25rem;
  background: url(../img/top/top-flow-bg02.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-flow__item:first-child::after {
    width: 41.25rem;
    height: 41.25rem;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
.top-flow__item:first-child .top-flow__item-number {
  color: #543B5B;
}
.top-flow__item:first-child .top-flow__item-heading {
  background: url(../img/common/heading-bg02_pc.png) no-repeat center/cover;
}
.top-flow__item:nth-child(2) .top-flow__item-number, .top-flow__item:nth-child(3) .top-flow__item-number {
  color: #ACA480;
}
.top-flow__item:nth-child(2) .top-flow__item-more, .top-flow__item:nth-child(3) .top-flow__item-more {
  color: #ACA480;
  background: url(../img/common/more-icon04.png) no-repeat center right/48px;
  background: url(../img/common/more-icon04.png) no-repeat center right/3rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item:nth-child(2) .top-flow__item-more, .top-flow__item:nth-child(3) .top-flow__item-more {
    background-size: 2.5rem;
  }
}

.top-flow__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-flow__item-number {
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-flow__item-number {
    font-size: 2.5rem;
  }
}

.top-flow__item-course {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.5rem;
  background: #ACA480;
  margin-left: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 7px 16px;
  padding: 0.4375rem 1rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item-course {
    font-size: 1.125rem;
    margin-left: 0.5rem;
    margin-top: 0;
    padding: 0.25rem 0.75rem;
  }
}

.top-flow__item-heading .heading__text {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .top-flow__item-heading .heading__text {
    width: 100%;
  }
}

.top-flow__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-top: 1px solid #333;
  border-top: 0.0625rem solid #333;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item-title {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-top: 1.125rem;
  }
}

.top-flow__item-content {
  padding-left: 100px;
  padding-left: 6.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item-content {
    padding-left: 0;
    margin-top: 2.1875rem;
  }
}

.top-flow__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item-inner {
    display: block;
    padding-left: 2.8125rem;
    margin-top: 2.8125rem;
  }
}

.top-flow__item-img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .top-flow__item-img {
    width: 100%;
  }
}
.top-flow__item-img img {
  border-radius: 1rem;
}

.top-flow__item-body {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-flow__item-body {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
  }
}

.top-flow__item-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-flow__item-subtitle {
    font-size: 1.125rem;
  }
}

.top-flow__item-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item-text {
    margin-top: 1.5625rem;
    margin-bottom: 0;
  }
}
.top-flow__item-text .text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-flow__item-text .text {
    line-height: 2;
  }
}

.top-flow__item-more-wrapper {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .top-flow__item-more-wrapper {
    text-align: right;
    margin-top: 2.1875rem;
  }
}

.top-flow__box {
  background: rgba(255, 255, 255, .5);
  border: 1px solid #ACA480;
  border: 0.0625rem solid #ACA480;
  border-radius: 1rem;
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding: 47px 38px 28px;
  padding: 2.9375rem 2.375rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .top-flow__box {
    margin-top: 2.875rem;
    padding: 1.75rem 1.5rem 1.5625rem;
  }
}

.top-flow__box-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #543B5B;
  line-height: 1.6;
  border-bottom: 1px solid #ACA480;
  border-bottom: 0.0625rem solid #ACA480;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 160px;
  padding-left: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-flow__box-title {
    font-size: 1.125rem;
    padding-left: 0;
    padding-top: 7.375rem;
    padding-bottom: 0.9375rem;
  }
}
.top-flow__box-title::before {
  position: absolute;
  content: "";
  width: 162px;
  width: 10.125rem;
  height: 126px;
  height: 7.875rem;
  left: -10px;
  left: -0.625rem;
  top: -35px;
  top: -2.1875rem;
  background: url(../img/top/top-flow-img04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-flow__box-title::before {
    width: 8.75rem;
    height: 6.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}

.top-flow__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .top-flow__units {
    display: block;
  }
}

.top-flow__unit {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-flow__unit {
    width: 100%;
  }
}
.top-flow__unit:first-child {
  padding: 15px 50px 26px 27px;
  padding: 0.9375rem 3.125rem 1.625rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .top-flow__unit:first-child {
    padding: 0;
  }
}
.top-flow__unit:first-child .top-flow__unit-header {
  background: url(../img/common/circle-icon02.png) no-repeat bottom 5px left/24px;
  background: url(../img/common/circle-icon02.png) no-repeat bottom 0.3125rem left/1.5rem;
}
@media screen and (max-width: 767px) {
  .top-flow__unit:first-child .top-flow__unit-header {
    background-size: 1.125rem;
  }
}
.top-flow__unit:first-child .top-flow__unit-subtitle {
  color: #5387A6;
}
.top-flow__unit:first-child .top-flow__unit-title {
  color: #5387A6;
}
.top-flow__unit:first-child .top-flow__unit-btn {
  background: #5387A6;
}
.top-flow__unit:nth-child(2) {
  border-left: 1px solid #ACA480;
  border-left: 0.0625rem solid #ACA480;
  padding: 15px 10px 26px 70px;
  padding: 0.9375rem 0.625rem 1.625rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .top-flow__unit:nth-child(2) {
    border-left: none;
    border-top: 0.0625rem solid #ACA480;
    padding: 1.875rem 0 0;
    margin-top: 2.5rem;
  }
}
.top-flow__unit:nth-child(2) .top-flow__unit-header {
  background: url(../img/common/circle-icon03.png) no-repeat bottom 5px left/24px;
  background: url(../img/common/circle-icon03.png) no-repeat bottom 0.3125rem left/1.5rem;
}
@media screen and (max-width: 767px) {
  .top-flow__unit:nth-child(2) .top-flow__unit-header {
    background-size: 1.125rem;
  }
}
.top-flow__unit:nth-child(2) .top-flow__unit-subtitle {
  color: #543B5B;
}
.top-flow__unit:nth-child(2) .top-flow__unit-title {
  color: #543B5B;
}
.top-flow__unit:nth-child(2) .top-flow__unit-btn {
  background: #543B5B;
}

.top-flow__unit-header {
  padding-left: 36px;
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .top-flow__unit-header {
    padding-left: 1.875rem;
  }
}

.top-flow__unit-subtitle {
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-flow__unit-subtitle {
    font-size: 0.8125rem;
  }
}

.top-flow__unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-flow__unit-title {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.top-flow__unit-text {
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-flow__unit-text {
    line-height: 2;
    margin-top: 0.9375rem;
  }
}

.top-flow__unit-btn {
  text-align: center;
  display: inline-block;
  width: 160px;
  width: 10rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 10px 20px 10px 0;
  padding: 0.625rem 1.25rem 0.625rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-flow__unit-btn {
    width: 8.75rem;
    margin-top: 0.9375rem;
  }
}
.top-flow__unit-btn::after {
  position: absolute;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 5px;
  height: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  right: 1.0625rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}

/* top-interview */
.top-interview {
  background: #F7F6F1;
  padding: 95px 0 94px;
  padding: 5.9375rem 0 5.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-interview {
    padding: 3.125rem 0 11.1875rem;
  }
}
.top-interview .subtitle, .top-interview .title {
  text-align: center;
}

.top-interview__text {
  text-align: center;
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin: 75px auto 0;
  margin: 4.6875rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-interview__text {
    text-align: left;
    margin-top: 2.375rem;
  }
}

.top-interview__items {
  margin-top: 168px;
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .top-interview__items {
    margin-top: 4rem;
  }
}

.top-interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-interview__item {
    display: block;
  }
}
.top-interview__item + .top-interview__item {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .top-interview__item + .top-interview__item {
    margin-top: 7.8125rem;
  }
}
.top-interview__item:nth-child(even) .top-interview__item-img {
  margin-right: calc(50% - 50vw);
  right: 0;
}
.top-interview__item:nth-child(even) .top-interview__item-img img {
  border-radius: 18.75rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .top-interview__item:nth-child(even) .top-interview__item-img img {
    border-radius: 6.25rem 0 0 1rem;
  }
}
.top-interview__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
.top-interview__item:nth-child(odd)::before {
  position: absolute;
  content: "";
  width: 691px;
  width: 43.1875rem;
  height: 691px;
  height: 43.1875rem;
  right: 150px;
  right: 9.375rem;
  top: -260px;
  top: -16.25rem;
  background: url(../img/top/top-interview-bg01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-interview__item:nth-child(odd)::before {
    width: 29.8125rem;
    height: 29.8125rem;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10rem;
  }
}
.top-interview__item:nth-child(odd) .top-interview__item-img {
  margin-left: calc(50% - 50vw);
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-interview__item:nth-child(odd) .top-interview__item-img {
    padding-right: 1.5625rem;
  }
}
.top-interview__item:nth-child(odd) .top-interview__item-img img {
  border-radius: 0 18.75rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .top-interview__item:nth-child(odd) .top-interview__item-img img {
    border-radius: 0 6.25rem 1rem 0;
  }
}

.top-interview__item-img {
  position: absolute;
  width: 57vw;
  top: -40px;
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .top-interview__item-img {
    position: static;
    width: 100vw;
  }
}
.top-interview__item-img img {
  height: 620px;
  height: 38.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-interview__item-img img {
    height: 16.625rem;
  }
}

.top-interview__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 720px;
  width: 45rem;
  max-width: 100%;
  height: 720px;
  height: 45rem;
  position: relative;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-interview__item-body {
    width: auto;
    height: auto;
    margin-top: -2.5rem;
  }
}
.top-interview__item-body::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top-interview-bg02.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-interview__item-body::before {
    width: 43.75rem;
    height: 43.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.5rem;
  }
}

.top-interview__item-texts {
  width: 479px;
  width: 29.9375rem;
  min-height: 396px;
  min-height: 24.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-interview__item-texts {
    width: 20.3125rem;
    min-height: 27.375rem;
  }
}

.top-interview__item-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
  top: -4.375rem;
  width: 420px;
  width: 26.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-interview__item-title {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 17.0625rem;
    margin: 0 auto;
  }
}

.top-interview__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-interview__item-header {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.top-interview__item-name {
  border-left: 1px solid #333;
  border-left: 0.0625rem solid #333;
  padding-left: 40px;
  padding-left: 2.5rem;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-interview__item-name {
    padding-left: 2rem;
    margin-left: 2rem;
  }
}

.top-interview__item-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #543B5B;
  border-top: 1px solid #333;
  border-top: 0.0625rem solid #333;
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-interview__item-subtitle {
    font-size: 1.125rem;
  }
}

.top-interview__item-text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top-interview__item-text {
    margin-top: 1.25rem;
  }
}

/* top-menu */
.top-menu {
  padding-top: 116px;
  padding-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .top-menu {
    padding-top: 2.3125rem;
  }
}

.top-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-menu__items {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-menu__item + .top-menu__item {
    margin-top: 0.25rem;
  }
}
.top-menu__item:first-child {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .top-menu__item:first-child {
    width: 100%;
  }
}
.top-menu__item:first-child .top-menu__item-inner {
  background: url(../img/top/top-menu-bg01_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-menu__item:first-child .top-menu__item-inner {
    background: url(../img/top/top-menu-bg01_sp.jpg) no-repeat center/cover;
  }
}
.top-menu__item:first-child .top-menu__item-inner::before {
  background: rgba(146, 109, 154, .5);
}
.top-menu__item:first-child .top-menu__item-inner:hover::before {
  background: rgba(146, 109, 154, .8);
}
@media screen and (max-width: 767px) {
  .top-menu__item:first-child .top-menu__item-body {
    padding: 10.625rem 1rem 0.875rem;
  }
}
.top-menu__item:first-child .top-menu__item-title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:first-child .top-menu__item-title {
    font-size: 1.5rem;
  }
}
.top-menu__item:first-child .top-menu__item-text {
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:first-child .top-menu__item-text {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
.top-menu__item:first-child .top-menu__item-subtitle {
  color: #543B5B;
}
.top-menu__item:first-child .top-menu__item-more {
  background: url(../img/common/more-icon01.png) no-repeat center right/48px;
  background: url(../img/common/more-icon01.png) no-repeat center right/3rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:first-child .top-menu__item-more {
    background-size: 2.5rem;
  }
}
.top-menu__item:nth-child(2) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(2) {
    width: 100%;
  }
}
.top-menu__item:nth-child(2) .top-menu__item-inner {
  background: url(../img/top/top-menu-bg02_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(2) .top-menu__item-inner {
    background: url(../img/top/top-menu-bg02_sp.jpg) no-repeat center/cover;
  }
}
.top-menu__item:nth-child(2) .top-menu__item-inner::before {
  background: rgba(83, 135, 166, .5);
}
.top-menu__item:nth-child(2) .top-menu__item-inner:hover::before {
  background: rgba(83, 135, 166, .8);
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(2) .top-menu__item-body {
    padding: 5.25rem 1rem 0.5rem;
  }
}
.top-menu__item:nth-child(2) .top-menu__item-subtitle {
  color: #5387A6;
}
.top-menu__item:nth-child(2) .top-menu__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(2) .top-menu__item-title {
    font-size: 1.125rem;
    padding-top: 0;
  }
}
.top-menu__item:nth-child(2) .top-menu__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(2) .top-menu__item-text {
    margin-top: 0;
  }
}
.top-menu__item:nth-child(2) .top-menu__item-more {
  background: url(../img/common/more-icon02.png) no-repeat center right/48px;
  background: url(../img/common/more-icon02.png) no-repeat center right/3rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(2) .top-menu__item-more {
    background-size: 2.5rem;
  }
}
.top-menu__item:nth-child(3) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(3) {
    width: 100%;
  }
}
.top-menu__item:nth-child(3) .top-menu__item-inner {
  background: url(../img/top/top-menu-bg03_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(3) .top-menu__item-inner {
    background: url(../img/top/top-menu-bg03_sp.jpg) no-repeat center/cover;
  }
}
.top-menu__item:nth-child(3) .top-menu__item-inner::before {
  background: rgba(143, 128, 93, .5);
}
.top-menu__item:nth-child(3) .top-menu__item-inner:hover::before {
  background: rgba(143, 128, 93, .8);
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(3) .top-menu__item-body {
    padding: 5.25rem 1rem 0.5rem;
  }
}
.top-menu__item:nth-child(3) .top-menu__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(3) .top-menu__item-title {
    font-size: 1.125rem;
    padding-top: 0;
  }
}
.top-menu__item:nth-child(3) .top-menu__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(3) .top-menu__item-text {
    margin-top: 0;
  }
}
.top-menu__item:nth-child(3) .top-menu__item-more {
  background: url(../img/common/more-icon03.png) no-repeat center right/48px;
  background: url(../img/common/more-icon03.png) no-repeat center right/3rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item:nth-child(3) .top-menu__item-more {
    background-size: 2.5rem;
  }
}

.top-menu__item-inner {
  display: block;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.top-menu__item-inner::before {
  position: absolute;
  content: "";
  border-radius: 1rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.top-menu__item-inner:hover {
  opacity: 1;
}

.top-menu__item-body {
  padding: 270px 21px 12px;
  padding: 16.875rem 1.3125rem 0.75rem;
  position: relative;
}

.top-menu__item-subtitle {
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 20px;
  left: 1.25rem;
  width: 112px;
  width: 7rem;
  height: 112px;
  height: 7rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 50%;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-menu__item-subtitle {
    width: 6rem;
    height: 6rem;
    left: unset;
    top: 0.5625rem;
    right: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.top-menu__item-title {
  font-weight: 700;
  color: #fff;
}

.top-menu__item-text {
  font-weight: 500;
  color: #fff;
}

.top-menu__item-bottom {
  text-align: right;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item-bottom {
    padding: 0.625rem 0.6875rem;
  }
}

.top-menu__item-more {
  display: inline-block;
  color: #fff;
}

/* top-mv */
.top-mv {
  background: #F7F6F1;
  padding: 103px 36px 47px;
  padding: 6.4375rem 2.25rem 2.9375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding: 5rem 1.5625rem 2.4375rem;
  }
}
.top-mv::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 179px;
  height: 11.1875rem;
  background: url(../img/common/mv-bg01_pc.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-mv::after {
    height: 9.9375rem;
    background: url(../img/common/mv-bg01_sp.png) no-repeat center/cover;
  }
}

.top-mv__content {
  background: url(../img/top/top-mv-bg_pc.jpg) no-repeat center/cover;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top-mv__content {
    background: url(../img/top/top-mv-bg_sp.jpg) no-repeat center/cover;
  }
}
.top-mv__content .l-inner {
  max-width: 1330px;
  max-width: 83.125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__content .l-inner {
    padding: 0;
  }
}

.top-mv__inner {
  padding: 350px 0 100px;
  padding: 21.875rem 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv__inner {
    padding: 21.25rem 0.75rem 1.5625rem;
  }
}

.top-mv__scroll {
  position: absolute;
  bottom: 32px;
  bottom: 2rem;
  right: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #543B5B;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__scroll {
    right: 0.25rem;
    bottom: 0.75rem;
  }
}
.top-mv__scroll span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 45px;
  height: 2.8125rem;
}
.top-mv__scroll span::before, .top-mv__scroll span::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #543B5B;
}
.top-mv__scroll span::before {
  bottom: 0;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
}
.top-mv__scroll span::after {
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-radius: 50%;
  top: 0;
  -webkit-animation: moveDot 2s ease-in-out infinite;
          animation: moveDot 2s ease-in-out infinite;
}

@-webkit-keyframes moveDot {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    top: 2.375rem;
    opacity: 1;
  }
  100% {
    top: 2.375rem;
    opacity: 0;
  }
}

@keyframes moveDot {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    top: 2.375rem;
    opacity: 1;
  }
  100% {
    top: 2.375rem;
    opacity: 0;
  }
}
.top-mv__subtitle span {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transform: matrix(1, 0, -0.17, 0.98, 0, 0);
          transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}
@media screen and (max-width: 767px) {
  .top-mv__subtitle span {
    font-size: 3.5rem;
  }
}
.top-mv__subtitle span:first-child {
  color: #543B5B;
}
.top-mv__subtitle span:nth-child(3) {
  background: linear-gradient(97.29deg, #8D4E9D 36.62%, rgba(141, 78, 157, .5) 88.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: 45px;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__subtitle span:nth-child(3) {
    margin-left: 0.3125rem;
  }
}

.top-mv__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 1rem;
    margin-top: 0.4375rem;
  }
}

/* top-schedule */
.top-schedule {
  background: #F7F6F1;
  padding: 65px 0 81px;
  padding: 4.0625rem 0 5.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-schedule {
    padding: 2.5rem 0 3.4375rem;
  }
}
.top-schedule .schedule__units {
  position: relative;
  z-index: 1;
}
.top-schedule .schedule__units::before {
  position: absolute;
  content: "";
  width: 935px;
  width: 58.4375rem;
  height: 935px;
  height: 58.4375rem;
  right: -300px;
  right: -18.75rem;
  top: -600px;
  top: -37.5rem;
  background: url(../img/top/top-schedule-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-schedule .schedule__units::before {
    width: 33.5rem;
    height: 33.5rem;
    top: -18.75rem;
  }
}
.top-schedule .schedule__unit:first-child .schedule__item-btn {
  background: #ACA480;
  border-color: #ACA480;
}
.top-schedule .schedule__unit:first-child .schedule__item-btn:hover {
  background: #fff;
  color: #ACA480;
}
.top-schedule .schedule__unit:first-child .schedule__item-btn:hover::after {
  background: url(../img/common/arrow-icon06.png) no-repeat center/contain;
}
.top-schedule .schedule__item {
  background: #fff;
}

/* top-slider */
.top-slider {
  background: #F7F6F1;
  padding: 40px 0;
  padding: 2.5rem 0;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .top-slider {
    padding: 1.875rem 0;
  }
}

.top-slider__items {
  position: relative;
  z-index: 2;
  display: none;
}
.top-slider__items.slick-initialized {
  display: block;
}

.top-slider__item {
  margin: 0 4px;
  margin: 0 0.25rem;
}
.top-slider__item img {
  border-radius: 1rem;
}
/*# sourceMappingURL=style.css.map */
