@charset "UTF-8";
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #000000;
  overflow: hidden;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
}
::selection {
  background-color: #5f5c7e;
  color: white;
}

a {
  text-decoration: none;
  color: #5f5c7e;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a.txt-link {
  text-decoration: underline;
}
a.txt-link:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

br.sp {
  display: none;
}
br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.f11, .f11 * {
  font-size: 0.6875vw;
}

.f12, .f12 * {
  font-size: 0.75vw;
}

.f13, .f13 * {
  font-size: 0.8125vw;
}

.f14, .f14 * {
  font-size: 0.875vw;
}

.f16, .f16 * {
  font-size: 1vw;
}

.f18, .f18 * {
  font-size: 1.125vw;
}

.f20, .f20 * {
  font-size: 1.25vw;
}

.f24, .f24 * {
  font-size: 1.5vw;
}

.f28, .f28 * {
  font-size: 1.75vw;
}

.f30, .f30 * {
  font-size: 1.875vw;
}

.f32, .f32 * {
  font-size: 2vw;
}

.f36, .f36 * {
  font-size: 2.25vw;
}

.f40, .f40 * {
  font-size: 2.5vw;
}

.f44, .f44 * {
  font-size: 2.75vw;
}

.f48, .f48 * {
  font-size: 3vw;
}

.f60, .f60 * {
  font-size: 3.75vw;
}

.f64, .f64 * {
  font-size: 4vw;
}

.f72, .f72 * {
  font-size: 4.5vw;
}

.f80, .f80 * {
  font-size: 5vw;
}

.f90, .f90 * {
  font-size: 5.625vw;
}

@media screen and (max-width: 1024px) {
  .f11, .f11 * {
    font-size: 0.825vw;
  }
  .f12, .f12 * {
    font-size: 0.9vw;
  }
  .f13, .f13 * {
    font-size: 0.975vw;
  }
  .f14, .f14 * {
    font-size: 1.05vw;
  }
  .f16, .f16 * {
    font-size: 1.2vw;
  }
  .f18, .f18 * {
    font-size: 1.35vw;
  }
  .f20, .f20 * {
    font-size: 1.5vw;
  }
  .f24, .f24 * {
    font-size: 1.8vw;
  }
  .f28, .f28 * {
    font-size: 2.1vw;
  }
  .f30, .f30 * {
    font-size: 2.25vw;
  }
  .f32, .f32 * {
    font-size: 2.4vw;
  }
  .f36, .f36 * {
    font-size: 2.7vw;
  }
  .f40, .f40 * {
    font-size: 3vw;
  }
  .f44, .f44 * {
    font-size: 3.3vw;
  }
  .f48, .f48 * {
    font-size: 3.6vw;
  }
  .f60, .f60 * {
    font-size: 4.5vw;
  }
  .f64, .f64 * {
    font-size: 4.8vw;
  }
  .f72, .f72 * {
    font-size: 5.4vw;
  }
  .f80, .f80 * {
    font-size: 6vw;
  }
  .f90, .f90 * {
    font-size: 6.75vw;
  }
}
@media screen and (max-width: 767px) {
  .f11, .f11 * {
    font-size: 2.40625vw;
  }
  .f12, .f12 * {
    font-size: 2.625vw;
  }
  .f13, .f13 * {
    font-size: 2.84375vw;
  }
  .f14, .f14 * {
    font-size: 3.0625vw;
  }
  .f16, .f16 * {
    font-size: 3.5vw;
  }
  .f18, .f18 * {
    font-size: 3.9375vw;
  }
  .f20, .f20 * {
    font-size: 4.375vw;
  }
  .f24, .f24 * {
    font-size: 5.25vw;
  }
  .f28, .f28 * {
    font-size: 6.125vw;
  }
  .f30, .f30 * {
    font-size: 6.5625vw;
  }
  .f32, .f32 * {
    font-size: 7vw;
  }
  .f36, .f36 * {
    font-size: 7.875vw;
  }
  .f40, .f40 * {
    font-size: 8.75vw;
  }
  .f44, .f44 * {
    font-size: 9.625vw;
  }
  .f48, .f48 * {
    font-size: 10.5vw;
  }
  .f60, .f60 * {
    font-size: 13.125vw;
  }
  .f64, .f64 * {
    font-size: 14vw;
  }
  .f72, .f72 * {
    font-size: 15.75vw;
  }
  .f80, .f80 * {
    font-size: 17.5vw;
  }
  .f90, .f90 * {
    font-size: 19.6875vw;
  }
}
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 5vw;
  background-color: transparent;
  z-index: 2;
}
header #lgo {
  width: 15vw;
  height: 5vw;
}
header #btn-entry {
  width: 15vw;
  height: 5vw;
  color: white;
  font-family: "Libre Baskerville", serif;
  line-height: 5vw;
  text-align: center;
  text-indent: 0.4em;
  background-color: #ff5611;
  background-image: url(../images/ico_entry_01.svg);
  background-size: 5vw 5vw;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#navi {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 15vw;
  height: auto;
  background-color: #5f5c7e;
  z-index: 0;
}
#navi .inner {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 15vw;
  margin-top: -10%;
  transition: all 0.5s;
}
#navi .inner.op {
  opacity: 1;
  pointer-events: auto;
}
#navi h1 {
  width: 11.25vw;
  height: 7.03125vw;
  margin: 0 auto;
}
#navi #course-nav {
  margin-top: 3em;
}
#navi #course-nav > li {
  display: block;
  margin: 0.8em 0;
  color: white;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
  transition: all 0.3s;
}
#navi #course-nav > li:hover {
  color: #a19fb9;
}
#navi #course-nav > li.on {
  color: #ff7035;
}
#navi #course-nav > li.on:hover {
  color: #ff7035;
}
#navi .recruit-site {
  display: block;
  width: 11.25vw;
  height: 2.5vw;
  margin: 3em auto 0;
  padding-left: 1em;
  color: white;
  text-align: center;
  line-height: 2.5vw;
  background-color: #6f6d8b;
  background-image: url(../images/ico_blank_01.svg);
  background-size: 1vw 1vw;
  background-position: left 1vw center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#navi .recruit-site:hover {
  background-color: #4e4b6d;
}

