/* 経営者アカデミー */
.academy .hero__btns .section__button {
  width: 340px;
}
/* Management Academy Section */
.management-academy-about {
  background: linear-gradient(112.61deg, #FFFFFF 3.62%, #DBEAFE 94.57%);
}

.management-academy-about .container {
  padding: 90px 0 50px;
}

.management-academy-about .section__title {
  margin-bottom: 1.43rem;
}

.management-academy-about .section__subtitle {
  margin-bottom: 3rem;
}

.management-academy__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.29rem;
  line-height: 1.56;
  text-align: center;
  max-width: 767px;
  margin: 0 auto 3.57rem;
}

.management-academy__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.management-academy__item {
  width: 31%;
  padding: 30px 30px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: #ffffff;
}

@media (max-width: 1279px) {
  .management-academy__item {
    padding: 20px 25px 20px 25px;
  }
}

.management-academy__item-num {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 4.57rem;
  line-height: 0.375;
  color: #3739A41A;
}
.management-academy__item-img{
  width: 100%;
}
.management-academy__item-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.management-academy__item-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 1.6;
  min-height: 4em;
  margin: -1em 0;
  display: flex;
  align-items: center;
}

.management-academy__item-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.14rem;
  line-height: 1.5;
  color: #4B5563;
}

@media (max-width: 767px) {
  .management-academy__list {
    flex-direction: column;
    gap: 20px;
  }
  .management-academy__item {
    width: 100%;
    gap: 3rem;
    padding: 30px 20px;
  }
  .management-academy__item-title {
    min-height: auto;
    font-size: 18px;
  }
  .management-academy__item-text{
    font-size: 16px;
  }
}

