@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.barlow {
  font-family: "Barlow", sans-serif;
}

button,
input[type=radio],
input[type=checkbox] {
  appearance: none;
  background: none;
  border: none;
}

.container {
  width: 100%;
  display: flex;
  gap: 64px;
}

header {
  width: 100%;
  height: 60px;
}
header #header {
  width: 100%;
  height: 60px;
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  transition: all .3s;
  display: grid;
  grid-template-columns: 175px 1fr;
  align-items: center;
  padding-left: 30px;
  padding-right: 6px;
  z-index: 10;
}
header #header .logo {
  width: 175px;
  height: 100%;
  display: flex;
  align-items: center;
}
header #header .logo img {
  aspect-ratio: 350/42;
  max-width: 175px;
  height: auto;
}
header #header .h--btn {
  width: fit-content;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
header #header .h--btn .btn {
  width: 200px;
  height: 48px;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: 600;
}
header #header .h--btn .btn.re {
  background: #009FE7;
  border: 1px solid #009FE7;
  font-family: "Inter", sans-serif;
  color: #FFFF88;
  font-size: 20px;
  font-weight: 700;
}
@media (any-hover: hover) {
  header #header .h--btn .btn:hover {
    border: 1px solid #009FE7;
    color: #009FE7;
  }
  header #header .h--btn .btn:hover.re {
    background: #FFF;
    color: #009FE7;
  }
}
header #header .menu--btn {
  width: fit-content;
  background: #009FE7;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header #header .menu--btn .bar--btn {
  width: 16px;
  height: 11px;
  position: relative;
  display: block;
}
header #header .menu--btn .bar--btn:before, header #header .menu--btn .bar--btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 16px;
  height: 1px;
  background: #FFFF88;
}
header #header .menu--btn .bar--btn:before {
  top: 0;
}
header #header .menu--btn .bar--btn:after {
  bottom: 0;
}
header #header .menu--btn .bar--btn .bar {
  width: 16px;
  height: 1px;
  background: #FFFF88;
  position: absolute;
  top: 5px;
  left: 0;
}
header #header .menu--btn.active .bar--btn:before {
  animation: menu1 .3s ease-in-out 0s forwards;
}
header #header .menu--btn.active .bar--btn:after {
  animation: menu3 .3s ease-in-out 0s forwards;
}
header #header .menu--btn.active .bar--btn .bar {
  animation: menu2 .3s ease-in-out 0s forwards;
}

.nav--menu {
  position: fixed;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  height: fit-content;
  background: #FFF;
  z-index: 11;
  transition: all .5s;
  transform: translateY(-105vh);
  min-height: 100vh;
  min-height: 100svh;
  overflow-y: scroll;
}
.nav--menu .is--banner_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 1px;
}
.nav--menu .is--banner_area .is--banner {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  background: #CCC;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  border: 1px solid #FFF;
  border-left: none;
}
.nav--menu .is--banner_area .is--banner .is--banner__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.nav--menu .is--banner_area .is--banner .is--banner__text .is--banner__ja {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(10px, 1vw, 12px);
  transition: color .3s;
}
.nav--menu .is--banner_area .is--banner .is--banner__text .is--banner__en {
  font-size: 12px;
  color: #FFF;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  transition: color .3s;
}
.nav--menu .is--banner_area .is--banner .is--banner__title {
  width: fit-content;
  font-size: 38px;
  font-size: clamp(14px, 2.5vw, 38px);
  font-weight: 700;
  color: #FFF;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  transition: color .3s;
}
.nav--menu .is--banner_area .is--banner:first-of-type {
  border-left: 1px solid #FFF;
  border-right: none;
}
.nav--menu .is--banner_area .is--banner.banner01 {
  background: url(../img/top/is_banner01.jpg) no-repeat left top;
  background-size: cover;
}
.nav--menu .is--banner_area .is--banner.banner02 {
  background: url(../img/top/is_banner02.jpg) no-repeat left top;
  background-size: cover;
  border-right: none;
  border-left: none;
}
@media (any-hover: hover) {
  .nav--menu .is--banner_area .is--banner:hover .is--banner__text .is--banner__ja {
    color: #009FE7;
  }
  .nav--menu .is--banner_area .is--banner:hover .is--banner__text .is--banner__en {
    color: #009FE7;
  }
  .nav--menu .is--banner_area .is--banner:hover .is--banner__title {
    color: #009FE7;
  }
}
.nav--menu .nav--title__wrap {
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.nav--menu .nav--title__wrap .powerd--name .in--text {
  font-size: 16px;
  letter-spacing: 0.25rem;
  color: #009FE7;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.nav--menu .nav--title__wrap .main--title {
  margin-top: 12px;
}
.nav--menu .nav--title__wrap .main--title .in--text {
  font-size: 50px;
  color: #009FE7;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.25rem;
  position: relative;
}
.nav--menu .nav--title__wrap .main--title__ja {
  margin-top: 16px;
}
.nav--menu .nav--title__wrap .main--title__ja .in--text {
  font-size: 20px;
  letter-spacing: 0.2rem;
  color: #666;
  font-weight: 700;
}
.nav--menu.up {
  transform: translateY(0);
}

.open--menu .nav--menu {
  transform: translateY(0);
}
.open--menu header #header .menu--btn {
  background: #FFF;
}
.open--menu header #header .menu--btn .bar--btn:before,
.open--menu header #header .menu--btn .bar--btn:after,
.open--menu header #header .menu--btn .bar--btn .bar {
  background: #009FE7;
}
.open--menu header #header {
  top: 0 !important;
}

body.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
body.fixed header #header .h--btn .btn.re {
  opacity: 0;
}

.nav--list {
  width: 100%;
  padding: 72px 30px 107px;
  display: none;
}
.nav--list .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav--list .list .btn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: 600;
}
.nav--list .list .btn.re {
  background: #009FE7;
  border: 1px solid #009FE7;
  font-family: "Inter", sans-serif;
  color: #FFFF88;
  font-size: 20px;
  font-weight: 700;
}

footer {
  padding: 54px 30px 64px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
footer #footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer #footer .f--navi {
  width: fit-content;
  display: flex;
  gap: 48px;
}
footer #footer .f--navi .navi {
  display: flex;
  width: fit-content;
  position: relative;
}
footer #footer .f--navi .navi:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -24px;
  width: 1px;
  height: 100%;
  background: #525F66;
}
footer #footer .f--navi .navi .btn {
  font-size: 14px;
  color: #525F66;
  position: relative;
  transition: color .3s;
}
footer #footer .f--navi .navi .btn:after {
  content: "";
  position: absolute;
  display: none;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #525F66;
  transition: width .3s;
}
@media (any-hover: hover) {
  footer #footer .f--navi .navi .btn:hover {
    color: #009FE7;
  }
  footer #footer .f--navi .navi .btn:hover:after {
    width: 100%;
  }
}
footer #footer .f--navi .navi:last-of-type:after {
  display: none;
}
footer #footer .copyright {
  font-size: 11px;
  color: #525F66;
  margin-top: 16px;
}

