@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}
audio,
canvas,
progress,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
progress {
  vertical-align: baseline
}
[hidden],
template {
  display: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted
}
b,
strong {
  font-weight: inherit
}
b,
strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
code,
kbd,
pre,
samp {
  font-family: monospace,sans-serif;
  font-size: 1em
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}
optgroup {
  font-weight: 700
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
blockquote,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
li,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px
}
li {
  list-style: none
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: none
}
img {
  vertical-align: top;
  line-height: 1
}
caption {
  padding: 0
}
td,
th {
  padding: 0
}
fieldset {
  border: 0
}
body,
html {
  height: 100%
}
body {
  font-size: 15px;
  color: #222;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden
}
@media (max-width:768px) {
  body {
    font-size: 13px
  }
}
@media (max-width:768px) {
  body {
    line-height: 19px
  }
}
img {
  width: 100%;
  height: auto
}
a {
  color: inherit;
  text-decoration: none
}
iframe {
  border: 0
}
.is-pc {
  display: block
}
@media (max-width:768px) {
  .is-pc {
    display: none
  }
}
.is-sp {
  display: none
}
@media (max-width:768px) {
  .is-sp {
    display: block
  }
}
.main {
  padding-top: 76px;
  z-index: 0
}
@media (max-width:768px) {
  .main {
    padding-top: 62px
  }
}
.container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
.sec-ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  margin-bottom: 60px
}
.sec-ttl:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  bottom: -30px;
  left: 0;
  background-color: #f9c
}
@media (max-width:768px) {
  .sec-ttl {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px
  }
  .sec-ttl:after {
    bottom: -20px
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fdf0f5;
  -webkit-box-shadow: 3px 3px 6px #f2dce7;
          box-shadow: 3px 3px 6px #f2dce7;
  z-index: 100
}
.header__inner {
  max-width: 1020px;
  height: 76px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
@media (max-width:768px) {
  .header__inner {
    height: 62px
  }
}
.header__left {
  width: 190px
}
@media (max-width:768px) {
  .header__left {
    width: 20%;
    min-width: 130px
  }
}
.header__left > a {
  display: block
}
.header__icon {
  position: relative;
  width: 30px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s
}
.header__icon > span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ff7da3;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform-origin: center center;
          transform-origin: center center
}
.header__icon > span:first-child {
  top: 0
}
.header__icon > span:last-child {
  top: auto;
  bottom: 0
}
.header__icon.open > span {
  left: 0
}
.header__icon.open > span:first-child,
.header__icon.open > span:last-child {
  display: none
}
.header__icon.open > span:nth-child(2) {
  -webkit-transform: rotate(-40 deg);
  transform: rotate(-40deg)
}
.header__icon.open > span:nth-child(3) {
  -webkit-transform: rotate(40 deg);
  transform: rotate(40deg)
}
.header__menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 76px;
  right: -100%;
  padding-top: 150px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}
