@charset "UTF-8";

body {
  color: #000000;
}

.blue_dark {
  color: #3a4e87;
  font-weight: 600;
}

h5 {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}

h3 {
  font-size: 24px;
  color: #3a4e87;
  letter-spacing: 2.88px;
}

.page_title_area {
  background: url(../img/main_intern.jpg) no-repeat !important;
  background-size: cover !important;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.top_title {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
}

.top_title h3 {
  font-weight: bold;
  line-height: 18px;
}

.strange_line {
  width: 0;
  height: 30px;
  border-left: 1px solid #000000;
  margin: 0 auto 40px;
}

.images_area {
  margin-bottom: 80px;
}

.long_text_intership {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 80px;
  line-height: 30px;
}

.special_text {
  text-decoration: underline;
  color: #3a4e87;
}

.mainContent .saiyou_btn_area {
  border: none;
  height: 70px;
  margin-bottom: 30px;
}

.internship_note {
  display: flex;
  justify-content: center;
  text-align: center;
  letter-spacing: 1.2px;
  color: #333333;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 160px;
}

.images_area {
  justify-content: space-between;
}

.images_area div {
  flex: 0 0 31.333333%;
  max-width: 368px;
}

@media print, screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }

  .page_title_area {
    padding: 61px 0 41px;
    background: url(../img/main_intern_sp.jpg) no-repeat !important;
    background-size: cover !important;
  }

  .page_title_sub {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .page_title::after {
    width: 53.333%;
  }

  .top_title {
    padding-top: 60px;
    padding-bottom: 18px;
  }

  .strange_line {
    height: 22px;
    margin-bottom: 40px;
  }

  .images_area {
    flex-direction: column;
    align-items: center;
  }

  .images_area div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .images_area {
    margin-bottom: 0;
  }

  .long_text_intership {
    text-align: left;
    margin-bottom: 57px;
  }

  .internship_note {
    font-size: 14px;
    margin: 0 auto 80px;
    line-height: 24px;
    max-width: 305px;
    text-align: left;
  }

  .mainContent .saiyou_btn_area {
    height: 50px;
    max-width: 305px;
  }

  .saiyou_btn_text {
    font-weight: bold;
  }
}

.catchcopy {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.catchcopy + .catchcopy {
  margin-top: 30px;
}
.tag {
  color: #333;
  border: 1px solid #333;
  padding: 2px 10px;
  display: inline-block;
}
