@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
h2,
h3 {
  font-weight: normal;
}

.page-body {
  padding: 90px 24px 140px;
}

@media screen and (max-width: 768px) {
  .page-body {
    padding: 60px 24px;
  }
}
.page-body__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.site-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.internship-link {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .internship-link {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.internship-link__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #3a54a4;
  border: 1px solid #3a54a4;
  text-align: center;
  max-width: 12.1875rem;
  width: 100%;
  height: 3.75rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .internship-link__item {
    max-width: 100%;
    height: 3.125rem;
  }
}

.internship-link__item::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  border-right: 1px solid #3a54a4;
  border-bottom: 1px solid #3a54a4;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0.4375rem;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.internship-link__item a {
  display: inline-block;
  height: inherit;
  width: 100%;
  display: inline-block;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .internship-link__item a {
    padding-top: 0.625rem;
  }
}

.internship-link__item:hover {
  background-color: #3a54a4;
  color: #fff;
  opacity: 1;
}

.internship-link__item:hover::before {
  border-color: #fff;
}

.internship-link__item:hover a {
  opacity: 1;
}

.site-wrapper {
  padding-left: 2.4%;
  padding-right: 2.4%;
}

@media screen and (max-width: 768px) {
  .site-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.internship-sales .container,
body.internship-technology .container,
body.internship-technical-college .container {
  padding-top: 0;
}

.internship-index {
  height: 100vh;
  margin: 0;
}

.internship-technology {
  height: 100vh;
  margin: 0;
}

body.internship-index .container {
  padding-top: 0;
  height: 100%;
  overflow: hidden;
}

.internship-top {
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
}

.internship-top__header {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .internship-top__header {
    position: static;
    -webkit-transform: none;
    transform: none;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3a54a4;
  }
}
@media screen and (max-width: 768px) {
  .internship-top__logo {
    width: 220px;
    margin: 0 auto;
  }
  .internship-top__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .internship-top__content.-first:hover {
    width: 65%;
  }
  .internship-top__content.-second:hover .internship-top__content__bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .internship-top__content.-third:hover {
    width: 65%;
  }
  .internship-top__content.-first.js-slide {
    width: 20%;
  }
  .internship-top__content.-second.js-wide {
    width: 80%;
  }
  .internship-top__content.-third.js-slide {
    width: 20%;
  }
  .internship-top__content.-first.js-shrink {
    width: 20%;
  }
  .internship-top__content.-third.js-shrink {
    width: 20%;
  }
}
.internship-top__content {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .internship-top__content {
    top: 0;
    height: 100%;
    -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, transform 0.3s ease;
    transition: width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .internship-top__content {
    left: 0;
    width: 100%;
    height: calc(33.333% - 40px);
  }
}
.internship-top__content a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.internship-top__content.-first {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .internship-top__content.-first {
    width: 38.333%;
    left: -5%;
    -webkit-transform: skew(5deg);
    transform: skew(5deg);
  }
}
@media screen and (max-width: 1000px) {
  .internship-top__content.-first {
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }
}
@media screen and (max-width: 768px) {
  .internship-top__content.-first {
    -webkit-transform: none;
    transform: none;
    top: 120px;
  }
}
.internship-top__content.-first .internship-top__content__bg {
  background-image: url(../images/internship-top/visual_img_01.jpg);
}

@media screen and (min-width: 769px) {
  .internship-top__content.-first .internship-top__content__body {
    -webkit-transform: skew(-5deg);
    transform: skew(-5deg);
  }
}
@media screen and (max-width: 1000px) {
  .internship-top__content.-first .internship-top__content__body {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
}
@media screen and (max-width: 768px) {
  .internship-top__content.-first .internship-top__content__body {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  .internship-top__content.-second {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .internship-top__content.-second {
    top: calc(80px + 33.333%);
    -webkit-transform: none;
    transform: none;
  }
}
.internship-top__content.-second .internship-top__content__bg {
  background-image: url(../images/internship-top/visual_img_02.jpg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.internship-top__content.-third {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .internship-top__content.-third {
    width: 38.333%;
    right: -5%;
    -webkit-transform: skew(-5deg);
    transform: skew(-5deg);
  }
}
@media screen and (max-width: 1000px) {
  .internship-top__content.-third {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
}
@media screen and (max-width: 768px) {
  .internship-top__content.-third {
    top: calc(40px + 66.666%);
    -webkit-transform: none;
    transform: none;
  }
}
.internship-top__content.-third .internship-top__content__bg {
  background-image: url(../images/internship-top/visual_img_03.jpg);
}

@media screen and (min-width: 769px) {
  .internship-top__content.-third .internship-top__content__body {
    -webkit-transform: skew(5deg);
    transform: skew(5deg);
  }
}
@media screen and (max-width: 1000px) {
  .internship-top__content.-third .internship-top__content__body {
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }
}
@media screen and (max-width: 768px) {
  .internship-top__content.-third .internship-top__content__body {
    -webkit-transform: none;
    transform: none;
  }
}
.internship-top__content__body {
  position: relative;
  z-index: 1;
  padding-top: 50vh;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (max-width: 768px) {
  .internship-top__content__body {
    padding-top: 0;
  }
}
.internship-top__content__title {
  font-size: 2.4vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "arial", "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .internship-top__content__title {
    font-size: 24px;
    margin: 0 !important;
  }
}
.internship-top__content__label {
  font-size: 1.6vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .internship-top__content__label {
    font-size: 16px;
    margin: 0;
  }
}
.internship-top__content__btn {
  margin-top: 20px;
  font-size: 1vw;
  border: 1px solid #fff;
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "arial", "Open Sans", sans-serif;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .internship-top__content__btn {
    width: 180px;
    max-width: none;
    font-size: 14px;
    margin-top: 15px;
  }
}
.internship-top__content__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.internship-top__content__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 84, 164, .35);
  pointer-events: none;
}

.internship-top__copyright {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-family: "arial", "Open Sans", sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .internship-top__copyright {
    bottom: 8px;
    font-size: 0.625rem;
    font-size: 10px;
  }
}
.internship-course__content {
  margin-top: 56px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

@media screen and (max-width: 768px) {
  .internship-course__content {
    margin-top: 40px;
  }
}
.internship-course__content:first-child {
  margin-top: 0;
}

.internship-course__content__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a54a4;
}

@media screen and (max-width: 768px) {
  .internship-course__content__title {
    font-size: 1.25rem;
  }
}
.internship-course__content__title::after {
  position: absolute;
  left: -60px;
  top: 18px;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #3a54a4;
}

@media screen and (max-width: 768px) {
  .internship-course__content__title::after {
    width: 16px;
    left: -24px;
    top: 16px;
  }
}
.internship-course__content__title span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .internship-course__content__title span {
    font-size: 1.6rem;
    display: block;
  }
}
.internship-course__content__desc {
  color: #3a54a4;
  font-size: 0.9375rem;
  margin-top: 8px;
}

.internship-cv {
  background-color: #3a54a4;
  margin: 160px 0px 0;
  padding: 64px 24px 70px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .internship-cv {
    padding: 40px 20px;
    margin-top: 80px;
  }
}
.internship-cv__title {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}

.internship-cv__btn {
  max-width: 636px;
  margin: 16px auto 0;
}

.internship-cv__btn a {
  display: block;
  background-color: #244096;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 28px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .internship-cv__btn a {
    padding: 24px 20px;
    font-size: 1.6rem;
  }
}
.internship-experience {
  margin-top: 180px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .internship-experience {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
.internship-experience__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px -12px -12px;
}

@media screen and (max-width: 768px) {
  .internship-experience__body {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.internship-experience__content {
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .internship-experience__content {
    width: 100%;
    padding: 40px 12px;
  }
}
.internship-experience__content__inner {
  position: relative;
  border: 4px solid #3a54a4;
  padding: 80px 40px 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .internship-experience__content__inner {
    padding: 80px 30px 30px;
    border-width: 2px;
  }
}
.internship-experience__content__header {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.internship-experience__content__header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #3a54a4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.internship-experience__content__label {
  font-size: 0.625rem;
  color: #ffcb69;
  line-height: 1;
  margin-bottom: 4px;
}

.internship-experience__content__number {
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  color: #ffcb69;
  line-height: 1;
}

.internship-experience__content__title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  color: #3a54a4;
  margin-bottom: 16px;
}

.internship-experience__content__desc {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #3a54a4;
}

.internship-group {
  width: 100%;
  padding-top: 180px;
}

@media screen and (max-width: 768px) {
  .internship-group {
    padding-top: 100px;
  }
}
.internship-group__body {
  margin-top: 80px;
}

.internship-group__thumb {
  text-align: center;
}

.internship-group__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.internship-group__content {
  position: relative;
  z-index: 1;
  margin-top: -180px;
  padding: 60px 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}

@media screen and (max-width: 768px) {
  .internship-group__content {
    margin-top: 0;
    padding: 20px;
  }
}
.internship-group__content__title {
  font-size: 1.75rem;
  color: #3a54a4;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .internship-group__content__title {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}
.internship-group__content__desc {
  font-size: 0.9375rem;
  line-height: 2;
}

.internship-header {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.internship-header__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.internship-header__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.internship-header__body {
  position: relative;
  z-index: 1;
}

.internship-header__logo {
  width: 356px;
  margin: 0 auto;
}

.internship-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .internship-header__logo {
    width: 280px;
  }
}
.internship-header__logo::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin: 48px auto 24px;
}

@media screen and (max-width: 768px) {
  .internship-header__logo::after {
    margin: 32px auto 24px;
    width: 60px;
  }
}
.internship-header__title {
  font-size: 6.25rem;
  font-family: "arial", "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .internship-header__title {
    font-size: 2.375rem;
  }
}
.internship-header__lead {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .internship-header__lead {
    font-size: 2.4rem;
    font-size: 1.5rem;
  }
}
.internship-message {
  position: relative;
  margin: 134px 0px 0;
}

@media screen and (max-width: 768px) {
  .internship-message {
    margin: 80px 0 0;
  }
}
.internship-message::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #efefef;
  z-index: -1;
}

.internship-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .internship-message__content {
    display: block;
    padding-bottom: 0;
  }
}
.internship-message__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50vw;
  z-index: 1;
}

.internship-message__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .internship-message__thumb {
    margin-right: calc(-50vw - -600px);
  }
}
@media screen and (max-width: 1200px) {
  .internship-message__thumb {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .internship-message__thumb {
    width: 100%;
  }
}
.internship-message__body {
  margin-right: -100px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .internship-message__body {
    margin-right: 0;
    padding: 24px 0 0;
  }
}
.internship-message__title {
  font-size: 1.75rem;
  color: #3a54a4;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .internship-message__title {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.internship-message__desc {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.internship-program {
  position: relative;
  background-color: #3a54a4;
  margin: 0 -24px;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .internship-program {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.internship-program::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  border-top: 30px solid #3a54a4;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 0 solid transparent;
}

.internship-program__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px 0px -24px;
}

@media screen and (max-width: 768px) {
  .internship-program__body {
    display: block;
  }
}
.internship-program__content {
  width: 50%;
  padding: 24px 40px;
}

@media screen and (max-width: 768px) {
  .internship-program__content {
    width: 100%;
  }
}
.internship-program__content.-fit {
  width: 100%;
}

.internship-program__content__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

.internship-program__content__thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .internship-program__content__thumbs {
    margin: 0;
  }
}
.internship-program__content__thumbs .internship-program__content__thumb {
  width: 50%;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .internship-program__content__thumbs .internship-program__content__thumb {
    padding: 0;
  }
}
.internship-program__content__body {
  position: relative;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  min-height: 60px;
}

.internship-program__content__lead {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 80px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 23px;
}

@media screen and (max-width: 768px) {
  .internship-program__content__lead {
    width: 64px;
  }
}
.internship-program__content__label {
  font-size: 0.75rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .internship-program__content__label {
    font-size: 1rem;
    font-size: 0.625rem;
  }
}
.internship-program__content__number {
  font-size: 2.25rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .internship-program__content__number {
    font-size: 1.875rem;
  }
}
.internship-program__content__title {
  font-size: 1.125rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .internship-program__content__title {
    -webkit-transform: none;
    transform: none;
    top: 6px;
  }
}
.internship-program__content__desc {
  font-size: 0.9375rem;
  color: #fff;
}

.internship-requirement {
  position: relative;
  padding-top: 140px;
}

@media screen and (max-width: 768px) {
  .internship-requirement {
    padding-top: 60px;
  }
}
.internship-schedule {
  position: relative;
  margin-top: 45px;
  background: #ededed;
  padding: 37px 24px 45px;
}

@media screen and (max-width: 768px) {
  .internship-schedule {
    margin-top: 32px;
    padding: 32px 20px;
  }
}
.internship-schedule__title {
  position: absolute;
  top: -20px;
  left: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a54a4;
}

.internship-schedule__desc {
  font-size: 0.9375rem;
  color: #3a54a4;
  line-height: 1.8;
}

.internship-schedule__desc + .internship-schedule__desc {
  margin-top: 20px;
}

.internship-table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .internship-table {
    border-bottom: 1px solid #ccc;
  }
}
.internship-table th,
.internship-table td {
  padding: 24px 24px;
}

