@media screen and (max-width: 768px) {
  * {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    /* outline: 1px solid red; */
  }

  .scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

  .scrollbar::-webkit-scrollbar {
    display: none;
}



  :root {
      font-size: 10px;
  }

  html {
      scroll-behavior: inherit;
  }

  body {
      background: #20A6FF;
      overflow-x: hidden;
  }

  body.app {
    scroll-behavior: smooth;
  }


  a:link, 
  a:visited, 
  a:hover, 
  a:active, 
  a:focus {
      cursor: auto;
      opacity: 1;
  }

  .sp, ._app {
    display: block;
  }

  .pc {
    display: none;
  }

  section {
      /* 最後に消す */
      position: relative;
  }

  .content-size {
      width: 345px;
      margin: 0 auto;
  }

  /* 共通背景ドット＆青色 */
  .Bd {
      background-color: #fff;
      background-image:
          radial-gradient(#F1FAFF 20%, transparent 20%),
          radial-gradient(#F1FAFF 20%, transparent 20%);
      background-size: 18px 18px;
      background-position: 0 0, 9px 9px;
  }


  /* 共通利用コンポーネント */
  /* 固定メニュー */


  .fixed-content.fixed {
      display: block;
      opacity: 1;
      animation: fadeIn 0.3s ease 0s forwards;
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      z-index: 100;
  }

  .fixed-content.page-top.fixed {
    top: inherit;
    bottom: 0;
    right: 20px;
}

  .fixed-content.right li {
      cursor: pointer;
      /* padding: 0; */
      width: 38px;
      height: 170px;
      padding: 20px 16px 20px 2px;
      margin-bottom: 8px;
      border-radius: 16px 0 0 16px;
      position: relative;
      background: #FFB4D6;
      letter-spacing: 4px;
      text-align: -webkit-center;
  }

  .fixed-content li:hover {
      opacity: 1;
      transition: 0.3s ease;
  }

  .fixed-content.right li a {
      color: #FFF;
      display: flex;
      writing-mode: vertical-rl;
      text-orientation: upright;
      vertical-align: middle;
      font-size: 1rem;
      align-items: baseline;
      margin-left: 0;
      margin-right: 0;
  }

  .fixed-content li a:hover {
      opacity: 1;
  }

  .fixed-content span {
    /* line-height: 1; */
    line-height: 1;
    transform: rotate(0deg);
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    top: 0;
    left: 3px;
  }

  /* 背景黄色部分の共通css */
  .Bywrap {
      padding: 8px 12px;
      font-size: 1.8rem;
      margin: 0 auto;
  }

  .schedule-to-march .Bywrap,
    .check-to-march .Bywrap,
    .know-mynavi .Bywrap {
        font-size: 1.8rem;
    }

  /* 一部文字色変更用 */
  .major-title-wrap h1 {
      font-size: 2.4rem;
      text-align: center;
      line-height: 40px;
      margin: 0 auto;
  }

  .little-title-wrap {
      padding-top: 48px;
      margin-bottom: 32px;
  }

.little-title-wrap p{
    font-size: 1.6rem;
}

  .little-title-wrap h2 {
      font-size: 2rem;
      margin: 0 auto 16px;
      text-align: center;
  }

  /* wrapの中の黄色背景 */
  .content-wrap-innner-content h3 span{
      border-radius: 0;
  }

  .content-wrap-innner-content h1 span{
      border-radius: 0px;
  }

  .reserve-list .blue-content-wrap {
    margin: 0 auto;
    margin-bottom: 32px;
    position: relative;
    height: auto;
}




  /* 背景白のコンポーネント */
  .white-content-wrap {
      padding: 12px 12px 95px;
      border-radius: 20px;    
  }

  .intern-career-end .white-content-wrap.left {
      padding: 12px 12px 112px;  
  }


  .white-content-wrap .content-wrap-innner-content{
      max-width: 320px;
  }

  .white-content-wrap:nth-of-type(2) .content-wrap-innner-content {
      margin-right: 0px; 
  }

  /* 背景青のコンポーネント */
  .blue-content-wrap {
      padding: 12px 12px 95px;
      border-radius: 20px;
      margin-bottom: 56px;
  }

  .blue-content-wrap .Caption2_Bold {
      font-size: 1.2rem;
      padding: 4px 8px;
  }

  .blue-content-wrap .content-wrap-innner-content {
      max-width: 320px;
  }

  .blue-content-wrap .Caption2_Bold {
        margin-bottom: 8px;
    }

  .blue-content-wrap h3,
  .white-content-wrap h3 {
      position: relative;
      padding-bottom: 16px;
      font-size: 1.8rem;
      font-weight: bold;
  }

  .blue-content-wrap .Body_Regular,
  .white-content-wrap .Body_Regular {
      margin-top: 16px;
      font-size: 1.4rem;
  }

  .blue-content-wrap:nth-of-type(1) .content-wrap-innner-content {
      margin-right: 0; 
      
  }

  .blue-content-wrap:nth-of-type(2) .content-wrap-innner-content {
      margin-right: 0; 
      
  }

  .blue-content-wrap:nth-of-type(3) .content-wrap-innner-content {
      margin-left: 0; 
      
  }

  .responsive-image {
      width: 100%; /* 幅をコンテナに合わせる */
      height: auto; /* 高さはアスペクト比を保つ */
      /* ここで最大幅を指定することも可能 */
      max-width: 320px; /* 最大幅を320pxに制限 */
      max-height: 320px; /* 最大高さを320pxに制限 */
      min-width: 260px;
      margin-bottom: 20px;
  }


  /* 注意喚起などの共通 */
  .additional-description-area {
      max-width: 345px;
      margin-top: 60px;
      border-radius: 12px;
      padding: 36px 12px 32px;
      /* ひとつパディングが異なるコンポーネントがあるが一旦 */
  }

  .additional-description-area-title {
      padding: 12px 24px;
      color: #FFF;
      font-size: 1.4rem;
  }

  .additional-description-area a{
      margin-right: 16px;   
  }

  .additional-description-area .link-list p {
    font-size: 1.2rem;
  }


  /* 吹き出し */
  .target-to-march .whiteshadow-content-wrap{
      border-radius: 20px;
  }
  .target-to-march .major-title-wrap h1::after{
      width: 40px;
      height: 46px;
      bottom: 24px;
      left: 50%;
  }

  .target-to-march .major-title-wrap :last-child{
      padding-bottom: 14px;
  }

  .balloon .Caption1_Bold {
      font-size: 1.15rem;
  }

  .balloon h4 {
      padding-top: 92px;
      z-index: 10;
      text-align: center;
      width: fit-content;
      font-size: 2.4rem;
  }

  .balloon h4 span {
      display: none;
  }

  .balloon p {
      position: relative;
      z-index: 1000;
  }


  /* 質問リスト */
  .seminar-reserve__faq{
      margin-top: 48px;
  }

  .seminar-reserve__faq h2{
      text-align: center;
      font-size: 2.0rem;
  }

  .accordion {
      margin-top: 32px;
  }


  /* acoodion */
  .accordion-box {
      position: relative;
      /* padding-bottom: 16px; */
  }


  .accordion-title {
      padding: 12px 44px 12px 32px;
      font-size: 1.4rem;
  }

  .accordion-title::before {
      width: 20px;
      height: 22px;
      left: 0;
  }

  .accordion-title.is-active::before {
      background-image: url(../images/faq-gray-icon.png);
  }

  .accordion-title::after {
      right: 0px;

  }

  .accordion-text {
      padding: 0 0 0 28px;
      font-size: 1.4rem;
  }

  .accordion-box.is-active .accordion-text {
      padding-bottom: 12px;
  }

  .accordion-box.is-active .accordion-text::before{
      width: 20px;
      height: 22px;
      left: 0px;
      transform: translateY(-14px);
      transition: all 0.2s ease-in-out;
  }

  .accordion-box .accordion-text span {
      display: inline-block;
  }

  /* 共通フォント設定 */
  .main-content-text h4 {
      line-height: 32px;
      /* letter-spacing: 0.05; */
      font-size: 1.4rem;
      /* margin-top: 20px; */
      display: block;
  }

  .main-content-text span.small{
    font-size: 1.2rem;
    line-height: 0.5;
  }

  .Body_20Fw,
  .Body_20 {
      font-size: 1.6rem;
      display: block;
      text-align: center;
  }

  /* ------------------------------------------------------------------------------------------------------ */

  /* 個別記述 */
  .main-content {
      padding-top: 20%;
      margin-top: -21%;
      padding-bottom: 40px;
  }

  .main-content-title h1{
      padding-left: 16px;
      font-size: 1.4rem;
  }

  .main-content-title h1::after{
      width: 12px;
      height: 10px;
  }

  .section-divider::after {
      width: 72px;
      height: 44px;
  }

  .target-to-march .major-title-wrap {
      padding-top: 42px;
  }


  .target-to-march ul {
      padding: 40px 12px;
      text-wrap: auto;
  }

  .target-to-march ul::before {
      width: 345px;
      height: 150px;
      border-radius: 24px;
  }

  .target-to-march li h4 {
      padding-left: 38px;
      font-size: 1.6rem;
      width: auto;
  }

  .target-to-march li h4::before {
      width: 24px;
      height: 24px;
      top: 16px;
  }

  .target-to-march li:last-child h4 {
      margin-top: 10px;
  
  }

  .schedule-to-march {
      border-radius: 40px 40px 0 0;
      margin-top: -24px;
  }

  .schedule-to-march .content-size {
      position: relative;
  }

  .schedule-to-march .content-size::before {
      background-image: url(../images/sp_navigator_01.png);
      width: 345px;
      height: 176px;
      top: -145px;
  }

  .schedule-to-march .content-size::after {
    font-size: 1.15rem;
    width: 280px;
    height: 32px;
    top: -13px;
    text-align: left;
    left: 45px;
    line-height: 1.35;
}

  .schedule-to-march .major-title-wrap {
      padding-top: 64px;
  }

  .schedule-to-march .schedule-img {
      width: 100%;
      padding-top: 32px;
      padding-bottom: 40px;
  }

  .schedule-to-march .more-know {
      padding-bottom: 62px;
  }

  .schedule-to-march .more-know a {
      padding: 12px;
      font-size: 1.4rem;
      border: #222 solid 2px;
      border-radius: 40px;
      width: 100%;
      box-sizing: border-box;
      text-align: left;
  }

  .schedule-to-march .more-know a::before {
      content: "";
      width: 20px;
      height: 20px;
      background-size: 10px;
      border: 1px solid #222;
      right: 12px;
  }

  .schedule-to-march .more-know a:hover::before {
      background: url(../images/blue-arrow.png) no-repeat;
  }


  .check-to-march .major-title-wrap {
      padding-top: 42px;
      padding-bottom: 32px;
  }


  /* check-to-march-content */

  .check-to-march-content {
      padding: 136px 0 64px;
      border-radius: 40px 40px 0 0;
  }

  .check-to-march-content::before {
      content: "";
  }

  .check-to-march-content .content-size {
      border-radius: 40px;
      border: 2px solid #20A6ff;
      /* background: #fff; */
  }

  .check-to-march-content .recommend-act {
    background: none;
  }

  .check-to-march-content .check-to-march-content{
      text-align: center;
      justify-content: center;
  }

  /* .scroll {
      text-align: center;
      max-width: 1120px;
      background-color: #F4FEFF;
      border: solid 4px #20A6FF;
      border-radius: 80px;
      padding: 0px 40px;
      width: 100%;
      height: fit-content;
  } */

  .check-to-march-scroll {
      height: 200px;
      background-color: rgb(237, 106, 106);
  }

  .check-to-march-content-title {
      display: flex;
      justify-content: space-evenly;
  }

  .slider-content {
      margin: 0px 12px 18px;
  }

  .slider-top{
    background-color: #fff;
    margin-bottom: 16px;
  }

  .logo__title{
    margin-bottom: 4px;
  }

  /* slick */
  .prev-arrow,
  .next-arrow {
      width: 40px;
      height: 40px;
      position: absolute;
      top: -86px;
  }

    .prev-arrow.sp,
    .next-arrow.sp {
        display: block !important;
    }

    .prev-arrow.pc,
    .next-arrow.pc {
        display: none !important;
    }

  .prev-arrow {
      left: 15px;
  }

  .next-arrow {
      right: 15px;
  }

  .prev-arrow:hover,
  .next-arrow:hover {
      opacity: 1;
  }

    .prev-arrow.dimmed,
    .next-arrow.dimmed {
        opacity: 0.4 !important;
    }

  .slick-dots li button {
    background: #20A6FF;
    border: none;
    cursor: auto;
    width: 202px;
    height: 68px;
    top: -100px;
    opacity: 0;
    transition: 0.3s ease;
  }

  .slick-dots li.slick-active button {
    opacity: 1;
  }

  .slick-dots li img {
      width: 110px;
      filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(103%) contrast(101%);
  }

  .slick-dots li:last-child img {
      width: 122px;
  }


  .slick-dots li.slick-active .bubble__triangle {
      position: absolute;
      bottom: -14px;
      border-top: 15px solid #20A6FF;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      left: 50%;
      transform: translateX(-50%);
  }

  .slick-dots li:not(.slick-active) button:hover {
      opacity: 0.8;
  }

  .slick-dots li:nth-child(1) button,
  .slick-dots li:nth-child(2) button,
  .slick-dots li:nth-child(3) button {
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
  }

  .slider-content > img.sp,
  .slider-content > img._app {
      width: 320px;
      display: block;
  }

  .slider-content > img.pc {
    display: none;
  }

  .recommend-act {
      border-radius: 40px;
      padding: 0;
      margin-top: 32px;
  }

  .recommend-act h2  {
      font-size: 1.8rem;
  }

  .recommend-act h2 span {
      color: #20A6FF;
  }

  .reccomend-act-wrap {
      position: relative;
      display: block;
      margin-top: 24px;
  }

  .reccomend-act-wrap::before {
      content: "";
      background-image: none;
  }

  .reccomend-act-list img.sp,
  .reccomend-act-list img._app,
  .reccomend-act-list img {
      max-width: 320px;
      height: auto; /* アスペクト比を保つ */
      display: block;
  }

  .reccomend-act-list img.pc {
    display: none;
  }

  .reccomend-act-list {
      max-width: 320px; /* 各項目の最大幅を設定 */
      /* width:440px; */
  }

  /* .reccomend-act-list:last-child {
    padding-top: 40px;
  } */
  
  .reccomend-act-list:last-child::before {
    content: "";
    background-image: linear-gradient(to right, #CFCFCF, #CFCFCF 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .reccomend-act-list span {
      color: #fff;
      font-weight: 400;
      text-align: center;
  }

  .reccomend-act-list .Bb {
      border-radius: 4px;
      padding: 14px;
      font-size: 1.6rem;
      margin-bottom: 24px;
  }

  .reccomend-act-list .Body_Bold,
  .reccomend-act-list .Body_Regular {
      margin: 12px 0 24px;
      font-size: 1.4rem;
  }

  .reccomend-act-list .Body_Regular {
      font-weight: normal;
  }

  .reccomend-act-list .Bywrap {
      font-size: 1.6rem;
      margin: 0 auto;
      margin-bottom: 12px;
  }

  .reccomend-act-list:first-child .reccomend-act-content:last-child .Body_Regular {
      margin: 16px 0 40px;
  }

  .reccomend-act-list:last-child .reccomend-act-content:last-child .Body_Regular {
      margin: 16px 0 0;
  }

  .reccomend-act-list .next-yellow {
      padding-top: 24px;
      padding-bottom: 24px;
      margin: 0 auto;
  }

  .reccomend-act-list p {
      text-align: left;
  }

  .reccomend-act-list img{
      border-radius: 8px;
  }

  .reccomend-act-content-wrap{
    display: inline;
}

  .recommend-act h2.Bywrap::before{
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: 80px;
    bottom: 54px;
    left: 0;
    background-image: url(../images/should-do01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.recommend-act h2.Bywrap:nth-of-type(2){
    margin-top: 84px;
}

.recommend-act h2.Bywrap:nth-of-type(2)::before{
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: 80px;
    bottom: 54px;
    left: 0;
    background-image: url(../images/should-do02.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.step3-01{
    height: 360px;
    display: block;
}

.recommend-act .Body_Bold{
    font-size: 1.2rem;
    text-align: left;
}

.recommend-act .Body_Regular{
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 12px;
    min-height: 54px;
}

.sp-step3{
    margin-top: 8px;
}

.step3-wrap_img{
    margin-top: 24px;
}

.recommend-act img{
    max-width: 320px;
    height: auto;
    margin-top: ;
}

.recommend-act .next-yellow{
    margin: 16px auto;
    width: 40px;
}

.coming-soon_yet{
    color: #fff;
    font-size: 4.0rem;
    display: block;
    padding: 164px 0;
    background-color: #20A6FF;
    border-radius: 40px;
    margin-top: 24px;
}

.coming-soon_yet span{
    font-size: 1.6rem;
    font-weight: normal;
}

  .know-mynavi {
      .major-title-wrap {
          position: relative;
          display: block;
          padding-top: 64px;
      }
  }


  #slick-slide01 .reccomend-act-wrap,
  #slick-slide02 .reccomend-act-wrap {
      padding: 164px 0;
  }

  #slick-slide01 .comingSoon p,
  #slick-slide02 .comingSoon p {
      font-size: 4.0rem;
      margin-bottom: 12px;
  }

  /* nav　昨年のもの仮置き */


  .nav__detail {
      margin: 32px 0;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left;
      position: relative;
  }

  .nav__detail li {
      position: relative;
  }

  .nav__detail li a {
      font-size: 1.4rem;
      padding: 12px 26px 12px 2px;
  }

  .nav__detail li:nth-child(n+3){
      width: 100%;
  }

  .nav__detail li:not(:last-child)::before {
      content: none;
  }

  .nav__detail li::after,
  .nav__detail::after {
      width: 345px;
      height: 44px;
      background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
      background-size: 10px 1px;
      background-repeat: repeat-x;
      position: absolute;
      top: 44px;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
  }

  .nav__detail::after {
    top: 0;
  }

  .nav__detail li:last-child::after {
    height: 32px;
  }




  .nav__detail li:first-child a {
      line-height: normal;
      display: block;
  }

  .nav__detail li a {
      position: relative;
      margin-bottom: 0;
      display: block;
  }

  .nav__detail li a::before {
      width: 20px;
      height: 20px;
      top: 50%;
      right: 0;
      left: auto;
      transform: translateY(-50%);
      transition: all 0.2s ease-in-out;
  }

  .nav__detail li a::after {
      width: 14px;
      height: 9px;
      top: 50%;
      right: 0;
      left: auto;
      transform: translateY(-50%);
      transition: all 0.2s ease-in-out;
  }

  .nav__detail li:hover a::after {
      top: 83px;
  }

  .nav__detail li:hover {
    opacity: 1;
  }

  .reserve-list {
      border-radius: 40px 40px 0 0;
      padding-bottom: 84px;
  }

  .reserve-list .additional-description-area{
      margin: 0 auto;
      margin-top: 60px;
  }

  .reserve-list .blue-content-wrap {
      margin: 0 auto;
      margin-bottom: 56px;
      position: relative;
  }

  .reserve-list .blue-content-wrap .content-wrap-inner,
  .intern-career-end .white-content-wrap .content-wrap-inner,
  .description-before-reserve .content-wrap-inner,
  .company-entry-content .content-wrap-inner {
    flex-direction: column-reverse;
  }

  .reserve-list .blue-content-wrap.left::before {
      background-image: url(../images/sp_navigator_03.png);
      width: 318px;
      height: 117px;
      bottom: -24px;
      left: 12px;
  }

  .reserve-list .blue-content-wrap.right::before {
      background-image: url(../images/sp_navigator_04.png);
      width: 316px;
      height: 122px;
      bottom: -24px;
      right: 12px;
  }


  .reserve-list-title {
      background-color: aqua;
  }

  .reserve-list-content-image {
      width: fit-content;
      height: fit-content;
  }

  .reserve-list-content-image2 {
      width: fit-content;
      height: fit-content;
  }

  /* 変更後（修正） */
div.reserve-list-content-image2 {
    position: relative; /* 疑似要素を親の右上に絶対配置するため */
}
div.grid4 div.reserve-list-content-image2::before{
    content: ""; /* 画像のみ表示する場合は空文字でOK。文字が必要なら元に戻す */
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    width: 87px;
    height: 87px;
    z-index: 1000000;
    background-image: url(../images/new_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

div.grid5 div.reserve-list-content-image2::before{
    content: ""; /* 画像のみ表示する場合は空文字でOK。文字が必要なら元に戻す */
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    width: 87px;
    height: 87px;
    z-index: 1000000;
    background-image: url(../images/app_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

  .reserve-list-content1 {
      width: 100%;
      height: 300px;
  }

  .reserve-list .balloon.navi03 .Caption1_Bold {
      position: absolute;
      bottom: 1px;
      left: 28px;
  }

  .reserve-list .balloon.navi04 .Caption1_Bold {
      position: absolute;
      bottom: -100px;
      right: 52px;
  }





  .intern-career-end {
      position: relative;
      padding-bottom: 64px;
  }

  .intern-career-end .additional-description-area{
      margin: 0 auto;
      margin-top: 60px;
      z-index: 10;
  }

  .intern-career-end .white-content-wrap.left::before {
      content: "";
      position: absolute;
      background-image: url(../images/sp_navigator_05.png);
      width: 320px;
      height: 130px;
      bottom: -24px;
      left: 12px;
      z-index: 10;
      background-repeat: no-repeat;
      background-size: contain;    
  }

  .intern-career-end .balloon.navi05 .Caption1_Bold {
      position: absolute;
      bottom: -3px;
      left: 31px;
  }

  .intern-career-end .Body_20Fw {
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
      margin-bottom: 16px;
      display: block;
      text-align: center;
  }

  .intern-career-end .Caption1_Regular {
      font-size: 1.4rem;
      font-weight: normal;
  }

  .intern-career-end.Bb::before {
      content: none;
  }

  .intern-career-end .white-content-wrap.left::after {
      content: none;
  }

  .grid1::after {
      content: none;
  }

  .intern-career-end.Bb::after {
      content: none;
  }

  /* .description-party-reserve::after{
  } */

  .seminar-reserve__inner .Body_Regular,
  .company-entry-content .Body_Regular {
      font-size: 1.4rem;
  }

  .seminar-reserve__inner .Body_Regular li,
  .company-entry-content .Body_Regular li {
      font-weight: normal;
      position: relative;
      padding-left: 8px;
      font-size: 1.4rem;
  }

  .seminar-reserve__inner .Body_Regular li:last-child,
  .company-entry-content .Body_Regular li:last-child {
      margin-top: 10px;
  }

  .seminar-reserve__inner .Body_Regular li::before,
  .company-entry-content .Body_Regular li::before {
      position: absolute;
      content: "・";
      top: 0px;
      left: -4px;
      font-size: 1.4rem;
  }

  .seminar-reserve__inner .link-list a,
  .company-entry-content .link-list a {
      font-size: 1.4rem;
  }

  .description-party-reserve-wrap {
      display: block;
      margin-top: 32px;
  }

  .description-party-reserve .content-wrap-inner-content{
        max-width: 320px;
        margin-right: 0;
    }

  .description-party-reserve .font-weight {
      font-weight: bold;
  }

  .description-party-reserve .Body_20Fw {
      color: #fff;
  }

  .description-party-reserve .new-search-list li {
      margin-right: 0px;
      width: 48%;
  }

  .description-party-reserve .new-search-list li:nth-child(1),
  .description-party-reserve .new-search-list li:nth-child(2) {
      margin-bottom: 8px;
  }

  .reserve-list-content-image2 img {
      width: 320px;
      height: auto;
  }

  .white-content-wrap-innner-content{
      margin: 0 auto;
      position: relative;
      z-index: 10;
  }


  .grid1 {
      padding: 12px 12px 28px;
      background-color: #fff;
      margin: 0 auto;
      margin-bottom: 32px;
      z-index: 1;
  }

  .grid2 {
      padding: 12px 12px 28px;
      background-color: #fff;
      margin-right: 0px;
      max-width: auto;
      margin-bottom: 32px;
  }

  .grid2 h3{
    margin-top: 24px;
  }

  .grid3 {
      box-sizing: border-box;
      padding: 12px 12px 28px;
      background-color: #fff;
      max-width: auto;
      h3{
          margin-top: 24px;
      }
  }

  .grid4 {
      box-sizing: border-box;
      padding: 12px 12px 28px;
      background-color: #fff;
      max-width: auto;
      margin-right: 0px;
      h3{
          margin-top: 24px;
      }
  }

  .grid5 {
      box-sizing: border-box;
      padding: 12px 12px 28px;
      background-color: #fff;
      max-width: auto;
      margin-right: 0px;
      margin-bottom: 0px;
      h3{
          margin-top: 24px;
      }
  }

  .grid5 h3{
    min-height: fit-content;
  }

  .description-before-reserve {
      border-radius: 40px 40px 0 0;
      padding-bottom: 120px;
    }
  
  .description-before-reserve .blue-content-wrap {
      margin: 0 auto;
      margin-bottom: 32px;
  }
  .description-before-reserve .additional-description-area{
      margin: 0 auto;
      margin-top: 60px;
  }

  .description-before-reserve .blue-content-wrap:not(.right) {
      padding: 12px 12px 28px;
  }

  .description-before-reserve .blue-content-wrap.right {
      position: relative;
      padding: 12px 12px 112px;
  }

  .description-before-reserve .blue-content-wrap.right::before {
      background-image: url(../images/sp_navigator_06.png);
      width: 316px;
      height: 124px;
      bottom: -24px;
      right: 12px;
  }

  .description-before-reserve .balloon.navi06 .Caption1_Bold {
      position: absolute;
      bottom: -116px;
      right: 43px;
  }

  .description-before-reserve .additional-description-area li.icon {
      padding-left: 0px;
      padding-top: 96px;
      text-align: center;
  }

  .description-before-reserve .additional-description-area li p {
      font-size: 1.4rem;
      font-weight: normal;
  }

  .description-before-reserve .additional-description-area li p.Body_Regular {
      text-align: left;
  }

  .description-before-reserve .additional-description-area li p.before1,
  .description-before-reserve .additional-description-area li p.before2 {
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 8px;
      position: relative;
  }

  .description-before-reserve .additional-description-area li p.before1::before, 
  .description-before-reserve .additional-description-area li p.before2::before {
      top:-96px;
      left: 50%;
      transform: translateX(-50%);
      
  }

  .description-before-reserve .additional-description-area li p.before1::before {
      background-image:url(../images/setting-icon-01.png);    
  }

  .description-before-reserve .additional-description-area li p.before2::before {
      background-image:url(../images/setting-icon-02.png);    
  }

  .reserve-list-content-image,
  .reserve-list-content-image2,
  .test {
      max-width: 100%;
      /* 親要素に収まるように */
      height: auto;
  }

  .new-search-list-wrap{
      margin-top: 28px;
  }

  .new-search-list {
      display: flex;
      margin-top: 16px;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .new-search-list img {
      margin-bottom: 4px;
      width: 48px;
      height: 48px;
  }

  .new-search-list p {
      color: #15A1FF;
      font-size: 1.4rem;
      font-weight: bold;
  }

  .new-search-list li {
      background-color: #F4FEFF;
      border: solid 1px #15A1FF;
      border-radius: 10px;
      padding: 10px 0;
      width: fit-content;
      text-align: center;
  }

  .new-search-list li:last-child {
      padding: 10px 0;
  }

  .company-entry-title .little-title-wrap{
      padding-bottom: 32px;
  }

  .company-entry-content {
      position: relative;
      border-radius: 40px 40px 0 0;
      padding-top: 48px ;
      padding-bottom: 48px;
      
    }
    .company-entry-content .blue-content-wrap{
        margin: 0 auto;
        margin-bottom: 32px;
        padding: 12px 12px 28px;
    }

    .company-entry-content .additional-description-area{
        margin: 0 auto;
        margin-top: 60px;
    }

  .company-entry-content h1 {
      font-size: 2.4rem;
  }

.logo__title{
    padding: 0 2px;
}

  .logo__section .logo__title h3{
    font-size: 2.0rem;
    text-align: center;
    position: relative;
    width: fit-content;
  }

  .logo__section .logo__title span{
    color: #20A6FF;
    font-size: 4.0rem;
  }

  .logo__section .logo__title h3 ::before{
    position: absolute;
    content: "";
    background: url(../images/logo_section_blue-line.png) no-repeat center;
    width: 20px;
    height: 24px;
    background-size: contain;
    bottom: 20px;
  }

  .logo__section .logo__title h3::after {
    position: absolute;
    content: "";
    background: url(../images/logo_section_blue-line.png) no-repeat center;
    width: 20px;
    height: 24px;
    background-size: contain;
    bottom: 20px;
    transform: scaleX(-1); /* Y軸に沿って反転 */
}

.reserve-list .more-know{
    text-align-last: center;
}

.reserve-list .more-know a {
    width: -webkit-fill-available;
    padding: 12px 12px;
    font-size: 1.4rem;
    font-weight: bold;
    border: #222 solid 4px;
    border-radius: 70px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #fff;
    color: #222;
    margin: 0 auto;
}




.reserve-list .more-know a::before {
    position: absolute;
    content: "";
    background: url(../images/blue-arrow.png) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 12px;
    border: 1px solid #222;
    border-radius: 50%;
    top: 50%;
    right: 64px;
    transform: translateY(-50%) rotate(-90deg); 
    transition: all 0.2s ease-in-out;
}

  .footer {
    display: none;
    position: relative;
    background-color: #f3f3f3;
    height: 125px;
    padding-top: 32px;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .footer .footer-wrap {
      display: block;
      font-size: 10px;
      font-family: "M PLUS 1p", sans-serif;
  }

  .footer a {
      padding-left: 20px;
      color: #006bcd;
      font-weight: normal;
      display: inline-flex;
  }

  .footer a span {
      color: #006bcd;
      font-weight: normal;
  }

  .footer a::after{
    content: "◀";
    color: #fff;
    top: 5px;
    left: 2px;
    background-image: none;
    filter: none;
    transform: translateY(-50%);
  }

  .footer .Caption2_Bold{
      margin-left: 12px;
  }

  .footer p {
      font-weight: normal;
  }

  body{
      /* background-color: #20A6FF; */
      overflow-x: hidden;
  }


  .footer p {
      color: #222;
      padding-top: 32px;
      text-align: center;
  }

  #smartphone_footer_link > p > a {
        color: #fff;
        padding-left: 10px !important;
    }

  #footer address, #smartphone_footer {
    color: #fff !important;
    font-size: 1.2rem !important;
  }

  #smartphone_footer_link > p > a::before {
    border-right: 4px solid #fff !important;
}

.check-to-march-content::before {
    display: none;
}

.check-to-march-content::after {
    display: none;
}

.sp_br{
    display: block;
}

.slider-top .slider-img{
    width: auto;
}

.second{
    margin-top: -30px;

}

#lowerGrade {
    display: none;
}

.recommend-act h2.Bywrap.step3:nth-of-type(2)::before{
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: 80px;
    bottom: 82px;
    left: 0;
    background-image: url(../images/should-do02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.reccomend-act-content .step3-wrap{
    height: 194px;
    margin-bottom: 0px;
}

.reccomend-act-content .reccomend-act-content-step3{
    height: 100%;
    justify-items: center;
    justify-content: space-between;
    max-width: 480px;
}

.show_reserve-list a {
    width: 144px;
    padding: 12px 12px 12px 24px;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 70px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #20A6FF;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    margin-top: 16px;
    justify-content: center;
    box-sizing: content-box;
}

.Body_step3{
    margin-top: 12px;
    font-size: 1.2rem;
    text-align: left;
    font-weight:normal ;
}

.Body_step3 span{
    font-weight: bold;
}

.none{
    display: block;
}

.intern-career-end.Bb::after {
    content: none;
} 


.show_reserve-list a::before {
    position: absolute;
    content: "";
    background: url(../images/blue-arrow.png) no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s ease-in-out;
}

    /* 画像確認用 */
    /* ._app {
        display: none !important;
      } */

    @media screen and (max-width: 350px) {

        
        .content-size {
            width: 300px;
        }

        .little-title-wrap h2 {
            font-size: 1.8rem;
        }

        .white-content-wrap .content-wrap-innner-content{
            max-width: 280px;
        }

        .blue-content-wrap .content-wrap-innner-content {
            max-width: 280px;
        }

        .responsive-image {
            max-width: 280px; /* 最大幅を320pxに制限 */
            max-height: 280px; /* 最大高さを320pxに制限 */
        }
      
      
        /* 注意喚起などの共通 */
        .additional-description-area {
            max-width: 300px;
        }

        .target-to-march ul::before {
            width: 300px;
        }

        .target-to-march ul {
            padding: 40px 12px 24px;
        }

        .schedule-to-march .content-size::before {
            background-image: url(../images/sp_navigator_01.png);
            width: 280px;
            height: 150px;
            top: -135px;
        }
      
        .schedule-to-march .content-size::after {
            font-size: 1.0rem;
            width: 222px;
            height: 38px;
            top: -28px;
            text-align: left;
            left: 42px;
        }

        .schedule-to-march .more-know a {
            font-size: 1.2rem;
        }

        .prev-arrow, .next-arrow {
            width: 30px;
            height: 30px;
            top: -70px;
        }

        .slick-dots li img {
            width: 100px;
        }
      
        .slick-dots li:last-child img {
            width: 112px;
        }

        .slick-dots li button {
            width: 170px;
            height: 55px;
            top: -85px;
        }

        .slider-content > img.sp,
        .slider-content > img._app {
            width: 280px;
            display: block;
        }

         .main-content-text span.small{
            font-size: 1.2rem;
            line-height: 0px;
            display: block;
        }

        .reccomend-act-list img.sp,
        .reccomend-act-list img._app,
        .reccomend-act-list img {
            max-width: 280px;
        }

        .reccomend-act-list {
            max-width: 280px; /* 各項目の最大幅を設定 */
        }

        .nav__detail li::after,
        .nav__detail::after {
            width: 300px;
        }

        .description-party-reserve .content-wrap-inner-content{
            max-width: 280px;
            margin-right: 0;
        }

        .reserve-list-content-image2 img {
            width: 280px;
            height: auto;
        }

        .reserve-list .blue-content-wrap.left::before {
            width: 280px;
            bottom: -24px;
            left: 10px;
        }

        .reserve-list .balloon.navi03 .Caption1_Bold {
            bottom: 3px;
            left: 24px;
        }
      
        .reserve-list .blue-content-wrap.right::before {
            width: 280px;
            height: 122px;
            bottom: -24px;
            right: 10px;
        }

        .reserve-list .balloon.navi04 .Caption1_Bold {
            bottom: -92px;
            right: 16%;
        }

        .accordion-title {
            padding: 12px 26px 12px 28px;
        }

        .accordion-title::after {
            width: 16px;
            height: 16px;
        }

        .additional-description-area {
            padding: 36px 10px 32px;
        }

        .intern-career-end .white-content-wrap.left::before {
            width: 280px;
            left: 10px;
        }

        .intern-career-end .balloon.navi05 .Caption1_Bold {
            bottom: 3px;
            left: 28px;
        }

        .description-before-reserve .blue-content-wrap.right::before {
            width: 280px;
            right: 10px;
        }

        .description-before-reserve .balloon.navi06 .Caption1_Bold {
            bottom: -108px;
            right: 37px;
        }

        
       

    }
}
