@charset "UTF-8";

.no_scroll {
  overflow: hidden;
  height: 100vh;
}

.swiper-button-prev::after,.swiper-button-next::after {
  display: none;
}

.search_logo_area {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background-color: white;
	overflow: hidden;
	position: relative;
}
@media (max-width: 768px) {
	.search_logo_area {
		width: 100%;
	}
}
.logo-slider {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.logo-row {
	display: flex;
	height: 50px;
	width: max-content;
	animation: slideLeft 40s linear infinite;
}
.logo-item {
	flex-shrink: 0;
	height: 60px;
	width: 100px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #666;
	padding: 0 10px;
}
.slide_logo{
	max-height: 100%;
	max-width: 100%;
}
@keyframes slideLeft {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
.notes{
  font-size: 10px;
  text-align: right;
  margin-top: 20px;
}
#science-internship {
  background-color: #F8F8F8;
  padding-bottom: 1px;
  margin-bottom: -99px;
}
.bottom_btn_area{
  display: flex;
}
@media (max-width: 768px) {
  .bottom_btn_area{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#science-internship img {
  width: auto;
  vertical-align: middle;
}
.pickup_event_banner{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pickup_event_banner img {
  width: 360px !important;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .pickup_event_banner{
    margin-bottom: 20px;
  }
  .pickup_event_banner img {
  width: 80vw !important;
}
}
#science-internship .common_btn {
  width: 366px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #843EF7;
  border: 2px solid #843EF7;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.02em;
  border-radius: 10px;
  margin: 0 auto;

  &:hover {
    background-color: #fff;
    color: #843EF7;
  }
}
.main_text_wrap{
  margin-top: 40px;
}
.main_text_area{
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
.main_title img{
  margin: 0 auto;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .main_text_area{
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}
}
.dropdown_notes{
  font-size: 12px;
  color: #757575;
}
@media (max-width: 768px) {
  .dropdown_notes{
    font-size: 10px;
}
}

.hd_sub_text{
      max-width: 960px;
      margin: 0 auto 40px;
      text-align: center;
      line-height: 1.5;
    }
#science-internship .popup_wrapper {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 0 auto;

  .popup {
    opacity: 0;
    transform: scale(0.4);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    visibility: hidden;
    position: absolute;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 960px;
    height: 540px;
    margin: 0 auto;
    padding: 20px 40px;
    .popup_inner {
      margin-bottom: 20px;
      cursor: default;
      h2 {
        margin-bottom: 30px;
        img {
          margin: 0 auto;
          max-width: 300px;
        }
      }

      .flex {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;

        .left_block {
          width: 255px;
          margin-right: 60px;

          .left_block_inner {
            background-color: #fff;
            padding: 35px 30px;
            border-radius: 8px;
            align-self: flex-start;
            position: relative;

            h3 {
              margin-bottom: 20px;
              img {
                margin: 0 auto;
                display: block;
                width: 254px;
              }
            }

            .num {
              padding-bottom: 15px;
              margin: 0 auto 25px;
              border-bottom: 3px solid #212167;
              text-align: center;
              img {
                margin: 0 auto;
                display: block;
                width: 123px;
              }
            }

            &::before {
              content: '';
              background-image: url('/special/science-internship/images/p_clip.svg');
              background-size: contain;
              background-repeat: no-repeat;
              display: block;
              width: 34px;
              height: 64px;
              position: absolute;
              top: -15px;
              left: 4px;
            }
          }
        }

        .right_block {
          position: relative;
          width: 173px;
          text-align: center;

          &::before {
            content: '';
            position: absolute;
            background-image: url('/special/science-internship/images/p_arrow.svg');
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            width: 24px;
            height: 48px;
            position: absolute;
            top: 32%;
            left: -40px;
          }
        }
      }

    }
    .caution {
      color: #212167;
      font-size: 15px;
      line-height: 1.3;
    }
    .close_btn {
      position: fixed;
      top: 30px;
      right: 30px;
      z-index: 1;
      max-width: max-content;
      max-height: max-content;
      img {
        cursor: pointer;
        width: 32px;
        height: 32px;
      }
    }
  }
  .popup_1{
    background-color: #e0f1fb;
  }
  .popup_2{
    .close_btn{
      right: 70px;
    }
  }
}

#science-internship .popup_wrapper_open {
  opacity: 1;
  visibility: visible;
}

#science-internship .popup_wrapper .popup_open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media (max-width:1300px){
  #science-internship .s_btn_area {
    & .s_btn_inner {
        & .s_btn {
            .text {
                font-size: 14px;
            }
        }
    }
  }
}