@media screen and (max-width: 768px) {
  .internship-table th,
  .internship-table td {
    padding: 24px 16px;
  }
}
.internship-table th ul:not([class]),
.internship-table td ul:not([class]) {
  margin: 24px 0;
  padding-left: 24px;
}

.internship-table th ul:not([class]) li,
.internship-table td ul:not([class]) li {
  list-style: disc;
  line-height: 1.8;
  font-size: 1rem;
}

.internship-table th ol:not([class]),
.internship-table td ol:not([class]) {
  margin: 24px 0;
  padding-left: 24px;
}

.internship-table th ol:not([class]) li,
.internship-table td ol:not([class]) li {
  list-style: decimal;
  line-height: 1.8;
  font-size: 1rem;
}

.internship-table thead th {
  background-color: #3a54a4;
  color: #fff;
  font-size: 1rem;
}

.internship-table tbody th,
.internship-table tbody td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .internship-table tbody th,
  .internship-table tbody td {
    display: block;
    border-bottom: none;
  }
}
.internship-table tbody th {
  width: 25%;
  min-width: 200px;
  font-weight: bold;
  background: #ededed;
}

@media screen and (max-width: 768px) {
  .internship-table tbody th {
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .internship-table tbody td {
    padding: 24px 0;
  }
}
.internship-table__title {
  border-left: 4px solid #3a54a4;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 2px 0 2px 16px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.internship-table__title:first-child {
  margin-top: 0;
}

.internship-table__title + .internship-table__step {
  margin-top: 24px;
}

.internship-table__step {
  padding: 8px 16px;
  background-color: #3a54a4;
  color: #fff;
  margin-top: 48px;
}

.internship-voice {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .internship-voice {
    padding-top: 60px;
  }
}
.internship-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .internship-voice__content {
    margin-top: 32px;
    display: block;
  }
}
.internship-voice__content.-odd .internship-voice__content__body {
  background-color: #f5f3ec;
}

