@charset "utf-8";

/* ==========================================================================
   ベース設定
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #00534E;
    --color-accent: #ffca4f;
    --font-google: "Google Sans Flex", "Roboto Flex", sans-serif;
    --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
    --content-width: 1100px;
    --section-space: 120px;
    --text-color: #333333;
}

.wrapper {
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 0 15px;
}

.dfx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

html {
    font-size: 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

body {
    color: var(--text-color);
    background: #ffffeb;
}

h2,
h3,
h4,
h5 {
    font-family: var(--font-google);
}

.ul {
    list-style: none;
}

.sp-only {
    display: none;
}

.pc-only {
    display: inline;
}

@media(max-width:768px) {
    :root {
        --section-space: 50px;
    }

    body {
        font-size: 1.6rem;
    }

    .sp-only {
        display: inline;
    }

    .pc-only {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    html {
        font-size: 2.667vw;
    }
}

/* ==========================================================================
   共通ヘッダー（追加スタイル）
   ========================================================================== */
.site-header {
    width: 100%;
    background-color: #ffffff;
    padding: 12px 15px;
}

.header-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-logo {
    flex-shrink: 0;
    width: clamp(80px, 12vw, 125px);
}

.logo-img {
    display: block;
    width: 100%;
    height: auto;
}

.header-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: var(--content-width);
    margin: 0 auto;
}

