@charset "utf-8";
/* CSS Document */

#contents {
  margin-top: 400px;
  padding-bottom: 200px;
  color: #fff;
  background: #004e8d;
  text-align: center;
}

#internship .wrap {
  position: relative;
  width: 75%;
}

#internship h3 {
  color: #ff0;
  font-size: 1.8vw;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

#internship h3::before {
  content: "";
  display: inline-block;
  width: 5vw;
  height: 5vw;
  margin-top: 2vw;
  background: url(../img/internship/h3_before.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 2vw;
}

#internship h3::after {
  content: "";
  display: inline-block;
  width: 6vw;
  height: 5vw;
  margin-top: 2vw;
  background: url(../img/internship/h3_after.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 2vw;
}

#internship session {
  display: block;
  margin-bottom: 50px;
}

#internship .flexbox session {
  width: 48%;
}

#internship #top {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  top: -250px;
}

#internship #top img {
  position: relative;
}

#internship #top h2 {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  width: 60%;
  max-width: 900px;
  margin: 0 auto;
}

#internship #top p {
  position: absolute;
  top: 68%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: clamp(1.2rem, 1.1vw, 24px);
}

#internship .cont-title {
  margin: 30px 0;
}

#internship .cont-title img {
  width: 57%;
}

#s01 img,
#s02 img,
#s03 img {
  margin-bottom: 20px;
}

#s01 img {
  width: 60%;
}

#s01 .flexbox .box {
  width: 48%;
}

#s01 .flexbox .box img {
  margin-top: 20px;
  width: 90%;
}

#s02 img,
#s03 img {
  width: 50%;
}

/*
.cont01 #s04 {
  background-image:
    url(../img/internship/section04_01.png),
    url(../img/internship/section04_02.png);
  background-position:
    10% 42%,
    90% 75%;
  background-repeat: no-repeat, no-repeat;
  background-size: 23%, 23%;
}
*/

#s04 .time-box {
  position: relative;
  margin: 30px auto;
}

#s04 .time {
  font-size: 2.4vw;
  color: #ff0;
  font-weight: bold;
  line-height: 1.4;
}

#s04 .time span {
  font-size: 60%;
}

#s04 .waku {
  display: inline-block;
  padding: 2px 10px;
  border: solid 2px #0f0;
}

#s04 h4 {
  font-size: 1.6vw;
  color: #ff0;
  line-height: 1.4;
  margin: 0 0 0.3em;
}

#s04 .green {
  color: #0f0;
}

#s04 .days {
  margin-top: 60px;
}

#s04 .img-object {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 16vw;
}

#s04 .img-object.img01 {
  left: 8%;
  bottom: 10%;
}

#s04 .img-object.img02 {
  left: 68%;
  bottom: -75%;
}

#s04 .img-object.img03 {
  left: 70%;
  bottom: 45%;
}

#s04 .img-object.img04 {
  left: 4%;
  bottom: 20%;
}

#s04 .img-object.img05 {
  left: 67%;
  bottom: 20%;
}

#s04 .days table {
  text-align: left;
  width: 75%;
  margin: 0 auto;
}

#s04 .days table th {
  width: 28%;
  white-space: nowrap;
  padding: 5px 10px;
}

#s04 .days table td {
  padding: 5px 10px;
}

#s04 .days .time-type {
  font-size: 1.5vw;
  margin-bottom: 10px;
}

#s04 .days .text {
  text-align: center;
  margin: 0 auto;
  width: 45%;
  max-width: 700px;
}

#s04 .days .text p {
  display: inline-block;
  text-align: left;
  width: 100%;
}

#s04 .days .text .diamond:not(:first-of-type) {
  margin-top: 15px;
}

#s05 table {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px;
}

#s05 table th {
  border-right: solid 1px #fff;
  padding: 10px 20px 10px 10px;
}

#s05 table td {
  padding: 10px;
}

#s05 table p+p {
  margin-top: 10px;
}

.kome {
  font-size: 90%;
}

/* 矢印 */
.fa-arrow-down {
  color: #ff0;
  font-size: 3vw;
  margin: 0 auto;
}

/* タイトルバー */
.title-bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  font-weight: bold;
  margin: 0 auto 40px;
  width: 65%;
}

.title-bar .bar {
  transform: skewX(-45deg);
}

.title-bar .bar p {
  transform: skewX(45deg);
  line-height: 1;
}

.title-bar .day {
  background-color: #ff0;
  color: #000;
  font-size: 2vw;
  width: 20%;
  padding: 1.2vw 0;
}

