@charset "UTF-8";

/*
共通部分
----------------------*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #454040;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.btn:hover {
    opacity: 0.7;
}

section {
    padding-top: 60px;
    margin-top: -60px;
}

.title {
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #059394;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 4px dashed;

}

.title h3 {
    font-size: 28px;
}

img {
    -webkit-user-drag: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp,
.sp_entry {
    display: none !important;
}

/* コンテンツ全体に対する指定 */
.wrapper {
    margin: 0 auto;
    padding: 50px 4%;
    max-width: 1200px;
}


.content_box {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    padding-top: 40px;
    justify-content: center;
    max-width: 330px;
}

.content_box img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col_3>* {
    width: calc(33.33333% - 8px);
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.col_3>*>* {
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 80px;
    align-items: center;
}

.col_2>*:nth-child(1n) {
    width: calc(35% - 6px);
    min-width: 300px;
    margin: 0 auto;
}

.col_2>*:nth-child(2n) {
    width: calc(60% - 6px);
    min-width: 300px;
    margin: 0 auto;
}

.col_2>*>* {
    position: relative;
    overflow: hidden
}


/*
Header
-----------------------*/
.page_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: rgb(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7000;
    padding-left: 20px;
    padding-right: 15px;
}

.logo {
    width: 160px;
    height: 100%;
    vertical-align: middle;

}

.main_logo_block {
    width: 160px;
    position: relative;
    top: -2px;
}

.main_logo_block_content {
    position: absolute;
    bottom: -10px;
    width: 350px;
    font-size: 10px;
}

.menu_nav {
    display: flex;
    font-size: 14px;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}

.menu_nav_li {
    margin-right: 30px;
}

.header_entry_btn img {
    height: 40px;
    padding-right: 15px;
}

.header_line_btn img {
    height: 57px;
    margin-top: 6px;
    margin-right: 10px;
}

.entry_btn img {
    height: 70px;
    margin-top: 20px;
}

.meeting_btn {
    width: 160px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* ホバー時のための設定 */
.menu_nav li a {
    position: relative;
    display: inline-block;
}

/* ホバー時に下線を引く */
.menu_nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #000;
    height: 1px;
    transition: all 0.3s ease-in-out;
}

.entry_btn a::after {
    opacity: 0;
}


/* ホバー時に下線を100%まで伸ばす */
.menu_nav li:hover a::after {
    width: 100%;
}

.meeting_btn:hover a::after,
.header_line_btn:hover a::after {
    content: none;
}

#hamburger_input {
    display: none;
}

/*
Main Visual
--------------------------*/
.main_content {
    position: relative;
    width: auto;
    padding-top: 80px;
    height: 800px;
    /* background-color: rgba(254, 232, 251, 0.4); */
}

.video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 80px;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-image: url(../images/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

.video>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.video :before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: rgba(254, 232, 251, 0.7); */
    z-index: 100;
}

.main_flame {
    padding-top: 4%;
    max-width: 730px;
}

.main_flame_wrapper {
    margin: 0 auto;
    max-width: 1300px;
}


.main_under {
    position: relative;
    margin: auto;
    max-width: 1087px;
    width: 100%;
}

/*
Feature
--------------------------------------------*/
.feature {
    background-color: #FFFFFF;
}

.feature h3 span {
    color: #059394;
}

.feature_box,
.consideration_entry_box,
.graph_box {
    width: calc(90%);
    margin: 0 auto;
    padding-top: 40px;
}

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

}

