@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	counter-reset: number 0; /* number のカウンタを 0 にセット */
	overflow-x: hidden;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

.title_rogo{
	width: 120px;
	height: 41px;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', gstatic;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #eb6100;
}

/* g-nav */
/* スマホメニュー時、最後のメニューに囲みをつける */

#g-nav.panelactive li:last-child a{
    margin: 20px 0 0 0;
    padding: 5px 10px;
    white-space: nowrap;
	color:#fff;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* メニュー時、最後のメニューに囲みをつける←※囲みはなくした */

#pc-nav li:last-child a{
	margin: -5px 0 0 20px;
    padding: 5px 10px;
	color:#FFFFFF;
    white-space: nowrap;
}

/* heading */

h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    top: 25%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}

@media screen and (max-width:550px) {
    h1{
        font-size:1.2rem;
        top: 32%;
    }
}


h1 a{
    color:#333;
}

h2{
    font-size: 30px;
	line-height: 40px;
}

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

  h2{
      font-size: 24px;
	  line-height: 30px;
    }
}

/*各タイトル用装飾*/
.heading {
	position: relative;
/*	padding-bottom: 30px; */
	text-align: center;
}

.heading::before {
	content: attr(data-en);
	display: block;
	margin-bottom: 10px;
	color:#b81d21;
	font-size:36px;
	font-style:italic;
	font-family:Figtree;
	font-weight: 800;
}

@media screen and (max-width:768px) {
.heading::before {
	content: attr(data-en);
	display: block;
	margin-bottom: 10px;
	color:#b81d21;
	font-size:30px;
	font-style:italic;
	font-family:Figtree;
}
}

/* lead */

.top-lead{
    position: fixed;
    bottom:10%;
    left:5%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}


.top-lead span.bgLRextend::before{
    background:#333;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
    margin:0 0 60px 0;
}

@media screen and (max-width:768px) {
    #topics{
    margin:0 0 30px 0;
}
}


/* overview　※使わないかも */
#overview{
}
#overview p{
    font-weight:bold;
}


/* greet */

#greet {
	padding:60px 0 40px;
}

@media screen and (max-width:768px) {
#greet {
	padding:20px 0 20px 0;
	}
}

@media screen and (max-width:590px) {
#greet {
	padding:20px 0 20px 0;
	}
}

#greet h2{
    text-align: center;
    margin:0 0 80px 0;
}

@media screen and (max-width:590px) {
#greet h2{
    margin:0 0 40px 0;
    }
}

#greet h2 span.bgLRextend::before{
    background:#333;
}


#greet .greet-area{
    position: relative;
    /*display: flex;*/
	/*justify-content: space-between;*/
    flex-wrap: wrap;
    margin:0 0 120px 0;
}

@media screen and (max-width:768px) {
#greet .greet-area{
    margin:0 0 60px 0;   
	}
}

@media screen and (max-width:590px) {
 #greet .greet-area{
    margin:0 0 50px 0;   
	}
}

#greet .greet-area p{
	font-weight: bold;
}

/*
#greet .greet-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    right:10%;
    top:20%;
    z-index: -1;
}
*/
/* ↑ background:#f3f3f3; */

#greet .greet-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#greet .greet-area .img{
    width:50%;
}

/*
#greet .greet-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#greet .greet-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#greet .greet-area .img{
    width:100%;
    z-index: 2;
	}
}

#greet .greet-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}

#greet .greet-area .content-area{
    padding:40px;   
}
*/
#greet .greet-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#greet .greet-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#greet .greet-area .content-area p{
     margin:0 0 30px 0;   
}

#greet .btn{
    text-align: right;
}

/* seminar */
#seminar {
	padding:120px 0 20px;
	background-color: #f3f3f3;
}

@media screen and (max-width:768px) {
#seminar {
	padding:60px 0 20px 0;
	}
}

@media screen and (max-width:590px) {
#seminar {
	padding:60px 0 20px 0;
	}
}

#seminar h2{
    text-align: center;
    margin:0 0 80px 0;
}

@media screen and (max-width:590px) {
#seminar h2{
    margin:0 0 40px 0;
    }
}

