/* ------------------------------------------------
// ブレークポイント プリセット
------------------------------------------------ */
/*
@media screen and (max-width: 1024px) {
  lg サイズ
}
@media screen and (max-width: 768px) {
  md サイズ
}
@media screen and (max-width: 640px) {
  sm サイズ
}
@media screen and (max-width: 375px) {
  xs サイズ（最小幅 320px）
}
*/

/* ------------------------------------------------
// 基本指定
------------------------------------------------ */
html {
    font-size: 62.5%;
}

body {
    min-width: 1240px;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    line-height: 2.0rem;
    background-color: #FFF;

    @media screen and (max-width: 768px) {
        max-width: 768px;
        min-width: 320px;
    }
}

.wrapper {
    min-width: 1040px;

    @media screen and (max-width: 768px) {
        max-width: 768px;
        min-width: 320px;
    }
}

/* webfont 読み込み */
.webfont {
    font-family: "Zen Maru Gothic",
    "Hiragino Maru Gothic ProN",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* link */
a {
    color: #0022c8;
    text-decoration: underline;
}

a:visited {
    color: #001a99;
}

a:hover {
    color: #0022C8;
    text-decoration: none;
}

a:active {
    color: #000000;
}

.text-link {
    color: #0022c8;
    text-decoration: underline;
}

/* other */
.text-highlight {
    color: #db3c0b;
}

/* ------------------------------------------------
// header
------------------------------------------------ */
.header-kaigoJitsumusha {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1240px;
    width: 100%;
    height: 75px;
    z-index: 9;
    box-sizing: border-box;
    background-color: #fffc;

    @media screen and (max-width: 768px) {
        min-width: auto;
        max-width: 768px;
        height: 45px;
        border-bottom: 1px solid #eee;
    }
    @media screen and (max-width: 375px) {
        min-width: 320px;
    }
}

.header-kaigoJitsumusha .header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;

    @media screen and (max-width: 768px) {
        padding: 0 0 0 14px;
    }
    @media screen and (max-width: 375px) {
        /*min-width: 375px;*/
    }
}

.header-kaigoJitsumusha .header__logo {
    flex: 0 0 auto;
}

.header-kaigoJitsumusha .header__logo a {
    color: #333;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: opacity .3s ease;
}

.header-kaigoJitsumusha .header__logo a:hover {
    opacity: 0.7;
}

.header-kaigoJitsumusha .header__logo .label {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 6px;

    @media screen and (max-width: 768px) {
        font-size: 0.7rem;
        line-height: 1.0rem;
        margin-bottom: 3px;
    }
}

.header-kaigoJitsumusha .header__logo img {
    @media screen and (max-width: 768px) {
        max-width: 104px;
        height: auto;
    }
}

.header-kaigoJitsumusha .header__contents {
    align-items: center;
    column-gap: 30px;
    display: flex;
    height: 100%;
    @media screen and (max-width: 768px) {
        column-gap: 10px;
    }
}

.header-kaigoJitsumusha .header__title {
    display: flex;
    gap: 10px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        justify-content: flex-end;
        gap: 0;
        text-align: left;
    }
}

.header-kaigoJitsumusha .header__title span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        font-size: 1.2rem;
        line-height: 1.6rem;
        text-align: right;
    }
    @media screen and (max-width: 375px) {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }
}

.header-kaigoJitsumusha .header__btns {
    align-items: center;
    align-self: flex-start;
    column-gap: 1px;
    display: flex;
}

.header-kaigoJitsumusha .btn.header__apply-btn {
    border-radius: 0 0 10px 10px;

    @media screen and (max-width: 768px) {
        min-height: 44px;
        min-width: 45px;
        border-radius: 0;
    }
}

.header-kaigoJitsumusha .btn.header__apply-btn:hover {
    opacity: .7;
}

.header-kaigoJitsumusha .btn {
    min-width: 100px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 10px;
    background-color: #006cd9;
    border: 1px solid #006cd9;
    border-radius: 21px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: opacity .3s ease;
    box-sizing: border-box;

    @media screen and (max-width: 768px) {
        padding: 1px;
    }
}

.header-kaigoJitsumusha .btn__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;

    @media screen and (max-width: 768px) {
        font-size: 0.7rem;
        line-height: 1.0rem;
    }
}

