@charset "UTF-8";
.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.tablet {
  display: none;
}
@media (max-width: 900px) {
  .tablet {
    display: block;
  }
}
.tablet-large {
  display: none;
}
@media (max-width: 1300px) {
  .tablet-large {
    display: block;
  }
}

.internship2024 {
  overflow: hidden;
  font-family: Hiragino Kaku Gothic ProN, YuGothic, YuGothicM, Yu Gothic, 游ゴシック Medium, メイリオ, Meiryo, sans-serif;
  line-height: 1.68;
  font-weight: 500;
}

.header__wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.header__inner {
  padding-top: 78px;
  padding-bottom: 124px;
}
@media (max-width: 750px) {
  .header__inner {
    padding-top: 54px;
    padding-bottom: 91px;
  }
}
.header__title {
  width: 86.5%;
  max-width: 720px;
  margin: 0 auto;
  transform: scale(1.05) rotate(0.05deg);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.on-load .header__title {
  transform: scale(1) rotate(0.05deg);
  opacity: 1;
}
.header__logo {
  width: 36%;
  max-width: 260px;
  margin: 0 auto;
}
.header__text {
  width: 100%;
  margin-top: 2px;
}
.header__year {
  position: relative;
  left: 4px;
  width: 35%;
  max-width: 255px;
  margin: -6px auto 0;
}
@media (max-width: 750px) {
  .header__year {
    left: 2px;
    margin-top: -2px;
  }
}
.header__description {
  width: 90%;
  margin: 0 auto;
  margin-top: 61px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.on-load .header__description {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .header__description {
    margin-top: 56px;
    font-size: 16px;
    line-height: 1.55;
  }
}
.header__course {
  width: 83%;
  max-width: 1200px;
  margin: 67px auto 0;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.9s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
.on-load .header__course {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .header__course {
    margin-top: 57px;
  }
}
.header__course-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header__course-item {
  margin: 0 5.25%;
}
@media (max-width: 750px) {
  .header__course-item {
    margin: 0 4%;
  }
}
.header__course-item:nth-child(odd) {
  margin-left: 0;
}
.header__course-item:nth-child(even) {
  margin-right: 0;
}
.header__course-anchor {
  display: block;
  position: relative;
  padding-bottom: 12.8%;
}
@media (max-width: 750px) {
  .header__course-anchor {
    padding-bottom: 12.4%;
  }
}
.header__course-anchor:hover::after {
  transform: translateY(5px);
}
.header__course-anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 9%;
  background: url(../img/arrow_down.png) no-repeat center center/auto 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__course-anchor > img {
  display: block;
  height: 7.6vw;
  max-height: 107px;
}
@media (max-width: 750px) {
  .header__course-anchor > img {
    height: 10vw;
  }
}
.header__notes {
  width: 90%;
  margin: 0 auto;
  margin-top: 36px;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1.1s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
}
.on-load .header__notes {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .header__notes {
    margin-top: 44px;
  }
}
.header__notes-item {
  text-align: center;
  color: #778b7f;
  font-size: 12px;
  line-height: 1.65;
}
@media (max-width: 750px) {
  .header__notes-item {
    font-size: 11px;
  }
}

.--eng {
  font-family: "M PLUS Rounded 1c", system-ui;
}

.section {
  padding-top: 150px;
  padding-bottom: 165px;
}
@media (max-width: 750px) {
  .section {
    padding-top: 95px;
    padding-bottom: 105px;
  }
}
.section:nth-child(odd) {
  background: #F7F7F7;
}
.section.is-active .section__title {
  transform: translateX(0);
  opacity: 1;
}
.section.is-active .section__content {
  transform: translateX(0);
  opacity: 1;
}
.section.is-active .section__entry {
  transform: translateY(0);
  opacity: 1;
}
.section__wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.section__inner {
  width: 86.8%;
  max-width: 1200px;
  margin: 0 auto;
}
.section__title {
  transform: translateX(-8px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.section__title > img {
  display: block;
  height: 10.9vw;
  max-height: 153px;
}
@media (max-width: 750px) {
  .section__title > img {
    height: 22vw;
  }
}
.section__body {
  margin-top: 101px;
}
@media (max-width: 750px) {
  .section__body {
    margin-top: 42px;
  }
}
.section__content {
  margin-top: 120px;
  transform: translateX(-8px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .section__content {
    margin-top: 27px;
  }
}
.section__content:first-child {
  margin-top: 0;
}
.section__content:nth-child(1) {
  transition-delay: calc(1 * 0.2s);
}
.section__content:nth-child(2) {
  transition-delay: calc(2 * 0.2s);
}
.section__content:nth-child(3) {
  transition-delay: calc(3 * 0.2s);
}
.section__foot {
  margin-top: 112px;
}
@media (max-width: 750px) {
  .section__foot {
    margin-top: 41px;
  }
}
.section__entry {
  max-width: 500px;
  margin: 0 auto;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.section__entry-btn {
  display: block;
  position: relative;
  padding: 19px 7%;
  background: #DC0000;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .section__entry-btn {
    padding: 15px 7%;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .section__entry-btn {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .section__entry-btn {
    font-size: 12px;
  }
}
.section__entry-btn.-disabled {
  background: #aaa;
  pointer-events: none;
}
.section__entry-btn.-disabled::after {
  display: none;
}
.section__entry-btn:hover {
  opacity: 0.5;
}
.section__entry-btn:hover::after {
  transform: translateX(10%);
}
.section__entry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2%;
  width: 3.4%;
  height: 100%;
  background: url(../img/arrow.png) no-repeat center center/100% auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .section__entry-btn::after {
    width: 4.4%;
  }
}

.info__title {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
}
.info__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: #DC0000;
}
@media (max-width: 750px) {
  .info__title::after {
    height: 55%;
  }
}
.info__text {
  margin-top: 27px;
  font-size: 14px;
  line-height: 2;
}

.detail {
  margin-top: 64px;
  padding-left: 15.4%;
}
@media (max-width: 750px) {
  .detail {
    margin-top: 25px;
    padding-left: 0;
  }
}
.detail__item {
  display: flex;
  justify-content: flex-start;
  margin-top: 55px;
}
@media (max-width: 750px) {
  .detail__item {
    display: block;
    margin-top: 34px;
  }
}
.detail__item:first-child {
  margin-top: 0;
}
.detail__label {
  width: 12%;
  min-width: 120px;
}
@media (max-width: 750px) {
  .detail__label {
    width: 100%;
  }
}
.detail__label-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.detail__content {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 750px) {
  .detail__content {
    margin-top: 11px;
  }
}
.detail__content-block {
  margin-top: 35px;
}
.detail__content-block:first-child {
  margin-top: 0;
}
.detail__content-title {
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
}
.detail__content-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  .detail__content-text {
    margin-top: 3px;
    line-height: 2.1;
  }
}
.detail__content-text:first-child {
  margin-top: 0;
}
.detail__content-list {
  margin-top: 5px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  .detail__content-list {
    margin-top: 3px;
    line-height: 2.1;
  }
}
.detail__content-list:first-child {
  margin-top: 0;
}
.detail__content-item {
  padding-left: 1em;
  text-indent: -1em;
}

.footer__info {
  padding-top: 124px;
  padding-bottom: 157px;
  background: #F7F7F7;
}
@media (max-width: 750px) {
  .footer__info {
    padding-top: 74px;
    padding-bottom: 76px;
  }
}
.footer__info-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.footer__info-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__info-title {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
}
.footer__info-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: #DC0000;
}
@media (max-width: 750px) {
  .footer__info-title::after {
    height: 55%;
  }
}
.footer__info-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 64px;
}
.footer__info-item {
  width: 27%;
  margin-top: 62px;
  margin-right: 3%;
}
@media (max-width: 750px) {
  .footer__info-item {
    width: 48%;
    margin-right: 4%;
  }
}
.footer__info-item:nth-child(1) {
  margin-top: 0;
}
.footer__info-item:nth-child(2) {
  margin-top: 0;
}
.footer__info-item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .footer__info-item:nth-child(3) {
    margin-top: 62px;
  }
}
@media (max-width: 750px) {
  .footer__info-item:nth-child(even) {
    margin-right: 0 !important;
  }
}
.footer__info-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .footer__info-item:nth-child(3n) {
    margin-right: 4%;
  }
}
.footer__info-link {
  color: #000;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer__info-link:hover {
  color: #DC0000;
}
.footer__info-link-thumbnail {
  position: relative;
  overflow: hidden;
}
.--border .footer__info-link-thumbnail {
  border: 1.5px #000 solid;
}
@media (max-width: 750px) {
  .--border .footer__info-link-thumbnail {
    border-width: 1px;
  }
}
.footer__info-link-thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 82.0261437908%;
}
.footer__info-link-thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
.footer__info-link-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 19px;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .footer__info-link-name {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .footer__info-link-name {
    font-size: 12.5px;
    margin-top: 9.5px;
  }
}
@media (max-width: 450px) {
  .footer__info-link-name {
    font-size: 11px;
  }
}
@media (max-width: 340px) {
  .footer__info-link-name {
    font-size: 10px;
  }
}
.footer__company-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.footer__company-inner {
  width: 90%;
  padding-top: 115px;
  padding-bottom: 50px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .footer__company-inner {
    padding-top: 76px;
    padding-bottom: 77px;
  }
}
.footer__company-policy-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 14px;
}
@media (max-width: 750px) {
  .footer__company-policy-list {
    display: block;
    right: 0;
  }
}
.footer__company-policy-item {
  position: relative;
  padding: 0 3.5%;
}
@media (max-width: 750px) {
  .footer__company-policy-item {
    margin-top: 15px;
  }
}
@media (max-width: 750px) {
  .footer__company-policy-item:first-child {
    margin-top: 0;
  }
}
.footer__company-policy-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #000;
}
@media (max-width: 750px) {
  .footer__company-policy-item:after {
    display: none;
  }
}
.footer__company-policy-item:first-child::after {
  display: none;
}
.footer__company-policy-inner {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
@media (max-width: 750px) {
  .footer__company-policy-inner {
    text-align: center;
  }
}
.footer__company-policy-inner:hover::after {
  transform-origin: left center;
  transform: scaleX(1);
}
.footer__company-policy-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer__company-cookie {
  margin-top: 47px;
  text-align: center;
  font-size: 14px;
}
.footer__company-copyright {
  margin-top: 64px;
}
@media (max-width: 750px) {
  .footer__company-copyright {
    margin-top: 36px;
  }
}
.footer__company-copyright-text {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media (max-width: 750px) {
  .footer__company-copyright-text {
    font-size: 11px;
  }
}