/*=============================================
=            INTERNSHIP 2026            =
=============================================*/

/* PC表示のみ改行（768px以上）※ d-md-none の逆 */
.br-pc-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .br-pc-only {
    display: inline;
  }
}

/* #internship_content overrides (main.css differs from production) */
@media only screen and (min-width: 768px) {
  #internship_content {
    padding: 4% 8% 0;
  }
  #internship_content .scheduleContainer {
    padding-top: 50px;
  }
}

/* row-bs grid (Bootstrap-like) */
.row-bs .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 768px) {
  .row-bs .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.internship_subtitle {
  text-align: center;
}
.internship_subtitle img {
  max-width: 200px;
}

.internship_ytit {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(transparent 60%, #ff6 60%);
  margin-bottom: 80px;
}

.learn_row .learn_item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
}
.learn_item {
  background-color: #e60000;
  color: #fff;
  padding: 10px 20px;
  margin: 0 10px 15px;
  box-sizing: border-box;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .learn_row .learn_item {
    flex: 0 0 15%;
    max-width: 15%;
  }
}

.schedule_2026 {
  padding: 20px 0 80px;
  background-image: url(../img2026/sche_back.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e60000;
}
@media (max-width: 768px) {
  .schedule_2026 {
    padding: 20px;
  }
}
.schedule_2026 .container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
.schedule_2026 h3 img {
  max-width: 800px;
  width: 80%;
}
.sche_intro {
  color: #fff;
}
.sche_intro img {
  width: 100%;
}
.sche_intro h4 {
  font-size: 2.5rem;
  margin-top: 20px;
}
.sche_intro p {
  font-size: 1.6rem;
  font-weight: 600;
}
.sche_item {
  margin-bottom: 30px;
}
.sche_item img {
  max-width: 100%;
  height: auto;
}
.sche_item h5 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}

.more_btn2026,
.more_btn2026b {
  display: inline-block;
  width: 100%;
  height: 110px;
  text-align: center;
  text-decoration: none;
  line-height: 110px;
  outline: none;
  border-radius: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 7%;
}
@media (max-width: 768px) {
  .more_btn2026,
  .more_btn2026b {
    font-size: 2rem;
  }
}
.more_btn2026 {
  background-color: #fff;
  color: #e60000;
  border: 1px solid #e60000;
}
.more_btn2026b {
  background-image: linear-gradient(90deg, #f02222, #bf0000);
  color: #fff;
  border: 1px solid #fff;
}

.more_btn2026::before,
.more_btn2026::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.more_btn2026,
.more_btn2026::before,
.more_btn2026::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.more_btn2026,
.more_btn2026b {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  font-family: ryo-gothic-plusn, sans-serif;
}
.more_btn2026:hover {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #fff;
}
.more_btn2026b:hover {
  background-image: linear-gradient(90deg, #fff, #eee);
  color: #e60000;
  border: 1px solid #e60000;
}

/*アコーディオン全体*/
.menu {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px;
  margin-top: 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 1;
  position: relative;
  margin: 0 0 5px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition:
    padding-bottom 0.5s,
    padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition:
    padding-bottom 0.5s,
    padding-top 0.5s;
  -moz-transition:
    padding-bottom 0.5s,
    padding-top 0.5s;
  -ms-transition:
    padding-bottom 0.5s,
    padding-top 0.5s;
  -o-transition:
    padding-bottom 0.5s,
    padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
/*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/* 概要アコーディオン内コンテンツ */
.links_in {
  list-style: none;
  color: #333;
}
.links_in .outline_row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 20px 0 14px;
  border-bottom: 2px dotted #e60012;
}
.links_in .outline_row:last-child {
  border-bottom: none;
}
.links_in .outline_title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: bold;
}
.links_in .outline_title h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.links_in .outline_dot {
  width: 18px;
  height: 18px;
  background: #e60012;
  border-radius: 50%;
  margin-top: 2px;
  flex-shrink: 0;
}
.links_in .outline_content {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

.links_in .outline_heading {
  font-weight: bold;
  margin: 0 0 6px;
  font-size: 20px;
}
.links_in .outline_schedule {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links_in .outline_schedule li {
  margin-bottom: 6px;
  font-weight: bold;
  border-bottom: none;
  padding: 2px !important;
}
.links_in .outline_schedule span {
  display: inline-block;
  width: 90px;
}
.links_in .outline_note {
  font-size: 12px;
  color: #666;
}
.links_in .outline_content > ul {
  padding-left: 0;
  margin: 0;
}
.links_in .outline_content > ul li {
  border-bottom: none;
}
.links_in .outline_content_text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .links_in .outline_row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .links_in .outline_title h3 {
    font-size: 22px;
  }
  .links_in .outline_content {
    font-size: 16px;
  }
}
/* ===================================================================
 *  interview　2026
 * ------------------------------------------------------------------- */
#interview_page2026 {
  width: 100%;
  height: 400px;
  min-height: 400px;
  background-image: url(../img2026/interview_main2026.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: -5;
}
#interview_page2026 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
#interview_page2026 .home-content-tablecell h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px !important;
  line-height: 0.8em;
  margin-bottom: 10px;
  font-size: 3rem;
  color: white;
  letter-spacing: inherit !important;
  text-transform: uppercase;
  margin-top: 50px;
}
/* ===================================================================
 *  vision　2026
 * ------------------------------------------------------------------- */

.vision_l1_2026 {
  width: 50%;
  float: left;
  height: 550px;
  background: url(../img2026/vision_1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .vision_l1_2026 {
    width: 100% !important;
  }

  .vision_l1_2026 {
    height: 400px !important;
  }
}

@media screen and (max-width: 500px) {
  .vision_l1_2026 {
    height: 250px !important;
  }
}

/* ===================================================================
 *  recommend　2026
 * ------------------------------------------------------------------- */
#internship_recommended2026 {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 5px solid #c9171e;
  border-bottom: 5px solid #c9171e;
}
#internship_recommended2026 .container {
  padding-left: 15px;
  padding-right: 15px;
}

#internship_recommended2026 .recommendedWrapper {
  text-align: center;
  background-color: #fff;
  max-width: 1000px;
  padding: 20px 15px 20px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}
#internship_recommended2026 .recommendedWrapper ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: bold;
}
#internship_recommended2026 .recommendedWrapper ul li {
  padding: 13px 0;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  list-style: none;
  margin-bottom: 20px;
}
#internship_recommended2026 .recommendedWrapper .marker {
  font-size: 150%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffec5d));
  background: -o-linear-gradient(transparent 70%, #ffec5d 0%);
  background: linear-gradient(transparent 70%, #ffec5d 0%);
  padding: 0px 5px 0px;
}
@media (max-width: 768px) {
  #internship_recommended2026 .recommendedWrapper ul li {
    font-size: 2rem;
  }
  #internship_recommended2026 .recommendedWrapper .marker {
    font-size: 130%;
  }
}