.about_pirisuku_content>* {
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.about_pirisuku_content h2 span {
    color: #FFFFFF;
    background-color: #00ADAE;
    padding: 5px;
}

.about_pirisuku_content h2 {
    font-size: 25px;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.about_pirisuku_content p {
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 2.5em;
}

.about_pirisuku_content p span {
    color: #059394;
}

.about_pirisuku_content p a {
    color: #1A0DAB;
    text-decoration: underline;
    text-decoration-color: #1A0DAB;
}

.about_pirisuku_content_img {
    text-align: center;
}

.mobile_feature1_img {
    border-radius: 20px;
    margin-left: 40px;
}

.mobile_feature2_img {
    border-radius: 20px;
    margin-left: 20px;
}

.about_pirisuku_content p a:hover {
    opacity: 0.7;
}


/*
Recommended
--------------------------------------------*/
.recommended {
    background-color: #E1FAFA;
}

.recommended_col1 {
    padding-top: 20px;
}

.recommended_col3 {
    padding-top: 15PX;
}

/*
graph
--------------------------------------------*/

.pirisuku_feature {
    background-color: #EEF2F7;
}

.graph h3 {
    font-size: 18px;
    text-align: right;
}


/*
pirisuku_feature
--------------------------------------------*/
.plus {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
}

.plus:before,
.plus:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFD905;
    border-radius: 10px;
}

.plus:before {
    width: 10px;
    height: 60px;
}

.plus:after {
    width: 60px;
    height: 10px;
}

/*
proggramming
--------------------------------------------*/
.programming {
    background-image: url(../images/programming_background.webp);
    background-position: center;
    background-size: cover;
}

.programming h4 {
    color: #FFFFFF;
    font-size: 12px;
}

.border {
    border: 5px solid #ffff;
    padding: 50px 4%;
    padding-bottom: 4%;
}

.programming_background {
    background-color: rgba(45, 59, 93, 0.6);
}

.white_title {
    color: #FFFFFF;
}

.why_programming2 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.possible_to_in_python2 {
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.possible_to_in_python3 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.why_programming_title {
    color: #FFD100;
    padding-top: 30px;
}

/*
pirisuku_feature
--------------------------------------------*/
.basic_structure {
    background-color: #282427;
}

.basic_structure_title {
    max-width: 500px;
}

.basic_structure_img {
    padding-top: 50px;
}

/*
learning_detail_box
--------------------------------------------*/

.learning_detail {
    background-color: #E1FAFA;

}

.learning_detail_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
}

.learning_detail_box {
    width: 300px;
    text-align: center;
}

.learning_detail_box img {
    max-width: 100%;
    height: 150px;
}

.learning_detail_text {
    font-size: 12px;
    text-align: left;
}

/*
management_support_member
--------------------------------------------*/
.member {
    padding: 0 4%;
}

.management_support_member_venue_content h4 {
    color: #059394;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}

.management_support_member_venue_content p {
    font-weight: bold;
    font-size: 14px;
    padding: 20px 5%;
}

.management_support_member_venue {
    position: relative;
    max-width: 1058px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 50px;
    border: 8px solid #059394;
    margin-bottom: 70px;
    margin-top: 80px;
}


.management_support_member_venue_title {
    position: absolute;
    z-index: 1;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.management_support_member_venue_title_after {
    position: relative;
}

.management_support_member_venue_title_after h4::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    background-color: #059394;
    height: 100%;
    width: 120%;
    border-radius: 100px;
}

.management_support_member_venue_content {
    padding: 50px 5px;
}

.member_col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 40px;
}

.member_col_detail {
    width: 300px;
}

.member_col_detail2 {
    width: 350px;
}

.member_title {
    padding-bottom: 0;
    margin-bottom: 0;
}

/*
programming_teacher_introduction
--------------------------------------------*/

.programming_teacher_introduction_venue_content h4 {
    color: #FFD905;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}

.programming_teacher_introduction_venue_content p {
    font-weight: bold;
    font-size: 14px;
    padding: 20px 5%;
}

.programming_teacher_introduction_img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.programming_teacher_introduction_img>* {
    width: calc(45% - 8px);
}

.takahashi_img {
    margin-top: 40px;
}

.takahashi_detail {
    padding: 10px 5%;
}

.programming_teacher_introduction_venue {
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 50px;
    border: 8px solid #FFD905;
    margin-bottom: 70px;
    margin-top: 80px;
}


.programming_teacher_introduction_venue_title {
    position: absolute;
    z-index: 1;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.programming_teacher_introduction_venue_title_after {
    position: relative;
}

.programming_teacher_introduction_venue_title_after h4::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFD905;
    height: 100%;
    width: 120%;
    border-radius: 100px;
}

.programming_teacher_introduction_venue_content {

    padding: 50px;
}

.programming_teacher_introduction {
    padding-bottom: 80px;
}

/*
what_niseko
--------------------------------------------*/
.niseko_movie {
    display: flex;
    gap: 40px;
}

.what_niseko_content {
    font-size: 13px;
    letter-spacing: 0.03em;
}

/*
main_support
--------------------------------------------*/

.main_support {
    background-color: #EEF2F7;
}

.main_support_col>* {
    padding: 0 50px;
}

/*
learning_flow
--------------------------------------------*/
.learning_flow_img {
    width: 80%;
    margin: 0 auto;
}


/*
camp_schedule
--------------------------------------------*/
.camp_schedule {
    background-color: #E1FAFA;
}

/*
graduate_voice
--------------------------------------------*/
.graduate_voice {
    background-color: #00ADAE;
    padding: 2%;
}

.background_white {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
}

.graduate_voice_wrapper {
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.graduate_voice_col {
    justify-content: center;
}

.graduate_voice_col>* {
    margin: 10px 30px;
}

.graduate_voice h5 {
    text-align: end;
    font: bold;
    color: #059394;
}

.graduation_works img {
    height: auto;
}

/*
consideration_entry
--------------------------------------------*/

.consideration_entry {
    background-image: linear-gradient(90deg, rgba(179, 252, 189, 1), rgba(150, 167, 241, 1));
    padding: 40px 0;
}

.consideration_entry_wrapper {
    margin: 0 auto;
    padding: 50px 4%;
    max-width: 1100px;
}


.consideration_entry_background {
    background-color: #FFFFFF;
    border-radius: 50px;
}

.consideration_entry_col>*:nth-child(1n) {
    width: 320px;
}

.consideration_entry_col>*:nth-child(2n) {
    width: 270px;
}

.consideration_entry_col>*:nth-child(3n) {
    width: 290px;
}

.consideration_entry_title {
    text-align: center;
    font-size: 29px;
}


.consideration_entry_text {
    text-align: center;
    font-size: 18px;
    padding: 30px 20px;
    border-radius: 20px;
    line-height: 36px;
}

.btn_col {
    padding-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.btn_col>*:nth-child(1n) {
    width: calc(30% - 6px);
    min-width: 300px;
}

.btn_col>*:nth-child(2n) {
    width: calc(29% - 6px);
    min-width: 300px;
}

.btn_col>*:nth-child(3n) {
    width: calc(30% - 6px);
    min-width: 300px;
}


/*
entry
--------------------------------------------*/

.entry_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
}

.now_entry_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    padding: 20px;
    background-color: #E1FAFA;
    border-radius: 20px;
    gap: 20px;
    box-sizing: border-box;
}

.now_entry_btn img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.description_party_entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    padding: 20px;
    border-radius: 20px;
    border: 4px solid #FFD905;
    box-sizing: border-box;
    gap: 20px;
}

.description_party_entry img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.entry_pc {
    display: none;
}

@media (min-width: 768px) {
    .entry_content {
        flex-direction: row;
    }

    .now_entry_btn,
    .description_party_entry {
        flex-direction: row;
        padding: 40px 20px;
    }

    .now_entry_btn img,
    .description_party_entry img {
        width: auto;
        height: 70px;
    }

    .entry_pc {
        display: block;
    }
}

/*
attending_cost
--------------------------------------------*/
.attending_cost {
    background-color: #FFD905;
    padding: 40px 0;
}

.attending_cost_background {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.attending_fee_main {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.attending_fee_main img {
    padding-top: 20px;
    padding-bottom: 20px;
}


.venue {
    position: relative;
    max-width: 1058px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 12px;
    border: 6px solid #059394;
    margin-bottom: 70px;
    margin-top: 80px;
}

.venue_title {
    position: absolute;
    z-index: 1;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.1em;
    color: #059394
}

.venue_title_after {
    position: relative;
}

.venue_title_after h4::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #ffffff;
    height: 35px;
    width: 100%;
}

.venue_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 50px;
}

.venue_left {
    max-width: 412px;
}

.venue_left p {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.07em;
}

.venue_left h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.07em;
    padding-bottom: 10px;
}

