@charset "UTF-8";
/* Sass Document */
@media not screen and (max-width: 960px) {
  .sp-only {
    display: none;
  }
}
/* ===========================================
 * Internship
 * ======================================== */
.internship {
  background-image: url('data:image/svg+xml,<svg width="1660" height="1541" viewBox="0 0 1660 1541" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_801_2)"><path d="M830 1491C1260.78 1491 1610 1168.42 1610 770.5C1610 372.579 1260.78 50 830 50C399.218 50 50 372.579 50 770.5C50 1168.42 399.218 1491 830 1491Z" stroke="%23D6E6E8" stroke-width="100"/></g><defs><clipPath id="clip0_801_2"><rect width="1660" height="1541" fill="white"/></clipPath></defs></svg>');
  background-size: 1660px;
  background-repeat: no-repeat;
  background-position: -400px top;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .internship {
    background-size: 1060px;
    background-position: center top;
  }
}
.content__title {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 960px) {
  .content__title {
    display: block;
    text-align: center;
    margin-bottom: 4.5rem;
  }
}
.content__title::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #394854;
  height: 8px;
  bottom: 0.6rem;
}
@media screen and (max-width: 960px) {
  .content__title::after {
    left: 0;
    bottom: -1.8rem;
  }
}
.content__title .jp {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 0.2em;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .content__title .jp {
    font-size: 2.2rem;
    padding-top: 0;
  }
}
.content__title .eg {
  font-size: 6rem;
  color: #D6DADE;
  letter-spacing: normal;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .content__title .eg {
    display: none;
  }
}
/* エントリーボタン */
.entry-btn {
  margin-top: 36px;
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .entry-btn {
    margin-top: 32px;
  }
}
.entry-btn__link {
  background-color: #394854;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px 12px;
  line-height: 1.4;
  border: solid 1px #394854;
  transition: background-color 0.3s, color 0.3s;
}
.entry-btn__link span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.entry-btn__link span[lang="en"] {
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 4px;
  display: block;
  position: relative;
  max-width: fit-content;
  margin-inline: auto;
}
.entry-btn__link span[lang="en"]::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  mask: url('data:image/svg+xml,<svg width="32" height="10" viewBox="0 0 32 10" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_801_7)"><path d="M32 10H0V8.0188H27.2632L20.7422 1.38379L22.1709 0.000976562L32 10Z" fill="white"/></g><defs><clipPath id="clip0_801_7"><rect width="32" height="10" fill="white"/></clipPath></defs></svg>');
  mask-size: contain;
  width: 32px;
  aspect-ratio: 3.2;
  background-color: #fff;
  transition: background-color 0.3s;
}
.entry-btn__link:hover {
  background-color: #fff;
  color: #394854;
}
.entry-btn__link:hover span[lang="en"]::after {
  background-color: #394854;
}
/* リード
---------------------------------------------- */
.read {
  margin-top: 30px;
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
}
.read__inner {
  max-width: 1400px;
  padding: 36px 40px 0;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .read__inner {
    padding: 0 16px;
  }
}
.read__catch {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-shadow: 1px 1px 1px #fff;
  display: block;
  width: 100%;
  margin-inline: auto;
  max-width: 1160px;
}
@media screen and (max-width: 960px) {
  .read__catch {
    display: block;
    text-align: center;
  }
}
.read__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: clamp(28px, 7vw, 40px);
  display: block;
  width: 100%;
  margin-inline: auto;
  max-width: 1160px;
}
@media screen and (max-width: 960px) {
  .read__text {
    max-width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) {
  .read__pic-wrap {
    display: grid;
    justify-content: center;
    margin-top: 20px;
  }
}
.read__pic-flex {
  display: flex;
  align-items: center;
  margin-left: -40px;
  gap: 50px;
  margin-top: 64px;
  padding-right: 40%;
}
@media screen and (max-width: 960px) {
  .read__pic-flex {
    display: contents;
  }
}
@media screen and (max-width: 960px) {
  .read__pic01 {
    margin-left: -170px;
  }
}
.read__pic02 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .read__pic02 {
    order: 2;
    margin-right: -170px;
    margin-top: -32px;
  }
}
.read__pic03 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .read__pic03 {
    order: 3;
    margin-left: -170px;
    margin-top: -32px;
  }
}
@media screen and (max-width: 960px) {
  .read__pic04 {
    order: 4;
    margin-right: -170px;
    margin-top: -32px;
  }
}
.read__pic05 {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .read__pic05 {
    order: 5;
    margin-left: -170px;
    margin-top: -32px;
  }
}
.read__pic01, .read__pic04 {
  max-width: clamp(240px, calc(240px + (420 - 240) * ((100vw - 1200px) / (1320 - 1024))), 420px);
}
.read__pic02, .read__pic03, .read__pic05 {
  max-width: clamp(200px, calc(200px + (344 - 200) * ((100vw - 1024px) / (1320 - 1024))), 344px);
}
.read__pic {
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .read__pic {
    position: static;
    max-width: none;
    width: 240px;
    inset: 0;
    transform: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media not screen and (max-width: 960px) {
  .read__pic01 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 960px) {
  .read__pic01 {
    order: 1;
  }
}
/* インターンシップ内容
---------------------------------------------- */
.detail {
  margin-top: clamp(60px, 15vw, 120px);
}
@media screen and (max-width: 960px) {
  .detail .content__title {
    margin-bottom: 2rem;
  }
}
.detail__inner {
  max-width: 980px;
  padding: 0 40px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .detail__inner {
    padding: 0 16px;
  }
}
.detail__content {
  padding: 56px 60px 80px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: -4px;
  border-radius: 0px 0px 30px 30px;
}
@media screen and (max-width: 960px) {
  .detail__content {
    padding: 28px 16px 26px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0px;
  }
}
.detail__content-heading {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
.detail__content-body {
  margin-top: 24px;
}
.detail-item + .detail-item {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .detail-item + .detail-item {
    margin-top: 20px;
  }
}
.detail-item__heading {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 500;
  border-bottom: solid 1px #394854;
  padding-bottom: 8px;
}
.detail-item__content {
  padding: 16px 8px;
}
@media screen and (max-width: 960px) {
  .detail-item__content {
    padding: 12px 0;
  }
}
.detail-item__content p {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #100303;
}
.detail-item__content p .fw-m {
  font-weight: 500;
}
.detail-item__content small {
  font-size: 14px;
  color: #100303;
}
/* 作業シーン
---------------------------------------------- */
.scene {
  margin-top: clamp(60px, 15vw, 200px);
  position: relative;
}
.scene__deco {
  color: #e1e8e8;
  opacity: 0.7;
  font-family: "Bebas Neue", cursive;
  font-size: clamp(65px, 16vw, 176px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: -70px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .scene__deco {
    top: 16px;
  }
}
.scene__inner {
  max-width: 1200px;
  padding: 0 40px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .scene__inner {
    padding: 0 16px;
  }
}
.scene__heading {
  font-size: clamp(24px, 6vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.scene__pic-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .scene__pic-wrap {
    display: flex;
    overflow: hidden;
    gap: 44px;
  }
}
.scene__pic-list {
  width: 100%;
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, 264px);
  justify-content: center;
  gap: 52px;
}
@media not screen and (max-width: 960px) {
  .scene__pic-list.-loop {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .scene__pic-list {
    width: auto;
    gap: 44px;
    grid-template-columns: repeat(5, 220px);
    flex-shrink: 0;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scene__pic {
  border-radius: 10px;
}
@media not screen and (max-width: 960px) {
  .scene__pic:first-child, .scene__pic:last-child {
    transform: translateY(-26%);
  }
}
/* 参加者の声
---------------------------------------------- */
.voice {
  margin-top: clamp(80px, 20vw, 120px);
}
.voice__inner {
  max-width: 900px;
  padding: 0 40px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .voice__inner {
    padding: 0 12px;
  }
}
.voice__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 30px 36px;
  margin-top: clamp(32px, 8vw, 50px);
}
@media screen and (max-width: 960px) {
  .voice__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .voice__item {
    max-width: 500px;
    margin-inline: auto;
  }
}
/* VR動画
---------------------------------------------- */
.vr_movies {
  background: url(../img/index/dot.svg);
  padding: 0 0 2% 0;
  margin-top: clamp(100px, 25vw, 160px);
}
.vr_movies .bg-text {
  background: url(../img/index/bg_vr.svg) no-repeat top 0rem center;
  background-size: 100% auto;
  max-width: 136.7rem;
  margin: 0 auto;
  padding: 16rem 0 0;
}
@media screen and (max-width: 960px) {
  .vr_movies .bg-text {
    background: no-repeat;
    padding: 5rem 0 2rem 0;
  }
}
.vr_movies .content-inner {
  max-width: calc(123.8rem + 1.5rem * 2);
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .vr_movies .section__title-wrapper {
    text-align: center;
  }
}
.vr_movies .section__title {
  font-size: 4rem;
  font-weight: bold;
  color: #376e9b;
}
@media screen and (max-width: 960px) {
  .vr_movies .section__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.vr_movies .btn-wrapper {
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .vr_movies .btn-wrapper {
    margin-top: 5rem;
  }
}
.vr_movies .cap {
  color: #376e9b;
  font-size: 2.2rem;
  margin-top: 0.4em;
}
@media screen and (max-width: 960px) {
  .vr_movies .cap {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
}
.vr_movies .vr-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
  max-width: 130rem;
  margin: -3em auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .vr_movies .vr-content {
    flex-direction: column-reverse;
    margin: 1em auto;
  }
}
.vr_movies .vr-content .guidic {
  max-width: 430px;
}
@media screen and (max-width: 960px) {
  .vr_movies .vr-content .guidic {
    margin: 0 auto;
    width: 70%;
  }
}
.vr_movies .vr-content .videoBnr {
  transition: 0.7s;
  width: 330px;
}
.vr_movies .vr-content .videoBnr h3 {
  color: #376e9b;
  font-size: 24px;
  text-align: center;
  padding: 8px 0;
}
.vr_movies .vr-content .videoBnr a {
  display: block;
  max-width: 280px;
  margin: 2% auto;
}
.vr_movies .vr-content .videoBnr picture {
  display: block;
  margin-bottom: 4%;
}
@media screen and (max-width: 1199px) {
  .vr_movies .vr-content .videoBnr {
    right: 5%;
  }
}
@media screen and (min-width: 1300px) {
  .vr_movies .vr-content .videoBnr {
    right: 20%;
  }
}
@media screen and (max-width: 960px) {
  .vr_movies .vr-content .videoBnr {
    opacity: 1;
    position: static;
    margin: 4% auto 8% auto;
    color: #333;
    width: 80%;
    height: auto;
  }
}
.vr_movies .vr-content .videoBnr .videoArea {
  position: relative;
  overflow: hidden;
}
.vr_movies .vr-content .videoBnr .videoArea a {
  display: block;
  max-width: 280px;
  margin: 2% auto;
}
.vr_movies .vr-content .videoBnr .videoArea img {
  display: block;
  width: 100%;
  height: 100%;
}
.vr_movies .vr-content .videoBnr p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 960px) {
  .vr_movies .vr-content .videoBnr p {
    color: #333;
    font-size: 14px;
  }
}
/*# sourceMappingURL=internship.map */