.header-kaigoJitsumusha .btn.header__apply-btn .btn__inner:before {
    aspect-ratio: 22 / 22;
    background: url(https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/kaigo_jitsumusha/header_icon-apply.svg) no-repeat 50% / cover;
    content: "";
    margin-bottom: 2px;
    width: 24px;

    @media screen and (max-width: 768px) {
        aspect-ratio: 15 / 15;
        width: 15px;
        margin-bottom: 5px;
    }
}

/* ------------------------------------------------
// mainVisual
------------------------------------------------ */
.mainVisual {
    padding-bottom: 40px;
    background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/kaigo_jitsumusha/mainVisual_bg.svg") bottom 150px center no-repeat #EEF6FF;
    background-size: 200% auto;

    @media screen and (max-width: 768px) {
        margin-top: 45px;
        background-size: 250% auto;
        background-position: bottom 100px center;
    }
}

.mainVisual_inner {
}

.mainVisual_images {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 75px;
    margin-bottom: 20px;
    padding-top: 75px;
    background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/kaigo_jitsumusha/mainVisual_images_bg.png") top center no-repeat transparent;
    background-size: contain;

    @media screen and (max-width: 768px) {
        flex-direction: row-reverse;
        gap: 10px;
        margin-top: 0;
        padding-top: 50px;
        background-color: #FFF;
        background-position: top 10px center;
        background-size: 150% auto;
    }
    @media screen and (max-width: 640px) {
        background-size: cover;
    }
}

.mainVisual_images .mainVisual_img {
    aspect-ratio: 144 / 294;
    width: 144px;
    height: auto;

    @media screen and (max-width: 768px) {
    }
    @media screen and (max-width: 640px) {
        width: 120px;
    }
}

.mainVisual_images .mainVisual_img-1 {
}

.mainVisual_images .mainVisual_img-2 {
}

.mainVisual_images .mainVisual_img-3 {
}

.mainVisual_images .mainVisual_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainVisual_catchphrase {
    margin-bottom: 20px;
}

.mainVisual_catchphrase h2 {
    color: #006cd9;
    font-size: 4.8rem;
    line-height: 6.4rem;
    font-weight: 500;
    text-align: center;

    br {
        display: none;
    }

    @media screen and (max-width: 768px) {
        padding: 0 20px;
        font-size: 3.6rem;
        line-height: 4.8rem;
        br {
            display: block;
        }
    }
    @media screen and (max-width: 640px) {
        font-size: 2.8rem;
        line-height: 4.0rem;
    }
}

.mainVisual_subCatchphrase {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-align: center;

    @media screen and (max-width: 768px) {
        padding: 0 20px;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.mainVisual_divider {
    aspect-ratio: 1 / 1;
    width: 160px;
    height: auto;
    margin: 40px auto 0;
    text-align: center;

    @media screen and (max-width: 768px) {
        width: 120px;
    }
}

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

/* ------------------------------------------------
// introSection
------------------------------------------------ */
.introSection {
    background-color: #fff;
}

.introSection_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    @media screen and (max-width: 1024px) {
        padding: 60px 20px;
    }
    @media screen and (max-width: 768px) {
        padding: 30px 20px;
    }
}

.introSection_headline {
    margin-bottom: 30px;
}

.introSection_headline p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: center;

    @media screen and (max-width: 768px) {
        font-size: 1.8rem;
        line-height: 3.0rem;
    }
}

.introSection_headline p br {
    display: none;

    @media screen and (max-width: 768px) {
        display: block;
    }
}

.introSection_headline p span {
    display: inline-block;
}


.introSection_textUnderline {
    background: linear-gradient(transparent 70%, #FFD644 20%);
}

.introSection_headline p br + .introSection_textUnderline {
    padding-left: 10px;

    @media screen and (max-width: 768px) {
        padding-left: 0;
    }
}

.introSection_description {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #9CA3AF;
}

.introSection_description p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
}

.introSection_description p + p {
    margin-top: 10px;
}

.goalsSection {
}

.goalsSection_title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
}

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

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.goalsSection_card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 360px;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #F9FAFB;

    @media screen and (max-width: 768px) {
        max-width: 100%;
    }
}

.goalsSection_cardTitle {
    flex-grow: 2;
    font-size: 2.4rem;
    line-height: 3.2rem;

    @media screen and (max-width: 768px) {
        font-size: 2.0rem;
        line-height: 2.8rem;
    }
}

