@charset "utf-8";



/* HERO */
#common-hero {
  background: url("../../recruitment/img/ttl_bg.jpg") no-repeat center center / cover;
}

/* intern */
.contents {
  background: #fff;
}
.contents .section {
  position: relative;
  padding: 60px 0 0;
}
.contents #intern {
  margin-bottom: 150px;
}
.contents #intern .btn-mypage {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding: 10px 30px 10px 15px;
  border-radius: 5px;
  background: #ffef00;
  font-weight: bold;
}
.contents #intern .btn-mypage:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top:3px #000 solid;
  border-right:3px #000 solid;
}

.contents .section:before {
  display: block;
  content: "";
  position: absolute;
  top: 260px;
  width: calc(50vw + 490px);
  height: 100%;
  background: #f5f5f5;
}
.contents #intern:before {
  right:0;
  height: calc(100% - 180px);
}

.contents h2 {
  line-height: 1.3;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  font-style: italic;
}
.contents h2:after {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  margin: 15px auto 0;
  background: #55c2f0;
}
.contents .block {
  position: relative;
  margin: 0 auto 230px;
}
.contents .block figure img {
  display: block;
  max-width: 780px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.contents .block .data {
  position: absolute;
  top:85%;
  right:0;
  max-width: calc(50vw + 320px);
  width: calc(50vw + 38%);
  padding: 25px 0 45px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.15);
  -moz-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.15);
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.15);
}
.contents .block .data h3 {
  display: inline-block;
  margin: 0 0 25px -20px;
  padding: 12px 50px;
  background: #ffef00;
  font-size: 35px;
}
.contents .block .data .text {
  line-height: 2;
  padding: 0 45px;
  font-size: 18px;
}
.shadow-box {
  position: relative;
  max-width: 840px;
  width: 75vw;
  margin: 0 auto;
  padding: 45px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.15);
  -moz-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.15);
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.15);
  z-index: 1;
}
.caution {
  position: relative;
  line-height: 1.5;
  margin-bottom: 15px;
  /*padding: 20px;
  background: #ffafa2;*/
  color: #d70c0c;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
#intern .intoro {
    line-height: 1.7;
    margin-bottom: 50px;
    text-align: center;
}
#intern .intoro span {
    display: inline-block;
}
#intern .course {
    position: relative;
    max-width: 840px;
    width: 75vw;
    margin: 0 auto 50px;
}
#intern .course .course-ttl {
    margin-bottom: 10px;
    padding: 8px 10px;
    background-color: #55c2f0;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
#intern .course ul {
    display: flex;
    justify-content: space-between;
}
#intern .course ul li {
    width: 32.5%;
    height: 80px;
    background-color: #ffef00;
}
#intern .course ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}
#intern .course .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
}
#intern .course .icon img {
    width: 34px;
}
#intern .course .text {
    flex: 1;
    line-height: 1.2;
    padding: 0 15px;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
}
#intern .course .text strong {
    display: inline-block;
    font-size: 1.25em;
}
#intern .course .text small {
    display: inline-block;
}
.shadow-box table {
  width: 100%;
}
.shadow-box table th, .shadow-box table td {
  line-height: 1.7;
  padding: 20px;
  background: #ecf9ff;
}
.shadow-box table tr:nth-child(odd) th, .shadow-box table tr:nth-child(odd) td {
  background: #c6eeff;
}
.shadow-box table th {
  width: 200px;
  font-weight: bold;
}
.shadow-box table td strong {
  font-weight: bold;
}
.shadow-box table td .date {
  display: block;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
}
.shadow-box table td dl dt {
  font-weight: 600;
}
.shadow-box table td .end {
  color: #d91818;
  font-weight: bold;
}
.shadow-box table td ul li {
    position: relative;
    padding-left: 20px;
}
.shadow-box table td ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}



@media all and (max-width: 1200px) {
.contents .section:before {
  width: 70vw;
}
}


@media all and (max-width: 812px) {
  .contents h2 {
    margin-bottom: 40px;
    font-size: min(4.8vw, 30px);
  }
  .contents h2:after {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    margin: 15px auto 0;
    background: #55c2f0;
  }
  .contents .block {
    margin: 0 auto 180px;
  }
  .contents .block .data {
    width: calc(50vw + 39%);
    padding: 3.5% 0 30px;
  }
  .contents .block .data h3 {
    margin: 0 0 15px -10px;
    padding: 12px 25px;
    font-size: 20px;
  }
  .contents .block .data .text {
    padding: 0 7%;
    font-size: 14px;
  }
  .shadow-box {
    width: 100vw;
    padding: 6%;
  }
  .shadow-box .caution {
    /*padding: 15px 10px;*/
    font-size: 0.938em;
  }
  .coming {
    width: 100vw;
    margin-bottom: 20px;
    font-size: 0.938em;
  }
  .caution {
    font-size: 0.938em;
  }
  .shadow-box table th, .shadow-box table td {
    display: block;
    width: 100%;
    line-height: 1.7;
    padding: 15px 5%;
    font-size: 0.875em;
  }
  .shadow-box table th {
    padding: 15px 5% 0;
  }  
  .shadow-box table th:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 10px auto 0;
  }  
  .shadow-box table td dl {
    margin-bottom: 20px;
  }

  #intern .intoro {
    font-size: 0.938em;
    text-align: left;
  }
  #intern .intoro span {
    display: inline;
  }
  #intern .course {
    width: 90vw;
    margin: 0 auto 50px;
  }
  #intern .course .course-ttl {
    font-size: 20px;
  }
  #intern .course ul li {
    height: 70px;
  }
  #intern .course .icon {
    width: 50px;
    height: 50px;
  }
  #intern .course .icon img {
    width: 30px;
  }
  #intern .course .text {
    font-size: 1em;
  }
}



@media all and (max-width: 480px) {
  .contents h2 {
    margin-bottom: 30px;
    font-size: min(4.8vw, 23px);
  }
  #intern .course {
    margin-bottom: 20px;
  }
  #intern .course ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  #intern .course ul li {
    width: 49%;
    height: 56px;
    margin-bottom: 2%;
  }
  #intern .course ul li:first-child {
    margin-right: 2%;
  }
  #intern .course .icon {
    width: 40px;
    height: 40px;
  }
  #intern .course .icon img {
    width: 24px;
  }
  #intern .course .text {
    font-size: 0.875em;
  }
}




