.title-bar .title {
  background-color: #000;
  color: #ff0;
  font-size: 1.7vw;
  width: 50%;
  padding: 1.8vw 0;
}

.title-bar .icon {
  background-color: #fff;
  color: #004488;
  font-size: 1.1vw;
  width: 30%;
  padding: 2vw 0;
}

.title-bar .icon p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.title-bar .icon p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
}

.title-bar .icon.online p {
  padding-left: 50px;
}

.title-bar .icon.online p::before {
  background: url(../img/internship/icon_computer.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 24px;
}

.title-bar .icon.public p {
  padding-left: 40px;
}

.title-bar .icon.public p::before {
  background: url(../img/internship/icon_people.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 29px;
}

/* ダイヤ見出し */
.diamond {
  position: relative;
  color: #ff0;
  font-size: 1.6vw;
  padding-left: 2.2vw;
}

.diamond::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  display: inline-block;
  width: 1vw;
  height: 1vw;
  transform: rotate(45deg);
  border: 2px solid #ff0;
}

.diamond+p {
  padding-left: 2.2vw;
}

/* 非表示 */
#entry,
#copy:before {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  #contents {
    padding-bottom: 0;
  }

  .title-bar {
    width: 100%;
  }

  .title-bar .icon.online p {
    padding-left: 30px;
  }

  .title-bar .icon.public p {
    padding-left: 25px;
  }

  .title-bar .icon.online p::before {
    width: 24px;
    height: 17px;
  }

  .title-bar .icon.public p::before {
    width: 17px;
    height: 20px;
  }
}

@media screen and (max-width: 769px) {
  #contents {
    margin-top: 240px;
    padding-bottom: 0;
  }

  #internship .wrap {
    width: 80%;
  }

  #internship h3 {
    font-size: 1.8rem;
  }

  #internship h3::before {
    width: 40px;
    height: 40px;
    top: 15px;
  }

  #internship h3::after {
    width: 48px;
    height: 40px;
    top: 15px;
  }

  #internship #top {
    top: -100px;
  }

  #internship #top h2 {
    font-size: 3.4vw;
    line-height: 1.4;
    top: 50%;
  }

  #internship #top h2 span {
    font-size: 3vw;
  }

  #internship #top p {
    position: relative;
    top: 0;
    margin: 20px auto 0;
  }

  #internship .cont-title {
    margin: 0 0 20px 0;
  }

  #internship .cont-title img {
    width: 75%;
  }

  #s01 img {
    width: 100%;
  }

  #s01 .flexbox .box {
    width: 100%;
  }

  #s01 .flexbox .box:nth-of-type(2) {
    margin-top: 50px;
  }

  #s01 .flexbox .box img {
    margin-top: 0;
  }

  #s02 img,
  #s03 img {
    width: 40%;
  }

  #internship .flexbox session {
    width: 100%;
  }

  /*
  #s04 {
    background-position:
      0% 42%,
      97% 75%;
    background-size: 23%, 23%;
  }
  */

  #s04 .time {
    font-size: 2.6rem;
  }

  #s04 .waku {
    margin-bottom: 5px;
  }

  #s04 h4 {
    font-size: 1.6rem;
    line-height: 2;
  }

  #s04 .days table {
    width: 100%;
  }

  #s04 .days .time-type {
    font-size: 1.6rem;
  }

  #s04 .days .text {
    width: 70%;
  }

  /* 画像サイズ・位置指定 */

  #s04 .img-object {
    width: 120px;
  }

  #s04 .img-object.img01 {
    left: calc(50% - 200px);
    bottom: 82%;
  }

  #s04 .img-object.img02 {
    left: calc(50% + 100px);
    bottom: 70%;
  }

  #s04 .img-object.img03 {
    left: calc(50% + 100px);
    bottom: 70%;
  }

  #s04 .img-object.img04 {
    left: calc(50% - 210px);
    bottom: 88%;
  }

  #s04 .img-object.img05 {
    left: calc(50% + 80px);
    bottom: 60%;
  }

  #s05 table {
    width: 100%;
  }

  /* 矢印 */
  .fa-arrow-down {
    font-size: 40px;
  }

  /* タイトルバー */
  .title-bar .day {
    font-size: 1.2rem;
    width: 17%;
    padding: 17px 0;
  }

  .title-bar .title {
    font-size: 1.4rem;
    width: 50%;
    padding: 18px 0;
  }

  .title-bar .icon {
    font-size: 1.2rem;
    width: 33%;
    padding: 20px 0;
  }

  /* ダイヤ見出し */
  .diamond {
    font-size: 1.4rem;
    padding-left: 20px;
  }

  .diamond::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }

  .diamond+p {
    padding-left: 22px;
  }
}

