@charset "utf-8";


/*------------------------------------------------
internship
------------------------------------------------*/

.internship-text {
  margin: 25px 0 0;
}

.internship-list {
  margin: 25px auto;
  width: 100%;
  max-width: 500px;
}

.internship-item-detail-text {
  margin: 25px 0;
  text-align: justify;
}

.internship-item-detail-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 25px auto;
  overflow: hidden;
  box-shadow: 5px 5px 0 #2c4390;
}
.internship-item-detail-img > img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {

  .internship-text {
    text-align: center;
    margin: 70px 0 0;
  }

  .internship-list {
    width: 100%;
    max-width: inherit;
  }

  .internship-item-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .internship-item-detail:nth-of-type(1) {
    flex-direction: row-reverse;
  }

  .internship-item-detail-text {
    width: calc(100% - 390px);
    font-size: 2rem;
  }

  .internship-item-detail-img {
    width: 340px;
    height: 340px;
    margin: 0;
  }
  .internship-item-detail-img > img {
    width: 100%;
  }
}



.contact-link {
  width: 80%;
  margin: 50px auto;
}

.contact-link-button {
  color: #2c4390;
  background-image: url(../../../images/recruit/internship/contact_link_bg.jpg);
  background-size: cover;
  box-shadow: 2px 2px 0 #91a9d6;
  height: 100%;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: "Noto serif JP", serif;
  text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1), 0 0 15px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 45px rgba(255,255,255,1);
  position: relative;
}

.contact-link-button::before {
  content: "";
  display: block;
  border: 3px solid #2c4390;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}

.contact-link-button::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(44, 67, 144, 0) rgba(44, 67, 144, 1) rgba(44, 67, 144, 1) rgba(44, 67, 144, 0);
  position: absolute;
  bottom: 12px;
  right: 12px;
}


@media print, screen and (min-width: 769px) {
  .contact-link {
    width: 750px;
    height: 240px;
    margin: 100px auto;
  }
  .contact-link-button {
    padding-left: 50px;
    font-size: 5.3rem;
    justify-content: flex-start;
  }
  .contact-link-button::after {
    border-width: 8px;
  }
}