.venue_left hr {
    margin: 20px 0;
}

.venue_btn {
    width: 191px;
    text-align: center;
}

.venue_btn a {
    margin: auto;
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.07em;
    border-radius: 22px;
    background-color: #454040;
    padding: 12px 0;
    margin-top: 20px;
}

.venue_right img {
    width: 364px;
    display: block;
}

.ichigousouko_img {
    padding-top: 15px;
}



/*
camp_schedule
--------------------------------------------*/
.details {
    background-color: #E1FAFA;
}

.details_col>* {
    width: calc(30% - 8px);
    border: 5px solid #059394;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    overflow: scroll;
    height: 400px;
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}

/*モーダルcss*/
.guraduate_modal_top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.guraduate_modal_text_title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #e06936;
    padding-bottom: 20px;
}

.guraduate_modal_img {
    width: 138px;
}

.guraduate_modal_left {
    font-size: 15px;
    font-weight: bold;
    width: 138px;
    text-align: center;
}

.guraduate_modal_right {
    padding-left: 50px;
}

.guraduate_modal_text_q {
    color: #e06936;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 20px;
    letter-spacing: 0.07em;
}

.guraduate_modal_text_a {
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
}

.guraduate_modal_categories {
    font-size: 15px;
    line-height: 23px;
}

