@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{
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
    /* font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
}
body {
    /* background: url(../img/cont_bg.png) no-repeat top;
    background-size: cover;
    background-attachment: fixed; */
    padding-right: 360px;
}

/*====================================
	base
====================================*/
a{
	color: #000;
    text-decoration: none;
    transition: all .2s;
}
@media (hover: hover) {
    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: 1360px){
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}
section:not(#fv) {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* ttl */
.ttl {
    margin-bottom: 50px;
    text-align: center;
}
    .ttl h2 {
        font-size: 40px;
        letter-spacing: 0;
        font-weight: 700;
        color: #94183F;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .ttl h2::before,
    .ttl h2::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #F8B3B7;
        flex-shrink: 0;
    }

/* btn */
.btn_txt {
    display: block;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    text-align: center;
    color: #2D2D2D;
    font-weight: 700;
}

.btn {
    width: 330px;
    margin: 0 auto;
    text-align: center;
}
    .btn a {
        position: relative;
        display: block;
        padding: 24px;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 0.05em;
        line-height: 1.2;
        border-radius: 50px;
        color: #fff;
        width: 100%;
        overflow: hidden;
        background: #FFBC1D;
    }
        .btn a::after {
            content: url("../img/icon_arr_w.svg");
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
        }

/* 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;
    }

/* sp fixed btn */
#sp-fixed-btn {
    display: none;
}

/* 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;
    top: 0;
    z-index: 9999;
    width: calc(100% - 360px);
    background-color: #94183F;
}

header #header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 100px;
    transition: all .2s;
}
    header #header_area h1 {
        width: auto;
    }
        header #header_area h1 img {
            display: inline-block;
            width: 130px;
            max-width: 100%;
        }
    header #header_area .logo {
        display: none;
    }
    header #header_area .btn {
        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;
        }
            header #header_area nav li a {
                position: relative;
                width: 100%;
                display: block;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: 0;
                color: #fff;
            }
        
        
    .nav-button_area {
        display: none;
    }

/*====================================
	fv
====================================*/
#fv {
    padding-top: 85px;
}

#fv .fv_area {
    position: relative;
    overflow: hidden;
}
    #fv .fv_area img {
        width: 100%;
    }
        #fv .fv_area .btn {
            text-align: center;
            margin-top: 50px;
            display: block;
        }

/*====================================
	about
====================================*/
section#about {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFF9F9;
}
    #about .btn {
        margin-bottom: 60px;
    }

    #about .ttl {
        margin-bottom: 30px;
        color: #94183F;
        text-align: left;
    }
        #about .ttl h2 {
            background-color: #fff;
            display: inline-block;
            padding: 2px 10px;
            font-size: 43px;
            letter-spacing: 0;
        }
        #about .ttl h2::before,
        #about .ttl h2::after {
            display: none;
        }
        #about .ttl span {
            background-color: #fff;
            padding: 2px 10px;
            display: inline-block;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 8px;
            letter-spacing: 0;
        }

    #about .box {
        padding: 80px 70px;
        position: relative;
        background: linear-gradient(180deg, #C52C6A 0%, #8B1A45 100%);
        border-radius: 5px;
    }
        #about .box .txt {
        }
            #about .box .txt p {
                font-size: 16px;
                font-weight: 600;
                line-height: 1.6;
                letter-spacing: 0;
                color: #fff;
            }