@media (max-width:768px) {
  .header__menu {
    top: 62px;
    padding-top: 60px
  }
}
.header__menu.open {
  right: 0
}
.header__menu ul > li {
  padding-bottom: 40px
}
.header__menu ul > li > a {
  font-size: 26px;
  line-height: 1;
  display: block;
  position: relative;
  text-align: center
}
@media (max-width:768px) {
  .header__menu ul > li > a {
    font-size: 18px;
    line-height: 1.5
  }
}
.header__menu ul > li > a:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f9c
}
@media (max-width:768px) {
  .header__menu ul > li > a:after {
    width: 30px
  }
}
.header__menu ul > li > a:hover {
  color: #ff7da3
}
.footer {
  border-top: 2px solid #ff7da3;
  height: 55px;
  margin-top: 15px
}
@media (max-width:768px) {
  .footer {
    height: 85px;
    margin-top: 10px
  }
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0 10px
}
@media (max-width:768px) {
  .footer__contents {
    display: block
  }
}
.footer__contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.footer__contents > ul > li {
  line-height: 22px;
  color: #ff7da3;
  margin-right: 60px
}
@media (max-width:768px) {
  .footer__contents > ul > li {
    font-size: 12px;
    margin-right: 40px
  }
}
.footer__contents > address {
  font-style: normal
}
@media (max-width:768px) {
  .footer__contents > address > dl {
    margin-bottom: 20px
  }
}
.footer__contents > address > dl > dt {
  font-size: 14px
}
@media (max-width:768px) {
  .footer__contents > address > dl > dt {
    font-size: 13px
  }
}
.footer__contents > address > dl > dd {
  font-size: 13px
}
@media (max-width:768px) {
  .footer__contents > address > dl > dd {
    font-size: 12px
  }
}
.footer__contents > address > dl > dd > a {
  text-decoration: underline
}
.footer__contents > address > dl > dd > a:hover {
  text-decoration: none
}
.footer__contents > address > dl > dd > a.tel {
  pointer-events: none;
  text-decoration: none
}
@media (max-width:768px) {
  .footer__contents > address > dl > dd > a.tel {
    pointer-events: visible;
    text-decoration: underline
  }
}
.footer__contents > p {
  font-size: 12px;
  line-height: 22px;
  color: #a2a2a2
}
@media (max-width:768px) {
  .footer__contents > p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 20px
  }
}
.bg {
  position: fixed;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  z-index: -2;
  width: 100%;
  min-height: 100vh
}
.bg:after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 540px;
  height: 270px;
  display: block;
  background-image: url(../images/bg_logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  left: 57%
}
@media (max-width:768px) {
  .bg:after {
    position: absolute;
    content: "";
    max-width: 200px;
    height: 100px;
    display: block;
    background-image: url(../images/bg_logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(480%);
            transform: translateY(480%);
    left: 40%
  }
}
.bg_01 {
  position: relative
}
.bg_01:before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100px;
  display: block;
  background-image: url(../images/bg01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}
@media (max-width:768px) {
  .bg_01:before {
    background-image: url(../images/sp-bg01.svg)
  }
}
.bg_02 {
  position: relative
}
.bg_02:after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 150px;
  display: block;
  background-image: url(../images/bg02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center
}
@media (max-width:768px) {
  .bg_02:after {
    height: 100px;
    background-image: url(../images/sp-bg02.svg)
  }
}
.bg_03 {
  position: relative
}
.bg_03:before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 150px;
  display: block;
  background-image: url(../images/bg03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}
@media (max-width:768px) {
  .bg_03:before {
    height: 100px;
    background-image: url(../images/sp-bg03.svg)
  }
}
.mv {
  padding-top: 100px
}
@media (max-width:768px) {
  .mv {
    padding-top: 40px
  }
}
.mv__ttl {
  max-width: 700px;
  margin: 0 auto 40px
}
.mv__txt {
  font-size: 18px;
  line-height: 28px;
  text-align: center
}
@media (max-width:768px) {
  .mv__txt {
    font-size: 14px;
    line-height: 21px
  }
}
.catch {
  position: relative;
  z-index: 2
}
.catch .container {
  max-width: 1280px;
  padding: 75px 20px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
@media (max-width:768px) {
  .catch .container {
    padding-top: 80px
  }
}
.catch__wrap {
  background: rgba(255,255,255,.7);
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 6px #00000017;
          box-shadow: 3px 3px 6px #00000017;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:900px) {
  .catch__wrap {
    border-radius: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}
.catch__left {
  width: 40%;
  min-width: 400px
}
.catch__left > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px 0 0 20px
}
@media screen and (max-width:900px) {
  .catch__left > picture > img {
    border-radius: 0
  }
}
@media screen and (max-width:900px) {
  .catch__left {
    width: auto;
    min-width: auto
  }
}
.catch__right {
  width: 60%;
  padding: 60px 60px 60px 40px
}
@media screen and (max-width:900px) {
  .catch__right {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }
}
.catch__right__txt {
  line-height: 30px;
  margin-bottom: 30px
}
.catch__right__txt > a {
  text-decoration: underline;
  color: #f9c;
  font-weight: 700
}
.catch__right__txt > a:hover {
  text-decoration: none
}
@media screen and (max-width:900px) {
  .catch__right__txt {
    line-height: 26px;
    margin-bottom: 20px
  }
}
.catch__right__name {
  font-size: 26px;
  line-height: 1;
  text-align: right
}
.catch__right__name > span {
  font-size: 20px
}
@media screen and (max-width:900px) {
  .catch__right__name {
    font-size: 22px
  }
  .catch__right__name > span {
    font-size: 15px
  }
}
.outside_lecturer {
  background-color: #fff;
  margin-top: -50px
}
.outside_lecturer .container {
  padding: 130px 20px 0
}
.outside_lecturer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.outside_lecturer__item {
  width: calc((100% - 60px)/ 4);
  background-color: #f9f2f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer
}
@media (max-width:768px) {
  .outside_lecturer__item {
    width: calc((100% - 10px)/ 2);
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px
  }
}
@media (max-width:768px) {
  .outside_lecturer__item:nth-child(2n) {
    margin-right: 0
  }
}
.outside_lecturer__item:nth-child(4) {
  margin-right: 0
}
.outside_lecturer__item__image {
  width: 100%;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .outside_lecturer__item__image {
    margin-bottom: 15px
  }
}
.outside_lecturer__item__image.--no-image {
  padding-top: 100%;
  position: relative;
  background-color: #efefef;
  border: 1px solid #ddd
}
.outside_lecturer__item__image.--no-image > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #bbb;
  font-weight: 700
}
.outside_lecturer__item__name {
  font-size: 20px;
  line-height: 1
}
@media (max-width:768px) {
  .outside_lecturer__item__name {
    font-size: 15px
  }
}
.lecturer {
  margin: 100px 0 0
}
@media (max-width:768px) {
  .lecturer {
    margin: 60px 0 0
  }
}
.lecturer .container {
  padding: 100px 20px 120px
}
@media (max-width:768px) {
  .lecturer .container {
    padding: 80px 20px
  }
}
.lecturer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.lecturer__item {
  width: calc((100% - 60px)/ 4);
  background: rgba(255,255,255,.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer
}
@media (max-width:768px) {
  .lecturer__item {
    width: calc((100% - 10px)/ 2);
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px
  }
}
@media (max-width:768px) {
  .lecturer__item:nth-child(2n) {
    margin-right: 0
  }
}
.lecturer__item:nth-child(4) {
  margin-right: 0
}
.lecturer__item__image {
  width: 100%;
  margin-bottom: 20px
}
.lecturer__item__image.--no-image {
  padding-top: 100%;
  position: relative;
  background-color: #efefef;
  border: 1px solid #ddd
}
.lecturer__item__image.--no-image > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #bbb;
  font-weight: 700
}
@media (max-width:768px) {
  .lecturer__item__image {
    margin-bottom: 15px
  }
}
.lecturer__item__name {
  font-size: 20px;
  line-height: 1.3
}
@media (max-width:768px) {
  .lecturer__item__name {
    font-size: 15px
  }
}
.system {
  padding-top: 100px;
  background-color: #fff
}
.system__txt {
  margin-bottom: 30px
}
.system__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
@media (max-width:768px) {
  .system__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
}
.system__item {
  width: 48.5%;
  border-radius: 20px
}
@media (max-width:768px) {
  .system__item {
    width: 100%;
    margin-bottom: 20px
  }
  .system__item:last-child {
    margin-bottom: 0
  }
}
.system__item img {
  display: block;
  border-radius: 20px
}
.rankup {
  background-color: #fff
}
.rankup .container {
  padding-top: 100px
}
@media (max-width:768px) {
  .rankup .container {
    padding-top: 80px
  }
}
.rankup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
@media (max-width:768px) {
  .rankup__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px
  }
}
.rankup__left {
  width: 50%
}
.rankup__left > p {
  margin-bottom: 20px
}
@media (max-width:768px) {
  .rankup__left > p {
    margin-bottom: 30px
  }
}
@media (max-width:768px) {
  .rankup__left {
    width: 100%;
    margin-bottom: 40px
  }
}
.rankup__right {
  width: 45%
}
@media (max-width:768px) {
  .rankup__right {
    width: 100%
  }
}
.diploma {
  margin-top: 80px;
  margin-bottom: 100px
}
@media (max-width:768px) {
  .diploma {
    margin-top: 50px;
    margin-bottom: 80px
  }
}
.diploma .container {
  padding: 100px 20px 0
}
@media (max-width:768px) {
  .diploma .container {
    padding: 90px 20px 0
  }
}
.diploma__txt {
  margin-bottom: 30px
}
.diploma__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .diploma__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px
  }
}
.diploma__left {
  width: 65%
}
.diploma__left > p {
  margin-bottom: 20px
}
@media (max-width:768px) {
  .diploma__left > p {
    margin-bottom: 30px
  }
}
@media (max-width:768px) {
  .diploma__left {
    width: 100%;
    margin-bottom: 40px
  }
}
.diploma__right {
  width: 30%
}
@media (max-width:768px) {
  .diploma__right {
    width: 100%
  }
}
.curriculum .container {
  padding: 100px 20px
}
@media (max-width:768px) {
  .curriculum .container {
    padding: 80px 20px
  }
}
.curriculum__txt {
  margin-bottom: 30px
}
@media (max-width:768px) {
  .curriculum__txt {
    margin-bottom: 40px
  }
}
.curriculum__image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 6px #f2dce7;
          box-shadow: 3px 3px 6px #f2dce7;
  background-color: #fff;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .curriculum__image {
    height: 100px;
    margin-bottom: 10px
  }
}
.training {
  background-color: #fdfaef;
  background: rgba(253,250,239,.7)
}
.training .container {
  padding: 100px 20px 80px
}
@media (max-width:768px) {
  .training .container {
    padding: 80px 20px
  }
}
.training__txt {
  margin-bottom: 45px
}
@media (max-width:768px) {
  .training__txt {
    margin-bottom: 53px
  }
}
.training__movie {
  width: 60%;
  margin: 20px auto
}
@media (max-width:768px) {
  .training__movie {
    width: 100%
  }
}
.training__movie embed,
.training__movie iframe,
.training__movie object {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 20px
}
.training__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
@media (max-width:768px) {
  .training__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
}
.training__item {
  width: 48.5%;
  border-radius: 20px;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .training__item {
    width: 100%;
    margin-bottom: 20px
  }
}
.training__item img {
  display: block;
  border-radius: 20px
}
body.fixed {
  position: fixed;
  left: 0
}
.lecturer__modal__item,
.outside_lecturer__modal__item {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}
.lecturer__modal__item__bg,
.outside_lecturer__modal__item__bg {
  background: rgba(255,255,255,.8);
  width: 100%;
  height: 100%
}
.lecturer__modal__item__inner,
.outside_lecturer__modal__item__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 80%;
  max-width: 1000px;
  padding: 50px;
  background-color: #fee9f5;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
