<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title {
  background: #57d1e4; }
  .title h2 {
    color: #fff; }

.box01 {
  background: url(../images/teacher/box01_bg_pc.jpg) no-repeat center top;
  background-size: 100% auto; }
  .box01 .outer h3 {
    text-align: center;
    color: #fff;
    padding: 60px 0 1em;
    bottom: -50px;
    opacity: 0;
    transition: bottom 0.4s ease 0s,
 opacity 0.4s ease 0s;
    position: relative; }
  .box01 .outer .inner &gt; p {
    margin: 0 0 60px;
    color: #fff;
    bottom: -50px;
    opacity: 0;
    transition: bottom 0.4s ease .2s,
 opacity 0.4s ease .2s;
    position: relative; }
  .box01 .outer ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .box01 .outer li {
    width: 49.15254%;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%; }
  .box01 .outer li:nth-child(2n) {
    margin-right: 0; }
  .box01 .outer li &gt; div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .box01 .outer li figure {
    width: 35.29412%;
    margin-right: 5.88235%; }
  .box01 .outer li figure img {
    width: 100%; }
  .box01 .outer li div.flex &gt; div {
    width: 58.82353%; }
  .box01 .outer li dl {
    margin: 0 0 2em; }
  .box01 .outer li dt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    margin: 0 0 .5em; }
  .box01 .outer li div.txt01 p {
    margin: 0 0 2em; }
  .box01 .outer li div.txt01 p:last-child {
    margin: 0; }

.box01.on .outer h3 {
  bottom: 0;
  opacity: 1; }

.box01.on .outer .inner &gt; p {
  bottom: 0;
  opacity: 1; }

@media (max-width: 767px) {
  .box01 {
    background: url(../images/teacher/box01_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 6% 3.125% 0; }
    .box01 .outer h3 {
      text-align: left;
      padding: 0 0 1em; }
    .box01 .outer .inner &gt; p {
      margin: 0 0 8%; }
    .box01 .outer ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .box01 .outer li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4%; }
    .box01 .outer li:nth-child(2n) {
      margin-right: 0; }
    .box01 .outer li &gt; div {
      padding: 3%;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .box01 .outer li dl {
      margin: 0 0 .5em; }
    .box01 .outer li figure {
      width: 50%;
      margin: 0 auto 3%; }
    .box01 .outer li figure img {
      width: 100%; }
    .box01 .outer li div.flex &gt; div {
      width: 100%; } }
</pre></body></html>