/* #seminar h2 span.bgLRextend::before{ */
/*     background:#333; */
/* } */


#seminar .seminar-area{
/*    position: relative; */
/*    display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0;
}

@media screen and (max-width:768px) {
#seminar .seminar-area{
    margin:0 0 80px 0;   
	}
}

@media screen and (max-width:590px) {
 #seminar .seminar-area{
    margin:0 0 50px 0;   
	}
}
/* 
#seminar .seminar-area::after{
	content:'';
	position: absolute;
	width: 0.1%;
	height: 0.1%;
	right:10%;
	top:20%;
	z-index: -1;
	pointer-events: none; /* クリック無効 */
} 
*/
/* ↑ background:#f3f3f3; */

#seminar .seminar-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}

/*
#seminar .seminar-area .img{
    width:50%;
}

#seminar .seminar-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#seminar .seminar-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#seminar .seminar-area .img{
    width:100%;
    z-index: 2;
	}
}
#seminar .seminar-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}

#seminar .seminar-area .content-area{
    padding:40px;   
}

#seminar .seminar-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#seminar .seminar-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#seminar .seminar-area .content-area p{
     margin:0 0 30px 0;   
}

#seminar .btn{
    text-align: right;
}
*/

#seminar .notice{
	margin:40px 20px 10px;
}

.seminar-img-area {
	width:100%;
	margin:0;
	padding:0;
    display: flex;
	flex-wrap: wrap;
    position: relative;
}

.seminar-img-area-01 {
	width:50%;
	margin:0;
	padding:0;
}

@media screen and (max-width:768px) {
.seminar-img-area-01{
	width:100%;
	margin:0;
	padding:0;
	}
}

.seminar-img-area-03 {
	width:33%;
	margin:0;
	padding:0;
}

@media screen and (max-width:768px) {
.seminar-img-area-03{
	width:100%;
	margin:0;
	padding:0;
	}
}

#seminar .box h4 {
	font-size:18px;
}
@media screen and (max-width:590px) {
#seminar .box h4{
	font-size:16px;
	}
}

.seminar-text {
	position: absolute; /*自由に配置する指定*/
	left:110px;
	bottom: 0; /*下寄せの指定*/
	margin: 0;
}

.seminar-text01-01 {
	position: absolute; /*自由に配置する指定*/
	bottom: 0; /*下寄せの指定*/
	margin: 0;
	padding-left:10px;
	line-height: 24px;
}

@media screen and (max-width:768px) {
.seminar-text01-01{
	margin:0;
	padding-bottom:110px;
	line-height: 18px;
	}
}

.seminar-text01-02 {
	position: absolute; /*自由に配置する指定*/
	bottom: 0; /*下寄せの指定*/
	margin: 0;
	padding-left:10px;
	line-height: 18px;
}

.seminar-text02 {
	position: absolute; /*自由に配置する指定*/
	left:110px;
	bottom: 0; /*下寄せの指定*/
	margin: 0;
	line-height: 20px;
}

@media screen and (max-width:768px) {
.seminar-text02 {
	font-size:0.9em;
	}
}

@media screen and (max-width:590px) {
.seminar-text02 {
	font-size:0.9em;
	line-height: 16px;
	}
}

.seminar-text03-01 {
	position: absolute; /*自由に配置する指定*/
	bottom: 0; /*下寄せの指定*/
	margin: 0;
	padding-left:10px;
	line-height: 24px;
}
@media screen and (max-width:768px) {
.seminar-text03-01{
	width:100%;
	margin:0;
	padding-bottom:220px;
	}
}
.seminar-text03-02 {
	position: absolute; /*自由に配置する指定*/
	bottom: 0; /*下寄せの指定*/
	margin: 0;
	padding-left:10px;
	line-height: 24px;
}
@media screen and (max-width:768px) {
.seminar-text03-02{
	width:100%;
	margin:0;
	padding-bottom:110px;
	}
}
.seminar-text03-03 {
	position: absolute; /*自由に配置する指定*/
	bottom: 0; /*下寄せの指定*/
	margin: 0;
	padding-left:10px;
	line-height: 24px;
}

.seminar-text p {
	line-height: 1.5em;
}

