@media screen and (min-width: 768px) {
  .sp {
    display: none!important;
  }
  .pc {
    display: block;
  }
  
  .mv_area {
    width: 1120px;
    margin: 0 auto;
  }
  .need_area {
    width: 950px;
    margin: 0 auto;
  }
  .txt_small {
    font-size: 14px;
  }
  .txt_small_left {
    font-size: 14px;
    text-align: left;
  }
  .container {
    padding: 30px;
  }
  .pc_grid_narrow {
    display: grid;
    gap: 16px;
  }
  .pc_grid_default {
    display: grid;
    gap: 24px;
  }
  .pc_2col_narrow {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .pc_2col_narrow_center {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .pc_3col_narrow {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .yellow_wrapper,.gray_wrapper {
    padding: 60px 0;
  }
  .senior_experience{
    width: 750px;
    margin: 0 auto;
  }
  .pc_way_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 59px;
  }
  .way_container::before,
  .way_container::after {
    content: '';
    background-image: url('/special/2025/camp_27_10/images/arrow_02.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
 
    transform: translateY(-50%) rotate(-90deg);
  }
  .way_container:nth-child(1)::after,
  .way_container:nth-child(3)::after {
    right: -50px; 
  }
  .way_container:nth-child(3)::before {
    left: -35px; 
  }
  .way_container:nth-child(1)::before,
  .way_container:nth-child(2)::before,
  .way_container:nth-child(2)::after,
  .way_container:nth-child(4)::before,
  .way_container:nth-child(4)::after {
    display: none;
  }
  .btn_entry {
    width: 450px;
  }
  .btn_entry_small,
  .btn_entry_company {
    width: 270px;
  }
  .btn_wrapper {
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  }
  .ranking_img {
    width: 70%;
    margin: 0 auto;
  }
  .txt_img {
    width: 55%;
    margin: 0 auto;
  }
  .txt_common_img {
    width: 30%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #camp_27_10 {
    font-size: 14px;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block;
  }
  .yellow_wrapper,.gray_wrapper {
    padding: 16px 8px;
  }
  .txt_small {
    font-size: 11px;
  }
  .txt_small_left {
    font-size: 11px;
    text-align: left;
  }
  .container {
    padding: 16px 8px;
  }
  .sp_grid_narrow {
    display: grid;
    gap: 8px;
  }
  .sp_grid_default {
    display: grid;
    gap: 16px;
  }
  /* コンテンツをデフォルトで非表示にする */
  .accordion_content_js {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  }
  /* ↓ is_openクラスがついた時にコンテンツを表示 */
  .accordion_js.is_open .accordion_content_js {
    max-height: 100%;
    padding: 8px 0 0;
  }
  .accordion_trigger_js {
    border-radius: 8px;
    background-color: #E3D5FF;
    padding: 16px;
    border: none;
    text-align: left;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    gap: 10px;
  }
  .accordion_trigger_js img {
    width: 80%;
    margin: 0 auto;
  }
  /* 矢印アイコン */
  .accordion_trigger_js::after {
    content: '';
    background-image: url('/special/2025/camp_27_10/images/arrow_02.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    transition: transform 0.3s ease;
  }
  /* ↓ is_openクラスがついた時に矢印を回転 */
  .accordion_js.is_open .accordion_trigger_js::after {
    transform: rotate(180deg);
  }
  .btn_entry_small,
  .btn_entry_company {
    width: 300px;
  }

  .btn_wrapper {
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  }
  .txt_common_img {
  width: 70%;
  margin: 0 auto;
  }
  
}


#camp_27_10 {
  line-height: 150%;
  .yellow_wrapper,.mv_wrapper {
    background: #DEED11;
  }
  .gray_wrapper {
    background-color: #F8F8F8;
  }
  .container {
    display: grid;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    text-align:center;
    & sup {
    font-size: 70%;
    vertical-align: top;
    }
    .about_contents {
      display: grid;
      gap: 10px;
      h3 {
        display: flex;
        width: 200px;
        height: 29px;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background: #2D3636;
        box-shadow: 5px 5px 0 0 #DEED11;
        color: #FFF;

      }
    }
    
    .list {
    li {
    list-style-type: disc;
    margin-left: 20px;
    text-align: left;
    }
    }
  }
  .gray_container {
    width: 100%;
    display: grid;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F8F8F8;
  }

  #scroll_area {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, .7);
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateY(100%);
  position: fixed;
  bottom: 80px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;


  .scroll_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  }
  #scroll_area.is_visible {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (max-width: 767px) {

  #scroll_area.is_visible.is_raised {
  /* 元々のbottom:20pxの位置から、さらに53px上に移動させる */
  /* bottomプロパティを直接変更してもOKです */
  /* bottom: 73px; */ /* 20px + 53px */
  
  /* transformを使った方がアニメーションがスムーズです */
  transform: translateY(23px);
  }
}

  .map_content {
    display: grid;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #2D3636;
    background: #FFF;
    box-shadow: 5px 5px 0 0 #2D3636;
    p {
      text-align: left;
    }
  }
  .txt_link {
    color: #843EF7;
    font-weight: 600;
    text-decoration-line: underline;
  }
  .txt_purple {
    color: #843EF7;
    font-weight: 600;
  }
  .txt_purple_bg {
    color: #843EF7;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
  }
  .txt_pink {
    color: #F73E9D;
    font-weight: 600;
  }
  .txt_pink_bg {
    color: #F73E9D;
    font-weight: 600;
    font-size: 24px;
  }
  .txt_bold {
    font-weight: 600;
  }
  .btn_entry {
    color: #FFF;
    padding: 30px;
    font-weight: 600;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FA621B;
    box-shadow: 5px 5px 0 0 #000;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
  }
  .btn_entry_small {
    color: #FFF;
    font-weight: 600;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FA621B;
    box-shadow: 5px 5px 0 0 #000;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
  }
  .btn_entry_company {
    color: #FFF;
    font-weight: 600;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #843EF7;
    box-shadow: 5px 5px 0 0 #000;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
  }
  .btn_entry:hover,
  .btn_entry_small:hover,
  .btn_entry_company:hover { 
    box-shadow: 2px 2px 0 0 #000;
    transform: translate(2px, 2px);
  }
  .senior_experience{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #2D3636;
    background: #FFF;
    box-shadow: 5px 5px 0 0 #2D3636;
 
  }
  .senior_wrapper{
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  .balloon {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 16px;
    border-radius: 8px;
    background-color: #F8F8F8;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #F8F8F8 transparent transparent;
  translate: -100% -50%;
}

.way_container{
  display: flex;
  position: relative;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  .way_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }
  .way_num {
    display: flex;
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background: #843EF7;
    color: #FFF;
    font-weight: 600;
  }
}

.entry_method_container {
  display: flex;
  padding: 24px 8px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #FFF;
  text-align: center;
  .entry_method_title {
    display: flex;
    width: 89px;
    height: 29px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2D3636;
    box-shadow: 5px 5px 0 0 #DEED11;
  }
}

.icon_img {
  margin: 0 auto;
  width: 62px;
}
.btn_wrapper {
  display: grid;
}
.common_btn {
  background-color: #843EF7;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #843EF7;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  height: 50px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  text-decoration: none;

  &:hover {
    background-color: #fff;
    color: #843EF7;
  }

}
}