/* Loved-by Section */
.loved-by{
  padding: 70px 0 90px 0;
  background-color: #fff;
}
.loved-by .container{
  background: #FFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 0;
  padding-bottom: 40px;
}
.loved-by__title{
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  padding: 1.4rem 0;
  background-color: #494BAC;
  color: #fff;
  text-align: center;
}
.loved-by-list{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.loved-by-list__item {
  width: 32%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loved-by__item-img{
  width: 100%;
}
.loved-by__item-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.loved-by__text{
  padding: 40px 0 50px 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.29rem;
  line-height: 1.56;
  text-align: center;
}
.loved-by__item-text{
  background-color: #DBEAFE;
  font-family: "Shippori Mincho", serif;
  font-size: 1.07rem;
  line-height: 1.5;
  color: #4B5563;
  padding: 0 10px;
  width: 100%;
  height: 9.375rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .loved-by{
    padding: 50px 0;
    box-sizing: border-box;
  }
  .loved-by-list {
    flex-direction: column;
    gap: 20px;
  }
  .loved-by .container{
    width: 96%;
  }
  .loved-by-list__item {
    width: 90%;
    margin: 0 auto;
  }
  .loved-by__text{
    padding: 20px 0;
    font-size: 16px;
  }
  .loved-by__item-text{
    font-size: 16px;
  }
}

/* Seminar Section */
.academy .seminar {
  padding-top: 0;
  background: #FFFFFF;
}

.academy .seminar .container {
  padding: 50px 0 100px;
}

/* Achievements Section */
.achievements{
  background-color: #fff;
  padding-bottom: 100px;
}
.achievements .container{
  max-width: 95%;
}
.achievements__card-list{
  display: flex;
  width: 100%;
  gap: 16px;
  justify-content: center;
}
.achievements__card-item{
  width: 19%;
}
.achievements__item{
  width: calc(100% - 25px);
  height: 9.375rem;
  padding: 1rem 0.8rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 1rem 0;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.achievements__item-title{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.14rem;
  text-align: center;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievements__item-description{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1,25rem;
  line-height: 1;
  color: #3739A4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 24px;
}
.achievements__item-description::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3739A4;
  position: absolute;
  top: -10px;
  left: 0;
}
.achievements__item-description span{
  font-family: "MinervaModern", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1;
  color: #3739A4;
  margin-bottom: 1.4rem;
}
.achievements__item-note{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #8592A5;
  margin-top: 10px;
}
.achievements__item-sp{
  display: none;
}
@media (max-width: 1279px) {
  .achievements__card-list{
    gap: 12px;
  }
  .achievements__item{
    padding: 0.8rem 0.6rem;
  }
  .achievements__item-description span{
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .achievements{
    padding: 50px 0;
  }
  .achievements__container {
    width: 100%;
    padding: 0 20px;
  }
  .achievements__card-list {
    flex-direction: column;
    gap: 20px;
  }
  .achievements__item-pc{
    display: none;
  }
  .achievements__item-sp{
    display: block;
  }
  .achievements__card-item{
    width: 100%;
  }
  .achievements__item{
    width: 220px;
    height: 94px;
  }
  .achievements__item-last{
    height: 108px;
  }
  .achievements__item-last .achievements__item-description{
    margin-top: 24px;
  }
  .achievements__item-title{
    font-size: 16px;
  }
  .achievements__item-description{
    font-size: 20px;
    margin-top: 8px;
  }
  .achievements__item-description span{
    font-size: 40px;
    margin-bottom: 0.4rem;
  }
  .achievements__item-description::before {
    top: -6px;
  }
  .achievements__item-note{
    font-size: 12px;
  }
}

/* Step Up Process Section */
.step-up{
  background-color: #F8F8F8;
  padding: 70px 0 100px;
}
.step-up .container{
  max-width: 95%;
}
.step-up__item-img{
  position: absolute;
}
.step-up__item-img-1{
  width: 9.778125rem;
  height: 11.875rem;
  position: absolute;
  top: -11.875rem;
  right: 0;
}
.step-up__item-img-2{
  width: 4.875rem;
  height: 12.125rem;
  position: absolute;
  top: -12.125rem;
  left: 5rem;
}
.step-up__item-img-3{
  width: 4.59375em;
  height: 11.695625rem;
  position: absolute;
  top: -11.695625rem;
  left: 1rem;
}
.step-up__item-img img {
  object-fit: cover;
  height: 100%;
}
.step-up__card-list{
  display: flex;
  align-items: flex-end;
  margin-top: 11.25rem;
}
.step-up__card-item{
  width: 16.42%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.step-up__card-item-01 { height: 19.5rem; }
.step-up__card-item-02 { height: 22rem; }
.step-up__card-item-03 { height: 24.5rem; }
.step-up__card-item-04 { height: 27rem; }
.step-up__card-item-05 { height: 29.5rem; }
.step-up__card-item-06 { height: 32rem; }
.step-up__title-num{
  color: #fff;
  font-family: "MinervaModern", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}
.step-up__title-text{
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.29rem;
  text-align: center;
}
.step-up__title{
  position: relative;
  width: calc(100% + 20px);
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
.step-up__title-01{
  width: 100%;
  background-color: #3739A4;
  margin-left: 0;
}
.step-up__title-02{
  background-color: #FE1B85;
}
.step-up__title-03{
  background-color: #009FB8;
}
.step-up__title-04{
  background-color: #FE6A00;
}
.step-up__title-05{
  background-color: #4FC400;
}
.step-up__title-06{
  background-color: #0087FE;
}
.step-up__title::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}
.step-up__title-01::after {
  display: none;
}
.step-up__title-02:after{
  background: #BD0059; 
}
.step-up__title-03{
  background-color: #009FB8;
}
.step-up__title-03:after{
  background: #00798C; /* 三角形の色 */
}
.step-up__title-04{
  background-color: #FE6A00;
}
.step-up__title-04:after{
  background: #D14900; /* 三角形の色 */
}
.step-up__title-05{
  background-color: #4FC400;
}
.step-up__title-05:after{
  background: #3C9400; /* 三角形の色 */
}
.step-up__title-06{
  background-color: #0087FE;
}
.step-up__title-06:after{
  background: #0067C2; /* 三角形の色 */
}

.step-up__item-top{
  width: 100%;
  padding: 1.875em 0.8em 0 0.8rem;
  margin-bottom: 10px;
}
.step-up__item-title{
  font-weight: 700;
  font-size: 0.8125em;
}
.step-up__item-title-01{
  color: #3739A4;
}
.step-up__item-title-02{
  color: #FE1B85;
}
.step-up__item-title-03{
  color: #009FB8;
}
.step-up__item-title-04{
  color: #FE6A00;
}
.step-up__item-title-05{
  color: #4FC400;
}
.step-up__item-title-06{
  color: #0087FE;
}
.step-up__item-description{
  font-size: 0.9em;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}
.step-up__item {
  width: 100%;
  padding: 0 0.8em;
}
.step-up__item-list{
  font-size: 0.86em;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  padding-left: 1em;
}
.step-up__item-list li::before {
  content: "・";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.step-up__period-img{
  width: 100%;
}
.step-up__period-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.step-up__title-sp{
  display: none;
}
.step-up__img-sp{
  display: none;
}

@media (max-width: 1279px) {
  .step-up__card-item-01 { height: 25.5rem; }
  .step-up__card-item-02 { height: 28rem; }
  .step-up__card-item-03 { height: 30.5rem; }
  .step-up__card-item-04 { height: 33rem; }
  .step-up__card-item-05 { height: 35.5rem; }
  .step-up__card-item-06 { height: 38rem; }
}
@media (max-width: 767px) {
  .step-up__title{
    display: none;
  }
  .step-up__card-list{
    flex-direction: column;
    margin-top: 0;
    gap: 10px;
  }
  .step-up__card-item{
    padding: 0 1rem 0;
  }
  .step-up__card-item-01 { height: auto; }
  .step-up__card-item-02 { height: auto; }
  .step-up__card-item-03 { height: auto; }
  .step-up__card-item-04 { height: auto; }
  .step-up__card-item-05 { height: auto; }
  .step-up__card-item-06 { height: auto; }
  .step-up__card-item{
    width: 100%;
  }
  .step-up__item {
    padding: 0 0.8em 1.875em 0.8rem;
  }
  .step-up__item-img {
    display: none;
  }
  .step-up__item-title{
    font-size: 1.43rem;
  }
  .step-up__item-description{
    font-size: 1.43rem;
  }
  .step-up__item-list{
    font-size: 1.43rem;
  }
  .step-up__title-sp{
    display: block;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    width: 100%;
    text-align: center;
  }
  .step-up__title-sp-01{
    background-color: #3739A4;
  }
  .step-up__title-sp-02{
    background-color: #FE1B85;
  }
  .step-up__title-sp-03{
    background-color: #009FB8;
  }
  .step-up__title-sp-04{
    background-color: #FE6A00;
  }
  .step-up__title-sp-05{
    background-color: #4FC400;
  }
  .step-up__title-sp-06{
    background-color: #0087FE;
  }
  .step-up__title-num{
    font-size: 2.2rem;
    margin-right: 10px;
  }
  .step-up__title-text{
    font-size: 1.65rem;
  }
  .step-up__period-img{
    display: none;
  }
  .step-up{
    padding: 50px 0;
  }
  .step-up__img-sp{
    display: block;
    width: 100%;
  }
  .step-up__img-sp img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

/* Membership System Section */
.membership {
  width: 100%;
  background: #FFFFFF;
  padding: 70px 0 90px;
}
.membership .container{
  padding:0;
}
.membership__container-inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.membership__card-item{
  background-color: #3739A4;
  padding: 3em;
  box-sizing: border-box;
}
.membership__title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.membership__title-num{
  line-height: 1;
  font-family: "MinervaModern", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 4.25rem;
  color: rgba(255, 255, 255, 0.2); /* 20%の透明度 */
}
.membership__title h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
  margin-left: 0.5rem;
}
.membership__title-member{
  margin-left: 1rem;
}
.membership__card-item-2 .membership__title-member {
  position: absolute;
  margin-left: 12em;
}
.membership__title-member span{
  font-size: 0.875em;
  font-weight: 600;
  background-color: #F9F871;
  padding: 0.2rem 1rem;
}
.membership__item{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1rem;
  gap: 40px;

}
.membership__item > div {
  flex: 1;
}
.membership__item-img{
  width: 31vw;
}
.membership__item-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.membership__item-text{
  color: #fff;
  font-weight: 400;
  font-size: 1.14rem;
}
.membership__item-bottom{
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.membership__item-text-bottom{
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  margin-top: 1.2rem;
}
.membership__item-img2{
  width: 100%;
  max-width: 21.4375rem;
  margin-top: 0.5rem;
}
.membership__item-img2 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.membership__item-img3{
  width: 100%;
  max-width: 22.0625rem;
  margin-top: 2rem;
}
.membership__item-img3 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.membership__card-wrp{
  display: flex;
  justify-content: space-between;
}
.membership__card-item-2{
  flex: 1 auto;
  background-color: #3739A4;
  max-width: 49%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.membership__card-item-2 h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-align: center;
}
.membership__item-img4{
  width: 9rem;
}
.membership__item-2{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}
.membership__item-text-2{
  color: #fff;
  font-weight: 400;
  font-size: 1.14rem;
  max-width: 27rem;
  margin-top: 1.4rem;
  line-height: 1.5;
}
.membership__item-text-3{
  color: #fff;
  font-weight: 400;
  font-size: 1.14rem;
  max-width: 37rem;
  margin: 0 auto;
  margin-top: 1.4rem;
  line-height: 1.5;
}
.membership__title-member-sp{
  display: none;
}
@media (max-width: 767px) {
  .membership__container{
    width: 96%;
  }
  .membership{
    padding: 50px 0;
  }
  .membership__container-inner{
    gap: 20px;
  }
  .membership__item{
    flex-direction: column;
  }
  .membership__card-wrp{
    flex-direction: column;
    gap: 6px;
  }
  .membership__card-item{
    padding: 20px;
  }
  .membership__card-item-2{
    max-width: 100%;
  }
  .membership__item-img{
    width: 100%;
    margin: 0 auto;
  }
  .membership__item-img2{
    max-width: 100%;
  }
  .membership__item-img3{
    max-width: 100%;
  }
  .membership__title{
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .membership__title-member{
    margin-left: 0;
  }
  .membership__card-item-2 .membership__title-member {
    position: static;
    margin-left: 0;
  }
  .membership__title-member span{
    font-size: 1.1rem;
  }
  .membership__title-member-pc{
    display: none;
  }
  .membership__title-member-sp{
    display: block;
  }
  .membership__item-text{
    font-size: 1.43rem;
    width: 100%;
    max-width: 100%;
  }
  .membership__item-text-2{
    font-size: 1.43rem;
    max-width: 100%;
  }
  .membership__card-item-2 {
    padding: 20px;
  }
  .membership__card-item-2 h3{
    margin-top: 10px;
  }
  .membership__item-text-3{
    font-size: 1.43rem;
    max-width: 100%;
  }
  .membership__card-wrp {
    gap: 20px;
  }
  .membership__item-2{
    flex-direction: column;
  }
  .membership__item-img4{
    width: 14rem;
    margin: 0 auto;
  }
  .membership__item-bottom{
    max-width: 100%;
  }
}



.panel {
  display: none;
}

.panel--active {
  display: block;
}

/* Support List */
.support-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-list__item {
  display: flex;
  gap: 8px;
}

.support-list__icon {
  width: 24px;
  height: 24px;
  background: url(../img/check.svg);
  background-size: cover;
  flex-shrink: 0;
}

.support-list__content {
  flex: 1;
}

.support-list__title {
  font-size: 1.14rem;
  font-weight: 500;
  color: #020817;
  line-height: 1.5;
}

.support-list__description {
  font-size: 1.14rem;
  color: #4B5563;
  line-height: 1.5;
}

.support-list__description-list li {
  list-style: disc;
  font-size: 1.14rem;
  color: #4B5563;
  line-height: 1.5;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .membership__bg {
    height: 235px;
  }

  .membership__tabs {
    flex-direction: column;
    padding: 0 20px;
  }

  .membership__tab {
    padding: 20px 0 30px;
    font-size: 13px;
    border-right: none;
  }

  .membership__tab::after {
    bottom: 1em;
  }

  .membership__tab:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #9CA3AF;
  }

  .membership__content {
    padding: 30px 25px;
  }

  .membership__content-title {
    margin-bottom: 30px;
  }

  .support-list__icon {
    width: 20px;
    height: 20px;
  }
}

/* Program Section */
.program {
  background: #FFFFFF;
}

.program .container {
  max-width: 95%;
}

.program__card {
  display: flex;
  flex-direction: row-reverse;
  height: 440px;
}

.program__card:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .program__card {
    flex-direction: column;
    height: auto;
  }
}

.program__card-img {
  width: 61%;
  background: #E5E7EB;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 865.5/577;
}

.program__card-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .program__card-img {
    width: 100%;
  }
}

.program__card-text {
  width: 39%;
  background: #3739A4;
  color: #Fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 29px;
  padding: 2rem 1rem;
}

@media (max-width: 767px) {
  .program__card-text {
    width: 100%;
  }
}

.program__card-title {
  font-size: 2.29rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1;
}

.program__card-description {
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.14rem;
  line-height: 1.5;
}

.program__card-list {
  text-align: left;
  max-width: 382px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.program__card-item {
  padding-left: 28px;
  background: url(../img/program_arrow.svg) left 0px top 2px no-repeat;
  background-size: 20px 20px;
  font-size: 1.14rem;
  line-height: 1.5;
}


.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.29rem;
  color: #374151;
}

.faq__item.open .faq__answer {
  max-height: 500px;
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid #000000;
}

@media (max-width: 767px) {
  .faq__item {
    padding: 33px 20px;
  }
}

/* 利用規約 */
.academy .term__box {
  max-width: 1000px;
  height: 45vh;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 45px 70px;
  background: #fff;
}

.academy .term__box p {
  margin-bottom: 20px;
}

/* お申込みフォーム */
.academy .apply {
  background: #fff;
}

.academy .apply__price {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 30px;
  box-shadow: 4px 4px 4px 0px #00000040;
  border: 1px solid #C9C9C9;
}

.academy .apply__price h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  background: #3739A4;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}

.academy .apply__price p {
  padding: 30px 25px;
  font-size: 16px;
  line-height: 1.5;
}

.academy .apply__text {
  max-width: 1000px;
  margin: 0 auto;
  color: #DC2626;
}

.academy .apply__text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.25;
}

.academy .apply__box .jss6 {
  padding-top: 0;
}