/*====================================
	program
====================================*/
#program {
    width: 100%;
    position: relative;
    background-color: #F5F5F5;
}
    #program .wrap {
        margin-bottom: 80px;
    }
    #program .prog {
        position: relative;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        gap: 30px;
        align-items: center;
        box-sizing: border-box;
        border: 4px solid transparent;
        transition: all .2s;
        cursor: pointer;
    }
    #program .prog:hover {
        border: 4px solid #94183F;
    }
        #program .prog .pic_area {
            width: 130px;
        }
            #program .prog .pic_area .pic {
                width: 100%;
                /* border-radius: 50%; */
                margin-bottom: 15px;
            }
                #program .prog .pic_area .pic img {
                    width: 100%;
                }
            #program .prog .pic_area .speaker {
                text-align: center;
                color: #94183F;
            }
                #program .prog .pic_area .speaker span {
                    display: block;
                    font-size: 12px;
                    font-weight: 600;
                    letter-spacing: 0;
                }
                #program .prog .pic_area .speaker p {
                    font-size: 17px;
                    font-weight: 600;
                    letter-spacing: 0.05em;
                }
                #program .prog .pic_area .speaker p.sp {
                    display: none;
                }

        #program .prog .info_area {
            width: 68%;
        }
            #program .prog  .time {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0.02em;
                margin-bottom: 15px;
                color: #94183F;
                text-align: center;
                display: flex;
                align-items: center;
                gap: 5px;
            }
                #program .prog  .time img,
                #program .prog  .time span {
                    display: block;
                }
            #program .prog  .company {
                font-size: 14px;
                font-weight: 600;
                color: #616161;
                letter-spacing: 0;
                line-height: 1.85;
                margin-bottom: 5px;
            }
            #program .prog .info_area h3 {
                font-size: 25px;
                line-height: 1.55;
                letter-spacing: 0;
            }

        #program .prog .btn_area {
            width: 120px;
        }
            #program .prog .btn_area .detail_btn {
                width: 100%;
            }
                #program .prog .btn_area .detail_btn a {
                    display: block;
                    padding: 5px 25px 5px 10px;
                    background-color: #2E8B57;
                    font-size: 16px;
                    line-height: 1.6;
                    letter-spacing: 0;
                    font-weight: 600;
                    color: #fff;
                    position: relative;
                }
                #program .prog .btn_area .detail_btn a:hover {
                    opacity: 1;
                }
                    #program .prog .btn_area .detail_btn a::after {
                        content: url("../img/icon_arr_w.svg");
                        position: absolute;
                        right: 12px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

            
/* modal */
#program .modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(45,45,45,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#program .modal .wrap {
    position: relative;
    max-width: 1200px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
    #program .modal .modal-content {
        position: relative;
        max-height: 80vh;
        background: #fff;
        width: 100%;
        padding-bottom: 130px;
    }

    #program .modal .close {
        position: absolute;
        top: 35px;
        right: 35px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 9999;
    }
        #program .modal .close img {
            display: block;
        }

    #program .modal .btn {
        width: calc(100% - 100px);
        margin-bottom: 0;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%);        
    }
        #program .modal .btn a {
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 0.05em;
            height: 70px;
            line-height: 70px;
            padding: 0;
            font-weight: 800;
        }

    #program .modal .profile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 50px 50px 30px;
        max-height: calc(80vh - 130px);
        overflow-y: auto;
    }

        #program .modal .profile .pic_area {
            width: 20%;
        }
            #program .modal .profile .pic_area .pic {
                width: 100%;
                margin-bottom: 15px;
            }
                #program .modal .profile .pic_area .pic img {
                    width: 100%;
                }
            #program .modal .profile .pic_area .speaker {
                text-align: center;
                color: #94183F;
            }
                #program .modal .profile .pic_area .speaker span {
                    font-size: 14px;
                    display: block;
                    font-weight: 600;
                    letter-spacing: 0;
                }
                #program .modal .profile .pic_area .speaker p {
                    font-size: 25px;
                    line-height: 1.55;
                    font-weight: 600;
                    letter-spacing: 0.05em;
                }


        #program .modal .profile .text {
            width: 76%;
            text-align: left;
        }
            #program .modal .profile .text .logo_area {
                border-bottom: 2px solid #94183F;
                margin-bottom: 30px;
            }
                #program .modal .profile .text .logo_area .name {
                    display: none;
                }
                #program .modal .profile .text .logo_area img {
                    display: inline-block;
                    margin-bottom: 20px;
                }
                #program .modal .profile .text .logo_area .info {
                    display: flex;
                    gap: 10px;
                    margin-bottom: 30px;
                }
                    #program .modal .profile .text .logo_area .info p {
                        font-size: 18px;
                        font-weight: 600;
                        line-height: 1.45;
                        letter-spacing: 0;
                        color: #616161;
                    }

            #program .modal .profile .text .msg_area h3 {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0;
                margin-bottom: 10px;
            }
            #program .modal .profile .text .msg_area p {
                font-size: 16px;
                line-height: 1.9;
                letter-spacing: 0;
            }



