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

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	scroll-behavior: smooth;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	  font-family: 'Noto Sans JP',"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #ECF1F1;
	color: #7C529D;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
}

body{
	line-height: 1;
	margin: 0;
	padding:0;
	background-color:#fff;
	-ms-user-select: none; /* IE10～ */
	-webkit-font-smoothing: antialiased;
	overflow-x:auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.none{
	display:none;
}
.clear{
	clear:both;
}
.clearfix::after {
	content:'';
    display:table;
    clear:both;
}
p{
	padding:0;
	margin:0;
}

#gotoTopBtn {
	position: fixed;
	right: 20px;
	bottom:20px;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 900;
}
#gotoTopBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.fv{
	position: relative;
	padding-top: 46%;
	width: 100%;
	background-image: url("../images/mainImg.png");
	background-position: center top;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.fv.news{
	position: relative;
	padding-top: 30%;
	width: 100%;
	background-image: url("../images/newsImg_01.png");
	background-position: center top;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.fv.news.news2{
	background-image: url("../images/newsImg_02.png");
}
.fv .header{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 86px;
	padding: 10px 0;
}
.inner{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.fv .header .inner{
	max-width: 100%;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.fv .header .inner h1{
	width: 136px;
	height: 60px;
	background-image: url("../images/logo.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.fv .header .inner .menu{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	position: relative;
	left: -60px;
}
.fv .header .inner .menu a{
	display:  flex;
	justify-content: center;
	height:22px;
	margin: 0 15px;
	padding-left: 20px;
	position: relative;
}
.fv .header .inner .menu a span.arrow{
	position: relative;
	height: 50%;
	width: 12px;
	left: -10px;
	top: 25%;
	background-image: url("../images/arrow.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s all;
}
.fv .header .inner .menu a:hover span.arrow{
	left: -5px;
}
.fv .header .inner .menu a span.text{
	display: block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.fv .header .inner .menu a.about span.text{
	background-image: url("../images/menu_about.svg");
}
.fv .header .inner .menu a.news span.text{
	background-image: url("../images/menu_news.svg");
}
.fv .header .inner .menu a.j2019 span.text{
	background-image: url("../images/menu_w20.svg");
}
.fv .header .inner .menu a.contact span.text{
	background-image: url("../images/menu_contact.svg");
}

h2{
	text-align: center;
	color: #7C529D;
	height: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	margin-bottom: 10px;
}
.fv h2{
	position: absolute;
	top: calc(50% + 30px);
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #7C529D;
	width: 200px;
	height: 30px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.fv.news h2{
	background-image: url("../images/news_w.svg");
}


section.baseWhite{
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding: 60px 0;
}
section.baseWhite#contact{
	padding: 0px 0;
}
section#NEWS h2{
	background-image: url("../images/news.svg");
}
section#ABOUT h2{
	background-image: url("../images/about.svg");
}
.newsArea{
	display: flex;
}
.article{
	width: 31.333%;
	margin: 30px 1%;
	color: #7C529D;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	
}
.article img{
    width: 312px;
    height: 312px;
	object-fit: cover;
}
.date{
	letter-spacing: 3px;
	font-size: 1.05em;
	margin-bottom: 10px;
	margin-top: auto;
}
a.more{
	display: block;
	width: 80px;
	padding-left: 20px;
	position: relative;
	margin: 30px auto;
	color: #7C529D;
	letter-spacing: 2px;
}
a.more.back{
	margin-top: 60px;
	margin-bottom: 40px;
}
a.more::before{
	position: absolute;
	content: "";
	color: #7C529D;
	height: 70%;
	width: 12px;
	left: 0px;
	top: 15%;
	background-image: url("../images/arrow.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s all;
}
a.more.back::before{
	background-image: url("../images/arrow.svg");
	transform: rotate(180deg);
	left: 5px;
}
a.more::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -3px;
	background-color: #7C529D;
}
a.more:hover{
	color: #7C529D;
}
a.more:hover::before{
	left: 5px;
}
a.more.back:hover::before{
	left: 0px;
}
a.more:hover::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -3px;
	background-color: #7C529D;
	animation: line 1s;
}
@keyframes line{
	0% { width: 100%;}
  50% { width: 0; left:100%; right:0; }
	51% { width: 0; left:0; right:100%; }
  100% { width: 100%; left:0;}
}
section#about{
	margin-top: 0;
	padding-top: 0;
}
.logoMark{
	width: 15%;
	height: 0;
	padding-top: 15%;
	margin: 10px auto 20px auto;
	background-image: url("../images/logo_mark.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
section#ABOUT h2{
	margin-bottom: 40px;
}
section#ABOUT p{
	text-align: center;
	line-height: 1.5;
	font-size: 1.05em;
}
section#ABOUT p.leadJA{
	margin-bottom: 40px;
}
section#ABOUT p.leadEN{
	font-size: 0.95em;
	line-height: 1.75;
}
.banner_2019{
	display: flex;
	width: 84%;
	margin: 0 auto;
	height: 140px;
	position: relative;
	justify-content: center;
	transition: .3s all;
}
.banner_2019:hover{
	opacity: 0.8;
}
.banner_2019 .text{
	height: 100%;
	width: 36%;
	color: #fff;
	background-color: #7C529D;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
}
.banner_2019 .text p{
	background-image: url("../images/w20_japan_2023.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
    width: 80%;
	padding-top: 10%;
} 
.banner_2019 .imgLeft{
	position: relative;
	left: 24%;
	top: 0;
	width: 24%;
	background-image: url("../images/img_01@2x.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99;
	transition: 1s all ease-in;
}
.banner_2019 .imgRight{
	position: relative;
	right: 24%;
	top: 0;
	width: 24%;
	background-image: url("../images/img_02@2x.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99;
	transition: 1s all ease-in;
}
.banner_2019.active .imgLeft{
	left: 2px;
}
.banner_2019.active .imgRight{
	right: 2px;
}
.center{
	text-align: center;
}
a.link_2019{
	position: relative;
	margin: 10px auto;
	display: inline-block;
	font-weight: 500;
	padding-left: 20px;
	color: #7C529D;
}
a.link_2019::before{
	position: absolute;
	content: "";
	color: #7C529D;
	height: 70%;
	width: 12px;
	left: 0px;
	top: 17%;
	background-image: url("../images/arrow.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s all;
}
a.link_2019:hover::before{
	left: 5px;
}
.DELEGATES{
	max-width: 880px;
	margin: 0 auto;
}
.order{
	width: 96%;
	max-width: 880px;
	font-size: 0.9em;
	margin: 20px auto;
}
.DELEGATES h3{
	margin: 0 auto 36px auto;
	height: 22px;
	background-image: url("../images/delegates.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.DELEGATES a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #7C529D;
}
.DELEGATES a.-disabled{
	pointer-events: none;
}
.DELEGATES a:hover{
	opacity: 0.8;
}
.DELEGATES a.linkNone{
	cursor: default;
}
.DELEGATES a.linkNone:hover{
	opacity: 1;
}
.DELEGATES a span.position{
	width: 6em;
	margin-right: 10px;
}
.DELEGATES a span.name{
	width: 14em;
}
.DELEGATES a span.job{
	width: calc(100% - 20em);
	position: relative;
	padding-left: 20px;
}
.DELEGATES a span.job.in::after{
	position: absolute;
	content: "";
	height: 1em;
	width: 1em;
	left: 0px;
	top: 0em;
	background-image: url("../images/icon_in.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.DELEGATES a.-disabled span.job.in::after{
	position: absolute;
	content: none;
}
#sns{
	text-align: center;
	margin-top: 60px;
}
#sns .facebook{
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background-image: url("../images/icon_facebook.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}


/* contacts */
.contacts a.mail{
	display:block;
	width:50%;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
	color:#fff;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing:3px;
	font-size: 1.8em;
  text-decoration: none;
  outline: none;
}
.contacts a.mail::before,
.contacts a.mail:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.contacts a.mail,
.contacts a.mail::before,
.contacts a.mail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.contacts a.mail:hover{
	text-decoration:none;
}
.contacts a.mail {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #ab56c9;
  color: #ab56c9;
  line-height: 60px;
}
.contacts a.mail:hover {
  background-color: #ab56c9;
  border-color: #ab56c9;
  color: #fff;
}
.contacts a.mail::before,
.contacts a.mail::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.contacts a.mail::before {
  right: 0;
}
.contacts a.mail::after {
  left: 0;
}
.contacts a.mail:hover::before,
.contacts a.mail:hover::after {
  width: 0;
  background-color: #fff;
}
.contacts a span{
	position:absolute;
	background-image:url("../images/icon_mail.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	display:inline-block;
	margin-right:8px;
	width: 38px;
    height: 26px;
    top: calc(50% - 14px);
	left: 15%;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.contacts a:hover span{
	background-image:url("../images/icon_mail_w.svg");
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

.footer{
	width:100%;
	margin:0 auto 0 auto;
	padding:60px 0 40px 0;
}
.footer h2{
	display:blockl;
	background-image:url(../images/footer_logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:153px;
	height:86px;
	text-indent:-9999px;
	margin:0 auto;
}
h3{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 40px;
}
.newsList{
	display: block;
}
.newsList a.list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	color: #ab56c9;
}
.newsList a.list .square{
	width: 20%;
	margin-right: 3%;
}
.newsList a.list .square img{
	width: 200px;
  height: 200px;
  object-fit: cover;
}
.newsList a.list .newsText{
	width: 77%;
	line-height: 1.5;
}
.newsText .date{
	letter-spacing: 3px;
	font-size: 1.05em;
	margin-bottom: 10px;
}
a.article:hover{
	opacity: 0.8;
} 
.articleArea .date{
	font-size: 1.2em;
	line-height: 1.5;
}
.articleArea .topicText{
	font-size: 1.2em;
	margin: 30px 0;
	line-height: 1.5;
}
.articleArea img{
	display: block;
	max-width: 680px;
	width: 100%;
	margin: 40px auto;
}
.articleArea .text{
	margin-top: 20px;
	line-height: 1.5;
}
.articleArea .mainText > p{
	margin-top: 20px;
	line-height: 1.5;
}

@media screen and (max-width: 1020px){
.fv .header .inner {
	padding-left:  auto;
	padding-right: auto;
	left: 0;
}
.fv .header .inner .menu{
	margin-right: 0px;
}
.fv .header .inner .menu a {
    display: flex;
    justify-content: center;
    height: 22px;
    margin: 0 5px;
    padding-left: 20px;
    position: relative;
}
h2 {
    height: 24px;
}
.inner{
	max-width: 1000px;
	padding-left:  20px;
	padding-right: 20px;
}
.banner_2019 {
    display: flex;
    width: 96%;
    margin: 0 auto;
}
.DELEGATES {
	width: 96%;
    max-width: 880px;
    margin: 0 auto;
}
.article{
	width: 31.333%;
	margin: 30px 1%;
	color: #7C529D;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	
}
.article img{
    width: 220px;
    height: 220px;
	object-fit: cover;
}
.newsList a.list .square {
    width: 27%;
    margin-right: 3%;
	min-width: 200px;
}
}

@media screen and (max-width: 767px){
.fv .header {
    height: 60px;
    padding: 5px 0;
}
.fv .header .inner {
	padding-left:  0px;
	padding-right: 0px;
}
.fv .header .inner .menu{
	display: none;
}
.inner{
	width: 96%;
	max-width: auto;
	padding-left:  0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
.fv .header .inner h1 {
    width: 88px;
    height: 45px;
	margin-left: 10px;
}
	br.PC{
		display: none;
	}
.article {
    width: 96%;
    margin: 30px auto;
    color: #7C529D;
    line-height: 1.5;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.article img{
    width: 100px;
    height: 100px;
	margin-right: 15px;
	object-fit: cover;
}
.article .newsText{
	width: calc(100% - 100px);
}
.contacts a.mail {
    display: block;
    width: 90%;
    margin: 0 auto;
}

}
@media screen and (max-width: 620px){
.newsArea {
    display: flex;
	flex-direction: column;
}

.banner_2019 {
    display: flex;
    width: 100%;
	height: 120px;
    margin: 0 auto;
}
.banner_2019 .imgLeft {
    position: relative;
    left: 26%;
    width: 26%;
}
.banner_2019 .text {
    height: 100%;
    width: 48%;
}
.banner_2019 .imgRight {
    position: relative;
    right: 26%;
    width: 26%;
}
.DELEGATES a {
	flex-direction: column;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7C529D;
}
.DELEGATES a span {
    margin-bottom: 5px;
	font-size: 1.2em;
}
.DELEGATES a span.position {
	padding: 4px 6px;
	border: 1px solid #7C529D;
	text-align: center;
	font-size: 1em;
}
.DELEGATES a span.name{
	font-size: 1.5em;
	font-weight: 500;
	margin: 10px 0 20px 0;
}
.DELEGATES a span.job{
	width: 100%;
	line-height: 1.25;
    padding-left: 0px;
}
.DELEGATES a span.job.in {
    padding-left: 20px;
}
.DELEGATES a span.job.in::after {
    top: 0.1em;
}
.fv {
    position: relative;
    padding-top: 88%;
    width: 100%;
    background-image: url(../images/mainSP.png);
    background-position: center top;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fv.news{
	background-image: url("../images/news_sp01@2x.png");
	 padding-top: 75%;
}
.fv.news.news2{
	background-image: url("../images/news_sp02@2x.png");
	 padding-top: 75%;
}
.newsList a.list .square img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.newsList a.list .square {
    width: 27%;
    margin-right: 3%;
	min-width: 120px;
}
}
@media screen and (max-width: 500px)
{
	a.link_2019{
		font-size: 0.8em;
	}
	.contacts a.mail{
		font-size: 1.3em;
	}
	.contacts a span{
		left: 5%;
	}
.newsList{
	display: block;
}
.newsList a.list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ab56c9;
	color: #ab56c9;
}
.newsList a.list:first-child{
	border-top: 1px solid #ab56c9;
	padding-top: 30px;
}
.newsList a.list img{
	width: 30%;
	margin-right: 3%;
}
.newsList a.list .newsText{
	width: 67%;
}
}
@media screen and (max-width: 320px)
{

}
