@font-face {
  font-family: d-din;
  font-style: normal;
  font-weight: 400;
  src: url("/internship/_/fonts/D-DIN-PRO-400-Regular.woff") format("woff"), url("/internship/_/fonts/D-DIN-PRO-400-Regular.otf") format("opentype");
}
@font-face {
  font-family: d-din;
  font-style: normal;
  font-weight: 700;
  src: url("/internship/_/fonts/D-DIN-PRO-700-Bold.woff") format("woff"), url("/internship/_/fonts/D-DIN-PRO-700-Bold.otf") format("opentype");
}
@font-face {
  font-family: d-din;
  font-style: normal;
  font-weight: 900;
  src: url("/internship/_/fonts/D-DIN-PRO-900-Heavy.woff") format("woff"), url("/internship/_/fonts/D-DIN-PRO-900-Heavy.otf") format("opentype");
}
*,
*:after,
*:before {
  box-sizing: inherit;
}

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

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  overflow: hidden;
}
body main {
  display: block;
  padding-top: 145px;
}

@media screen and (max-width: 767px) {
  body main {
    padding-top: 60px;
  }
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

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

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
#loader-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 99999;
}
#loader-bg > img {
  width: 40vw;
  height: 27vw;
}
@media screen and (max-width: 1024px) {
  #loader-bg > img {
    width: 400px;
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #loader-bg > img {
    width: 300px;
    height: 202.5px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 375px) {
  #loader-bg > img {
    width: 250px;
    height: 168.75px;
    margin-top: -90px;
  }
}

header {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 145px;
  background-color: white;
  z-index: 999;
}
header #sp-menu-btn {
  display: none;
}
header #hd-upr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2.75vw 0 6vw;
  border-bottom: 6px solid #e60000;
}
header #hd-upr .up1 {
  width: clamp(270px, 22vw, 390px);
  height: clamp(28.8000009px, 2.34666674vw, 41.6000013px);
}
header #hd-upr .up2 {
  width: clamp(280px, 23vw, 400px);
  height: clamp(18.9px, 1.5525vw, 27px);
}
header #hd-btm {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 0 0 0 6vw;
}
header #hd-btm.-ds- {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}
header #hd-btm > a {
  color: #5A5A5A;
  font-size: 1.25vw;
  font-weight: 700;
  transition: all 0.2s;
}
header #hd-btm > a + a {
  margin-left: 2em;
}
header #hd-btm > a:hover {
  color: #000000;
}
header #hd-btn-entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 12.5vw;
  height: 8vw;
  background-color: #e60000;
  transition: all 0.2s;
}
header #hd-btn-entry > span {
  color: white;
  transition: all 0.2s;
}
header #hd-btn-entry > span.-en- {
  font-family: "d-din", sans-serif;
  font-size: 2.9vw;
  font-weight: 700;
  letter-spacing: -0.02em;
}
header #hd-btn-entry > span.-jp- {
  margin-top: 0.3em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1vw;
}
header #hd-btn-entry.-small- {
  width: 9vw;
  height: 6vw;
}
header #hd-btn-entry.-small- > span.-en- {
  font-size: 2.1vw;
}
header #hd-btn-entry.-small- > span.-jp- {
  font-size: 0.875vw;
}

