@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#main_visual .container {
  height: 420px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main_visual .container {
    height: auto;
  }
}

#main_visual .container::before {
  content: "";
  background: linear-gradient(to bottom, #fff 50%, #333 50%);
  width: 1px;
  height: 90px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
  #main_visual .container::before {
    height: 60px;
  }
}

#main_visual .holder {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  #main_visual .holder {
    padding: 30px 0 65px;
  }
}

#main_visual .icon_row {
  display: flex;
  justify-content: center;
}

#main_visual .icon_row .icon {
  margin: 0;
}

#main_visual .icon_row .icon:not(:first-child) {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon_row .icon:not(:first-child) {
    margin-left: 8px;
  }
}

#main_visual .icon {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon {
    width: 50px;
    height: 50px;
  }
}

#main_visual .icon span {
  font-size: 13px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon span {
    font-size: 10px;
  }
}

#main_visual .icon._web i {
  font-size: 29px;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon._web i {
    font-size: 18px;
  }
}

#main_visual .icon._web span {
  margin: 8px 0 0;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon._web span {
    margin-top: 4px;
  }
}

#main_visual .icon._real i {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon._real i {
    font-size: 24px;
  }
}

#main_visual .icon._real span {
  margin: 4px 0 0;
}

@media only screen and (max-width: 768px) {
  #main_visual .icon._real span {
    margin-top: 2px;
  }
}

#main_visual .h_mv {
  color: #fff;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  margin: 16px 0 0;
}

@media only screen and (max-width: 768px) {
  #main_visual .h_mv {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 8px;
  }
}

#main_visual .note {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 3px 0 0;
}

@media only screen and (max-width: 768px) {
  #main_visual .note {
    font-size: 13px;
  }
}

#main_visual._office .icon {
  background: #1381ba;
}

#main_visual._engineering .icon {
  background: #eb9d37;
}

#main_visual._program01 {
  background-image: url(../images/internship/program01/bg_mv_program01.jpg);
}

#main_visual._program02 {
  background-image: url(../images/internship/program02/bg_mv_program02.jpg);
}

#main_visual._program03 {
  background-image: url(../images/internship/program03/bg_mv_program03.jpg);
}

#main_visual._program04 {
  background-image: url(../images/internship/program04/bg_mv_program04.jpg);
}

#main_visual._program05 {
  background-image: url(../images/internship/program05/bg_mv_program05.jpg);
}

/*============================================================
OUTLINE
*/
#outline {
  padding: 60px 0 140px;
}

@media only screen and (max-width: 768px) {
  #outline {
    padding: 40px 0 70px;
  }
}

#outline .en {
  color: #d9f2f8;
  font-size: 85px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  #outline .en {
    font-size: 48px;
    margin-bottom: 50px;
  }
}

#outline .h_sec {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #outline .h_sec {
    margin-bottom: 25px;
  }
}

#outline .h_sec span {
  display: block;
}

#outline .h_sec span.en {
  color: #0c9fbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #outline .h_sec span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#outline .h_sec span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #outline .h_sec span.ja {
    font-size: 30px;
  }
}

#outline .desc {
  font-size: 18px;
  line-height: 2.3333333333;
  padding-left: 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #outline .desc {
    font-size: 15px;
    line-height: 2;
    padding-left: 20px;
  }
}

#outline .desc::before {
  content: "";
  background: linear-gradient(to bottom, #67d9f2 50%, #0c9fbf 50%);
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#outline .desc .note {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #outline .desc .note {
    font-size: 13px;
  }
}

/*============================================================
SCHEDULE
*/
#schedule {
  background: #f7f8f4;
  padding: 120px 0 160px;
}

@media only screen and (max-width: 768px) {
  #schedule {
    padding: 80px 0;
  }
}

#schedule .h_sec {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #schedule .h_sec {
    margin-bottom: 15px;
  }
}

#schedule .h_sec span {
  display: block;
}

#schedule .h_sec span.en {
  color: #0c9fbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #schedule .h_sec span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#schedule .h_sec span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #schedule .h_sec span.ja {
    font-size: 30px;
  }
}

#schedule .time {
  text-align: center;
  line-height: 1;
}

#schedule .time span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

#schedule .schedule_list {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list {
    margin-top: 60px;
  }
}

#schedule .schedule_list > li {
  counter-increment: number;
}

#schedule .schedule_list > li .inner {
  background: #fff;
  margin: 0 -80px;
  padding: 60px 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner {
    margin: 0;
    padding: 40px 20px;
    display: block;
  }
}

#schedule .schedule_list > li .inner::before {
  color: #0c9fbf;
  font-size: 60px;
  font-weight: 600;
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 80px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner::before {
    font-size: 40px;
    top: -20px;
    left: 20px;
  }
}

#schedule .schedule_list > li .inner .heading {
  flex: 0 0 400px;
}

