@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  background: url(../images/internship/bg_mv_internship01.jpg) center center/cover no-repeat;
}

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

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

#main_visual .container .heading_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

@media only screen and (max-width: 768px) {
  #main_visual .container .heading_page {
    width: 80%;
    min-width: 290px;
  }
}

#main_visual .container .heading_page img {
  width: 651px;
}

@media only screen and (max-width: 768px) {
  #main_visual .container .heading_page img {
    width: 100%;
  }
}

#main_visual .container .heading_page.fadeInUp_txt {
  transform: translate(-50%, -50%);
  transition-delay: 0.3s;
}

/*============================================================
INTRO
*/
#intro {
  padding: 120px 0 60px;
}

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

#intro .heading {
  margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  #intro .heading {
    margin-bottom: 50px;
  }
}

#intro .heading .h_sec {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #intro .heading .h_sec {
    font-size: 24px;
  }
}

#intro .summary ul li .bg {
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px;
}

@media only screen and (max-width: 768px) {
  #intro .summary ul li .bg {
    background-size: cover;
    height: 0;
    padding-bottom: 45%;
  }
}

#intro .summary ul li .holder {
  background: #fff;
  border-top: 6px solid #0c9fbf;
  width: 1040px;
  margin: -100px auto 0;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  #intro .summary ul li .holder {
    border-width: 4px;
    width: calc(100% - 30px);
    margin-top: -40px;
    padding: 25px 15px;
  }
}

#intro .summary ul li .h_summary {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #intro .summary ul li .h_summary {
    margin-bottom: 20px;
  }
}

#intro .summary ul li .h_summary span {
  display: block;
}

#intro .summary ul li .h_summary span.en {
  color: #0c9fbf;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #intro .summary ul li .h_summary span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#intro .summary ul li .h_summary span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #intro .summary ul li .h_summary span.ja {
    font-size: 26px;
  }
}

#intro .summary ul li p {
  line-height: 2.2;
  width: 690px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #intro .summary ul li p {
    width: 100%;
    line-height: 2;
  }
}

#intro .summary ul li.about .bg {
  background-image: url(../images/internship/pic_summary_about01.jpg);
}

#intro .summary ul li:not(:last-child) {
  margin-bottom: 120px;
}

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

#intro .review {
  padding: 100px 0 120px;
}

@media only screen and (max-width: 768px) {
  #intro .review {
    padding: 50px 0 0;
  }
}

#intro .review .h_review {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #intro .review .h_review {
    padding-left: 20px;
  }
}

#intro .review .h_review span {
  display: block;
}

#intro .review .h_review span.en {
  color: #0c9fbf;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
  #intro .review .h_review span.en {
    font-size: 14px;
  }
}

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

@media only screen and (max-width: 768px) {
  #intro .review .h_review span.ja {
    font-size: 28px;
  }
}

#intro .review .review_cont {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #intro .review .review_cont {
    display: block;
  }
}

#intro .review .panel {
  margin-top: 40px;
  padding: 45px 30px;
  flex: 0 0 48%;
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel {
    margin-top: 20px;
    padding: 30px 20px;
    max-width: inherit;
  }
}

#intro .review .panel .ttl {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#intro .review .panel .ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: .8em;
}

#intro .review .panel .review_list li {
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel .review_list li {
    font-size: 13px;
    padding-left: 15px;
    max-width: inherit;
  }
}

#intro .review .panel .review_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel .review_list li::before {
    top: 7px;
  }
}

#intro .review .panel .review_list li span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel .review_list li span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

#intro .review .panel .review_list li:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel .review_list li:not(:first-child) {
    margin-top: 12px;
  }
}

#intro .review .panel._bunkei {
  background: #e7f6fe;
  box-shadow: 12px 12px 0 #1381ba;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel._bunkei {
    box-shadow: 8px 8px 0 #1381ba;
  }
}

#intro .review .panel._bunkei .ttl {
  color: #1381ba;
}

#intro .review .panel._bunkei .ttl::after {
  background: rgba(19, 129, 186, 0.5);
}

#intro .review .panel._bunkei .review_list li::before {
  background: #1381ba;
}

#intro .review .panel._rikei {
  background: #fef5e8;
  box-shadow: 12px 12px 0 #eb9d37;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel._rikei {
    box-shadow: 8px 8px 0 #eb9d37;
  }
}

#intro .review .panel._rikei .ttl {
  color: #eb9d37;
}

#intro .review .panel._rikei .ttl::after {
  background: rgba(235, 157, 55, 0.5);
}

#intro .review .panel._rikei .review_list li::before {
  background: #eb9d37;
}

@media only screen and (max-width: 768px) {
  #intro .review .panel:not(:first-child) {
    margin-top: 30px;
  }
}

#intro .review .result_ft {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #intro .review .result_ft {
    font-size: 22px;
    margin-top: 35px;
  }
}

#intro .review .result_ft::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #ffe100 transparent transparent transparent;
  display: block;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  #intro .review .result_ft::before {
    margin-bottom: 15px;
  }
}

#intro .review .result_ft span.value {
  color: #cd1948;
  font-size: 62px;
}

@media only screen and (max-width: 768px) {
  #intro .review .result_ft span.value {
    font-size: 44px;
  }
}