/* ------------------------------------------------
// sectionDivider
------------------------------------------------ */
.section_divider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #EEF6FF;

    @media screen and (max-width: 768px) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section_divider img {
    display: block;
    width: 87px;
    height: 60px;

    @media screen and (max-width: 768px) {
        width: 67px;
        height: 46px;
    }
}

/* ------------------------------------------------
// strengthsSection
------------------------------------------------ */
.strengthsSection {
    padding-bottom: 60px;
    background-color: #EEF6FF;
}

.strengthsSection_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;

}

.strengthsSection_headline {
    display: flex;
    padding: 30px 60px;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    border-radius: 80px 40px;
    background: #FFF;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        padding: 30px 35px 40px;
        gap: 20px;
        border-radius: 20px 80px;
    }
}

.strengthsSection_headlineLargeText {
    flex-grow: 0;
    flex-shrink: 0;

    @media screen and (max-width: 768px) {
        text-align: center;
    }
}

.strengthsSection_headlineLargeText p {
    font-size: 3.6rem;
    line-height: 6.4rem;

    @media screen and (max-width: 768px) {
        display: inline-block;
        font-size: 2.4rem;
        line-height: 4.0rem;
    }
}

.strengthsSection_headlineLargeText p:nth-of-type(1) {
    @media screen and (max-width: 640px) {
        display: block;
        text-align: center;
    }
}

.strengthsSection_headlineLargeText p .text-highlight {
    font-size: 4.8rem;

    @media screen and (max-width: 768px) {
        font-size: 3.6rem;
    }
}

.strengthsSection_headlineContent {
    flex-grow: 2;
}

.strengthsSection_headlineTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.strengthsSection_headlineTitle h2 {
    color: #1F2937;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.strengthsSection_headlineDescription {
    align-self: stretch;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #9CA3AF;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.strengthsSection_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    gap: 30px;
    flex-direction: column;
}

