@charset "UTF-8";

/* .m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .m-plus-1p-bold {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
   */

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

:root {
    font-size: 10px;
}


html {
    scroll-behavior: smooth;
}

body {
    background: #20A6FF;
}


a {
    cursor: pointer;
}

a:hover {
    opacity: 0.8;
}


.pc {
    display: block;
}

.sp, ._app {
    display: none;
}


section {
    /* 最後に消す */
    position: relative;
    color: #222222;
    line-height: 1.6;
    font-weight: 700;
    width: 100%;
    margin: 0;
    /* padding-right: 6.25%;
    padding-left: 6.25%; */
    box-sizing: border-box;
    font-family: "M PLUS 1p", sans-serif;
}

.content-size {
    width: 1120px;
    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;
}

.Bw {
    background-color: #fff;
}

.Bb {
    background-color: #20A6FF;
    
}

.By {
    background-color: #FFF38E;
}


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

.fixed-content {
    display: none;
    opacity: 0;
}

.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;
}

@keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
    }
  
    100% {
      display: block;
      opacity: 1;
    }
} 

.fixed-content.right li:first-child {
    background-color: #21CCFF;
}

.fixed-content.right li {
    cursor: pointer;
    padding: 20px 13px 20px 16px;
    margin-bottom: 8px;
    border-radius: 16px 0 0 16px;
    position: relative;
    background-color: #FFB4D6;
    border: 2px solid #fff;
    border-right: none;
}

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

.fixed-content.right li a {
    color: #FFF;
    display: table-cell;
    writing-mode: vertical-rl;
    vertical-align: middle;
    font-size: 1.6rem;
}

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

.fixed-content li p {
    color: #FFF;
    transform: rotate(0.05deg);
    font-size: 1.4rem;
}

.fixed-content span {
    /* writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    color: #FFF; */
    /* line-height: 1; */
    line-height: 1;
    transform: rotate(-90deg);
    display: inline-block;
    margin-bottom: 3px;
}

/* 背景黄色部分の共通css */
.Bywrap {
    width: fit-content;
    padding: 8px 24px 8px 24px;
    border-radius: 4px;
    background-color: #FFF38E;
    color: #20A6FF;
    font-size: 3.2rem;
    display: block;
    margin: 0 auto;
}

.major-title-wrap {
    text-align: center;
}

.major-title-wrap h1 {
    color: #fff;
    display: block;
    margin: 0 auto;
}

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

/* 一部文字色変更用 */
h1.Cb {
    color: #20A6FF;
}

.major-title-wrap h1 {
    font-family: "vdl-gigamaru", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 4rem;
    position: relative;
    padding-top: 16px;
    padding-bottom: 12px;
}


.little-title-wrap {
    text-align: center;
    padding-top: 64px;
    margin-bottom: 32px;
}

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

.little-title-wrap p::before {
    position: absolute;
    content: url(../images/highlight_01.svg);
    top: -24px;
    transform: translateX(-50%);
    left: 50%;
    width: 64px;
    height: 20px;
}

.little-title-wrap .Body_20Fw::before{
    position: absolute;
    content: url(../images/highlight_01.svg);
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 20px;
    filter: brightness(0) invert(1);
}


.little-title-wrap h2 {
    background-color: #FFF38E;
    color: #20A6FF;
    /* margin-top: 8px; */
    margin-bottom: 16px;
}



/* flex指定 */
.content-wrap-inner {
    display: flex;
    justify-content: space-between;
}

/* 逆 */
.reverse {
    flex-direction: row-reverse;
    position: relative;
}

/* wrapの中の黄色背景 */
.content-wrap-innner-content h3 span {
        color: #20A6FF;
    border-radius: 4px;
}

.content-wrap-innner-content h1 span {
    color: #20A6FF;
border-radius: 4px;
}



/* 背景白のコンポーネント */
.white-content-wrap {
    position: relative;
    padding: 64px 80px;
    border-radius: 40px;    
}


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


.white-content-wrap span {
    color:#20A6FF ;
}


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