@media (max-width:768px) {
  .lecturer__modal__item__inner,
  .outside_lecturer__modal__item__inner {
    border-radius: 10px;
    padding: 30px
  }
}
.lecturer__modal__item__block,
.outside_lecturer__modal__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
@media (max-width:768px) {
  .lecturer__modal__item__block,
  .outside_lecturer__modal__item__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}
.lecturer__modal__item__left,
.outside_lecturer__modal__item__left {
  width: 42%
}
.--no-image.lecturer__modal__item__left,
.outside_lecturer__modal__item__left.--no-image {
  padding-top: 42%;
  position: relative;
  background-color: #efefef;
  border: 1px solid #ddd
}
.--no-image.lecturer__modal__item__left > span,
.outside_lecturer__modal__item__left.--no-image > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #bbb;
  font-weight: 700
}
@media (max-width:768px) {
  .lecturer__modal__item__left,
  .outside_lecturer__modal__item__left {
    width: 100%
  }
}
.lecturer__modal__item__right,
.outside_lecturer__modal__item__right {
  width: 53%
}
@media (max-width:768px) {
  .lecturer__modal__item__right,
  .outside_lecturer__modal__item__right {
    width: 100%
  }
}
.lecturer__modal__item__right__name,
.outside_lecturer__modal__item__right__name {
  font-size: 28px;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .lecturer__modal__item__right__name,
  .outside_lecturer__modal__item__right__name {
    font-size: 20px;
    margin-top: 20px
  }
}
.lecturer__modal__item__right__company,
.outside_lecturer__modal__item__right__company {
  font-size: 20px;
  margin-bottom: 80px;
  position: relative
}
@media (max-width:768px) {
  .lecturer__modal__item__right__company,
  .outside_lecturer__modal__item__right__company {
    font-size: 16px;
    margin-bottom: 40px
  }
}
.lecturer__modal__item__right__company:after,
.outside_lecturer__modal__item__right__company:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  bottom: -40px;
  left: 0;
  background-color: #f9c
}
@media (max-width:768px) {
  .lecturer__modal__item__right__company:after,
  .outside_lecturer__modal__item__right__company:after {
    bottom: -20px
  }
}
.lecturer__modal__item__right__text,
.outside_lecturer__modal__item__right__text {
  font-size: 16px
}
@media (max-width:768px) {
  .lecturer__modal__item__right__text,
  .outside_lecturer__modal__item__right__text {
    font-size: 13px
  }
}
.lecturer__modal__item__right__text > a,
.outside_lecturer__modal__item__right__text > a {
  text-decoration: underline;
  color: #f9c;
  font-weight: 700
}
.lecturer__modal__item__right__text > a:hover,
.outside_lecturer__modal__item__right__text > a:hover {
  text-decoration: none
}
/*# sourceMappingURL=style.css.map */