@charset "UTF-8";

/*====================================
	Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	font
====================================*/
html{
	font-size: 62.5%;
}
body, textarea, input, select, label{
	font-size: 16px;
	line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/*====================================
	base
====================================*/
a{
	color: #000;
    text-decoration: none;
    transition: all .2s;
}
a:hover {
    opacity: .7;
}
img {
    vertical-align: middle;
    object-fit: cover;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}
ul {
    list-style: none;
}
p {
    letter-spacing: 0.05em;
}

.sp{
    display: none;
}

.wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1000px){
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.wrap2 {
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1160px){
    .wrap2 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.wrap3 {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1600px){
    .wrap3 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
/* section:not(#fv) {
    padding-top: 100px;
    padding-bottom: 100px;
} */

/* ttl */
.ttl {
    margin-bottom: 50px;
    text-align: center;
}
    .ttl h2 {
        font-size: 52px;
        line-height: 1.5;
        letter-spacing: 0.03em;
        font-weight: 700;
        font-style: italic;
    }
    .ttl .maru {
        width: auto;
        display: block;
        margin: 0 auto 30px;
    }

/* btn */
.btn_area p {
    font-size: 18px;
    color: #E30012;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.btn {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
    .btn a {
        background-color: #E30012;
        position: relative;
        display: block;
        padding: 15px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.5;
        color: #fff;
        width: 100%;
        border-radius: 50px;
    }
        .btn a span {
            position: relative;
            z-index: 1;
        }
        .btn a span::after {
            content: "";
            display: inline-block;
            margin-left: 15px;
            width: 8px;
            height: 8px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: translateY(-25%) rotate(45deg);
        }

/* iframe */
.ifm {
    width: 100%;
    height: 2500px;
    overflow: hidden;
    padding-bottom: 57%;
    position: relative;
}
    .ifm iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .ifm iframe .p-request .m-form td:last-of-type {
        min-width: initial !important;
    }

/* pagetop */
#pagetop {
    position: fixed;
    z-index: 10;
    bottom: 3.5rem;
    right: 4rem;
    width: 14rem;
    height: 20rem;
    cursor: pointer;
}
    #pagetop img {
        width: 100%;
    }

/*====================================
	header
====================================*/
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    /* height: 90px; */
    transition: all .2s; 
}
header.scrolled {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

header #header_area {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    justify-content: flex-end;
    margin: 0 auto;
    padding: 25px 30px;
    transition: all .2s; 
}
header.scrolled #header_area {
    justify-content: space-between;
}
    header.scrolled #header_area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header #header_area h1 {
        display: none;
        width: 500px;
        transition: all .2s; 
    }
    @media only screen and (max-width: 1200px){
        header #header_area h1 {
            width: 300px;
        }
    }
    @media only screen and (max-width: 1000px){
        header #header_area h1 {
            width: 200px;
        }
    }
    header.scrolled #header_area h1 {
        display: block;
    }
        header #header_area h1 img {
            display: inline-block;
            max-width: 100%;
        }
    header #header_area .logo {
        display: none;
    }
    header #header_area nav {
        display: block;
    }
        header #header_area nav ul {
            display: flex;
            align-items: center;
            box-sizing: border-box;
            position: relative;
        }
        header #header_area nav li {
            display: block;
            text-align: left;
            margin-left: 40px;
        }
            @media only screen and (max-width: 1200px){
                header #header_area nav li {
                    margin-left: 20px;
                }
            }
        header #header_area nav li.contact {
            padding-right: 35px;
        }
            header #header_area nav li a {
                position: relative;
                width: 100%;
                display: block;
                font-size: 15px;
                line-height: 2;
                letter-spacing: 0.03em;
                font-weight: 700;
            }
            header #header_area nav li a:not(.contact):not(.nav_logo)::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                /* width: 0; */
                width: 100%;
                background-color: #000;
                transition: width 0.3s ease;
            }
            /* header #header_area nav li a:not(.contact):hover::after {
                width: 100%;
            } */

            header #header_area nav li a.contact {
                font-size: 22px;
                font-weight: 500;
                letter-spacing: 0;
                line-height: 1.5;
                color: #E30012;
            }
            header #header_area nav li a.contact::after {
                content: '';
                position: absolute;
                right: -35px;
                top: 50%;
                transform: translateY(-40%);
                background: url(../img/icon_arr_r.png);
                background-size: 100%;
                width: 20px;
                height: 20px;
            }
        
        
    .nav-button_area {
        display: none;
    }