@media (max-width: 768px) {

  .pc{
    display: none!important;
  }
  
  .sp{
    display: block!important;
  }

  #science-internship {
    margin: -3.2vw auto 0;
    max-width: 767px;
  }

  #science-internship #pc {
    display: none;
  }

  #science-internship .common_btn {
    width: 300px;
    height: 53px;
    font-size: clamp(17px, 40vw, 18px);
  }
  .main_title img{
    margin: 0 auto;
    margin-bottom: 20px;
    max-height: 60px;
  }
  .hd_sub_text{
    max-width: 90%;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    }
  #science-internship .popup_wrapper {
    .caution{
      font-size: 12px;
    }
    .close_btn {
      position: fixed;
      top: 10px;
      right: 15px;
      img {
        cursor: pointer;
        width: 7vw;
        height: auto;
      }
    }

    .popup {
      right: 0;
      bottom: 0;
      left: 0;
      width: 80vw;
      height: 80vh;
      margin: 0 auto;
      padding: 50px 13px 5px 10px;
      .popup_area{
        width: 100%;
        overflow-y: scroll;
        height: 100%;
        .popup_inner {
          margin-bottom: 15px;
          h2 {
            margin-bottom: 12px;
            img {
              margin: 0 auto;
              max-width: 63vw;
            }
          }
          .memo {
            position: relative;
            margin-bottom: 8px;
  
            &::before {
              content: '';
              background-image: url('/special/science-internship/images/p_clip_sp.svg');
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              top: 0;
              left: -8px;
              width: 37px;
              height: 16px;
            }
          }
  
          .entry {
            img {
              margin: 0 auto;
              max-width: 49vw;
            }
          }
  
          .person {
            img {
              margin: 0 auto;
              max-width: 35vw;
            }
          }
        }
  
        .caution {
          color: #212167;
          font-size: 12px;
          line-height: 1.3;
        }
      }
    }
    .popup_1{
      top: 5%;
      background-color: #e0f1fb;
      .close_btn{
        top: 10px;
        right: 10px;
      }
    }
    .popup_2{
      top: 0;
      width: 90vw;
      height: 90vh;
      .close_btn{
        top: 15px;
        right: 15px;
        img{
          width: 20px;
          height: 20px;
        }
      }
      .popup_area{
        .popup_inner{
          .img{
            padding: 0;
          }
        }
      }
    }
  }

  #science-internship #mv {
    margin-bottom: 30px;
    #sp {
      width: 100%;
      height: 100%;
    }
  }

  #science-internship .s_btn_area {
    padding: 0 10px 55px;
    .s_btn_inner {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      width: 100%;
      .s_btn {
        padding: 10px 5px 5px;
        background-color: #fff;
        text-align: center;
        border: 3px solid #222167;
        border-radius: 10px;
        box-shadow: #212167 2px 2px;
        width: calc(50% - 4px);
        height: 53px;
        .img {
          display: none;
        }

        .text {
          padding-left: 4vw;
          color: #222167;
          font-size: clamp(10px, 36vw, 11px);
          position: relative;
          letter-spacing: -0.1em;
          line-height: 1.3;

          &::before {
            content: '';
            position: absolute;
            background-size: contain;
            background-repeat: no-repeat;
          }
        }
      }

      #s_btn_1 {
        .text {
          &::before {
            width: 20px;
            height: 20px;
            bottom: 2px;
            left: 0;
            background-image: url('/special/science-internship/images/icon_search.svg');
          }
        }
      }

      #s_btn_2 {
        .text {
          &::before {
            width: 22px;
            height: 23px;
            bottom: 2px;
            left: 5px;
            background-image: url('/special/science-internship/images/icon_calendar.svg');
          }
        }
      }

      #s_btn_3 {
        .text {
          &::before {
            width: 25px;
            height: 25px;
            bottom: 2px;
            left: 2px;
            background-image: url('/special/science-internship/images/icon_fukidashi.svg');
          }
        }
      }

      #s_btn_4 {
        .text {
          &::before {
            width: 19px;
            height: 25px;
            bottom: 2px;
            left: 8px;
            background-image: url('/special/science-internship/images/icon_document.svg');
          }
        }
      }
    }
  }

  /*スマホ版アンカーリンク先のコード*/
  #science-internship #rec_wrapper {
    position: relative;
    top: -200px;
  }

  .reason_wrapper{
    margin-bottom: 40px;

    .reason_area{
      border-radius: 40px;
      border: 1px solid #B9B9B9;
      background-color: white;
      max-width: 96%;
      margin: 20px auto;
      .reason_hd{
        cursor: pointer;
        position: relative;
        padding: 30px 0 0;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        img{
          margin: 0 auto;
          max-width: 100%;
        }
        .dropdown-icon {
          transform: translateY(-50%);
          transition: transform 0.3s ease;
          margin: 15px auto 0;
          width: 100px;
          display: block;   
        }
        &.active .dropdown-icon {
          display: none;
        }
        .check-icon{
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          width: 80px;
        }
      }
      .dropdown-content {
        display: none;
      }
      .dropdown-content.active {
        display: block;
      }
      .reason_inner{

        .sub_title_area{
          margin: 20px auto;
          width: 150px;
          img{
            margin: 0 auto;
          }
        }
        .graph_area{
          width: 90%;
          margin: 0 auto;
          ul{
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            li{
              width: 50%;
              display: flex;
              justify-content: center;
              width: calc(50% - 5px);
              padding: 10px 10px;
            }
          }
          .graph_subimg_area{
              margin: 20px 0;
              img{
                margin: 0 auto;
              }
            }
            .notes_text{
              font-size: 10px;
              text-align: center;
            }
        }
        .swiper{
          padding: 20px 0 0;
          .swiper-horizontal>.swiper-pagination-bullets,
          .swiper-pagination-bullets.swiper-pagination-horizontal,
          .swiper-pagination-custom, .swiper-pagination-fraction {
            left: 30%;
            bottom: 20px;
            .swiper-pagination-bullet{
              margin: 0 15px;
            }
            .swiper-pagination-bullet-active{
              background-color: #843EF7;
            }
        }
        .swiper-button-prev,
        .swiper-button-next{
          background-image: url('/special/science-internship/images/reason_slide_arrow2.svg');
          background-size: 23px 32px;
          background-repeat: no-repeat;
          display: block;
          width: 23px;
          height: 32px;
        }
        .swiper-button-prev{
          left: 0;
        }
        .swiper-button-next{
          right: 0;
          transform: rotate(180deg);
        }

          .swiper-wrapper{
            padding-bottom: 25px;
            margin-bottom: 25px;
            .swiper-slide{
              width: 82vw;
              height: 460px;
              background-color: #B080FF;
              padding: 0 2px 2px;
              margin: 0 auto;
              
              .contents_block{
                .top_block{
                  height: 79px;
                  display: flex;
                  align-items: center;
                  font-size: 20px;
                  &::after{
                    content: '';
                    position: absolute;
                    background-image: url('/special/science-internship/images/top_block_icon.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 28px;
                    height: 28px;
                    left: 50%;
                    transform: translate(-50%, 150%);
                    z-index: 1;
                  }
                  .slide-no{
                    border-right: 1px solid white;
                    color: white;
                    font-weight: 600;
                    width: 20%;
                    margin-right: 15px;
                    padding: 10px 0;
                    text-align: center;
                  }
                  h2{
                    color: #fff;
                    font-size: 15px;
                    line-height: 1.3;
                    
                    .strong{
                      font-size: 20px;
                    }
                    .txt-color-y{
                      color: #dcec15;
                    }
                  }
                }
                .bottom_block {
                  background-color: #fff;
                  height: 379px;
                  padding:10px 10px;
                  .img{
                    display: flex;
                    justify-content: center;
                    align-items: center;                    
                    height: 310px;
                    img{
                      height: 100%;
                    }
                  }
                  .caution,
                  .caution02{
                    text-align: center;
                    font-size: 9px;
                    margin-top: 20px;
                  }
                }
              }
            }
            .slide_1{
              
              .contents_block{
                .bottom_block{
                  padding: 20px 10px 0;
                  .caution:nth-last-of-type(1){
                    margin-top: 10px;
                  }
                }
              }
            }
            .slide_2{
              
              .contents_block{
                .bottom_block{
                  position: relative;
                  padding: 10px 10px 0;
                  .caution{
                    margin-top: 20px; 
                  }
                  .caution02 {
                    top: 69%
                  }
                }
              }
            }
            .slide_3{
              
              .contents_block{
                .bottom_block{
                  padding: 10px 6px 0;
                  .caution{
                    margin-top: 20px;
                  }
                }
              }
            }
            .slide_4{
              
              .sp_add_info_top{
                text-align: center;
                margin-bottom: 50px;
                img{
                  margin: 0 auto 25px;
                  max-width: 60vw;
                }
                .caution{
                  display: block;
                  font-size: 10px;
                  margin-top: 20px;
                }
              }
            }
          }
        }
      }
      .question_block{
        text-align: center;
        margin-bottom: 70px;
        a{
          margin-bottom: 15px;
        }
      }
      .inner-dropdown-wrapper {
        margin: 30px auto;
        width: 90%;
        border: 2px solid #D5D5D5;
        border-radius: 18px;
        .inner-dropdown-toggle {
          padding: 12px;
          border-radius: 8px;
          position: relative;
          font-size: 16px;
          display: flex;
          align-items: center;
          .inner-icon{
            margin-right: 5px;
            width: 80px;
          }
          .inner-dropdown-icon {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
          }
          .inner-dropdown-icon::before {
            content: '';
            display: block;
            width: 12px;
            height: 2px;
            background-color: #843EF7;
          }
          .inner-dropdown-icon::after {
            content: '';
            display: block;
            width: 2px;
            height: 12px;
            background-color: #843EF7;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: transform 0.3s ease;
          }
          &.active .inner-dropdown-icon::after {
            transform: translate(-50%, -50%) rotate(90deg);
          }
        }
        .inner-dropdown-content {
          display: none;
          padding: 10px 15px 0;
          background-color: #fff;
          dl {
            margin-bottom: 15px;
            line-height: 1.6;
            display: flex;
            flex-direction: column;
            dt{
              font-size: 15px;
              font-weight: 600;
              margin-bottom: 10px;
            }
            dd{
              font-size: 13px;
            }
          }
          p {
            margin-bottom: 12px;
            line-height: 1.5;
            font-size: 14px;
          }
        }
        .inner-dropdown-content.active {
          display: block;
        }
      }
      .close-button {
        display: none;
        text-align: center;
        margin: 20px 0;
        .close-icon {
          cursor: pointer;
          font-size: 20px;
          color: #00736c;
          padding: 8px 16px;
          background-color: #f2f4f4;
          border: 2px solid #00736c;
          border-radius: 50px;
          &:hover {
            background-color: #00736c;
            color: #fff;
          }
        }
      }
      .close-button.active {
        display: block;
      }
    }
  }

  #science-internship #event_wrapper,
  #science-internship #kuchikomi_wrapper,
  #science-internship #useful_wrapper {
    position: relative;
    top: 100px;
  }

  /*スマホ版：アンカーリンクを追従させるためのコード*/
  #science-internship .fixedNav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 0;
  }

  #science-internship .question_btn {
    position: relative;
    font-size: 12px;
    padding-left: 20px;
    font-weight: 400;
    display: inline-block;

    &::before {
      content: '';
      background-image: url('/special/science-internship/images/q_mark.svg');
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 17px;
      height: 17px;
      position: absolute;
      bottom: -3px;
      left: 0;
    }
  }

  #science-internship .s_btn_area .question_block {
    text-align: center;
  }

  #science-internship .search_wrapper {
    position: relative;

    /*----通常のタグ----*/
    .tag_area {
      .tag_hd {
        a {
          display: flex;
          align-items: center;
          width: 100%;
          height: 55px;
          color: #222167;
          position: relative;
          padding-left: 15px;

          &::before {
            content: '';
            background-image: url('/special/science-internship/images/arrow_sp.svg');
            background-size: contain;
            background-repeat: no-repeat;
            width: 24px;
            height: 12px;
            position: absolute;
            bottom: 20px;
            right: 2px;
            transform: rotate(0);
          }
        }
      }

      .no_tag {
        border-bottom: 2px solid #222167;
      }

      .tag_inner {
        padding: 0 10px;

        .tag_inner_flex {
          display: flex;
          flex-wrap: wrap;
          gap: 6px;
          margin-bottom: 30px;

          .tag {
            display: flex;
            justify-content: center;
            align-items: center;
            width: calc(50% - 3px);
            background-color: #f2f4f4;
            position: relative;
            height: 55px;
            line-height: 1.3;
            padding: 0 20px 0 10px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: -0.04em;
            border-radius: 10px;

            &::before {
              content: '';
              background-image: url('/special/science-internship/images/arrow_sp2.svg');
              background-size: contain;
              background-repeat: no-repeat;
              width: 6px;
              height: 12px;
              position: absolute;
              bottom: 21px;
              right: 10px;
            }
          }
        }
      }
      .tag_inner_bottom{
        margin-top: 40px;
        .tag_inner_center{
          .tag-btn{
            display: flex;
            align-items: center;
            background-color: #f2f4f4;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.3;
            width: calc(100% - 26px);
            height: 55px;
            padding: 0 10px;
            justify-content: center;
            margin: 0 auto;
      
          &:hover {
            background-color: #ec6c1f;
            color: #fff;
            }
          }
        }
      }
    }

    /*----アコーディオンメニューのとき----*/
    #ac {
      background-color: #f2f4f4;
      border-bottom: 2px solid #222167;

      .tag_hd {
        a {
          background-color: #fff;

          &::before {
            content: '';
            background-image: url('/special/science-internship/images/ac_arrow_sp.svg');
            background-size: contain;
            background-repeat: no-repeat;
            width: 21px;
            height: 21px;
            position: absolute;
            bottom: 20px;
            right: 10px;
          }
        }

        .on {
          background-color: #f2f4f4;

          &::before {
            background-image: url('/special/science-internship/images/ac_arrow_sp_on.svg');
          }
        }
      }

      .tag_inner {
        display: none;
        padding: 0 15px 30px;

        .tag_inner_flex {
          .tag {
            background-color: #fff;
          }
        }
      }

      .tag_inner_open {
        display: block;
      }
    }

    .search_hd {
      text-align: center;
      margin-bottom: 9px;
      img {
        margin: 0 auto;
        max-width: 98%;
      }
    }

    .hd_rec_text {
      margin-bottom: 27px;
      img {
        margin: 0 auto;
        max-width: 65vw;
      }
    }

    .search_area {
      padding: 20px 0 20px;
      background-color: #fff;

      .question_block {
        text-align: center;
        .question_btn {
          margin: 0 auto 45px;
        }
      }

      .hd {
        font-size: 14px;
        color: #843EF7;
        position: relative;
        margin-bottom: 10px;
        padding-left: 20px;
        width: 94%;
        line-height: 1.5;

        &::before {
          content: '';
          background-repeat: no-repeat;
          background-size: contain;
          display: block;
          width: 26px;
          height: 26px;
          position: absolute;
          bottom: 0;
          left: 0;
        }
      }

      .rec_wrapper {
        .hd {
          
        }

        .rec_tag_area {
          padding: 0 10px 30px;

          .rec_tag_inner {
            .rec_tag {
              display: inline-block;
              padding: 10px 30px 10px 15px;
              border: 2px solid #222167;
              border-radius: 20px;
              position: relative;
              font-size: 14px;
              font-weight: 600;
              color: #222167;
              margin-right: 5px;
              margin-bottom: 10px;

              &::after {
                content: '';
                background-image: url('/special/science-internship/images/arrow_sp.svg');
                background-size: contain;
                background-repeat: no-repeat;
                width: 6px;
                height: 12px;
                position: absolute;
                bottom: 9px;
                right: 10px;
              }
            }
          }
        }
      }

      .bnr {
        margin-top: 40px;
        margin-bottom: 60px;
        img {
          margin: 0 auto;
          max-width: 88vw;
        }
      }

      .industry_wrapper {

        .hd {
          
        }
      }

      .place_wrapper {
        margin-bottom: 60px;

        .hd {
          margin-bottom: 0;

          &::before {
            background-image: url('/special/science-internship/images/icon_place.svg');
            bottom: 4px;
            left: 17px;
          }
        }
      }

      .month_wrapper {
        .hd {
          &::before {
            background-image: url('/special/science-internship/images/icon_calendar.svg');
            bottom: 3px;
            left: 12px;
          }
        }

        .tag_area {
          margin-bottom: 40px;
        }
      }

      .date_wrapper {
        .hd {
          &::before {
            background-image: url('/special/science-internship/images/icon_date.svg');
            bottom: 3px;
            left: 12px;
          }
        }
      }
    }
  }

  #science-internship .event_wrapper {
    position: relative;
    padding-top: 70px;
    text-align: center;

    &::before {
      content: '';
      background-image: url('/special/science-internship/images/hexagon.svg');
      background-size: contain;
      background-repeat: no-repeat;
      width: 20vw;
      height: 20vw;
      position: absolute;
      top: -20px;
      right: 20px;
      z-index: 1;
    }

    .search_hd {
      margin-bottom: 20px;
      img {
        margin: 0 auto;
        max-width: 98%;
        max-height: 30px;
      }
    }

    .hd_event_text {
      margin-bottom: 20px;
      img {
        margin: 0 auto;
        max-width: 82vw;
      }
    }

    .event_area {
      background-color: #fff;
      padding: 40px 0 50px;

      .swiper-wrapper {
        padding-bottom: 60px;

        img {
          margin: 0 auto;
          max-width: 87vw;
        }
      }

      .swiper-horizontal>.swiper-pagination-bullets,
      .swiper-pagination-bullets.swiper-pagination-horizontal,
      .swiper-pagination-custom,
      .swiper-pagination-fraction {
        bottom: 40px;
        left: 45%;
      }

      .swiper-pagination-bullet {
        background-color: #596161;
      }

      .swiper-pagination-bullet-active {
        background-color: #222167;
      }

      .btn_area {
        padding: 0 5vw;

        h3 {
          color: #843EF7;
          padding-bottom: 20px;
        }

        .flex {
          display: flex;
          gap: 20px;
          justify-content: center;

          .common_btn {
            width: 30%;
            height: 40px;
            font-size: 16px;
            margin: 0;
          }
        }
      }
    }
  }

  .kuchikomi_wrapper {
    padding-top: 60px;
    position: relative;

    

    .search_hd {
      margin-bottom: 20px;
      img {
        margin: 0 auto;
        max-width: 98%;
        max-height: 60px;
      }
    }

    .kuchikomi_area {
      .caution {
        padding-top: 10px;
        text-align: center;
        margin-bottom: 0 !important;
        font-size: 12px;
      }

      .sub_hd {
        font-size: clamp(16px, 26vw, 17px);
        text-align: center;
        padding-bottom: 15px;
        color: #843EF7;
        line-height: 1.5;
      }

      .kuchikomi_inner {
        .block {
          background-color: #fff;
          padding: 25px;
          text-align: center;
          .text{
            padding-bottom: 30px;
            line-height: 1.5;
            font-size: 13px;
          }
          .bnr{
            display: block;
            margin-bottom: 40px;
          }
          .popup_open_btn{
            display: inline-block;
            position: relative;
            font-weight: 600;
            &::before{
              content: '';
              display: block;
              width: 100%;
              height: 2px;
              background-color: #843EF7;
              position: absolute;
              left: 0;
              bottom: -1px;
            }
          }
        }

        .block:nth-of-type(1) {
          margin-bottom: 20px;
        }
      }
    }
  }

  .useful_wrapper {
    padding: 60px 0 50px;
    position: relative;
    margin-bottom: 50px;

    &::before {
      content: '';
      background-image: url('/special/science-internship/images/hexagon2.svg');
      background-size: contain;
      background-repeat: no-repeat;
      width: 13vw;
      height: 13vw;
      position: absolute;
      top: -20px;
      left: 20px;
      z-index: 1;
    }

    &::after {
      content: '';
      background-image: url('/special/science-internship/images/hexagon3.svg');
      background-size: contain;
      background-repeat: no-repeat;
      width: 40vw;
      height: 40vw;
      position: absolute;
      bottom: -50px;
      right: 14px;
      z-index: 1;
    }

    .search_hd {
      padding-bottom: 15px;
      img {
        margin: 0 auto;
        max-width: 98%;
      }
    }

    .hd_useful_text{
      padding-bottom: 40px;
      img{
        margin: 0 auto;
        max-width: 85vw;
      }
    }

    .useful_area {
      padding: 50px 0 60px;
      background-color: #fff;

      .useful_inner {
        .article_area {
          overflow: hidden;
          margin-bottom: 70px;

          h3 {
            text-align: center;
            margin-bottom: 20px;

            span {
              font-size: 18px;
              color: black;
              padding-bottom: 0;
            }
          }

          .swiper {
            width: calc(100% - 40px);
            /* 右側に20pxの余白を開ける */
            overflow: hidden;
          }

          .c_cardListInfo__list--col4 {
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
            padding-left: 40px;
            border-bottom: none;
          }

          .c_cardListInfo__list--col4 .swiper-slide {
            flex: 0 0 65vw;
            /* 各スライドの幅を230pxに固定 */
          }

          .c_cardInfo {
            width: 65vw;
            min-height: 325px;
            display: block;
            border: 1px solid #c5c5c5;
            padding: 0;
            border-radius: 4px;
          }

          .c_cardInfo__head {
            width: 100%;
          }

          .c_cardInfo__body {
            width: 100%;
            padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 10px;
          }

          .c_cardInfo__tag {
            max-height: 38px;
            color: #222167;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.25;

            li {
              display: inline-block;
              white-space: nowrap;
              margin-right: 8px;

              .c_link {
                &::before {
                  content: "#";
                  display: inline;
                }
              }
            }
          }
        }

        .article_area:nth-last-of-type(1) {
          margin-bottom: 60px;
        }
      }
    }
  }

}