@media screen and (max-width: 1200px) {
  header #hd-upr {
    padding: 0 2.75vw 0 4vw;
  }
  header #hd-btm {
    padding: 0 0 0 4vw;
  }
  header #hd-btm > a + a {
    margin-left: 1.8em;
  }
}
@media screen and (max-width: 1024px) {
  header #hd-upr {
    padding: 0 2.75vw 0 3vw;
  }
  header #hd-btm {
    justify-content: center;
    padding: 0 0 0 0;
  }
  header #hd-btm > a {
    font-size: 1.5625vw;
  }
  header #hd-btm > a + a {
    margin-left: 1.6em;
  }
  header #hd-btn-entry {
    position: absolute;
    top: 145px;
    right: 0;
    bottom: auto;
    left: auto;
  }
  header #hd-btn-entry > span.-jp- {
    font-size: 1.2vw;
  }
  header #hd-btn-entry.-small- {
    width: 9vw;
    height: 7vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    border-bottom: 6px solid #e60000;
  }
  header #sp-menu-btn {
    display: block;
    width: 60px;
    height: 54px;
    background-color: white;
    border-right: 1px solid #ccc;
  }
  header #sp-menu-btn .ico {
    position: relative;
    width: 100%;
    height: 34px;
  }
  header #sp-menu-btn .ico span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    height: 2px;
    background: #e60000;
    width: 28px;
  }
  header #sp-menu-btn .ico span:nth-of-type(1) {
    top: 13px;
  }
  header #sp-menu-btn .ico span:nth-of-type(2) {
    top: 19px;
  }
  header #sp-menu-btn .ico span:nth-of-type(3) {
    top: 25px;
  }
  header #sp-menu-btn .txt {
    text-align: center;
    color: #666;
    font-family: "d-din", sans-serif;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  header #sp-menu-btn.active .ico span:nth-of-type(1) {
    top: 14px;
    transform: translateY(6px) rotate(-45deg);
  }
  header #sp-menu-btn.active .ico span:nth-of-type(2) {
    opacity: 0;
  }
  header #sp-menu-btn.active .ico span:nth-of-type(3) {
    top: 26px;
    transform: translateY(-6px) rotate(45deg);
  }
  header #hd-upr {
    justify-content: flex-start;
    height: 100%;
    padding: 0 0 0 0;
    border-bottom: none;
  }
  header #hd-upr .up1 {
    width: 21vw;
    height: 4.91707314vw;
    margin-left: 4vw;
  }
  header #hd-upr .up1 > img {
    vertical-align: top;
  }
  header #hd-upr .up2 {
    width: 50vw;
    height: 3.375vw;
    margin-left: 5vw;
  }
  header #hd-upr .up2 > img {
    vertical-align: top;
  }
  header #hd-btm {
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 60px + 6px);
    padding: 200px 0 0 0;
    background-color: rgba(230, 0, 0, 0.92);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  header #hd-btm.-ds- {
    box-shadow: none;
  }
  header #hd-btm > a {
    color: white !important;
    font-size: 4.5vw;
  }
  header #hd-btm > a + a {
    margin-left: 0;
    margin-top: 1.5em;
  }
  header #hd-btm.win-open {
    opacity: 1;
    pointer-events: auto;
  }
  header #hd-btn-entry {
    position: fixed;
    top: 110px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 260px;
    height: 90px;
    margin-left: -130px;
    background-color: transparent;
    border: 1px solid white;
    opacity: 0;
    pointer-events: none;
  }
  header #hd-btn-entry > span.-en- {
    font-size: 11.6vw;
  }
  header #hd-btn-entry > span.-jp- {
    font-size: 4vw;
  }
  header #hd-btn-entry.-small- {
    width: 260px;
    height: 90px;
  }
  header #hd-btn-entry.-small- > span.-en- {
    font-size: 11.6vw;
  }
  header #hd-btn-entry.-small- > span.-jp- {
    font-size: 4vw;
  }
  header #hd-btn-entry.win-open {
    opacity: 1;
    pointer-events: auto;
  }
}
footer {
  position: relative;
  width: 100%;
  padding-top: 7.5vw;
  background-color: white;
}
footer #ft-upr .ft-cpy-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  width: 50vw;
  height: 32.5vw;
  height: 42.5vw;
  margin: 0 auto;
}
footer #ft-upr .ft-cpy-wrap > span {
  position: absolute;
  background-color: #000000;
}
footer #ft-upr .ft-cpy-wrap > span.bdr1 {
  top: 2.25vw;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 1s;
}
footer #ft-upr .ft-cpy-wrap > span.bdr2 {
  top: 0;
  left: 2.5vw;
  width: 1px;
  height: 0;
  transition: all 0.5s 0.2s;
}
footer #ft-upr .ft-cpy-wrap > span.bdr3 {
  right: 0;
  bottom: 2.625vw;
  width: 0;
  height: 1px;
  transition: all 1s 0.3s;
}
footer #ft-upr .ft-cpy-wrap > span.bdr4 {
  right: 2.5vw;
  bottom: 0;
  width: 1px;
  height: 0;
  transition: all 0.5s 0.4s;
}
footer #ft-upr .ft-cpy-wrap.on > span.bdr1 {
  width: 28.4375vw;
}
footer #ft-upr .ft-cpy-wrap.on > span.bdr2 {
  height: 11.25vw;
}
footer #ft-upr .ft-cpy-wrap.on > span.bdr3 {
  width: 23.1875vw;
}
footer #ft-upr .ft-cpy-wrap.on > span.bdr4 {
  height: 7.5vw;
}
footer #ft-upr .ft-cpy-wrap > img {
  width: 29vw;
  height: 11.27777781vw;
}
footer #ft-upr .ft-cpy-wrap .year {
  margin-top: 1em;
  font-family: "d-din", sans-serif;
  font-size: 1.75vw;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
footer #ft-upr .ft-cpy-wrap #ft-btn-entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 9vw;
  margin-top: 2em;
  padding-bottom: 0.5em;
  background-color: #e60000;
}
footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span {
  color: white;
}
footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span.-en- {
  font-family: "d-din", sans-serif;
  font-size: 4.5vw;
  font-weight: 700;
}
footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span.-jp- {
  margin-top: 0.3em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.4375vw;
}
footer #ft-mid {
  margin-top: 5em;
  margin-bottom: 2em;
}
footer #ft-mid > p {
  font-size: 0.875vw;
  text-align: center;
  line-height: 1.8em;
}
footer #ft-btm {
  padding: 2.5em 0 3em;
  border-top: 6px solid #e60000;
}
footer #ft-btm > nav {
  display: flex;
  justify-content: center;
}
footer #ft-btm > nav > a {
  margin: 0 1em;
  font-size: 0.875vw;
}
footer #ft-btm > small {
  display: block;
  margin-top: 4em;
  text-align: center;
  font-size: 0.75vw;
}

