@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/


html { scroll-behavior: smooth;}

/*body全体の初期スタイル調整*/
body {
  font-size: 65.5%; /*emの計算をしやすくするための定番設定*/
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  color: #3e3a39;
  line-height: 1.8;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
    
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
  font-size: 1.5em;
    line-height: 1.3;
    padding: 0 ;
    margin: 0 0 1em;
    font-weight: 100;
    text-align: center;
}




/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
}
/*記事(ボディ)エリア*/
.article {
  font-size: 1.7em; /*=17px*/


 
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.7;

}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 1250px;
  margin: 0 auto; 
  
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  position: relative;

}
.top_image_in {
  width: 1250px;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
趣旨
-----------------------------------------------------*/
.section_01 {
  background-image: url("../images/bg_sec01.jpg");
  background-size: cover;
  background-position: bottom center;
padding: 2em 0 1em;
text-align: center;
}
.overview {
  width: 25%;
  margin: 0 auto 1.5em;
}
.tit_sec01 {
  width: 60%;
  margin: 5px auto;
}


.txt_sec01 {
  margin: 2em 0 0;
}
.cercle_sec01 {
  width: 50%;
  margin: 0 auto 1.5em;
}


/*--------------------------------------------------
section_02
-----------------------------------------------------*/
.section_02 {
  background-image: url("../images/bg_sec02.jpg");
  background-size: cover;
  background-position: top center;

padding: 2em 0 ;
}

.txt_sec02 {
  float: right;
  width: 58%;
  margin: 1em auto 1em;
}

.tit_sec02 {
  width: 90%;
  margin-bottom: 1em;
  margin-left: -1em;
}

.img_key {
  width: 95%;
  margin: 0 auto 1em;
}


/*--------------------------------------------------
section_03
-----------------------------------------------------*/
.section_03 {
  background-image: url("../images/bg_sec03.jpg");
  background-size: cover;
padding: 3em 0 ;
text-align: center;
}

.sec_message {
  width: 95%;
  
}



/*--------------------------------------------------
section_04
-----------------------------------------------------*/
.section_04 {
  background-image: url("../images/bg_sec04.jpg");
  background-size: cover;
  background-position: bottom center;
padding: 2em 0 ;
}

.program {
  width: 25%;
  margin: 0 auto 1.5em;
}
.tit_learn {
  margin-bottom: 1em;

}
.img_speach {
  width: 90%;
  margin: 0 auto;
}



/*--------------------------------------------------
登壇者
-----------------------------------------------------*/
.sec_speaker {
  background-image: url("../images/bg_speaker.jpg");
  background-size: cover;
  background-position: top right;
padding: 2em 0 ;
}


.tit_toudan {
  width: 40%;
  margin: 2em auto 0.5em;
}
.tit_koushi {
  width: 40%;
  margin: 2em auto 0.5em;
}

.ctn_speakers {
  margin: 1em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box_speaker {
  width: 25%;
  margin-top: 1em;
  padding: 0 5px;
}




.box_speaker2 {
  width: 45%;
  margin: 1em 0.5em ;
  padding: 0 5px;
}


/*--------------------------------------------------
プロフィール
-----------------------------------------------------*/
.sec_profile {
  background-image: url("../images/bg_prof.jpg");
  padding: 2em 0;
  background-size: cover;
}
.img_profile {
  width: 90%;
  margin: 0 auto;
}

.txt_profile {
  background: rgba(255,255,255,0.8);
  padding: 2em;
  border: 2px solid #cea913;

}


/*--------------------------------------------------
section_05
-----------------------------------------------------*/
.section_05 {
  background-image: url("../images/bg_sec05.jpg");
  background-size: cover;
  background-position: top center;
padding: 2em 0 ;
}


.tit_merit {
  width: 40%;
  margin: 0 auto 2em;
}

.img_merit {
  width: 60%;
  margin: 1em auto;
}





/*--------------------------------------------------
date
-----------------------------------------------------*/
.section_06 {
  background-image: url("../images/bg_sec06.jpg");
  background-size: cover;
  background-position: top center;
}
.date {
  width: 25%;
  margin: 0 auto 1.5em;
}

.box_sec06 {
  background: rgba(255,255,255,0.8);
  padding: 2em 0;
}

.sec_date {
  width: 40%;
  margin: 1em auto ;
}



/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 2s;
}
.fadein02 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 3s;
}
.fadein03 {
  opacity : 0;
  transform: translateY(25px);
  transition: all 4s;
}


/*左からフェードイン*/
.fadeinleft {
  opacity : 0;
  transform: translateX(-20px);
  transition: all 1.5s;
}
/*右からフェードイン*/
.fadeinright {
  opacity : 0;
  transform: translateX(20px);
  transition: all 1.5s;
}

.zoomin {
opacity: 0;
}

.zoomin.isActive {
animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
0% {
    transform: scale(0.8);
    opacity: 0;
}

100% {
    opacity: 1;
    transform: scale(1);
}
}

.popup {
opacity: 0;
}

.popup.isActive {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
}

100% {
    transform: translateY(0) scale(1.0);
}

80%,
100% {
    opacity: 1;
}
}

.slidein.isActive {
animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
0% {
    transform: translateX(180px);
    opacity: 0;
}

100% {
    transform: translateX(0);
}

40%,
100% {
    opacity: 1;
}
}

    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
#sp_btn {
  display: none!important;
}


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #062C72;
  padding: 1.5em ;
  text-align: center;
  font-size: 1.4em;
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.ctn_sns {
  width: 950px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;

}
.item_sns {
  width: 25%;
  margin: 0 1em;
}