/* 背景青のコンポーネント */
.blue-content-wrap p {
    color: #FFF;
}

.blue-content-wrap {
    padding: 64px 80px;
    border-radius: 40px;
    margin-bottom: 32px;
}

.blue-content-wrap  .Caption2_Bold {
    width: fit-content;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #FFF;
    color: #20A6FF;
    padding: 4px 16px;
    border-radius: 4px;
}

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

.blue-content-wrap .Caption2_Bold {
    margin-bottom: 8px;
    transform: rotate(0.05deg);
}

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

.blue-content-wrap h3 {
    color: #fff;
}

.white-content-wrap h3 {
    color: #222;
}

.blue-content-wrap h3::before,
.white-content-wrap h3::before {
    content: "";
    background-size: 20px 1px;
    /* 横線のサイズを指定（10pxの長さ）*/
    background-repeat: repeat-x;
    /* 横方向に繰り返す */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    /* 線の高さ */
}

.blue-content-wrap h3::before {
    background-image: linear-gradient(to right, #FFF, #FFF 8px, transparent 8px, transparent 20px);
}

.white-content-wrap h3::before {
    background-image: linear-gradient(to right, #cfcfcf, #cfcfcf 8px, transparent 8px, transparent 20px);
}

.blue-content-wrap .Body_Regular,
.white-content-wrap .Body_Regular {
    margin-top: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    transform: rotate(0.05deg);
}

.blue-content-wrap .Body_Regular span{
    color: #fff;
    font-weight: bold;
}

.blue-content-wrap h1 {
    position: relative;
    padding-bottom: 24px;
}

.blue-content-wrap h1::before {
    content: "";
    background-image: linear-gradient(to right, #FFF, #FFF 8px, transparent 8px, transparent 20px);
    background-size: 20px 1px;
    /* 横線のサイズを指定（10pxの長さ）*/
    background-repeat: repeat-x;
    /* 横方向に繰り返す */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    /* 線の高さ */
}

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

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

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

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

/* 注意喚起などの共通 */
.additional-description-area {
    max-width: 1120px;
    position: relative;
    margin-top: 80px;
    background-color: #FFF8F9;
    border: solid 4px #FF8C94;
    border-radius: 20px;
    padding: 36px 40px 32px 40px;
    transform: rotate(0.05deg);
    /* ひとつパディングが異なるコンポーネントがあるが一旦 */
}

.additional-description-area-title {
    max-width: fit-content;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    padding: 8px 24px;
    color: #FFF;
    background-color: #FF8C94;
    border-radius: 4px;
    transform: translateY(-50%) rotate(0.05deg);
    font-size: 1.6rem;
}

.additional-description-area a {
    position: relative;
    margin-right: 24px;
    color: #222; 
}


.additional-description-area .link-list {
    position: relative;
    margin-top: 16px;
    display: flex;
}

.additional-description-area .before2 {
    margin-top: 32px;
}

.additional-description-area .link-list p {
    margin-left: 14px;
    transform: rotate(0.05deg);
}

.link-list a ::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 10px;
    top: 50%;
    left: -14px;
    background-image: url(../images/Polygon_9.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0.05deg);
}




/* 吹き出し */
.target-to-march .balloon{
    position: relative;
} 


.target-to-march .whiteshadow-content-wrap {
    position: relative;
    margin: 0 auto;
    border-radius: 24px;
}

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

.balloon .Caption1_Bold {
    color: #333;
    /* z-index: 1000000; */
    width: fit-content;
    font-weight: bold;
    font-size: 1.4rem;
}

.balloon h4 {
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
    padding-top: 120px;
    z-index: 10;
    text-align: center;
    width: fit-content;
    font-size: 2.4rem;
}

.balloon h4 span {
    margin-bottom: -85px;
    margin-right: -60px;
    display: block;
}

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


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

}

.seminar-reserve__faq ul {
    background-color:rgba(255, 255, 255, 0.5);
}

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

.accordion {
    margin-top: 32px;
}


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


.accordion-box::before {
    content: "";
    background-image: linear-gradient(to right,#CFCFCF,#CFCFCF 8px, transparent 8px, transparent 20px);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0 ;
    left: 0;
    right: 0;
    height: 1px;
}

.accordion-box:first-child::after {
    content: "";
    background-image: linear-gradient(to right,#CFCFCF,#CFCFCF 8px, transparent 8px, transparent 20px);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0 ;
    left: 0;
    right: 0;
    height: 1px;
}

.accordion-title {
    padding: 23px 95px 22px 80px;
    font-size: 1.6rem;
    border-radius: 6px;
    position: relative;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    transform: rotate(0.05deg);
}

.accordion-title.is-active {
    color: #222222;
}

.accordion-title::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 25px;
    height: 22px;
    background-image: url(../images/faq-gray-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 35px;
    z-index: 10;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}

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

.accordion-title span::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.accordion-title.is-active span::after {
    background-color: #fff;
}

.accordion-title::after {
    content: "";
    position: absolute;
    background-image: url(../images/faq-rotate-icon.svg);
    background-size: contain;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    display: block;
    transform: translateY(-50%);

}

.accordion-box.is-active .accordion-title::after {
    transform: rotate(-45deg) translateY(-50%) translateX(50%);
    background-image: url(../images/faq-rotate-icon2.svg);
}

.accordion-text {
    animation: accordion .3s ease-in-out;
    display: none;
    padding: 0 25px 0 79px;
    font-size: 1.6rem;
    color: #222;
}

.accordion-text a {
    color: #20A6FF;
}

.accordion-box.is-active .accordion-text {
    display: block;
    line-height: normal;
    height: auto;
    opacity: 1;
    position: relative;
    padding-bottom: 16px;
    font-weight: normal;
    cursor: pointer;
    transform: rotate(0.05deg);
}

.accordion-box.is-active .accordion-text::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 22px;
    background-image: url(../images/faq-blue-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 35px;
    z-index: 10;
    transform: translateY(-16px);
    transition: all 0.2s ease-in-out;
}

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

@keyframes accordion {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

/* 共通フォント設定 */

.main-content-text h4 {
    line-height: 220%;
    /* letter-spacing: 0.05; */
    font-size: 2.8rem;
    margin-top: 32px;
}

.main-content-text h4 span {
    color: #fff;
    background: #20A6FF;
}

.main-content-text span.small{
    color: #707070;
    background-color: #fff;
    font-size: 2.0rem;
    font-weight: 600;
}

.top-content {
    line-height: 2.6;
}

.Body_20 {
    /* font-size: 1.25rem; */
    color: #20A6FF;
}

.Body_20Fw,
.Body_20 {
    margin: 16px auto 8px;
    /* margin-bottom: 16px; */
    /* margin-top: 24px; */
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transform: rotate(0.05deg);
}


.font-weight{
    font-weight: 400;
    padding-top:28px ;
    margin-bottom: 16px;
}

p.font-weight{
    font-weight: 400;
    padding-top:28px ;
    margin-bottom: 16px;
}

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

/* 個別記述 */

section.mainMV {
    width: 100%;
    padding: 0;
    z-index: 10;
}

.mainMV img {
    width: 100%;
    height: auto;
}

.main-content {
    padding-top: 12%;
    margin-top: -10%;
    padding-bottom: 80px;
    /* padding-left: 10%; */
    position: relative;
}


.main-content-text-wrap {
    z-index: 10;
}

.main-content-title h1{
    position: relative;
    padding-left: 24px;
    font-size: 3.4rem;
}


.main-content-title h1::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 16px;
    top: 0;
    left: 0;
    background: url(../images/deco_quote-left.png) no-repeat;
    background-size: contain;
}

.main-content-title :first-child{
    margin-bottom: 8px;
}

/* .maininfo img {
    width: 500px;
    height: 500px;
    background-color: blanchedalmond;
    border: none;
} */

.section-divider::after {
    display: block;
    position: absolute;
    background-position: right bottom;
    content: "";
    display: inline-block;
    width: 60px;
    height: 37px;
    bottom: -1px;
    right: 0;
    background: url(../images/section_divider.svg) no-repeat;
    background-size: contain;
}


/* .target-to-march .content-list {
    width: 111.25rem;
    background-color: beige;
} */

.target-to-march .major-title-wrap {
    position: relative;
    display: block;
    padding-top: 64px;
}


.target-to-march ul {
    padding: 40px 13%;
    text-wrap: nowrap;
    position: relative;
}

.target-to-march ul::before {
    position: absolute;
    content: "";
    width: 1120px;
    height: 150px;
    border-radius: 24px;
    bottom: -8px;
    left: 0;
    z-index: -1;
    background-color: #f4feff;
}

.target-to-march li h4 {
    position: relative;
    width: 100%;
    color: #20A6FF;
    padding-left: 50px;
    font-size: 2.4rem;
}

.target-to-march li h4::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/check-box.png);
    background-repeat: no-repeat;
}

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

.schedule-to-march {
    text-align: center;
    border-radius: 80px 80px 0 0;
    margin-top: -24px;
}

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

.schedule-to-march .content-size::before {
    content: "";
    position: absolute;
    background-image: url(../images/pc_navigator_01.png);
    width: 1114px;
    height: 239px;
    top: -217px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.schedule-to-march .content-size::after {
    content: "ここでは、3/1までのゴールに向けてやるべき「逆算のススメ」を3つご紹介します。";
    font-size: 2.28rem;
    width: 884px;
    height: 38px;
    top: -50px;
    left: 164px;
    position: absolute;
}

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

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

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

.schedule-to-march .more-know a {
    padding: 32px 60px 32px 40px;
    font-size: 2.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;
}

.schedule-to-march .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: 30px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}

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

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


/* check-to-march-content */

.check-to-march-content {
    padding: 196px 0 64px;
    position: relative;
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 80px 80px 0 0;
}


.check-to-march-content .content-size {
    background: #f4feff;
    border-radius: 80px;
    border: 4px solid #20A6ff;
}

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

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

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

/* .scroll-image-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height:fit-content;
    max-width:1040px ;
} */

.slider-content {
    margin: 0px 40px 64px;
}

/* slick */
.prev-arrow,
.next-arrow {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -115px;
    cursor: pointer;
}

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

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

/* .prev-arrow {
    left: 0;
} */

.next-arrow {
    right: 0;
}

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

.slick-dots li button {
    background: #fff;
    border: 4px solid #222;
    border-radius: 50px;
    position: absolute;
    top: -115px;
    height: 83px;
    padding: 0 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.slick-track{
    margin: 0 calc(50% -50vw);
    width: 100vw;
}

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

.slick-dots li.slick-active button {
    background: #20A6FF;
    border: 4px solid #20A6FF;
    cursor: auto;
    border: none;

}


.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 {
    left: 143px;
}

.slick-dots li:nth-child(2) button {
    left: 449px;
}

.slick-dots li:nth-child(3) button {
    right: 143px;
}




.slider-content > img {
    width: 1040px;
}

.slider-content > img.sp,
.slider-content > img._app {
    display: none;
}

.reccomend-act-content-wrap{
    display: flex;
    justify-content: space-between;
}

.reccomend-act-content{
    max-width: 440px;
}

.reccomend-act-content .step3-wrap{
    height: 234px;
    margin-bottom: 32px;
}



.recommend-act {
    background-color: #fff;
    border-radius: 80px;
    padding: 64px 40px;
    margin-top: 32px;
}

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

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

.recommend-act .Bywrap{
    margin: 0;
    width: -webkit-fill-available;
    position: relative;
    margin-top: 100px;
    margin-bottom: 16px;
    text-align: center;
}

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

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

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

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

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



.reccomend-act-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top:40px ;
    overflow: hidden;
    
}

.reccomend-act-wrap::before {
    content: "";
    background-image: linear-gradient(to bottom, #CFCFCF, #CFCFCF 5px, transparent 5px, transparent 10px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}

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

.recommend-act img{
    max-width: 440px;
    height: auto;
}

.recommend-act .Body_Regular{
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 16px;
    min-height: 77px;
}

.reccomend-act-content span{
    color: #20A6FF;
}

.reccomend-act-content span.blue{
    color: #20A6FF;
}



.reccomend-act-list img {
    max-width: 440px;
    height: auto; /* アスペクト比を保つ */
}

.reccomend-act-list img.sp,
.reccomend-act-list img._app {
    display: none;
}

.reccomend-act-list {
    flex: 1; /* 子要素が均等にスペースを占有 */
    max-width: 440px; /* 各項目の最大幅を設定 */
    min-width: 200px;
    box-sizing: border-box; /* パディングとボーダーを含めたサイズ計算 */
    position: relative;
    text-align: center;
    /* width:440px; */
}

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

.reccomend-act-list .Bb {
    color: #FFF;
    border-radius: 8px;
    padding: 8px 58px;
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.reccomend-act-list .Body_Bold,
.reccomend-act-list .Body_Regular {
    margin: 16px 0 32px;
    font-size: 1.6rem;
    transform: rotate(0.05deg);
}

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

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

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

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

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

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

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

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

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

#slick-slide01 .reccomend-act-wrap,
#slick-slide02 .reccomend-act-wrap {
    display: block;
    padding: 156px 0;
    background: #20A6FF;
    border-radius: 40px;
}

#slick-slide01 .comingSoon p,
#slick-slide02 .comingSoon p {
    color: #fff;
    font-size: 6.4rem;
    line-height: 120%;
    margin-bottom: 16px;
}

#slick-slide01 .comingSoon span,
#slick-slide02 .comingSoon span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
}


#slick-slide01 .reccomend-act-wrap::before,
#slick-slide02 .reccomend-act-wrap::before {
    background-image: none;
}