@media screen and (max-width: 1024px) {
  footer #ft-upr .ft-cpy-wrap {
    width: 54vw;
    width: 60vw;
    height: 39vw;
    height: 51vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr1 {
    top: 2.7vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr2 {
    left: 3vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr3 {
    bottom: 3.15vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr4 {
    right: 3vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr1 {
    width: 34.125vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr2 {
    height: 13.5vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr3 {
    width: 27.825vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr4 {
    height: 9vw;
  }
  footer #ft-upr .ft-cpy-wrap > img {
    width: 34.8vw;
    height: 13.533333372vw;
  }
  footer #ft-upr .ft-cpy-wrap .year {
    font-size: 2.1vw;
  }
  footer #ft-upr .ft-cpy-wrap #ft-btn-entry {
    width: 36vw;
    height: 10.8vw;
    padding-bottom: 0.3em;
  }
  footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span.-en- {
    font-size: 5.4vw;
  }
  footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span.-jp- {
    font-size: 1.725vw;
  }
  footer #ft-mid > p {
    font-size: 1.225vw;
  }
  footer #ft-btm > nav > a {
    font-size: 1.225vw;
  }
  footer #ft-btm > small {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 767px) {
  footer #ft-upr .ft-cpy-wrap {
    width: 90vw;
    width: 100vw;
    height: 65vw;
    height: 90vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr1 {
    top: 4.5vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr2 {
    left: 5vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr3 {
    bottom: 5.25vw;
  }
  footer #ft-upr .ft-cpy-wrap > span.bdr4 {
    right: 5vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr1 {
    width: 56.875vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr2 {
    height: 22.5vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr3 {
    width: 46.375vw;
  }
  footer #ft-upr .ft-cpy-wrap.on > span.bdr4 {
    height: 15vw;
  }
  footer #ft-upr .ft-cpy-wrap > img {
    width: 58vw;
    height: 22.55555562vw;
  }
  footer #ft-upr .ft-cpy-wrap .year {
    font-size: 3.5vw;
  }
  footer #ft-upr .ft-cpy-wrap #ft-btn-entry {
    width: 60vw;
    height: 22vw;
    margin-top: 1.2em;
    padding-bottom: 0.2em;
  }
  footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span.-en- {
    font-size: 10vw;
  }
  footer #ft-upr .ft-cpy-wrap #ft-btn-entry > span.-jp- {
    font-size: 3.5vw;
  }
  footer #ft-mid {
    margin-top: 2.5em;
  }
  footer #ft-mid > p {
    font-size: 3.15vw;
  }
  footer #ft-btm {
    padding: 2em 0 2em;
  }
  footer #ft-btm > nav > a {
    font-size: 2.975vw;
  }
  footer #ft-btm > small {
    margin-top: 3em;
    padding: 0 5em;
    font-size: 2.55vw;
    line-height: 1.4em;
  }
}
.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;
}

.f96, .f96 * {
  font-size: 6vw;
}

.f120, .f120 * {
  font-size: 7.5vw;
}

.f128, .f128 * {
  font-size: 8vw;
}

.f160, .f160 * {
  font-size: 10vw;
}

.f320, .f320 * {
  font-size: 20vw;
}

@media screen and (max-width: 1024px) {
  .f11, .f11 * {
    font-size: 0.9625vw;
  }
  .f12, .f12 * {
    font-size: 1.05vw;
  }
  .f13, .f13 * {
    font-size: 1.1375vw;
  }
  .f14, .f14 * {
    font-size: 1.225vw;
  }
  .f16, .f16 * {
    font-size: 1.4vw;
  }
  .f18, .f18 * {
    font-size: 1.575vw;
  }
  .f20, .f20 * {
    font-size: 1.75vw;
  }
  .f24, .f24 * {
    font-size: 2.1vw;
  }
  .f28, .f28 * {
    font-size: 2.45vw;
  }
  .f30, .f30 * {
    font-size: 2.625vw;
  }
  .f32, .f32 * {
    font-size: 2.8vw;
  }
  .f36, .f36 * {
    font-size: 3.15vw;
  }
  .f40, .f40 * {
    font-size: 3.5vw;
  }
  .f44, .f44 * {
    font-size: 3.85vw;
  }
  .f48, .f48 * {
    font-size: 4.2vw;
  }
  .f60, .f60 * {
    font-size: 5.25vw;
  }
  .f64, .f64 * {
    font-size: 5.6vw;
  }
  .f72, .f72 * {
    font-size: 6.3vw;
  }
  .f80, .f80 * {
    font-size: 7vw;
  }
  .f90, .f90 * {
    font-size: 7.875vw;
  }
  .f96, .f96 * {
    font-size: 8.4vw;
  }
  .f120, .f120 * {
    font-size: 10.5vw;
  }
  .f128, .f128 * {
    font-size: 11.2vw;
  }
  .f160, .f160 * {
    font-size: 14vw;
  }
  .f320, .f320 * {
    font-size: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .f11, .f11 * {
    font-size: 2.0625vw;
  }
  .f12, .f12 * {
    font-size: 2.25vw;
  }
  .f13, .f13 * {
    font-size: 2.4375vw;
  }
  .f14, .f14 * {
    font-size: 2.975vw;
  }
  .f16, .f16 * {
    font-size: 3.4vw;
  }
  .f18, .f18 * {
    font-size: 3.825vw;
  }
  .f20, .f20 * {
    font-size: 4vw;
  }
  .f24, .f24 * {
    font-size: 4.5vw;
  }
  .f28, .f28 * {
    font-size: 5.25vw;
  }
  .f30, .f30 * {
    font-size: 5.625vw;
  }
  .f32, .f32 * {
    font-size: 6vw;
  }
  .f36, .f36 * {
    font-size: 6.75vw;
  }
  .f40, .f40 * {
    font-size: 7.5vw;
  }
  .f44, .f44 * {
    font-size: 8.25vw;
  }
  .f48, .f48 * {
    font-size: 9vw;
  }
  .f60, .f60 * {
    font-size: 11.25vw;
  }
  .f64, .f64 * {
    font-size: 12vw;
  }
  .f72, .f72 * {
    font-size: 13.5vw;
  }
  .f80, .f80 * {
    font-size: 15vw;
  }
  .f90, .f90 * {
    font-size: 16.875vw;
  }
  .f96, .f96 * {
    font-size: 18vw;
  }
  .f120, .f120 * {
    font-size: 22.5vw;
  }
  .f128, .f128 * {
    font-size: 24vw;
  }
  .f160, .f160 * {
    font-size: 30vw;
  }
  .f320, .f320 * {
    font-size: 60vw;
  }
}
.sup {
  font-size: 80%;
  vertical-align: super;
}

.sub {
  font-size: 80%;
}

.-shine- {
  position: relative;
  overflow: hidden;
}
.-shine-::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: auto;
  bottom: auto;
  left: -60px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  width: 50px;
  height: 50px;
  z-index: 1;
}
.-shine-:hover::before {
  animation: shine-run ease-in 1.2s;
}

