@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@keyframes pageTopShake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, -5px) rotateZ(5deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, -5px) rotateZ(-5deg);
  }
}
@keyframes iconShake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, 0px) rotateZ(8deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, 0px) rotateZ(-8deg);
  }
}
.txtblock-prof p {
  line-height: 30px;
}

.txtblock-label {
  font-size: 18px !important;
}

.message-big-text {
  line-height: 40px !important;
}

.new-interview {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 10px 0 10px;
}
.new-interview img {
  margin-bottom: 40px;
}
.new-interview h2 {
  font-size: 24px !important;
  font-weight: bold;
  font-family: "Noto Sans JP";
  margin-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .new-interview h2 {
    font-size: 36px !important;
    font-weight: bold;
    font-family: "Noto Sans JP";
    margin-bottom: 40px;
  }
}
.new-interview h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.new-interview p {
  margin-bottom: 40px;
  line-height: 35px;
}

.interview-title {
  color: #0090d9;
  font-weight: bold;
  margin-bottom: 10px !important;
}

.profile-new {
  align-items: flex-end !important;
}

.inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.instructor-about {
  background: #F7F7F7;
}

.short-movie {
  background: #F7F7F7;
}

.instructor-about-inner {
  padding: 40px 20px;
}
.instructor-about-inner h2 {
  font-size: 48px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 42px;
  margin: 0 0 40px 0;
}
.instructor-about-inner h2 span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 0px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 740px) {
  .instructor-about-inner {
    padding: 80px 10px 60px 10px;
  }
  .instructor-about-inner h2 {
    font-size: 48px;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin: 0 0 40px 0;
  }
  .instructor-about-inner h2 span {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 20px;
  }
}

.instructor-visual-wrap {
  display: block;
}
.instructor-visual-wrap img {
  max-width: 363px;
  margin: 0 0px 40px 0;
}
@media screen and (min-width: 740px) {
  .instructor-visual-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .instructor-visual-wrap img {
    max-width: 363px;
    margin: 0 50px 0 0;
  }
}

.instructor-visual-text h3 {
  font-size: 14px;
  padding: 5px 20px;
  color: #fff;
  display: block;
  background: #333;
  font-weight: bold;
}
.instructor-visual-text p {
  line-height: 30px;
  letter-spacing: 0.035em;
}
.instructor-visual-text .history {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 40px 0 30px 0;
}
.instructor-visual-text .history-text {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.instructor-visual-text .history-text span {
  background: #F9D2D4;
}
@media screen and (min-width: 740px) {
  .instructor-visual-text .history-text {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .instructor-visual-text .history-text span {
    background: #F9D2D4;
  }
}

.instructor-type-wrap {
  padding: 20px 10px 10px 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.instructor-type-wrap img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 740px) {
  .instructor-type-wrap {
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .instructor-type-wrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 10px 0 0;
  }
  .instructor-type-wrap img:last-child {
    margin: 0;
  }
}

.short-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.short-title h2 {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #F7F7F7;
  padding: 5px;
}
@media screen and (min-width: 740px) {
  .short-title h2 {
    width: 24%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.315em;
    background: #F7F7F7;
    padding: 10px;
  }
}
.short-title .bar {
  width: 45%;
  display: block;
  border-bottom: 6px solid #333;
}
@media screen and (min-width: 740px) {
  .short-title .bar {
    width: 76%;
    display: block;
    border-bottom: 6px solid #333;
  }
}

.movie-short-wrap {
  padding: 40px 0 80px 0;
  overflow: hidden;
}

.movie-short-item {
  margin: 0 10px !important;
}
.movie-short-item img {
  border-radius: 18px;
}
.movie-short-item h3 {
  font-size: 14px;
  display: inline;
}

.youtube-text-link {
  color: #333;
}

.youtube-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}
.youtube-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 10px 0 0;
}
.youtube-link a {
  font-size: 12px;
}
.youtube-link .register-btn {
  background: #000;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 12px;
}

.tab-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #666;
}
.tab-links li a {
  font-size: 16px;
  background: #fff;
  color: #666;
  padding: 10px 30px;
  margin: 0 5px 0 0;
}

.tab-links li.active a {
  font-weight: bold;
  background: #333;
  color: #fff;
}

/* タブコンテンツの初期非表示 */
.tab-content {
  display: none;
}

/* 選択されたタブのコンテンツを表示 */
.tab-content.active {
  display: block;
}

#instructor-shortVideo {
  cursor: pointer;
}
#instructor-shortVideo:hover {
  opacity: 0.7;
}

#instructor-shortVideo02 {
  cursor: pointer;
}
#instructor-shortVideo02:hover {
  opacity: 0.7;
}

#instructor-shortVideo03 {
  cursor: pointer;
}
#instructor-shortVideo03:hover {
  opacity: 0.7;
}

