@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

ul, li {
  list-style: none;
}

body.internfes {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", sans-serif;
  color: #000000;
  font-size: 10px;
}
body.internfes .br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.internfes .br_sp {
    display: block;
  }
}
body.internfes .br_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body.internfes .br_pc {
    display: none;
  }
}
body.internfes a {
  display: block;
  text-decoration: none;
  color: #000000;
}
@media screen and (min-width: 1080px) {
  body.internfes a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body.internfes a.-ctabutton {
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 2.4em;
  width: 50%;
  max-width: 560px;
  margin: 0 auto;
  padding: 30px 30px 24px;
  border-radius: 10px;
  border: #000000 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.internfes a.-ctabutton:hover {
  background: #ffffff;
  color: #000000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  body.internfes a.-ctabutton {
    width: 92%;
    max-width: 480px;
    padding: 20px 20px 16px;
    font-size: 2em;
  }
}
body.internfes a.-ctabutton span {
  display: block;
  font-size: 0.6em;
  background: #ffffff;
  color: #000000;
  border: #000000 1px solid;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  position: absolute;
  top: -10px;
}
body.internfes a.-ctabutton::after {
  display: block;
  content: "";
  background: url(../img/arrow_circle_right.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.internfes a.-ctabutton::after {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}
body.internfes section {
  max-width: 80%;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  body.internfes section {
    max-width: 92%;
  }
}
body.internfes h2 {
  margin: 30px 0 10px;
  font-size: 3.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.internfes h2 {
    font-size: 2.4em;
  }
}
body.internfes h3 {
  margin: 30px 0;
  font-size: 2.4em;
  text-align: center;
}
body.internfes h3 span {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #DC000C;
  display: block;
  font-size: 0.6em;
}
body.internfes p {
  font-size: 1.6em;
}
body.internfes div.-followcta {
  width: 200px;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 6%;
  z-index: 100;
}
body.internfes div.-followcta a {
  display: block;
  width: 100%;
  height: 100%;
}
body.internfes div.-followcta:hover {
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.internfes div.-request {
  width: 100%;
  background: #DC000C;
  padding: 50px 0;
  background-image: url(../img/request_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.internfes div.-request {
    background-image: url(../img/bg_sp.png);
    padding: 32px 16px 40px;
  }
}
body.internfes div.-request p.-date {
  font-size: 3.2em;
  font-weight: 500;
}
body.internfes div.-request p.-date span {
  font-size: 0.6em;
  margin: 0 2px;
}
body.internfes div.-request p.-place {
  font-size: 2.4em;
  font-weight: 500;
  margin-top: 20px;
}
body.internfes div.-request p.-place::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/location_on.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: -2px;
}
body.internfes div.-request p.-address {
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 40px;
}
body.internfes div.-request::before {
  display: block;
  content: "";
  background: url(../img/illust_deco_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 89px;
  height: 156px;
  position: absolute;
  left: 10%;
  top: 40px;
}
@media screen and (max-width: 768px) {
  body.internfes div.-request::before {
    width: 56px;
    height: 98px;
    left: 16px;
  }
}
body.internfes div.-request::after {
  display: block;
  content: "";
  background: url(../img/illust_deco_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 116px;
  height: 170px;
  position: absolute;
  right: 10%;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.internfes div.-request::after {
    width: 62px;
    height: 91px;
    right: 16px;
    top: 30px;
  }
}
body.internfes footer {
  background: #DC000C;
  background-image: url(../img/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  body.internfes footer {
    background-image: url(../img/bg_sp.png);
  }
}
body.internfes footer img:first-of-type {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.internfes footer img:first-of-type {
    max-width: 92%;
  }
}
body.internfes footer img:nth-of-type(2) {
  max-width: 720px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  body.internfes footer img:nth-of-type(2) {
    max-width: 100%;
  }
}
body.internfes footer div.-request {
  background: none;
  background-image: none;
}
body.internfes footer p.-copyright {
  background: #000000;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
  padding: 20px 0;
  margin-top: 60px;
}
body section.-mv {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #DC000C;
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1080px) {
  body section.-mv {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  body section.-mv {
    padding-top: 10px;
    background-image: url(../img/bg_sp.png);
  }
}
body section.-mv div.-header {
  margin: 0 auto;
  width: 50%;
  max-width: 580px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  body section.-mv div.-header {
    width: 92%;
    margin-bottom: 20px;
  }
}
body section.-mv div.-ttl {
  width: 100%;
  height: calc(100% - 360px);
}
body section.-mv div.-ttl h1 {
  width: 100%;
  height: 100%;
}
body section.-mv div.-ttl h1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  body section.-mv div.-ttl h1 {
    margin-bottom: 24px;
  }
}
body section.-mv ul.-info {
  background: #000000;
  padding: 10px 0 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body section.-mv ul.-info {
    padding: 10px 16px 16px 16px;
  }
}
body section.-mv ul.-info a.-ctabutton {
  font-size: 0.8em;
  margin-top: 30px;
  max-width: 480px;
  background: #ffffff;
  color: #000000;
  padding: 24px 24px 16px;
}
body section.-mv ul.-info a:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
body section.-mv ul.-info li {
  color: #ffffff;
  text-align: center;
  font-size: 3.2em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body section.-mv ul.-info li {
    font-size: 2.8em;
  }
}
body section.-mv ul.-info li span {
  font-size: 0.6em;
  margin: 0 4px;
}
body section.-mv ul.-info li:nth-of-type(2) {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body section.-mv ul.-info li:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/location_on.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: -2px;
}
body section.-mv ul.-info li:nth-of-type(3) {
  font-size: 16px;
}
body section.-about {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  body section.-about {
    margin-top: 40px;
  }
}
body section.-about::before {
  display: block;
  content: "";
  width: 15%;
  max-width: 200px;
  height: 400px;
  background: url(../img/about_deco_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 46%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body section.-about::before {
    bottom: -210px;
    top: auto;
    height: 200px;
    width: 200px;
  }
}
body section.-about::after {
  display: block;
  content: "";
  width: 32%;
  max-width: 300px;
  height: 400px;
  background: url(../img/about_deco_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body section.-about::after {
    bottom: -210px;
    top: auto;
    height: 200px;
    width: 200px;
    background-position: top right;
  }
}
@media screen and (max-width: 768px) {
  body section.-about div.-wrapper {
    max-width: 92%;
    margin: 0 auto;
  }
}
body section.-about div.-wrapper img {
  margin: 0 auto;
}
body section.-about div.-wrapper img.-logo {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  body section.-about div.-wrapper img.-logo {
    max-width: 80%;
  }
}
body section.-about div.-wrapper img.-ttl {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  body section.-about div.-wrapper img.-ttl {
    max-width: 92%;
  }
}
body section.-about div.-wrapper h2 + p {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body section.-about div.-wrapper h2 + p {
    text-align: left;
  }
}
body section.-companies ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
}
body section.-companies ul li {
  width: 24%;
  background: #F9F9F9;
  padding: 16px;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body section.-companies ul li {
    padding: 16px 12px;
    width: 48%;
  }
}
body section.-companies ul li img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body section.-companies ul li img {
    width: 100%;
  }
}
body section.-companies ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body section.-companies ul li p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
body section.-companies ul li p.-ttl {
  color: #DC000C;
  font-size: 1.8em;
  font-weight: 700;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body section.-companies ul li p.-ttl {
    font-size: 1.6em;
    min-height: none;
  }
}
body section.-companies ul li p.-ttl span.-category {
  background: #DC000C;
  padding: 4px 12px;
  color: #ffffff;
  border-radius: 100px;
  font-size: 0.6em;
}
body section.-companies ul li p.-name {
  font-weight: 500;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  body section.-companies ul li p.-name {
    font-size: 1.4em;
  }
}
body section.-companies p.-andmore {
  text-align: center;
  font-size: 2.4em;
  color: #DC000C;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}
body section.-feature {
  background: #000000;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  color: #ffffff;
  background-image: url(../img/feature_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body section.-feature {
    background-size: contain;
    background-position: top;
    background-repeat: repeat-y;
  }
}
body section.-feature h3 {
  margin-top: 0;
}
body section.-feature dl.-wrapper {
  max-width: 60%;
  margin: 60px auto 0;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  body section.-feature dl.-wrapper {
    max-width: 92%;
  }
}
body section.-feature dl.-wrapper div {
  margin: 0 0 60px 0;
  font-size: 1.6em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 128px calc(100% - 140px);
  grid-template-columns: 128px calc(100% - 140px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body section.-feature dl.-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000000;
    padding: 0 10px;
    border-radius: 10px;
  }
}
body section.-feature dl.-wrapper div::before {
  display: block;
  content: "";
  background: url(../img/point_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 120px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  body section.-feature dl.-wrapper div::before {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }
}
body section.-feature dl.-wrapper div:nth-of-type(2)::before {
  background: url(../img/point_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body section.-feature dl.-wrapper div:nth-of-type(3)::before {
  background: url(../img/point_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body section.-feature dl.-wrapper div dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body section.-feature dl.-wrapper div dt img {
  max-height: 32px;
}
@media screen and (max-width: 768px) {
  body section.-feature dl.-wrapper div dt img {
    max-height: 68px;
  }
}
body section.-feature dl.-wrapper div dd {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  body section.-feature dl.-wrapper div dd {
    font-size: 0.9em;
  }
}
body section.-voice {
  background: #DC000C;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body section.-voice {
    max-width: 100%;
    padding: 60px 0;
  }
}
body section.-voice h3 {
  margin-top: 0;
  color: #ffffff;
}
body section.-voice h3 span {
  color: #ffffff;
}
body section.-voice ul {
  width: 80%;
  max-width: 880px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  body section.-voice ul {
    width: 92%;
  }
}
body section.-voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  background: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body section.-voice ul li::before {
  display: block;
  content: "";
  background: url(../img/voice_deco_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li::before {
    left: 16px;
  }
}
body section.-voice ul li:nth-of-type(2)::before {
  background: url(../img/voice_deco_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body section.-voice ul li:nth-of-type(3)::before {
  background: url(../img/voice_deco_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body section.-voice ul li img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
body section.-voice ul li div {
  width: 68%;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li div {
    width: 100%;
  }
}
body section.-voice ul li div p.-ttl {
  font-size: 2em;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li div p.-ttl {
    margin-bottom: 8px;
    font-size: 1.8em;
  }
}
body section.-voice ul li div p.-main {
  margin-bottom: 20px;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li div p.-main {
    margin-bottom: 12px;
  }
}
body section.-voice ul li div p.-internship {
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: #DC000C 1px solid;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  body section.-voice ul li div p.-internship {
    margin-bottom: 10px;
  }
}
body section.-voice ul li div p.-internship span {
  color: #DC000C;
  font-size: 0.7em;
  display: block;
}
body section.-voice ul li div p.-university {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4em;
}
body section.-voice ul li div p.-university span {
  padding: 3px 10px;
  font-size: 0.6em;
  background: #DC000C;
  color: #ffffff;
  border-radius: 100px;
  margin-right: 10px;
}
body section.-programs {
  background: #F9F9F9;
  max-width: 100%;
  width: 100%;
  padding: 80px 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: #000000 1px solid;
}
@media screen and (max-width: 768px) {
  body section.-programs {
    padding: 60px 0;
  }
}
body section.-programs h3 {
  margin-top: 0;
}
body section.-programs ul {
  width: 80%;
  max-width: 880px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  body section.-programs ul {
    max-width: 92%;
    width: 92%;
  }
}
body section.-programs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body section.-programs ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body section.-programs ul li::after {
  display: block;
  content: "";
  background: #DC000C;
  height: 20px;
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -30px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  body section.-programs ul li::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body section.-programs ul li:nth-of-type(3)::after {
  width: 0;
  height: 0;
}
body section.-programs ul li img {
  width: 300px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body section.-programs ul li img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 8px 0 0;
  }
}
body section.-programs ul li div.-textwrapper {
  width: 90%;
  min-height: 250px;
  background: #ffffff;
  color: #000000;
  margin-left: -20px;
  padding: 16px 20px 16px 50px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body section.-programs ul li div.-textwrapper {
    width: 100%;
    margin-left: 0;
    border-radius: 0 0 8px 8px;
    padding: 16px;
  }
}
body section.-programs ul li div.-textwrapper div {
  padding-bottom: 20px;
}
body section.-programs ul li div.-textwrapper div p {
  width: 100%;
}
body section.-programs ul li div.-textwrapper div p.-number {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #DC000C;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  body section.-programs ul li div.-textwrapper div p.-number {
    font-size: 1.4em;
  }
}
body section.-programs ul li div.-textwrapper div p.-number span {
  font-size: 1.5em;
  margin-left: 4px;
}
body section.-programs ul li div.-textwrapper div p.-ttl {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body section.-programs ul li div.-textwrapper div p.-ttl {
    font-size: 2em;
  }
}
body section.-outline {
  width: 100%;
  max-width: 100%;
  background: #000000;
  background-image: url(../img/outline_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
}
body section.-outline h3 {
  margin-top: 0;
  color: #ffffff;
}
body section.-outline table {
  width: 80%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  body section.-outline table {
    max-width: 92%;
    width: 92%;
  }
}
body section.-outline table tr {
  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;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body section.-outline table tr {
    margin-bottom: 24px;
  }
}
body section.-outline table tr th {
  width: 20%;
  text-align: left;
  background: #ffffff;
  padding: 12px 20px;
  color: #000000;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 768px) {
  body section.-outline table tr th {
    width: 100%;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #000000;
    color: #ffffff;
  }
}
body section.-outline table tr td {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body section.-outline table tr td {
    width: 100%;
    padding-left: 12px;
  }
}
body section.-outline table tr td.-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body section.-outline table tr td.-tel a {
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  body section.-outline table tr td.-tel a {
    width: 100%;
    background: #DC000C;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body section.-outline table tr td.-tel a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/call.svg);
    margin-right: 4px;
  }
}
body section.-outline table tr td p {
  font-size: 1em;
  width: 100%;
}
body section.-outline table tr td p.-date {
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body section.-outline table tr td p.-date {
    margin-bottom: 20px;
  }
}
body section.-outline table tr td p a {
  color: #ffffff;
  font-weight: 700;
  border-bottom: #ffffff 1px solid;
}
body section.-outline table tr td p.-place {
  font-size: 1.6em;
  font-weight: 500;
}
body section.-outline table tr td p.-fromstation {
  margin: 20px 0 12px;
}
body section.-outline table tr td div {
  width: 100%;
}
body section.-outline table tr td div iframe {
  width: 100%;
}