main a:not(.career-btm) {
  color: #333;
  transition: opacity 0.2s ease;
}
main .section__title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  main .section__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
main .section__title-sub {
  margin-bottom: 2rem;
  font-weight: bold;
}
main .section__text {
  line-height: 2;
}
@media screen and (width <= 959px) {
  main .section__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
main .section__text-note {
  display: block;
  font-size: 0.875rem;
}
main section .contents-wrap {
  max-width: 1480px;
}
main #lead-section p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20vh;
}
main #lead-section p span {
  padding-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: #ccc;
}
main #title-section h1 {
  background-image: url("/images/internship/title-pc.jpg");
}
main #title-section h1 span {
  font-size: 68px;
}
main #title-section h1 span .sub-title {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
}
@media screen and (width <= 959px) {
  main #title-section h1 span .sub-title {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}
main #title-section h1 em {
  padding-bottom: 0.5em;
  font-size: 24px;
}
main #title-section h1.title-oneday {
  background-image: url("/images/internship/oneday-pc.jpg");
}
@media screen and (width <= 959px) {
  main #title-section h1.title-oneday {
    background-image: url("/images/internship/oneday-sp.jpg");
  }
}
main #title-section h1.title-fivedays {
  background-image: url("/images/internship/fivedays-pc.jpg");
}
@media screen and (width <= 959px) {
  main #title-section h1.title-fivedays {
    background-image: url("/images/internship/fivedays-sp.jpg");
  }
}
@media screen and (width <= 959px) {
  main #title-section h1 {
    background-image: url("/images/internship/title-sp.jpg");
    background-position: top;
  }
  main #title-section h1 span {
    font-size: 2rem;
    line-height: 36px;
  }
  main #title-section h1 em {
    font-size: 1rem;
  }
}
main #title-section .breadcrumb-wrap {
  margin-bottom: 5px;
}
@media screen and (width <= 959px) {
  main #title-section .breadcrumb-wrap {
    font-size: 0.625rem;
  }
}
main .internship-nav-pc {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  width: 100%;
  padding: 1.5rem 0;
  margin: auto;
  background: #fff;
  box-shadow: 0 7px 7px 7px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
}
main .internship-nav-pc .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (width <= 1559px) {
  main .internship-nav-pc .nav {
    padding: 0 1rem;
  }
}
main .internship-nav-pc .nav .career-btm {
  display: block;
  width: 180px;
  padding: 1em;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 100vh;
}
main .internship-nav-pc .nav .career-btm::after {
  right: 1rem;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}