/* nav　昨年のもの仮置き */
.nav__detail {
    margin: 32px 0 32px;
    padding-bottom: 26px;
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.nav__detail li {
    position: relative;
}

.nav__detail li:hover {
    opacity: 0.8;
    transition: 0.5ress ease;
}

.nav__detail li a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    padding-right:  24px;
    padding-left: 24px;
}

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

.nav__detail li:not(:last-child)::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 52px;
    top: 0;
    right: 0;
    background-image: url(../images/Line-dot.png);
    background-size: contain;
}


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

.nav__detail li a {
    position: relative;
    margin-bottom: 16px;
    display: block;
    transform: rotate(0.05deg);
}

.nav__detail li a::before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    top: 80px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}

.nav__detail li a::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 9px;
    background-image: url(../images/blue-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 80px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}

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



.reserve-list {
    border-radius: 80px 80px 0 0;
    padding-bottom: 120px;
}

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

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

.reserve-list .blue-content-wrap.left::before {
    content: "";
    position: absolute;
    background-image: url(../images/pc_navigator_03.png);
    width: 531px;
    height: 160px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
}

.reserve-list .blue-content-wrap.right::before {
    content: "";
    position: absolute;
    background-image: url(../images/pc_navigator_04.png);
    width: 436px;
    height: 170px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
}