#schedule .schedule_list > li .inner .holder {
  flex: 0 0 750px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .holder {
    margin-top: 20px;
  }
}

#schedule .schedule_list > li .inner .h_schedule {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .h_schedule {
    font-size: 24px;
  }
}

#schedule .schedule_list > li .inner .h_schedule._sm {
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .h_schedule._sm {
    font-size: 20px;
  }
}

#schedule .schedule_list > li .inner .label {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  background: #13c6bb;
  margin-top: 18px;
  padding: 8px 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .label {
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 8px;
  }
}

#schedule .schedule_list > li .inner p {
  font-size: 16px;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner p {
    font-size: 14px;
    line-height: 1.8;
  }
}

#schedule .schedule_list > li .inner dl {
  margin-top: 10px;
}

#schedule .schedule_list > li .inner dl dt {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 14px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner dl dt {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

#schedule .schedule_list > li .inner .example {
  background: #f7f8f4;
  padding: 20px;
  margin-top: 15px;
}

#schedule .schedule_list > li .inner .example .title {
  color: #13c6bb;
  font-weight: 600;
}

#schedule .schedule_list > li .inner .example ul {
  margin: 15px 0;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .example ul {
    padding-left: 15px;
  }
}

#schedule .schedule_list > li .inner .example ul li {
  font-size: 14px;
  line-height: 1.5;
  list-style: disc;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .example ul li {
    font-size: 13px;
    line-height: 1.65;
  }
}

#schedule .schedule_list > li .inner .example ul li:not(:last-child) {
  margin-bottom: 8px;
}

#schedule .schedule_list > li .inner .example .note {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li .inner .example .note {
    font-size: 12px;
    line-height: 1.6;
  }
}

#schedule .schedule_list > li:not(:last-child)::after {
  content: "";
  background: #0c9fbf;
  width: 1px;
  height: 100px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  #schedule .schedule_list > li:not(:last-child)::after {
    height: 50px;
  }
}

/*============================================================
OVERVIEW
*/
#overview {
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
  #overview {
    padding: 80px 0;
  }
}

#overview .h_sec {
  text-align: center;
  margin-bottom: 20px;
}

#overview .h_sec span {
  display: block;
}

#overview .h_sec span.en {
  color: #0c9fbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #overview .h_sec span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#overview .h_sec span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #overview .h_sec span.ja {
    font-size: 30px;
  }
}

#overview .overview_content {
  font-size: 15px;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  #overview .overview_content {
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

#overview .overview_content dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  #overview .overview_content dl {
    display: block;
    padding: 16px 0;
  }
}

#overview .overview_content dl:first-child {
  border-top: 1px solid #ddd;
}

#overview .overview_content dt,
#overview .overview_content dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #overview .overview_content dt,
#overview .overview_content dd {
    display: block;
  }
}

#overview .overview_content dt {
  width: 15%;
  padding: 20px 0;
  border-right: 1px solid #ddd;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  #overview .overview_content dt {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    border-right: none;
    font-size: 15px;
  }
}

#overview .overview_content dd {
  width: 85%;
  padding: 20px 0 20px 20px;
}

@media only screen and (max-width: 768px) {
  #overview .overview_content dd {
    width: 100%;
    padding: 0;
  }
}

#overview .overview_content ul {
  margin: 10px 0;
  padding-left: 20px;
}

#overview .overview_content ul li {
  line-height: 1.6;
  list-style: disc;
}

#overview .overview_content ul li:not(:last-child) {
  margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
  #overview .overview_content ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}

#overview .overview_content p {
  line-height: 1.8;
}

#overview .overview_content p.note {
  font-size: 13px;
  line-height: 1.6;
}

#overview .overview_multi {
  margin: 80px 0 0;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi {
    margin-top: 40px;
  }
}

#overview .overview_multi_blk .icon {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .icon {
    width: 50px;
    height: 50px;
  }
}

#overview .overview_multi_blk .icon span {
  font-size: 13px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .icon span {
    font-size: 10px;
  }
}

#overview .overview_multi_blk .icon._web i {
  font-size: 29px;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .icon._web i {
    font-size: 18px;
  }
}

#overview .overview_multi_blk .icon._web span {
  margin: 8px 0 0;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .icon._web span {
    margin-top: 4px;
  }
}

#overview .overview_multi_blk .icon._real i {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .icon._real i {
    font-size: 24px;
  }
}

#overview .overview_multi_blk .icon._real span {
  margin: 4px 0 0;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .icon._real span {
    margin-top: 2px;
  }
}

#overview .overview_multi_blk:not(:first-child) {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk:not(:first-child) {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 769px) {
  #overview .overview_multi_blk .overview_content {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #overview .overview_multi_blk .overview_content {
    margin-top: 20px;
  }
}

#overview .overview_multi._office .icon {
  background: #1381ba;
}

#overview .overview_multi._engineering .icon {
  background: #eb9d37;
}

#overview .entry {
  margin-top: 40px;
}