/*====================================
	fv
====================================*/
#fv {
    background: linear-gradient(239.13deg, rgba(250, 250, 250, 0.9) 5.04%, rgba(255, 255, 255, 0.9) 59.74%);
}
#fv .fv_area {
    position: relative;
    overflow: hidden;
}
 @media only screen and (max-width: 1300px){
    #fv .fv_area {
        padding-top: 40px;
    }
 }
    #fv .fv_area .fv_txt.sp {
        display: none;
    }
    #fv .fv_area .fv_txt {
        width: 100%;
        display: flex;
        justify-content: center;
        /* height: 100%; */
    }
        #fv .fv_area .fv_txt .fv_1 {
            width: 57%;
        }
        #fv .fv_area .fv_txt .fv_2 {
            width: 43%;
        }
            #fv .fv_area .fv_txt img {
                width: 100%;
            }

#fv .fv_area .btn_area {
    text-align: center;
    margin: 20px auto;
    display: block;
}
    #fv .fv_area .btn_area .btn {
        width: 450px;
    }
        #fv .fv_area .btn_area .btn a {
            border-radius: 0;
            padding: 25px;
            font-size: 22px;
        }


/*====================================
	about
====================================*/
#about {
    width: 100%;
    background: url(../img/about_bg.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
#about .mess {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #E30012;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
}
@media only screen and (max-width: 1400px){
    #about {
        padding-left: 25px;
        padding-right: 25px;
    }
}

    #about .box {
        max-width: 1400px;
        margin: 0 auto;
        padding: 80px;
        position: relative;
        background: rgba(255, 255, 255, 0.9);
    }
    
        #about .box .ttl_area {
            margin: 0;
        }
            #about .box .ttl_area span {
                display: block;
                font-weight: 700;
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: 0;
                margin-bottom: 10px;
                color: #E30012;
            }
            #about .box .ttl_area h2 {
                font-weight: 500;
                font-size: 40px;
                line-height: 1.5;
                letter-spacing: 0;
            }

        #about .box .item {
            display: flex;
            align-items: center;
        }
            #about .box .item .thumb {
                width: 37%;
                margin-right: 80px;
            }
                #about .box .item .thumb img {
                    max-width: 100%;
                    display: block;
                    margin: 0 auto;
                }
            #about .box .item .txt {
               width: 58%;
            }
                #about .box .item .txt p {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 2.15;
                    letter-spacing: 0;
                }


