.p-rec-intern {
  background-color: #ecefef;
}
.p-rec-intern-slide__imgbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-rec-intern-slide__imglist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: internSlide 40s linear infinite;
  animation: internSlide 40s linear infinite;
}
.p-rec-intern-slide__imgitem {
  margin-right: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-slide__imgitem {
    margin-right: 3.3rem;
  }
}
.p-rec-intern-slide__imgitem.--01 {
  aspect-ratio: 342/480;
  width: 45.6vw;
  margin-top: 4.6rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-slide__imgitem.--01 {
    width: 17.8125vw;
    margin-top: 9.2rem;
  }
}
.p-rec-intern-slide__imgitem.--02 {
  aspect-ratio: 456/650;
  width: 60.8vw;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-slide__imgitem.--02 {
    width: 23.75vw;
  }
}
.p-rec-intern-slide__imgitem.--03 {
  aspect-ratio: 342/536;
  width: 45.6vw;
  margin-top: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-slide__imgitem.--03 {
    width: 17.8125vw;
    margin-top: 5.2rem;
  }
}
.p-rec-intern-slide__imgitem.--04 {
  aspect-ratio: 522/540;
  width: 69.6vw;
  margin-top: 5.3rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-slide__imgitem.--04 {
    width: 27.1875vw;
    margin-top: 10.6rem;
  }
}
.p-rec-intern-slide__imgitem.--05 {
  aspect-ratio: 456/650;
  width: 60.8vw;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-slide__imgitem.--05 {
    width: 23.75vw;
  }
}
@-webkit-keyframes internSlide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes internSlide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
.p-rec-intern-course {
  position: relative;
  padding: 7rem 0 9rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course {
    padding: 11rem 0 14.5rem;
  }
}
.p-rec-intern-course::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(222, 237, 239, 0.65098)),
    to(rgb(209, 229, 231))
  );
  background: linear-gradient(
    90deg,
    rgba(222, 237, 239, 0.65098) 0%,
    rgb(209, 229, 231) 100%
  );
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.p-rec-intern-course__list {
  display: -ms-grid;
  display: grid;
  gap: 4rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__list {
    gap: 8rem 0;
  }
}
.p-rec-intern-course__item .item-ttl {
  position: relative;
  list-style: none;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border-top: 2px solid #172c6b;
  padding: 1rem 7rem 1rem 2rem;
  min-height: 8rem;
  place-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-ttl {
    font-size: 3.2rem;
    padding: 6rem 13rem 6rem 6rem;
  }
}
.p-rec-intern-course__item .item-posi {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-posi {
    font-size: 2.2rem;
  }
}
.p-rec-intern-course__item .item-mark {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background-color: #172c6b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-mark {
    width: 7rem;
    height: 7rem;
    right: 3rem;
  }
}
.p-rec-intern-course__item .item-mark::before,
.p-rec-intern-course__item .item-mark::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-mark::before,
  .p-rec-intern-course__item .item-mark::after {
    width: 2rem;
    height: 0.3rem;
  }
}
.p-rec-intern-course__item .item-mark::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-rec-intern-course__item[open] .item-mark::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-rec-intern-course__item .item-detail {
  position: relative;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-detail {
    margin-top: 3.4rem;
  }
}
.p-rec-intern-course__item .item-detail table {
  width: 100%;
}
.p-rec-intern-course__item .item-detail table tr {
  border-bottom: 1px solid #ccc;
}
.p-rec-intern-course__item .item-detail table tr:last-child {
  border-bottom: unset;
}
.p-rec-intern-course__item .item-detail table th {
  background-color: #172c6b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 26.6666666667%;
  padding: 1.5rem 1.5rem;
  place-content: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-detail table th {
    padding: 3.5rem 4.5rem;
  }
}
.p-rec-intern-course__item .item-detail table td {
  background-color: #fff;
  width: 73.3333333333%;
  padding: 1.5rem 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-detail table td {
    padding: 3.5rem 4.5rem;
  }
}
.p-rec-intern-course__item .item-detail table td h4 {
  position: relative;
  font-weight: 700;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-detail table td h4 {
    padding-left: 2rem;
  }
}
.p-rec-intern-course__item .item-detail table td h4::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9999px;
  background-color: #00b6c6;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-course__item .item-detail table td h4::before {
    top: 1rem;
  }
}
.p-rec-intern-course__item .item-detail table td p {
  line-height: 2.125 !important;
}
.p-rec-intern-flow {
  background-color: #fff;
  padding: 5rem 0 8rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow {
    padding: 14rem 0 17.5rem;
  }
}
.p-rec-intern-flow__list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__list {
    gap: 3rem 0;
  }
}
.p-rec-intern-flow__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 2rem auto;
  grid-template-columns: 8rem auto;
  gap: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__item {
    -ms-grid-columns: 17rem 8rem auto;
    grid-template-columns: 17rem auto;
    gap: 0 8rem;
  }
}
.p-rec-intern-flow__item .item-num-box {
  position: relative;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #172c6b;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  border: 2px solid #172c6b;
  display: -ms-grid;
  display: grid;
  place-content: center;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__item .item-num-box {
    font-size: 2.4rem;
    width: 17rem;
    height: 17rem;
    gap: 0.5rem 0;
  }
}
.p-rec-intern-flow__item .item-num-box::after {
  content: "";
  display: block;
  width: 2px;
  height: 4rem;
  background-color: #172c6b;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 0;
}
.p-rec-intern-flow__item:last-child .item-num-box::after {
  display: none;
}
.p-rec-intern-flow__item .item-num {
  font-family: "Archivo", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #172c6b;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__item .item-num {
    font-size: 5rem;
  }
}
.p-rec-intern-flow__item .item-txt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #172c6b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__item .item-txt {
    font-size: 3.2rem;
  }
}
.p-rec-intern-flow__item .item-txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__item .item-txt::after {
    bottom: -1.5rem;
  }
}
.p-rec-intern-flow__item:last-child .item-txt::after {
  display: none;
}
.p-rec-intern-flow__note {
  margin-top: 5rem !important;
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
.p-rec-intern-flow__note li {
  position: relative;
  padding-left: 1.5rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__note li {
    padding-left: 2rem !important;
  }
}
.p-rec-intern-flow__note li::before {
  content: "※";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-flow__note li::before {
    top: 0;
  }
}
.p-rec-intern-oubo {
  padding: 5rem 0 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-oubo {
    padding: 11rem 0 0;
  }
}
.p-rec-intern-oubo__btns {
  display: -ms-grid;
  display: grid;
  gap: 2rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-oubo__btns {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
  }
}
.p-rec-intern-oubo .c-btn {
  font-size: 1.6rem;
  min-height: 6rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-oubo .c-btn {
    font-size: 2.2rem;
    min-width: 100%;
    min-height: 10rem;
  }
}
.p-rec-intern-contact {
  padding: 5rem 0 3rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-contact {
    padding: 9rem 0 7rem;
  }
}
.p-rec-intern-contact__box {
  background-color: #fff;
  border: 1px solid #172c6b;
  margin-top: -1rem !important;
  padding: 3rem 3rem 4rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-contact__box {
    margin-top: -2rem !important;
    padding: 5rem 6rem 7rem !important;
  }
}
.p-rec-intern-contact__box .contact-ttl {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .p-rec-intern-contact__box .contact-ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-intern-contact__box .contact-ttl br {
    display: none;
  }
}