/*====================================
	gaiyou
====================================*/
#gaiyou {
    width: 100%;
    position: relative;
}
#gaiyou table {
    border-collapse: separate;
    border-spacing: 35px 0;
    margin-bottom: 50px;
}
    #gaiyou table th,
    #gaiyou table td {
        box-sizing: border-box;
        border-bottom: 1px solid #94183F;
        font-size: 18px;
        line-height: 1.8;
        letter-spacing: 0;
        text-align: left;
        font-weight: 700;
    }
    #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;
        text-align: center;
    }
    #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;
            }



/*====================================
	fixed form
====================================*/
#fixed-form {
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    height: 100vh;
    padding: 40px 12px;
    background-color: #fff;
    z-index: 50;
    overflow-y: auto;
    transition: box-shadow 0.3s ease;
}
@keyframes formHighlight {
    0%   { box-shadow: -4px 0 0 0 transparent; }
    30%  { box-shadow: -6px 0 20px 0 rgba(148, 24, 63, 0.6); }
    100% { box-shadow: -4px 0 0 0 transparent; }
}
#fixed-form.highlight {
    animation: formHighlight 1s ease forwards;
}
    #fixed-form .btn_txt {
        text-align: center;
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0;
        color: #2D2D2D;
        margin-bottom: 30px;
        font-weight: 800;
    }
    #fixed-form img {
        display: block;
        max-width: 100%;
        margin: 30px auto 0;
    }

/*====================================
	privacy
====================================*/
#privacy {
    width: 100%;
    position: relative;
    background-color: #94183F;
    padding-top: 120px;
    padding-bottom: 50px;
}
#privacy .ttl {
    margin-bottom: 50px;
}
    #privacy .ttl h2 {
        color: #fff;
    }
    #privacy .ttl h2::before,
    #privacy .ttl h2::after {
        background-color: #fff;
    }

#privacy .stage_area{
    padding-bottom: 70px;
}
#privacy .stage_area + .stage_area {
    padding-top: 70px;
    padding-bottom: 0;
    border-top: 1px solid #fff;
}
#privacy .stage_area ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 45px;
}
    #privacy .stage_area ul li {
        text-align: center;
    }
        #privacy .stage_area ul li a {
            font-size: 16px;
            line-height: 1.8;
            letter-spacing: 0;
            font-weight: 600;
            display: inline-block;
            color: #fff;
            border-bottom: 1px solid #fff;
        }
#privacy .stage_area + .stage_area ul {
    gap: 100px;
}
        #privacy .stage_area + .stage_area li a {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700;
            display: block;
            border: none;
        }
        #privacy .stage_area ul li span {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700;
            letter-spacing: 0;
            color: #fff;
        }


/*====================================
	thanks
====================================*/
body:has(#thanks) {
    padding-right: 0;
    background: url(../img/thanks_bg.png) no-repeat center;
    background-size: cover;
}
body:has(#thanks) header {
    width: 100%;
}
body:has(#thanks) #contents {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
#thanks {
    width: 100%;
}
    #thanks .box {
        position: relative;
        text-align: center;
    }
        #thanks .box .txt p {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.75;
            letter-spacing: 0;
            color: #94183F;
            word-break: break-word;
        }
        #thanks .box .txt p + p {
            margin-top: 30px;
            font-size: 16px;
        }

#about .btn_txt,
#about .btn {
    display: none;
}

#program .btn_txt,
#program .btn {
    display: none;
}
#program .modal .btn {
    display: block;
}