#intro .review .result_ft span.fz_l {
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  #intro .review .result_ft span.fz_l {
    font-size: 30px;
  }
}

/*============================================================
PROGRAM
*/
#program {
  padding: 60px 0 140px;
}

@media only screen and (max-width: 768px) {
  #program {
    padding-bottom: 100px;
  }
}

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

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

#program .h_sec span {
  display: block;
}

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

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

#program .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) {
  #program .h_sec span.ja {
    font-size: 30px;
  }
}

#program .contents {
  margin: 100px 0 0;
}

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

#program .contents .block:not(:first-child) {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  #program .contents .block:not(:first-child) {
    margin-top: 60px;
  }
}

#program .contents .block._office .h_block::before, #program .contents .block._office .h_block::after {
  background: #1381ba;
}

#program .contents .block._office .program_list li a::before {
  background: #1381ba;
}

#program .contents .block._office .program_list li a .icon {
  background: #1381ba;
}

#program .contents .block._engineering .h_block::before, #program .contents .block._engineering .h_block::after {
  background: #eb9d37;
}

#program .contents .block._engineering .program_list li a::before {
  background: #eb9d37;
}

#program .contents .block._engineering .program_list li a .icon {
  background: #eb9d37;
}

#program .contents .h_block {
  padding: 1.2em 0 0 1.2em;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #program .contents .h_block {
    padding: 1em 0 0 1em;
  }
}

#program .contents .h_block::before, #program .contents .h_block::after {
  content: "";
  display: block;
  position: absolute;
}

#program .contents .h_block::before {
  width: 1px;
  height: 40px;
  top: -10px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #program .contents .h_block::before {
    height: 30px;
    top: -8px;
  }
}

#program .contents .h_block::after {
  width: 40px;
  height: 1px;
  top: 0;
  left: -10px;
}

@media only screen and (max-width: 768px) {
  #program .contents .h_block::after {
    width: 30px;
    left: -8px;
  }
}

#program .contents .h_block span {
  display: block;
}

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

@media only screen and (max-width: 768px) {
  #program .contents .h_block span.ja {
    font-size: 24px;
  }
}

#program .contents .program_list {
  margin: 44px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list {
    display: block;
  }
}

#program .contents .program_list li {
  background-color: #f1f1f1;
  flex: 0 0 560px;
  max-width: 560px;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li {
    max-width: inherit;
  }
}

@media only screen and (min-width: 769px) {
  #program .contents .program_list li:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li:not(:first-child) {
    margin-top: 30px;
  }
}

#program .contents .program_list li a {
  color: #fff;
  text-align: center;
  height: 320px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a {
    height: 0;
    padding: 57.1428571429% 0 0;
  }
}

#program .contents .program_list li a::before {
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a::before {
    font-size: 11px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    bottom: -5px;
    right: -5px;
  }
}

#program .contents .program_list li a .bg {
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#program .contents .program_list li a .bg span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0.0001deg);
}

#program .contents .program_list li a .holder {
  width: 100%;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .holder {
    height: 100%;
    padding: 12px 5px;
    left: 0;
    transform: translate(0, 0);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

#program .contents .program_list li a .icon_row {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .icon_row {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#program .contents .program_list li a .icon_row .icon {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .icon_row .icon {
    position: static;
    transform: none;
  }
}

#program .contents .program_list li a .icon_row .icon:not(:first-child) {
  margin-left: 20px;
}

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

#program .contents .program_list li a .icon {
  color: #fff;
  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) {
  #program .contents .program_list li a .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#program .contents .program_list li a .icon span {
  font-size: 13px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .icon span {
    font-size: 10px;
  }
}

#program .contents .program_list li a .icon._web i {
  font-size: 29px;
}

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

#program .contents .program_list li a .icon._web span {
  margin: 8px 0 0;
}

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

#program .contents .program_list li a .icon._real i {
  font-size: 36px;
}

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

#program .contents .program_list li a .icon._real span {
  margin: 4px 0 0;
}

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

#program .contents .program_list li a .h_program {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  margin: 20px 0 0;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .h_program {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 8px;
  }
}

#program .contents .program_list li a .note {
  font-size: 16px;
  text-align: center;
  margin: 3px 0 0;
}

@media only screen and (max-width: 768px) {
  #program .contents .program_list li a .note {
    font-size: 12px;
    margin-top: 2px;
  }
}

#program .contents .program_list li a:hover .bg span {
  transform: scale(1.1);
}

#program .contents .program_list li._program01 .bg span {
  background-image: url(../images/internship/bg_program01.jpg);
}

#program .contents .program_list li._program02 .bg span {
  background-image: url(../images/internship/bg_program02.jpg);
}

#program .contents .program_list li._program03 .bg span {
  background-image: url(../images/internship/bg_program03.jpg);
}

#program .contents .program_list li._program04 .bg span {
  background-image: url(../images/internship/bg_program04.jpg);
}

#program .contents .program_list li._program05 .bg span {
  background-image: url(../images/internship/bg_program05.jpg);
}

#program .entry {
  margin: 100px 0 0;
}

@media only screen and (max-width: 768px) {
  #program .entry {
    margin-top: 50px;
  }
}

/*============================================================
SCHEDULE
*/
/*============================================================
OVERVIEW
*/