@keyframes shine-run {
  0% {
    transform: scale(1) rotate(50deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
.h2-set .f112 {
  font-family: "d-din", sans-serif;
  font-size: 7vw;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.h2-set .f24, .h2-set .f36 {
  color: #e60000;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .h2-set .f112 {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 767px) {
  .h2-set .f112 {
    font-size: 15.4vw;
  }
  .h2-set .f24, .h2-set .f36 {
    padding-right: 1em;
    line-height: 1.2em;
  }
  .h2-set .f36 {
    font-size: 5.85vw;
  }
}
#visual-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s;
}
#visual-title.-narrow- {
  height: 27vw;
}
#visual-title.-narrow- .eng {
  margin-top: 0.7em;
}
#visual-title > h1 {
  color: white;
  font-weight: 700;
}
#visual-title .eng {
  margin-top: 0.8em;
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#visual-title .crs {
  display: flex;
  align-items: center;
  margin-top: -1em;
  color: white;
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#visual-title .crs::before, #visual-title .crs::after {
  content: "";
  width: 7.5vw;
  height: 2px;
  background-color: white;
}
#visual-title .crs::before {
  margin-right: 1rem;
}
#visual-title .crs::after {
  margin-left: 1rem;
}
#visual-title .crs + h1 {
  margin-top: 0.2em;
}
#visual-title .wtl1, #visual-title .wtl2, #visual-title .wtl3, #visual-title .wtl4, #visual-title .wtr1, #visual-title .wtr2, #visual-title .wtr3, #visual-title .wtr4 {
  background-color: rgba(255, 255, 255, 0.75);
  mix-blend-mode: soft-light;
}
#visual-title .wtl1 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 5.8vw;
  transition: all 1.22s 0.1s;
}
#visual-title .wtl2 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 6.5vw;
  height: 0;
  transition: all 1.11s 0.3s;
}
#visual-title .wtl3 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 2.9vw;
  transition: all 1.22s 0.5s;
}
#visual-title .wtl4 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 0;
  transition: all 1.11s 0.6s;
}
#visual-title .wtr1 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 6.5vw;
  transition: all 1.22s 0.1s;
}
#visual-title .wtr2 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 5.5vw;
  height: 0;
  transition: all 1.11s 0.2s;
}
#visual-title .wtr3 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 3vw;
  transition: all 1.22s 0.4s;
}
#visual-title .wtr4 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 9vw;
  height: 0;
  transition: all 1.11s 0.6s;
}
#visual-title.on .wtl1 {
  width: 50vw;
}
#visual-title.on .wtl2 {
  height: 100%;
}
#visual-title.on .wtl3 {
  width: 45vw;
}
#visual-title.on .wtl4 {
  height: 25vw;
}
#visual-title.on .wtr1 {
  width: 76.5vw;
}
#visual-title.on .wtr2 {
  height: 100%;
}
#visual-title.on .wtr3 {
  width: 65.5vw;
}
#visual-title.on .wtr4 {
  height: 23vw;
}

@media screen and (max-width: 1024px) {
  #visual-title > h1 {
    font-size: 5.28vw;
  }
}
@media screen and (max-width: 767px) {
  #visual-title {
    height: 60vw;
  }
  #visual-title.-narrow- {
    height: 60vw;
  }
  #visual-title > h1 {
    font-size: 8.4vw;
    text-align: center;
    line-height: 1.3em;
  }
  #visual-title .eng {
    margin-top: 0.3em;
    font-size: 5.75vw;
  }
  #visual-title .crs {
    margin-top: -0.5em;
    font-size: 4.6vw;
  }
  #visual-title .crs::before, #visual-title .crs::after {
    width: 8vw;
    height: 1.5px;
  }
}
.page-lead {
  position: relative;
  margin: 5vw auto 0;
  padding: 7.5vw 0;
  text-align: center;
}
.page-lead .pl1 > em {
  display: block;
  color: #5A5A5A;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.6em;
  opacity: 0;
  transition: all 1.5s;
}
.page-lead .pl1 > em.delay1 {
  transition-delay: 0.1s;
}
.page-lead .pl1 > em.delay2 {
  transition-delay: 0.2s;
}
.page-lead .pl1 > em.delay3 {
  transition-delay: 0.3s;
}
.page-lead .pl1 > em.delay4 {
  transition-delay: 0.4s;
}
.page-lead .pl1 > em.delay5 {
  transition-delay: 0.5s;
}
.page-lead .pl1 > em.delay6 {
  transition-delay: 0.6s;
}
.page-lead .pl1 > em.delay7 {
  transition-delay: 0.7s;
}
.page-lead .pl1 > em.delay8 {
  transition-delay: 0.8s;
}
.page-lead .pl2 {
  margin-top: 2em;
}
.page-lead .pl2:first-child {
  margin-top: 0;
}
.page-lead .pl2 > em {
  display: block;
  font-weight: 700;
  line-height: 2em;
  opacity: 0;
  transition: all 1.5s;
}
.page-lead .pl2 > em.delay1 {
  transition-delay: 0.1s;
}
.page-lead .pl2 > em.delay2 {
  transition-delay: 0.2s;
}
.page-lead .pl2 > em.delay3 {
  transition-delay: 0.3s;
}
.page-lead .pl2 > em.delay4 {
  transition-delay: 0.4s;
}
.page-lead .pl2 > em.delay5 {
  transition-delay: 0.5s;
}
.page-lead .pl2 > em.delay6 {
  transition-delay: 0.6s;
}
.page-lead .pl2 > em.delay7 {
  transition-delay: 0.7s;
}
.page-lead .pl2 > em.delay8 {
  transition-delay: 0.8s;
}
.page-lead > span {
  position: absolute;
  background-color: #000000;
}
.page-lead > span.bdr1 {
  top: 2.5vw;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 1s;
}
.page-lead > span.bdr2 {
  top: 0;
  left: 2.5vw;
  width: 1px;
  height: 0;
  transition: all 0.5s 0.2s;
}
.page-lead > span.bdr3 {
  right: 0;
  bottom: 2.5vw;
  width: 0;
  height: 1px;
  transition: all 1s 0.3s;
}
.page-lead > span.bdr4 {
  right: 2.5vw;
  bottom: 0;
  width: 1px;
  height: 0;
  transition: all 0.5s 0.4s;
}
.page-lead.on .pl1 > em, .page-lead.on .pl2 > em {
  opacity: 1;
}
.page-lead.on > span.bdr1 {
  width: 15vw;
}
.page-lead.on > span.bdr2 {
  height: 7.5vw;
}
.page-lead.on > span.bdr3 {
  width: 15vw;
}
.page-lead.on > span.bdr4 {
  height: 7.5vw;
}

