@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&family=Quattrocento&display=swap');
/* CSS Document */
:root{
--font-size-sm: clamp(0.7rem, 0.05vw + 0.69rem, 0.75rem);
--font-size-base: clamp(0.88rem, 0.13vw + 0.84rem, 1rem);
--font-size-md: clamp(1.09rem, 0.25vw + 1.03rem, 1.33rem);
--font-size-lg: clamp(1.37rem, 0.44vw + 1.25rem, 1.78rem);
--font-size-xl: clamp(1.71rem, 0.7vw + 1.53rem, 2.37rem);
--font-size-xxl: clamp(2.14rem, 1.08vw + 1.86rem, 3.16rem);
--font-size-xxxl: clamp(2.67rem, 1.63vw + 2.25rem, 4.21rem);
--font-size-xlg: clamp(6.1rem, -1.99vw + 6.6rem, 4.21rem);    
--color-white :#FFFFFF;
--color-base:#004a7e;
--color-second:#bc41b6;
}

/* 共通スタイル------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background: #fff;
  height: 100%;
  margin: 0;
  font-feature-settings: "palt";
}

h2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: 'M PLUS 1p', sans-serif;
}


.fa-sms{
    font-size:var(--font-size-sm);
}
.fa-sms:before{
   display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

#contents-wrap {
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
background-color: #000;
	background-image: linear-gradient(0deg, rgba(5, 0, 4, 1) 11%, rgba(195, 38, 96, 1) 49%, rgba(126, 20, 86, 1) 64%, rgba(58, 21, 50, 1) 84%, rgba(23, 21, 31, 1) 99%);
}
}
}

.PCmain {
    display: block;
}

.PCmain img{
	width: 100%;
}
.SPmain {
    display: none;
}

/* ヘッダー-- */
header {
    position: relative;
}

.head-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

h1
{display:none;}

/* btn  */

.btn-wrap p.deadline {
  color: #212121;
	margin-top:20px;
}
.mt30 {
  margin-top: 30px;
}

.btn-wrap.pb0 {
    padding-bottom: 0;
}
.btn-wrap_header{
    text-align: center;
    width: 20%;
    margin: 0 auto;
    color: var(--color-white);
    padding-bottom: 1.5rem;
}

.btn-wrap {
    text-align: center;
    width: 35%;
    margin: 0 auto;
    color: var(--color-white);
    padding-bottom: 1.0rem;
}

.button_top a {
background: #66cc66;
    text-align: center;
    display: block;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 20px 0;
    text-decoration: none;
    transition: 0.8s;
    position: relative;
    z-index: 1;
	box-shadow: 3px 8px 0 0 #345c44;
	font-weight: bold;
}

.button_top a span{

	text-shadow:#666 1px 0 10px;;

}



.button_top a:hover {
	background-color: #ffd200;
	box-shadow: 0 0 0 0 #8e2d34;
}

.button a {
    background: #66cc66;
    text-align: center;
    display: block;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 20px 0;
    text-decoration: none;
    transition: 0.8s;
    position: relative;
    z-index: 1;
    box-shadow: 3px 8px 0 0 #345c44;
    font-weight: bold;
}

.button a span{

	text-shadow:#666 1px 0 10px;;

}

.btn-wrap p{
	margin-top:20px;
}

.button a:hover {
	background-color: #ffd200;
	box-shadow: 0 0 0 0 #8e2d34;

}

.btn-closed {
background: #535353;
    text-align: center;
    display: block;
    padding: 0.5rem 0;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 20px 0;
    text-decoration: none;
    transition: 0.8s;
    position: relative;
    z-index: 1;
	box-shadow: 0 0 0 0 #345c44;
	font-weight: bold;
}
.kakoi{
	padding-top:30px;
}



p.label {
    color: var(--color-white);
    background:rgba(71,164,212,1); 
    display: flex;
    width: 50%;
    justify-content: center;
    line-height: 2;
    margin: 1rem auto;
    font-size: var(--font-size-lg);
    font-weight: bold;
    border-radius: 10px;
}

.right-img.pc{
    display: flex;
    align-items: center;
}

.right-img.sp{
    display: none;
}

.grid-wrap figcaption{
    text-align: center;
    color:  var(--color-white);
    line-height: 1.2;
    padding: 1rem 0;
    font-weight: bold;
}


/* btn  */

.btn-wrap p.deadline {
  color: var(--color-white);
  font-weight: bold;
}

.btn-wrap p.deadline02 {
  color: #072545;
  font-size: var(--font-size-md);
}

.instructor-wrap .btn-wrap p.deadline {
  color: #072545;
  font-size: var(--font-size-md);
  font-weight: normal;
}

.btn-wrap.mt30 {
  margin-top: 30px;
}

/* main */
#main-contents {
  width: 100%;
  margin: 0 auto;
}

.greeting-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 1rem auto;
  padding: 3rem 1rem;
	color:#fff;
}