.internship-voice__content.-odd .internship-voice__content__body::after {
  border-right-color: #f5f3ec;
}

.internship-voice__content.-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.internship-voice__content.-even .internship-voice__content__icon {
  padding-right: 0;
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .internship-voice__content.-even .internship-voice__content__icon {
    padding-left: 0;
  }
}
.internship-voice__content.-even .internship-voice__content__body {
  margin-right: 0;
  margin-left: 200px;
}

@media screen and (max-width: 768px) {
  .internship-voice__content.-even .internship-voice__content__body {
    margin-left: 0;
  }
}
.internship-voice__content.-even .internship-voice__content__body::after,
.internship-voice__content.-even .internship-voice__content__body::before {
  left: auto;
  right: -28px;
  border-left: 30px solid #fff;
  border-right: 0 solid transparent;
}

.internship-voice__content.-even .internship-voice__content__body::before {
  right: -30px;
  border-left-color: #3a54a4;
}

.internship-voice__content__icon {
  width: 200px;
  padding-right: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.internship-voice__content__icon img {
  display: inline;
}

@media screen and (max-width: 768px) {
  .internship-voice__content__icon {
    width: auto;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.internship-voice__content__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #3a54a4;
  border-radius: 24px;
  padding: 50px;
  margin-right: 200px;
}

@media screen and (max-width: 768px) {
  .internship-voice__content__body {
    margin-right: 0;
    padding: 24px;
    border-radius: 16px;
  }
}
.internship-voice__content__body::after,
.internship-voice__content__body::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-right: 30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 0 solid transparent;
}

@media screen and (max-width: 768px) {
  .internship-voice__content__body::after,
  .internship-voice__content__body::before {
    content: none;
  }
}
.internship-voice__content__body::before {
  border-right-color: #3a54a4;
  left: -30px;
}

.internship-voice__content__desc {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.title-label {
  position: relative;
  margin-bottom: 64px;
}

.title-label__title {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  font-weight: bold;
  color: #3a54a4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .title-label__title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.title-label__title__inner {
  position: relative;
}

.title-label__title__inner::after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 5px;
  z-index: -1;
  display: block;
  height: 10px;
  width: 104%;
  background-color: #ffcb69;
}

@media screen and (max-width: 768px) {
  .title-label__title__inner::after {
    height: 5px;
    bottom: 3px;
  }
}
.title-label__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #f2f2f2;
  font-size: 10rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-shadow: -5px -5px 0 #fff, -6px -6px 0 #f2f2f2, -4px -6px 0 #f2f2f2, -6px -4px 0 #f2f2f2, -4px -4px 0 #f2f2f2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .title-label__label {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .title-label__label.-sp-sm {
    font-size: 3.4375rem;
  }
}
.title-label.-assort .title-label__title {
  color: #fff;
}