@media screen and (max-width: 1024px) {
  .page-lead {
    margin: 6vw auto 0;
    padding: 8vw 0;
  }
  .page-lead.on > span.bdr1 {
    width: 18vw;
  }
  .page-lead.on > span.bdr2 {
    height: 10vw;
  }
  .page-lead.on > span.bdr3 {
    width: 18vw;
  }
  .page-lead.on > span.bdr4 {
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .page-lead {
    margin: 8vw auto 0;
    padding: 12.5vw 10vw;
  }
  .page-lead .pl1 > em {
    font-size: 5.5vw;
  }
  .page-lead .pl2 {
    margin-top: 1.4em;
  }
  .page-lead .pl2 > em {
    font-size: 3.9vw;
  }
  .page-lead > span.bdr1 {
    top: 5vw;
  }
  .page-lead > span.bdr2 {
    left: 5vw;
  }
  .page-lead > span.bdr3 {
    bottom: 5vw;
  }
  .page-lead > span.bdr4 {
    right: 5vw;
  }
  .page-lead.on > span.bdr1 {
    width: 34vw;
  }
  .page-lead.on > span.bdr2 {
    height: 20vw;
  }
  .page-lead.on > span.bdr3 {
    width: 34vw;
  }
  .page-lead.on > span.bdr4 {
    height: 20vw;
  }
}
.other-pages {
  margin: 10vw auto 0;
}
.other-pages .op-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.other-pages .op-wrap::before, .other-pages .op-wrap::after {
  content: "";
  background-color: #000000;
}
.other-pages .op-wrap::before {
  position: absolute;
  top: -2.5vw;
  right: 3vw;
  bottom: auto;
  left: auto;
  width: 0;
  height: 1px;
  transition: all 1s;
}
.other-pages .op-wrap::after {
  position: absolute;
  top: -5vw;
  right: 5.5vw;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 0;
  transition: all 0.8s 0.2s;
}
.other-pages .op-wrap.on::before {
  width: 20vw;
}
.other-pages .op-wrap.on::after {
  height: 12.5vw;
}
.other-pages .op-wrap > a {
  width: 20vw;
  margin: 0 0.625vw;
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1s;
}
.other-pages .op-wrap > a > span {
  display: block;
  margin-top: 1.2em;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s;
}
.other-pages .op-wrap > a > span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 0.4em;
  vertical-align: middle;
  background-image: url(/internship/_/images/common/ico_arw_01.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.other-pages .op-wrap > a:nth-of-type(2) {
  transition-delay: 0.1s;
}
.other-pages .op-wrap > a:nth-of-type(3) {
  transition-delay: 0.2s;
}
.other-pages .op-wrap > a:nth-of-type(4) {
  transition-delay: 0.3s;
}
.other-pages .op-wrap > a:hover > span {
  color: #e60000;
}
.other-pages .op-wrap > a.on {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .other-pages .op-wrap::before {
    position: absolute;
    top: -2.5vw;
    right: 3vw;
    bottom: auto;
    left: auto;
  }
  .other-pages .op-wrap::after {
    position: absolute;
    top: -5vw;
    right: 5.5vw;
    bottom: auto;
    left: auto;
  }
  .other-pages .op-wrap.on::before {
    width: 30vw;
  }
  .other-pages .op-wrap.on::after {
    height: 15vw;
  }
  .other-pages .op-wrap > a > span {
    margin-top: 1.1em;
    font-size: 1.35vw;
  }
  .other-pages .op-wrap > a > span::after {
    width: 16.2px;
    height: 12.6px;
  }
}
@media screen and (max-width: 767px) {
  .other-pages .op-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5vw;
  }
  .other-pages .op-wrap::before, .other-pages .op-wrap::after {
    display: none;
  }
  .other-pages .op-wrap::before {
    position: absolute;
    top: -2.5vw;
    right: 3vw;
    bottom: auto;
    left: auto;
  }
  .other-pages .op-wrap::after {
    position: absolute;
    top: -5vw;
    right: 5.5vw;
    bottom: auto;
    left: auto;
  }
  .other-pages .op-wrap.on::before {
    width: 30vw;
  }
  .other-pages .op-wrap.on::after {
    height: 15vw;
  }
  .other-pages .op-wrap > a {
    width: 42.5vw;
    margin: 5vw 0 0;
  }
  .other-pages .op-wrap > a > span {
    font-size: 3.6vw;
    text-indent: 0.6em;
    line-height: 1.3em;
  }
  .other-pages .op-wrap > a > span::after {
    width: 14.4px;
    height: 11.2px;
  }
  .other-pages .op-wrap > a:nth-of-type(2) {
    transition-delay: 0;
  }
  .other-pages .op-wrap > a:nth-of-type(3) {
    transition-delay: 0;
  }
  .other-pages .op-wrap > a:nth-of-type(4) {
    transition-delay: 0;
  }
}
.page-anchor {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}
.page-anchor > a {
  position: relative;
  margin: 0 2em;
  padding-top: 0.75em;
  padding-bottom: 1.75em;
  font-weight: 700;
  text-align: center;
  background-image: url(/internship/_/images/common/ico_arw_02.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 14px 18px;
  transition: all 0.2s;
}
.page-anchor > a:hover {
  color: #e60000;
}
.page-anchor > a + a::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -2em;
  width: 1px;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .page-anchor {
    margin-top: 5vw;
  }
  .page-anchor > a {
    width: 50%;
    margin: 0 0;
    line-height: 1.4em;
  }
  .page-anchor > a + a::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
#course.-consultant- #hd-btm a:nth-of-type(3) {
  color: #e60000;
}
#course.-consultant- #visual-title {
  background-image: url(/internship/_/images/consultant/img_main_pc.jpg);
}
#course.-researcher- #hd-btm a:nth-of-type(4) {
  color: #e60000;
}
#course.-researcher- #visual-title {
  background-image: url(/internship/_/images/researcher/img_main_pc.jpg);
}
#course .page-lead {
  width: 60vw;
  height: auto;
}
#course .h2-set {
  margin-left: 15vw;
}
#course .h2-set + .cmn-lead {
  margin-top: 4vw;
  margin-left: 15vw;
  color: #5A5A5A;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  opacity: 0;
  transition: all 1s;
}
#course .h2-set + .cmn-lead.on {
  opacity: 1;
}
#course .about-area {
  position: relative;
  padding-top: 10vw;
}
#course .about-area .txt-img-fig {
  margin-top: 4vw;
  padding-top: 3.125vw;
  padding-bottom: 5vw;
  background: linear-gradient(to right, #f7f7f7 70%, white 70%);
}
#course .about-area .txt-img-fig .txt-img {
  position: relative;
  width: 80vw;
  margin: 0 auto;
}
#course .about-area .txt-img-fig .txt-img .ti1 {
  width: 45vw;
  padding-left: 5vw;
  opacity: 0;
  transform: translateY(-3vw);
  transition: all 1.5s;
}
#course .about-area .txt-img-fig .txt-img .ti1.on {
  transform: translateY(0);
  opacity: 1;
}
#course .about-area .txt-img-fig .txt-img .ti1 > h3 {
  font-weight: 700;
  line-height: 1.5em;
}
#course .about-area .txt-img-fig .txt-img .ti1 > p {
  margin-top: 1em;
  line-height: 1.75em;
}
#course .about-area .txt-img-fig .txt-img .ti2 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -3.4vw;
  left: auto;
  width: 30vw;
  height: 20vw;
  opacity: 0;
  transition: all 1.5s;
}
#course .about-area .txt-img-fig .txt-img .ti2.on {
  bottom: 0.4vw;
  opacity: 1;
}
#course .about-area .txt-img-fig > figure {
  width: 80vw;
  margin: 5vw auto 0;
  opacity: 0;
  transition: all 1.5s;
}
#course .about-area .txt-img-fig > figure.on {
  opacity: 1;
}
#course .about-area > span {
  position: absolute;
  background-color: #000000;
}
#course .about-area > span.bdr1 {
  top: 5vw;
  left: 0;
  width: 0.1vw;
  height: 1px;
  transition: all 0.4s;
}
#course .about-area > span.bdr1.on {
  width: 15vw;
}
#course .about-area > span.bdr2 {
  top: 0;
  left: 5vw;
  width: 1px;
  height: 0;
  transition: all 1s 0.2s;
}
#course .about-area > span.bdr2.on {
  height: 30vw;
}
#course .program-area {
  padding-top: 9.5vw;
  padding-bottom: 5vw;
  background: linear-gradient(to right, white 70%, #f7f7f7 70%);
}
#course .program-area .pg-wrap {
  margin-top: 9.5vw;
}
#course .program-area .pg-wrap .pg-set {
  width: 70vw;
  margin-left: 20vw;
}
#course .program-area .pg-wrap .pg-set .p-ttl {
  position: relative;
}
#course .program-area .pg-wrap .pg-set .p-ttl::before, #course .program-area .pg-wrap .pg-set .p-ttl::after {
  content: "";
  display: block;
  background-color: black;
}
#course .program-area .pg-wrap .pg-set .p-ttl::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2vw;
  left: -12.5vw;
  width: 0;
  height: 1px;
  transition: all 1.5s;
}
#course .program-area .pg-wrap .pg-set .p-ttl::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -5vw;
  width: 1px;
  height: 0;
  transition: all 1s;
}
#course .program-area .pg-wrap .pg-set .p-ttl.on::before {
  width: 57.5vw;
}
#course .program-area .pg-wrap .pg-set .p-ttl.on::after {
  height: 18.75vw;
}
#course .program-area .pg-wrap .pg-set .p-ttl > span {
  color: #e60000;
  font-family: "d-din", sans-serif;
  font-weight: 700;
}
#course .program-area .pg-wrap .pg-set .p-ttl > h3 {
  margin-top: 0.2em;
  font-weight: 700;
}
#course .program-area .pg-wrap .pg-set .p-txt-img {
  display: flex;
  justify-content: space-between;
  width: 70vw;
  margin-top: 5vw;
}
#course .program-area .pg-wrap .pg-set .p-txt-img .pti1 {
  width: 35vw;
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1.5s;
}
#course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > h4 {
  font-weight: 700;
  line-height: 1.5em;
}
#course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > p {
  margin-top: 1em;
  line-height: 1.75em;
}
#course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > p:first-child {
  margin-top: 0;
}
#course .program-area .pg-wrap .pg-set .p-txt-img .pti2 {
  width: 30vw;
  opacity: 0;
  transform: translateY(-3vw);
  transition: all 1.5s;
}
#course .program-area .pg-wrap .pg-set .p-txt-img.on .pti1 {
  opacity: 1;
  transform: translateY(0);
}
#course .program-area .pg-wrap .pg-set .p-txt-img.on .pti2 {
  opacity: 1;
  transform: translateY(0);
}
#course .program-area .pg-wrap .pg-set + .pg-set {
  margin-top: 6.25vw;
}
#course .program-area .pg-wrap .pg-set:nth-of-type(even) {
  margin-left: 10vw;
}
#course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl {
  width: 47.5vw;
  margin-left: 35vw;
}
#course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2vw;
  left: auto;
}
#course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl::after {
  position: absolute;
  top: 0;
  right: 7.5vw;
  bottom: auto;
  left: auto;
}
#course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-txt-img {
  flex-direction: row-reverse;
}
#course .experiences-area {
  padding-top: 9.5vw;
  padding-bottom: 5vw;
  background: linear-gradient(to right, #fff7f7 70%, white 70%);
}
#course .experiences-area .ex-wrap .ex-set {
  position: relative;
  width: 80vw;
  margin-top: 3.75vw;
  margin-left: 15vw;
  padding-top: 7.125vw;
}
#course .experiences-area .ex-wrap .ex-set .e-name {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 0.7vw 6.2vw 0 0;
}
#course .experiences-area .ex-wrap .ex-set .e-name > span {
  font-family: "d-din", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: all 1s;
}
#course .experiences-area .ex-wrap .ex-set .e-name::before, #course .experiences-area .ex-wrap .ex-set .e-name::after {
  content: "";
  background-color: #000000;
}
#course .experiences-area .ex-wrap .ex-set .e-name::before {
  position: absolute;
  top: 3.25vw;
  right: 0;
  bottom: auto;
  left: auto;
  width: 0;
  height: 1px;
  transition: all 1.5s;
}
#course .experiences-area .ex-wrap .ex-set .e-name::after {
  position: absolute;
  top: 0;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 0;
  transition: all 0.8s 0.2s;
}
#course .experiences-area .ex-wrap .ex-set .e-name .-rdb- {
  position: absolute;
  top: 3.25vw;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 0;
  background-color: #e60000;
  transition: all 0.4s 0.3s;
}
#course .experiences-area .ex-wrap .ex-set .e-name.on > span {
  opacity: 1;
}
#course .experiences-area .ex-wrap .ex-set .e-name.on::before {
  width: 70vw;
}
#course .experiences-area .ex-wrap .ex-set .e-name.on::after {
  height: 29.375vw;
}
#course .experiences-area .ex-wrap .ex-set .e-name.on .-rdb- {
  height: 7.5vw;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti1 {
  width: 15vw;
  height: 15vw;
  opacity: 0;
  transform: translateY(-3vw);
  transition: all 1.5s;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti1.on {
  opacity: 1;
  transform: translateY(0);
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 {
  width: 51.5vw;
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1.5s;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2.on {
  opacity: 1;
  transform: translateY(0);
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 > h3 {
  font-weight: 700;
  line-height: 1.4em;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 .f20 {
  margin-top: 1.8em;
  font-weight: 700;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 .f18 {
  margin-top: 0.75em;
  line-height: 1.6em;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-bot {
  width: 70vw;
  margin-top: 3em;
  line-height: 1.75em;
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1.5s;
}
#course .experiences-area .ex-wrap .ex-set .e-txt-bot.on {
  opacity: 1;
  transform: translateY(0);
}
#course .experiences-area .ex-wrap .ex-set + .ex-set {
  margin-top: 5.5vw;
}
#course .experiences-area .ex-wrap .ex-set:nth-of-type(even) {
  margin-left: 5vw;
  padding-left: 10vw;
}
#course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 0.7vw 0 0 6.2vw;
}
#course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name::before {
  position: absolute;
  top: 3.25vw;
  right: auto;
  bottom: auto;
  left: 0;
}
#course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 5vw;
}
#course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name .-rdb- {
  position: absolute;
  top: 3.25vw;
  right: auto;
  bottom: auto;
  left: 5vw;
}

