@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	/*background:#E4E4E4;*/
	background:#1a3662; /*rgba(78,177,51,0.50);/*#EEF4F5*//*#f0e9ee*//*#07314b*//*#313C63*/
	margin: 0;
	padding: 0;
	color:#3D3B3B;/*#3D3B3B*/
	font-size: 1em;
	line-height: 1.4;
    

/*font-family: source-han-sans-japanese, sans-serif;*/

/*font-weight: 300;*/

font-style: normal;

}

/*固定する背景*/

.div_para {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}

.parallax-bg {
  background-image:url("../images/para_bk.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.parallax-bg2 {
  background-image:url("../images/para_bk.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

/*スクロールするコンテンツ*/
.scrollbox1 {
  background-color: #111;
}
.scrollbox2 {
  background-color: #222;
}




header {
	position: relative;
	height: 110vh;/*65*/
	background: url(../images/bk2025.jpg) center / cover no-repeat;
	}

header h1{
  position: absolute;
  top: 10%;
  left: 10%;
  -ms-transform: translate(-10%,-10%);
  -webkit-transform: translate(-10%,-10%);
  transform: translate(-10%,-10%);
  margin:0;
  padding:0;
	
  /*フォント装飾*/
  font-size: 3rem;
  text-shadow: 2px 3px 3px #808080;
  color: #333333;
}

header h2{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 0.5%;
  width: 50%;
  text-align: center;

  /*フォント装飾*/
  font-size: 2rem;
  text-shadow: 2px 3px 3px #808080;
  color: #333333;
  background-color: rgba(229,249,233,0.30);
	
}


header h3{
  position: absolute;
  bottom: 5%;
  left: 7%;
	
  /*フォント装飾*/
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 2px 3px 3px #808080;
  color: #333333;
}

a{
    text-decoration: none;
    color: #ffffff;
}



.wrapper{
    width:100%;
	padding-bottom: 15vh;
    padding-top: 10vh;
    margin-bottom: -11vh;
	
}

.wrapper h1{
    font-size: 3rem;
    margin-left: 3%;
    /*border:solid 3px #7C7001;*/
    background: rgba(255,255,255,0.8);
	border: rgba(253,97,81,0.6) solid;
    display: inline-block;
    padding: 10px 50px;
}

.wrapper h2{
    font-size: 2rem;
    margin-bottom: 1vh;
}

.wrapper h3{
    font-size: 1.5rem;
    margin-bottom: 1vh;
}

.wrapper p{
 line-height: 2;
  /*font-size: 1.1rem;
 font-weight: bold;*/
}

.wrapper .txtsha{
    text-shadow: 1px 2px 2px #808080;
}


.bk_second{
    background-color:#fafafa;
	
}

.bk_gra{
    background: linear-gradient(30deg, black 80%, pink 20%);
	
}

.wrapper .container{
    max-width:1000px;
    margin:0px auto;
    padding:80px 0px;
}

 .wrapper .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.wrapper .content-item {
    width:50%;
}

.wrapper .content-item30 {
    width:25%;
	padding-right:5%;
}
.wrapper .content-item70 {
    width:70%;
}


.wrapper .content-item40 {
    width:40%;
}
.wrapper .content-item60 {
    width:60%;
}

.wrapper .content-item100 {
    width:100%;
}

.wrapper .image{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.wrapper .text{
    padding:0px 50px;
	background:rgba(251,251,251,0.80);
	border-radius: 8px;
}
.wrapper .text .heading{
    margin:0px 0px 40px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}


/*--------------------------------------
  カード型_02
--------------------------------------*/

.card-container {
    display: grid; /* カードの横並び */
    /*grid-template-columns: 600px 500px 500px; /* gridの設定 */
	grid-template-columns: repeat(auto-fit, minmax(342px, 1fr)); /* gridの設定 */
    gap: 20px 30px; /* カード同士の隙間 縦方向 横方向 */
    margin: 109px auto 0;
    text-align: start; /* カード内の中央寄せ解除 */
}

.l-wrapper_02 {
  
  margin: 1rem auto;
  width: 380px;
}


.l-wrapper_02:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}



.card-radius_02{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.card_02 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.card__header_02 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_02 {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;

}

.card__thumbnail_02 {
  margin: 0;
  order: 0;
}

.card__image_02 {
  width: 100%;
}

.card__body_02 {
  padding: 0 1.5rem;
  height: 100px;
}

.card__text_02 {
  font-size: 0.9rem;
  text-align:center;
  text-decoration: none;
}

.card__text2_02 {
  font-size: 0.9rem;
  margin-top: 0;
  /*margin-bottom: 1.5rem;*/
  padding-top: 1rem;
}



.card-link_02 {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link_02 a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}
.card-link_02 a:hover {
  color: #6bb6ff;
}

/*---------------------------------------------カードここまで*/


/*--------------------------------------
  カード型_04 --講演者
--------------------------------------*/

.card-container {
    display: grid; /* カードの横並び */
    /*grid-template-columns: 600px 500px 500px; /* gridの設定 */
	grid-template-columns: repeat(auto-fit, minmax(342px, 1fr)); /* gridの設定 */
    gap: 20px 30px; /* カード同士の隙間 縦方向 横方向 */
    margin: 109px auto 0;
    text-align: start; /* カード内の中央寄せ解除 */
}

.l-wrapper_04 {
  
  margin: 1rem auto;
  width: 250px;
}


.l-wrapper_04:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}



.card-radius_04{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.card_04 {
  background-color: #212121;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #fff;
  text-decoration: none;
}

.card_04:hover {
  background-color: #707070;
}

.card__header_04 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_04 {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;

}

.card__thumbnail_04 {
  margin: 0;
  order: 0;
}

.card__image_04 {
  width: 100%;
}

.card__body_04 {
  padding: 0 1.5rem;
  height: 100px;
}

.card__text_04 {
  font-size: 0.9rem;
  text-align:center;
  text-decoration: none;
}

.card__text4_04 {
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1rem;
}


.card-link_04 {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link_04 a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}
.card-link_04 a:hover {
  color: #6bb6ff;
}






/*--------------------------------------
  カード型_スケジュール
--------------------------------------*/

.l-wrapper_sch {
  
  margin: 1rem auto;
  width: 800px;
}


.card__body_sch {
  padding: 0 1.5rem;
  height: auto;
}


/*--------------------------------------
  プログラムダウンロード
--------------------------------------*/

.program_dl{
	background-color:#555555;/*darkcyan*/
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 1.1rem;
	border-radius: 8px;
}


footer {
  clear: both;
  width: 100%;
  height: 120px; 
  text-align: center;
  padding: 50px 0;
  background-color: #333333;
	color: #fff;
}




/*original*/

.tx_r{
    text-align: right;
}

.bk{
    color: #111111;
}
