/* ページ内リンクの動き */
html {
    scroll-behavior: smooth;
}

.how_reservation {
    text-decoration: underline;
    color: #1040db;
}

/* こんな人におすすめ */
.section_insight {
    background-color: #E6F7FF;
    color: #333;
    font-weight: 700;
}

.section_insight h2 {
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 26px;
}

.ul_nayami_wrapper {
    text-align: center;
}

.li_nayami_wrapper {
    text-align: left;
    display: inline-block;
}

.section_insight ul li {

    margin-bottom: 24px;

}

.section_insight ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/sestumeikai/check.png');
    background-position: center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.section_insight img {
    margin: 20px auto 0;

}


.kaiketsu {
    width: 350px;
    margin: 0 auto;
}


/* 開催概要 */
.section_overview {
    background-color: white;
}

.oberview_wrapper {
    padding-top: 20px;

}

.section_overview h2 {
    background-color: #00B1FC;
    color: #ffffff;
    font-size: 20px;
    padding: 12px 18px;
    border-radius: 4px;
    margin-top: 20px;

}

.overview_img_wrapper {
    position: relative;
}

.section_overview h3 {
    color: #00B1FC;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    top: -50px;
    left: -20px;
    background-color: white;
    display: inline;
    padding: 16px;


}

.section_overview img {
    margin-top: 30px;
    margin-bottom: 26px;

}

.section_overview p {
    line-height: 2;
    font-weight: 500;

}

.section_overview p span {
    text-decoration-color: #ffec20;
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
}

.date_wrapper {
    margin: 40px auto 0;
    text-align: center;
}

.day_taime_wrapper {
    display: inline-block;
    text-align: left;
    margin-bottom: 32px;
}

.day_count {
    color: #00B1FC;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.5 !important;

}

.section_overview time {
    font-size: 20px;
    font-weight: 700;
    text-decoration-color: #00B1FC;
    text-decoration-line: underline;
    text-decoration-thickness: 6px;
    text-decoration-skip-ink: none;

}

.section_overview time span {
    font-size: 24px;
    font-weight: 900;

}

.jobline_p_img_wrapper {
    position: relative;

}

.jobline_p_img_wrapper img {
    position: absolute;
    top: -15px;
    right: -30px;
    margin-top: 0 !important;
    width: 40% !important;
    max-block-size: none;
}

.jobline_p {
    font-size: 30px;
    font-weight: 900 !important;
}

.jobline_img {
    margin-top: 0 !important;
}

.about_jobline {
    text-align: center;
    margin-bottom: 50px;
}

.link_jobline_wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.link_jobline {
    text-align: center;
    background-color: #D30011;
    color: white;
    border-radius: 6px;
    padding: 20px;

}


/* もともとあったスライダー */
.p-secDiagnosis__sliderFrame {
    margin-bottom: 40px;
}

/* 追加したキャリアステップについて */
.careerstep_wrapper{
    text-align: center;
    
}
.img_careerstep{
    margin: 10px 0 10px 0;
}

.careerstep_wrapper a{
    text-decoration:underline;
}

/* 追加した研修について */
.img_training{
    margin: 20px 0 26px 3px;
    width: 90%;
    
}



/* 日時や持ち物などの情報 */
.grid-container {
    display: grid;
    grid-template-columns: 70px 400px;

    gap: 20px 20px;
    padding: 30px 0 30px;
    margin-bottom: 30px;

}



.item_setsumeikai {
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 14px;
}

/* .date_day2 {
    line-height: 0.1;
} */







/* よくある質問 */
.accordion-container {
    width: 100%;
    max-width: 700px;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}



.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;

    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: white;

}

.accordion-header:hover {
    background-color: #afd7ff;
}

.accordion-icon {
    font-size: 1.5rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* アコーディオンが開いている時のアイコンの向き */
.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0 2rem;
    max-height: 0;
    /* 最初は高さを0にして非表示にする */
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background-color: white;


}

.accordion-content.open {
    max-height: 500px;
    /* アコーディオンが開いた時の最大の高さを設定 */
    padding-bottom: 1.5rem;
    background-color: white;
    color: black;


}

.answer-text {
    padding: 20px;

}

.end_day{
    text-decoration: line-through;
}