.modalentry_text {
    font-weight: 400;
    font-size: 0.9rem;
}

.modalentry_attention1 {
    overflow: scroll;
    height: 100px;
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 1rem 0;
    font-weight: 400;
    font-size: 0.9rem;
}

.modalentry_attention2 {
    overflow: scroll;
    height: 300px;
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 1rem 0;
    font-weight: 400;
    font-size: 0.9rem;
}


.support_logo {
    margin: 0 auto;
    max-width: 1300px;
}

.support_logo_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.support_logo_box::after {
    content: '';
    width: 100%;
}

.flex-items__item:nth-child(n+4) {
    order: 1;
}

.support_logo_box::before {
    content: '';
    order: 2;
    width: 100%;
}

.flex-items__item:nth-child(n+7) {
    order: 2;
}

.support_logo_box img {
    max-width: 204px;
    margin: 15px 25px;
}

/*  ---------------------
以下は調整用
 --------------------- */
.triangle-button {
    max-width: 400px;
    margin: 30px auto;
}

/*モーダルを開くボタン*/
.modal_open {
    margin: 0 auto;
    cursor: pointer;
}

.modal_text_more {
    width: 191px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 1s ease-in-out;
}

.modal-container {
    padding: 68px 189px;
}

.modal-container p {
    margin-bottom: 10px;
}

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

.modal-content {
    background: #fef7e7;
    overflow-y: auto;
    width: 90%;
    max-width: 1028px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
    border-radius: 10px;
    margin: 20px;
}

.modal_margin {
    margin: 0 auto !important;
}

.modal-top {
    position: relative;
}

.modal-close {
    width: 56px;
    position: absolute;
    z-index: 8888;
    right: 28px;
    top: 28px;
}

.modal-close:hover,
.modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
    color: #FFF;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* 
Modal_line
--------------------------*/
.modal_line {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

.modal_line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal_line_body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
}

.modal_line_content {
    background: #069394;
    text-align: left;
    padding: 15px;
}

.modal_line_block {
    text-align: center;
    padding: 40px;
    font-weight: bold;
    background: #ffff;
    font-size: 18px;
}

.modal_line_logo {
    max-width: 200px;
    margin: 0 auto;
}

.modal_line_btn {
    max-width: 200px;
    padding-top: 20px;
    margin: 0 auto;
}

.modal_line_rogo {
    max-width: 75%;
    margin: 0 auto;
}

.active {
    opacity: 1;
    visibility: visible;
}

/*
追従バナー
--------------------------*/
#dropdown-btn {
    position: fixed;
    z-index: 999;
    bottom: -5px;
    width: 100%;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

.dropdown-btn-img {
    display: flex;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
}

#dropdown-btn.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#dropdown-btn.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

/* 
Footer
--------------------------*/
.page_footer {
    background-color: #069394;
    text-align: center;
    padding-bottom: 40px;
    width: 100%;
    font-size: 15px;
    color: #FFFFFF;
}

