@charset "UTF-8";
.teacher-card-blockList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 16px;
}

.teacher-card-blockList .c-teacher-card {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .teacher-card-blockList {
    justify-content: center;
  }
}
.p-single-news .c-pickup-teacher-block {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-pickup-teacher-block {
    flex-direction: column;
  }
}
.p-single-news .c-pickup-teacher-block__image {
  width: 250px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-pickup-teacher-block__image {
    margin: auto;
  }
}
.p-single-news .c-pickup-teacher-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-news .c-pickup-teacher-block__textBox {
  width: calc(100% - 274px);
}
@media screen and (max-width: 768px) {
  .p-single-news .c-pickup-teacher-block__textBox {
    width: 100%;
  }
}
.p-single-news .c-pickup-teacher-block__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.p-single-news .c-pickup-teacher-block__katagaki {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.p-single-news .c-pickup-teacher-block__list {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.p-single-news .c-pickup-teacher-block__list a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
}
.p-single-news .c-pickup-teacher-block__list a.blue {
  background-color: #1B4567;
  color: #fff;
}
.p-single-news .c-pickup-teacher-block__list a.gray {
  background-color: #EDEDED;
  color: #1B4567;
}
.p-single-news .c-pickup-teacher-block__listItem {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.p-single-news .c-pickup-teacher-block__listItem:last-child {
  margin-bottom: 0;
}
.p-single-news .c-pickup-teacher-block__subList {
  display: flex;
  gap: 4px;
}
.p-single-news .c-pickup-teacher-block__theme {
  margin-bottom: 0;
}
.p-single-news .c-pickup-teacher-block__themeTitle {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 700;
  color: #333;
}
.p-single-news .c-pickup-teacher-block__themeName {
  font-weight: 700;
  color: #1B4567;
  margin-bottom: 16px;
}
.p-single-news .c-pickup-teacher-block__career {
  max-height: 200px;
  overflow-y: scroll;
}
.p-single-news .c-pickup-teacher-block__career::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
}
.p-single-news .c-pickup-teacher-block__career::-webkit-scrollbar-track {
  background-color: #D6D5D5;
  border-radius: 4px;
}
.p-single-news .c-pickup-teacher-block__career::-webkit-scrollbar-thumb {
  background-color: #1B4567;
  border-radius: 4px;
}
.p-single-news .c-pickup-teacher-block__careerTitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.p-single-news .c-pickup-teacher-block__careerDesc {
  font-size: 1.4rem;
}
.p-single-news .c-pickup-teacher-block__btnList {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 8px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-pickup-teacher-block__btnList {
    flex-direction: column;
    align-items: center;
  }
}
.p-single-news .c-pickup-teacher-block__btnList .btn-normal {
  margin: 0;
  height: 60px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* エディター用 */
.editor-styles-wrapper.block-editor-writing-flow .teacher-card-blockList {
  gap: 4px;
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card {
  width: 220px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  padding: 10px;
  margin: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__link {
    flex-direction: column;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__image {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__image {
    margin: auto;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__textBox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__textBox {
    width: 100%;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__title {
    margin-bottom: 1.2rem;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__katagaki {
  font-size: 14px;
  font-weight: 400;
  color: #1B191A;
  margin-bottom: 18px;
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card__katagaki:last-child {
  margin-bottom: 12px;
}
.editor-styles-wrapper.block-editor-writing-flow .c-teacher-card .btn-normal {
  display: none;
}
.editor-styles-wrapper.block-editor-writing-flow .c-candidate-add-error {
  display: none;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block {
    flex-direction: column;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__image {
  width: 125px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__image {
    margin: auto;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__textBox {
  width: calc(100% - 274px);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__textBox {
    width: 100%;
  }
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__katagaki {
  display: none;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__list {
  display: none;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__theme {
  display: none;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__career {
  display: none;
}
.editor-styles-wrapper.block-editor-writing-flow .c-pickup-teacher-block__btnList {
  display: none;
}

/*# sourceMappingURL=acf-block.css.map */
