@charset "utf-8";

/* base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	/*background-color: #fff;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
font-family: source-han-sans-japanese, sans-serif;
	color: #333;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.en1 { font-family: roboto-condensed, sans-serif; }
.sans1 { font-family: toppan-bunkyu-midashi-go-std, sans-serif; }
.serif { font-family: source-han-serif-japanese, serif; }
.fc_rd { color: #d40111; }
.bold { font-weight: bold; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.bg1 { background: #f2f2f2; }
.bg2 { background: #fff; }
@media screen and (max-width: 768px) {
}


/* リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}
a:hover {
	opacity: 0.5;
}
.underline {
	text-decoration: underline;
}
.underline:hover {
	text-decoration: none;
	opacity: 1;
}
::-moz-selection {
	color: #fff;
	background: #38b7c7;
}
::selection {
	color: #fff;
	background: #38b7c7;
}


/* 余白
-------------------------------------------------------- */
/* margin */
.mb16 { margin-bottom: 16px; }
.mb24 { margin-bottom: 24px; }
.mb40 { margin-bottom: 40px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mb70 { margin-bottom: 70px; }
/* padding */
.pad_y01 { padding: 80px 0; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }
@media screen and (max-width: 768px) {
.mt60 { margin-top: 24px; }
.mb70 { margin-bottom: 40px; }
.pad_y01 { padding: 40px 0; }
.pb80 { padding-bottom: 40px; }
}

/* layout
-------------------------------------------------------- */
.inner {
	max-width: 1200px;
	width: 92%;
	margin: auto;
}
.inner.mw750 {
	max-width: 750px;
}
.page_sec1 {
	margin-top: 120px;
}
.page_sec2 {
	margin-top: 120px;
	margin-bottom: 100px;
}
.page_sec3 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.page_sec4 {
	padding-bottom: 120px;
}
.cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.iframe {
	position: relative;
}
.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.indent01 {
	padding: 0 40px;
}
.anchor {
	margin-top: -100px;
	padding-top: 100px;
}
.box_s1 {
	box-shadow: 0px 3px 0px 0px rgba(56, 183, 199, 0.5);
}
.coming {
	position: relative;
}
.coming::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(128, 128, 128, 0.7);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.coming .coming_txt {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fix_title {
	color: #38b7c7;
	letter-spacing: 0.32em;
	writing-mode: vertical-rl;
	position: fixed;
	top: 120px;
	right: 2%;
	z-index: 8;
}
.fix_title::after {
	content: "";
	width: 4px;
	height: 118px;
	background: url("../img/cmn/fix_title.png") no-repeat;
	background-size: contain;
	display: block;
	margin-right: 4px;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media screen and (max-width: 768px) {
.indent01 {
	padding: 0;
}
.page_sec1 {
	margin-top: 40px;
}
.page_sec2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.page_sec3 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page_sec4 {
	padding-bottom: 40px;
}
.fix_title {
	display: none;
}
}


/* flex系 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ai_fs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}


/* title
-------------------------------------------------------- */
.title1 {
	color: #38b7c7;
	margin-bottom: 40px;
}
.title1.is_wh {
	color: #fff;
}
.title1 .en {
	font-size: 3.5rem;
	line-height: 1.2;
}
.title1 .jp {
	font-size: 1.4rem;
}
.title1.is_type1 {
	text-align: center;
}
.title1.is_type1 > span {
	display: block;
}
.title1.is_type2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.title1.is_type2 .jp {
	margin-left: 20px;
}
.title2 {
	color: #38b7c7;
	font-size: 3rem;
	padding-bottom: 50px;
	position: relative;
}
.title2::after {
	content: "";
	width: 50px;
	height: 1px;
	background: rgb(56,235,186);
	background: linear-gradient(163deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 50px;
}
.page_title {
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.page_title::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(56, 183, 199, 0.4);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.page_title .title1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_title .title1 .en {
	font-size: 4.5rem;
}
.page_title .title1 .jp {
	font-size: 2rem;
	margin-top: 8px;
}
.page_title.symposium { background-image: url("../img/main/symposium.jpg"); }
.page_title.outline { background-image: url("../img/main/outline.jpg"); }
.page_title.project { background-image: url("../img/main/project.jpg"); }
.page_title.vision { background-image: url("../img/main/vision.jpg"); }
.page_title.member { background-image: url("../img/main/member.jpg"); }
.page_title.system { background-image: url("../img/main/system.jpg"); }
.page_title.researchers { background-image: url("../img/main/researchers.jpg"); }
.page_title.newsLetter { background-image: url(../img/main/newsletter.jpg); }
@media screen and (max-width: 768px) {
.title1 {
	margin-bottom: 24px;
}
.title1 .en {
	font-size: 3rem;
}
.title1.is_type2 .jp {
	margin-left: 10px;
}
.title2 {
	font-size: 2.4rem;
}
.page_title {
	height: auto;
	padding-top: 48%;
}
.page_title .title1 .en {
	font-size: 3.6rem;
}
.page_title .title1 .jp {
	font-size: 1.4rem;
}
}


/* btn
-------------------------------------------------------- */
.btn1 {
	color: #fff;
	max-width: 200px;
	width: 100%;
	height: 40px;
	background: rgb(56,235,186);
	background: linear-gradient(136deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.3em;
	position: relative;
	transition: 0s;
}
.btn1:hover {
	background: #0abdbd;
	box-shadow: none;
	opacity: 1;
}
.btn1.arrow1::before {
	content: "";
	width: 18px;
	height: 11px;
	background-image: url("../img/cmn/arrow1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn1.is_not {
	color: #fff;
	max-width: 200px;
	width: 100%;
	height: 40px;
	background: #808080;
}
.btn1.is_wide {
	font-size: 2rem;
	max-width: 650px;
	height: 70px;
	border-radius: 34px;
}
@media screen and (max-width: 768px) {
.btn1.arrow1::before {
	width: 14px;
	height: 9px;
	right: 24px;
}
.btn1.is_wide {
	font-size: 1.6rem;
	height: 56px;
}
}


/* breadcrumb
-------------------------------------------------------- */

/* tbl
-------------------------------------------------------- */
.tbl1 th,
.tbl1 td {
	border: solid 1px #cecece;
	padding: 20px 24px;
}
.tbl1 th {
	font-size: 1.8rem;
	width: 230px;
	background: #ebebeb;
	text-align: center;
}
@media screen and (max-width: 768px) {
}


/* animation
-------------------------------------------------------- */
.fade_in {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: .3s;
}
.fade_in.is_active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.is_firstView {
	opacity: 0;
	animation-name: firstView;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes firstView {
0% {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}

/* PC SP
-------------------------------------------------------- */
.is_sp { display: none; }
@media screen and (max-width: 768px) {
	.is_pc { display: none; }
	.is_sp { display: block; }
}




/* header
-------------------------------------------------------- */
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 15;
}
.hd_wrap {
	height: 90px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 4%;
	z-index: 5;
}
.hd_logo a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd_logo_txt {
	font-size: 3rem;
	margin-right: 30px;
	white-space: nowrap;
}
.hd_logo_image {
	max-width: 337px;
	width: 100%;
}
.gnav {
	color: #fff;
	font-size: 2rem;
	max-width: 450px;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: rgb(56,235,186);
	background: linear-gradient(272deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	overflow: auto;
	padding: 110px 4%;
	position: fixed;
	top: 0;
	right: -100%;
	transition: .5s;
	z-index: -1;
}
.gnav ul li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.gnav a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 16px;
}
.gnav .jp {
	font-size: 1.2rem;
	margin-left: 24px;
}
.humb {
	width: 90px;
	height: 90px;
	background: rgb(56,235,186);
	background: linear-gradient(272deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.humb .icon {
	width: 46px;
	height: 32px;
	position: relative;
}
.humb .icon span {
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 1.5px;
	position: absolute;
	transition: .5s;
}
.humb .icon span:first-child {
	top: 0;
}
.humb .icon span:nth-child(2) {
	top: calc(50% - 1.5px);
}
.humb .icon span:nth-child(3) {
	bottom: 0;
}
.humb_bg {
	background: rgba(56, 183, 199, 0.5);
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	transition: .5s;
}
.is_open {
	overflow: hidden;
}
.is_open .humb_bg {
	width: 100%;
	height: 100%;
	opacity: 1;
	display: block;
}
.is_open .humb .icon span:first-child {
	top: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.is_open .humb .icon span:nth-child(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.is_open .humb .icon span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.is_open .gnav {
	right: 0;
}
@media screen and (max-width: 768px) {
.hd_wrap {
	height: 60px;
}
.hd_logo_txt {
	font-size: 1.8rem;
	margin-right: 16px;
}
.hd_logo_image {
	max-width: 240px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav {
	padding: 80px 4%;
}
.gnav a {
	padding: 16px;
}
.humb {
	width: 60px;
	height: 60px;
}
.humb .icon {
	width: 32px;
	height: 28px;
	position: relative;
}
.is_open .humb .icon span:first-child {
	top: 12px;
}
.is_open .humb .icon span:nth-child(3) {
	top: 12px;
}
}
@media screen and (max-width: 480px) {
.hd_wrap {
	padding: 0 80px 0 4%;
}
.hd_logo_txt {
	font-size: 1.4rem;
	margin-right: 8px;
}
.hd_logo_image {
	max-width: 200px;
}
}
/* footer
-------------------------------------------------------- */
.ft_wrap {
	padding: 90px 0 60px;
}
.is_page .ft_wrap {
	padding: 60px 0 60px;
	background-color: #fff;
}
.ft_logo_txt {
	font-size: 2rem;
	margin-bottom: 4px;
}
.ft_logo_image img {
	max-width: 265px;
}
.ft_address {
	font-size: 1.4rem;
	margin-top: 24px;
}
#copyright {
	color: #fff;
	font-size: 1.4rem;
	background: #0abdbd;
	padding: 16px 0;
}
@media screen and (max-width: 768px) {
.ft_wrap {
	padding: 40px 0;
}
.is_page .ft_wrap {
	padding: 0 0 40px;
}
#copyright {
	font-size: 1.2rem;
	padding: 10px 0;
}
}


/* aside_symposium
-------------------------------------------------------- */
.aside_symposium {
	background-image: url("../img/cmn/symposium.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 90px;
}
.aside_symposium .btn_wrap {
	margin-top: 48px;
}
@media screen and (max-width: 768px) {
.aside_symposium {
	background-image: url("../img/cmn/symposium_sp.jpg");
	padding: 56px 0;
}
.aside_symposium .btn_wrap {
	margin-top: 24px;
}
}


/* mainv
-------------------------------------------------------- */
.mainv {
	animation-delay: 0.5s;
	position: relative;
}
.mainv .swiper-slide {
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainv .swiper-slide.img01 {
	background-image: url("../img/index/mainv1.jpg");
}
.mainv .swiper-slide.img02 {
	background-image: url("../img/index/mainv2.jpg");
}
.mainv .swiper-slide.img03 {
	background-image: url("../img/index/mainv3.jpg");
}
.mainv .swiper-slide.img04 {
	background-image: url("../img/index/mainv4.jpg");
}
.mainv .swiper-slide.img05 {
	background-image: url("../img/index/mainv5.jpg");
}
.mainv::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #38b7c7;
	display: block;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.mainv_txt {
	color: #fff;
	font-size: 5rem;
	width: 100%;
	text-align: center;
	letter-spacing: 0.03em;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.mainv_txt .is_firstView {
	animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
.mainv .swiper-slide {
	height: 100vh;
}
.mainv_txt { font-size: 3.2rem; }
}
@media screen and (max-width: 480px) {
.mainv_txt { font-size: 2.4rem; }
}

/* index_topics
-------------------------------------------------------- */
.index_topics {
	padding: 60px 0;
}
.index_topics .title1 {
	display: inline-block;
	margin-bottom: 0;
}
.index_topics .head {
	width: 266px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.index_topics .body {
	height: 160px;
	background: #fff;
	width: calc(100% - 266px);
	overflow-y: auto;
	padding: 24px;
	padding-right: 12px;
}
.topics_list li:not(:last-child) {
	margin-bottom: 20px;
}
.topics_list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.topics_list .topics_meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.topics_list .topics_line {
	width: 70px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin: 0 16px;
}
.topics_list .topics_title {
	font-size: 1.5rem;
}
.index_topics .btn_wrap {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
.index_topics .topics_wrap {
	display: block;
}
.index_topics .title1 {
	display: block;
	margin-bottom: 24px;
}
.index_topics .head,
.index_topics .body {
	width: 100%;
}
.index_topics .head {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.index_topics .body {
	height: 240px;
}
}
@media screen and (max-width: 768px) {
.index_topics {
	padding: 40px 0;
}
.topics_list a {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topics_list .topics_line {
	width: 40px;
	margin: 0 8px;
}
.topics_list .topics_title {
	width: 100%;
	margin-top: 4px;
}
.index_topics .btn_wrap {
	margin-top: 24px;
}
}
/* index_vision
-------------------------------------------------------- */
.index_layout1 {
	padding: 60px 0;
}
.index_layout1 section {
	width: 50%;
}
.index_layout1 .image {
	position: relative;
	z-index: 0;
}
.index_layout1 .image .cover {
	padding-top: 86%;
}
.index_layout1 .index_about .image .cover {
	background-image: url("../img/index/about1.jpg");
}
.index_layout1 .index_system .image .cover {
	background-image: url("../img/index/system1.jpg");
}
.index_layout1 .txt_wrap {
	width: 90%;
	background: #fff;
	margin: -50px auto 0;
	padding: 50px 40px;
	position: relative;
	z-index: 1;
}
.index_layout1 .illust {
	margin-bottom: 40px;
}
.index_layout1 .btn_wrap {
	margin-top: 60px;
}
.center{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #38b7c7;
    margin: 30px 0 30px;
}
.p_center{
	text-align: center;
}
@media screen and (max-width: 768px) {
.index_layout1 section {
	width: 100%;
}
	.index_layout1 .index_about {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
.index_layout1 {
	padding: 40px 0;
}
.index_layout1 .txt_wrap {
	padding: 24px;
}
.index_layout1 .illust {
	margin-bottom: 24px;
}
.index_layout1 .btn_wrap {
	margin-top: 24px;
}
}


/* index_vision
-------------------------------------------------------- */
.index_vision {
	background-image: url("../img/index/vision1.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.index_vision .btn_wrap {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
.index_vision {
	background-image: url("../img/index/vision1_sp.jpg");
	padding: 40px 0;
}
.index_vision .btn_wrap {
	margin-top: 24px;
}
}

.index_layout2 {
	margin-top: 100px;
}
.index_layout2 section {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 50px;
	position: relative;
}
.index_layout2 .image,
.index_layout2 .txt_wrap {
	width: 50%;
}
.index_layout2 .image {
	position: absolute;
}
.index_project {
	padding-top: 100px;
}
.index_project .image {
	height: calc(100% - 100px);
	top: 0;
	left: 0;
}
.project_image_list.swiper-container {
	height: 100%;
}
.project_image_list .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.project_image_list .swiper-slide.img01 {
	background-image: url("../img/index/project1.jpg");
}
.project_image_list .swiper-slide.img02 {
	background-image: url("../img/index/project2.jpg");
}
.project_image_list .swiper-slide.img03 {
	background-image: url("../img/index/project3.jpg");
}
.index_project .txt_wrap {
	padding: 4%;
}
.index_project .btn_wrap {
	margin-top: 40px;
}
.index_member {
	padding-bottom: 100px;
}
.index_member .image {
	height: calc(100% - 100px);
	bottom: 0;
	right: 0;
}
.index_member .image .cover {
	height: 100%;
	background-image: url("../img/index//member.jpg");
}
.index_member .txt_wrap {
	padding: 12% 4%;
}
.project_list1 li {
	font-size: 1.8rem;
	background: #fff;
	padding: 20px 36px;
	position: relative;
}
.project_list1 li::before {
	content: "";
	width: 4px;
	height: 100%;
	background: #38b7c7;
	position: absolute;
	top: 0;
	left: 0;
}
.project_list1 li:not(:last-child) {
	margin-bottom: 20px;
}
.index_researcher {
	padding: 50px 0 100px;
}
.index_researcher .bg_wrap {
	background-image: url("../img/index/researchers.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #dcdcdc;
	padding: 100px 0;
}
.index_researcher .txt_wrap {
	width: 50%;
}
.index_researcher .title1 {
	text-shadow: 
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
	margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
.index_layout2 {
	margin-top: 40px;
}
.index_layout2 section {
	margin: 0 auto 40px;
}
.index_layout2 .image,
.index_layout2 .txt_wrap {
	width: 94%;
}
.index_layout2 .image {
	height: auto;
	position: static;
}
.project_image_list .swiper-slide,
.index_member .image .cover {
	height: auto;
	padding-top: 70%;
}
.index_layout2 .txt_wrap {
	padding: 40px 24px;
}
.index_project .btn_wrap {
	margin-top: 24px;
}
.project_list1 li {
	font-size: 1.6rem;
	padding: 16px 24px;
}
.project_list1 li:not(:last-child) {
	margin-bottom: 10px;
}
.index_project {
	padding-top: 40px;
}
.index_project .image {
	margin-right: auto;
	margin-left: 0;
}
.index_member {
	padding-bottom: 0;
}
.index_member .image {
	margin-right: 0;
	margin-left: auto;
}
.index_researcher {
	padding: 0 0 40px;
}
.index_researcher .bg_wrap {
	background-image: url("../img/index/researchers_sp.jpg");
	padding: 40px 16px 40px 0;
}
.index_researcher .txt_wrap {
	max-width: 446px;
	width: auto;
}
}



/* symposium
-------------------------------------------------------- */
.symposium_bg {
	width: 100%;
	height: 100%;
	background: url("../img/symposium/bg2.jpg") no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.symposium1 .title2 {
	margin-bottom: 60px;
}
.symposium1 .bg_wrap {
	background: url("../img/symposium/bg1.jpg") no-repeat right bottom;
	background-size: cover;
}
.symposium1 .bg_wrap .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.symposium1 .bg_wrap .txt_wrap {
	width: 65%;
}
.symposium1 .head {
	color: #38b7c7;
	margin-bottom: 40px;
}
.symposium1 .head .is_main {
	font-size: 3rem;
	margin-bottom: 10px;
}
.symposium1 .head .is_sub {
	font-size: 2rem;
}
.symposium1 .vision_list {
	max-width: inherit;
}
.symposium1 .vision_list .concept_wrap {
	width: 154px;
}
.symposium1 .vision_list .txt {
	color: #333;
	font-size: 1.8rem;
	width: calc(100% - 154px);
}
.symposium1 .flyer {
	width: 30%;
}
.symposium1 .flyer .image {
	max-width: 360px;
	display: inline-block;
}
.symposium1 .flyer .link1  {
	margin-top: 16px;
}
.symposium1 .online {
	color: #38b7c7;
	border: solid 1px #38b7c7;
	margin-top: 40px;
	padding: 24px;
}
.symposium1 .ft_txt {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: rgb(56,235,186);
	background: linear-gradient(136deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	text-align: center;
	line-height: 1.8;
	margin-top: 54px;
	padding: 24px;
}
.symposium1 .ft_txt span {
	border-bottom: solid 1px #fff;
}
.symposium_entry {
	padding: 60px 0;
}
.symposium_entry .txt {
	color: #38b7c7;
	font-size: 2rem;
	margin-bottom: 32px;
}
.symposium2 .title2 {
	margin-bottom: 40px;
}
.symposium2 .head .is_main {
	color: #fff;
	font-size: 2.5rem;
	background: #38b7c7;
	padding: 8px 48px;
}
.symposium2 .head .is_sub {
	background: #f0f0f0;
	padding: 8px 48px;
}
.program_wrap.program1 .head {
	margin-bottom: 40px;
}
.program_wrap.program1 .program_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.program_wrap .list_wrap {
	padding-left: 48px;
}
.program_wrap.program1 .program_head {
}
.program_wrap.program1 .program_head .time {
	color: #38b7c7;
	font-weight: bold;
	width: 130px;
	padding-left: 32px;
	position: relative;
}
.program_wrap.program1 .program_head .time::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #38b7c7;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
.program_wrap.program1 .program_head .name {
	font-size: 2rem;
	font-weight: bold;
	width: calc(100% - 130px);
    border: solid 3px #38b7c7;
    padding: 10px;
    color: #38b7c7;
}
.program_wrap.program1 .list > li {
	position: relative;
}
.program_wrap.program1 .list > li:not(:last-child)::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #38b7c7;
	display: block;
	position: absolute;
	top: 10px;
	left: 6px;
}
.program_wrap.program1 .list > li:not(:last-child) {
	padding-bottom: 50px;
}
.program_wrap.program1 .program_body {
	padding-left: 130px;
}
.program_wrap.program1 .program_body {
	margin-top: 8px;
}
.program_wrap.program1 .program_body dl dt {
	color: #38b7c7;
	font-weight: bold;
	margin-bottom: 8px;
}
.program_wrap.program1 .program_body dl dd:not(:last-child) {
	margin-bottom: 32px;
}
.program_wrap.program1 .program_body dl dd p:not(:last-child) {
	margin-bottom: 16px;
}
.program_wrap.program1 .program_body .txt1 {

	font-size: 2rem;
	margin-bottom: 24px;
}
.program_wrap.program1 .lecturer_list.col2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.program_wrap.program1 .lecturer_list.col2 li {
	width: 49%;
}
.program_wrap.program1 .lecturer_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 48px;
}
/*.program_wrap.program1 .lecturer_list li:nth-child(-n + 2) {
	margin-top: 0;
}*/
.program_wrap.program1 .lecturer_list .image {
	width: 170px;
}
.program_wrap.program1 .lecturer_list .txt_wrap {
	width: calc(100% - 170px);
	padding-left: 4%;
}
.program_wrap.program2 .head {
	margin-bottom: 64px;
}
.program_wrap.program2 .txt1 {
	color: #38b7c7;
	font-size: 2.5rem;
	margin-bottom: 80px;
}
.program_wrap.program2 .list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.program_wrap.program2 .list li:not(:last-child) {
	margin-bottom: 100px;
}
.program_wrap.program2 .list .image {
	width: 43%;
}
.program_wrap.program2 .list .txt_wrap {
	width: 46%;
}
.program_wrap.program2 .list .title {
	font-size: 2rem;
	margin-bottom: 16px;
	padding-left: 24px;
	position: relative;
}
.program_wrap.program2 .list .title::before {
	content: "● ";
	color: #38b7c7;
	position: absolute;
	top: 0;
	left: 0;
}
.symposium3 .title2 {
	margin-bottom: 60px;
}
.symposium3 .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.symposium3 .list li {
	width: 32%;
}
.symposium3 .list li:nth-child(2) {
	transition-delay: 0.25s;
}
.symposium3 .list li:nth-child(3) {
	transition-delay: 0.5s;
}

.symposium3 .list .image {
	margin-bottom: 24px;
	position: relative;
}
.symposium3 .list .image img {
	width: 100%;
}
.symposium3 .list .image .num {
	color: #fff;
	font-size: 3rem;
	width: 53px;
	height: 53px;
	background: #0abdbd;
	box-shadow: 3px 3px 0px 0px rgba(130, 213, 224, 1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: 10px;
}
.symposium3 .list .title {
	color: #38b7c7;
	font-size: 2rem;
	margin-bottom: 16px;
}
.symposium3 .list li:nth-child(2) .title {
	margin-bottom: 8px;
}
.symposium3 .list .txt span {
	color: #38b7c7;
}
.symposium3 .btn_wrap {
	margin-top: 60px;
}
.symposium4 .title2 {
	margin-bottom: 40px;
}
.symposium4 .time_limit {
	color: #fff;
	font-size: 2rem;
	background: rgb(56,235,186);
	background: linear-gradient(136deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	margin: 64px 0;
	padding: 8px;
	
}
.symposium5 {
}
.symposium5 .title2 {
	margin-bottom: 40px;
}

.symposium5 .txt_wrap p:not(:last-of-type) {
	margin-bottom: 40px;
}
.symposium_list {
	position: relative;
}
.symposium_list .swiper-slide p {
	text-align: right;
	margin-top: 16px;
	padding-right: 100px;
}
.symposium_list .bar_wrap {
	width: 60%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.symposium_list .bar {
	width: 100%;
	height: 4px;
	background: rgb(56,235,186);
	background: linear-gradient(136deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform 6s linear;
}
@keyframes sliderPagination {
	100% {
		stroke-dashoffset: 0;
	}
}
.symposium_thumb_wrap {
	margin-top: 40px;
	padding: 0 100px;
	position: relative;
}
.symposium_thumb_wrap .swiper-button-next,
.symposium_thumb_wrap .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: 0;
	transform: translateY(-50%);
}
.symposium_thumb_wrap .swiper-button-next::after,
.symposium_thumb_wrap .swiper-button-prev::after {
	content: "";
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.symposium_thumb_wrap .swiper-button-next {
	right: 32px;
}
.symposium_thumb_wrap .swiper-button-prev {
	left: 32px;
}
.symposium_thumb_wrap .swiper-button-next::after {
	background-image: url("../img/symposium/next.svg");
}
.symposium_thumb_wrap .swiper-button-prev::after {
	background-image: url("../img/symposium/prev.svg");
}
.booth_wrap {
	margin-top: 80px;
}
.booth_head .title {
	color: #e8575a;
	font-size: 3rem;
	border-bottom: solid 2px #e8575a;
	margin-bottom: 24px;
	padding: 0 0 4px 200px;
	position: relative;
}
.booth_head .title .illust {
	position: absolute;
	bottom: 0;
	left: 10px;
}
.booth_head .c_title {
	font-size: 2rem;
	margin-bottom: 16px;
	padding-left: 24px;
	position: relative;
}
.booth_head .c_title::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #eb6100;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
.booth_head .txt {
	margin-bottom: 40px;
}

.booth_detail {
	margin-top: 40px;
}
.booth_detail .title {
	color: #fff;
	font-size: 2.5rem;
	background: #e8575a;
	margin-bottom: 30px;
	padding: 8px 24px;
}

.booth_detail ul li {
	width: 48%;
	background: #f6f6f6;
	margin-top: 40px;
	padding: 40px;
}
.booth_detail ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.booth_detail .image {
	max-width: 265px;
	margin: 0 auto 24px;
}
.booth_detail .image .cover {
	padding-top: 137%;
}
.booth_detail .image.img1 .cover {
	background-image: url("../img/symposium/1.jpg");
}
.booth_detail .image.img2 .cover {
	background-image: url("../img/symposium/2.jpg");
}
.booth_detail .image.img3 .cover {
	background-image: url("../img/symposium/3.jpg");
}
.booth_detail .image.img4 .cover {
	background-image: url("../img/symposium/4.jpg");
}
.booth_detail .image.img5 .cover {
	background-image: url("../img/symposium/5.jpg");
}
.booth_detail .image.img6 .cover {
	background-image: url("../img/symposium/6.jpg");
}
.booth_detail .image.img7 .cover {
	background-image: url("../img/symposium/7.jpg");
}
.booth_detail .image.img8 .cover {
	background-image: url("../img/symposium/8.jpg");
}
.booth_detail .image.img9 .cover {
	background-image: url("../img/symposium/9.jpg");
}
.booth_detail .image.img10 .cover {
	background-image: url("../img/symposium/10.jpg");
}
.booth_detail .image.img11 .cover {
	background-image: url("../img/symposium/8.jpg");
}
.booth_detail .image.img12 .cover {
	background-image: url("../img/symposium/12.jpg");
}
.booth_detail .image.img13 .cover {
	background-image: url("../img/symposium/13.jpg");
}
.booth_detail .image.img14 .cover {
	background-image: url("../img/symposium/14.jpg");
}
.booth_detail .image.img15 .cover {
	background-image: url("../img/symposium/15.jpg");
}
.booth_detail .image.img16 .cover {
	background-image: url("../img/symposium/16.jpg");
}
.booth_detail .image.img17 .cover {
	background-image: url("../img/symposium/17.jpg");
}
.booth_detail .image.img18 .cover {
	background-image: url("../img/symposium/18.jpg");
}
.booth_detail .image.img19 .cover {
	background-image: url("../img/symposium/19.jpg");
}
.booth_detail .image.img20 .cover {
	background-image: url("../img/symposium/20.jpg");
}
.booth_detail .image.img21 .cover {
	background-image: url("../img/symposium/21.jpg");
}
.booth_detail .txt_wrap {
	padding-left: 40px;
	position: relative;
}
.booth_detail .txt_wrap .num {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 30px;
	height: 30px;
	background: #e8575a;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}
.booth_detail .txt_wrap .num span {
	margin-top: -2px;
}
.booth_detail .txt_wrap .name {
	font-size: 2rem;
	font-weight: bold;
}
.booth2 .booth_head .title {
	color: #559987;
	border-bottom-color: #559987;
}
.booth2 .booth_detail .title {
	background: #559987;
}
.booth2 .booth_detail .txt_wrap .num {
	background: #559987;
}

.booth3 .booth_head .title {
	color: #4c7eb5;
	border-bottom-color: #4c7eb5;
}
.booth3 .booth_detail .title {
	background: #4c7eb5;
}
.booth3 .booth_detail .txt_wrap .num {
	background: #4c7eb5;
}
.booth4 .booth_head .title .illust {
	bottom: 8px;
	left: 60px;
}

.booth4 .booth_head .title {
	color: #f1904c;
	border-bottom-color: #f1904c;
}
.booth4 .booth_detail .title {
	background: #f1904c;
}
.booth4 .booth_detail .txt_wrap .num {
	background: #f1904c;
}
.symposium7 .title2 {
	margin-bottom: 24px;
}
.symposium7 p {
	font-size: 1.78rem;
	line-height: 2.2;
}
.symposium7 a {
	color: #38b7c7;
}

::-webkit-input-placeholder {
	color:#808080;
}
:-ms-input-placeholder {
	color:#808080;
}
::placeholder{
	color:#808080;
}
.form {
	max-width: 850px;
	width: 100%;
	margin: auto;
}
.form .btn_wrap {
	margin-top: 64px;
}
.form .btn1 {
	border: none;
	text-shadow: none;
}
.form table th {
	width: 180px;
}
.form table th,
.form table td {
	padding: 16px 0;
}
.form table td {
	padding-left: 24px;
}
.form table th small {
	font-size: 1.4rem;
}
.form_list li:not(:last-child) {
	margin-right: 40px;
}
.thanks .title2 {
	margin-bottom: 24px;
}
.thanks .btn_wrap {
	margin-top: 40px;
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro select,
#mailformpro textarea {
	color: #535353;
	font-size: 14px;
	width: 100% !important;
	background: #fff;
	border: none;
	border-radius: 100px;
	box-shadow: none;
	padding: 10px 18px;
	box-sizing: border-box;
}
#mailformpro textarea {
	height: 170px !important;
	border-radius: 25px;
}
#mailformpro select {
	max-width: 284px;
	background: #fff url("../img/cmn/arrow1_bk.svg") no-repeat right 20px center;
	background-size: 10px !important;
	padding-right: 30px;
}

#mailformpro .radio,
#mailformpro .checkbox {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 33px;
	position: relative;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	cursor: pointer;
}
#mailformpro .radio::before,
#mailformpro .radio::after,
#mailformpro .checkbox::before,
#mailformpro .checkbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
}
#mailformpro .radio::before,
#mailformpro .radio::after {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#mailformpro .radio::before {
	width: 9px;
	height: 9px;
	background: #595959;
	opacity: 0;
	left: 3px;
	z-index: 2;
}
#mailformpro .radio::after {
	width: 15px;
	height: 15px;
	background: #fff;
	border: solid 1px #ccc;
	left: 0;
}
#mailformpro .checkbox::before {
	width: 4px;
	height: 10px;
	border: solid #595959;
	border-width: 0 2px 2px 0;
	opacity: 0;
	left: 8px;
	z-index: 2;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#mailformpro .checkbox::after {
	width: 20px;
	height: 20px;
	background: #fff;
	border: solid 1px #e1e1e1;
	left: 0;
}
#mailformpro #type01:checked ~ ul li:nth-child(1) .radio:before,
#mailformpro #type02:checked ~ ul li:nth-child(2) .radio:before,
#mailformpro #type03:checked ~ ul li:nth-child(3) .radio:before,
#mailformpro #radio_event01_01:checked ~ ul li:nth-child(1) .checkbox:before,
#mailformpro #radio_event01_02:checked ~ ul li:nth-child(2) .checkbox:before,
#mailformpro #radio_event01_03:checked ~ ul li:nth-child(3) .checkbox:before,
#mailformpro #radio_event02_01:checked ~ ul li:nth-child(1) .checkbox:before,
#mailformpro #radio_event02_02:checked ~ ul li:nth-child(2) .checkbox:before,
#mailformpro #radio_event02_03:checked ~ ul li:nth-child(3) .checkbox:before {
	opacity: 1;
}
@media screen and (min-width: 769px) {
.booth_detail ul li:nth-child(-n + 2) {
	margin-top: 0;
}
}
@media screen and (max-width: 768px) {
.symposium1 .bg_wrap .inner {
	display: block;
}
.symposium1 .bg_wrap .txt_wrap,
.symposium1 .bg_wrap .flyer {
	width: 100%;
}
.symposium_entry {
	padding: 32px 0;
}
.symposium_entry .txt {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 24px;
}
.symposium1 .title2 {
	margin-bottom: 24px;
}
.symposium1 .bg_wrap {
	background: none;
}
	.symposium1 .vision_list .concept_wrap {
		margin: auto;
	}
.symposium1 .vision_list .txt {
	font-size: 1.6rem;
	width: 100%;
}
.symposium1 .head .is_main {
	font-size: 2.2rem;
}
.symposium1 .head .is_sub {
	font-size: 1.6rem;
}
.symposium1 .flyer {
	margin-top: 40px;
}
.symposium1 .flyer .image {
	padding: 0 40px;
}
.symposium1 .ft_txt {
	font-size: 1.6rem;
	text-align: left;
	margin-top: 32px;
	padding: 16px;
}
.symposium2 .title2 {
	margin-bottom: 24px;
}
.symposium2 .head .is_main {
	font-size: 2rem;
	padding: 8px 16px;
}
.symposium2 .head .is_sub {
	font-size: 1.4rem;
	padding: 8px 16px;
}
.program_wrap.program1 .head {
	margin-bottom: 24px;
}
.program_wrap .list_wrap {
	padding-left: 0;
}
.program_wrap.program1 .program_head .time {
	width: 110px;
}
.program_wrap.program1 .program_head .name {
	width: calc(100% - 110px);
}
	.program_wrap.program1 .program_body {
	font-size: 1.4rem !important;
		padding-left: 32px;
	}
.program_wrap.program1 .list > li:not(:last-child) {
	padding-bottom: 40px;
}
.program_wrap.program1 .program_body dl {
	font-size: 1.4rem;
	}
.program_wrap.program1 .program_body dl dd:not(:last-child) {
	margin-bottom: 32px;
}
.program_wrap.program1 .program_body dl dd p:not(:last-child) {
	margin-bottom: 16px;
}
.program_wrap.program1 .program_body .txt1 {
	font-size: 1.8rem;
	margin-bottom: 24px;
}
.program_wrap.program1 .lecturer_list.col2 {
	display: block;
}
.program_wrap.program1 .lecturer_list.col2 li {
	width: 100%;
}
.program_wrap.program1 .lecturer_list li {
	display: block;
	margin-top: 40px;
}
.program_wrap.program1 .lecturer_list li:nth-child(-n + 2) {
	margin-top: 40px;
}
.program_wrap.program1 .lecturer_list li:first-child {
	margin-top: 0;
}
.program_wrap.program1 .lecturer_list .image {
	width: auto;
}
.program_wrap.program1 .lecturer_list .txt_wrap {
	width: 100%;
	margin-top: 8px;
	padding-left: 0;
}
.program_wrap.program2 .head {
	margin-bottom: 24px;
}
.program_wrap.program2 .txt1 {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 40px;
}
	.program_wrap.program2 .list li {
		display: block;
	}
.program_wrap.program2 .list li:not(:last-child) {
	margin-bottom: 60px;
}
.program_wrap.program2 .list .image,
.program_wrap.program2 .list .txt_wrap {
	width: 100%;
}
.program_wrap.program2 .list .image {
	margin-bottom: 16px;
}
.program_wrap.program2 .list .title {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.symposium_list .swiper-slide p {
	font-size: 1.4rem;
	margin-top: 10px;
	padding-right: 0;
}
.symposium_list .bar_wrap {
	width: 80%;
	bottom: 45px;
}
.symposium_thumb_wrap {
	margin-top: 16px;
	padding: 0 20px;
}
.symposium_thumb_wrap .swiper-button-next {
	right: 0;
}
.symposium_thumb_wrap .swiper-button-prev {
	left: 0;
}


.symposium3 .list li {
	width: 100%;
}
.symposium3 .list li:nth-child(2),
.symposium3 .list li:nth-child(3) {
	transition-delay: 0s;
}
.symposium3 .list li:not(:last-child) {
	margin-bottom: 80px;
}
.symposium3 .list .image {
	margin-bottom: 24px;
	position: relative;
}
.symposium3 .list .image .num {
	color: #fff;
	font-size: 3rem;
	width: 53px;
	height: 53px;
	background: #0abdbd;
	box-shadow: 3px 3px 0px 0px rgba(130, 213, 224, 1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: 10px;
}
.symposium3 .btn_wrap {
	margin-top: 40px;
}
	
	.symposium4 {
		margin-bottom: 40px;
	}
.symposium4 .title2 {
	margin-bottom: 24px;
}
.symposium4 .time_limit {
	font-size: 1.8rem;
	margin: 24px 0 10px;
	
}
.symposium5 .txt_wrap p:not(:last-of-type) {
	margin-bottom: 24px;
}
.booth_wrap {
	margin-top: 60px;
}
.booth_wrap.booth1 {
	margin-top: 40px;
}
.booth_head .title {
	font-size: 2.2rem;
	padding: 0 0 10px 110px;
}
.booth_head .title .illust {
	width: 86px;
}
.booth4 .booth_head .title .illust {
	width: 60px;
	left: 24px;
}
.booth_detail .title {
	font-size: 2rem;
}
.booth_detail ul li {
	width: 100%;
	margin-top: 24px;
	padding: 24px;
}
.booth_detail ul li:first-child {
	margin-top: 0;
}
.booth_detail .txt_wrap {
	padding-left: 32px;
}
.booth_detail .txt_wrap .name {
    font-size: 1.8rem;
}
.booth_detail .txt_wrap .num {
    font-size: 1.6rem;
    width: 24px;
    height: 24px;
    top: 3px;
}
.symposium7 p {
    font-size: 1.6rem;
    line-height: 2.2;
}
.form .btn_wrap {
	margin-top: 24px;
}
.form table th,
.form table td {
	width: 100%;
	display: block;
	padding: 16px 0 10px;
}
.form table td {
	padding-top: 0;
	padding-left: 0;
}
.form table th small {
	font-size: 1.4rem;
}
	.form_list {
		display: block;
	}
.form_list li:not(:last-child) {
	margin-bottom: 16px;
	margin-right: 0;
}
.thanks .btn_wrap {
	margin-top: 24px;
}
.mfp_element_all {
	max-width: 100%;
}
}
/* outline
-------------------------------------------------------- */
.outline1 .bg_wrap {
	position: relative;
}
.outline1 .txt_wrap {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.outline1 .title_wrap {
	max-width: 660px;
	width: 100%;
	margin: auto;
	position: relative;
}
.outline1 .title_wrap .title {
	color: #fff;
	font-size: 2.5rem;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.outline1 .title_wrap .icon {
	z-index: 0;
}
.outline1 .txt {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 40px;
}
.sec_image {
	height: 500px;
	background: url("../img/outline/img1.jpg") no-repeat center center;
	background-size: cover;
}
.outline2 .top {
	margin-bottom: 80px;
}
.outline2 .top .title2 {
	margin-bottom: 48px;
}
.outline2 .top .head .image.img1 {
	margin-bottom: 32px;
}
.outline2 .top .head .image.img1 img {
	max-width: 376px;
}
.outline2 .top .head .txt {
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 100px;
}
.outline2 .top .head .txt .span1 {
	color: #38b7c7;
}
.outline2 .top .head .txt .span2 {
	color: #d93869;
}
.outline2 .btm {
	padding: 48px 0 80px;
}
.outline2 .btm .title {
	color: #38b7c7;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.outline2 .btm ul li {
	width: 30%;
}
.katachi_01{
    background-color: #f0f0f0;
    border: solid 1px #38b7c7;
    border-radius: 10px;
    margin-top: 40px;
    padding: 24px;
}
.katachi_02{
    border: solid 1px #38b7c7;
    border-radius: 10px;
    padding: 24px;
}	
.point{
	font-size: 2rem;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}
.point::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 18px;
	height: 18px;
	background: #38b7c7;
    border-radius: 50%;
}
.arrow_under{
	max-width: 5.5rem;
    margin: 30px auto;
    display: block;		
}

@media screen and (max-width: 768px) {
.outline1 .title2 {
	margin-bottom: 24px;
}
.outline1 .bg_wrap {
	background: url("../img/outline/bg2_sp.jpg") no-repeat center center;
	background-size: contain;
}
.outline1 .bg_wrap .bg {
	display: none;
}
.outline1 .txt_wrap {
	position: static;
	transform: none;
}
.outline1 .title_wrap .title {
	font-size: 2rem;
	line-height: 1.4;
}
.outline1 .txt {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 16px;
}
.sec_image {
	height: auto;
	padding-top: 66.666%;
}
.outline2 .top .title2 {
	margin-bottom: 24px;
}
.outline2 .top .head .image.img1 {
	margin-bottom: 16px;
}
.outline2 .top .head .image.img1 img {
	width: 70%;
}
.outline2 .top .head .txt {
	font-size: 1.7rem;
	margin-bottom: 40px;
}
.outline2 .top {
	margin-bottom: 40px;
}
.outline2 .btm {
	padding: 24px 0;
}
.outline2 .btm .title {
	font-size: 2rem;
	margin-bottom: 24px;
}
.outline2 .btm ul li {
	width: 100%;
}
.outline2 .btm ul li:not(:last-child) {
	margin-bottom: 24px;
}
}
/* member
-------------------------------------------------------- */
.member1 .image {
	width: 50%;
}
.member1 .txt_wrap {
	width: 45%;
}
.member_title_wrap {
	line-height: 1.4;
	margin-bottom: 24px;
	padding-bottom: 16px;
	position: relative;
}
.member_title_wrap::after {
	content: "";
	width: 50px;
	height: 1px;
	background: rgb(56,235,186);
	background: linear-gradient(163deg, rgba(56,235,186,1) 0%, rgba(111,177,210,1) 100%);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.member_title_wrap .job {
	color: #38b7c7;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.member_title_wrap .name {
	font-size: 3rem;
}
.member_list li {
	width: 45.8%;
}
.member_list .image {
	margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
.member_list li {
	margin-top: 100px;
}
.member_list li:nth-child(-n + 2) {
	margin-top: 0;
}
}
@media screen and (max-width: 768px) {
.member1 .image,
.member1 .txt_wrap {
	width: 100%;
}
.member1 .image {
	margin-bottom: 24px;
}
.member_title_wrap .job {
	font-size: 1.6rem;
}
.member_title_wrap .name {
	font-size: 2.4rem;
}
.member_list li {
	width: 100%;
}
.member_list li:not(:last-child) {
	margin-bottom: 40px;
}
.member_list .image {
	margin-bottom: 24px;
}
}
.system .head {
	margin-bottom: 32px;
}
.system .title2 {
	margin-bottom: 60px;
}
.system .date {
	color: #38b7c7;
}
.system .link1 {
	margin-top: 90px;
	padding: 0 4%;
}
.link1 a {
	color: #38b7c7;
	font-size: 1.8rem;
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
.link1 a::before {
	content: "";
	width: 32px;
	height: 33px;
	background-image: url("../img/cmn/icon_pdf.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
.system .head {
	margin-bottom: 32px;
}
.system .title2 {
	margin-bottom: 16px;
}
.system .link {
	margin-top: 24px;
	padding: 0;
}
}

.project_list2 li:not(:last-child) {
	margin-bottom: 100px;
}
.project_list2 .title2 {
	margin-bottom: 40px;
}
.project_list2 .image {
	width: 43%;
}
.project_list2 .image img {
	width: 100%;
}
.project_list2 .txt_wrap {
	font-size: 1.8rem;
	width: 50%;
}
.project_p{
	font-size: 1em;
	font-weight: bold;
	color: #cb5d6e;
	margin-bottom: 20px;
}
.project_title {
	color: #38b7c7;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 32px;
}
.project_dl {
	max-width: 490px;
	width: 100%;
	border: solid 1px #38b7c7;
}
.project_dl dt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #38b7c7;
	padding: 8px;
}
.project_dl dd {
	padding: 20px 24px;
}
.project_list2 .phase {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
.project_list2 li:not(:last-child) {
	margin-bottom: 40px;
}
.project_list2 .flex {
	display: block;
}
.project_list2 .image,
.project_list2 .txt_wrap {
	width: 100%;
}
.project_list2 .txt_wrap {
	font-size: 1.6rem;
}
.project_list2 .title2 {
	margin-bottom: 24px;
}
.project_list2 .image {
	margin-bottom: 24px;
}
.project_title {
	font-size: 2rem;
	margin-bottom: 16px;
}
.project_dl dd {
	padding: 16px;
}
.project_list2 .phase {
	margin-top: 24px;
}
}
.researchers .head .icon {
	margin-bottom: 16px;
}
.researchers .head .icon img {
	max-width: 60px;
}
.researchers .head .title {
	color: #38b7c7;
	font-size: 3rem;
	margin-bottom: 24px;
}
.researchers .txt {
	color: #38b7c7;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
.researchers .head .icon {
	margin-bottom: 10px;
}
.researchers .head .icon img {
	max-width: 50px;
}
.researchers .head .title {
	font-size: 2.4rem;
	margin-bottom: 16px;
}
.researchers .txt {
	font-size: 1.6rem;
}
}
.vision1 .title2 {
	margin-bottom: 40px;
}
.vision_list {
	max-width: 520px;
	width: 100%;
	margin: auto;
}
.vision_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.vision_list li:not(:last-child) {
	margin-bottom: 40px;
}
.vision_list .concept_wrap {
	position: relative;
}
.vision_list .concept_wrap .icon {
	max-width: 154px;
	width: 100%;
}
.vision_list .concept_wrap .en1 {
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vision_list .concept_wrap .en1 span {
	font-size: 2rem;
}
.vision_list .txt {
	color: #38b7c7;
	font-size: 2rem;
	margin-left: 30px;
}
.tabs {
	padding: 50px 0;
}
.tabs .label {
	color: #3eb4b8;
	font-size: 2.5rem;
	margin-bottom: 32px;
}
.tabs label {
	color: #fff;
	font-size: 2rem;
	border-radius: 35px;
	width: 30%;
	text-align: center;
	padding: 16px 8px;
}
.tabs label:nth-child(1) {
	background: #3eb4b8;
}
.tabs label:nth-child(2) {
	background: #cb5d6e;
	box-shadow: 0px 3px 0px 0px rgb(203 93 110 / 50%);
	transition-delay: 0.25s;
}
.tabs label:nth-child(3) {
	background: #80b745;
	box-shadow: 0px 3px 0px 0px rgb(186 208 48 / 50%);
	transition-delay: 0.5s;
}
.panel {
	display: none;
	padding: 80px 0;
}
#tab1:checked ~ #tab1_panel,
#tab2:checked ~ #tab2_panel,
#tab3:checked ~ #tab3_panel {
  display: block;
}
#tab1:checked ~ .tabs label:nth-child(1),
#tab2:checked ~ .tabs label:nth-child(2),
#tab3:checked ~ .tabs label:nth-child(3) {
	box-shadow: none;
}
.panel .title {
	font-size: 3rem;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 32px;
	padding-bottom: 4px;
	padding-left: 185px;
	position: relative;
}
.panel .title::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: -2px;
}
#tab1_panel .title {
	color: #3eb4b8;
	border-bottom-color: #3eb4b8;
}
#tab1_panel .title::before {
	width: 142px;
	height: 86px;
	background-image: url("../img/vision/icon1.svg");
	left: 10px;
}
#tab2_panel .title {
	color: #cb5d6e;
	border-bottom-color: #cb5d6e;
}
#tab2_panel .title::before {
	width: 80px;
	height: 85px;
	background-image: url("../img/vision/icon2.svg");
	left: 60px;
}
#tab3_panel .title {
	color: #80b745;
	border-bottom-color: #80b745;
}
#tab3_panel .title::before {
	width: 80px;
	height: 92px;
	background-image: url("../img/vision/icon3.svg");
	left: 60px;
}
.panel .role {
	color: #fff;
}
#tab1_panel .role {
	background: #3eb4b8;
}
#tab2_panel .role {
	background: #cb5d6e;
}
#tab3_panel .role {
	background: #80b745;
}
.panel .list li {
	padding-left: 24px;
	position: relative;
}
.panel .list li::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}
.panel .list.is_bl li::before {
	background: #3eb4b8;
}
.panel .list.is_rd li::before {
	background: #cb5d6e;
}
.panel .list.is_pl li::before {
	background: #8f82bc;
}
.panel .list.is_ye li::before {
	background: #f8b551;
}
.panel .list.is_gr li::before {
	background: #80b745;
}
.panel .list li:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.vision1 .title2 {
	margin-bottom: 24px;
}
.vision_list li {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vision_list li:not(:last-child) {
	margin-bottom: 24px;
}
.vision_list .txt {
	width: 100%;
	font-size: 1.8rem;
	margin-top: 8px;
	margin-left: 0;
}
.tabs {
	padding: 24px 0;
}
.tabs .label {
	font-size: 2rem;
	margin-bottom: 16px;
}
.tabs label {
	font-size: 1.6rem;
	width: 32%;
	padding: 12px 8px;
}
.panel {
	padding: 40px 0;
}
.scroll_x {
	overflow-x: scroll;
}
.scroll_x table {
	white-space: nowrap;
}
.scroll_x table th {
	padding: 20px 40px;
}
.panel .title {
	font-size: 2.4rem;
	margin-bottom: 24px;
	padding-left: 105px;
}
#tab1_panel .title::before {
	width: 83px;
	height: 50px;
}
#tab2_panel .title::before {
	width: 47px;
	height: 50px;
	left: 30px;
}
#tab3_panel .title::before {
	width: 46px;
	height: 53px;
	left: 30px;
}
}

/* news letter
-------------------------------------------------------- */

.newsLetter .leaflet {
    max-width: 800px;
    margin: 50px auto 30px;
}
.newsLetter .leaflet h3 {
    color: #38b7c7;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.newsLetter .leaflet a {
    display: block;
    margin: 30px auto;
    text-align: center;
}
.newsLetter .link1 {
    text-align: center;
    margin-bottom: 80px;
}
.newsLetter .contentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.newsLetter .contentList li {
    width: 48%;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 1em;
}
.newsLetter .contentList li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background: #f8b551;
}
.backnumber {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.backnumber::after{
  content:"";
  display: block;
  width:23%;
}
.backnumber li {
    width: 18%;
    text-align: center;
    /*height: 50px;*/
    margin: 0 1% 15px;
}
.backnumber li a {
    display: block;
    text-decoration: underline;
}
.backnumber li a img {
    display: block;
}
@media screen and (max-width: 640px) {
    .newsLetter .leaflet h3 {
        text-align: center;
        font-size: 2rem;
    }
    .newsLetter .contentList li {
        width: 90%;
        margin: 0.5em 3%;
    }
/*    .backnumber::after{
      width:30%;
    }*/
    .backnumber li {
        width: 30%;
    }
}