.header-text-ja {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .header-container {
        align-items: center;
        gap: 10px;
    }

    .header-logo {
        width: 72px;
    }

    .header-text-ja {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
   KV
   ========================================================================== */
.kv-alt-wrapper {
    width: 100%;
    height: 60svh;
    min-height: 550px;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    border-left: 12px solid #00534E;
}

.kv-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.bg-img-right {
    width: 55%;
    height: 100%;
    margin-left: -15%;
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
}

.bg-img {
    width: 100%;
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.kv-content-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.pane-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
    padding: 20px 52vw 20px 6%;
}

.pane-upper {
    flex: 1.2;
    font-family: var(--font-google);
    color: #00534E;
    background-image: linear-gradient(rgba(255, 190, 41, 0.8), rgba(255, 190, 41, 0.8)), url('../img/bg1.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: normal;
    clip-path: polygon(0 0, 57.3% 0, 51.7% 100%, 0 100%);
}

.pane-upper .pane-inner {
    gap: 1.0rem;
}

.kv-category {
    font-size: clamp(1.6rem, 2.2vw, 3.6rem);
    font-weight: 600;
    line-height: 1.2;
}

.kv-main-title {
    font-size: clamp(2.8rem, 4.2vw, 5.2rem);
    font-weight: 700;
    font-style: italic;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

.kv-badge {
    display: inline-block;
    font-size: clamp(1.6rem, 1.3vw, 2.75rem);
    font-weight: 600;
    border: 1.5px solid #00534E;
    border-radius: 4px;
    padding: 0.4em 0.8em;
    line-height: 1.4;
    text-align: left;
}

.badge-br {
    display: none;
}

@media (max-width: 1200px) {
    .badge-br {
        display: block;
    }
}

.pane-lower {
    flex: 0.8;
    font-family: var(--font-google);
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 83, 78, 0.62), rgba(0, 83, 78, 0.62)), url('../img/bg2.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: normal;
    clip-path: polygon(0 0, 51.7% 0, 48% 100%, 0 100%);
}

.location-box {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.location-country-name {
    font-size: clamp(3.2rem, 4.8vw, 6.2rem);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.diamond-marker {
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    background-color: #ffffff;
    transform: rotate(45deg);
    margin-right: 0.35em;
    flex-shrink: 0;
}

.location-city-name {
    font-size: clamp(1.8rem, 2.6vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    padding-left: 0.7em;
}

@media (max-width: 768px) {
    .kv-alt-wrapper {
        height: auto;
        min-height: unset;
        border-left: 8px solid var(--color-primary);
    }

    .kv-bg-images {
        display: none;
    }

    .bg-img-right {
        width: 100%;
        height: 100%;
        margin-left: 0;
        clip-path: none;
    }

    .kv-content-pane {
        position: relative;
        height: auto;
    }

    .pane-inner {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        padding-top: 4.0rem;
        padding-bottom: 4.0rem;
    }

    .pane-upper {
        flex: none;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        margin-bottom: -4rem;
        z-index: 2;
    }

    .kv-badge {
        background-color: var(--color-primary);
        color: #ffffff;
        padding: 0.3em 0.6em;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        border: none;
        line-height: 2.0;
    }

    .kv-badge-wrap {
        display: block;
    }

    .pane-lower {
        flex: none;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
        padding-top: 6.0rem;
        z-index: 1;
    }

    .location-box {
        gap: 0.8rem;
    }
}

/* ==========================================================================
   現地語（日本語）セクション：KV直下エリア
   ========================================================================== */
.kv-section.section-japanese {
    width: 100%;
    background-color: #F2F2F2;
    padding: 3rem 6%;
    box-sizing: border-box;
}

.section-inner-jp {
    display: table;
    width: auto;
    table-layout: auto;
}

.jp-col-title,
.jp-col-divider,
.jp-col-location {
    display: table-cell;
    vertical-align: middle;
}

.jp-col-title {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding-right: 4.5rem;
    text-align: left;
}

.jp-text-main {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 700;
    color: #4D4D4D;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.jp-text-sub {
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    font-weight: 700;
    color: #4D4D4D;
    margin-bottom: 1.6rem;
    line-height: 1.3;
}

.jp-program-badge {
    display: block;
}

.jp-program-badge span {
    display: inline-block;
    font-size: clamp(1.5rem, 1.2vw, 1.6rem);
    font-weight: 700;
    color: #4D4D4D;
    border: 1.5px solid #4D4D4D;
    padding: 0.3em 0.6em;
    border-radius: 4px;
    line-height: 1.2;
}

.jp-col-divider {
    padding: 0 1.5rem;
}

.diamond-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #4D4D4D;
    transform: rotate(45deg);
    margin: 0 auto;
}

.jp-col-location {
    padding-left: 4.5rem;
}

.area-jp-svg {
    display: block;
    height: clamp(5.0rem, 6.5vw, 7.5rem);
    width: auto;
}

@media (max-width: 768px) {
    .kv-section.section-japanese {
        padding: 2rem 2.4rem;
    }

    .section-inner-jp {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .jp-col-title,
    .jp-col-divider,
    .jp-col-location {
        display: block;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .jp-col-title {
        margin-bottom: 1.5rem;
    }

    .jp-text-main,
    .jp-text-sub {
        text-align: left;
    }

    .jp-text-main {
        margin-bottom: 0.5rem;
    }

    .jp-text-sub {
        margin-bottom: 0.8rem;
    }

    .jp-col-divider {
        display: none;
    }

    .jp-col-location {
        display: flex;
        gap: 1rem;
    }

    .jp-col-location::before {
        content: "";
        display: block;
        width: 1.0rem;
        height: 1.0rem;
        margin-top: 0.5em;
        background-color: #4D4D4D;
        transform: rotate(45deg);
        flex-shrink: 0;
    }

    .area-jp-svg {
        margin: 0;
        height: 4.8rem;
        width: auto;
    }
}

/* ==========================================================================
   intro
   ========================================================================== */
.intro {
    margin-top: 155px;
    margin-bottom: 200px;
}

.intro h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1em;
}

.intro__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    font-size: 1.8rem;
    border-radius: 50px;
    max-width: 682px;
    height: 97px;
    border: 1px solid var(--color-primary);
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
    padding-right: 1em;
    margin-bottom: 25px;
}

.intro__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: 100% 50%;
    height: 75px;
    width: 75px;
    background: url(../img/btn_arrow.svg) no-repeat;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
    transform: translateY(-50%);
}

.intro__btn:hover::after {
    transform: translate(5px, -50%);
}

.intro__btn-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    font-size: 1.8rem;
    border-radius: 50px;
    max-width: 682px;
    height: 97px;
    border: 1px solid var(--color-accent);
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
    padding-right: 1em;
}

.intro__btn-yellow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: 100% 50%;
    height: 75px;
    width: 75px;
    background: url(../img/btn_arrow_yellow.svg) no-repeat;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
    transform: translateY(-50%);
}

.intro__btn-yellow:hover::after {
    transform: translate(5px, -50%);
}

.intro p {
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.8rem;
}

@media (max-width:768px) {
    .intro {
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .intro h2 {
        font-size: 1.6rem;
        text-align: left;
    }

    .intro p {
        text-align: left;
        margin-bottom: 1em;
    }

    .intro__btn {
        padding: 10px 75px 10px 25px;
        border-radius: 70px;
        font-size: clamp(1.4rem, 4vw, 1.6rem);
    }

    .intro__btn::after,
    .intro__btn-yellow::after {
        width: 45px;
        height: 45px;
    }

    .intro__btn:before {
        border-radius: 70px;
        padding: 10px 0;
    }

    .intro__btn-yellow {
        padding: 10px 75px 10px 25px;
        font-size: clamp(1.4rem, 4vw, 1.6rem);
        border-radius: 70px;
    }
}

/* ==========================================================================
   セクション区切り画像（共通パーツ）
   ========================================================================== */
.section__img {
    width: 100%;
    max-width: 100%;
    margin-top: 120px;
    margin-bottom: 160px;
    padding: 0;
}

.section__img img {
    width: 100%;
    height: clamp(300px, 40vw, 500px);
    object-fit: cover;
    display: block;
    border-radius: 0;
}

@media (max-width: 768px) {
    .section__img {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .section__img img {
        height: 240px;
    }
}

/* ==========================================================================
   guidelines（募集要項：洗練されたミニマル・ラグジュアリー版）
   ========================================================================== */
.guidelines {
    width: 100%;
    background-color: #687772;
    margin-bottom: var(--section-space);
    padding: 120px 15px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Space Grotesk", sans-serif;
}

.guidelines__ttl {
    margin: 0 auto 80px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column-reverse;
}

.guidelines__ttl h3 span {
    display: block;
    font-family: var(--font-google);
    font-size: clamp(2.2rem, 3.8vw, 4.2rem);
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 12px;
}

.guidelines__ttl h3 {
    font-family: var(--font-zenkaku);
    font-size: 2rem;
    font-weight: 500;
    color: var(--color-accent);
    letter-spacing: 0.2em;
    line-height: 1.0;
    margin: 0;
}

.summary {
    margin: 0 auto 80px auto;
    align-items: flex-start;
    gap: 60px;
}

.summary .ttl__area {
    flex-shrink: 0;
    width: 240px;
    display: flex;
    flex-direction: column-reverse;
}

.summary .ttl__area h3 span {
    display: block;
    font-family: var(--font-google);
    font-size: clamp(2.0rem, 2.5vw, 2.6rem);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 8px;
}

.summary .ttl__area h3 {
    font-family: var(--font-zenkaku);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    line-height: 1.0;
    margin: 0;
}

.summary__desc {
    flex: 1;
}

.summary__desc p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
    margin-bottom: 40px;
    text-align: justify;
}

.summary__desc ul {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.summary__desc li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    letter-spacing: 0.03em;
}

.summary__desc li:last-child {
    margin-bottom: 0;
}

.summary__desc li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    background-color: var(--color-accent);
    transform: translateY(-50%);
}

.entry {
    margin: 0 auto;
    background-color: #ffffff;
    color: var(--color-primary);
    font-size: 3rem;
    font-weight: 700;
    padding: 35px 40px;
    border-radius: 70px;
    letter-spacing: 0.08em;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry .entry__label {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    background-color: var(--color-accent);
    padding: 6px 16px;
    margin-right: 24px;
    display: inline-block;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .guidelines {
        margin-top: 0;
        padding: 80px 0;
    }

    .guidelines__ttl {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    .summary {
        margin-bottom: 40px;
    }

    .summary.dfx {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .summary .ttl__area {
        width: 100%;
    }

    .summary__desc p {
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .summary__desc ul {
        padding: 15px 0;
    }

    .summary__desc li {
        font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .entry {
        font-size: 1.8rem;
        padding: 15px 20px;
        flex-direction: column;
        gap: 12px;
    }

    .entry .entry__label {
        font-size: 1.6rem;
        padding: 5px 14px;
        margin-right: 0;
    }
}

/* ==========================================================================
   location（国情報・マップ共通セクション）
   ========================================================================== */
.location {
    margin-bottom: 155px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.location .dfx {
    gap: 30px;
    align-items: start;
}

.location__inner-left {
    width: 24%;
}

.location__img-flag {
    margin-bottom: 15px;
}

.location .ttl__area {
    line-height: 1.4;
    margin-top: 10px;
}

.location .ttl__area h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-primary);
    margin: 0;
}

.location .ttl__area h3 span {
    display: block;
    font-family: var(--font-google);
    font-size: 11.5px;
    font-weight: 500;
    color: #999999;
    letter-spacing: 0.04em;
    margin-top: 6px;
}

.location__inner-right {
    width: calc(80% - 30px);
}

.location__inner-right img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    vertical-align: bottom;
}

@media (max-width:768px) {
    .location {
        margin-bottom: 50px;
    }

    .location .dfx {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .location__inner-left {
        width: 100%;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .location__img-flag {
        max-width: calc(100% - 210px);
        margin-bottom: 0;
    }

    .location__img-flag img {
        width: 70px;
    }

    .location .ttl__area {
        margin-top: unset;
        line-height: 1.3;
    }

    .location .ttl__area h3 {
        font-size: 20px;
    }

    .location .ttl__area h3 span {
        font-size: 11px;
        margin-top: 4px;
    }

    .location__inner-right {
        width: 100%;
    }
}

/* ==========================================================================
   phgallery（過去写真）
   ========================================================================== */
.phgallery {
    margin-bottom: 100px;
}

.phgallery ul {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.phgallery ul li {
    width: calc((100% - 15px) / 4);
}

.phgallery p {
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
}

.gallery__img {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.gallery__img img {
    height: auto;
    transition: transform .6s ease;
    width: 100%;
    aspect-ratio: 101 / 56;
}

.gallery__img:hover img {
    transform: scale(1.1);
}

@media (max-width:768px) {
    .phgallery {
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .phgallery ul {
        gap: 10px;
    }

    .phgallery ul li {
        width: calc((100% - 10px) / 2);
    }
}

/* ==========================================================================
   共通タイトル
   ========================================================================== */
.schedule .ttl__area,
.apply .ttl__area,
.program .ttl__area {
    background-color: var(--color-primary);
    max-width: 420px;
    margin-right: auto;
    padding: 30px 20px;
    border-radius: 0;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    box-sizing: border-box;
    border-left: 6px solid var(--color-accent);
}

.schedule .ttl__area h3 span,
.apply .ttl__area h3 span,
.program .ttl__area h3 span {
    display: block;
    font-family: "Helvetica Neue", Arial, "Space Grotesk", sans-serif;
    font-size: clamp(2.0rem, 2.5vw, 2.6rem);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 8px;
}

.schedule .ttl__area h3,
.apply .ttl__area h3,
.program .ttl__area h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    line-height: 1.0;
    margin: 0;
    font-family: var(--font-zenkaku);
}

/* ==========================================================================
   schedule（日程表：提示ベースを完全踏襲）
   ========================================================================== */
.schedule {
    background-color: #f2f2dd;
    border-radius: 0 20rem 0 0;
    margin-bottom: 155px;
    padding: 100px 0;
    width: 100%;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.schedule__area {
    font-size: 27px;
    text-align: center;
    margin-bottom: 100px;
}

.schedule__table {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
}

.schedule__table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
}

.schedule__table .date {
    width: 150px;
    background-color: var(--color-primary);
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-align: center;
}

.schedule__table .time {
    width: 170px;
    background-color: #f9f9f9;
    font-weight: bold;
    border-right: 1px dashed #00346175;
}

.schedule__table .last-tr {
    border-bottom: 1px dashed #97c1bd;
}

.schedule__table .detail {
    background-color: #f9f9f9;
}

.schedule__table tr:nth-child(odd) .time,
.schedule__table tr:nth-child(odd) .detail {
    background-color: #fff;
}

.schedule__table .flight {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
}

.schedule__table .flight-first {
    width: 20em;
}

.schedule__table .flight p {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.schedule .note {
    font-size: 14px;
    text-align: left;
}
.location-list {
    list-style: none; 
    margin-top: 8px;
    padding: 0;
}

.location-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 4px;
}

.location-list li::before {
    content: "";
    display: block;
    width: 14px;      
    height: 14px;    
    margin-top: 4px; 
    margin-right: 6px;
    flex-shrink: 0;   
    background-image: url('../img/location-dot.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* ==========================================================================
   レスポンシブ（スマホ設定：提示ベース＋参加方法調整）
   ========================================================================== */
@media (max-width: 768px) {

    .schedule .ttl__area,
    .apply .ttl__area,
    .program .ttl__area {
        max-width: 280px;
        padding: 20px 0 20px 20px;
        margin-bottom: 40px;
    }

    .schedule {
        border-radius: 0 10rem 0 0;
    }

    .schedule .ttl__area h3 span,
    .apply .ttl__area h3 span,
    .program .ttl__area h3 span {
        font-size: 18px;
    }

    .schedule__table {
        font-size: 1.5rem;
    }

    .schedule__table tr {
        display: block;
    }

    .schedule__table td {
        display: block;
        border: none;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .schedule__table td.date {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .schedule__table .time {
        width: 100%;
        padding-bottom: 0;
    }

    .schedule__table .last-tr {
        border-bottom: unset;
    }

    .schedule__table .time {
        border-right: unset;
    }

    .schedule__table .flight p {
        font-size: 14px;
    }

    .schedule__table .flight {
        flex-direction: column;
        gap: unset;
    }
}

/* ==========================================================================
   参加方法タイトル（多言語対応・シンプル両サイド線仕様）
   ========================================================================== */
.attend .attend__ttl,
.other-section .attend__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}

.attend .attend__ttl h4 {
    font-family: var(--font-zenkaku, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif);
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.attend .attend__ttl h4::before,
.attend .attend__ttl h4::after {
    content: "";
    height: 1px;
    background-color: #333333;
    flex-grow: 1;
}

.attend .attend__ttl h4::before {
    margin-right: 30px;
}

.attend .attend__ttl h4::after {
    margin-left: 30px;
}

.attend h4 span {
    color: var(--color-primary);
}

/* ==========================================================================
   attend 本文エリア（王道丸数字 ❶ ❷）
   ========================================================================== */
.attend ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.attend ol>li {
    margin-bottom: 40px;
}

.attend ol>li:last-child {
    margin-bottom: 0;
}

.attend ol h5 {
    color: var(--color-primary);
    font-family: var(--font-zenkaku, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif);
    font-weight: 700;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 0 0 15px 0;
}

.attend ol .h5-first::before {
    content: "\2776";
    font-size: 4rem;
    color: var(--color-primary);
    flex-shrink: 0;
}

.attend ol .h5-second::before {
    content: "\2777";
    font-size: 4rem;
    color: var(--color-primary);
    flex-shrink: 0;
}

.attend ol p {
    padding-left: 55px;
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

.attend ol li p a {
    text-decoration: underline;
    color: var(--color-primary);
}

.attend ol ul {
    list-style: none;
    padding-left: 55px;
    margin: 0;
}

.attend ol ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.attend ol ul li::before {
    content: "\203B";
    margin-right: 5px;
    color: #999999;
}

/* ==========================================================================
   レスポンシブ（スマホ設定）
   ========================================================================== */
@media (max-width:768px) {
    .attend .attend__ttl {
        margin-bottom: 30px;
    }

    .attend h4 {
        font-size: 24px;
    }
.attend .attend__ttl h4 {
    font-size: 2.3rem;
}
    .attend .attend__ttl h4::before {
        margin-right: 15px;
    }

    .attend .attend__ttl h4::after {
        margin-left: 15px;
    }

    .attend ol h5 {
        font-size: 20px;
        align-items: flex-start;
    }

    .attend ol .h5-first::before,
    .attend ol .h5-second::before {
        font-size: 33px;
        margin-top: -4px;
    }

    .attend ol p,
    .attend ol ul {
        padding-left: 44px;
        font-size: 1.6rem;
    }
}

/* ==========================================================================
   apply（申し込み方法セクション全体）
   ========================================================================== */
.apply {
    margin-bottom: 155px;
}

.step {
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 30px;
    justify-content: center;
}

.step__item {
    width: calc((100% - 180px) / 3);
}

.step__img {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.step__img::after {
    content: "\025b6";
    color: #827b3a;
    font-size: 3.5rem;
    margin-left: 16px;
}

.step__img img {
    aspect-ratio: 1 / 1;
}

.step__txt {
    display: flex;
    align-items: flex-start;
    font-size: 1.7rem;
}

.step__item:nth-of-type(3) .step__img::after {
    content: unset;
}

.step__item:nth-of-type(1) .step__txt::before {
    content: "1.";
    margin-right: 10px;
    margin-top: 0.2em;
}

.step__item:nth-of-type(2) .step__txt::before {
    content: "2.";
    margin-right: 10px;
    margin-top: 0.2em;
}

.step__item:nth-of-type(3) .step__txt::before {
    content: "3.";
    margin-right: 10px;
    margin-top: 0.2em;
}

.inview.fadeup {
    opacity: 0;
    transition-duration: .5s;
    transform: translateY(10px);
}

.inview.fadeup.active {
    opacity: 1;
    transform: translateY(0px);
}

.delay01 {
    transition-delay: .3s;
}

.delay02 {
    transition-delay: .6s;
}

.delay03 {
    transition-delay: .9s;
}

.deadline {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 15px;
}

.deadline p {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 600;
    color: #C1272D;
    margin-bottom: 20px;
}

.deadline__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #C1272D;
    font-size: 2rem;
    color: #fff;
    border-radius: 50px;
    max-width: 515px;
    height: 97px;
    border: 2px solid #C1272D;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
    padding-right: 1em;
    font-weight: 600;
    margin-bottom: 20px;
}

.deadline__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: 100% 50%;
    height: 75px;
    width: 75px;
    background: url(../img/btn_tap.svg) no-repeat;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
    transform: translateY(-50%);
}

.deadline__btn:hover::after {
    transform: translate(5px, -50%);
}

.deadline__btn:hover {
    background-color: #fff;
    color: #C1272D;
    font-weight: 600;
}

.deadline ul li {
    font-size: 14px;
    position: relative;
    padding-left: 1em;
}

.deadline ul li::before {
    content: "\203B";
    position: absolute;
    left: 0;
}

@media (max-width:768px) {
    .apply {
        margin-bottom: 70px;
    }

    .step {
        flex-wrap: wrap;
        gap: 0;
    }

    .step__img {
        width: 70%;
    }

    .step__img::after {
        content: unset;
    }

    .step__txt {
        font-size: 1.6rem;
    }

    .step__item {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step__item::after {
        content: "\025bc";
        color: #827b3a;
        font-size: 35px;
        margin-left: 16px;
    }

    .step__item:nth-of-type(3)::after {
        content: unset;
    }

    .deadline p {
        font-size: 20px;
    }
}

/* ==========================================================================
   participation（参加費・参加資格セクション全体）
   ========================================================================== */
.participation {
    margin-bottom: 155px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.participation__inner {
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 0 4%; */
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 70px;
}

.participation__img {
    width: 45%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.participation__img::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    background-color: #ffbe29;
    z-index: -1;
    transition: transform 0.3s ease;
}

.participation__txt {
    flex-grow: 1;
    width: 55%;
}

.participation__txt .ttl__area {
    background-color: transparent;
    border: none;
    padding: 0;
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
    position: relative;
    border-left: 6px solid var(--color-primary);
    padding-left: 18px;
}

.participation__txt .ttl__area h3 {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    font-family: var(--font-zenkaku, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif);
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}

.participation__txt .ttl__area h3 span {
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(2.0rem, 2.5vw, 2.6rem);
    font-weight: bold;
    color: var(--color-primary);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 6px;
}

.participation__txt ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.participation__txt ul:last-child {
    margin-bottom: 0;
}

.participation__txt ul li {
    font-size: 1.6rem;
    line-height: 1.7;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 12px;
}

.participation__txt ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    display: block;
}

/* ==========================================================================
   レスポンシブ（スマホ設定）
   ========================================================================== */
@media (max-width: 768px) {
    .participation {
        margin-bottom: 70px;
    }

    .participation__inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 6%;
    }

    .participation__img,
    .participation__txt {
        width: 100%;
    }

    .participation__img::before {
        top: 8px;
        left: 8px;
    }

    .participation__img img {
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .participation__txt .ttl__area+ul+.ttl__area {
        margin-top: 40px;
    }

    .participation__txt .ttl__area {
        border-left-width: 5px;
        padding-left: 14px;
        margin-bottom: 25px;
    }

    .participation__txt .ttl__area h3 {
        font-size: 1.5rem;
    }

    .participation__txt .ttl__area h3 span {
        font-size: 2.2rem;
        margin-top: 4px;
    }

    .participation__txt ul li {
        line-height: 1.6;
        margin-bottom: 6px;
    }
}

/* ==========================================================================
   program（プログラム：ミニマル・コンパクト仕様）
   ========================================================================== */
.program {
    margin-bottom: 155px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.program .wrapper>p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin: 0 auto 40px auto;
}

.program__inner {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px 45px;
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
}

.time__schedule {
    width: 55%;
    flex-grow: 1;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
}

.time__schedule .time__line {
    position: absolute;
    left: 4px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #e0e0e0;
}

.time__schedule dl {
    margin: 0 0 24px 0;
    position: relative;
}

.time__schedule dl:last-of-type {
    margin-bottom: 0;
}

.time__schedule dl::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 7px;
    width: 9px;
    height: 9px;
    background-color: var(--color-primary);
    border-radius: 50%;
    z-index: 2;
    /* box-shadow: 0 0 0 4px rgb(255 236 149 / 40%); */
}

.time__schedule dd {
    margin: 0;
    font-size: 1.6rem;
    /* font-weight: bold; */
    color: #333333;
    line-height: 1.5;
}

.time__schedule dd ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 12px 18px;
    background-color: #f9f9f9;
    border-left: 3px solid var(--color-primary);
}

.time__schedule dd ul li {
    font-size: 1.6rem;
    font-weight: normal;
    color: #555555;
    line-height: 1.6;
    position: relative;
    padding-left: 1.2em;
}

.time__schedule dd ul li:not(:last-child) {
    margin-bottom: 6px;
}

.time__schedule dd ul li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: bold;
}

.program-right {
    width: 45%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.program-right .program__img:nth-of-type(1) {
    width: 70%;
    align-self: flex-start;
}

.program-right .program__img:nth-of-type(2) {
    width: 70%;
    align-self: flex-end;
    margin-top: -5px;
}

.program__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
   レスポンシブ（スマホ設定）
   ========================================================================== */
@media (max-width: 768px) {
    .program {
        margin-bottom: 70px;
    }

    .program .wrapper>p {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: left;
        padding: 0;
    }

    .program__inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 6%;
        background-color: transparent;
        box-shadow: none;
    }

    .time__schedule,
    .program-right {
        width: 100%;
    }

    .time__schedule {
        padding-left: 30px;
    }

    .time__schedule .time__line {
        left: 3px;
    }

    .time__schedule dl::before {
        left: -30px;
        width: 7px;
        height: 7px;
    }

    .program-right {
        flex-direction: row;
        gap: 15px;
    }

    .program-right .program__img:nth-of-type(1),
    .program-right .program__img:nth-of-type(2) {
        width: 50%;
        align-self: auto;
        margin-top: 0;
    }

    .program__img img {
        aspect-ratio: 16 / 10;
    }
}

/* ==========================================================================
   information（参加者へのお願い ＆ 申し込みセクション）
   ========================================================================== */
.information {
    margin-bottom: 155px;
    overflow: hidden;
}

.information h3 {
    color: var(--color-primary);
}

.information .ttl__area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.information .ttl__area::before,
.information .ttl__area::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333333;
}

.information .ttl__area::before {
    margin-right: 30px;
}

.information .ttl__area::after {
    margin-left: 30px;
}

.information .ttl__area h3 {
    font-size: 3.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: var(--font-zenkaku);
    white-space: nowrap;
    flex-shrink: 0;
}

.information .ttl__area h3::before,
.information .ttl__area h3::after {
    content: unset !important;
}

.info__list {
    max-width: 695px;
    margin: 0 auto 50px auto;
    font-size: 1.7rem;
    list-style: none;
    padding: 0;
}

.info__list li {
    display: flex;
    align-items: flex-start;
    line-height: 1.7;
    margin-bottom: 7px;
    color: #333333;
}

.info__list li:last-child {
    margin-bottom: 0;
}

.info__list li::before {
    content: "\025cf";
    margin-right: 10px;
    color: var(--color-primary);
    line-height: 1.8;
}

.info__list li:nth-of-type(5)::before,
.info__list li:nth-of-type(6)::before {
    content: "\203B";
    font-size: 1.4rem;
}

.point {
    max-width: 695px;
    margin: 0 auto 30px auto;
    background-color: var(--color-primary);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 40px 35px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.point::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 120px;
    left: 0;
}

.point h4 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
    line-height: 1.4;
}

.point h4 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 8px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.point__list {
    font-size: 1.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.point__list li {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    margin-bottom: 12px;
}

.point__list li:last-child {
    margin-bottom: 0;
}

.point__list li::before {
    content: "\025cf";
    margin-right: 8px;
    color: #ffbe29;
    font-weight: bold;
}

/* ==========================================================================
   レスポンシブ（スマホ設定）
   ========================================================================== */
@media (max-width: 768px) {
    .information {
        margin-bottom: 70px;
    }

    .information .ttl__area::before,
    .information .ttl__area::after {
        flex-grow: 1;
    }

    .information .ttl__area h3 {
        font-size: 2.0rem;
    }

    .information .ttl__area {
        margin-bottom: 30px;
    }

    .info__list {
        padding: 0 5%;
        margin-bottom: 30px;
    }

    .info__list li {
        font-size: 1.5rem;
    }

    .point {
        padding: 35px 15px;
    }

    .point::after {
        top: 123px;
    }

    .point h4 {
        font-size: clamp(16px, 4.6vw, 20px);
        margin-bottom: 35px;
    }

    .point h4 span {
        font-size: clamp(12px, 3.5vw, 14px);
    }

    .point__list li {
        font-size: 1.45rem;
    }
}

/* ==========================================================================
   footer（フッター：ディープグリーン ＆ ミニマルプレミアム）
   ========================================================================== */
footer {
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    padding: 50px 0 30px 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
}

.footer-top {
    max-width: 1100px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer-top h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0;
}

.footer__list {
    text-align: left;
}

.footer__list p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 8px 0;
}

.footer__list p:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 40px 0 40px;
    box-sizing: border-box;
    border-top: 1px solid #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__img {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.footer__img:hover {
    opacity: 0.7;
}

.footer__img img {
    height: 85px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-bottom p small {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   レスポンシブ（スマホ設定）
   ========================================================================== */
@media (max-width: 768px) {
    footer {
        padding: 50px 0 30px 0;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .footer-top h2 {
        font-size: 2.0rem;
    }

    .footer__list {
        text-align: center;
    }

    .footer__list p {
        font-size: 1.45rem;
        margin-bottom: 6px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px 20px 0 20px;
    }

    .footer__img img {
        height: 38px;
    }
}

/* ==========================================================================
   画面右下FIXボタン（追記）
   ========================================================================== */
.fix__img {
    position: fixed;
    max-width: 200px;
    width: 8%;
    right: 3%;
    bottom: 3%;
    z-index: 10;
    /* transform-origin: 50% 50%; */
    transition: 0.6s ease;
}

.fix__img:hover {
    scale: 1.1;
    /* transform: rotate(360deg); */
}

.fix__img img {
    aspect-ratio: 49 / 50;
}

.box-01.displayed {
    animation: rotate-01 2s forwards;
}

@keyframes rotate-01 {
    0% {
        transform: rotate(300deg);
    }

    100% {
        transform: rotate(0);
    }
}

@media (max-width:768px) {
    .fix__img {
        width: 20%;
    }
}