/*====================================
	program
====================================*/
#program {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
#program .ttl {
    z-index: 1;
}
#program .btn_area {
    padding-bottom: 195px;
}

    #program .bg_prog {
        background: url(../img/prog_bg.png) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }
    #program .time_table {
        margin-bottom: 120px;
        text-align: center;
    }
        #program .time_table .kichou {
            margin-bottom: 190px;
        }
            #program .time_table .kichou .ttl .maru {
                margin-bottom: 15px;
            }
            #program .time_table .kichou .ttl .time {
                font-size: 30px;
                line-height: 1.2;
                letter-spacing: 0.05em;
                font-weight: 700;
                margin-bottom: 4px;
                display: block;
                color: #E30012;
            }
            #program .time_table .kichou .item_bg {
                background-color: #F4F6F6;
                position: relative;
            }
            #program .time_table .kichou .item {
                background-color: #F4F6F6;
                position: relative;
                /* clip-path: polygon(
                    0 180px, 60px 180px,
                    60px 120px, 120px 120px,
                    120px 60px, 180px 60px,
                    180px 0,

                    100% 0, 100% calc(100% - 180px),
                    calc(100% - 60px) calc(100% - 180px),
                    calc(100% - 60px) calc(100% - 120px),
                    calc(100% - 120px) calc(100% - 120px),
                    calc(100% - 120px) calc(100% - 60px),
                    calc(100% - 180px) calc(100% - 60px),
                    calc(100% - 180px) 100%,

                    0 100%
                ); */
            }
            #program .time_table .kichou .item::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                transform: rotate(180deg);
                background: url(../img/icon_br_w.png) no-repeat bottom;
                background-size: 100%;
                width: 143px;
                height: 147px;
            }
            #program .time_table .kichou .item::after {
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                background: url(../img/icon_br_w.png) no-repeat bottom;
                background-size: 100%;
                width: 143px;
                height: 147px;
            }
            @media only screen and (max-width: 1400px){
                #program .time_table .kichou .item::before,
                #program .time_table .kichou .item::after {
                    content: none;
                }
            }
            #program .time_table .kichou .item_inner {
                position: relative;
            }
            #program .time_table .kichou .item_inner::after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                background: url(../img/prog_kichou.png) no-repeat right;
                background-size: 100%;
                width: 475px;
                height: 440px;
            }
                #program .time_table .kichou .item .wrap {
                    display: flex;
                    align-items: center;                    
                }
                    #program .time_table .kichou .txt_area {
                        text-align: left;
                        width: 65%;
                    }
                        #program .time_table .kichou .txt_area h3 {
                            margin-bottom: 25px;
                            font-size: 32px;
                            line-height: 1.4;
                            letter-spacing: 0.03em;
                        }
                        #program .time_table .kichou .txt_area p {
                            font-size: 18px;
                            line-height: 1.7;
                            letter-spacing: 0.03em;
                        }
                    #program .time_table .kichou .pic_area {
                        width: 35%;
                        position: relative;
                        z-index: 2;
                    }
                        #program .time_table .kichou .pic_area .pic {
                            width: 100%;
                        }
                            #program .time_table .kichou .pic_area .pic img {
                                display: block;
                                max-width: 100%;
                                margin: 0 auto;
                            }
                        #program .time_table .kichou .pic_area .info {
                            width: 91%;
                            position: absolute;
                            bottom: -60px;
                            right: 0;
                            background: rgba(227, 0, 18, 0.85);
                            backdrop-filter: blur(8.68941px);
                            padding: 20px;
                            color: #fff;
                            text-align: left;
                        }
                            #program .time_table .kichou .pic_area .info .txt {
                                margin-bottom: 20px;
                            }
                                 #program .time_table .kichou .pic_area .info p {
                                    text-align: left;
                                    font-size: 18px;
                                    line-height: 1.2;
                                    letter-spacing: 0;
                                    font-weight: 500;
                                }
                                #program .time_table .kichou .pic_area p.name {
                                    font-size: 26px;
                                    font-weight: 700;
                                    margin-bottom: 10px;
                                }
                                #program .time_table .kichou .pic_area .info p.company {
                                    margin-bottom: 10px;
                                }
                                #program .time_table .kichou .pic_area .info a {
                                    font-size: 18px;
                                    font-weight: 500;
                                    line-height: 1.5;
                                    letter-spacing: 0;
                                    text-decoration: none;
                                    display: inline-block;
                                    text-align: left;
                                    position: relative;
                                    color: #fff;
                                }
                                #program .time_table .kichou .pic_area .info a::after {
                                    content: '';
                                    position: absolute;
                                    right: -35px;
                                    top: 50%;
                                    transform: translateY(-45%);
                                    background: url(../img/icon_arr_w.png);
                                    background-size: 100%;
                                    width: 20px;
                                    height: 21px;
                                }
                    

        #program .time_table .prog {
            position: relative;
            margin-bottom: 80px;
            padding: 80px 80px 0;
            background: rgba(254, 254, 254, 0.7);
            box-shadow: 0px 0px 60px rgba(218, 227, 227, 0.3);
            backdrop-filter: blur(15px);
            /* clip-path: polygon(
                0 0, 0 100%,
                calc(100% - 180px) 100%, calc(100% - 180px) calc(100% - 60px),
                calc(100% - 120px) calc(100% - 60px), calc(100% - 120px) calc(100% - 120px),
                calc(100% - 60px) calc(100% - 120px), calc(100% - 60px) calc(100% - 180px),
                100% calc(100% - 180px), 100% 0
            );
            filter:
                drop-shadow(0 0 80px rgba(218, 227, 227, 0.5))
                drop-shadow(0 0 40px rgba(218, 227, 227, 0.3)); */
        }
        #program .time_table .prog::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            background: url(../img/icon_br_g.png) no-repeat bottom;
            background-size: 100%;
            width: 193px;
            height: 197px;
        }
            #program .time_table .special {
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
                width: 270px;
                background-color: #E30012;
                color: #fff;
                font-size: 24px;
                line-height: 1.5;
                letter-spacing: -0.03em;
                font-weight: 700;
                font-style: italic;
                padding: 5px;
                text-align: center;
            }
            #program .time_table .prog .ttl_txt_area {
                width: 100%;
                margin-bottom: 25px;
                text-align: left;
            }
                #program .time_table .prog .ttl_area {
                    margin-bottom: 25px;
                }
                    #program .time_table .prog .ttl_area .time_area {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }
                        #program .time_table .prog .ttl_area .time_area .time {
                            display: inline-block;
                            font-size: 30px;
                            line-height: 1.2;
                            letter-spacing: 0.05em;
                            color: #E30012;
                        }
                        #program .time_table .prog .ttl_area .time_area .maru {
                            display: inline-block;
                            margin-right: 10px;
                            margin-top: 5px;
                        }
                    #program .time_table .prog .ttl_area h5 {
                        font-size: 32px;
                        line-height: 1.4;
                        letter-spacing: 0.03em;
                        margin-bottom: 32px;
                    }
                #program .time_table .prog .txt_area {
                    text-align: left;
                }
                    #program .time_table .prog .txt_area p {
                        font-size: 18px;
                        line-height: 1.7;
                        letter-spacing: 0.03em;
                    }
            #program .time_table .prog .pic_area {
                width: 100%;
                display: flex;
                align-items: center;
            }
                #program .time_table .prog .pic_area .pic {
                    width: 30%;
                    margin-right: 25px;
                }
                    #program .time_table .prog .pic_area .pic img {
                        max-width: 100%;
                        width: 100%;
                        display: block;
                    }
                #program .time_table .prog .pic_area .info {
                    width: calc(70% - 25px);
                }
                    #program .time_table .prog .pic_area .info .info_item {
                        text-align: left;
                    }
                        #program .time_table .prog .pic_area .info .info_item p {
                            font-size: 18px;
                            font-weight: 500;
                            line-height: 1.2;
                            letter-spacing: 0;
                            margin-bottom: 10px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.name {
                            font-size: 26px;
                            font-weight: 700;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.department {
                            margin-bottom: 20px;
                        }
                        #program .time_table .prog .pic_area .info .info_item a {
                            font-size: 18px;
                            font-weight: 500;
                            line-height: 1.5;
                            letter-spacing: 0;
                            text-decoration: none;
                            display: inline-block;
                            text-align: left;
                            position: relative;
                        }
                        #program .time_table .prog .pic_area .info .info_item a::after {
                            content: '';
                            position: absolute;
                            right: -35px;
                            top: 50%;
                            transform: translateY(-40%);
                            background: url(../img/icon_arr_b.png);
                            background-size: 100%;
                            width: 20px;
                            height: 20px;
                        }
                        #program .time_table .prog .pic_area .info .info_item a:hover {
                            color: #E30012;
                        }
                        #program .time_table .prog .pic_area .info .info_item a:hover:after {
                            background: url(../img/icon_arr_r.png);
                            width: 20px;
                            height: 20px;
                        }
            