#instructor-shortVideo04 {
  cursor: pointer;
}
#instructor-shortVideo04:hover {
  opacity: 0.7;
}

#instructor-shortVideo05 {
  cursor: pointer;
}
#instructor-shortVideo05:hover {
  opacity: 0.7;
}

#instructor-showVideo {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px 0;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  max-width: 400px;
  border-radius: 10px;
}
#instructor-showVideo:before {
  margin: 0 5px 0 0;
  font-family: "Material Icons";
  content: "\e41b";
  font-size: 30px;
}
#instructor-showVideo:hover {
  color: #333;
  background: #fff;
  outline: 2px solid #333;
}
@media screen and (min-width: 740px) {
  #instructor-showVideo {
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    max-width: 400px;
    border-radius: 10px;
  }
  #instructor-showVideo:before {
    margin: 0 5px 0 0;
    font-family: "Material Icons";
    content: "\e41b";
    font-size: 30px;
  }
  #instructor-showVideo:hover {
    color: #333;
    background: #fff;
    outline: 2px solid #333;
  }
}

.instructor-self-pr {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* 薄い黒の背景 */
  z-index: 2001; /* ウィンドウを最前面に表示 */
}
.instructor-self-pr iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.popup.show {
  display: block;
  opacity: 1; /* フェードインアニメーション */
}

.close-popup {
  position: absolute;
  top: 50px;
  right: 44%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 2002;
  background: #0090d9;
  padding: 4px 10px;
  border-radius: 50%;
}
@media screen and (min-width: 740px) {
  .close-popup {
    position: absolute;
    top: 50px;
    right: 39%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 2002;
  }
}

.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 20px !important;
  margin: auto;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #333 !important;
  opacity: 1 !important;
  outline: none;
  border: none;
}

.instructor-cta {
  border-top: 0px solid #333;
  position: relative;
  padding: 20px 0 40px 0;
  background: #F7F7F7;
}
@media screen and (min-width: 740px) {
  .instructor-cta {
    border-top: 2px solid #333;
    position: relative;
    padding: 0px 0 100px 0;
    background: #F7F7F7;
  }
}

.instructor-cta-inner {
  position: relative;
  width: auto;
  display: block;
  justify-content: space-between;
  background-color: #F7F7F7;
  padding: 10px 20px;
}
.instructor-cta-inner a {
  position: relative;
  background: #333;
  color: #fff;
  width: 90%;
  margin: 0 0 20px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.24em;
}
.instructor-cta-inner a:hover {
  background: #fff;
  color: #333;
  outline: 2px solid #333;
}
.instructor-cta-inner a:after {
  position: absolute;
  top: 50%;
  right: 2.5em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.instructor-cta-inner a:last-child {
  margin: 0;
}
@media screen and (min-width: 740px) {
  .instructor-cta-inner {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
    padding: 10px 30px;
  }
  .instructor-cta-inner a {
    position: relative;
    background: #333;
    color: #fff;
    margin: 0 15px 0 0;
    max-width: 460px;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 0.24em;
  }
  .instructor-cta-inner a:hover {
    background: #fff;
    color: #333;
    outline: 2px solid #333;
  }
  .instructor-cta-inner a:after {
    position: absolute;
    top: 50%;
    right: 2.5em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
  }
  .instructor-cta-inner a:last-child {
    margin: 0 0px 0 15px;
  }
}

.instructor-message {
  background: #fff;
}

.instructor-message-wrap {
  padding: 40px 20px 20px 20px;
  max-width: 800px;
}
.instructor-message-wrap h2 {
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.instructor-message-wrap h3 {
  font-size: 18px;
  color: #0090d9;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 740px) {
  .instructor-message-wrap {
    padding: 80px 20px;
  }
  .instructor-message-wrap h2 {
    font-size: 36px;
    margin: 0 0 50px 0;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .instructor-message-wrap h3 {
    font-size: 24px;
    color: #0090d9;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin: 0 0 40px 0;
  }
}

.entry-content {
  padding: 0 !important;
}
.entry-content p {
  font-size: 14px;
  line-height: 31.5px;
  letter-spacing: 0.1rem;
  margin: 0 0 30px 0;
}
.entry-content p .red {
  color: #C9445A;
  background: #fff;
  font-weight: bold;
}
.entry-content img {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 740px) {
  .entry-content p {
    font-size: 16px;
    line-height: 40.5px;
    letter-spacing: 0.1rem;
    margin: 0 0 30px 0;
  }
  .entry-content p .red {
    color: #C9445A;
    background: #fff;
  }
  .entry-content img {
    margin: 0 0 30px 0;
  }
}

.instructor-cta-bottom {
  background: #fff;
}
.instructor-cta-bottom .inner {
  background: #fff;
}/*# sourceMappingURL=new-style.css.map */