@charset "utf-8";
/* =========================================================================================
PAGE HEADER
=========================================================================================*/
body.monodukuri-student .page-header {
    background: #fcd508;
}

/* =========================================================================================
LAYOUT
=========================================================================================*/
body.monodukuri-student #main {
    background: #ffed8d;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
MAP
=========================================================================================*/
section.map .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.map .inner h2 {
    margin-block: 1em 75px;
}
section.map .inner .box {
    width: 100%;
    border: 4px solid #f9b202;
}
section.map .inner .box h3 {
    color: #fff;
    font-size: clamp(1.5rem, calc(1.026rem + 2.022vw), 2.063rem); /* min: 24px, max: 33px */
    text-align: center;
    background: #f9b202;
    padding: 0.375em 1em 0.45em;
}
section.map .inner .box .image {
    padding: 30px;
}
section.map .inner .box .image img {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

section.map .inner .info-box {
    background: #fffde2;
    padding: 60px 5% 50px;
    border-radius: 25px;
    margin-block: 75px;
    position: relative;
    z-index: 1;
}
section.map .inner .info-box h3 {
    color: #ef8201;
    font-size: clamp(1.25rem, calc(1.039rem + 0.899vw), 1.5rem); /* min: 20px, max: 24px */
    line-height: 1.4;
    background: #fff;
    border: 2px solid #ef8201;
    border-radius: 100px;
    padding: 0.3em 1.5em;
    position: absolute;
    top: 0;
    left: 4%;
    translate: 0 -50%;
    z-index: 5;
}
section.map .inner .info-box dl {
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: left;
    gap: 1em;
}
section.map .inner .info-box dl dt {
    width: 180px;
    color: #f9a302;
    font-weight: var(--bold-font-weight);
}
section.map .inner .info-box dl dd {
    width: calc(100% - 1em - 180px);
}
section.map .inner .info-box dl dd b {
    font-size: clamp(1.25rem, calc(1.092rem + 0.674vw), 1.438rem); /* min: 20px, max: 23px */
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
section.map .inner .icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em 30px;
}
section.map .inner .icon strong {
    font-size: clamp(1.75rem, calc(1.118rem + 2.697vw), 2.5rem); /* min: 28px, max: 40px */
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    background: #fff;
    border: 4px solid;
    border-radius: 100px;
}
@media only screen and (max-width: 820px) {
    section.map .inner h2 {
        margin-block: 1em 50px;
    }
    section.map .inner .info-box {
        border-radius: 20px;
        padding: 30px 30px 50px;
        margin-block: 50px;
    }
    section.map .inner .info-box dl {
        gap: 0;
    }
    section.map .inner .info-box dl dt,
    section.map .inner .info-box dl dd {
        width: 100%;
    }
    section.map .inner .info-box dl dt {
        margin-block: 1.25em 0.25em;
    }
}
@media only screen and (max-width: 468px) {
    section.map .inner {
        padding-top: 20px;
    }
    section.map .inner h2 {
        margin-block: 1em 25px;
    }
    section.map .inner .info-box {
        border-radius: 15px;
        padding: 30px 20px 30px;
        margin-bottom: 30px;
    }
}

/* =========================================================================================
PROGRAM
=========================================================================================*/
section.program {
    padding-top: 50px;
}
section.program .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 75px;
}
section.program .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
section.program .row::before,
section.program .row::after {
    content: "";
    width: 12.5%;
    min-width: 80px;
    aspect-ratio: 1 / 1;
    background: url(../images/page/event/monodukuri-student/object_mark.svg) no-repeat center /
        contain;
    position: absolute;
    top: 50%;
    translate: 0 -100%;
    z-index: -1;
}
section.program .row::before {
    left: 0;
}
section.program .row::after {
    right: 0;
}
section.program .box {
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
section.program .box h2 {
    color: #236d30;
    text-align: center;
    font-size: clamp(1.25rem, calc(1.65rem + -1.706vw), 1.563rem); /* min: 20px, max: 25px */
    font-weight: var(--black-font-weight);
    line-height: 1.3;
    white-space: nowrap;
    min-width: 70%;
    background: #fff;
    border: 4px solid #236d30;
    border-radius: 200px;
    padding: 0.375em 1em 0.4em;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    z-index: 5;
}
section.program .box .line {
    flex-grow: 1;
    width: 100%;
    background: #fff;
    border: 4px solid #236d30;
    border-radius: 25px;
    overflow: hidden;
}
section.program .box .line .image {
    position: relative;
    z-index: 1;
}
section.program .box .line .image img {
    width: 100%;
    aspect-ratio: 490 / 375;
    object-fit: cover;
}
section.program .box .line .image .school-name {
    font-size: clamp(1rem, calc(0.461rem + 1.053vw), 1.25rem); /* min: 16px, max: 20px */
    text-align: center;
    white-space: nowrap;
    width: fit-content;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    padding: 0.25em 0.5em;
    position: absolute;
    left: 50%;
    bottom: 20px;
    translate: -50% 0;
    z-index: 1;
}
section.program .box .text {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 15px 20px 15px;
}
section.program .box .text dl {
    display: grid;
    grid-template-columns: 110px auto;
    grid-template-rows: repeat(2, 1fr);
    gap: 5px 20px;
}
section.program .box .text dt {
    color: #98b50e;
    font-weight: var(--bold-font-weight);
    display: flex;
    align-items: start;
    gap: 5px;
}
section.program .box .text dt::before {
    content: "";
    display: inline-block;
    width: 0.75em;
    aspect-ratio: 1 / 1;
    background: #98b50e;
    translate: 0 0.6em;
}
section.program .box .text dd {
    max-width: 230px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: left;
    gap: 0 1em;
}
section.program .box .btn {
    padding-block: 30px;
}
section.program .box .btn a {
    color: var(--base-font-color);
    min-width: 70%;
    background: #ffcc00;
    text-decoration: none;
    border-radius: 100px;
    border: 3px solid #707070;
    width: 100%;
    max-width: 250px;
    padding: 0.5em 1em;
}
section.program .box .btn a:hover {
    color: #fff;
    background: #f18a38;
}
section.program .box .btn a::after {
    display: none;
}
section.program .box .btn .no-link {
    color: #fff;
    font-weight: var(--bold-font-weight);
    text-align: center;
    background: #707070;
    border-radius: 100px;
    border: 3px solid #707070;
    width: 100%;
    min-width: 70%;
    padding: 0.5em 1em;
}
@media only screen and (max-width: 820px) {
    section.program .inner {
        gap: 0;
    }
    section.program .row {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    section.program .row::before {
        left: -20px;
    }
    section.program .row::after {
        right: -20px;
    }
    section.program .row .box {
        width: 100%;
        max-width: 500px;
        margin-bottom: 75px;
    }
    section.program .row:last-child .box:last-child {
        margin-bottom: 0;
    }
    section.program .box h2 {
        width: 85%;
        max-width: none;
    }
}
@media only screen and (max-width: 468px) {
}