/* modal */
#program .modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#program .modal .wrap2 {
    position: relative;
}
    #program .modal .modal-content {
        max-height: 80vh;
        overflow-y: auto;
        background: #F4F6F6;
        width: 100%;
    }

    #program .modal .close {
        position: absolute;
        top: -55px;
        right: -65px;
        background: none;
        border: none;
        cursor: pointer;
    }
        #program .modal .close img {
            display: block;
        }

    @media only screen and (max-width: 1300px){
        #program .modal .modal-content {
            overflow-y: auto;
        }

            #program .modal .close {
                top: 20px;
                right: 45px;
            }
    }

    #program .modal .profile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 50px;
        align-items: flex-end;
    }
    @media only screen and (max-width: 1300px){
        #program .modal .profile {
            align-items: center;
        }
    }
        #program .modal .profile .text {
            width: 60%;
            text-align: left;
        }
            #program .modal .profile .text .btn {
                margin: 0 auto 0 0;
            }
            #program .modal .profile .text .msg {
                font-size: 18px;
                letter-spacing: 0.03em;
                line-height: 1.7;
                margin-bottom: 35px;
            }
            #program .modal .profile .text .info {
                margin-bottom: 35px;
            }
                #program .modal .profile .text .kana {
                    font-size: 18px;
                    font-weight: 500;
                    letter-spacing: 0;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }
                #program .modal .profile .text .name {
                    font-size: 42px;
                    font-weight: 700;
                    letter-spacing: 0;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }
                #program .modal .profile .text .cmp_area {
                    display: flex;
                    flex-direction: column;
                }
                    #program .modal .profile .text .cmp_area p {
                        font-size: 24px;
                        font-weight: 500;
                        letter-spacing: 0;
                        line-height: 1.2;

                    }
                    #program .modal .profile .text .thumb {
                        margin-bottom: 35px;
                    }

        #program .modal .profile .image {
            width: 30%;
        }
            #program .modal .profile .image .btn {
                display: none;
            }
            #program .modal .profile .image img {
                width: auto;
                max-width: 100%;
                display: block;
            }