.greeting-wrap h2 {
  /*font-size: var(--font-size-lg);
  font-weight: bold;
  text-align: left;*/
	display: none;
}

.greeting-text {
  text-align: left;
  font-size: var(--font-size-md);
}

.border {
  border-bottom: 1px solid var(--color-base);
}

/*program*/

.program-area{
    width: 100%;
    display: grid;
    grid-template-columns:25% 4fr;
    margin: 0 auto 5rem ;
    padding: 0;
    position: relative;
    gap:0 0 ;
}

h2.program-title {
    background: rgb(255,255,255);
    background:linear-gradient(90deg, rgba(255,255,255,0) 15%, var(--color-second) 15%);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0 auto;
    text-align: left;
    font-size: var(--font-size-xlg);
    /*font-family: 'Quattrocento', serif;*/
    color: #ffffff;
    padding-left: 5%;
}

.program-area .timeline{
    margin: 0 1rem 0 0;
    text-align: center;
    font-size: var(--font-size-md);
}


.program-area .timeline h3{
    font-size: var(--font-size-xl);
    /*font-family: 'Quattrocento', serif;*/
    background:  var(--color-white);
}

.program-area .timeline p{
    color: white;
    padding: 1rem 0;
    background:  var(--color-second);
}


.program-wrap {
    grid-column: 2;
    background: #fff;
    padding: 0 0 3rem ;
}

.program-wrap .writing-mode{
    display: grid;
    grid-template-columns:200px 1fr;
    justify-content: flex-start;
}

.program-wrap .tilte h4{
  text-align: left;
  font-size: var(--font-size-lg);
  padding: 1rem;
}

.program-wrap .tilte p{
    width: 90%;
    text-align: left;
    padding: 0 1rem;
    
}

.speaker {
    width: 100%;
    margin: 1rem 0 0 0;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:10px 1rem  ;
}

.speaker ul{
    display: flex;
    justify-content:center;
    margin: 1rem;   
}

.speaker ul li{
    margin-inline-end: 1rem; 
    width: 40%;
}

.speaker ul li img{
	max-width: 250px;
	width: 100%;
border-radius: 15% 0;
}

.speaker ul li a{
    background: #001d52;
    padding: 0.5rem;
    border-radius: 20px;
    margin: 1rem 0;
    display: block;
    text-align: center;
    color: var(--color-white);
}

.speaker ul li.speaker-prof{
    width: 50%;    
}

.speaker-prof span{
    font-weight: bold;
    font-size:var(--font-size-md);
}

.mt3{margin-top: 3rem;}


/*outline*/

.outline-area{
    margin: 5rem auto ;
    padding: 0;

}

.outline-area h2{
    background: rgb(255,255,255);
    background:linear-gradient(90deg, rgba(255,255,255,0) 15%, var(--color-second) 15%);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0 auto;
    padding-left: 5%;
    text-align: left;
    font-size: var(--font-size-xlg);
    /*font-family: 'Quattrocento', serif;*/
    color: #fff;
}


.outline-wrap{
    max-width: 1000px;
    width: 96%;
    display: grid;
    grid-template-columns:200px 1fr;
    margin: 3rem auto 0 ;
	color:#fff;
}
.outline-wrap dt{
    font-weight: bold;
    padding: 1rem 0 0 0;
    border-bottom:1px dotted #cccccc;
}
.outline-wrap dd{
   padding: 1rem 0 0 0;
   border-bottom:1px solid #111111;
}
    
.outline-wrap dd a:hover{
    color:#f69c2f;
}
 

/*LOGO*/

ul.platinum {
    display: flex;
    margin: 2rem auto;
    flex-wrap: wrap;
	max-width: 1000px;
    width: 96%;
	
}

ul.platinum li {
    width: 33.333%;
}

    
/*footer*/
.footer-wrap {
  width: 100%;
  background-color: var(--color-base);
  color: var(--color-white);
  text-align: center;
  /*margin-top: 40px;*/
  padding: 2rem 0 1rem;
}

p.mail a {
  display: inline;
  padding: 16px 0;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  border: 0px;
  width: 40%;
  margin: 12px auto 30px;
}

p.mail img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
  width: 35px;
}

p.mail {
  position: relative;
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
  width: 35px;
}
p.mail .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
p.mail:hover .active {
  opacity: 1;
}