main {
  min-height: 500vh;
}
main .main--area {
  width: 100vw;
  min-height: calc(100vh - 60px);
  min-height: calc(100svh - 60px);
  background-size: 100%;
  padding: 0 16px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
main .main--area:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, #00012e 100%);
}
main .main--area:after {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: url(../img/top/main.jpg) no-repeat center top;
  background-size: cover;
}
main .main--area .main--img {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
main .main--area .main--img img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  object-fit: cover;
}
main .main--area .main--title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20vh;
  position: relative;
  z-index: 1;
}
main .main--area .main--title__wrap .powerd--name .in--text {
  font-size: 32px;
  color: #FFFF88;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5rem;
}
main .main--area .main--title__wrap .main--title {
  margin-top: 16px;
}
main .main--area .main--title__wrap .main--title .in--text {
  font-size: 127px;
  color: #FFFF88;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5rem;
  position: relative;
}
main .main--area .main--title__wrap .main--title__ja {
  margin-top: 32px;
}
main .main--area .main--title__wrap .main--title__ja .in--text {
  font-size: 24px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
main .main--area .main--copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 3;
  color: #FFF;
  width: 100%;
  max-width: 860px;
  text-align: center;
  margin: auto;
  margin-top: 160px;
  position: relative;
  z-index: 1;
}
main .main--area .news--area {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-top: 140px;
  position: relative;
  z-index: 1;
}
main .main--area .news--area .news--wrap {
  display: grid;
  grid-template-columns: 70px 1fr;
  background: #FFF;
  border-radius: 4px;
  padding: 0 16px;
  position: relative;
}
main .main--area .news--area .news--wrap .news--title {
  font-size: 16px;
  font-weight: 700;
  color: #009FE7;
  line-height: 1.75;
  width: 70px;
  font-family: "Barlow", sans-serif;
  height: 48px;
  display: flex;
  align-items: center;
}
main .main--area .news--area .news--wrap .view--btn {
  position: absolute;
  top: 14px;
  right: 12px;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: #009FE7;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  z-index: 1;
  transition: all .3s;
}
main .main--area .news--area .news--wrap .view--btn .in--btn__view {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
main .main--area .news--area .news--wrap .view--btn .bar--btn {
  width: 14px;
  height: 9px;
  position: relative;
  display: block;
}
main .main--area .news--area .news--wrap .view--btn .bar--btn:before, main .main--area .news--area .news--wrap .view--btn .bar--btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 14px;
  height: 1px;
  background: #009FE7;
  transition: all .3s;
}
main .main--area .news--area .news--wrap .view--btn .bar--btn:before {
  top: 0;
}
main .main--area .news--area .news--wrap .view--btn .bar--btn:after {
  bottom: 0;
}
main .main--area .news--area .news--wrap .view--btn .bar--btn .bar {
  width: 14px;
  height: 1px;
  background: #009FE7;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all .3s;
}
@media (any-hover: hover) {
  main .main--area .news--area .news--wrap .view--btn:hover {
    color: #00012E;
  }
  main .main--area .news--area .news--wrap .view--btn:hover .bar--btn:before {
    background: #00012E;
  }
  main .main--area .news--area .news--wrap .view--btn:hover .bar--btn:after {
    background: #00012E;
  }
  main .main--area .news--area .news--wrap .view--btn:hover .bar--btn .bar {
    background: #00012E;
  }
}
main .main--area .news--area .news--wrap .view--btn.active .bar--btn:before {
  top: 4px;
  rotate: 45deg;
}
main .main--area .news--area .news--wrap .view--btn.active .bar--btn:after {
  bottom: 4px;
  rotate: -45deg;
}
main .main--area .news--area .news--wrap .view--btn.active .bar--btn .bar {
  opacity: 0;
}
main .main--area .news--area .news--list {
  display: none;
}
main .main--area .news--area .news--list.active {
  display: block;
}
main .main--area .news--area .news--list .news {
  display: flex;
  width: 100%;
  height: 48px;
  position: relative;
  align-items: center;
}
main .main--area .news--area .news--list .news .release--date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  width: 90px;
}
main .main--area .news--area .news--list .news .headline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  width: calc(100% - 90px - 90px);
  color: #000;
}
main .internship--card__area {
  display: flex;
  gap: 40px;
  width: 100%;
}
main .internship--card__area .internship--card__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
main .internship--card__area .internship--card__wrap .internship--category {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
main .internship--card__area .internship--card__wrap .internship--category .internship--category__type {
  position: relative;
  display: grid;
  opacity: 0.5;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
}
main .internship--card__area .internship--card__wrap .internship--category .internship--category__type:before, main .internship--card__area .internship--card__wrap .internship--category .internship--category__type:after {
  content: "";
  height: 1px;
  background: #FFF;
}
main .internship--card__area .internship--card__wrap .internship--category .internship--category__type .in--text {
  font-size: 12px;
  color: #FFF;
  display: flex;
  text-align: center;
  justify-content: center;
}
main .internship--card__area .internship--card__wrap .internship--category .internship--category__name {
  font-size: 24px;
  font-weight: 500;
  color: #FFFF88;
  text-align: center;
}
main .internship--card__area .internship--card__wrap .internship--card {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-grow: 1;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card {
  background: #FFF;
  width: 100%;
  border-radius: 8px;
  padding: 40px 24px 24px;
  display: flex;
  flex-direction: column;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area {
  border-bottom: 2px solid #009FE7;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area + * {
  margin-top: 24px;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--name {
  display: flex;
  gap: 6px;
  justify-content: center;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--name .in--text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #009FE7;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--name .in--text:last-of-type {
  color: #999;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .internship--title {
  font-family: "Inter", sans-serif;
  font-size: 74px;
  font-size: clamp(54px, 5vw, 74px);
  font-weight: 700;
  justify-content: center;
  display: flex;
  white-space: nowrap;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--category {
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  display: flex;
  width: 100%;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .event--detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .event--detail .detail--title {
  font-size: 14px;
  font-weight: 700;
  color: #009FE7;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .event--detail .in--text {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .event--detail + .event--detail {
  margin-top: 24px;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .event--detail:last-of-type {
  margin-bottom: 40px;
}
main .internship--card__area .internship--card__wrap .internship--card .this--card .anchor--btn {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: #009FE7;
  border: 1px solid #009FE7;
  color: #FFFF88;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: auto;
  						/*@media (any-hover: hover) {
  							&:hover{
  								background: #FFF;
  								color: $RIGHTBLUE;
  
  							}
  						}*/
}
@media (any-hover: hover) {
  main .internship--card__area .internship--card__wrap .internship--card .this--card:hover {
    cursor: pointer;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card:hover .anchor--btn {
    background: #FFF;
    color: #009FE7;
  }
}
main .internship--card__area + .internship--card__area {
  margin-top: 64px;
}
main .section--wrap .section--img__block {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
main .section--wrap.section07, main .section--wrap.section05, main .section--wrap.section03, main .section--wrap.section01 {
  position: relative;
  background: #00012E;
}
main .section--wrap.section07 > .contents, main .section--wrap.section05 > .contents, main .section--wrap.section03 > .contents, main .section--wrap.section01 > .contents {
  margin: 0;
}
main .section--wrap.section01 .section--img__block {
  background: url(../img/top/sec_img01.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section03 .section--img__block {
  background: url(../img/top/sec_img02.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section05 .section--img__block {
  background: url(../img/top/sec_img03.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section07 .section--img__block {
  background: url(../img/top/sec_img05.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section08, main .section--wrap.section06, main .section--wrap.section04, main .section--wrap.section02 {
  position: relative;
  background: #00012E;
}
main .section--wrap.section08 > .contents, main .section--wrap.section06 > .contents, main .section--wrap.section04 > .contents, main .section--wrap.section02 > .contents {
  margin: 0;
}
main .section--wrap.section02 .section--img__block {
  background: url(../img/top/sec_img01.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section04 .section--img__block {
  background: url(../img/top/sec_img02.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section06 .section--img__block {
  background: url(../img/top/sec_img04.jpg) no-repeat center top;
  background-size: cover;
}
main .section--wrap.section__voice {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-bottom: 280px;
}
main .section--wrap.section__voice .section--img__block {
  background: url(../img/top/voice.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
main .section--wrap.section__voice .contents.common--type {
  margin-left: auto;
}
main section {
  padding: 160px 0 160px;
}
main section.section03, main section.section01 {
  padding-bottom: 0;
}
main section.section {
  background: #00012E;
  padding-bottom: 160px;
}
main section.section.has--card {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
main section.section.has--card .contents {
  margin-left: auto;
  max-width: 1280px;
}
main section.section.bottom--area {
  background: #091E53;
  padding: 64px 0 80px;
  position: relative;
  z-index: 1;
}
main section.section.bottom--area .contents {
  margin-left: auto;
  max-width: 1280px;
}
main section .title--container.tc {
  text-align: center;
}
main section .title--container .internship--title {
  font-size: 176px;
  color: #FFFF88;
}
main section .title--container .common--title,
main section .title--container .voice--title {
  font-size: 40px;
  font-weight: 700;
  color: #FFFF88;
}
main section .title--container .common--title.en,
main section .title--container .voice--title.en {
  font-family: "Inter", sans-serif;
}
main section .title--container .common--title.normal,
main section .title--container .voice--title.normal {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
main section .title--container .common--read,
main section .title--container .voice--read {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 2;
  margin-top: 32px;
}
main section .title--container .voice--read .in--text {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 2;
}
main section .title--container .target--item {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 24px;
  margin-top: 24px;
  align-items: center;
}
main section .title--container .target--item .icon {
  width: 144px;
  height: 48px;
  background: #009FE7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
main section .title--container .target--item .in--text {
  font-size: 40px;
  font-size: clamp(16px, 4vw, 40px);
  font-weight: 700;
  color: #FFF;
  display: block;
  text-align: left;
  padding-bottom: 2px;
}
main section .title--container .target--itemh:before {
  background: #FFF;
}
main section .contents--name {
  writing-mode: vertical-rl;
  color: #FFFF88;
  transform: rotate(180deg);
  line-height: 1.1;
  width: 10vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  grid-row: 1/2;
  grid-column: 1/2;
  position: sticky;
  top: 0;
  left: 0;
}
main section .contents--name .in--text {
  font-size: 14vw;
  color: #FFFF88;
  display: inline-flex;
  display: block;
  transform: translateX(18vw);
}
main section .contents {
  padding-left: calc(10vw + 64px);
  padding-right: 16px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  main section .contents {
    max-width: calc(1440px - 0vw);
    padding-left: calc(10vw + 64px);
    margin: 0 auto;
  }
}
main section .contents.common--type {
  padding-left: 0;
  padding-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1280px) {
  main section .contents.common--type {
    padding-left: 16px;
    padding-right: 16px;
  }
}
main section .contents.common--type .title--container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
main section .contents.common--type + .common--type {
  margin-top: 160px;
}
main section .container {
  margin-top: 120px;
  padding-bottom: 120px;
  padding-bottom: 0;
  display: grid;
  position: relative;
  grid-template-areas: "contentsname contentsbox" "contentsname contentsbox";
  grid-template-columns: 10vw 1fr;
}
main section .container:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
}
main section .container .contents {
  max-width: calc(100vw - 10vw);
  background: #FFF;
  border-radius: 16px 0 0 16px;
  padding: 80px;
  padding-bottom: 120px;
  margin-left: auto;
  grid-row: 1/3;
  grid-column: 2/3;
  z-index: 1;
}
main section .container .contents:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media screen and (min-width: 1441px) {
  main section .container .contents {
    padding-right: calc(10vw + 64px);
  }
}
main section .container .contents .read,
main section .container .contents .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
main section .container .contents .read {
  font-weight: 700;
}
main section .container .contents .in--contents {
  margin-top: 80px;
}
main section .container .contents .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
}
main section .container .contents .title + * {
  margin-top: 40px;
}
main section .container .contents .table--wrap {
  margin-top: 40px;
}
main section .container .contents .table--wrap + .table--caption {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 12px;
}
main section .container .contents .day--table {
  width: calc(100% + 4px);
  transform: translateX(-2px);
}
main section .container .contents .day--table .time--table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 2px;
}
main section .container .contents .day--table .time--table tbody {
  width: 100%;
}
main section .container .contents .day--table .time--table .infomation--table {
  padding: 16px 24px;
  border-left: 1px solid #CCC;
  background: #F9F9F9;
  vertical-align: top;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan {
  display: grid;
  gap: 0 40px;
  width: fit-content;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan .info--subject {
  width: fit-content;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan .info--subject:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan .info--subject:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan .info--text {
  width: fit-content;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan .info--text:nth-of-type(1) {
  grid-row: 2/3;
  grid-column: 1/2;
}
main section .container .contents .day--table .time--table .infomation--table .all--colspan .info--text:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 2/3;
}
main section .container .contents .day--table .time--table .day {
  width: calc(100% / 5);
  height: 32px;
  background: #009FE7;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
main section .container .contents .day--table .time--table.time--table--5days .day {
  width: calc(100% / 6);
}
main section .container .contents .day--table .time--table.time--table--5days .day:nth-child(1) {
  width: calc(100% / 6 * 2 );
}
main section .container .contents .day--table .time--table .info--subject {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
main section .container .contents .day--table .time--table .info--subject + * {
  margin-top: 8px;
}
main section .container .contents .day--table .time--table .info--text {
  font-size: 14px;
  line-height: 2;
}
main section .container .contents .thumb--list {
  display: flex;
  width: 100%;
  gap: 24px;
  margin-top: 54px;
}
main section .container .contents .thumb--list .thumb--item .img img {
  aspect-ratio: 594/376;
  max-width: 100%;
  height: auto;
}
main section .container .contents .thumb--list .thumb--item .img--caption {
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
}
main section .container .contents .information--list {
  display: block;
  border-bottom: 1px solid #009FE7;
}
main section .container .contents .information--list .list {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #009FE7;
  padding-bottom: 24px;
}
main section .container .contents .information--list .list .list--title {
  display: flex;
  width: 160px;
}
main section .container .contents .information--list .list .list--title .in--text {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
main section .container .contents .information--list .list .list--item {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
}
main section .container .contents .information--list .list .list--item .in--text {
  font-size: 16px;
  line-height: 2;
}
main section .title--container .event--subject .in--text {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
}
main section .title--container .event--subject .in--text:before {
  background: #FFF;
}
main section .title--container .event--name {
  display: flex;
  gap: 5px;
  margin-top: 64px;
}
main section .title--container .event--name .in--text {
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  font-family: "Inter", sans-serif;
}
main section .title--container .event--name .in--text:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.5);
}
main section .voice--list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 860px;
  margin: auto;
  margin-top: 64px;
}
main section .voice--list .list {
  border-radius: 4px;
  background: #FFF;
  width: calc((100% - 40px) / 2);
  padding: 32px 40px;
}
main section .voice--list .list .in--text {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  color: #009FE7;
}
main section.section08 .container, main section.section06 .container, main section.section04 .container, main section.section02 .container {
  grid-template-columns: 1fr 10vw;
  margin-right: 0;
}
main section.section08 .container .contents--name, main section.section06 .container .contents--name, main section.section04 .container .contents--name, main section.section02 .container .contents--name {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  justify-content: flex-start;
  line-height: 1.08;
}
main section.section08 .container .contents--name .in--text, main section.section06 .container .contents--name .in--text, main section.section04 .container .contents--name .in--text, main section.section02 .container .contents--name .in--text {
  transform: translateX(-18vw);
}
main section.section08 .container .contents, main section.section06 .container .contents, main section.section04 .container .contents, main section.section02 .container .contents {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  margin-left: 0;
  border-radius: 0 16px 16px 0;
  padding-right: 80px;
  padding-left: calc(10vw + 64px);
}
@media screen and (min-width: 1441px) {
  main section.section08 .container .contents, main section.section06 .container .contents, main section.section04 .container .contents, main section.section02 .container .contents {
    padding-right: 80px;
    padding-left: calc(10vw + 64px);
  }
  main section.section08 .container .contents:after, main section.section06 .container .contents:after, main section.section04 .container .contents:after, main section.section02 .container .contents:after {
    right: initial;
    left: calc(((100vw - (1440px - 0vw - 0px)) / 1) * -1);
    width: calc((100vw - (1440px - 0vw - 0px)) / 1);
  }
}
main section .entry--btn {
  width: 100%;
  max-width: 940px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #009FE7;
  background: #009FE7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 80px;
}
main section .entry--btn .in--text {
  font-size: 38px;
  font-weight: 700;
  color: #FFFF00;
}
@media (any-hover: hover) {
  main section .entry--btn:hover {
    background: #FFF;
  }
  main section .entry--btn:hover .in--text {
    color: #009FE7;
  }
}
main section .company--information {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
}
main section .company--information .c--text {
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  line-height: 1.75;
}

.sp {
  display: none;
}

.scroll-hint.is-right-scrollable {
  background: none !important;
}

.scroll-hint-icon {
  display: none;
}

body.fixed.open--modal header #header .h--btn .btn.re {
  opacity: 1;
}

.for--top__wrap {
  width: 120px;
  height: 120px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.for--top__wrap .for--top {
  width: 120px;
  height: 120px;
  background: #009FE7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: flex;
  translate: 0 150px;
  transition: all .3s;
  position: relative;
}
.for--top__wrap .for--top .icon--top {
  width: 24px;
  height: 12px;
  position: absolute;
  bottom: 30px;
  right: 27px;
  z-index: 10;
}
.for--top__wrap .for--top .icon--top .dogitem {
  fill: none;
  stroke: #ff8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.for--top__wrap .for--top .icon {
  display: inline-block;
  width: 24px;
  height: 12px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.for--top__wrap .for--top .icon-icon--top {
  width: 24px;
  height: 12px;
  stroke: #ff8;
  transition: all .3s;
}
.for--top__wrap.is--fixed .for--top {
  translate: 0 0;
}
@media (any-hover: hover) {
  .for--top__wrap:hover .for--top {
    background: #FFF;
  }
  .for--top__wrap:hover .for--top .icon-icon--top {
    width: 24px;
    height: 12px;
    stroke: #009FE7;
  }
}

@media screen and (max-width: 1160px) {
  main .internship--card__area:first-of-type {
    flex-direction: column;
  }
  main .internship--card__area:last-of-type {
    flex-wrap: wrap;
    justify-content: center;
  }
  main .internship--card__area:last-of-type .internship--card__wrap {
    max-width: calc(50% - 40px);
  }

  main section.section08 .contents, main section.section06 .contents, main section.section04 .contents, main section.section02 .contents {
    padding-left: 80px;
  }
  main section.section08 .container .contents, main section.section06 .container .contents, main section.section04 .container .contents, main section.section02 .container .contents {
    padding-left: 80px;
  }
}
@media screen and (max-width: 850px) {
  header #header .h--btn .btn {
    width: 176px;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  header {
    height: 40px;
    position: relative;
    z-index: 12;
  }
  header #header {
    grid-template-columns: 133px 1fr 40px;
    padding-left: 16px;
    padding-right: 0;
    z-index: 10;
    height: 40px;
  }
  header #header .logo {
    width: 133px;
  }
  header #header .logo img {
    max-width: 133px;
  }
  header #header .h--btn {
    width: fit-content;
    display: flex;
    gap: 0;
    margin-left: auto;
    position: relative;
  }
  header #header .h--btn .btn {
    width: fit-content;
    height: 40px;
    border-radius: 0px;
    display: none;
    padding: 0 16px 0 16px;
  }
  header #header .h--btn .btn.re {
    font-size: 14px;
    display: flex;
    position: relative;
  }
  header #header .h--btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: calc(50% - 8px);
    width: 1px;
    height: 16px;
    transform: rotate(45deg);
    z-index: 1;
    background: #FFFF88;
  }
  header #header .menu--btn {
    display: flex;
  }

  footer {
    padding: 54px 16px 18px;
  }
  footer #footer .f--navi {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  footer #footer .f--navi .navi:after {
    display: none;
  }
  footer #footer .copyright {
    margin-top: 40px;
  }

  .nav--menu.up,
  .nav--menu {
    top: 0;
    bottom: initial;
    transform: translateY(-105vh);
  }
  .nav--menu.up .nav--title__wrap,
  .nav--menu .nav--title__wrap {
    display: flex;
  }
  .nav--menu.up .nav--list,
  .nav--menu .nav--list {
    display: block;
  }
  .nav--menu.up .is--banner_area,
  .nav--menu .is--banner_area {
    flex-direction: column;
  }

  .open--menu .nav--menu.up,
  .open--menu .nav--menu {
    transform: translateY(0);
  }

  main .main--area {
    padding-bottom: 80px;
  }
  main .main--area .main--title__wrap {
    justify-content: flex-start;
    padding-top: 30vh;
    height: 100vh;
  }
  main .main--area .main--title__wrap .powerd--name .in--text {
    font-size: 16px;
    letter-spacing: 0.25rem;
  }
  main .main--area .main--title__wrap .main--title {
    margin-top: 12px;
  }
  main .main--area .main--title__wrap .main--title .in--text {
    font-size: 50px;
    letter-spacing: 0.25rem;
  }
  main .main--area .main--title__wrap .main--title__ja {
    margin-top: 16px;
  }
  main .main--area .main--title__wrap .main--title__ja .in--text {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  main .main--area .main--copy {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    text-align: left;
    margin-top: 40px;
    padding: 0 24px;
  }
  main .main--area .news--area {
    width: 100%;
    margin-top: 120px;
    padding: 0 16px;
  }
  main .main--area .news--area .news--wrap {
    display: flex;
    flex-direction: column;
    background: none;
    border-radius: 0;
    padding: 0;
    position: relative;
  }
  main .main--area .news--area .news--wrap .news--title {
    font-weight: 600;
    color: #FFFF88;
    width: 100%;
    height: initial;
  }
  main .main--area .news--area .news--wrap .news--list__area {
    order: 2;
    border-bottom: 1px solid #FFF;
  }
  main .main--area .news--area .news--wrap .view--btn {
    order: 5;
    position: relative;
    top: 0;
    right: 0;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-top: 8px;
  }
  main .main--area .news--area .news--wrap .view--btn .bar--btn {
    width: 12px;
  }
  main .main--area .news--area .news--wrap .view--btn .bar--btn .bar {
    background: #FFFF88;
    width: 12px;
  }
  main .main--area .news--area .news--wrap .view--btn .bar--btn:before, main .main--area .news--area .news--wrap .view--btn .bar--btn:after {
    background: #FFFF88;
    width: 12px;
  }
  main .main--area .news--area .news--list.active {
    order: 3;
  }
  main .main--area .news--area .news--list.hidden--item {
    order: 4;
  }
  main .main--area .news--area .news--list .news {
    display: flex;
    flex-direction: column;
    height: auto;
    background: none;
    padding: 0;
    position: relative;
    align-items: flex-start;
    border-radius: 0;
  }
  main .main--area .news--area .news--list .news .release--date {
    font-weight: 300;
    width: 100%;
    color: #FFF;
    line-height: 1;
    margin-top: 12px;
  }
  main .main--area .news--area .news--list .news .headline {
    font-weight: 300;
    width: 100%;
    color: #FFF;
    padding-bottom: 8px;
  }
  main .internship--card__area {
    padding: 0 16px;
    gap: 16px;
    flex-direction: column;
  }
  main .internship--card__area .internship--card__wrap {
    gap: 16px;
  }
  main .internship--card__area .internship--card__wrap .internship--category .internship--category__type {
    display: none;
  }
  main .internship--card__area .internship--card__wrap .internship--category .internship--category__name {
    font-size: 18px;
    font-weight: 700;
    color: #FFFF88;
    width: 100%;
    height: 48px;
    background: #009FE7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s;
  }
  main .internship--card__area .internship--card__wrap .internship--category .internship--category__name:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 10px;
    height: 8px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFFF88;
    rotate: 180deg;
    transition: all .3s;
  }
  main .internship--card__area .internship--card__wrap .internship--category .internship--category__name.active {
    background: #FFF;
    color: #009FE7;
  }
  main .internship--card__area .internship--card__wrap .internship--category .internship--category__name.active:after {
    background: #009FE7;
    rotate: 0deg;
  }
  main .internship--card__area .internship--card__wrap .internship--card {
    width: 100%;
    flex-direction: column;
    display: none;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card {
    padding: 24px;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--name .in--text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #009FE7;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .internship--title {
    font-size: 74px;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--detail .detail--title {
    font-size: 16px;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card .this--card__area .event--detail .in--text {
    font-size: 16px;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card .event--detail:last-of-type {
    margin-bottom: 0;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card .anchor--btn {
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-top: 24px;
  }
  main .internship--card__area .internship--card__wrap .internship--card .this--card + .this--card {
    margin-top: 16px;
  }
  main .internship--card__area:last-of-type {
    flex-wrap: nowrap;
    justify-content: center;
  }
  main .internship--card__area:last-of-type .internship--card__wrap {
    max-width: 100%;
  }
  main .internship--card__area + .internship--card__area {
    margin-top: 16px;
  }
  main .internship--card__area:first-of-type .internship--card__wrap:first-of-type .internship--category .internship--category__type {
    display: grid;
  }
  main .internship--card__area:first-of-type .internship--card__wrap:first-of-type .internship--category .internship--category__type + .internship--category__name {
    margin-top: 8px;
  }
  main section {
    padding: 80px 0;
  }
  main section.section08 .title--container .common--title,
  main section.section06 .title--container .common--title,
  main section.section04 .title--container .common--title,
  main section.section02 .title--container .common--title,
  main section .title--container .common--title {
    font-size: 28px;
    font-weight: 700;
  }
  main section.section08 .title--container .common--title.normal,
  main section.section06 .title--container .common--title.normal,
  main section.section04 .title--container .common--title.normal,
  main section.section02 .title--container .common--title.normal,
  main section .title--container .common--title.normal {
    font-size: 20px;
  }
  main section.section08 .title--container .common--read,
  main section.section06 .title--container .common--read,
  main section.section04 .title--container .common--read,
  main section.section02 .title--container .common--read,
  main section .title--container .common--read {
    font-weight: 600;
    color: #FFF;
    line-height: 2;
    margin-top: 16px;
  }
  main section.section08 .title--container .voice--title,
  main section.section06 .title--container .voice--title,
  main section.section04 .title--container .voice--title,
  main section.section02 .title--container .voice--title,
  main section .title--container .voice--title {
    font-size: 24px;
    font-weight: 700;
  }
  main section.section08 .title--container .voice--read,
  main section.section06 .title--container .voice--read,
  main section.section04 .title--container .voice--read,
  main section.section02 .title--container .voice--read,
  main section .title--container .voice--read {
    font-weight: 600;
    color: #FFF;
    line-height: 1.75;
    margin-top: 14px;
  }
  main section.section08 .title--container .voice--read .in--text,
  main section.section06 .title--container .voice--read .in--text,
  main section.section04 .title--container .voice--read .in--text,
  main section.section02 .title--container .voice--read .in--text,
  main section .title--container .voice--read .in--text {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    line-height: 1.75;
  }
  main section.section08 .contents.common--type + .common--type,
  main section.section06 .contents.common--type + .common--type,
  main section.section04 .contents.common--type + .common--type,
  main section.section02 .contents.common--type + .common--type,
  main section .contents.common--type + .common--type {
    margin-top: 80px;
  }
  main section.section08 .contents,
  main section.section06 .contents,
  main section.section04 .contents,
  main section.section02 .contents,
  main section .contents {
    margin-left: auto;
    padding-left: 0;
  }
  main section.section08 .contents .title--container,
  main section.section06 .contents .title--container,
  main section.section04 .contents .title--container,
  main section.section02 .contents .title--container,
  main section .contents .title--container {
    padding: 0 16px;
  }
  main section.section08 .contents--name,
  main section.section06 .contents--name,
  main section.section04 .contents--name,
  main section.section02 .contents--name,
  main section .contents--name {
    position: absolute;
    width: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
  main section.section08 .container,
  main section.section06 .container,
  main section.section04 .container,
  main section.section02 .container,
  main section .container {
    margin-top: 120px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }
  main section.section08 .container .contents,
  main section.section06 .container .contents,
  main section.section04 .container .contents,
  main section.section02 .container .contents,
  main section .container .contents {
    max-width: 100%;
    background: #FFF;
    border-radius: 16px;
    padding: 64px 32px;
    margin: 0;
    z-index: 1;
  }
  main section.section08 .title--container .internship--title,
  main section.section06 .title--container .internship--title,
  main section.section04 .title--container .internship--title,
  main section.section02 .title--container .internship--title,
  main section .title--container .internship--title {
    font-size: 84px;
  }
  main section.section08 .title--container .event--name .in--text,
  main section.section06 .title--container .event--name .in--text,
  main section.section04 .title--container .event--name .in--text,
  main section.section02 .title--container .event--name .in--text,
  main section .title--container .event--name .in--text {
    font-size: 16px;
    font-weight: 600;
  }
  main section.section08 .title--container .target--item,
  main section.section06 .title--container .target--item,
  main section.section04 .title--container .target--item,
  main section.section02 .title--container .target--item,
  main section .title--container .target--item {
    grid-template-columns: 70px 1fr;
    gap: 12px;
    margin-top: 8px;
  }
  main section.section08 .title--container .target--item .icon,
  main section.section06 .title--container .target--item .icon,
  main section.section04 .title--container .target--item .icon,
  main section.section02 .title--container .target--item .icon,
  main section .title--container .target--item .icon {
    width: 70px;
    height: 26px;
    font-size: 14px;
    font-weight: 700;
  }
  main section.section08 .title--container .target--item .in--text,
  main section.section06 .title--container .target--item .in--text,
  main section.section04 .title--container .target--item .in--text,
  main section.section02 .title--container .target--item .in--text,
  main section .title--container .target--item .in--text {
    font-size: clamp(16px, 4vw, 22px);
  }
  main section.section08 .container .contents .read,
  main section.section08 .container .contents .text,
  main section.section06 .container .contents .read,
  main section.section06 .container .contents .text,
  main section.section04 .container .contents .read,
  main section.section04 .container .contents .text,
  main section.section02 .container .contents .read,
  main section.section02 .container .contents .text,
  main section .container .contents .read,
  main section .container .contents .text {
    font-size: 14px;
    font-weight: 400;
  }
  main section.section08 .container .contents .in--contents,
  main section.section06 .container .contents .in--contents,
  main section.section04 .container .contents .in--contents,
  main section.section02 .container .contents .in--contents,
  main section .container .contents .in--contents {
    margin-top: 56px;
  }
  main section.section08 .container .contents .title,
  main section.section06 .container .contents .title,
  main section.section04 .container .contents .title,
  main section.section02 .container .contents .title,
  main section .container .contents .title {
    font-size: 20px;
  }
  main section.section08 .container .contents .title + *,
  main section.section06 .container .contents .title + *,
  main section.section04 .container .contents .title + *,
  main section.section02 .container .contents .title + *,
  main section .container .contents .title + * {
    margin-top: 24px;
  }
  main section.section08 .container .contents .day--table,
  main section.section06 .container .contents .day--table,
  main section.section04 .container .contents .day--table,
  main section.section02 .container .contents .day--table,
  main section .container .contents .day--table {
    width: 100%;
    transform: translateX(0);
  }
  main section.section08 .container .contents .day--table .time--table,
  main section.section06 .container .contents .day--table .time--table,
  main section.section04 .container .contents .day--table .time--table,
  main section.section02 .container .contents .day--table .time--table,
  main section .container .contents .day--table .time--table {
    min-width: 1060px;
  }
  main section.section08 .container .contents .day--table .time--table:has(.tbody),
  main section.section06 .container .contents .day--table .time--table:has(.tbody),
  main section.section04 .container .contents .day--table .time--table:has(.tbody),
  main section.section02 .container .contents .day--table .time--table:has(.tbody),
  main section .container .contents .day--table .time--table:has(.tbody) {
    min-width: 500px;
  }
  main section.section08 .container .contents .day--table .time--table .tbody tr .day,
  main section.section06 .container .contents .day--table .time--table .tbody tr .day,
  main section.section04 .container .contents .day--table .time--table .tbody tr .day,
  main section.section02 .container .contents .day--table .time--table .tbody tr .day,
  main section .container .contents .day--table .time--table .tbody tr .day {
    width: 100%;
  }
  main section.section08 .container .contents .day--table .time--table .day,
  main section.section06 .container .contents .day--table .time--table .day,
  main section.section04 .container .contents .day--table .time--table .day,
  main section.section02 .container .contents .day--table .time--table .day,
  main section .container .contents .day--table .time--table .day {
    width: calc(100% / 5);
    height: 32px;
    font-size: 14px;
    white-space: nowrap;
  }
  main section.section08 .container .contents .day--table .time--table .infomation--table,
  main section.section06 .container .contents .day--table .time--table .infomation--table,
  main section.section04 .container .contents .day--table .time--table .infomation--table,
  main section.section02 .container .contents .day--table .time--table .infomation--table,
  main section .container .contents .day--table .time--table .infomation--table {
    padding: 16px 24px;
    border-left: 1px solid #CCC;
    background: #F9F9F9;
  }
  main section.section08 .container .contents .day--table .time--table .infomation--table .info--subject,
  main section.section06 .container .contents .day--table .time--table .infomation--table .info--subject,
  main section.section04 .container .contents .day--table .time--table .infomation--table .info--subject,
  main section.section02 .container .contents .day--table .time--table .infomation--table .info--subject,
  main section .container .contents .day--table .time--table .infomation--table .info--subject {
    font-size: 14px;
  }
  main section.section08 .container .contents .day--table .time--table .infomation--table .info--subject + *,
  main section.section06 .container .contents .day--table .time--table .infomation--table .info--subject + *,
  main section.section04 .container .contents .day--table .time--table .infomation--table .info--subject + *,
  main section.section02 .container .contents .day--table .time--table .infomation--table .info--subject + *,
  main section .container .contents .day--table .time--table .infomation--table .info--subject + * {
    margin-top: 4px;
  }
  main section.section08 .container .contents .table--wrap + .table--caption,
  main section.section06 .container .contents .table--wrap + .table--caption,
  main section.section04 .container .contents .table--wrap + .table--caption,
  main section.section02 .container .contents .table--wrap + .table--caption,
  main section .container .contents .table--wrap + .table--caption {
    text-align: left;
  }
  main section.section08 .container .contents .thumb--list,
  main section.section06 .container .contents .thumb--list,
  main section.section04 .container .contents .thumb--list,
  main section.section02 .container .contents .thumb--list,
  main section .container .contents .thumb--list {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    margin-top: 80px;
  }
  main section.section08 .container .contents .thumb--list .thumb--item .img--caption,
  main section.section06 .container .contents .thumb--list .thumb--item .img--caption,
  main section.section04 .container .contents .thumb--list .thumb--item .img--caption,
  main section.section02 .container .contents .thumb--list .thumb--item .img--caption,
  main section .container .contents .thumb--list .thumb--item .img--caption {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 4px;
  }
  main section.section08 .container .contents .information--list,
  main section.section06 .container .contents .information--list,
  main section.section04 .container .contents .information--list,
  main section.section02 .container .contents .information--list,
  main section .container .contents .information--list {
    border-top: 1px solid #009FE7;
  }
  main section.section08 .container .contents .information--list .list,
  main section.section06 .container .contents .information--list .list,
  main section.section04 .container .contents .information--list .list,
  main section.section02 .container .contents .information--list .list,
  main section .container .contents .information--list .list {
    flex-direction: column;
    gap: 8px;
    border-top: none;
    border-bottom: 1px solid #CCC;
  }
  main section.section08 .container .contents .information--list .list .list--item,
  main section.section08 .container .contents .information--list .list .list--title,
  main section.section06 .container .contents .information--list .list .list--item,
  main section.section06 .container .contents .information--list .list .list--title,
  main section.section04 .container .contents .information--list .list .list--item,
  main section.section04 .container .contents .information--list .list .list--title,
  main section.section02 .container .contents .information--list .list .list--item,
  main section.section02 .container .contents .information--list .list .list--title,
  main section .container .contents .information--list .list .list--item,
  main section .container .contents .information--list .list .list--title {
    width: 100%;
  }
  main section.section08 .container .contents .information--list .list .list--item .in--text,
  main section.section08 .container .contents .information--list .list .list--title .in--text,
  main section.section06 .container .contents .information--list .list .list--item .in--text,
  main section.section06 .container .contents .information--list .list .list--title .in--text,
  main section.section04 .container .contents .information--list .list .list--item .in--text,
  main section.section04 .container .contents .information--list .list .list--title .in--text,
  main section.section02 .container .contents .information--list .list .list--item .in--text,
  main section.section02 .container .contents .information--list .list .list--title .in--text,
  main section .container .contents .information--list .list .list--item .in--text,
  main section .container .contents .information--list .list .list--title .in--text {
    font-size: 14px;
    line-height: 1.75;
  }
  main section.section08 .entry--btn,
  main section.section06 .entry--btn,
  main section.section04 .entry--btn,
  main section.section02 .entry--btn,
  main section .entry--btn {
    height: 64px;
    margin-top: 64px;
  }
  main section.section08 .entry--btn .in--text,
  main section.section06 .entry--btn .in--text,
  main section.section04 .entry--btn .in--text,
  main section.section02 .entry--btn .in--text,
  main section .entry--btn .in--text {
    font-size: 28px;
  }
  main section.section08 .voice--list,
  main section.section06 .voice--list,
  main section.section04 .voice--list,
  main section.section02 .voice--list,
  main section .voice--list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 54px;
    padding: 0 16px;
  }
  main section.section08 .voice--list .list,
  main section.section06 .voice--list .list,
  main section.section04 .voice--list .list,
  main section.section02 .voice--list .list,
  main section .voice--list .list {
    width: 100%;
    padding: 18px 24px;
  }
  main section.section08 .voice--list .list .in--text,
  main section.section06 .voice--list .list .in--text,
  main section.section04 .voice--list .list .in--text,
  main section.section02 .voice--list .list .in--text,
  main section .voice--list .list .in--text {
    font-size: 14px;
    font-weight: 700;
  }
  main section.section08.bottom--area,
  main section.section06.bottom--area,
  main section.section04.bottom--area,
  main section.section02.bottom--area,
  main section.bottom--area {
    padding: 62px 0;
  }
  main section.section08 .company--information .c--text,
  main section.section06 .company--information .c--text,
  main section.section04 .company--information .c--text,
  main section.section02 .company--information .c--text,
  main section .company--information .c--text {
    font-size: 14px;
  }
  main .video_wrap {
    margin-top: 40px;
    padding: 0 16px;
  }

  .movie--btn {
    display: none;
  }

  main .section--wrap {
    padding-bottom: 160px;
  }
  main .section--wrap section {
    padding-bottom: 0;
  }
  main .section--wrap.section07, main .section--wrap.section05, main .section--wrap.section03, main .section--wrap.section01 {
    position: relative;
    background: #00012E;
  }
  main .section--wrap.section07 .contents, main .section--wrap.section05 .contents, main .section--wrap.section03 .contents, main .section--wrap.section01 .contents {
    margin: 0;
  }
  main .section--wrap .section--img__block {
    height: 100svh;
  }
  main .section--wrap.section01 .section--img__block {
    background: url(../img/top/sec_img01_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main .section--wrap.section02 .section--img__block {
    background: url(../img/top/sec_img01_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main .section--wrap.section03 .section--img__block {
    background: url(../img/top/sec_img02_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main .section--wrap.section04 .section--img__block {
    background: url(../img/top/sec_img02_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main .section--wrap.section05 .section--img__block {
    background: url(../img/top/sec_img03_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main .section--wrap.section06 .section--img__block {
    background: url(../img/top/sec_img04_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main .section--wrap.section07 .section--img__block {
    background: url(../img/top/sec_img05_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  main .section--wrap.section__voice {
    background: #091E53;
    padding-bottom: 160px;
  }
  main .section--wrap.section__voice .section--img__block {
    background: url(../img/top/voice.jpg) no-repeat center bottom;
    background-size: cover;
    height: 90vh;
  }

  .scroll-hint-icon {
    display: block;
  }

  .scroll-hint-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scroll-hint-icon-wrap .scroll-hint-icon {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .for--top__wrap {
    width: 96px;
    height: 96px;
  }
  .for--top__wrap .for--top {
    width: 96px;
    height: 96px;
  }
  .for--top__wrap .for--top .icon--top {
    width: 19px;
    height: 9px;
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
}
.scroll-hint-icon-wrap.is-active123 .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon-wrap.is-active123 .scroll-hint-icon:before {
  animation: scroll-hint-appears 1.5s linear 0.2s forwards;
  animation-iteration-count: 2;
}

@keyframes scroll-hint-appears {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@media screen and (max-width: 389px) {
  main section.section08 .title--container .internship--title,
  main section.section08 section .title--container .internship--title, main section.section06 .title--container .internship--title,
  main section.section06 section .title--container .internship--title, main section.section04 .title--container .internship--title,
  main section.section04 section .title--container .internship--title, main section.section02 .title--container .internship--title,
  main section.section02 section .title--container .internship--title {
    font-size: 80px;
  }

  .nav--menu .is--banner_area .is--banner .is--banner__title {
    font-size: 34px;
  }

  footer #footer .copyright {
    font-size: 10px;
  }
}
.clip--trigger .clip--path {
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  display: block;
  width: fit-content;
}
.clip--trigger .clip--path:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFF88;
  animation-delay: 10s;
}
.clip--trigger.is-animate .clip--path {
  animation: clipIn .6s ease-in-out 0.3s forwards;
}
.clip--trigger.is-animate .clip--path:before {
  animation: slideIn .6s ease-in-out 0.6s forwards;
}
.clip--trigger.is-animate.main--title .clip--path {
  animation: clipIn .3s ease-in-out 0.6s forwards;
}
.clip--trigger.is-animate.main--title .clip--path:before {
  animation: slideIn .3s ease-in-out 0.9s forwards;
}
.clip--trigger.event--subject.is-animate .clip--path {
  animation: clipIn .3s ease-in-out 0.3s forwards;
}
.clip--trigger.event--subject.is-animate .clip--path:before {
  animation: slideIn .3s ease-in-out 0.6s forwards;
}
.clip--trigger.event--name__wrap.is-animate .clip--path {
  animation: clipIn .3s ease-in-out 0.6s forwards;
}
.clip--trigger.event--name__wrap.is-animate .clip--path:before {
  animation: slideIn .3s ease-in-out 0.9s forwards;
}
@media screen and (max-width: 767px) {
  .clip--trigger.event--name__wrap.is-animate .clip--path {
    animation: clipIn .3s ease-in-out 0s forwards;
  }
  .clip--trigger.event--name__wrap.is-animate .clip--path:before {
    animation: slideIn .3s ease-in-out 0.3s forwards;
  }
}
.clip--trigger.event--name__wrap + .clip--trigger.is-animate .clip--path {
  animation: clipIn .3s ease-in-out 0.9s forwards;
}
.clip--trigger.event--name__wrap + .clip--trigger.is-animate .clip--path:before {
  animation: slideIn .3s ease-in-out 1.2s forwards;
}

.internship--card__area,
.news--area {
  opacity: 0;
  transform: translateY(20px);
}
.internship--card__area.is-animate,
.news--area.is-animate {
  animation: scrollUp .8s ease-in-out 0.3s forwards;
}

.scroll--Up_to,
.scroll--Up {
  opacity: 0;
  transform: translateY(20px);
}
.scroll--Up_to.is-animate,
.scroll--Up.is-animate {
  animation: scrollUp .3s ease-in-out 0.3s forwards;
}
.scroll--Up_to.main--title__ja.is-animate,
.scroll--Up.main--title__ja.is-animate {
  animation: scrollUp .3s ease-in-out 0.9s forwards;
}
.scroll--Up_to.main--copy.is-animate,
.scroll--Up.main--copy.is-animate {
  animation: scrollUp .3s ease-in-out 1.2s forwards;
}

main .main--area {
  background: #00012E;
}
main .main--area:after {
  top: calc((20vw + 60px) * -1);
  translate: 0vw 100vw;
  scale: 6;
  opacity: 0;
}
main .main--area.is-animate:after {
  animation: sd 1.2s ease-in-out .3s forwards;
}

@keyframes sd {
  0% {
    top: calc((20vw + 60px) * -1);
    translate: 0vw 100vw;
    scale: 6;
    opacity: 0;
  }
  100% {
    top: 0;
    translate: 0vw 0vh;
    opacity: 1;
    scale: 1;
  }
}
@media screen and (max-width: 767px) {
  main .main--area {
    background: #00012E;
  }
  main .main--area:after {
    top: calc((20vw + 60px) * -1);
    translate: 0vw 80vh;
    scale: 4;
    opacity: 0;
  }
  main .main--area.is-animate:after {
    animation: sd 1.2s ease-in-out .3s forwards;
  }

  @keyframes sd {
    0% {
      top: calc((20vw + 60px) * -1);
      translate: 0vw 80vh;
      scale: 4;
      opacity: 0;
    }
    100% {
      top: 0;
      translate: 0vw 0vh;
      opacity: 1;
      scale: 1;
    }
  }
}
main section .contents--name.is-animate .in--text {
  animation: slideText .3s ease-in-out .2s forwards;
}

main section.section08 .container .contents--name.is-animate .in--text,
main section.section06 .container .contents--name.is-animate .in--text,
main section.section04 .container .contents--name.is-animate .in--text,
main section.section02 .container .contents--name.is-animate .in--text {
  animation: re_slideText .3s ease-in-out .2s forwards;
}

.this--animation {
  opacity: 0;
  transform: translateY(20px);
}
.this--animation.is-animate {
  animation: scrollUp .3s ease-in-out 0.6s forwards;
}

.delay-animate {
  opacity: 0;
  transform: translateY(20px);
}
.delay-animate.is-animate {
  animation: scrollUp .3s ease-in-out 0s forwards;
}

main section .container .contents > * {
  opacity: 0;
  transform: translateY(20px);
}
main section .container .contents.is-animate {
  animation: scrollUp .3s ease-in-out 0s forwards;
}

main section .voice--list {
  opacity: 0;
  transform: translateY(20px);
}
main section .voice--list.is-animate {
  animation: scrollUp .3s ease-in-out 0.2s forwards;
}
main section .voice--list .list {
  transform: translateY(20px);
}
main section .voice--list .list.is-animate {
  animation: scrollUp .3s ease-in-out 0.2s forwards;
}

@keyframes clipIn {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes slideIn {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes scrollUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
@keyframes sd {
	0% {
		top: calc((20vw + 60px) * -1);
		translate: 0vw 80vh;
		scale: 4;
		opacity: 0;
	}
	100% {
		top: 0;
		translate: 0vw 0vh;
		opacity: 1;
		scale: 1;
	}
}
*/
@keyframes slideText {
  0% {
    transform: translateX(18vw);
  }
  100% {
    transform: translateX(4vw);
  }
}
@keyframes re_slideText {
  0% {
    transform: translateX(-18vw);
  }
  100% {
    transform: translateX(3vw);
  }
}
@keyframes menu1 {
  0% {
    top: 0;
    rotate: 0;
  }
  50% {
    top: 5px;
    rotate: 0;
  }
  100% {
    top: 5px;
    rotate: 45deg;
  }
}
@keyframes menu2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu3 {
  0% {
    bottom: 0;
    rotate: 0;
  }
  50% {
    bottom: 5px;
    rotate: 0;
  }
  100% {
    bottom: 5px;
    rotate: -45deg;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.open--modal:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #091E53;
  z-index: 1;
  opacity: 0;
  animation: fadeInModal .2s ease-in-out 0s forwards;
}
.open--modal dialog {
  display: flex;
}
.open--modal dialog .container {
  animation: fadeIn .5s ease-in-out 0.3s forwards;
}

.movie--btn,
.video_wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  margin-top: 64px;
}
.movie--btn .btn,
.movie--btn video,
.video_wrap .btn,
.video_wrap video {
  width: 100%;
}
.movie--btn .btn,
.video_wrap .btn {
  cursor: pointer;
}
.movie--btn .btn img,
.video_wrap .btn img {
  width: 100%;
  height: auto;
}

dialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
  border: none;
  z-index: 100;
  background: none;
}
dialog .container {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  opacity: 0;
}
dialog .container .video_wrap {
  margin-top: 0;
  position: relative;
  max-width: 1280px;
}
dialog .container .close {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  top: -40px;
  right: 0;
}
dialog .container .close:before, dialog .container .close:after {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 4px;
  rotate: 45deg;
  width: 32px;
  height: 1px;
  background: #FFF;
}
dialog .container .close:after {
  rotate: -45deg;
}
dialog:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #00012E;
  width: 100%;
  height: 100%;
}

@keyframes menus1 {
  0% {
    top: 0px;
    rotate: 0deg;
  }
  50% {
    top: 4px;
    rotate: 0deg;
  }
  100% {
    top: 4px;
    rotate: 45deg;
  }
}
@keyframes menus2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menus3 {
  0% {
    bottom: 0px;
    rotate: 0deg;
  }
  50% {
    bottom: 4px;
    rotate: 0deg;
  }
  100% {
    bottom: 4px;
    rotate: -45deg;
  }
}

/*# sourceMappingURL=style.css.map */