/*====================================
	gaiyou
====================================*/
#gaiyou {
    padding-top: 100px;
    padding-bottom: 50px;
    background: #F4F6F6;
}
#gaiyou .ttl {
    margin-bottom: 25px;
}
#gaiyou table {
    border-collapse: separate;
    border-spacing: 35px 0;
    margin-bottom: 115px;
}
    #gaiyou table th,
    #gaiyou table td {
        box-sizing: border-box;
        border-bottom: 1px solid #000;
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: 0.03em;
    }
    #gaiyou table tr:last-child th,
    #gaiyou table tr:last-child td {
        border-bottom: none;
    }
    #gaiyou table th {
        width: 21%;
        position: relative;
        padding: 25px 0;
        vertical-align: middle;
    }
    #gaiyou table td {
        width: 76%;
        padding: 25px 0;
    }
        #gaiyou table td ul {
            margin: 0;
        }
            #gaiyou table td li {
                position: relative;
                padding-left: 1em;
                word-break: break-all;
            }
            #gaiyou table td li::before {
                content: "・";
                position: absolute;
                left: 0;
                top: 0;
            }


/*====================================
	contact
====================================*/
#contact {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*====================================
	privacy
====================================*/
#privacy {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/privacy_1.png) no-repeat bottom;
    background-size: 1000px;
}
#privacy .stage_area {
    width: 60%;
    margin: 0 auto;
}
#privacy .stage_area ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
}
    #privacy .stage_area ul li {
        text-align: center;
    }
    #privacy .stage_area ul li a {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0;
        display: inline-block;
        transition: all .4s; 
        border-bottom: 1px solid transparent;
        /* padding-bottom: 10px; */
    }
    /* #privacy .stage_area ul li a:hover {
        border-bottom-color: #000;
    } */
    #privacy .stage_area ul li span {
        display: block;
        margin-bottom: 15px;
    }


/*====================================
	thanks
====================================*/
#thanks {
    width: 100%;
    background: url(../img/about_bg.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
}
@media only screen and (max-width: 1400px){
    #thanks {
        padding-left: 25px;
        padding-right: 25px;
    }
}

    #thanks .box {
        max-width: 1400px;
        margin: 0 auto;
        padding: 80px;
        position: relative;
        background: rgba(255, 255, 255, 0.9);
    }
    
        #thanks .box .ttl_area {
            margin: 0;
        }
            #thanks .box .ttl_area span {
                display: block;
                font-weight: 700;
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: 0;
                margin-bottom: 7px;
                color: #E30012;
            }
            #thanks .box .ttl_area h2 {
                font-weight: 500;
                font-size: 40px;
                line-height: 1.5;
                letter-spacing: 0;
                margin-bottom: 25px;
            }

        #thanks .box .item {
            display: flex;
            align-items: center;
        }
            #thanks .box .item .txt {
               width: 100%;
            }
                #thanks .box .item .txt p {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 2.15;
                    letter-spacing: 0;
                }


/*====================================
	footer
====================================*/
footer {
    width: 100%;
    position: relative;
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}
footer .logo_area {
    margin-bottom: 50px;
}
footer .logo_area img {
    display: block;
    margin: 0 auto;
}
footer .stage_area {
    width: 60%;
    margin: 0 auto;
}
footer .stage_area ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}
    footer .stage_area ul li {
        text-align: center;
    }
    footer .stage_area ul li a {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0;
        display: inline-block;
        transition: all .4s; 
        border-bottom: 1px solid transparent;
        color: #fff;
    }
    footer .stage_area ul li span {
        display: block;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: #fff;
    }


@media only screen and (max-width: 1000px) {

/*====================================
	header
====================================*/
header #header_area {
    padding-left: 25px;
    padding-right: 25px;
}

}

@media only screen and (max-width: 1160px) {
/*====================================
	program
====================================*/

/* modal */
/* #program .modal {
    padding-left: 25px;
    padding-right: 25px;
}
#program .modal .wrap {
    padding-left: 0;
    padding-right: 0;
}
 #program .modal .profile  {
    padding: 30px 30px 50px 30px;
} */
}


@media only screen and (max-width: 1100px) {
/*====================================
	program
====================================*/
    #program .time_table .kichou .item .wrap {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;    
    }
    #program .time_table .kichou .pic_area .info {
        /* width: 100%; */
        padding: 10px;
    }
    #program .time_table .kichou .pic_area .info a::after {
        right: -25px;
    }
}