#gaiyou .btn_txt,
#gaiyou .btn {
    display: none;
}

@media only screen and (max-width: 1360px){
/*====================================
	program
====================================*/
#program .prog {
    padding: 30px 20px;
    gap: 20px;
}
    #program .prog .info_area {
        width: 60%;
    }


}

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

/*====================================
	program
====================================*/

/* modal */
#program .modal {
    padding-left: 25px;
    padding-right: 25px;
}
#program .modal .modal-content {
    padding-bottom: 110px;
}
#program .modal .btn {
    width: calc(100% - 60px);
    bottom: 30px;  
}
#program .modal .profile {
    padding: 30px;
}


}

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

body {
    padding-right: 0;
}

#fixed-form {
    position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F5F5F5;
}
#fixed-form img {
    display: none;
}

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

/*====================================
	about
====================================*/
#about .box {
    padding: 50px 30px;
}

/* sp fixed btn */
#sp-fixed-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 90%;
    max-width: 400px;
    z-index: 10000;
    transform: translate(-50%, 100%);
    transition: transform 0.4s ease;
}
#sp-fixed-btn a:hover {
    opacity: 0.9;
}
#sp-fixed-btn.show {
    transform: translate(-50%, 0);
    margin-bottom: 20px;
}
#sp-fixed-btn .caption {
    display: block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 2px;
    color: #2D2D2D;
}



}


@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;
}

section:not(#fv) {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* ttl */
.ttl h2 {
    font-size: 30px;
}


/* btn */
.btn {
    width: 300px;
    padding-bottom: 20px;
}
    .btn a {
        padding: 20px;
    }


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





/*====================================
	header
====================================*/
header #header_area {
    padding: 15px 20px;
}
header #header_area nav {
    /* display: none; */
}
    header #header_area nav li {
        margin-left: 15px;
    }
        header #header_area nav li a {
            font-size: 14px;
        }


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: #94183F;
    display: block;
}
header.scrolled #header_area.sp-mode {
    padding-top: 20px;
    padding-bottom: 20px;
}
    header #header_area.sp-mode .logo {
        display: block;
        margin: 50px auto;
        width: 250px;
    }
    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 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.sp-mode {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
        header #header_area.sp-mode h1 {
            position: absolute;
            top: 15px;
            left: 20px;
        }
            header #header_area h1 img {
                width: 110px;
            }
        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: #fff;
		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 {
    padding-top: 70px;
}

    #fv .fv_area .btn {
        margin-top: 30px;
        width: 80%;
    }
        #fv .fv_area .btn img {
            width: 100%;
        }


/*====================================
	about
====================================*/
section#about {
    padding-top: 30px;
}

#about .sp img {
    display: block;
    max-width: 100%;
    margin: 0 auto 60px;
}

#about .ttl h2 {
    line-height: 1.4;
    margin-bottom: 8px;
    background-color: transparent;
    color: #fff;
    padding: 0;
    font-size: 42px;
}
#about .ttl span {
    line-height: 1.4;
    background-color: transparent;
    color: #fff;
    padding: 0;
    font-size: 20px;
}

/*====================================
	program
====================================*/
#program .prog {
    flex-wrap: wrap;
    gap: 15px;
}
    #program .prog .pic_area {
        width: 100%;
        display: flex;
        gap: 20px;
        margin-bottom: 0;
    }
        #program .prog .pic_area .pic {
            width: 100px;
            margin-bottom: 0;
        }
        #program .prog .pic_area .speaker {
            text-align: left;
            width: calc(100% - 120px);
        }
            #program .prog .pic_area .speaker .name {
                display: flex;
                gap: 10px;
                align-items: center;
            }
            #program .prog .pic_area .speaker p {
                font-size: 16px;
            }
            #program .prog .pic_area .speaker p.sp {
                display: flex;
                font-size: 14px;
                line-height: 1.55;
            }

    #program .prog .info_area {
        width: 100%;
    }
        #program .prog .info_area .time {
            display: none;
        }
        #program .prog  .time {
            font-size: 16px;
            margin-bottom: 5px;
        }
        #program .prog  .company {
            line-height: 1.55;
        }
         #program .prog .info_area h3 {
            font-size: 20px;
         }

     #program .prog .btn_area {
        width: 100%;
    }
        #program .prog .btn_area .detail_btn a {
            padding: 10px;
            text-align: center;
        }
            #program .prog .btn_area .detail_btn a::after {
                content: url("../img/icon_arr_w.svg");
                position: relative;
                right: -8px;
            }