.title-label.-assort .title-label__title__inner::after {
  background-color: #b98c38;
}

.title-label.-assort .title-label__label {
  color: transparent;
  text-shadow: -5px -5px 0 #3a54a4, -6px -6px 0 rgba(255, 255, 255, .2), -4px -6px 0 rgba(255, 255, 255, .2), -6px -4px 0 rgba(255, 255, 255, .2), -4px -4px 0 rgba(255, 255, 255, .2);
}

.page-sec.-xmd {
  margin-top: 80px;
  margin-bottom: 80px;
}

.internship-copyright {
  font-family: "arial", "Open Sans", sans-serif;
  padding: 135px 0 0px;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .internship-copyright {
    font-size: 0.625rem;
    padding-top: 3.75rem;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.internship-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.5rem;
  max-width: 58.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .internship-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.internship-btn-wrap {
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.internship-btn {
  display: inline-block;
  text-decoration: none;
  color: #244096;
  border-radius: 3.125rem;
  border: 1px solid #3a54a4;
  text-align: center;
  padding: 2.1875rem;
  display: grid;
  place-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .internship-btn {
    padding: 1.25rem;
  }
}

.internship-btn:hover {
  background-color: #3a54a4;
  color: #fff;
  opacity: 1;
}

.internship-table .btn a {
  display: block;
  text-decoration: none;
  color: #244096;
  border-radius: 3.125rem;
  border: 1px solid #3a54a4;
  text-align: center;
  padding: 1.5625rem;
  display: grid;
  place-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 25rem;
  width: 100%;
  margin-top: 1.25rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .internship-table .btn a {
    padding: 1.25rem;
  }
}

.internship-table .btn a:hover {
  background-color: #3a54a4;
  color: #fff;
  opacity: 1;
}

p:not([class]) {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.9;
}

.title-label {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}

.fadeUpTrigger {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeUpTrigger.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loadUp {
  -webkit-animation-name: loadUpAnime;
          animation-name: loadUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes loadUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loadUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loadfadeUp {
  opacity: 0;
}
/*# sourceMappingURL=internship.css.map */