.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;
}

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

.reserve-list .balloon.navi03 .Caption1_Bold {
    position: absolute;
    bottom: 52px;
    left: 152px;
    transform: rotate(0.05deg);
}

.reserve-list .balloon.navi04 .Caption1_Bold {
    position: absolute;
    bottom: -10px;
    right: 64px;
    transform: rotate(0.05deg);
}

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

.reserve-list .more-know a {
    padding: 32px 60px 32px 40px;
    font-size: 2.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: 30px;
    transform: translateY(-50%) rotate(-90deg); 
    transition: all 0.2s ease-in-out;
}

.logo__section{
    margin-bottom: 32px;
}

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

.slider-top .slider-img{
    /* margin-top: 4px; */ 
    width: 100px;
    height: 100px;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
}



.slider-top .slider-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.logo__title{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 8px;
}

.logo__section .logo__title h3{
    font-size: 3.2rem;
    text-align: center;
    position: relative;
    padding: 0px 28px;
  }

  .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;
    left: 0;
  }

  .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;
    right: 0;
    transform: scaleX(-1); /* Y軸に沿って反転 */
}

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


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

.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/pc_navigator_05.png);
    width: 496px;
    height: 170px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;    
}

.intern-career-end .balloon.navi05 .Caption1_Bold {
    position: absolute;
    bottom: 79px;
    left: 125px;
    transform: rotate(0.05deg);
}

