 html,body { 
	/* overflow: auto; */
	height:100%;
 }
 body {
	background-color: #d2d6da;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #222;
	line-height: 1.8;
	/* width: 100%; */
	/* text-align: center; */
	/* position: relative; */
	/* text-align: center; */
	/* padding: 0px 0 0px; */
	background: url('../img/bg.jpg') no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: screen;
	background-color: #b5f5f0;
	text-align: justify;
}
body.body-ev-ax{
	background-color: #e7b6cb;
}
body.body-ev-jx{
	background-color: #ddd79a;
}
body, textarea { font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

* {
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
}
p {
	padding:0px 0px;
	margin:0px 0px 25px 0px;
}
a {
    text-decoration:underline;
}
.body-ev-an a{
    color: #08bdaf;
}
.body-ev-ax a{
	color: #ff1a7b;
}
.body-ev-jx a{
	color: #b3a206;
}
a:hover {
	opacity: 0.7;
  text-decoration: none;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

img{
	max-width:100%;
}

hr{
	margin:0px 0px 25px 0px;
}

.st-red{
	font-size: 120%;
	color: #C00;
}

footer {
	margin: 0;
	padding: 10px 0px;
	font-size:0.8em;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	height: 10em;
	background-color: #1adbcc;
	color: #FFF;
}
.body-ev-ax footer{
	background-color: #ff1a7b;
}
.body-ev-jx footer{
	background-color: #d1be10;
}
footer p{
	margin: 0 0 0 0;
}

section{
	padding-bottom: 30px;
}
@media (max-width:1049px){
	section{
		width: 95%;
		margin: 0 auto;
	}
}

@media (min-width: 768px){
	.container {
    max-width: 100%;
	}
}
@media (min-width: 576px){
	.container {
    max-width: 100%;
	}
}

/*		common	--------------------------		*/

.small{
	line-height: 1.1;
}
ul ul{
	margin-bottom: 1em;
}
.cap-bg-orng{
	background-color: #fd9454;
	color: #222;
	padding: 4px 8px;
	margin-bottom: 0.5em;
}
.fs-110{font-size: 110%!important;}
.fs-135{font-size: 135%!important;}
.fc-red{color: #a00;}
.fc-blu{color: #546EB5;}

.pd20{padding: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb50{margin-bottom: 50px!important;}
.mgt30{margin-top: 30px!important;}

.text-center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

.table td, .table th{
	border-top: none;
}

@media screen and (max-width:767px){
	.pc-only{display: none!important;}
}
@media screen and (min-width:768px){
	.sm-only{display: none!important;}
}
.lang-en .jp-only,
.lang-jp .fr-only{
	display: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.btn{
	background-color: #FF5E5E;
	padding: 1em 1.5em;
	color: #fff;
	text-decoration: none;
	border-radius: 0.2em;
	width: 80%;
	white-space: nowrap;
}
.lang-en .btn{
	white-space: normal;
}
.lang-en .btn{
	width: 100%;
}
a.btn:hover{
	color: #FFF;
	opacity: 0.7;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.div-btn{
	display: -webkit-box;
	display: flex;
}

@media (max-width:1000px){
	.div-btn{
		display: block;
	}
}

.ready{
	background-color: #aaa;
	margin-bottom: 0px;
	color: #FFF;
	cursor: auto!important;
}

/*		layout	--------------------------		*/
#header{
	height: 38px;
	background:#fff; 
	padding:0px 0em; 
	position: relative;
	display: block;
	width: 100%;
}

@media (max-width:879px){
	#header .col-md-8{
		display: none;
	}
}




.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.ul-aste{
	margin: 0em 0em 2em 1.4em;
}
.ul-aste li{
	list-style-type: none;
	text-indent: -1em;
}
.lang-jp .ul-aste li::before{
	content: "※";
}
.lang-en .ul-aste li{
	text-indent: -0.5em;
}

/*	sm_menu
---------------------------------------------------------*/

#lang-cb,
.menu .ul-lang{
	display: none;
}

#lang-cb:checked ~ .ul-lang {
	display: block;
}

#lang-icon:hover{
	color: #a9a9a9;
}
#lang-icon{
	cursor: pointer;
}

.div-lang{
	position: relative;
	padding: 0 1em;
	letter-spacing: 0;
}
.div-lang .ul-lang{
	position: absolute;
	background-color: #FFF;
	top:50px;
	line-height: 2.5em;
	border-bottom: 1px solid #CCC;
}
.div-lang .ul-lang li{
	display: block;
}
.div-lang .ul-lang li a{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: block;
	width: 7em;
	height: 2.5em;
	text-decoration: none;
	color: #FFF;
}
.div-lang .ul-lang li a:hover{
	color: #CCC;
	background-color: #F0F0F0;
}

#main-img{
	width: 100%;
	margin: 0 auto;
	padding:  0 1rem;
	max-width: 1200px;
	aspect-ratio: 1200 / 736;
	/* height: calc((var(--variable-width) * 0.613 )px); */
	background: url(../img/visual.jpg) no-repeat;
	background-size: 100%;


}


#main-img { 
	/* z-index: 2;  */
	position: relative;
	text-align: center;	
    display: -webkit-box;	
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}