@media (min-width: 768px) {

  .pc{
    display: block!important;
  }
  
  .sp{
    display: none!important;
  }

  #science-internship #sp {
    display: none;
  }

  #science-internship .question_btn {
    font-size: 16px;
    display: inline-block;
    span {
      position: relative;
      &::before {
        content: '';
        background-image: url('/special/science-internship/images/q_mark.svg');
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: -1px;
        left: -30px;
      }

      &:hover {
        opacity: .6;;
      }
    }
  }

  #science-internship .hd {
    font-size: 24px;
    color: #843EF7;
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
  }

  

  #science-internship .sub_hd {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
    color: #843EF7;
  }

  #science-internship #mv {
    background-image: url('/special/science-internship/images/mvbg_pc.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 100%;
    height: 300px;
    position: relative;
    max-width:1920px;
    margin:0 auto 50px;
    
    .mv_area {
      h1 {
        padding-top: 50px;
        
        img {
          max-width: 450px;
          margin: 0 auto;
        }
      }

      .sub_copy {
          position: relative;
          img {
            margin: 0 auto;
            max-width: 350px;
          }
      }
    }
  }

  #science-internship .s_btn_area {
    margin: 0 auto 120px;
    width: 960px;
    .s_btn_inner {
      margin-bottom: 40px;
      display: flex;
      justify-content: space-between;
      .s_btn {
        position: relative;
        display: block;
        width: 230px;
        height: 120px;
        background-color: #fff;
        text-align: center;
        border: 3px solid #222167;
        border-radius: 18px;
        box-shadow: #212167 4px 3px;
        margin-right: 8px;
        .text {
          position: absolute;
          bottom: 10px;
          left: 0;
          right: 0;
          text-align: center;
          font-weight: 700;
          color: #222167;
          font-size: 13px;
          line-height: 1.3;
          letter-spacing: -0.1em;
        }

        .img {
          img {
            margin-top: 15px;
            margin-bottom: 5px;
            width: 100%;
            max-width: 40px;
            max-height: 45px;
            position: absolute;
            top: 12%;
            left: 0;
            right: 0;
            margin: 0 auto;
          }
        }
      }

      .s_btn:nth-last-of-type(1) {
        margin-right: 0;
      }

      .s_btn:hover {
        background-color: #222167;

        p {
          color: #f2f4f4;
        }
      }
    }
  }

  /*アンカーリンクを追従させるためのコード*/
  #science-internship .s_btn_scroll_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;

    .s_btn_scroll_area {
      width: 100%;
      background-color: #fff;
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      padding: 20px 0 0;
      box-shadow: 0px 3px 5px -5px;

      h2 {
        text-align: center;
        font-size: 19px;
        color: #222167;
        padding-bottom: 10px;
      }

      .s_btn_scroll_inner {
        max-width: 960px;
        margin: 0 auto;

        ul {
          width: 100%;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;

          li {
            width: 25%;
            height: 100%;
            position: relative;
            text-align: center;

            &::after {
              content: '';
              position: absolute;
              bottom: 0;
              right: 0;
              display: block;
              background-color: #E5E6E6;
              width: 1px;
              height: 100%;
            }

            a {
              display: block;
              width: 100%;
              height: 100%;
              font-size: 16px;
              line-height: 1.3;
            }

            a:hover {
              color: #0CA5B0;
            }
          }

          li:nth-of-type(1) {
            &::before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              background-color: #E5E6E6;
              width: 1px;
              height: 100%;
            }
          }
        }
      }
    }
  }

  #science-internship .reason_wrapper{
    .reason_area{
      max-width: 960px;
      margin: 40px auto 40px;
      border: 1px solid #B9B9B9;
      border-radius: 40px;
      background-color: white;
      .reason_hd{
        cursor: pointer;
        position: relative;
        text-align: center;
        padding: 50px 0 0;
        font-size: 22px;
        line-height: 1.5;
        img{
          margin: 0 auto;
          max-width: 960px;
        }
        .check-icon{
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
        }
        .dropdown-icon {
          /*position: absolute;
          right: 20px;
          top: 50%;*/
          transform: translateY(-50%);
          transition: transform 0.3s ease;
          margin-top: 30px;
          display: block;
        }
        &.active .dropdown-icon {
          display: none;
        }
      }
      .dropdown-content {
        display: none;
      }
      .dropdown-content.active {
        display: block;
      }
      .question_block{
        width: 400px;
        margin: 40px auto;
        a{
          margin-bottom: 30px;
        }
      }
      .inner-dropdown-wrapper {
        margin: 30px auto;
        width: 80%;
        border: 2px solid #D5D5D5;
        border-radius: 18px;
        .inner-dropdown-toggle {
          padding: 15px;
          position: relative;
          font-size: 22px;
          display: flex;
          align-items: center;
          .inner-icon{
            margin-right: 15px;
          }
          .inner-dropdown-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
            
          }
          .inner-dropdown-icon::before {
            content: '';
            display: block;
            width: 16px;
            height: 2px;
            background-color: #843EF7;
          }
          .inner-dropdown-icon::after {
            content: '';
            display: block;
            width: 2px;
            height: 16px;
            background-color: #843EF7;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: transform 0.3s ease;
          }
          &.active .inner-dropdown-icon::after {
            transform: translate(-50%, -50%) rotate(90deg);
          }
        }
        .inner-dropdown-content {
          display: none;
          padding: 18px;
          dl {
            margin-bottom: 15px;
            line-height: 1.6;
            display: flex;
            align-items: flex-start;
            dt{
              font-size: 18px;
              font-weight: 500;
              width: 15%;    
            }
            dd{
              font-size: 15px;
              width: 85%;
            }
          }
        }
        .inner-dropdown-content.active {
          display: block;
        }
      }
      .close-button {
        display: none;
        text-align: center;
        margin-top: 30px;
        .close-icon {
          cursor: pointer;
          font-size: 24px;
          color: #00736c;
          padding: 10px 20px;
          background-color: #f2f4f4;
          border: 2px solid #00736c;
          border-radius: 50px;
          &:hover {
            background-color: #00736c;
            color: #fff;
          }
        }
      }
      .close-button.active {
        display: block;
      }
      .add_info_block{
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #212167;
        padding: 30px 40px;
        margin-bottom: 50px;
        .add_info_block_inner{
          width: 100%;
          display: flex;
          justify-content: space-between;
          .left_block,
          .right_block{
            width: 100%;
            img{
              width: 100%;
            }
          }
          .left_block{
            max-width: calc(52% - 40px);
            .caution{
              font-size: 10px;
              margin-top: 35px;
            }
          }
          .right_block{
            max-width: calc(49% - 40px);
          }
        }
      }
      .reason_inner{
        margin-bottom: 10px;
        
        .sub_title_area{
          margin: 40px auto;
          img{
            margin: 0 auto;
          }
        }
        .graph_area{
          width: 90%;
          margin: 0 auto;
          ul{
            padding: 0;
            margin: 0;
            display: flex;
            li{
              width: 25%;
              display: flex;
              justify-content: center;
            }
          }
          .graph_subimg_area{
              margin: 20px 0;
              img{
                margin: 0 auto;
              }
            }
            .notes_text{
              font-size: 12px;
              text-align: center;
            }
        }
        .swiper{
          padding: 30px 0;
          .swiper-pagination{
            display: none;
          }
          .swiper-wrapper{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            .swiper-slide{
              background-color: #B080FF;
              width: 404px;
              height: 508px;
              position: relative;
              
              .contents_block{
                padding: 0 2px 2px;
                .top_block{
                  height: 79px;
                  display: flex;
                  align-items: center;
                  font-size: 20px;
                  &::after{
                    content: '';
                    position: absolute;
                    background-image: url('/special/science-internship/images/top_block_icon.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 28px;
                    height: 28px;
                    left: 50%;
                    transform: translate(-50%, 150%);
                    z-index: 1;
                  }
                  .slide-no{
                    border-right: 1px solid white;
                    color: white;
                    font-weight: 600;
                    width: 15%;
                    margin-right: 10px;
                    padding: 10px 0;
                    text-align: center;
                  }
                  h2{
                    text-align: left;
                    color: #fff;
                    line-height: 1.5;
                    margin-left: 10px;
                    .strong{
                      font-size: 20px;
                    }
                    .txt-color-y{
                      font-weight: 700;
                      color: #dcec15;
                    }
                  }
                }
                .bottom_block{
                  background-color: #fff;
                  padding: 15px 10px 20px;
                  height: 427px;
                  .img{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 360px;
                    margin-top: 10px;
                    img{
                      max-height: 360px;
                      margin: 0 auto;
                    }
                  }
                  .caution,
                  .caution02 {
                    text-align: center;
                    font-size: 9px;
                    margin-top: 20px;
                  }
                }
              }
            }
            /*---.slide_1,.slide_2,.slide_3 はclass="swiper-slideの個別のCSS---"*/
            .slide_1{
              
              .contents_block{
                .bottom_block{
                  .img{
                    img{
                      margin: 0 auto;
                    }
                  }
                  .caution{
                    margin-top: 20px;
                  }
                }
              }
          }

            .slide_2{
              
              .contents_block{
                .bottom_block{
                  padding: 15px 20px 20px;
                  position: relative;
                  .caution {
                    margin-top: 20px;
                  }
                  .caution02 {
                    top: 68.5%
                  }
                }
              }
          }

            .slide_3{
              
              .contents_block{
                .bottom_block{
                  padding: 15px 20px 20px;
                  .caution{
                    margin-top: 20px;
                  }
                }
              }
          }
          
        }
      }
    }
  }
}

