.internship_container {
  background: #019df0;
  background-image: url("/cms/alpen-recruit-oc/img/internship/blue_pc_bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.internship_body {
  background: #019df0;
}
@media screen and (max-width: 767px) {
  .internship_body .l_inner {
    padding: 0 3.589743589743589vw;
  }
}
.internship_body .main_visual {
  aspect-ratio: 2.170087976539589;
}
@media screen and (max-width: 767px) {
  .internship_body .main_visual {
    aspect-ratio: 0.568513119533528;
  }
}
.internship_body .main_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.internship_intro_block {
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: bold;
  padding: 120px 540px 120px calc((160 / 1480) * 100%);
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .internship_intro_block {
    padding-left: 0;
    padding-right: 42.1875vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .internship_intro_block {
    overflow-x: hidden;
    margin: 0 -3.589743589743589vw;
    padding: 40px 0 56px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .internship_intro_block .txt {
    padding: 0 3.589743589743589vw;
  }
}
.internship_img {
  position: absolute;
  z-index: -1;
  width: 844px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: -60px;
}
.internship_img img {
  width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .internship_img {
    width: 61.25vw;
  }
}
@media screen and (max-width: 767px) {
  .internship_img {
    position: relative;
    width: 638px;
    height: 638px;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: -98px 0 -63px;
  }
}
.internship_contents {
  background: #fff;
  border-radius: 20px;
  padding: 64px 56px;
}
@media screen and (max-width: 1280px) {
  .internship_contents {
    padding: 64px 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .internship_contents {
    padding: 32px 2.564102564102564vw;
  }
}
.internship_contents + .internship_contents {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .internship_contents + .internship_contents {
    margin-top: 48px;
  }
}
.internship_contents .internship_head3:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #019df0;
}
.internship_contents .head3 {
  font-size: 36px;
  margin-bottom: 48px;
}
.internship_contents .head3:before {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .internship_contents .head3 {
    row-gap: 4px;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .internship_contents .head3:before {
    font-size: 16px;
  }
}
.internship_program_block + .internship_program_block {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .internship_program_block + .internship_program_block {
    margin-top: 40px;
  }
}
.internship_program_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 16px 0 32px;
}
.internship_program_nav a {
  font-weight: bold;
  padding-right: 24px;
  font-size: 14px;
  line-height: 16px;
  background-image: url("/cms/alpen-recruit-oc/img/internship/black_nav.png");
  background-size: 16px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.internship_program_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .internship_program_grid {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .internship_program_grid {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
  }
}
@media screen and (max-width: 960px) {
  .internship_program_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.internship_program_item {
  border-radius: 4px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .internship_program_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 12px;
  }
}
.internship_program_item img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  width: 10.54054054054054vw;
}
@media screen and (max-width: 1280px) {
  .internship_program_item img {
    width: 12.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .internship_program_item img {
    max-width: 156px;
  }
}
@media screen and (max-width: 767px) {
  .internship_program_item img {
    max-width: 25.64102564102564vw;
  }
}
.internship_program_item .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .internship_program_item .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.internship_program_item .txt {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .internship_program_item .txt {
    font-size: 14px;
  }
}
.internship_program_item .c_toggle_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  gap: 12px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .internship_program_item .c_toggle_link {
    font-size: 14px;
    margin-top: 10px;
    gap: 10px;
  }
}
.internship_program_item .c_toggle_link .btn {
  width: 42px;
  height: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .internship_program_item .c_toggle_link .btn {
    width: 32px;
    height: 14px;
  }
}
.internship_program_item .c_toggle_link:hover {
  opacity: 0.5;
}
.internship_program_item .c_toggle_link:hover .btn {
  background: #fff;
}
.internship_program_item .c_toggle_link:hover .btn:before {
  background-image: url("/cms/alpen-recruit-oc/img/common/black_toggle.png");
}
#program .internship_program_item {
  color: #fff;
}
#program .internship_program_item:nth-of-type(1) {
  background: #24df99;
}
#program .internship_program_item:nth-of-type(2) {
  background: #e96160;
}
#program .internship_program_item:nth-of-type(3) {
  background: #019df0;
}
#program .internship_program_item:nth-of-type(4) {
  background: #a764ca;
}
#program .internship_program_item:nth-of-type(5) {
  background: #faa509;
}
#session .internship_program_item:nth-of-type(1) {
  background: #e9ecfb;
}
#session .internship_program_item:nth-of-type(1) .ttl {
  color: #6d58ba;
}
#session .internship_program_item:nth-of-type(2) {
  background: #fff8d5;
}
#session .internship_program_item:nth-of-type(2) .ttl {
  color: #e0a609;
}
#session .internship_program_item:nth-of-type(3) {
  background: #e5ffe7;
}
#session .internship_program_item:nth-of-type(3) .ttl {
  color: #62c751;
}
#session .internship_program_item:nth-of-type(4) {
  background: #fceaf0;
}
#session .internship_program_item:nth-of-type(4) .ttl {
  color: #eb4d8a;
}
#session .internship_program_item:nth-of-type(5) {
  background: #ddeaff;
}
#session .internship_program_item:nth-of-type(5) .ttl {
  color: #125ec4;
}
.internship_program_detail {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: 336px;
}
@media screen and (max-width: 960px) {
  .internship_program_detail {
    max-width: calc(100% - 156px);
  }
}
@media screen and (max-width: 767px) {
  .internship_program_detail {
    max-width: calc(100% - 100px);
  }
}
.internship_voice_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 28px;
}
@media screen and (max-width: 1280px) {
  .internship_voice_grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .internship_voice_grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .internship_voice_grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.internship_voice_item {
  position: relative;
  padding-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .internship_voice_item {
    padding-bottom: 28px;
  }
}
.internship_voice_item img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  width: 78px;
}
@media screen and (max-width: 767px) {
  .internship_voice_item img {
    width: 60px;
    right: 10px;
  }
}
.internship_voice_item:nth-of-type(1) .internship_comment,
.internship_voice_item:nth-of-type(2) .internship_comment,
.internship_voice_item:nth-of-type(3) .internship_comment {
  background: #08db8b;
}
.internship_voice_item:nth-of-type(1) .internship_comment:before,
.internship_voice_item:nth-of-type(2) .internship_comment:before,
.internship_voice_item:nth-of-type(3) .internship_comment:before {
  background-image: url("/cms/alpen-recruit-oc/img/internship/green_colon.png");
}
.internship_voice_item:nth-of-type(1) .internship_comment:after,
.internship_voice_item:nth-of-type(2) .internship_comment:after,
.internship_voice_item:nth-of-type(3) .internship_comment:after {
  background-image: url("/cms/alpen-recruit-oc/img/internship/green_toggle.png");
}
.internship_voice_item:nth-of-type(4) .internship_comment,
.internship_voice_item:nth-of-type(5) .internship_comment {
  background: #019df0;
}
.internship_voice_item:nth-of-type(4) .internship_comment:before,
.internship_voice_item:nth-of-type(5) .internship_comment:before {
  background-image: url("/cms/alpen-recruit-oc/img/internship/blue_colon.png");
}
.internship_voice_item:nth-of-type(4) .internship_comment:after,
.internship_voice_item:nth-of-type(5) .internship_comment:after {
  background-image: url("/cms/alpen-recruit-oc/img/internship/blue_toggle.png");
}
.internship_voice_item:nth-of-type(6) .internship_comment,
.internship_voice_item:nth-of-type(7) .internship_comment {
  background: #faa608;
}
.internship_voice_item:nth-of-type(6) .internship_comment:before,
.internship_voice_item:nth-of-type(7) .internship_comment:before {
  background-image: url("/cms/alpen-recruit-oc/img/internship/yellow_colon.png");
}
.internship_voice_item:nth-of-type(6) .internship_comment:after,
.internship_voice_item:nth-of-type(7) .internship_comment:after {
  background-image: url("/cms/alpen-recruit-oc/img/internship/orange_toggle.png");
}
.internship_voice_item:nth-of-type(5) .internship_comment {
  font-size: 15px;
}
.internship_comment {
  position: relative;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  font-size: 16px;
}
.internship_comment:before,
.internship_comment:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.internship_comment:before {
  width: 27px;
  height: 22px;
  top: -8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .internship_comment:before {
    right: 4px;
  }
}
.internship_comment:after {
  width: 20px;
  height: 20px;
  top: auto;
  right: 92px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .internship_comment:after {
    right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .internship_comment {
    padding: 28px 24px 0;
    min-height: 276px;
  }
}
@media screen and (max-width: 767px) {
  .internship_comment {
    font-size: 15px;
    padding: 28px 24px 24px;
  }
}
.internship_head2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .internship_head2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .internship_head2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .internship_head2 {
    padding: 0 3.589743589743589vw;
    margin: 0;
  }
}
.internship_detail_body {
  background: #08db8b;
  padding-top: 208px;
}
@media screen and (max-width: 767px) {
  .internship_detail_body {
    padding-top: 143px;
  }
}
.internship_detail_body .breadcrumb a {
  color: #fff;
}
.internship_detail_body .breadcrumb span {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .internship_detail_body .l_inner {
    padding: 0 3.589743589743589vw;
  }
}
.internship_detail_contents {
  border-radius: 20px;
  background: #fff;
  padding: 80px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .internship_detail_contents {
    padding: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .internship_detail_contents {
    padding: 38px 8.717948717948717vw 32px;
  }
}
@media screen and (min-width: 768px) {
  .internship_detail_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .internship_detail_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 40px;
  }
}
.internship_detail_row img {
  width: calc((400 / 1480) * 100vw);
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .internship_detail_row img {
    width: 100%;
    max-width: 100%;
  }
}
.internship_detail_row dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  padding: 16px 0;
  border-top: solid 1px #e6ebf0;
}
.internship_detail_row dl:last-of-type {
  border-bottom: solid 1px #e6ebf0;
}
@media screen and (max-width: 767px) {
  .internship_detail_row dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
}
.internship_detail_row dt {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .internship_detail_row dt {
    font-size: 14px;
  }
}
.internship_detail_row dd {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .internship_detail_row dd {
    font-size: 14px;
  }
}
.internship_detail_row .detail {
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .internship_detail_row .detail {
    max-width: 100%;
  }
}
.internship_detail_topics {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .internship_detail_topics {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .internship_detail_topics {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.internship_detail_topics .topic_ttl {
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0 12px;
}
@media screen and (max-width: 767px) {
  .internship_detail_topics .topic_ttl {
    font-size: 18px;
    margin: 12px 0 10px;
  }
}
.internship_detail_topics .txt {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .internship_detail_topics .txt {
    font-size: 15px;
  }
}
.internship_d_head2 {
  font-weight: bold;
  color: #08db8b;
  font-size: 36px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .internship_d_head2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.internship_head3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  gap: 12px;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .internship_head3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.internship_head3:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #08db8b;
  border-right: 0;
}
