@charset "utf-8";

/**************************************************************
ココナラリンクのボタン
**************************************************************/
.mv__link {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 100;
}

.mv__link img {
  width: 20rem;
}

@media all and (max-width: 767px) {
  .mv__link img {
    width: 11rem;
  }
}

/**************************************************************
* menu
**************************************************************/
.menu__item__body {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
}

@media all and (max-width: 767px) {
  .menu__item__body {
    font-size: 1.6rem;
  }
}

.program__btn {
  text-align: center;
  margin-top: 2rem;
}

.program__btn a {
  display: block;
  width: 20rem;
  height: 3rem;
  line-height: 2.2;
  color: #fff;
  font-size: 1.4rem;
  background-color: var(--c-submit-btn-color);
  border-radius: 20px;
  transition-duration: 0.6s;
}

.program__btn a:hover {
  opacity: 0.8;
  transition-duration: 0.6s;
}


.about__youtube {
  margin: 4rem auto 0;
  padding-bottom: 3rem;

  position: relative;
  padding-bottom: 56.25%; /* 16:9の割合 */
  height: 0;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .about__youtube {
    margin: 2rem auto 0;
  }
}

.about__youtube iframe {
  margin: 0 auto;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__youtube__comment {
  color: var(--main-ttl-color);
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  line-height: 2;
  text-align: center;
}

@media all and (max-width: 767px) {
  .about__youtube__comment {
    font-size: 1.4rem;
  }
}

.about__youtube__comment--2 {
  margin-top: 5rem;
  color: var(--main-ttl-color);
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  line-height: 2;
  text-align: center;
}

@media all and (max-width: 767px) {
  .about__youtube__comment--2 {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

.profile__btn {
  text-align: center;
  margin: 2rem auto 0;
  width: 40rem;
}

.profile__btn a {
  display: block;
  width: 40rem;
  height: 3rem;
  line-height: 2.2;
  color: #fff;
  font-size: 1.4rem;
  background-color: var(--c-submit-btn-color);
  border-radius: 20px;
  transition-duration: 0.6s;
}

@media all and (max-width: 767px) {
  .profile__btn a {
    width: 30rem;
  }
}

.profile__btn a:hover {
  opacity: 0.8;
  transition-duration: 0.6s;
}

/* xxx
**************************************************************/

/* xxx
********************************/

@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}