@media only screen and (max-width: 1000px) {

/*====================================
	about
====================================*/
#about .box {
    padding: 30px;
}
#about .box .ttl_area {
    margin-bottom: 20px;
}
#about .box .item .thumb {
    width: 40%;
    margin-right: 30px;
}
#about .box .item .txt p {
    line-height: 1.7;
}



/*====================================
	thanks
====================================*/
#thanks .box {
    padding: 30px;
}
 #thanks .box .item .thumb {
    margin-right: 30px;
}

}




@media only screen and (max-width: 767px){

/*====================================
	font
====================================*/
body, textarea, input, select, label{
	font-size: 14px;
}

/*====================================
	base
====================================*/

.sp{
    display: block;
}
.pc{
    display: none;
}

html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

.wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.wrap3 {
    padding-left: 20px;
    padding-right: 20px;
}

/* ttl */
.ttl {
    margin-bottom: 30px;
}
    .ttl h2 {
        font-size: 30px;
    }
    .ttl .maru {
        margin: 0 auto 20px;
    }


/* btn */
.btn_area p {
    font-size: 14px;
}
.btn {
    width: 90%;
    max-width: 400px;
}
    .btn a {
        font-size: 16px;
        padding: 10px;
    }
    .btn a span::after {
        margin-left: 10px;
        width: 6px;
        height: 6px;
        transform: translateY(-30%) rotate(45deg);
    }


/* pagetop */
#pagetop {
    bottom: 3rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
}



/*====================================
	header
====================================*/
header #header_area {
    padding: 20px 20px;
    justify-content: flex-start;
}
header #header_area nav {
    display: none;
}
header #header_area.sp-mode nav {
    display: flex;
}

header #header_area.sp-mode {
    margin: 0;
    padding: 40px 25px;
    height: 100vh;
    max-height: 100dvh;
    background-color: #fff;
    display: block;
}
header.scrolled #header_area.sp-mode {
    padding-top: 20px;
    padding-bottom: 20px;
}
    header #header_area.sp-mode .logo {
        display: block;
        margin: 0 auto 50px;
        width: 250px;
    }
    header #header_area.sp-mode li.nav_logo {
        /* display: none; */
    }
    /* header #header_area.sp-mode .btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        z-index: 99999;
    }
    header #header_area.sp-mode .btn::before {
        content: '';
        position: absolute;
        top: -180px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/privacy_logo.png) no-repeat center;
        background-size: 100%;
        width: 250px;
        height: 105px;
        max-width: 100%;
    }
        header #header_area.sp-mode .btn a {
            background-color: #F94F4D;
            color: #fff;
        } */
    header #header_area.sp-mode nav {
    }
        header #header_area.sp-mode nav ul {
            flex-direction: column;
            width: 100%;
        }
        header #header_area.sp-mode nav li {
            width: 100%;
            margin: 0 auto 50px;
            text-align: center;
        }
        header #header_area nav li.contact {
            padding-right: 0;
            width: 250px;
        }
            header #header_area nav li a {
                font-size: 18px;
            }
            header #header_area nav li a.contact {
                position: relative;
                font-size: 18px;
            }
            header #header_area nav li a:not(.contact):not(.nav_logo)::after {
                content: none;
            }
            header #header_area nav li a.contact::after {
                right: 45px;
            }


        

header #header_area.sp-mode {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
        header #header_area.sp-mode h1 {
            display: none;
            position: absolute;
            top: 20px;
            left: 20px;
        }
            header #header_area h1 {
                width: 200px;
            }
        header #header_area.sp-mode .sp-mode-wrap {
            width: 100%;
        }

header .nav-button {
    display: block;
    cursor: pointer;
}

/*メニューボタンのエフェクト*/
.nav-button_area {
    display: block;
    z-index: 3;
    position: fixed;
    right: 25px;
    top: 20px;
    transition: all .2s; 
}
.nav-button_area.scrolled {
    top: 20px;
}
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
	width: 40px;
    height: 35px;
    margin: 0 auto;
    position: relative;
  }
	.nav-button.active {
		height: 100px;
	}
	  .nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		border-radius: 2.5px;
	  }
	  .nav-button.bar_black span {
		background-color: #000;
	  }
	  .nav-button span:nth-of-type(1) {
		top: 0;
	  }
	  .nav-button span:nth-of-type(2) {
		  top: 10px;
	  }
	  .nav-button span:nth-of-type(3) {
		  top: 20px;
	  }
	  .nav-button.active span:nth-of-type(1) {
		  transform: translateY(20px) rotate(-45deg);
	  }
	  .nav-button.active span:nth-of-type(2) {
		opacity: 0;
	  }
	  .nav-button.active span:nth-of-type(3) {
		  transform: translateY(0) rotate(45deg);
	  }