.seminar-img-area img {
	width:100px;
	height:100px;
	margin:0;
	padding:0;
}


/* booth */
#booth {
	margin:120px 0 40px;
}

@media screen and (max-width:768px) {
#booth {
	margin:60px 0 20px 0;
	}
}

@media screen and (max-width:590px) {
#booth {
	margin:60px 0 20px 0;
	}
}

#booth h2{
    text-align: center;
    margin:0 0 80px 0;
}

@media screen and (max-width:550px) {
#booth h2{
    margin:0 0 40px 0;
    }
}

#booth h2 span.bgLRextend::before{
    background:#333;
}


#booth .booth-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 120px 0;
}

@media screen and (max-width:768px) {
#booth .booth-area{
    margin:0 0 120px 0;   
	}
}

@media screen and (max-width:590px) {
 #booth .booth-area{
    margin:0 0 50px 0;   
	}
}

/*
#booth .booth-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    right:10%;
    top:20%;
    z-index: -1;
}
*/
/* ↑ background:#f3f3f3; */

#booth .booth-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#booth .booth-area .img{
    width:50%;
}

#booth .booth-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#booth .booth-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#booth .booth-area .img{
    width:100%;
    z-index: 2;
	}
}

#booth .booth-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}

#booth .booth-area .content-area{
    padding:40px;   
}

#booth .booth-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#booth .booth-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#booth .booth-area .content-area p{
     margin:0 0 30px 0;   
}

#booth .btn{
    text-align: right;
}

.booth_title_red {
	color: #a62124;
	padding:5px 0 0;
}

.booth_title_small {
	font-size:0.9em;
}
@media screen and (max-width:590px) {
.booth_title_small {
	font-size:0.9em;
	}
}

.text-right {
	text-align:right;
}

.booth_title_area {
	background: #e8ecef;
	padding:5px 0;
}

.booth_title {
	width:95%;
	padding: 0.5em 0.75em;
	font-weight: bold;
}

.booth_number {
	width:5%;
	background: #a62124;
	color:#fff;
	font-weight: bold;
	padding:10px 12px;
}

.booth_col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.booth_col_2 > *{
    width: calc( 50% - 6px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}

.booth_col_2 > *:nth-child(2n){
    margin-right: auto;
}

.booth_col_2 > * > *{
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .booth_col_2 > *{
        width: 100%;
        margin-right: auto;
    }
}

/* about */

#about {
	padding:120px 0 0 0;
	background-color: #f3f3f3;
}

@media screen and (max-width:768px) {
#about {
    padding:60px 0 0 0;
    }
}

@media screen and (max-width:590px) {
#about {
    padding:60px 0 0 0;
    }
}

#about h2{
    text-align: center;
    margin:0 0 80px 0;
}

@media screen and (max-width:768px) {
#about h2{
    margin:0 0 60px 0;
    }
}

@media screen and (max-width:590px) {
#about h2{
    margin:0 0 40px 0;
    }
}

#about h2 span.bgLRextend::before{
    background:#333;
}

#about h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

#about h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

#about h3:before {
  left:0;
}

#about h3:after {
  right: 0;
}


#about .about-area{
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* ↑削除　display: flex;*/

@media screen and (max-width:768px) {
#about .about-area{
	}
}

@media screen and (max-width:590px) {
 #about .about-area{  
	}
}
/*
#about .about-area::after{
    content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    right:10%;
    top:20%;
    z-index: -1;
}
*/
/* ↑ background:#f3f3f3; */

#about .about-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#about .about-area .img{
    width:50%;
}

#about .about-area .content{
    width:100%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#about .about-area .content{
    width:100%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#about .about-area .img{
    width:100%;
    z-index: 2;
	}
}

#about .about-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}

#about .about-area .content-area{
    padding:0 20px 20px;   
}

@media screen and (max-width:768px) {
#about .about-area .content-area{
    padding:0 10px 10px;  
    }  
}

@media screen and (max-width:590px) {
#about .about-area .content-area{
    padding:0 10px 10px;  
	}
}

#about .about-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#about .about-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#about .about-area .content-area p{
     margin:0 0 30px 0;   
}

#about .btn{
    text-align: right;
}