main {
  width: 85vw;
}
main .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin: 5vw 0 0 5vw;
  padding-left: 2.5vw;
}
main .intro .internship {
  width: 20vw;
  height: 12.5vw;
  opacity: 0;
  transform: translateY(-3em);
  transition: all 2s 0.3s;
}
main .intro #slider {
  position: relative;
  width: 60vw;
  height: 40vw;
  z-index: 1;
  opacity: 0;
  transform: translateY(3em);
  transition: all 1s 0.5s;
  overflow: hidden;
}
main .intro #slider > div {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  will-change: transform;
  z-index: 0;
}
main .intro #slider > div img {
  width: 100%;
}
main .intro #slider > div.active {
  z-index: 2;
  animation: slider 9s linear infinite;
}
@keyframes slider {
  0% {
    transform: scale(1) rotate(0.1deg);
  }
  100% {
    transform: scale(1.1) rotate(0.1deg);
  }
}
main .intro #slider > div.last-active {
  z-index: 1;
}
main .intro.active .internship {
  opacity: 1;
  transform: translateY(0);
}
main .intro.active #slider {
  opacity: 1;
  transform: translateY(0);
}
main .lead {
  width: 70vw;
  margin: 10vw 0 0 7.5vw;
  opacity: 0;
  transform: translateY(3em);
  transition: all 2s;
}
main .lead.active {
  opacity: 1;
  transform: translateY(0);
}
main .lead .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
main .lead .txt {
  margin-top: 2em;
  line-height: 1.8em;
}
main .course-set {
  width: 70vw;
  margin: 10vw 0 0 7.5vw;
  opacity: 0;
  transform: translateY(3em);
  transition: all 2s;
}
main .course-set.active {
  opacity: 1;
  transform: translateY(0);
}
main .course-set > h2 {
  display: inline-flex;
  align-items: center;
  padding: 2vw 5vw;
  background-image: url(../images/sbl_black_01l.svg), url(../images/sbl_black_02l.svg);
  background-size: 4.5vw 7.5vw, 4.5vw 7.5vw;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
main .course-set > h2 .t1 {
  margin-right: 2em;
  padding-right: 2em;
  border-right: 1px solid #000000;
}
main .course-set > h2 .t1a {
  color: #ff5611;
  font-family: "Libre Baskerville", serif;
}
main .course-set > h2 .t1b {
  margin-top: 0.15em;
  font-weight: bold;
}
main .course-set > h2 .t2 {
  font-weight: bold;
}
main .course-set .mid-ttl {
  padding: 0.6em 0.8em;
  color: white;
  font-weight: bold;
  background-color: #5f5c7e;
}
main .course-set .section {
  margin-top: 3em;
}
main .course-set .section .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.5em;
}
main .course-set .section .txt {
  margin-top: 1em;
  line-height: 1.8em;
}
main .course-set .section .program .p-set {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 1.875vw;
  background-image: url(../images/bgi_dots_01.png);
  background-size: 0.3125vw 0.3125vw;
  background-position: 0 0;
  background-repeat: repeat;
}
main .course-set .section .program .p-set .p-set-left {
  width: 21vw;
  padding: 0.5em 0;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  background-image: url(../images/sbl_black_01.svg), url(../images/sbl_black_02.svg);
  background-size: 1.875vw 3.125vw, 1.875vw 3.125vw;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
main .course-set .section .program .p-set .p-set-left .psl1 {
  color: #ff5611;
}
main .course-set .section .program .p-set .p-set-left .psl2 {
  margin-top: 0.3em;
  font-size: 1.35vw;
}
main .course-set .section .program .p-set .p-set-right {
  width: 43vw;
  margin-left: 1.5em;
}
main .course-set .section .program .p-set .p-set-right .psr1 {
  font-weight: bold;
}
main .course-set .section .program .p-set .p-set-right .psr2 {
  margin-top: 0.8em;
  line-height: 1.6em;
}
main .course-set .section .program .p-bot {
  margin-top: 1em;
  text-align: right;
}
main .course-set .section .voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .course-set .section .voice .v-set {
  display: flex;
  align-items: center;
  width: 33vw;
  margin-top: 2em;
}
main .course-set .section .voice .v-set > img {
  width: 5vw;
  height: 5vw;
}
main .course-set .section .voice .v-set .v-txt {
  width: 28vw;
  padding-left: 1em;
  line-height: 1.6em;
}
main .course-set .section .entry-over {
  margin-top: 1em;
}
main .course-set .section .entry-over > p {
  line-height: 1.6em;
}
main .course-set .section .entry-over > p > span {
  font-size: 105%;
  font-weight: bold;
}
main .course-set .section .entry-over > small {
  line-height: 1.5em;
}
main .course-set .section .outline {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
main .course-set .section .outline dt {
  width: 13vw;
  padding: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
main .course-set .section .outline dd {
  width: 57vw;
  padding: 1.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #e6e6e6;
}
main .course-set .section .outline dd > ul.small li {
  font-size: 1vw !important;
}
main .course-set .section .outline dd > ul li {
  margin-top: 0.5em;
}
main .bottom-image {
  position: relative;
  width: 80vw;
  height: 53.34375vw;
  margin: 10vw 0 5vw;
  opacity: 0;
  transform: translateY(3em);
  transition: all 1s;
}
main .bottom-image.active {
  opacity: 1;
  transform: translateY(0);
}
main .bottom-image > img.internship {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5vw;
  left: 5vw;
  width: 20vw;
  height: 12.5vw;
}

@media screen and (max-width: 1024px) {
  #navi .inner {
    margin-top: -13%;
  }
  #navi #course-nav > li {
    font-size: 1.2vw;
  }
  main .course-set .section .outline {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  main .course-set .section .outline dt {
    width: 15vw;
    padding: 1.5em 1.3em;
  }
  main .course-set .section .outline dd {
    width: 55vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 15vw;
    background-color: white;
  }
  header #lgo {
    width: 45vw;
    height: 15vw;
  }
  header #btn-entry {
    width: 45vw;
    height: 15vw;
    color: white;
    line-height: 15vw;
    background-size: 15vw 15vw;
  }
  #navi {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #navi .inner {
    opacity: 1;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 1em;
  }
  #navi h1 {
    width: 24.75vw;
    height: 15.46875vw;
    margin: 0 0 0 0;
  }
  #navi #course-nav {
    margin-top: 0;
    margin-left: 1.2em;
  }
  #navi #course-nav > li {
    margin: 0 0 0.55em 0;
    padding: 0 0;
    font-size: 3.4vw;
    text-align: left;
    line-height: 1em;
  }
  #navi #course-nav > li:hover {
    color: white;
  }
  #navi #course-nav > li.on {
    color: #ff7035;
  }
  #navi #course-nav > li.on:hover {
    color: #ff7035;
  }
  #navi .recruit-site {
    width: auto;
    height: auto;
    margin: 0 0 0 1.2em;
    padding: 0.8em 1.1em;
    line-height: 1.5em;
    text-align: left;
    background-size: 3.2vw 3.2vw;
    background-position: right 0.6em bottom 0.6em;
  }
  main {
    width: 100vw;
  }
  main .intro {
    flex-direction: column;
    width: 100vw;
    margin: 15vw 0 0 0;
    padding-left: 0;
  }
  main .intro .internship {
    width: 44vw;
    height: 27.5vw;
    margin: 2em 0 2.4em;
  }
  main .intro #slider {
    width: 100vw;
    height: 66.6666667vw;
  }
  main .lead {
    width: 90vw;
    margin: 10vw 0 0 5vw;
  }
  main .lead .ttl {
    font-size: 6.5vw;
  }
  main .lead .txt {
    margin-top: 1.5em;
    line-height: 1.6em;
    font-size: 3.75vw;
  }
  main .course-set {
    width: 90vw;
    margin: 20vw 0 0 5vw;
  }
  main .course-set > h2 {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0;
    background-image: none;
  }
  main .course-set > h2 .t1 {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  main .course-set > h2 .t1b {
    font-size: 13.5vw;
  }
  main .course-set > h2 .t2 {
    margin-top: 0.75em;
  }
  main .course-set .section .ttl {
    line-height: 1.4em;
  }
  main .course-set .section .txt {
    line-height: 1.6em;
  }
  main .course-set .section .program .p-set {
    align-items: flex-start;
    flex-direction: column;
    padding: 1em;
    background-size: 0.9375vw 0.9375vw;
  }
  main .course-set .section .program .p-set .p-set-left {
    width: auto;
    padding: 0 2em;
    text-align: left;
    background-size: 6vw 10vw, 6vw 10vw;
  }
  main .course-set .section .program .p-set .p-set-left .psl2 {
    font-size: 5.25vw;
  }
  main .course-set .section .program .p-set .p-set-right {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  main .course-set .section .program .p-set .p-set-right .psr2 {
    margin-top: 0.4em;
  }
  main .course-set .section .voice .v-set {
    width: 100%;
    margin-top: 1.5em;
  }
  main .course-set .section .voice .v-set > img {
    width: 16vw;
    height: 16vw;
  }
  main .course-set .section .voice .v-set .v-txt {
    width: 75vw;
    padding-left: 1em;
    line-height: 1.6em;
  }
  main .course-set .section .outline dt {
    width: 100%;
    padding: 1em 0 0 1em;
    border-bottom: none;
  }
  main .course-set .section .outline dd {
    width: 100%;
    padding: 0.4em 0 1em 1em;
  }
  main .course-set .section .outline dd > ul.small li {
    font-size: 3.5vw !important;
    line-height: 1.5em;
  }
  main .course-set .section .outline dd > ul li {
    margin-top: 0.5em;
  }
  main .bottom-image {
    width: 100vw;
    height: 66.6666667vw;
    margin: 10vw 0 30vw;
  }
  main .bottom-image > img.internship {
    position: absolute;
    top: 5vw;
    right: 5vw;
    bottom: auto;
    left: auto;
    width: 40vw;
    height: 25vw;
  }
}