/*====================================
	fv
====================================*/
#fv .fv_area {
        padding-top: 40px;
    }
#fv .fv_area .fv_txt.sp {
    display: flex;
    flex-direction: column;
}
#fv .fv_area .fv_txt.pc {
    display: none;
}
    #fv .fv_area .fv_txt .fv_1 {
        width: 100%;
    }
    #fv .fv_area .fv_txt .fv_2 {
        width: 100%;
    }
    
    #fv .fv_area .btn_area .btn {
            width: 80%;
            max-width: 250px;
    }
        #fv .fv_area .btn_area .btn a {
            padding: 10px;
            font-size: 16px;
        }

/*====================================
	about
====================================*/
#about {
    padding-top: 50px;
    padding-bottom: 50px;
}
    #about .mess {
        font-size: 14px;
        width: 80%;
    }
    #about .box {
        padding: 20px;
    }

        #about .box .ttl_area {
        }
            #about .box .ttl_area h2 {
                font-size: 30px;
            }
                
        #about .box .item {
            flex-direction: column;
        }
            #about .box .item .thumb {
                width: 80%;
                margin-bottom: 40px;
            }
            #about .box .item .txt {
               width: 100%;
            }
            #about .box .item .txt p {
                font-size: 16px;
            }


/*====================================
	program
====================================*/
#program {
    padding-top: 50p;
}
#program .btn_area {
    padding-bottom: 100px;
}
    #program .bg_prog {
        background: none;
    }
    #program .bg_prog2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/prog_bg.png) no-repeat center;
        background-size: contain; 
        background-position: center 30%;
        z-index: -1;
    }
    #program .time_table {
        margin-bottom: 60px;
    }
        #program .time_table .kichou {
            margin-bottom: 90px;
        }
         #program .time_table .kichou .item_inner::after {
                right: 0;
                bottom: 0;
                top: initial;
                background: url(../img/prog_kichou.png) no-repeat right;
                background-size: 100%;
                width: 275px;
                height: 240px;
            }
            #program .time_table .kichou .ttl .time {
                font-size: 20px;
            }
            #program .time_table .kichou .item .wrap {
                flex-direction: column;     
                padding: 20px 20px 50px 20px;     
            }
                #program .time_table .kichou .txt_area {
                    width: 100%;
                    margin-bottom: 20px;
                }
                    #program .time_table .kichou .txt_area h3 {
                        margin-bottom: 20px;
                        font-size: 24px;
                    }
                    #program .time_table .kichou .txt_area p {
                        font-size: 16px;
                    }


                #program .time_table .kichou .pic_area {
                    width: 100%;
                }
                #program .time_table .kichou .pic_area .pic {
                    width: 80%;
                }
                    #program .time_table .kichou .pic_area img {
                        max-width: 350px;
                    }
                    #program .time_table .kichou .pic_area .info {
                        max-width: 330px;
                        bottom: -20px;
                        right: 0;
                    }
                        #program .time_table .kichou .pic_area .info .txt {
                            margin-bottom: 20px;
                        }
                            #program .time_table .kichou .pic_area .info p {
                                font-size: 14px;
                            }
                            #program .time_table .kichou .pic_area p.name {
                                font-size: 20px;
                            }
                            #program .time_table .kichou .pic_area .info a {
                                font-size: 14px;
                            }
                            #program .time_table .kichou .pic_area .info a::after {
                                right: -25px;
                                transform: translateY(-45%);
                                background: url(../img/icon_arr_w.png);
                                background-size: 100%;
                                width: 15px;
                                height: 16px;
                            }


        #program .time_table .prog {
            margin-bottom: 50px;
            padding: 20px;
            /* clip-path: none; */
            /* clip-path: polygon(
                0 0, 0 100%,
                calc(100% - 90px) 100%, calc(100% - 90px) calc(100% - 30px),
                calc(100% - 60px) calc(100% - 30px), calc(100% - 60px) calc(100% - 60px),
                calc(100% - 30px) calc(100% - 60px), calc(100% - 30px) calc(100% - 90px),
                100% calc(100% - 90px), 100% 0
            ); */
        }
        #program .time_table .prog.mixi {
            padding-top: 40px;
        }
        #program .time_table .prog::after {
            content: none;
        }
            #program .time_table .special {
                width: 150px;
                font-size: 16px;
                padding: 3px;
            }
            #program .time_table .prog .ttl_txt_area {
                margin-bottom: 20px;
            }
                #program .time_table .prog .ttl_area .time_area .time {
                    font-size: 16px;
                }
                #program .time_table .prog .ttl_area .time_area .maru {
                    width: 15px;
                    margin-right: 7px;
                    margin-top: 2px;
                }
                #program .time_table .prog .ttl_area h5 {
                    font-size: 20px;
                }
                #program .time_table .prog .txt_area p {
                        font-size: 16px;
                        line-height: 1.6;
                 }
            #program .time_table .prog .pic_area {
            }
                #program .time_table .prog .pic_area .pic {
                    /* width: 100%;
                    margin: 0 auto 10px; */
                    width: 40%;
                    margin-right: 10px;
                }
                #program .time_table .prog .pic_area .info {
                    /* width: 100%; */
                    width: calc(60% - 10px);
                }
                #program .time_table .prog .pic_area .info .info_item p {
                    font-size: 14px;
                }
                        #program .time_table .prog .pic_area .info .info_item p.name {
                            font-size: 20px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.department {
                            margin-bottom: 15px;
                        }
                        #program .time_table .prog .pic_area .info .info_item a {
                            font-size: 14px;
                        }
                        #program .time_table .prog .pic_area .info .info_item a::after {
                            right: -25px;
                            transform: translateY(-45%);
                            background: url(../img/icon_arr_b.png);
                            background-size: 100%;
                            width: 15px;
                            height: 15px;
                        }