@media screen and (max-width: 1024px) {
  #course .page-lead {
    width: 70vw;
  }
  #course .h2-set {
    margin-left: 10vw;
  }
  #course .h2-set + .cmn-lead {
    margin-top: 5vw;
    margin-left: 10vw;
  }
  #course .about-area .txt-img-fig {
    padding-top: 4vw;
    padding-bottom: 7.5vw;
  }
  #course .about-area .txt-img-fig .txt-img .ti1 {
    padding-left: 0;
  }
  #course .about-area .txt-img-fig .txt-img .ti1 > p {
    line-height: 1.7em;
  }
  #course .program-area {
    padding-bottom: 7.5vw;
  }
  #course .program-area .pg-wrap .pg-set {
    width: 75vw;
    margin-left: 15vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl.on::before {
    width: 60vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl.on::after {
    height: 23vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl > span {
    font-size: 2.5vw;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img {
    width: 75vw;
    margin-top: 6vw;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti1 {
    width: 40vw;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > h4 {
    font-size: 1.995vw;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > p {
    line-height: 1.7em;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) {
    margin-left: 5vw;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl::before {
    position: absolute;
    top: auto;
    right: -5vw;
    bottom: -2vw;
    left: auto;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl::after {
    position: absolute;
    top: 0;
    right: 2.5vw;
    bottom: auto;
    left: auto;
  }
  #course .experiences-area {
    padding-bottom: 7.5vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name > span {
    font-size: 1.95vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 > h3 {
    font-size: 1.95vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 .f20 {
    font-size: 1.625vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 .f18 {
    font-size: 1.4625vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-bot {
    line-height: 1.7em;
  }
  #course .experiences-area .ex-wrap .ex-set + .ex-set {
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  #course.-consultant- #visual-title {
    background-image: url(/internship/_/images/consultant/img_main_sp.jpg);
  }
  #course.-researcher- #visual-title {
    background-image: url(/internship/_/images/researcher/img_main_sp.jpg);
  }
  #course.-researcher- .page-lead {
    padding: 12.5vw 6vw;
  }
  #course.-researcher- .page-lead .pl1 > em {
    font-size: 5.25vw;
  }
  #course .page-lead {
    width: 100vw;
  }
  #course .h2-set {
    margin-left: 10vw;
  }
  #course .h2-set + .cmn-lead {
    padding-right: 1em;
    font-size: 5.2vw;
  }
  #course .about-area {
    margin-top: 5vw;
    padding-top: 10vw;
  }
  #course .about-area .txt-img-fig {
    margin-top: 7vw;
    padding-top: 7vw;
    padding-bottom: 0;
  }
  #course .about-area .txt-img-fig .txt-img {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 0 10vw;
  }
  #course .about-area .txt-img-fig .txt-img .ti1 {
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
  }
  #course .about-area .txt-img-fig .txt-img .ti1 > p {
    line-height: 1.6em;
  }
  #course .about-area .txt-img-fig .txt-img .ti2 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 80.0000001vw;
    height: 53.3333334vw;
  }
  #course .about-area .txt-img-fig > figure {
    width: 100vw;
    margin: 10vw auto 0;
  }
  #course .about-area > span.bdr1 {
    width: 0.3vw;
  }
  #course .about-area > span.bdr1.on {
    width: 24vw;
  }
  #course .about-area > span.bdr2.on {
    height: 50vw;
  }
  #course .program-area {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
  #course .program-area .pg-wrap .pg-set {
    width: 80vw;
    margin-left: 10vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -5vw;
    left: -10vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl.on::before {
    width: 90vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl.on::after {
    height: 50vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl > span {
    font-size: 4.5vw;
  }
  #course .program-area .pg-wrap .pg-set .p-ttl > h3 {
    font-size: 5.2vw;
    line-height: 1.2em;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img {
    flex-direction: column-reverse;
    width: 80vw;
    margin-top: 6vw;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti1 {
    width: 80vw;
    margin-top: 1.5em;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > h4 {
    font-size: 4.2vw;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti1 > p {
    line-height: 1.7em;
  }
  #course .program-area .pg-wrap .pg-set .p-txt-img .pti2 {
    width: 80vw;
    margin-top: 4.5vw;
  }
  #course .program-area .pg-wrap .pg-set + .pg-set {
    margin-top: 12.5vw;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) {
    margin-left: 10vw;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl {
    width: 80vw;
    margin-left: 0;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl::before {
    position: absolute;
    top: auto;
    right: -10vw;
    bottom: -5vw;
    left: auto;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-ttl::after {
    position: absolute;
    top: 0;
    right: -5vw;
    bottom: auto;
    left: auto;
  }
  #course .program-area .pg-wrap .pg-set:nth-of-type(even) .p-txt-img {
    flex-direction: column-reverse;
  }
  #course .experiences-area {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
  #course .experiences-area .ex-wrap .ex-set {
    margin-top: 5vw;
    margin-left: 10vw;
    padding-top: 10vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name {
    padding: 14vw 0 0 0;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name > span {
    font-size: 5.25vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name::before {
    position: absolute;
    top: 5vw;
    right: -10vw;
    bottom: auto;
    left: auto;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name::after {
    position: absolute;
    top: 0;
    right: -5vw;
    bottom: auto;
    left: auto;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name .-rdb- {
    position: absolute;
    top: 5vw;
    right: -5vw;
    bottom: auto;
    left: auto;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name.on::before {
    width: 90vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name.on::after {
    height: 40vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-name.on .-rdb- {
    height: 15vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti1 {
    width: 30vw;
    height: 30vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 {
    width: 80vw;
    margin-top: 1.5em;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 > h3 {
    font-size: 4.2vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 .f20 {
    font-size: 3.75vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-img .eti2 .f18 {
    font-size: 3.375vw;
  }
  #course .experiences-area .ex-wrap .ex-set .e-txt-bot {
    width: 80vw;
    margin-top: 2em;
    line-height: 1.6em;
  }
  #course .experiences-area .ex-wrap .ex-set + .ex-set {
    margin-top: 12.5vw;
  }
  #course .experiences-area .ex-wrap .ex-set:nth-of-type(even) {
    margin-left: 0;
  }
  #course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name {
    padding: 14vw 0 0 10vw;
  }
  #course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name::before {
    position: absolute;
    top: 5vw;
    right: auto;
    bottom: auto;
    left: 0;
  }
  #course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-name .-rdb- {
    position: absolute;
    top: 5vw;
    right: auto;
    bottom: auto;
    left: 5vw;
  }
  #course .experiences-area .ex-wrap .ex-set:nth-of-type(even) .e-txt-img .eti1 {
    margin-left: 50vw;
  }
}