#about .sponsor-img{
	text-align: center;
	background-color:#fff;
	margin:40px 0;
	padding:40px;
}
/* ↑削除　display: flex;*/

@media screen and (max-width:768px) {
#about .sponsor-img{
	margin:10px 0;
	padding:10px;
	}
}

@media screen and (max-width:590px) {
 #about .sponsor-img{  
	margin:10px 0;
	padding:10px;
	}
}

#about .cooperation-img{
	text-align: center;
	background-color:#fff;
	margin:40px 0 0;
	padding:40px;
}
/* ↑削除　display: flex;*/

@media screen and (max-width:768px) {
#about .cooperation-img{
	margin:10px 0;
	padding:10px;
	}
}

@media screen and (max-width:590px) {
 #about .cooperation-img{  
	margin:10px 0;
	padding:10px;
	}
}


/* access */
#access {
	margin:120px 40px;
}

@media screen and (max-width:550px) {
#access {
    margin:60px 0 60px 0;
    }
}

#access h2{
    text-align: center;
    margin:0 0 80px 0;
}

@media screen and (max-width:550px) {
#access h2{
    margin:0 0 40px 0;
    }
}

#access h2 span.bgLRextend::before{
    background:#333;
}


#access .access-area{
/*    position: relative; */
/*    display: flex; */
/*    justify-content: space-between; */
/*    flex-wrap: wrap; */
	text-align: center;
    margin:0 0 80px 0;
}

@media screen and (max-width:768px) {
#access .access-area{
    margin:0 0 40px 0;   
	}
}

@media screen and (max-width:590px) {
 #access .access-area{
    margin:0 0 50px 0;   
	}
}

/*
#access .access-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    right:10%;
    top:20%;
    z-index: -1;
}
*/
/* ↑ background:#f3f3f3; */

#access .access-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#access .access-area .img{
    width:50%;
}

#access .access-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#access .access-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#access .access-area .img{
    width:100%;
    z-index: 2;
	}
}
#access .access-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}

#access .access-area .content-area{
    padding:40px;   
}

#access .access-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#access .access-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#access .access-area .content-area p{
     margin:0 0 30px 0;   
}

#access .btn{
    text-align: right;
}

/* faq */
#faq {
	padding:120px 0 20px;
	background-color: #f3f3f3;
}

@media screen and (max-width:768px) {
#faq {
	padding:60px 0 20px 0;
	}
}

@media screen and (max-width:590px) {
#faq {
	padding:60px 0 20px 0;
	}
}

#faq h2{
    text-align: center;
    margin:0 0 90px 0;/*アコーディオンにmargin設定がないため＋10px*/
}

@media screen and (max-width:590px) {
#faq h2{
    margin:0 0 40px 0;
	}
}


#faq h2 span.bgLRextend::before{
    background:#333;
}

.faq-bg{
    position: relative;
    height: 55vh;
    background:url("../img/pict_05.jpg") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}

@media screen and (max-width:768px) {
.faq-bg,
.faq-bg::after{
    height:35vh;
	}   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 

/* contact */

#contact{
    margin:90px 0 60px 0;
}

@media screen and (max-width:768px) {
 #contact {
    margin:60px 0 20px 0;/*mainタグのマージン分減らしている*/
    }
}

@media screen and (max-width:590px) {
 #contact {
    margin:60px 0 20px 0;/*mainタグのマージン分減らしている*/
    }
}

#contact h2{
    text-align: center;
    margin:0 0 50px 0;
    color: #333;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}

#contact .form-list{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact .submit-btn{
    width:152px;
    margin: 0 auto;
}

#contact input[type='submit']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    background: #333;
    color: #fff;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:30%;
}

#contact .form-list dd{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}

}

/* footer */

#footer{
    padding: 100px 0;
    text-align: center;
    background: #f3f3f3;
    position: relative;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/*  ↑削除　text-transform: uppercase; */

@media screen and (max-width:768px) {
#footer {
    padding: 80px 0;
    }
}

@media screen and (max-width:590px) {
#footer {
    padding: 60px 0;
    }
}


#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 0 0;
    color: #333;
}

#footer small{
    color: #333;
}