/* modal */
#program .modal {
    padding-left: 20px;
    padding-right: 20px;
}
#program .modal .wrap2 {
    padding-left: 0;
    padding-right: 0;
}
    #program .modal .close {
        top: 15px;
        right: 15px;
        width: 30px;
    }

    #program .modal .btn {
        padding-bottom: 0;
    }

    #program .modal .profile {
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
        #program .modal .profile .text .btn {
            display: none;
        }
        #program .modal .profile .text {
            width: 100%;
            margin-bottom: 30px;
        }
            #program .modal .profile .text .msg {
                font-size: 14px;
                margin-bottom: 0;
            }
            #program .modal .profile .text .info {
                margin-bottom: 20px;
            }
                #program .modal .profile .text .kana {
                    font-size: 14px;
                }
                #program .modal .profile .text .name {
                    font-size: 24px;
                }
                #program .modal .profile .text .cmp_area {
                }
                    #program .modal .profile .text .cmp_area p {
                        font-size: 16px;
                    }


        #program .modal .profile .image {
            width: 100%;
            margin: 0 auto;
        }
        #program .modal .profile .image img {
            width: 80%;
            display: block;
            margin: 0 auto;
        }
            #program .modal .profile .image .btn {
                display: block;
                margin: 20px auto 0;
                max-width: 400px;
                width: 100%;
            }
            #program .modal .profile .image .btn a {
                font-size: 14px;
            }


/*====================================
	gaiyou
====================================*/
#gaiyou {
    padding-top: 50px;
}
#gaiyou table {
    border-spacing: 0;
}
#gaiyou table tr {
    display: block;
    width: 100%;
}
    #gaiyou table th,
    #gaiyou table td {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    #gaiyou table th {
        border-bottom: none;
        padding-top: 15px;
        padding-bottom: 0;
    }
    #gaiyou table td {
        padding: 15px 0;;
    }


/*====================================
	contact
====================================*/
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*====================================
	privacy
====================================*/
#privacy {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/privacy_1.png) no-repeat bottom;
    background-size: 100%;
}
#privacy .stage_area ul {
    flex-direction: column;
    gap: 20px;
}
    #privacy .stage_area ul li a {
       font-size: 14px;
    }


/*====================================
	thanks
====================================*/
#thanks {
    padding-top: 100px;
    padding-bottom: 50px;
}
    #thanks .box {
        padding: 20px;
    }

        #thanks .box .ttl_area {
        }
            #thanks .box .ttl_area h2 {
                font-size: 30px;
            }
                
        #thanks .box .item {
            flex-direction: column;
        }
            #thanks .box .item .txt {
               width: 100%;
            }
            #thanks .box .item .txt p {
                font-size: 16px;
            }


/*====================================
	footer
====================================*/
footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .logo_area {
    margin-bottom: 30px;
}
footer .stage_area {
    width: 100%;
}
footer .stage_area ul {
    flex-direction: column;
    gap: 20px;
}
    #privacy .stage_area ul li a {
       font-size: 14px;
    }
    footer .stage_area ul li span {
        margin-bottom: 15px;
        font-size: 20px;
    }


}