.footer_box1 {
    display: flex;
    justify-content: space-between;
    padding: 45px 40px;
    align-items: center;
}

.footer_box1 a {
    color: #FFFFFF;
}

.fotter_text_box {
    text-align: right;
    padding-left: 107px;
    line-height: 33px;
}

.fotter_text_box span {
    text-decoration: underline;
}

.fotter_logo {
    background-color: #FFFFFF;
    padding: 10px;
}

/* 
Cookie
--------------------------*/

.cookie {
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 1s ease-in-out;
}

.cookie_content {
    background: #E1FAFA;
    overflow-y: auto;
    width: 90%;
    max-width: 1028px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
    border-radius: 10px;
    padding: 20px 40px 40px;
}

.open_button {
    cursor: pointer;
}

.modal_title2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.1em;
    font-weight: bold;
    max-width: 400px;
    margin: 0 auto;
    color: #059394;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: dashed 4px #059394;
}

.cookie_content h3 {
    padding-top: 25px;
}

.cookie_content a {
    text-decoration: underline;
}

.cookie_content p {
    padding-top: 10px;
}

/* 
ハンバーガーメニュー
--------------------------*/
@media (max-width: 1150px) {

    /* 
    Header
    --------------------------*/
    /* ハンバーガーアイコンの設置スペース */
    .hamburger_open {
        position: relative;
        top: 3%;
        right: 4%;
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    /* ハンバーガーメニューのアイコン */
    .hamburger_open span,
    .hamburger_open span::before,
    .hamburger_open span::after {
        content: '';
        display: block;
        height: 3px;
        width: 40px;
        border-radius: 3px;
        background: #192F60;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .hamburger_open span::before {
        bottom: 8px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .hamburger_open span::after {
        top: 8px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #hamburger_input:checked~.hamburger_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #hamburger_input:checked~.hamburger_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #hamburger_input:checked~.hamburger_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* メニューのデザイン */
    .menu_content {
        width: 40%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 99;
        background: rgba(255, 255, 255, 0.95);
        transition: .5s;
    }

    .menu_nav {
        flex-direction: column;
        height: 100%;
        justify-content: space-evenly;
        align-items: normal;
        text-align: left;
        padding-left: 20px;
        padding-top: 50px;
        font-weight: 400;
        font-size: 20px;
    }

    .menu_nav li {
        margin-left: 0;
    }

    .menu_nav_li {
        border-bottom: #000000 1px solid;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #hamburger_input:checked~.menu_content {
        left: 60%;
        /* メニューを画面に入れる */
    }

    .header_entry_btn img {
        height: 65px;
        padding-left: 0;
        padding-right: 0;
    }

    .header_line_btn img {
        height: 65px;
        padding-left: 0;
        padding-right: 0;
    }

    .management_support_member_venue_title {
        font-size: 18px;
    }

    .programming_teacher_introduction_venue_title {
        font-size: 17px;
    }

    .programming_teacher_introduction_img>* {
        width: 400px;
        margin: 0 auto;
    }

    .consideration_entry_text {
        text-align: center;
        font-size: 16px;
        padding: 30px 20px;
        margin: 15px 10%;
        line-height: 30px;
    }

    .support_logo_box img {
        max-width: 204px;
        margin: 10px 10px;
    }

}

/* 
モバイル版
--------------------------*/

@media (max-width: 1150px) {

    .header_sp {
        width: 120px;
        margin-left: auto;
        margin-right: 10px;
    }

    .attending_cost_background {
        margin: 0 10px;
    }

    .consideration_entry_background {
        margin: 0 10px;
    }


    .entry_content {
        display: block;
        margin-top: 40px;
        padding: 0 20px;
    }

    .now_entry_btn,
    .description_party_entry {
        margin: 20px auto;
    }


}

@media screen and (max-width: 960px) {
    .col_3>* {
        width: calc(50% - 6px);
    }

    .col_3>*:nth-child(3n) {
        margin-right: 12px;
    }

    .col_2>* {
        width: 100%;
        margin-right: auto;
    }

    .possible_to_in_python2 {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .col_2>*:nth-child(2n) {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .col_2>*:nth-child(1n) {
        width: 500px;
        margin: 0 auto;
    }

    .graduate_voice_col>* {
        margin: 0;
        padding-bottom: 10px;
    }


    .what_niseko_content {
        font-size: 10px;
        letter-spacing: 0.1em;
        font-weight: lighter;
    }

    .about_pirisuku_content {
        display: block;
        margin-top: 50px;
    }

    .about_pirisuku_content>* {
        max-width: 400px;
        margin: 20px auto;
    }

    .about_pirisuku_content h2 {
        text-align: center;
    }

    .mobile_feature2_img {
        margin-left: 0;
    }

    .mobile_feature1_img {
        margin-left: 0;
    }

}

/* 
モバイル版
--------------------------*/
@media (max-width: 600px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /* Header */

    .logo {
        width: 120px;
        padding-left: 8px;
    }

    .mobile_scroll {
        width: 100;
        overflow-x: scroll;
    }


    .title {
        width: max-content;
        margin: 0 auto;
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 40px;
        border-bottom: 4px dashed;
    }

    .title h3 {
        font-size: 18px;
    }


    .feature_box,
    .consideration_entry_box,
    .graph_box {
        padding-top: 0px;
    }

    .feature_h3 {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 23px;
        padding-bottom: 30px;
    }


    .mobile_scroll_col_3 {
        width: 800px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }


    .col_3>* {
        width: 100%;
    }


    .page_header {
        width: 100%;
        height: 60px;
        background-color: rgb(255, 255, 255, 0.95);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 7000;
        padding-right: 0;
        padding-left: 5px;
    }

    /* Main */

    .main_content {
        height: 500px;
        padding-top: 60px;
    }

    .video {
        top: 60px;
    }

    .first_arrival {
        max-width: 66px;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }


    .main_caution {
        display: block;
        padding-bottom: 0px;
        width: 165%;
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.07em;
        color: #e06936;
        transform: scale(0.6);
        transform-origin: left top;
    }

    .mobile_scroll_img {
        height: 450px;
        max-width: initial;
    }

    .mobile_scroll_img2 {
        height: 450px;
        max-width: initial;
    }


    .cookie_content h3 {
        padding-top: 25px;
        font-size: 18px;
    }

    .cookie_content p {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.05em;
    }

    .modal_title2 {
        font-size: 26px;
    }

    .attending_fee_main img {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .venue_content {
        justify-content: left;
    }

    .consideration_entry_title {
        font-size: 23px;
        padding-top: 30px;
    }

    .consideration_entry_text {
        text-align: center;
        font-size: 16px;
        padding: 0px;
        margin: 15px 10%;
        line-height: 30px;
    }

    .btn_col {
        padding-top: 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

@media (min-width: 1151px) {
    .modal_open {
        margin: 0;
    }
}

@media (max-width: 480px) {

    .wrapper {
        padding: 30px 4%;
    }

    .title {
        width: max-content;
        margin: 0 auto;
        font-size: 14px;
        padding-bottom: 8px;
        margin-bottom: 30px;
        border-bottom: 2px dashed;
    }

    #hamburger_input:checked~.menu_content {
        left: 40%;
    }

    .menu_content {
        width: 60%;
        height: 80%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 99;
        background: rgba(255, 255, 255, 0.95);
        transition: .5s;
    }

    .menu_nav {
        padding-left: 20px;
        padding-top: 40px;
        font-weight: 400;
        font-size: 15px;
    }

    .title h3 {
        font-size: 20px;
    }

    .col_2 {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .col_3>* {
        width: 100%;
        padding: 0px 0px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .col_2>*:nth-child(1n) {
        width: calc(35% - 6px);
        min-width: 300px;
        margin: 0 auto;
    }

    .col_2>*:nth-child(2n) {
        padding-top: 20px;
    }

    .about_pirisuku_content h2 {
        font-size: 20px;
    }

    .about_pirisuku_content p {
        padding-top: 20px;
        font-size: 16px;
        letter-spacing: 0.09em;
        font-weight: bold;
        line-height: 2em;
    }

    .about_pirisuku_content h2 {
        text-align: left;
    }


    .what_niseko_content {
        padding-top: 10px;
        font-size: 9px;
    }

    .possible_to_in_python2 {
        padding-left: 9%;
        padding-right: 9%;
    }

    .possible_to_in_python3 {
        padding-left: 4%;
        padding-right: 4%;
    }

    .management_support_member_venue {
        border: 5px solid #059394;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .management_support_member_venue_title {
        font-size: 15px;
        width: 205px;
        text-align: center;
    }

    .programming_teacher_introduction_venue_title {
        font-size: 15px;
        width: 205px;
        text-align: center;
    }

    .programming_teacher_introduction_venue_content {
        padding: 0px;
    }

    .programming_teacher_introduction_venue {
        position: relative;
        margin: 0 auto;
        background-color: #FFF;
        border-radius: 50px;
        border: 5px solid #FFD905;
        margin-bottom: 0;
        margin-top: 0;
    }

    .programming_teacher_introduction {
        padding-bottom: 0;
    }

    .programming_teacher_introduction_img {
        text-align: center;
    }

    .takahashi_img {
        margin-top: 0px;
    }

    .programming_teacher_introduction_img>* {
        width: calc(90% - 8px);
    }

    .plus {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .learning_detail_content {
        gap: 20px;
        padding-top: 30px;
    }

    .learning_detail_text {
        font-size: 11px;
    }

    .management_support_member_venue_content h4 {
        font-size: 20px;
        padding-top: 0;
    }

    .main_support {
        margin-top: 0;
        padding-top: 0;
    }

    .graduate_voice h5 {
        text-align: start;
        font-size: 10px;
        color: #059394;
    }

    .graduate_voice_wrapper {
        padding: 0;
    }

    .venue {
        border-radius: 12px;
        border: 4px solid #059394;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .venue_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 0px;
        padding: 0px;
        padding-left: 0px;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .venue_title {
        font-size: 18px;
        width: 180px;
        text-align: center;
    }

    .mobile_scroll_img2 {
        height: 500px;
    }

    .mobile_scroll_img2 {
        height: 300px;
    }

    .attending_cost_scroll {
        height: 300px;
    }

    .attending_cost_img_sp {
        height: 490px;
    }

    .consideration_entry_text {
        text-align: center;
        font-size: 14px;
        padding: 0;
        margin: 15px 2%;
        line-height: 24px;
        letter-spacing: 0.03em;
    }

    .consideration_entry_title {
        font-size: 15px;
    }

    .consideration_entry {
        padding: 20px 0;
    }

    .consideration_entry_wrapper {
        padding: 10px 4%;
        max-width: 1100px;
    }

    .btn_col {
        padding-top: 10px;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .btn_col>*:nth-child(1n) {
        min-width: 250px;
    }

    .btn_col>*:nth-child(2n) {
        min-width: 235px;
        height: 100%;
    }

    .details_img {
        padding: 0 10px;
    }

    .details_col>* {
        border: 4px solid #059394;
        border-radius: 15px;
    }

    .support_logo_box img {
        max-width: 140px;
        margin: 0 5px;
    }

    .footer_box1 {
        padding: 20px;
        display: block;
    }

    .fotter_logo {
        width: 140px;
        padding-right: 12px;
        margin: 0 auto;

    }

    .fotter_text_box {
        text-align: center;
        padding-left: 0px;
        font-size: 11px;
        line-height: 24px;
        letter-spacing: 0.07em;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page_footer p {
        text-align: center;
        padding-left: 0px;
        font-size: 11px;
    }

    .logo {
        padding-left: 5px;
    }

    .fotter_text_box {
        text-align: center;
        padding-left: 0px;
        font-size: 11px;
        line-height: 24px;
        letter-spacing: 0.07em;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .modal_title2 {
        font-size: 20px;
    }

    /* Modal_line */

    .modal_line_content {
        padding: 15px;
    }

    .modal_line_body {
        width: 95%;
    }

    .modal_line_block {
        padding: 20px;
        font-weight: bold;
        font-size: 13px;
    }

    .white_title {
        font-size: 13px;
    }

}


@media (max-width: 350px) {
    .title {
        font-size: 11px;
    }

    .management_support_member_venue_title {
        font-size: 12px;
    }

    .about_pirisuku_content h2 {
        font-size: 18px;
    }
}