.intern-career-end .Body_20Fw {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}

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

.intern-career-end.Bb::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 580px;
    background-size: contain;
    top: 5%;
    left: -13%;
    background-image: url(../images/pc_shape_01.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.intern-career-end .white-content-wrap.left::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 520px;
    background-size: contain;
    top: 325px;
    right: -26%;
    background-image: url(../images/pc_shape_02.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.grid1::after {
    content: "";
    position: absolute;
    width: 580px;
    height: 520px;
    background-size: contain;
    top: 145px;
    left: -18%;
    background-image:url(../images/pc_shape_03.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.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;
}

/* .description-before-reserve::before {
    content: "";
    position: absolute;
    width: 580px;
    height: 520px;
    background-size: contain;
    top: -26%;
    right: 20%;
    transform: translateY(45%) translateX(50%);
    background-image:url(../images/pc_shape_04.png);
    background-repeat: no-repeat;
    z-index: -0;
} */

.intern-career-end.Bb::after {
    content: "";
    position: absolute;
    width: 580px;
    height: 520px;
    background-size: contain;
    bottom: 0;
    right: 3%;
    transform: translateY(45%) translateX(50%);
    background-image:url(../images/pc_shape_04.png);
    background-repeat: no-repeat;
    
}  


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



.show_reserve-list{
    display: flex;
}

.show_reserve-list a {
    position: relative;
    width: 217px;
    padding: 16px  12px 16px 24px;
    font-size: 1.6rem;
    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-top: 16px;
}

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

/* ホバー時 */
.show_reserve-list a:hover::before {
    transform: translateY(-50%) translateX(10%) rotate(-90deg);
}

.Body_step3{
    font-size: 1.6rem;
    text-align: left;
    font-weight:normal ;
}

.Body_step3 span{
    font-weight: bold;
}

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

span.Regular{
    font-weight: normal;
}

span.Bold{
    font-weight: bold;
}


@media screen and (min-width: 1600px) {

    
    .intern-career-end.Bb::before {
        width: 775px;
        height: 864px;
        left: -13%;
    }
    
    .intern-career-end .white-content-wrap.left::after {
        width: 826px;
        height: 767px;
        right: -40%;
    }
    
    .grid1::after {
        width: 751px;
        height: 853px;
        left: -18%;
    }
    
    .intern-career-end.Bb::after {
        width: 728px;
        height: 637px;
        right: 12%;
    }
    
    @media screen and (min-width: 2500px) {
        .intern-career-end.Bb::before {
            left: 0%;
        }
        
        .grid1::after {
            left: -43%;
        }
        
        .intern-career-end.Bb::after {
            right: 18%;
        }
    }
}



.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;
}

.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.2rem;
}

.description-party-reserve-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin-top: 32px;
}