/*-----タグのCSS共通-----*/
.tag_area {
  padding: 0 20px;

  .tag_inner {
    .tag_inner_flex {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 40px;

      .tag {
        display: flex;
        align-items: center;
        background-color: #f2f4f4;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
        width: calc(100% / 3 - 10px);
        height: 76px;
        padding: 0 10px;
        justify-content: center;
        border-radius: 10px;
        text-align: center;

        &:hover {
          background-color: #843EF7;
          color: #fff;
        }
      }
    }
  }
  .tag_inner_bottom{
  margin-top: 40px;
  .tag_inner_center{
    .tag-btn{
      display: flex;
      align-items: center;
      background-color: #f2f4f4;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.3;
      width: calc(40% - 6px);
      height: 55px;
      padding: 0 10px;
      justify-content: center;
      margin: 0 auto;
      
      &:hover {
          background-color: #e84a57;
          color: #fff;
      }
    }
  }
  }
}

  /*PC版アンカーリンク先のコード*/
  #science-internship #rec_wrapper {
    position: relative;
    top: -400px;
  }

  #science-internship #event_wrapper,
  #science-internship #kuchikomi_wrapper,
  #science-internship #useful_wrapper {
    position: relative;
    top: -200px;
  }

  #science-internship .search_wrapper {
    .search_hd {
      padding-bottom: 20px;
      position: relative;
      margin-top: 80px;
      img {
        margin: 0 auto;
        max-width: 960px;
      }
    }
    /*.hd_sub_text{
      max-width: 960px;
      margin: 0 auto 40px;
      text-align: center;
    }*/

    .hd_rec_text {
      padding-bottom: 40px;
      img {
        margin: 0 auto;
        max-width: 750px;
      }
    }

    .search_area {
      position: relative;
      max-width: 960px;
      margin: 0 auto 120px;
      &::before {
        content: '';
        position: absolute;
        bottom: -55px;
        right: 56px;
        z-index: 1;
        background-image: url('/special/science-internship/images/hexagon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 123px;
        height: 118px;
      }

      .search_inner {
        position: relative;
        background-color: #fff;
        padding: 40px 25px 50px;
      }
    }

    .bnr {
      margin-top: 80px;
      margin-bottom: 80px;
      img {
        margin: 0 auto;
        max-width: 440px;
      }
      &:hover{
        opacity: .6;
      }
    }

    .search_contents {
    }

    .search_contents:nth-last-of-type(1) {
      margin-bottom: 0;
    }

    .industry_wrapper {
      .hd::before {
        background-image: url('/special/science-internship/images/icon_industry.svg');
      }
    }

    .place_wrapper {
      margin-bottom: 70px;

      .hd::before {
        background-image: url('/special/science-internship/images/icon_place.svg');
      }

      .tag_area {
        gap: 6px;
        padding: 0 20px 40px;

        .tag_hd {
          margin-bottom: 20px;

          a {
            font-size: 24px;
            color: #222167;
            font-weight: 700;
            position: relative;

            &::after {
              content: '';
              position: absolute;
              bottom: 8px;
              right: -20px;
              background-image: url('/special/science-internship/images/arrow.svg');
              background-size: contain;
              background-repeat: no-repeat;
              width: 9px;
              height: 16px;
            }
          }
        }

        .no_tag {
          margin-bottom: 0;
        }

        .tag {
          width: calc(14.3% - 6px);
        }
      }

      .tag_area:nth-last-of-type(1) {
        padding: 0 20px 0;
      }
    }


    .month_wrapper {
      .hd::before {
        background-image: url('/special/science-internship/images/icon_calendar.svg');
      }
    }

    .date_wrapper {
      .tag_area {
        gap: 6px;
        padding: 0 20px 40px;

        .tag_inner {
          .tag {
            width: calc(25% - 6px);
          }
        }
      }

      .hd {
        &::before {
          background-image: url('/special/science-internship/images/icon_date.svg');
        }
      }
    }

  }

  #science-internship .event_wrapper {
    .search_hd {
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
      img {
        margin: 0 auto;
        max-width: 750px;
      }
    }

    .hd_event_text {
      position: relative;
      z-index: 1;
      margin-bottom: 70px;
      img {
        margin: 0 auto;
        max-width: 630px;
      }
    }

    .event_area {
      position: relative;
      max-width: 960px;
      margin: 0 auto 80px;

      

      .event_inner {
        position: relative;
        background-color: #fff;
        padding: 90px 30px 70px;
        border-radius: 4px;

        .img_flex {
          display: flex;
          justify-content: space-between;
          margin-bottom: 55px;

          p {
            width: calc(50% - 9px);
            display: flex;
            justify-content: center;
          }
        }

        .btn_area {
          h3 {
            text-align: center;
            font-size: 24px;
            color: #843EF7;
            padding-bottom: 40px;
          }

          .flex {
            display: flex;
            justify-content: center;
            gap: 20px;

            .common_btn {
              width: 200px;
              height: 60px;
              font-size: 20px;
              margin: 0;
              background-color: #843EF7;
              border: 2px solid #843EF7;
              &:hover{
                background-color: #fff;
                color: #843EF7;
              }
            }
          }
        }
      }
    }
  }

  #science-internship .kuchikomi_wrapper {
    position: relative;
    .search_hd {
      padding-bottom: 20px;
      img {
        margin: 0 auto;
        max-width: 750px;
      }
    }

    .kuchikomi_area {
      position: relative;
      max-width: 960px;
      margin: 0 auto 180px;

      &::before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 32px;
        background-image: url('/special/science-internship/images/hexagon2.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 170px;
        height: 114px;
        z-index: 1;
      }

      .kuchikomi_inner {
        position: relative;
        padding: 0 30px;
        border-radius: 4px;
        .text{
          font-size: 18px;
          line-height: 1.5;
          text-align: center;
          margin-bottom: 50px;
          .popup_open_btn{
            display: inline-block;
            color: #e84a57;
            font-weight: 600;
            line-height: 1.5;
            position: relative;
            &::before{
              content: '';
              display: block;
              width: 100%;
              height: 2px;
              background-color: #e84a57;
              position: absolute;
              bottom: 1px;
              left: 0;
            }
            &:hover{
              color: #0CA5B0;
             &::before{
              background-color: #0CA5B0;
             }
            }
          }
        }

        .block{
          text-align: center;
          padding: 60px 0;
          background-color: #fff;
        }

        .block:nth-of-type(2){
          margin-top: 30px;
          margin-bottom: 100px;
          .bnr{
            text-align: center;
            margin-bottom: 50px;
            img{
              display: inline-block;
              max-width: 580px;
              &:hover{
                opacity: .6;
              }
            }
          }
          .common_btn{
            margin: 0 auto 40px;
          }
        }
      }
    }
  }

  #science-internship .useful_wrapper {
    position: relative;

    .search_hd {
      margin-bottom: 24px;
      img {
        margin: 0 auto;
        max-width: 750px;
      }
    }

    .hd_useful_text{
      margin-bottom: 40px;
      img{
        max-width: 740px;
        margin: 0 auto;
      }
    }

    .useful_area {
      margin: 0 auto 285px;
      max-width: 880px;
      position: relative;

      &::after {
        content: '';
        position: absolute;
        bottom: -53px;
        right: 40px;
        z-index: 1;
        background-image: url('/special/science-internship/images/hexagon3.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 170px;
        height: 114px;
      }

      .useful_inner {
        background-color: #fff;
        padding: 30px 40px 70px;
        border-radius: 4px;

        .article_area {
          margin-bottom: 80px;

          h3 {
            font-size: 24px;
            text-align: center;
            color: black;
            padding-bottom: 10px;
            margin-bottom: 30px;

            span {
              position: relative;

              
            }
          }

          .c_cardListInfo__list--col4 {
            display: flex;
            gap: 10px;

            li {
              display: inline;
              margin-right:0;
              width: calc(100% / 3 - 7px);
              flex-basis:inherit;
              margin-top: 0;

              .c_cardLink {
                border: 1px solid #c5c5c5;

                .c_cardInfo__tag>li {
                  display: inline;
                  margin-right: 0.5em;
                  border: none;
                }

                .c_cardInfo__tag>li:before {
                  content: "#";
                  display: inline;
                }
              }
            }
          }
        }

        .article_area:nth-last-of-type(1) {
          margin-bottom: 0;

          .c_cardListInfo__list--col4 {
            margin-bottom: 70px;
          }
        }
      }
    }
  }

}

@media (min-width:1250px){

  #science-internship .s_btn_area {
    & .s_btn_inner {
        & .s_btn {
          width: 250px;
            .text {
                font-size: 16px;
              }
          }
      }
  }

}