@media (max-width:879px){
	#main-img{
		margin-top: 0px;
	}
}
#main-img h1{
	position: absolute;
	margin: 0px auto 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	top: calc(50% - (323px / 2));
	left: auto;
	max-width: 60%;
}
@media screen and (max-width:768px) {
#main-img h1 {
    bottom: 4%;
    top: auto;
}	
}
#main-img h1 img{
	/* width: 100%;
	max-width: 1100px; */
}
.gnavi{
	width: 100%;
	background-color: #1adbcc;
	padding: 0 1rem;
}
.body-ev-ax .gnavi{
	background-color: #ff1a7b;
}
.body-ev-jx .gnavi{
	background-color: #d1be10;
}
.gnavi ul{
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: center;
            justify-content: center;
    margin: auto;
    height: 4rem;
    line-height: 4rem;
		border-bottom: 5px solid #1adbcc;
}
.body-ev-ax .gnavi ul{
		border-bottom: 5px solid #ff1a7b;
}
.body-ev-jx .gnavi ul{
		border-bottom: 5px solid #d1be10;
}
.gnavi ul li {
    /* margin: 0 1rem; */
    position: relative;
    -webkit-transform: skewX(160deg);
    transform: skewX(160deg);
    width: 33%;
    background-color: #1adbcc;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.gnavi ul li:nth-child(2) {
    background-color: #ff1a7b;
}
.gnavi ul li:nth-child(3) {
    background-color: #d1be10;
}
.gnavi ul li a {
	padding: 0 0.5rem;
    position: absolute;
    display: block;
    /* left: 0; */
    /* top: 0; */
    -webkit-transform: skewX(-160deg);
    transform: skewX(-160deg);
    /* background-color: #d1be10; */
    width: 100%;
}
.gnavi ul li a img {
	    margin: auto;
    display: block;
		max-width: 85%;
}
/*		contents			*******************************************/

.wrapper {
    margin: 0px auto 0px auto;
    width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.5);
		color: #222;
}
@media screen and (max-width:767px){
	#page-top img{
		width: 70%;
	}
}

#main{
	outline:0;
	position:relative;
	width: 100%;
	max-width: 1000px;
	margin:  0px auto 0px;
}

@media screen and (max-width:1180px){
}
table{
	margin: 0 auto 0px;
	width: 100%;
}

table th{
	white-space: nowrap;
	font-weight: normal;
	background-color: #0001;
	width: 20%;
	text-align: center;
}

.table{
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}


.table th,
.table td{
	border-bottom: 1px solid #666;
	line-height: 2;
	padding: 1em 2em;
	vertical-align: middle;
}