main .internship-nav-pc .nav-wrap {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
main .internship-nav-pc .nav-wrap a {
  position: relative;
  margin-right: 3rem;
  font-size: 1rem;
}
main .internship-nav-pc .nav-wrap a span {
  font-size: 0.75rem;
}
main .internship-nav-pc .nav-wrap a::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #10069f;
  transform: scale(0, 1);
  transform-origin: center right;
  transition: transform 0.2s ease;
}
main .internship-nav-pc .nav-wrap a:hover::before {
  transform: scale(1, 1);
  transform-origin: center left;
}
main .internship-nav-pc .nav-wrap a:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -1.5em;
  bottom: 0;
  width: 1px;
  height: 48px;
  margin: auto;
  content: "";
  background: #d6d6d6;
}
@media screen and (width <= 1365px) {
  main .internship-nav-pc .nav-wrap a {
    margin-right: 2rem;
    font-size: 0.9rem;
  }
  main .internship-nav-pc .nav-wrap a:not(:last-child)::after {
    right: -1em;
  }
}
@media screen and (width <= 1024px) {
  main .internship-nav-pc .nav-wrap a {
    font-size: 0.85rem;
  }
}
@media screen and (width <= 479px) {
  main .internship-nav-pc {
    display: none;
  }
}
main .internship-nav-sp {
  display: none;
}
@media screen and (width <= 479px) {
  main .internship-nav-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 4.2vw;
    margin: auto;
    background: url("../images/internship/section-bg05.png");
    box-shadow: 0 7px 7px 7px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s ease;
  }
  main .internship-nav-sp .career-btm {
    position: relative;
    width: 160px;
    padding: 0.75rem 0;
    margin-left: 0.5rem;
    border-radius: 100vh;
  }
  main .internship-nav-sp .career-btm::after {
    position: absolute;
    top: 0;
    right: 0.75rem;
    bottom: 0;
    width: 8px;
    height: 100%;
    margin: auto;
    content: "";
    background: url("../images/internship/icon-link-w.svg") no-repeat center/contain;
  }
  main .internship-nav-sp .top-btm {
    position: relative;
    width: 160px;
    padding: 0.75rem 0;
    margin-right: 0.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #10069f;
    border-radius: 100vh;
  }
  main .internship-nav-sp .top-btm span {
    font-size: 1rem;
    font-weight: bold;
    color: #10069f;
  }
  main .internship-nav-sp .top-btm::after {
    position: absolute;
    top: 0;
    right: 0.5rem;
    bottom: 0;
    width: 8px;
    height: 100%;
    margin: auto;
    content: "";
    background: url("../images/internship/icon-link-blue.svg") no-repeat center/contain;
  }
}
main .anchornav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  border-top: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  opacity: 0;
  transition: top 0.2s, all 0.3s ease;
}
main .anchornav-wrap .slick-wrap {
  width: 100vw;
}
@media screen and (width <= 479px) {
  main .anchornav-wrap .slick-wrap {
    display: flex;
    align-items: center;
  }
}
main .anchornav-wrap .slick-wrap p,
main .anchornav-wrap .slick-wrap a {
  width: 150px !important;
  padding: 1rem 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
  transition: font-size 0.1s;
}
main .anchornav-wrap .slick-wrap .slick-current p {
  font-size: 15px;
}
main .anchornav-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
}
main .anchornav-wrap.touch::after {
  z-index: 10;
  visibility: inherit;
}
main .anchornav-wrap .anchornav__list {
  width: 100vw;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
main .anchornav-wrap .anchornav__list::-webkit-scrollbar {
  display: none;
}
main .anchornav-wrap .anchornav__list ul {
  display: flex;
  justify-content: center;
}
main .anchornav-wrap .anchornav__list ul li a {
  display: inline-block;
  width: 150px !important;
  padding: 1rem 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
}
main .anchornav-wrap .anchornav__list ul li.current a {
  font-size: 15px;
}
main .overview .contents-wrap {
  padding-top: 1.75rem;
}
@media screen and (width <= 959px) {
  main .overview .contents-wrap {
    padding-bottom: 4.375rem;
  }
}
main .overview__title {
  margin-bottom: 1rem;
  font-size: 2.8125rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  main .overview__title {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
main .overview__title-sub {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  main .overview__title-sub {
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }
  main .overview__title-sub span {
    display: none;
  }
}
main .overview__text {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
}
main .overview__text .bold {
  font-weight: bold;
}
main .overview__text .bold .blue {
  color: #1208a1;
}
@media screen and (width <= 959px) {
  main .overview__text {
    margin-bottom: 4.375rem;
    font-size: 1rem;
  }
}

.schedule {
  margin-bottom: 7.5rem;
}
.schedule h3 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.schedule table {
  width: 100%;
  max-width: 1480px;
  margin-bottom: 0.5rem;
}
.schedule table,
.schedule table td {
  border: 1px solid #707070;
}
.schedule table td {
  width: 40%;
  padding: 0.5rem;
  vertical-align: middle;
  text-align: center;
}
.schedule table td:first-child {
  width: 20%;
  font-size: 0.875em;
}
@media screen and (width <= 959px) {
  .schedule table td:first-child {
    width: 25%;
    font-size: 0.75em;
  }
}
@media screen and (width <= 959px) {
  .schedule table td {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
}
.schedule__title-sub {
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  .schedule {
    margin-bottom: 4.375rem;
  }
  .schedule h3 {
    margin-bottom: 1.5rem;
  }
  .schedule .schedule__title-sub {
    font-size: 1.125em;
  }
}

.flow h3 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  .flow h3 {
    margin-bottom: 1.5rem;
  }
}
.flow__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width <= 959px) {
  .flow__list {
    display: block;
  }
}
.flow__list li {
  position: relative;
  width: calc((100% - 5rem) / 3);
  min-height: 240px;
  padding: 1.25rem;
  background-color: #f2f2f2;
}
.flow__list li:not(:last-child) {
  margin-right: 2.5rem;
}
.flow__list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2f2f2;
  transform: translateY(-50%);
}
@media screen and (width <= 959px) {
  .flow__list li:not(:last-child)::after {
    inset: auto auto -16px 50%;
    border-top: 16px solid #f2f2f2;
    border-right: 16px solid transparent;
    border-bottom: none;
    border-left: 16px solid transparent;
    transform: translateX(-50%);
  }
}
@media screen and (width <= 1024px) {
  .flow__list li:not(:last-child) {
    margin: 0 2rem 2rem 0;
  }
}
.flow__list li .career-btm {
  max-width: 280px;
  height: 50px;
  margin: 16px auto 0;
  font-size: 18px;
}
.flow__list li .career-btm::after {
  right: 16px;
  width: 8px;
}
@media screen and (width <= 959px) {
  .flow__list li .career-btm {
    transform: scale(1);
  }
}
.flow__list li .flow__list-title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: bold;
}
.flow__list li .flow__list-title span {
  margin-right: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
}
.flow__list li .flow__list-title span strong {
  font-size: 1.75rem;
  font-weight: normal;
}
@media screen and (width <= 959px) {
  .flow__list li .flow__list-title span strong {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 959px) {
  .flow__list li .flow__list-title span {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 959px) {
  .flow__list li .flow__list-title {
    font-size: 1.125rem;
  }
}
.flow__list li .flow__list-text {
  line-height: 1.7;
}
@media screen and (width <= 959px) {
  .flow__list li .flow__list-text {
    font-size: 0.875rem;
  }
}
.flow__list li .flow__list-text-tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: #666;
}
.flow__list li:last-child .flow__list-text:last-child {
  margin-top: 1rem;
}
@media screen and (width <= 1024px) {
  .flow__list li {
    width: calc((100% - 4rem) / 2);
  }
  .flow__list li:last-child {
    width: 100%;
    min-height: auto;
    padding-bottom: 1.5rem;
  }
}
@media screen and (width <= 959px) {
  .flow__list li {
    width: 100%;
    min-height: auto;
    padding-bottom: 1.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .flow__list li:last-child {
    margin-bottom: 0;
  }
}

.course {
  margin-bottom: 7.5rem;
}
.course h3 {
  width: 1160px;
  margin: 0 auto 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (width <= 1365px) {
  .course h3 {
    width: 100%;
    padding: 0 8.3333vw;
  }
}
@media screen and (width <= 959px) {
  .course h3 {
    padding: 0 4.2vw;
    margin-bottom: 1.5rem;
  }
}
.course__wrap {
  background: url("../images/internship/section-bg02.png") repeat;
}
@media screen and (width <= 959px) {
  .course__wrap {
    background: url("../images/internship/section-bg01.png") repeat;
  }
}
.course__wrap .contents-wrap {
  padding-top: 3.75rem;
  padding-bottom: 0.5rem;
}
@media screen and (width <= 959px) {
  .course__wrap .contents-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.course__heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (width <= 959px) {
  .course__heading-wrap {
    display: block;
    margin-bottom: 2rem;
  }
}
.course h4 {
  font-size: 3.125rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  .course h4 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.course__icon-wrap {
  display: flex;
}
.course__icon-wrap li {
  position: relative;
  width: 103px;
  height: 103px;
  margin-right: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.course__icon-wrap li.online span {
  letter-spacing: -1px;
}
.course__icon-wrap li span {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  margin: auto;
}
.course__icon-wrap li span strong {
  font-size: 1.5em;
}
.course__icon-wrap li::before {
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
}
.course__icon-wrap li.time::before {
  background: url("/images/internship/icon_time.svg") no-repeat center/contain;
}
.course__icon-wrap li.online::before {
  background: url("/images/internship/icon_online.svg") no-repeat center/contain;
}
.course__icon-wrap li.place::before {
  background: url("/images/internship/icon_place.svg") no-repeat center/contain;
}
.course__icon-wrap li.dice::before {
  background: url("/images/internship/icon_dice.svg") no-repeat center/contain;
}
.course__icon-wrap li.document::before {
  background: url("/images/internship/icon_document.svg") no-repeat center/contain;
}
.course__icon-wrap li.people01::before {
  background: url("/images/internship/icon_people01.svg") no-repeat center/contain;
}
.course__icon-wrap li.people02::before {
  background: url("/images/internship/icon_people02.svg") no-repeat center/contain;
}
@media screen and (width <= 959px) {
  .course__icon-wrap {
    justify-content: center;
  }
  .course__icon-wrap li {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.75rem;
  }
  .course__icon-wrap li span {
    bottom: 0.5rem;
  }
  .course__icon-wrap li::before {
    top: 0.5rem;
    width: 20px;
    height: 20px;
  }
  .course__icon-wrap li:last-child {
    margin-right: 0;
  }
}
.course__card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 120px;
  justify-content: center;
}
.course__card-wrap a {
  position: relative;
  display: block;
  width: 520px;
  margin-bottom: 3.75rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.course__card-wrap a:hover .course__title::before {
  transform: scale(1.1);
}
.course__card-wrap a .course__title {
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.course__card-wrap a .course__title::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.course__card-wrap a .course__title::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease-out;
}
.course__card-wrap a .course__title-system01::before {
  background: url("/images/internship/system01.jpg") no-repeat center/cover;
}
.course__card-wrap a .course__title-system02::before {
  background: url("../../images/interview/staff20/02.jpg") no-repeat center/cover;
}
.course__card-wrap a .course__title-leisure::before {
  background: url("/images/internship/leisure.jpg") no-repeat center/cover;
}
.course__card-wrap a .course__title-inbound::before {
  background: url("/images/internship/inbound.jpg") no-repeat center/cover;
}
.course__card-wrap a .course__title-business::before {
  background: url("/images/internship/business.jpg") no-repeat center/cover;
}
.course__card-wrap a .course__title-oneday::before {
  background: url("/images/internship/oneday.jpg") no-repeat center/cover;
}
.course__card-wrap a .course__title h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.course__card-wrap a .course__title h5 span {
  display: block;
  width: fit-content;
  padding: 0.375rem 1rem;
  margin: 1.5rem auto 0;
  font-size: 1.25rem;
  font-weight: normal;
  border: 1px solid #fff;
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__title h5 span {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}
.course__card-wrap a .course__title h5 em {
  display: block;
  font-size: 1.5rem;
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__title h5 em {
    font-size: 1.375rem;
  }
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__title h5 {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 479px) {
  .course__card-wrap a .course__title {
    height: 200px;
  }
}
.course__card-wrap a .course__text {
  padding: 1.5rem 1.5rem 1rem;
}
.course__card-wrap a .course__text h6 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__text h6 {
    font-size: 1rem;
  }
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__text {
    padding: 1rem;
  }
}
.course__card-wrap a .course__text-intro {
  margin-bottom: 3.5rem;
  line-height: 1.7;
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__text-intro {
    margin-bottom: 1rem;
  }
}
.course__card-wrap a .course__text-tag {
  position: absolute;
  bottom: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 3rem);
  font-size: 0.875rem;
}
.course__card-wrap a .course__text-tag ul {
  display: flex;
  margin-top: 0.5rem;
}
.course__card-wrap a .course__text-tag ul li {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}
.course__card-wrap a .course__text-tag ul li:first-child {
  color: #009cc3;
  border: 1px solid #009cc3;
}
.course__card-wrap a .course__text-tag ul li:last-child {
  color: #ffad09;
  border: 1px solid #ffad09;
}
@media screen and (width <= 959px) {
  .course__card-wrap a .course__text-tag {
    position: relative;
    bottom: 0;
    display: block;
    width: auto;
  }
  .course__card-wrap a .course__text-tag p {
    padding-top: 0.5rem;
    text-align: right;
  }
}
@media screen and (width <= 1365px) {
  .course__card-wrap a {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (width <= 959px) {
  .course__card-wrap a {
    width: 100%;
    margin-bottom: 3.75rem;
  }
  .course__card-wrap a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (width <= 959px) {
  .course__card-wrap {
    display: block;
  }
}

.note .contents-wrap {
  padding-top: 0;
}
@media screen and (width <= 959px) {
  .note .contents-wrap {
    margin-bottom: 1.375rem;
  }
}
.note h3 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  .note h3 {
    margin-bottom: 1.5rem;
  }
}
.note ul li {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.note ul li h4 {
  font-weight: bold;
}

.requirements {
  padding-top: 24px;
  margin-top: -24px;
}
.requirements__title {
  background: url("../images/internship/section-bg02.png") repeat;
}
.requirements__title .contents-wrap {
  padding-top: 3.75rem;
  padding-bottom: 2.8125rem;
  margin: 1.75rem auto 7.5rem;
}
@media screen and (width <= 959px) {
  .requirements__title .contents-wrap {
    padding-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 4.375rem;
  }
}
@media screen and (width <= 959px) {
  .requirements__title {
    background: url("../images/internship/section-bg01.png") repeat;
  }
}
.requirements__title-wrap {
  display: flex;
  justify-content: space-between;
}
.requirements__title-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.requirements__title-wrap img[src="images/system01.jpg"] {
  object-position: -170px;
}
.requirements__title-wrap img[src="images/system02.jpg"] {
  object-position: -65px;
}
@media screen and (width <= 959px) {
  .requirements__title-wrap img {
    width: 110%;
    height: 200px;
    margin: 0 calc(50% - 50vw) 1rem;
  }
}
.requirements__title-wrap .requirements__title-text {
  width: calc(100% - 430px);
}
.requirements__title-wrap .requirements__title-text h2 {
  margin-bottom: 0.5rem;
  font-size: 2.8125rem;
  font-weight: bold;
}
.requirements__title-wrap .requirements__title-text h2 span {
  display: block;
  font-size: 2rem;
}
@media screen and (width <= 959px) {
  .requirements__title-wrap .requirements__title-text h2 span {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 959px) {
  .requirements__title-wrap .requirements__title-text h2 {
    font-size: 1.8rem;
  }
}
.requirements__title-wrap .requirements__title-text .requirements__title-sub {
  font-size: 1.5rem;
  font-weight: bold;
}
.requirements__title-wrap .requirements__title-text .requirements__title-sub span {
  display: block;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0.75rem 0 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #000;
}
@media screen and (width <= 959px) {
  .requirements__title-wrap .requirements__title-text .requirements__title-sub span {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (width <= 959px) {
  .requirements__title-wrap .requirements__title-text .requirements__title-sub {
    font-size: 1.25rem;
  }
}
.requirements__title-wrap .requirements__title-text ul li {
  display: flex;
  padding: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.requirements__title-wrap .requirements__title-text ul li::before {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0.5em 0.75rem 0.5em 0;
  content: "";
  background-color: #ccc;
  border-radius: 50%;
}
@media screen and (width <= 959px) {
  .requirements__title-wrap .requirements__title-text ul li {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 959px) {
  .requirements__title-wrap .requirements__title-text {
    width: 100%;
  }
}
@media screen and (width <= 959px) {
  .requirements__title-wrap {
    display: block;
  }
}
.requirements__list-wrap .contents-wrap {
  padding-top: 0;
  padding-bottom: 7.5rem;
}
@media screen and (width <= 959px) {
  .requirements__list-wrap .contents-wrap {
    padding-bottom: 4.375rem;
  }
}
.requirements__list-wrap h3 {
  margin-bottom: 1.5rem;
}
@media screen and (width <= 959px) {
  .requirements__list-wrap h3 {
    margin-bottom: 0.5rem;
  }
}
.requirements__list-wrap .requirements__list-item {
  padding: 1rem 0;
  font-size: 1.25rem;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
}
.requirements__list-wrap .requirements__list-item:last-child {
  border: none;
}
.requirements__list-wrap .requirements__list-item h4 {
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (width <= 959px) {
  .requirements__list-wrap .requirements__list-item h4 {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 959px) {
  .requirements__list-wrap .requirements__list-item {
    font-size: 1rem;
  }
}
.requirements__list-wrap .requirements__list-item-list li {
  display: flex;
}
.requirements__list-wrap .requirements__list-item-list li::before {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0.5em 0.75rem 0.5em 0;
  content: "";
  background-color: #ccc;
  border-radius: 50%;
}

#inbound .requirements__title-wrap img {
  object-position: 35%;
}

#leisure .requirements__title-wrap img,
#business .requirements__title-wrap img {
  object-position: 80%;
}

#oneday .requirements__title-wrap img {
  object-position: 90%;
}

.alert-text {
  font-size: 1rem;
  font-weight: bold;
  color: #cf3700;
}
@media screen and (width <= 959px) {
  .alert-text {
    font-size: 0.875rem;
  }
}

.navi-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navi-wrap a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 25%;
  max-width: 480px;
  height: 20vw;
  max-height: 480px;
  padding-top: 0;
  overflow: hidden;
  text-decoration: none;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: none;
}
.navi-wrap a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff no-repeat center/cover;
}
@media screen and (width >= 960px) {
  .navi-wrap a::before {
    transition: transform 0.3s ease;
  }
}
.navi-wrap a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}
.navi-wrap a h3 span {
  display: block;
  padding: 1.25rem;
  font-size: 0.6em;
  font-weight: normal;
}
.navi-wrap a p {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 2rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.navi-wrap a:nth-of-type(1) {
  border-right: none;
}
@media screen and (width >= 960px) {
  .navi-wrap a:hover::before {
    transform: scale(1.05);
  }
}
.navi-wrap .recruitinfo-link {
  width: 33.3333%;
  max-width: 480px;
  height: 45.8vw;
  max-height: 480px;
  border-right: #fff 1px solid !important;
  border-left: none;
}
.navi-wrap .recruitinfo-link::before {
  background-image: url("/images/internship/nav01.jpg");
  background-repeat: no-repeat;
}
.navi-wrap .recruitinfo-link .nav-tag {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  padding: 16px;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  transform: translateX(-50%);
}
.navi-wrap .recruitinfo-link .close {
  border: 1px solid #fff;
}
.navi-wrap .recruitinfo-link:nth-of-type(2)::before {
  background-image: url("../../images/interview/staff20/02.jpg");
}
.navi-wrap .recruitinfo-link:nth-of-type(3)::before {
  background-image: url("/images/internship/nav02.jpg");
}
@media (width <= 768px) {
  .navi-wrap .recruitinfo-link {
    width: 50% !important;
    height: 45.8vw;
    border-right: none !important;
    border-bottom: #fff 1px solid;
  }
  .navi-wrap .recruitinfo-link h3 {
    font-size: 1rem;
  }
  .navi-wrap .recruitinfo-link h3 span {
    padding: 0.5rem;
    font-size: 0.625em;
  }
  .navi-wrap .recruitinfo-link p {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .navi-wrap .recruitinfo-link .nav-tag {
    bottom: 15px;
    padding: 5px 10px;
    font-size: 0.5em;
  }
}