.description-party-reserve .content-wrap-inner-content{
    max-width: 560px;
    margin-right: 9.375%;
}

.description-party-reserve  .center{
    margin: 0 auto;
    position: relative;
}

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

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

.description-party-reserve .new-search-list li {
    margin-right: 16px;
}

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

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


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

.grid2 {
    box-sizing: border-box;
    padding: 48px 80px;
    background-color: #fff;
    margin-right: 32px;
    max-width: 544px;
    z-index: 1;
    margin-bottom: 32px;
}

.grid4 {
    box-sizing: border-box;
    padding: 48px 80px;
    background-color: #fff;
    margin-right: 32px;
    max-width: 544px;
    z-index: 1;
    margin-bottom: 32px;
}

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

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

.grid5 h3{
    margin-top: 24px;
    min-height: 84px;
}

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

.grid3 {
    box-sizing: border-box;
    padding: 48px 80px;
    background-color: #fff;
    max-width: 544px;
    margin-bottom: 32px;
}

.grid5 {
    box-sizing: border-box;
    padding: 48px 80px;
    background-color: #fff;
    max-width: 544px;
    margin-bottom: 32px;
}

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

.description-before-reserve {
    border-radius: 80px 80px 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.right {
    position: relative;
}

.description-before-reserve .blue-content-wrap.right::before {
    content: "";
    position: absolute;
    background-image: url(../images/pc_navigator_06.png);
    width: 460px;
    height: 160px;
    bottom: -3px;
    right: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
}

.description-before-reserve .balloon.navi06 .Caption1_Bold {
    position: absolute;
    bottom: -13px;
    right: 64px;
    transform: rotate(0.05deg);
}

.description-before-reserve .additional-description-area li.icon {
    padding-left: 116px;
}

.description-before-reserve .additional-description-area li p {
    font-size: 1.4rem;
    font-weight: normal;
    transform: rotate(0.05deg);
}

.description-before-reserve .additional-description-area li p.before1,
.description-before-reserve .additional-description-area li p.before2 {
    font-size: 1.6rem;
    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 {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: contain;
    top:0;
    left: -96px;
    background-repeat: no-repeat;
    
}

.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;
}

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

.new-search-list p {
    color: #15A1FF;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0;
    transform: rotate(0.05deg);
}

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

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

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

/* .company-entry-title .little-title-wrap h2{
    padding-bottom: 0;
} */

.company-entry-title .Body_20Fw,
.company-entry-content .Body_36 {
    color: #fff;
}

.company-entry-title .little-title-wrap h2 {
    margin-bottom: 0;
}

.company-entry-content {
    position: relative;
    border-radius: 80px 80px 0 0;
    padding-top:64px ;
    padding-bottom: 64px;    
}

.company-entry-content .blue-content-wrap{
    margin: 0 auto;
    margin-bottom: 32px;
}

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

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



.footer {
    color: #fff;
    position: relative;
    margin-top: 64px;
    background-color: #3D8CE4;
    height: 125px;
    padding-top: 32px;
    margin: 0 auto;
    font-size: 1.2rem;
}

.footer .footer-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer a {
    position: relative;
    padding-left: 12px;
    color: #fff;
}

.footer a::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 10px;
    top: 20%;
    left: 0.2%;
    background-image: url(../images/Polygon_9.png);
    background-size: contain;
    filter: brightness(0) invert(1);
    transform: translateX(-50%);
}

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

