@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.vod-supervisor {
  display: flex;
  flex-direction: column;
}
.vod-supervisor__title {
  border-left: solid 2px var(--color_main);
  padding: 0em 0.75em;
  display: block;
  font-size: 4.5vw;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 600px) {
  .vod-supervisor__title {
    font-size: 20px;
  }
}
.vod-supervisor__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
@media (min-width: 600px) {
  .vod-supervisor__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5em;
  }
}
.vod-supervisor__main {
  border: 1px solid var(--color_border);
  border-radius: var(--swl-radius--8, 0);
  padding: 5vw;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media (min-width: 600px) {
  .vod-supervisor__main {
    padding: 1.5em;
  }
}
.vod-supervisor__main__image {
  border: 2px solid var(--color_border);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
  height: 120px;
}
@media (min-width: 600px) {
  .vod-supervisor__main__image {
    width: 100px;
    height: 100px;
  }
}
.vod-supervisor__main__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .vod-supervisor__main__text {
    align-items: flex-start;
  }
}
.vod-supervisor__main__text > strong {
  font-size: 1.25em;
  line-height: 2;
  font-weight: 700;
}
.vod-supervisor__main__text > em {
  font-style: normal;
  font-weight: 700;
  opacity: 0.55;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.vod-supervisor__main__text > p {
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