/* modal */
#program .modal {
    padding-left: 20px;
    padding-right: 20px;
}
    #program .modal .modal-content {
        overflow-y: auto;
        padding-bottom: 0;
    }

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

    #program .modal .btn {
        display: block;
        width: calc(100% - 60px);
        /* padding-bottom: 50px; */
        padding-bottom: 50px;
        bottom: initial;
        left: initial;
        transform: inherit;
        position: relative;
    }

    #program .modal .profile {
        /* padding: 50px 20px 150px; */
        /* max-height: 80vh; */
        padding: 50px 30px 30px;
        max-height: none;
    }

        #program .modal .profile .pic_area {
            flex-direction: column;
            width: 100%;
            gap: 15px;
            margin-bottom: 20px;
        }
            #program .modal .profile .pic_area .pic {
                width: 180px;
                margin: 0 auto 15px;
            }
                #program .modal .profile .pic_area .speaker {
                    width: 100%;
                    text-align: center;
                }
                    #program .modal .profile .pic_area .speaker .name {
                        display: block;
                    }
                    #program .modal .profile .pic_area .speaker p {
                        font-size: 25px;
                    }

        #program .modal .profile .text {
            width: 100%;
            text-align: center;
        }
                #program .modal .profile .text .logo_area img {
                    max-width: 60%;
                    margin-bottom: 10px;
                }
                #program .modal .profile .text .logo_area .info {
                    flex-direction: column;
                    gap: 0;
                    margin-bottom: 10px;
                }
                    #program .modal .profile .text .logo_area .info p {
                        font-size: 14px;
                        line-height: 1.85;
                    }
                #program .modal .profile .text .logo_area .name {
                    color: #94183F;
                    display: flex;
                    gap: 10px;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 30px;
                } 
                    #program .modal .profile .text .logo_area .name span {
                        font-size: 12px;
                        font-weight: 600;
                        letter-spacing: 0;
                    }
                    #program .modal .profile .text .logo_area .name p {
                        font-size: 16px;
                        font-weight: 600;
                        letter-spacing: 0.05em;
                    }

            #program .modal .profile .text .msg_area h3 {
                text-align: left;
            }
            #program .modal .profile .text .msg_area p {
                text-align: left;
                line-height: 2.25;
            }

 



/*====================================
	gaiyou
====================================*/
#gaiyou table {
    border-spacing: 20px 0;
    margin-bottom: 0;
}
#gaiyou table tr {
    display: block;
    width: 100%;
}
    #gaiyou table th {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    #gaiyou table td {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    #gaiyou table th {
        text-align: left;
        border-bottom: none;
        padding-top: 20px;
        padding-bottom: 0;
    }
    #gaiyou table tr:first-child th {
        padding-top: 0;
    }
    #gaiyou table td {
        padding: 5px 0 20px;
    }



/*====================================
	privacy
====================================*/
section#privacy {
    padding-top: 120px;
    padding-bottom: 130px;
}

#privacy .stage_area ul {
    flex-direction: column;
    gap: 20px;
}
#privacy .stage_area + .stage_area ul {
    flex-direction: row;
    gap: 50px;
}

/*====================================
	thanks
====================================*/
 #thanks .box {
    text-align: left;
}
    #thanks .box .txt p {
        font-size: 16px;
    }
    #thanks .box .txt p + p {
        font-size: 14px;
    }

}