.strengthsCards {
    display: flex;
    align-items: stretch;
    gap: 30px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.strengthsCard {
    display: flex;
    padding: 20px 20px 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 20px 80px 20px 40px;
    background: url(https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/kaigo_jitsumusha/strengthsCard_bg-grid.png) rgba(255, 255, 255, 0.8) 150px 150px repeat;
    background-size: 15px 15px;
    background-blend-mode: lighten;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.strengthsCard-large {
    width: 401px;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.strengthsCard-small {
    width: 295px;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.strengthsCard_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: 2px solid #FFD644;
    border-radius: 200px;
    box-sizing: border-box;
    background: rgba(255, 240, 194, 0.25);
}

.strengthsCard:nth-of-type(2) .strengthsCard_icon,
.strengthsCard:nth-of-type(4) .strengthsCard_icon {
    @media screen and (max-width: 768px) {
        border: 2px solid #EAF6CF;
    }
}

.strengthsCard:nth-of-type(3) .strengthsCard_icon,
.strengthsCard:nth-of-type(5) .strengthsCard_icon {
    border: 2px solid #EAF6CF;

    @media screen and (max-width: 768px) {
        border: 2px solid #FFD644;
    }
}

.strengthsCard_icon img {
    display: block;
}

.strengthsCard_title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;
    text-align: center;
}

.strengthsCard_content {

}

.strengthsCard_content p {
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.strengthsCard_content p + p {
    margin-top: 10px;
}

/* ------------------------------------------------
// sectionInner
------------------------------------------------ */
.sectionInner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;

    @media screen and (max-width: 768px) {
        padding: 30px 20px;
    }
}

/* ------------------------------------------------
// sectionHeadline
------------------------------------------------ */
.sectionHeadline {
    margin-bottom: 34px;
}

.sectionHeadline_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.sectionHeadline_icon img {
    display: block;
    width: 28px;
    height: auto;
}

.sectionHeadline h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-align: center;


    @media screen and (max-width: 768px) {
        font-size: 2.0rem;
        line-height: 2.8rem;
    }
}

.sectionHeadline h2:before {
    content: '';
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 100px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFD644;
    border-radius: 2px;
}

/* ------------------------------------------------
// sectionDescription
------------------------------------------------ */
.sectionDescription {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;

    @media screen and (max-width: 768px) {
        text-align: left;
    }
}

/* ------------------------------------------------
// courseOverviewSection
------------------------------------------------ */
.courseOverviewSection {
    background-color: #FFF;
}

.courseOverviewSection .sectionDescription {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #9CA3AF;
}

.curriculumContainer {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #9CA3AF;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.curriculumColumn {
    flex: 1;
}

.curriculumColumn + .curriculumColumn {
    margin-left: 30px;
    padding-left: 30px;
    border-left: dashed 1px #9CA3AF;

    @media screen and (max-width: 768px) {
        margin-top: 30px;
        margin-left: 0;
        padding-top: 30px;
        padding-left: 0;
        border-top: dashed 1px #9CA3AF;
        border-left: none;
    }
}

.curriculumHeader {
    display: flex;
    margin-bottom: 30px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: rgba(255, 240, 194, 0.25);
}

.curriculumHeader_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;

    @media screen and (max-width: 768px) {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.curriculumHeader_icon {
}

.curriculumHeader_icon img {
    display: block;
}

.curriculumHeader_badge {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: bold;
    border-radius: 50px;
    background-color: #FFD644;
}

.curriculumItem {
}

.curriculumItem + .curriculumItem {
    margin-top: 30px;
}

.curriculumItem_title {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/kaigo_jitsumusha/courseOverviewSection_curriculumItem_title_icon-leaf.png") no-repeat left center;
    background-size: 20px 20px;
}

.curriculumItem dd {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.curriculumItem dd .locationInfo {
    display: flex;
    margin-top: 10px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #F9FAFB;
}

.curriculumItem dd .locationInfo_name {
    flex-grow: 0;
    flex-shrink: 0;
}

.curriculumItem dd .locationInfo_address {
    flex-grow: 2;
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.curriculumItem dd .locationInfo_mapLink {
    font-weight: bold;
}

.costInfo {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: rgba(255, 240, 194, 0.25);

    @media screen and (max-width: 768px) {
        flex-wrap: wrap;
        padding: 20px 10px;
    }
}

.costInfo_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;

    @media screen and (max-width: 768px) {
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.costInfo_badge {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: bold;
    border-radius: 50px;
    background-color: #FFD644;
}

/* ------------------------------------------------
// enrollmentFlowSection
------------------------------------------------ */
.enrollmentFlowSection {
    background-color: rgba(255, 240, 194, 0.25);
}

.enrollmentFlowSection_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;

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

.flowContainer {
}

.flowStep {
}

.flowContainer .flowStep_chevronDown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.flowContainer .flowStep_chevronDown img {
    display: block;
}

.flowStep_header {
    padding: 10px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #EAF6CF;
}

.flowStep_body {
    padding: 20px;
    background-color: #FFF;
}

.flowStep_body p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
}

.flowStep_body p.flowStep_note {
    font-size: 1.4rem;
    line-height: 2.0rem
}

.flowStep_body p + p {
    margin-top: 10px;
}

/* ------------------------------------------------
// courseScheduleSection
------------------------------------------------ */
.courseScheduleSection {
}

.scheduleTable {
    margin-bottom: 30px;
}

.scheduleTable_header,
.scheduleTable_row {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background-color: #E2F0FF;

    @media screen and (max-width: 768px) {
        padding: 10px 20px;
    }
}

.scheduleTable_row {
    border-bottom: dashed 1px #9CA3AF;
    background-color: transparent;
}

.scheduleTable_header .scheduleTable_headerItem {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.scheduleTable_header .scheduleTable_headerItem + .scheduleTable_headerItem {
    padding-left: 20px;
    border-left: solid 2px #9CA3AF;
}

.scheduleTable_row .scheduleTable_rowItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;

    @media screen and (max-width: 768px) {
        font-size: 1.4rem;
        line-height: 2.0rem;
    }
}

.scheduleTable_row .scheduleTable_rowItem + .scheduleTable_rowItem {
    padding-left: 20px;
    border-left: solid 2px #E5E7EB;
}

.scheduleTable_header .scheduleTable_colCourse,
.scheduleTable_row .scheduleTable_colCourse {
    width: 200px;
    flex-shrink: 0;

    @media screen and (max-width: 768px) {
        width: 70px;
    }
}

.scheduleTable_header .scheduleTable_colPeriod,
.scheduleTable_row .scheduleTable_colPeriod {
    flex: 1 0 0;
}

.scheduleTable_header .scheduleTable_colMaterial,
.scheduleTable_row .scheduleTable_colMaterial {
    width: 180px;
    flex-shrink: 0;

    @media screen and (max-width: 768px) {
        width: 40px;
    }
}

.scheduleTable_row .scheduleTable_colMaterial {
    @media screen and (max-width: 768px) {
        justify-content: center;
        align-items: center;
    }
}

.scheduleTable_row .scheduleTable_colMaterial .colMaterial_pdfLink {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;

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

.scheduleTable_row .scheduleTable_colMaterial .colMaterial_label {
    @media screen and (max-width: 768px) {
        display: none;
    }
}

.scheduleTable_row .scheduleTable_colMaterial .colMaterial_pdfIcon {
}

.scheduleTable_row .scheduleTable_colMaterial .colMaterial_pdfIcon img {
    display: block;
}

.scheduleTable_row-closed {
    background-color: #F3F4F6;
}

.scheduleTable_row-closed .scheduleTable_rowItem {
    color: #4B5563;
}

.scheduleTable_row-closed .scheduleTable_closedText {
    display: block;
    margin-top: 5px;
    color: #374151;
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.scheduleTable_row-closed .scheduleTable_colMaterial .colMaterial_pdfLink {
    color: #4B5563;
    text-decoration: none;
}

.scheduleNote {
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-align: center;
}

/* ------------------------------------------------
// ctaSection
------------------------------------------------ */
.ctaSection {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #EEF6FF;

    @media screen and (max-width: 768px) {
        padding: 30px 20px;
    }
}

.ctaSection_container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 20px 20px 60px 60px;
    box-sizing: border-box;
    background-color: #FFF;

    @media screen and (max-width: 768px) {
        padding: 30px 35px;
        gap: 20px;
    }
}

.ctaSection_message {
    width: 100%;
}

.ctaSection_headline {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #9CA3AF;
}

.ctaSection_headline .ctaSection_subtitle {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
}

.ctaSection_headline .ctaSection_subtitle span {
    color: #9CA3AF;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.ctaSection_title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-align: center;
}

.ctaSection_text {
}

.ctaSection_text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;

    @media screen and (max-width: 768px) {
        text-align: left;
    }
}

.ctaSection_box {
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 30px;
    background-color: rgba(255, 240, 194, 0.25);
}

.ctaSection_box-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
}

.ctaSection_button {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 320px;
    margin: 0 auto;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;
    text-decoration: none;
    border-radius: 100px;
    box-sizing: border-box;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    background-color: #006cd9;

    @media screen and (max-width: 768px) {
        width: 400px;
    }
    @media screen and (max-width: 640px) {
        width: 100%;
    }
}

.ctaSection_button-closed {
    box-shadow: none;
    background-color: #E5E7EB;
}

.ctaSection_button:hover {
    opacity: 0.9;
}

.ctaSection_button-closed:hover {
    opacity: 1.0;
}

.ctaSection_button span {
    color: #FFF;
}

.ctaSection_button-closed span {
    color: #1F2937;
}

.ctaSectionNote {
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-align: center;
}

.ctaSection_decoration {
    position: relative;
    overflow: hidden;
}

.ctaSection_decoration .treeDecoration {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ctaSection_decoration .treeDecoration img {
    max-width: none;
    width: 160%;
    height: auto;
}


/* ------------------------------------------------
// fixedNav
------------------------------------------------ */
.fixedNav {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 1240px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;

    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, #FFFBF0 54.81%);

    @media screen and (max-width: 768px) {
        min-width: auto;
        padding: 20px;
    }
}

.fixedNav.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.fixedNav_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;
    text-align: center;
}

.fixedNav_button {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 320px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    box-sizing: border-box;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    background-color: #006cd9;

    @media screen and (max-width: 768px) {
        width: 400px;
    }
    @media screen and (max-width: 640px) {
        width: 100%;
    }
}

.fixedNav_button:hover {
    opacity: 0.9;
}

.fixedNav_button span {
    color: #FFF;
}

/* ------------------------------------------------
// footer
------------------------------------------------ */
.footer-kaigoJitsumusha {
    background-color: #404040;
}

.footer-kaigoJitsumusha #footerWrap {
    margin: 0 auto;
    max-width: 1140px;
    padding: 40px 20px;

    @media screen and (max-width: 768px) {
        padding: 30px 15px;
    }
}

.footer-kaigoJitsumusha #copyrightWrap {
    width: 100%;
}

.footer-kaigoJitsumusha #copyrightWrap dt {
    margin-bottom: 10px;
    text-align: center;
}

.footer-kaigoJitsumusha #copyrightWrap a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-decoration: none;
}

.footer-kaigoJitsumusha #copyrightWrap a:hover {
    text-decoration: underline;
}

.footer-kaigoJitsumusha #copyrightWrap dd {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}