@media screen and (max-width:600px){
	.table{
		width: 100%;
	}
	.table th,
	.table td{
		display: inline-block;
		padding: 0.5em 1em;
		width: 100%;
		border-bottom: none;
		position: relative;
	}
	.table th{
		font-size: 90%;
		border-bottom: none;
	}
	.table3c tr td{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.td-half{
	width: 50%;
}



.ul-sns-wrap{
	position: absolute;
	z-index: 2;
	top:1rem;
	left: 1rem;
	/* width: 100%; */
	/* margin: 0 auto; */
	text-align: left;
	display: -webkit-box;
	display: flex;
	align-items: center;
}

.ul-sns-wrap ul{
	/* width: 100%;
	max-width: 1100px; */
	margin: 0 auto;
	/* padding: 10px; */
	    display: -webkit-box;
	    display: flex;
    width: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.ul-sns-wrap li{
	display: inline-block;
	margin-bottom: 4px;
}

.ul-sns-wrap img{
	/* height: 32px; */
	margin: 2px;
}

.ul-sns-wrap .ul-lang-wrap{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	/* padding: 10px;	 */
}
.ul-sns-wrap .ul-lang-wrap,
.ul-sns-wrap .ul-lang-wrap a{
	color: #FFF;
	font-size: 1.4rem;
}
.ul-sns-wrap .ul-lang-wrap ul{
	display: inline;
	border: 1px solid #FFF;
	padding: 0.2em 0.5em;
}

/* .ul-sns-wrap .ul-lang-wrap li.slash-after::after{
	content: " / ";
	font-size: 80%;
} */
.ul-lang-wrap a.active:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
	line-height: 2.5em;
	padding-right: 5px;
}

h2{
	padding: 20px 0em 20px;
	margin: 0 0 30px;
	text-align: center;
	border-bottom: 2px solid #3c3e3f;
	font-weight: bold;
}
h3{
	font-size: 1.6em;
	padding: 1em 0;
}
@media (max-width:640px){
	h2,h3{
		font-size: 1.4rem;
	}
}


@media (max-width:950px){
	h2{
		font-size: 1.4rem;
		/* width: 90%; */
	}
	
}

h4{
	font-size: 1.1em;
}
.catch{
	text-align: left;
	margin: 0px auto 30px;
	color: #FFF;
}
@media (max-width:600px){
	.catch{
		width: 95%;
		font-size: 1em;
	}
}
.message{
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 30px;;
}
.bdr-box{
	border: 1px solid #3c3e3f;
	padding: 25px;
	margin-bottom: 2em;
}
@media (max-width:767px){
	.bdr-box{
		padding: 15px 0 ;
		margin-bottom: 2em;
	}
	.bdr-box .row:last-child{
		margin-left: 0px;
		margin-right: 0px;
	}
	.bdr-box img{
		display: block;
		margin: auto;
	}
}
.v-middle{
}
.bdr-box .col-md-8:first-child > h3{
	font-size: 125%;
}
h3{
	font-size: 110%;
	padding: 0 0 0;;
	font-weight: bold;
}
.bdr-box .row:not(:last-child){
	margin: 0 0 25px;
}

.bdr-btm{
	border-bottom: 1px solid #3c3e3f;
}
.bdr-left{
	border-left: 1px solid #3c3e3f;
}
@media (max-width:767px){
	.bdr-left{
		border-left: none;
	}
	.bdr-btm-sm{
		border-bottom: 1px solid #3c3e3f;
		margin-bottom: 25px;
	}
}
.catch a,
.catch a:hover{
	color: #FFF;
}
.catch p{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

@media screen and (min-width:768px){
	.catch{
		/* margin-bottom: -20px; */
	}
}
.catch img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#main-cont{
	padding: 30px 0px;
}
@media screen and (max-width:1000px){
	/* #main-cont{
		padding: 2em 1em;
	} */
}

@media screen and (max-width:768px){
	.div-coming{
		height: 15em;
		padding: 1em;
	}
}
#page-top{
	position: fixed;
	bottom: 0;
	right: 2%;
	text-align: right;
}
#page-top a{
    background-color: #FFF;
    width: 3rem;
    height: 3rem;
    display: block;
    border-radius: 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-decoration: none;
		filter: drop-shadow(0px 0px 2px #0006);
}
.fixed{
	position: fixed;
}


.talk-ttl{
	font-size: 125%;
	font-weight: bold;
	text-align: left;
}
.ul-consul{
	width: 80%;
	max-width: 0 auto;
	margin: 0em 4em 4em;
}

.ul-consul li{
	padding-left: 0!important;
}

.yplayer-wrapper{
	width: 100%;
	max-width: 740px;
	text-align: center;
	margin: -20px auto 0px;
	position: relative;
	border-radius: 8px;
}
.yplayer{
	display: inline-block;
	color: #222;
	/*margin: 2em auto;*/
	position: relative;
	width:100%;
	max-width: 740px;
	padding-top:56.25%;
}
.yplayer iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-sheet{
	margin-left: 20px;	
}
.row-prof{
	    display: -webkit-box;
	    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.shadow{
	box-shadow: none!important;
    -webkit-filter: drop-shadow(0px 0px 3px #00000066);
    filter: drop-shadow(0px 0px 3px #00000066);
}
.no-link{
	text-decoration: none;
	pointer-events: none;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
	/* line-height: 2.5em; */
	padding-right: 5px;
}
.no-link:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    /* line-height: 2.5em; */
    padding-right: 5px;
}
.bn-jx{
    width: fit-content;
    background: #000;
    padding: 5px 14px 0px;
    display: block;
    margin: auto;
}

.img-sign{
	width: 352px;
}
@media screen and (max-width: 991px) {
	.img-sign{
		width: auto;
	}	
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 680px;
display: block;
margin: auto;
}

.equal-img {
	height: 340px;
	width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
}