.ft-name {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

p.copyright {
  margin-top: 20px;
}

.mail a:hover {
  text-decoration: underline;
  color: #fda347;
}

dd.right-block {
  background-color: #fff;
  color: #001d52;
  border-top: 1px solid var(--color-base);
}

dd.rightBlock_top {
  background-color: #fff;
  color: #001d52;
}



.mb20 {
  margin-bottom: 5rem;
}



#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #001d52;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size:var(--font-size-xl);
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

    .SP-right-img{
        display:none;
    }
.attention{
    font-size: var(--font-size-sm);
    text-align: right;
}

/*========= モーダル ===============*/


.hide-area {
  display: none;
}
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
.modaal-container {
  border: 5px solid var(--color-second);
  border-radius: 15px !important;
}

.popup-wrap{
  display: flex;
  justify-content: flex-start;
  margin-block-end: 1.5rem;
  width: 100%;
}

.popup-wrap img{
    margin-inline-end:1.5rem;
}

.guests-label{
    background: var(--color-second);
    color: var(--color-white);
    padding-left:1rem;
    margin-block-end:.5rem;
}

.popup-prof-wrap{
    width: 100%;
    line-height: 1.6;
}

.guests-name span{
    font-weight: bold;
    font-size: var(--font-size-md);     
}


/*==================================== @media ===================================================*/

@media screen and (max-width: 2300px) {
.head-btn {
    bottom: 10px;
}
.button_top a {
    padding: 18px 0;
	    font-size: 1.8rem;
}
	
.button a {
    padding: 18px 0;
	    font-size: 1.8rem;
}
	.btn-closed {
    padding: 15px 0;
	font-size: 1.0rem;

}
}


@media screen and (max-width: 1500px) {
.head-btn {
    bottom:0px;
}
.button_top a {
    padding: 15px 0;
	    font-size: 1.3rem;
}
.button a {
    padding: 15px 0;
	    font-size: 1.3rem;
}
.btn-closed {
    font-size: 0.8rem;
}

@media screen and (max-width: 1000px) {
.head-btn {
    bottom:0px;
}
.button_top a {
    padding: 10px 0;
	    font-size: 0.9rem;
}
.button a {
    padding: 10px 0;
	    font-size: 1.0rem;
}
	.btn-closed {
    padding: 10px 0;
	font-size: 0.8rem;

}
}





@media screen and (max-width: 852px) {
.head-btn {
    bottom:0;
}

.button a {
    padding: 10px 0;
	    font-size: 1.0rem;
}

.btn-closed {
    padding: 10px 0;
	font-size: 0.6rem;

}

}


@media screen and (max-width: 788px) {

    .left-img{
        display: none;
    } 
    
    .sp-flex{
        display: flex;
        justify-content: space-between;
    }
    
    .SP-right-img{
        display: block;
        width: 40%;
    }
    
    .right-img{
      display:block;
      width: 40%;
    }

  .title-sub {
    flex-wrap: wrap;
    width: 90%;
  }

  .title-sub figure {
    width: 18%;
    margin-bottom: 20px;
  }

  .title-sub p.text {
    width: 80%;
    padding-left: 8px;
  }


.greeting-wrap{
    padding: 0 10px;
    line-height: 1.2;
  }

.button a {
    width: 90%;
    margin: 0 auto;
}
	


.program-area h2{
    left: 0
}

.speaker {
    display: block;
}
.speaker.twoman ul,
.speaker.oneman ul{
    display: block;
}
    
  .program-wrap .writing-mode{
    display: block;
}    
    
.program-wrap .tilte p{
    width: 100%;
    }
.PCmain {
    display: none;
}
.SPmain {
    display: block;
}
	
.greeting-text {
    line-height: 1.5rem;
}


}
@media screen and (max-width: 640px) {
.head-btn {
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    width: 100%;
}
	
	.btn-wrap_header {

    width: 100%;

}
	.btn-wrap{
		width:100%;
	}
	
	
	.head-btn .button_top a {
		border-radius: 0;

}
	
	.head-btn .btn-closed{
		border-radius: 0;

}
.btn-closed {
    padding: 10px 0;
	font-size: 1.0rem;
}	

  .explanation li:first-child {
    width: 36%;
    margin-right: 20px;
  }
  .explanation li:nth-child(2) {
    width: 60%;
  }

  .btn-wrap {
    width: 90%;
	padding-bottom: 1rem;
  }


.program-area {
width: 100%;
display: grid;
grid-template-columns: 15% 4fr;
margin: 0 auto 5rem;
padding: 0;
position: relative;
gap: 0 0;
}

.outline-wrap{
    display: block;
}

.program-wrap .tilte p {
width: 94%;
text-align: left;
margin: 0 auto 1rem;
}
    
.speaker{
    width: 94%;
    margin: 0 auto;
}
.speaker ul{
  display: block;  
  margin-bottom: 2rem;
}

.speaker ul li,
.speaker ul li.speaker-prof{
    width: 94%;
    margin: 1rem auto 0;
}  
.title-main span{
font-size: var(--font-size-xxl);
}
.popup-prof-wrap{
width: 90%;
line-height: 1.4;
margin-inline-start: 1rem;
}

.popup-wrap img{
    height: auto;
}
h2.program-title,
.outline-area h2{
    font-size: 4.0rem;
}
ul.platinum li {
    width: 100%;
}

	
	
	
}

/*---- fadeUp ----*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bgappearTrigger,
.fadeUpTrigger {
  opacity: 0;
}

@media screen and (min-width: 667px) {
  .sp_br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
	
	
}

	
	


@media screen and (max-width: 320px) {

}