.footer p {
    font-weight: normal;
    margin-top: 0;
}

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


.footer p {
    color: #FFFFFF;
}

.copyright {
    display: none;
}

.check-to-march-content {
    position: relative;
}

/* .check-to-march-content::before {
    content: "";
    position: absolute;
    top: 119px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 354px;
    height: 12px;
    background-image: url(../images/pc_slick_page.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
} */

.check-to-march-content::after {
    content: "";
    position: absolute;
    top: 119px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 354px;
    height: 12px;
    background-image: url(../images/pc_slick_page_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.check-to-march-content .gray_arrow::after {
    content: "";
    position: absolute;
    top: 119px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 354px;
    height: 12px;
    background-image: url(../images/pc_slick_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.check-to-march-content.second-slide::before {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.check-to-march-content.second-slide::after {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.sp_br{
    display: none;
}

#lowerGrade {
    display: none;
}

.none{
    display: none;
}

/* 元のスタイル - 変更しない */
/* .check-to-march-content::after {
    content: "";
    position: absolute;
    top: 119px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 354px;
    height: 12px;
    background-image: url(../images/pc_slick_page_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
} */


.check-to-march-content::before {
    content: "";
    position: absolute;
    top: 119px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 354px;
    height: 12px;
    background-image: url(../images/pc_slick_page.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* 新しく追加する状態クラス */
.check-to-march-content.state-1::before {
    background-image: url(../images/pc_slick_page.png);
}

.check-to-march-content.state-2::before {
    background-image: url(../images/pc_slick_page_gray.png);
}

.check-to-march-content.state-3::before {
    background-image: url(../images/pc_slick_gray.png);
}