@media screen and (max-width: 480px) {
  #contents {
    margin-top: 200px;
  }

  #internship .wrap {
    position: relative;
    width: 100%;
  }

  #internship #top h2 {
    font-size: 4.1vw;
    line-height: 1.4;
    top: 45vw;
  }

  #internship #top h2 span {
    font-size: 2.5vw;
  }

  #internship #top p {
    width: 90%;
  }

  #s04 {
    background-position:
      0% 34%,
      100% 56%;
    background-size: 30%, 30%;
  }

  #s04 h4 {
    line-height: 1.6;
  }

  #s04 .days table th {
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
  }

  #s04 .days table td {
    display: block;
    width: 100%;
    padding: 5px 20px 10px 45px;
  }

  #s05 table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px;
  }

  #s05 table th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #fff;
    padding: 0 3px;
    font-size: 1.6rem;
  }

  #s05 table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  #internship .flexbox session {
    width: 100%;
  }

  /* 画像サイズ・位置指定 */

  #s04 .img-object {
    width: 100px;
  }

  #s04 .img-object.img01 {
    left: calc(50% - 160px);
    bottom: 85%;
  }

  #s04 .img-object.img02 {
    left: calc(50% + 60px);
    bottom: 80%;
  }

  #s04 .img-object.img03 {
    left: calc(50% + 50px);
    bottom: 90%;
  }

  #s04 .img-object.img04 {
    left: calc(50% - 160px);
    bottom: -40%;
  }

  #s04 .img-object.img05 {
    left: calc(50% + 60px);
    bottom: 70%;
  }

  #s05 table {
    width: 100%;
  }

  /* 矢印 */
  .fa-arrow-down {
    font-size: 30px;
  }

  /* タイトルバー */
  .title-bar {
    width: 90%;
  }

  .title-bar .day {
    font-size: 1rem;
    width: 17%;
  }

  .title-bar .title {
    font-size: 1.1rem;
    width: 48%;
  }

  .title-bar .icon {
    font-size: 0.8rem;
    width: 35%;
    padding: 20px 5px 0 10px;
  }

  .title-bar .icon.online p {
    padding-left: 25px;
  }

  .title-bar .icon.public p {
    padding-left: 20px;
  }

  .title-bar .icon.online p::before {
    width: 19px;
    height: 14px;
  }

  .title-bar .icon.public p::before {
    width: 14px;
    height: 16px;
  }
}

/* ============================================ */
/* タブ切替
/* ============================================ */
.switch-area {
  position: relative;
  top: -150px;
}

.switch-area .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  border-bottom: solid 10px #ff0;
}

.switch-area .tab li {
  font-size: 1.3vw;
  background-color: #ecf0f1;
  color: rgba(0, 0, 0, 0.4);
  width: 20%;
  max-width: 450px;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}

.switch-area .tab .select {
  background-color: #ff0;
  color: rgba(0, 0, 0, 1);
}

.switch-area .tab-content .hide {
  display: none;
}

@media screen and (max-width: 769px) {
  .switch-area {
    top: -30px;
  }

  .switch-area .tab {
    gap: 0 10px;
  }

  .switch-area .tab li {
    font-size: 1.2rem;
    width: 45%;
    padding: 10px 5px;
  }
}

/* ============================================ */
/* ボタン
/* ============================================ */
.btn_thunder {
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
  top: -150px;
  width: 60%;
  max-width: 810px;
  display: block;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #000;
  color: #ff0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_thunder::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 8%;
  display: inline-block;
  background: url(../img/internship/thunder01.png) no-repeat;
  background-size: contain;
  width: 89px;
  height: 119px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_thunder::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  display: inline-block;
  background: url(../img/internship/arrow01.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_thunder:hover {
  color: #000;
  background-color: #ff0;
}

.btn_thunder:hover::before {
  background: url(../img/internship/thunder02.png) no-repeat;
  background-size: contain;
}

.btn_thunder:hover::after {
  background: url(../img/internship/arrow02.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .btn_thunder {
    padding: 30px 0;
    font-size: 2rem;
  }

  .btn_thunder::before {
    top: -20px;
    left: 5%;
    width: 62px;
    height: 83px;
  }

  .btn_thunder::after {
    right: 5%;
  }
}

@media screen and (max-width: 769px) {
  .btn_thunder {
    padding: 20px 0;
    font-size: 1.6rem;
    width: 80%;
    top: -100px;
  }

  .btn_thunder::before {
    top: -15px;
    width: 50px;
    height: 66px;
  }
}