@charset "UTF-8";
/* CSS Document */
.modaal-noscroll {
	overflow: hidden;
}

/* ▼------- About upr -------▼ */

/* upr */
.uprBg01 {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: url("../../about/img/uprBg01.png") center no-repeat;
	background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.uprBg01 {
		background: url("../../about/img/uprBg01@2x.png") center no-repeat;
		background-size: 100% 100%;
	}
}

.uprModalPh {
	width: 100%;
	margin: -80px 0 100px 0;
	padding: 0;
	position: relative;
}

	.uprModalPh img {
		width: 100%;
	}

	.uprModalPh .btn01 {
		position: absolute;
		left: 8%;
		top: 30%;
	}

	.uprModalPh .btn02 {
		position: absolute;
		right: 10%;
		bottom: 45%;
	}

	.uprModalPh .btn03 {
		position: absolute;
		left: 28%;
		top: 46%;
	}

	.uprModalPh .btn04 {
		position: absolute;
		left: 37%;
		top: 65%;
	}

	.uprModalPh .btn05 {
		position: absolute;
		right: 50%;
		top: 0;
	}

	.uprModalPh .btn06 {
		position: absolute;
		right: 30%;
		top: 5%;
	}

	.uprModalPh .btn07 {
		position: absolute;
		left: 45%;
		top: 25%;
	}

		.uprModalPh .btn01 img,
		.uprModalPh .btn02 img,
		.uprModalPh .btn03 img,
		.uprModalPh .btn04 img,
		.uprModalPh .btn05 img,
		.uprModalPh .btn06 img,
		.uprModalPh .btn07 img {
			width: 100%;
		}

.modaal-content-container {
	padding: 60px 0 !important;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 0 !important;
	text-align: left;
	max-width: 768px;
	border-radius: 0;
	background: rgba(255,255,255,1);
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	cursor: auto
}

.pointButton {
	text-align: center;
}

	.pointButton button {
		width: auto;
		margin: 0 auto;
		display: inline-block;
	}

		.pointButton button i {
			margin: 0 5px 0 0;
			font-size: 16px;
			font-size: 1.6rem;
		}

.modaal-close {
	-webkit-appearance: none;
	position: relative;
	right: auto;
	top: auto;
	cursor: pointer;
	opacity: 1;
	width: 100%;
	height: auto;
	background: #E50112 !important;
	border: 2px solid #E50112 !important;
	color: #FFF;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px 12px 15px !important;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
	border-radius: 0 !important;
}

	@media all and (-ms-high-contrast: none){
		.modaal-close {
			font-family: 'Palanquin Dark R', sans-serif;
			font-weight: 400;
		}
	}

	@supports (-ms-ime-align:auto) {
		.modaal-close {
			font-family: 'Palanquin Dark R', sans-serif;
			font-weight: 400;
		}
	}

.modaal-close:focus,
.modaal-close:hover {
	outline: 0;
	background: #FFF !important;
	border: 2px solid #008CD5 !important;
	color: #008CD5;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: none;
}

.modaal-close span {
	display: none;
}

.modaal-close:after,
.modaal-close:before {
	display: none;
}

.modaal-fullscreen .modaal-close {
	background: #E50112;
	right: 10px;
	top: 10px;
}

.modalBox {
	position: relative;
}

	.modalBox .modalTtl {
		width: calc (100% - 100px);
		margin: 0 50px 15px 50px;
		padding: 0;
	}

		.modalBox .modalTtl .en {
			text-align: left;
			font-family: 'Palanquin Dark', sans-serif;
			font-size: 40px;
			font-size: 4rem;
			line-height: 1em;
			font-weight: 500;
			letter-spacing: 2px;
			background: linear-gradient(to right, #333333 0%,#999999 50%,#333333 100%);
			-webkit-background-clip: text;
			color: transparent;
		}

		@media all and (-ms-high-contrast: none){
			.modalBox .modalTtl .en {
				background: none;
				color: #333;
				font-family: 'Palanquin Dark', sans-serif;
				font-weight: 500;
			}
		}

		@supports (-ms-ime-align:auto) {
			.modalBox .modalTtl .en {
				background: none;
				color: #333;
				font-family: 'Palanquin Dark', sans-serif;
				font-weight: 500;
			}
		}

			.modalBox .modalTtl .en:before {
				content:"";
				display: inline-block;
				width: 16px;
				height: 13px;
				background: url("../img/titleIcon.png") 0 0 no-repeat;
				background-size: 16px 13px;
				position: relative;
				top: -6px;
				padding-right: 10px;
			}

			@media only screen and (-webkit-min-device-pixel-ratio: 2) {
				.modalBox .modalTtl .en:before {
					background: url("../img/titleIcon@2x.png") 0 0 no-repeat;
					background-size: 16px 13px;
				}
			}

		.modalBox .modalTtl .jp {
			text-align: left;
			font-size: 14px;
			font-size: 1.4rem;
			line-height: 1em;
			letter-spacing: 2px;
			margin: 10px 0 0 26px;
			font-weight: normal;
			color: #666;
		}

	.modalBox .modalContainer {
		width: calc (100% - 100px);
		margin: 0 50px 40px 50px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
	}

		.modalBox .modalContainer img {
			width: 40%;
			object-fit: contain;
			margin-right: 2%;
		}

		.modalBox .modalContainer .modalPhL {
			width: 40%;
			margin-right: 2%;
			text-align: center;
		}

			.modalBox .modalContainer .modalPhL img {
				width: 100% !important;
				object-fit: contain;
				margin: 0 0 10px 0;
			}

		.modalBox .modalContainer p {
			width: 55%;
			margin: 0;
			font-size: 14px;
			font-size: 1.4rem;
			line-height: 1.8em;
			letter-spacing: 2px;
		}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

	.movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

/* ▼------- Staff -------▼ */

/* Interview */

/* タイトル部 */
#intTtl {
	width: 100%;
	height: 540px;
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
}

	#intTtl .intPh {
		width: 80%;
		max-width: 1300px;
		margin: 0 0 0 20%;
		padding: 0;
		position: relative;
		z-index: 2;
	}

		#intTtl .intPh .mainPh,
		#intTtl .intPh .mainPh2 {
			width: 100%;
			margin: 0;
			padding: 0;
			position: relative;
		}

			#intTtl .intPh .mainPh img,
			#intTtl .intPh .mainPh2 img {
				position: absolute;
				top: 0;
				left: 50%;
				width: auto;
				max-height: 400px;
				-ms-transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
			}

			@supports ( object-fit: cover ) {
				#intTtl .intPh .mainPh img,
				#intTtl .intPh .mainPh2 img {
					position: static;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					max-height: 400px;
					object-fit: cover;
					-ms-transform: none;
					-moz-transform: none;
					-webkit-transform: none;
					transform: none;
				}
				
				@media screen and (min-width: 1300px) {
					#intTtl .intPh .mainPh2 img {
						max-height: none;
					}
				}
				
			}


/*
		#intTtl .intPh .mainPh,
		#intTtl .intPh .mainPh2 {
			width: 100%;
			margin: 0;
			padding: 0;
		}

			#intTtl .intPh .mainPh img,
			#intTtl .intPh .mainPh2 img {
				width: 100%;
				max-height: 400px;
				object-fit: cover;
				object-position: center top;
			}

				@media screen and (min-width: 1300px) {
					#intTtl .intPh .mainPh2 img {
						max-height: none;
					}
				}
*/

		#intTtl .intPh .mainName {
			position: absolute;
			bottom: -100px;
			right: 5%;
		}

			#intTtl .intPh .mainName img {
				width: 100%;
				object-fit: cover;
			}

	#intTtl .intTtlWrap {
		width: calc(100% - 110px);
		min-height: 380px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: calc(((100% - 980px) / 2) - 110px);
		background: url("../img/conTitleBg.png") left top no-repeat;
		background-size: auto 100%;
		z-index: 3;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#intTtl .intTtlWrap {
			background: url("../img/conTitleBg@2x.png") left top no-repeat;
			background-size: auto 100%;
		}
	}

		#intTtl .intTtlWrap h2 {
			width: calc(100% - 110px);
			margin: 35px 0 20px 110px;
			padding: 0;
			font-size: 30px;
			font-size: 3rem;
			line-height: 1.8em;
			font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", sans-serif;
			font-weight: normal;
			letter-spacing: 2px;
			text-align: left;
			color: #333;
			white-space: nowrap;
			text-shadow: 0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50);
		}

		#intTtl .intTtlWrap h3 {
			width: calc(100% - 110px);
			margin: 0 0 0 110px;
			padding: 30px 0 0 0;
			font-size: 36px;
			font-size: 3.6rem;
			line-height: 1em;
			font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight: 400;
			letter-spacing: 3px;
			text-align: left;
			color: #008CD5;
			text-shadow: 0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50);
			position: relative;
		}

			#intTtl .intTtlWrap h3:before {
				content: '';
				position: absolute;
				left: 25px;
				top: 0;
				display: inline-block;
				width: 50px;
				height: 2px;
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
				background-color: #999;
			}

			#intTtl .intTtlWrap h3 span {
				display: block;
				margin: 0 0 12px 0;
				font-size: 18px;
				font-size: 1.8rem;
				line-height: 1em;
				letter-spacing: 2px;
				color: #333;
			}

	#intTtl .intLead {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(90deg, #FAF4EB 85%, #FFF 15%);
		z-index: 1;
	}

		#intTtl .intLead p {
			width: auto;
			margin: 85px 50% 35px calc((100% - 980px) / 2);
		}

	#intTtl .intBtn {
		width: 180px;
		position: absolute;
		bottom: 0;
		right: calc(((100% - 980px) / 2) - 110px);
		z-index: 4;
	}

		#intTtl .intBtn a {
			width: 100%;
			display: block;
			background: url("../img/entryArrowWhite.png") right 17px no-repeat #E50112;
			background-size: 24px 8px;
			border: 2px solid #E50112;
			color: #FFF;
			font-size: 18px;
			font-size: 1.8rem;
			line-height: 1em;
			font-family: 'Palanquin Dark', sans-serif;
			font-weight: 400;
			text-align: center;
			text-decoration: none;
			padding: 12px 0 14px 0;
			box-sizing: border-box;
		}

		@media all and (-ms-high-contrast: none){
			#intTtl .intBtn a {
				font-family: 'Palanquin Dark R', sans-serif;
				font-weight: 400;
			}
		}

		@supports (-ms-ime-align:auto) {
			#intTtl .intBtn a {
				font-family: 'Palanquin Dark R', sans-serif;
				font-weight: 400;
			}
		}

		#intTtl .intBtn a:hover {
			border: 2px solid #008CD5;
			color: #008CD5;
			background: url("../img/entryArrowBlue.png") right 17px no-repeat #FFF;
			background-size: 24px 8px;
		}

		@media only screen and (-webkit-min-device-pixel-ratio: 2) {

			#intTtl .intBtn a {
				background: url("../img/entryArrowWhite@2x.png") right 17px no-repeat #E50112;
				background-size: 24px 8px;
			}

			#intTtl .intBtn a:hover {
				background: url("../img/entryArrowBlue@2x.png") right 17px no-repeat #FFF;
				background-size: 24px 8px;
			}

		}

/* 本文 */
#intTxtR,
#intTxtL {
	width: 100%;
	position: relative;
}

	#intTxtR .photo {
		width: 45.97%;
	}

	#intTxtL .photo {
		width: 45.97%;
		float: right;
	}

		#intTxtR .photo img,
		#intTxtL .photo img {
			width: 100%;
			max-height: 500px;
			object-fit: cover;
			object-position: center top;
		}

	#intTxtR .textBox {
		width: 59.63%;
		position: absolute;
		top: 0;
		right: 0;
	}

	#intTxtL .textBox {
		width: 59.63%;
		position: absolute;
		top: 0;
		left: 0;
	}

		#intTxtR .textBox h4,
		#intTxtL .textBox h4 {
			width: 100%;
			margin: 20px 0;
			padding: 0 0 0 30px;
			box-sizing: border-box;
			font-size: 24px;
			font-size: 2.4rem;
			line-height: 1.8em;
			font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight: 400;
			letter-spacing: 2px;
			text-align: left;
			text-shadow: 0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50),0 0 3px rgba(255,255,255,0.50);
		}

			#intTxtR .textBox h4:before,
			#intTxtL .textBox h4:before {
				content:"";
				display: inline-block;
				width: 16px;
				height: 13px;
				background: url("../img/titleIcon.png") 0 0 no-repeat;
				background-size: 16px 13px;
				position: relative;
				top: -2px;
				padding-right: 10px;
			}

			@media only screen and (-webkit-min-device-pixel-ratio: 2) {
				#intTxtR .textBox h4:before,
				#intTxtL .textBox h4:before {
					background: url("../img/titleIcon@2x.png") 0 0 no-repeat;
					background-size: 16px 13px;
				}
			}

			#intTxtR .textBox h4:nth-of-type(2),
			#intTxtL .textBox h4:nth-of-type(2) {
				margin-top: 30px;
			}

		#intTxtR .textBox p,
		#intTxtL .textBox p {
			width: 100%;
			margin: 0;
			padding: 30px;
			box-sizing: border-box;
			background: rgba(255,255,255,0.95);
		}

/* スケジュール */
.scheduleTtl {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1em;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: left;
	color: #008CD5;
	margin: 0 0 20px 0;
}

	.scheduleTtl .en {
		width: 184px;
		margin: 0 20px 0 0;
	}

		.scheduleTtl .en img {
			width: 100%;
		}

.scheduleWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

	.scheduleBoxL,
	.scheduleBoxR {
		width: 47%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.scheduleBoxL dt,
		.scheduleBoxR dt {
			width: 50%;
			margin: 0;
			padding: 0;
			background: url("../../staff/img/ArrowLine.png") 56px top repeat-y;
			display: flex;
			justify-content: flex-start;
			position: relative;
		}

			.scheduleBoxL dt:first-of-type,
			.scheduleBoxR dt:first-of-type {
				background: url("../../staff/img/ArrowLineL.png") 56px bottom no-repeat;
			}

			.scheduleBoxR dt:last-of-type {
				background: url("../../staff/img/ArrowLineS.png") 56px top no-repeat;
			}

			.scheduleBoxL dt .time,
			.scheduleBoxR dt .time {
				width: 140px;
				height: 58px;
				display: block;
				background: url("../../staff/img/intTimeBg.png") left top no-repeat;
				background-size: 100% auto;
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				font-size: 28px;
				font-size: 2.8rem;
				text-align: center;
				padding: 12px 0 0 5px;
				box-sizing: border-box;
			}

			.scheduleBoxL dt .arrow {
				position: absolute;
				top: 0;
				left: 47px;
			}

			.scheduleBoxL dt .txt,
			.scheduleBoxR dt .txt {
				width: calc(100% - 145px);
				display: block;
				color: #008CD5;
				font-weight: bold;
				margin: 14px 0 0 5px;
				white-space: nowrap;
				line-height: 1.5em;
			}

				.scheduleBoxL dt .txt span,
				.scheduleBoxR dt .txt span {
					font-weight: bold !important;
				}

		.scheduleBoxL dd,
		.scheduleBoxR dd {
			width: 48%;
			margin: 13px 0 12px 0;
			padding: 0;
			font-size: 13px;
			font-size: 1.3rem;
			line-height: 1.7em;
		}

/* 下部ボタン */
.intBtnWrap {
	width: 100%;
	display: flex;
	justify-content: center;
}

.backBtn2 {
	width: 250px;
	margin: 0 10px;
}

	.backBtn2 a {
		width: 100%;
		display: block;
		background: url("../img/backArrowWhite.png") left 25px no-repeat #E50112;
		border: 2px solid #E50112;
		color: #FFF;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1em;
		font-family: 'Palanquin Dark', sans-serif;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		padding: 18px 0 22px 0;
		box-sizing: border-box;
	}

		@media all and (-ms-high-contrast: none){
			.backBtn2 a {
				font-family: 'Palanquin Dark R', sans-serif;
				font-weight: 400;
			}
		}

	.backBtn2 a:hover {
		border: 2px solid #008CD5;
		color: #008CD5;
		background: url("../img/backArrowBlue.png") left 25px no-repeat #FFF;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {

		.backBtn2 a {
			background: url("../img/backArrowWhite@2x.png") left 25px no-repeat #E50112;
			background-size: 48px 11px;
		}

		.backBtn2 a:hover {
			background: url("../img/backArrowBlue@2x.png") left 25px no-repeat #FFF;
			background-size: 48px 11px;
		}

	}

.btnL {
	width: 250px;
	margin: 0 10px;
}

	.btnL a {
		width: 100%;
		display: block;
		background: url("../img/backArrowWhite.png") left 25px no-repeat #E50112;
		border: 2px solid #E50112;
		color: #FFF;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1em;
		font-family: 'Palanquin Dark', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		padding: 18px 0 22px 0;
		box-sizing: border-box;
	}

		@media all and (-ms-high-contrast: none){
			.btnL a {
				font-family: 'Palanquin Dark R', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				font-weight: 400;
			}
		}

	.btnL a:hover {
		border: 2px solid #008CD5;
		color: #008CD5;
		background: url("../img/backArrowBlue.png") left 25px no-repeat #FFF;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {

		.btnL a {
			background: url("../img/backArrowWhite@2x.png") left 25px no-repeat #E50112;
			background-size: 48px 11px;
		}

		.btnL a:hover {
			background: url("../img/backArrowBlue@2x.png") left 25px no-repeat #FFF;
			background-size: 48px 11px;
		}

	}

.btnR {
	width: 250px;
	margin: 0 10px;
}

	.btnR a {
		width: 100%;
		display: block;
		background: url("../img/entryArrowWhite.png") right 25px no-repeat #E50112;
		border: 2px solid #E50112;
		color: #FFF;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1em;
		font-family: 'Palanquin Dark', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		padding: 18px 0 22px 0;
		box-sizing: border-box;
	}

		@media all and (-ms-high-contrast: none){
			.btnR a {
				font-family: 'Palanquin Dark R', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				font-weight: 400;
			}
		}

	.btnR a:hover {
		border: 2px solid #008CD5;
		color: #008CD5;
		background: url("../img/entryArrowBlue.png") right 25px no-repeat #FFF;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {

		.btnR a {
			background: url("../img/entryArrowWhite@2x.png") right 25px no-repeat #E50112;
			background-size: 48px 11px;
		}

		.btnR a:hover {
			background: url("../img/entryArrowBlue@2x.png") right 25px no-repeat #FFF;
			background-size: 48px 11px;
		}

	}

/* ▼------- System -------▼ */

.wrap3part {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

	.box3part {
		width: 30%;
	}

		.box3part .header {
			width: 100%;
			margin: 0 0 20px 0;
			padding: 0;
			text-align: center;
			font-size: 22px;
			font-size: 2.2rem;
			font-weight: normal;
		}

		.box3part .redBox {
			width: 100%;
			margin: 0 0 15px 0;
			padding: 15px;
			box-sizing: border-box;
			border: 1px solid #E50112;
			background: #FFF;
			display: flex;
			flex-wrap: wrap;
			align-content: center;
			align-items: center;
		}

			.box3part .redBox li {
				width: 100%;
				padding-left: 1.4em;
				text-indent: -1.4em;
			}

			.box3part .redBox li:before {
				content: '●';
				padding: 0 3px 0 0;
				color: #E50112;
			}

		.box3part p {
			width: 100%;
			margin: 0;
			padding: 0;
		}

		.box3part .clm1 {
			width: 100%;
			margin: 0;
			text-align: left;
			border-right: 3px solid #CCC;
			border-top: 3px solid #CCC;
			border-bottom: 3px solid #CCC;
			box-sizing: border-box;
		}

			.box3part .clm1 th {
				width: 40%;
				margin: 0;
				padding: 7px 0;
				box-sizing: border-box;
				border-bottom: 1px solid #CCC;
				border-left: 3px solid #CCC;
				text-align: center;
				font-weight: normal;
				background: #FAF4EB;
				vertical-align: top;
			}

			.box3part .clm1 td {
				width: 60%;
				margin: 0;
				padding: 7px 15px;
				box-sizing: border-box;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				background: #FFF;
				vertical-align: top;
			}

		.box3part .clm2 {
			width: 100%;
			margin: 0;
			text-align: left;
			border-right: 3px solid #CCC;
			border-top: 3px solid #CCC;
			border-bottom: 3px solid #CCC;
			box-sizing: border-box;
		}

			.box3part .clm2 .thl {
				width: 40%;
				margin: 0;
				padding: 7px 0;
				box-sizing: border-box;
				border-bottom: 1px solid #CCC;
				border-left: 3px solid #CCC;
				text-align: center;
				font-weight: normal;
				background: #FAF4EB;
				vertical-align: top;
			}

			.box3part .clm2 .thb {
				width: 30%;
				margin: 0;
				padding: 7px 0;
				box-sizing: border-box;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				text-align: center;
				font-weight: normal;
				background: #E6FAFF;
				vertical-align: top;
			}

			.box3part .clm2 .thr {
				width: 30%;
				margin: 0;
				padding: 7px 0;
				box-sizing: border-box;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				text-align: center;
				font-weight: normal;
				background: #FFF5F5;
				vertical-align: top;
			}

			.box3part .clm2 td {
				width: 30%;
				margin: 0;
				padding: 7px 0;
				box-sizing: border-box;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				background: #FFF;
				vertical-align: top;
				text-align: center;
			}

/* ▼------- Work -------▼ */

.workWrap {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
}

	.workWrapL1 {
		width: 30.6%;
		padding: 40px 0;
		background: rgba(1,152,68,0.8);
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}

	.workWrapL2 {
		width: 30.6%;
		padding: 40px 0;
		background: rgba(0,140,213,0.8);
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}

		.workWrapL1 h3 {
			width: 80%;
			margin: 0 10% 30px 10%;
			padding: 10px 0;
			box-sizing: border-box;
			background: #FFF;
			font-size: 30px;
			font-size: 3rem;
			line-height: 1em;
			letter-spacing: 5px;
			font-weight: normal;
			text-align: center;
			color: #019844;
		}

		.workWrapL2 h3 {
			width: 80%;
			margin: 0 10% 30px 10%;
			padding: 10px 0;
			box-sizing: border-box;
			background: #FFF;
			font-size: 30px;
			font-size: 3rem;
			line-height: 1em;
			letter-spacing: 5px;
			font-weight: normal;
			text-align: center;
			color: #008CD5;
		}

		.workWrapL1 .map,
		.workWrapL2 .map {
			width: 80%;
			margin: 0 10% 30px 10%;
		}

			.workWrapL1 .map img,
			.workWrapL2 .map img {
				width: 100%;
				max-width: 200px;
			}

		.workWrapL1 p,
		.workWrapL2 p {
			width: 80%;
			margin: 0 10%;
			font-size: 18px;
			font-size: 1.8rem;
			letter-spacing: 3px;
			text-align: center;
			color: #FFF;
		}

			.workWrapL1 p span,
			.workWrapL2 p span {
				color: #FFF46C;
			}

	.workWrapR {
		width: 64.3%;
	}

		.workWrapR .photo {
			width: 100%;
			margin: 0 0 30px 0;
		}

			.workWrapR .photo img {
				width: 100%;
			}

		.workWrapR p {
			margin: 0;
		}

/* ▼------- Symposium -------▼ */
#symConWrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	position: relative;
	overflow: hidden;
}

.symSubHeader {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5em;
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", sans-serif;
	text-align: center;
	display: inline-block;
}

.symHeaderImg {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}

	.symHeaderImg img {
		width: 100%;
		max-width: 716px;
	}

.symHeader {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: 2px;
	color: #E50112;
	background: -moz-linear-gradient(left, #e50112 20%, #019844 50%, #008cd5 70%);
	background: -webkit-linear-gradient(left, #e50112 20%,#019844 50%,#008cd5 70%);
	background: linear-gradient(to right, #e50112 20%,#019844 50%,#008cd5 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	text-align: center;
}

	@media all and (-ms-high-contrast: none){
		.symHeader {
			background: none;
			color: #e50112;
		}
	}

.symLead {
	width: 100%;
	margin: 0;
	text-align: center;
}

#symIntro {
	width: 100%;
	min-height: 450px;
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	background: linear-gradient(90deg, #FAF4EB 80%, #FFF 20%);
}

#symIntroWrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: absolute;
	top: -30px;
	left: calc((100% - 980px) / 2);
}

.symMember {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 20px auto;
	text-align: left;
	color: #008CD5;
	display: flex;
	justify-content: space-between;
}

	.symMember img {
		width: 16.53%;
		max-width: 162px;
	}

	.symMember span {
		width: 83%;
		display: block;
		margin: 20px 0 0 0;
	}

.symMemberWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

	.symMemberBox {
		width: 23%;
	}

		.symMemberBox img {
			width: 100%;
		}

		.symMemberBox strong {
			width: 100%;
			margin: 0 0 10px 0;
			font-size: 32px;
			font-size: 3.2rem;
			line-height: 1.5em;
			font-weight: 700;
			letter-spacing: 2px;
			text-align: center;
			color: #008CD5;
			display: block;
		}

		.symMemberBox p {
			width: 100%;
			margin: 0;
			line-height: 1.5em;
			text-align: center;
		}

#headWhite {
	width: 100%;
	background: url("../../staff/img/headWhite.png") left top repeat-x;
}

#sympo01 {
	width: 100%;
	background: url("../../staff/img/symposium01.png") right top no-repeat;
}

#sympo02 {
	width: 100%;
	background: url("../../staff/img/symposium02.png") left top no-repeat;
}

#sympo03 {
	width: 100%;
	background: url("../../staff/img/symposium03.png") right top no-repeat;
}

#sympo04 {
	width: 100%;
	background: url("../../staff/img/symposium04.png") left top no-repeat;
}

#sympo05 {
	width: 100%;
	background: url("../../staff/img/symposium05.png") right top no-repeat;
}

#sympo06 {
	width: 100%;
	background: url("../../staff/img/symposium06.png") left top no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	#sympo01 {
		background: url("../../staff/img/symposium01@2x.png") right top no-repeat;
		background-size: auto 350px;
	}

	#sympo02 {
		background: url("../../staff/img/symposium02@2x.png") left top no-repeat;
		background-size: auto 350px;
	}

	#sympo03 {
		background: url("../../staff/img/symposium03@2x.png") right top no-repeat;
		background-size: auto 350px;
	}

	#sympo04 {
		background: url("../../staff/img/symposium04@2x.png") left top no-repeat;
		background-size: auto 350px;
	}

	#sympo05 {
		background: url("../../staff/img/symposium05@2x.png") right top no-repeat;
		background-size: auto 350px;
	}

	#sympo06 {
		background: url("../../staff/img/symposium06@2x.png") left top no-repeat;
		background-size: auto 350px;
	}

}

#sympoConWrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 250px 0 30px 0;
	display: flex;
	justify-content: space-between;
}

#sympoConWrapR {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 250px 0 30px 0;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

	#sympoConWrap .question {
		width: 35%;
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.8em;
		letter-spacing: 2px;
		font-weight: 400;
		font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", sans-serif;
		text-align: left;
	}

	#sympoConWrapR .question {
		width: 35%;
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.8em;
		letter-spacing: 2px;
		font-weight: 400;
		font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", sans-serif;
		text-align: right;
	}

		#sympoConWrap .question img,
		#sympoConWrapR .question img {
			width: 100%;
			margin: 0 0 10px 0;
		}

			#sympoConWrap .question img.q1 {
				max-width: 304px;
			}

			#sympoConWrapR .question img.q2 {
				max-width: 310px;
			}

			#sympoConWrap .question img.q3 {
				max-width: 305px;
			}

			#sympoConWrapR .question img.q4 {
				max-width: 307px;
			}

			#sympoConWrap .question img.q5 {
				max-width: 304px;
			}

			#sympoConWrapR .question img.q6 {
				max-width: 305px;
			}

	#sympoConWrap .qWrap,
	#sympoConWrapR .qWrap {
		width: 64.28%;
	}

		#sympoConWrap .qBox,
		#sympoConWrapR .qBox {
			width: 100%;
			margin: 0 0 20px 0;
			display: flex;
			justify-content: space-between;
		}

			#sympoConWrap .qBox .photo,
			#sympoConWrapR .qBox .photo {
				width: 15.87%;
			}

			#sympoConWrap .qBox .comment,
			#sympoConWrapR .qBox .comment {
				width: 82.53%;
				position: relative;
				display: flex;
				align-items: center;
				padding: 15px;
				box-sizing: border-box;
				background: rgba(250,244,235,0.95);
				text-align: left;
			}

				#sympoConWrap .qBox .comment:before,
				#sympoConWrapR .qBox .comment:before {
					content: "";
					position: absolute;
					top: 50%;
					left: -30px;
					margin-top: -15px;
					border: 15px solid transparent;
					border-right: 15px solid rgba(250,244,235,0.95);
				}

/* ▼------- Entry -------▼ */

.entryWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

	.entryWrap .para {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.entryL {
		width: 30.6%;
	}

		.entryL img {
			width: 100%;
		}

	.entryR {
		width: 64.3%;
	}

		.entryR h3 {
			width: 100%;
			margin: 0 0 20px 0;
			padding: 0 0 8px 0;
			box-sizing: border-box;
			background: #FFF;
			font-size: 24px;
			font-size: 2.4rem;
			line-height: 1em;
			letter-spacing: 5px;
			font-weight: normal;
			text-align: left;
			color: #666;
			border-bottom: 1px solid #E50112;
		}

		.entryR p {
			margin: 0;
		}





@media screen and (min-width: 769px) and ( max-width: 1080px) {

	.uprBg01 {
		background: url("../../about/img/uprBg01.png") center 30px no-repeat;
		background-size: 100% auto;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.uprBg01 {
			background: url("../../about/img/uprBg01@2x.png") center 30px no-repeat;
			background-size: 100% auto;
		}
	}

	.uprModalPh {
		margin: -80px 0 10px 0;
	}

	#intTtl {
		height: 470px;
	}

		#intTtl .intPh .mainPh img {
			max-height: 320px;
		}

		#intTtl .intPh .mainName {
			width: 400px;
			bottom: -70px;
			right: 2%;
		}

		#intTtl .intTtlWrap {
			min-height: auto;
			left: 5%;
		}

			#intTtl .intTtlWrap h2 {
				width: 100%;
				margin: 35px 0 20px 0;
				font-size: 24px;
				font-size: 2.4rem;
			}

			#intTtl .intTtlWrap h3 {
				width: 100%;
				margin: 0;
				font-size: 30px;
				font-size: 3rem;
			}

				#intTtl .intTtlWrap h3 span {
					font-size: 16px;
					font-size: 1.6rem;
				}

		#intTtl .intLead {
			bottom: 0;
			background: linear-gradient(90deg, #FAF4EB 90%, #FFF 10%);
		}

			#intTtl .intLead p {
				margin: 50px 50% 35px 5%;
			}

		#intTtl .intBtn {
			bottom: 0;
			right: 5%;
		}

			#intTtl .intBtn a {
				width: 100%;
				display: block;
				background: url("../img/entryArrowWhite.png") right 17px no-repeat #E50112;
				background-size: 24px 8px;
				border: 2px solid #E50112;
				color: #FFF;
				font-size: 18px;
				font-size: 1.8rem;
				line-height: 1em;
				font-family: 'Palanquin Dark', sans-serif;
				font-weight: 400;
				text-align: center;
				text-decoration: none;
				padding: 12px 0 14px 0;
				box-sizing: border-box;
			}

			@media all and (-ms-high-contrast: none){
				#intTtl .intBtn a {
					font-family: 'Palanquin Dark R', sans-serif;
					font-weight: 400;
				}
			}

			@supports (-ms-ime-align:auto) {
				#intTtl .intBtn a {
					font-family: 'Palanquin Dark R', sans-serif;
					font-weight: 400;
				}
			}

			#intTtl .intBtn a:hover {
				border: 2px solid #008CD5;
				color: #008CD5;
				background: url("../img/entryArrowBlue.png") right 17px no-repeat #FFF;
				background-size: 24px 8px;
			}

			@media only screen and (-webkit-min-device-pixel-ratio: 2) {

				#intTtl .intBtn a {
					background: url("../img/entryArrowWhite@2x.png") right 17px no-repeat #E50112;
					background-size: 24px 8px;
				}

				#intTtl .intBtn a:hover {
					background: url("../img/entryArrowBlue@2x.png") right 17px no-repeat #FFF;
					background-size: 24px 8px;
				}

			}

	.scheduleWrap {
		flex-wrap: wrap;
	}

		.scheduleBoxL,
		.scheduleBoxR {
			width: 100%;
		}

			.scheduleBoxL dt,
			.scheduleBoxR dt {
				width: 33%;
				background: url("../../staff/img/ArrowLine.png") 65px top repeat-y;
			}

				.scheduleBoxL dt:first-of-type {
					background: url("../../staff/img/ArrowLineL.png") 65px bottom no-repeat;
				}

				.scheduleBoxL dt:last-of-type {
					display: none;
				}

				.scheduleBoxR dt:first-of-type {
					background: url("../../staff/img/ArrowLine.png") 65px top repeat-y;
				}

				.scheduleBoxR dt:last-of-type {
					background: url("../../staff/img/ArrowLineS.png") 65px top no-repeat;
				}

				.scheduleBoxL dt .arrow {
					display: none;
				}

			.scheduleBoxL dd,
			.scheduleBoxR dd {
				width: 67%;
			}

	.scheBox {
		padding-bottom: 160px !important;
	}

	#symConWrap {
		width: 90%;
		max-width: auto;
		margin: 0 5%;
	}

	#symIntro {
		width: 100%;
		min-height: 450px;
		background: #FAF4EB;
	}

	#symIntroWrap {
		width: 90%;
		max-width: auto;
		margin: 0 5%;
		top: -30px;
		left: 0;
	}

	.symMember {
		width: 100%;
		max-width: auto;
		justify-content: flex-start;
	}

		.symMember img {
			width: auto;
			max-width: 162px;
		}

		.symMember span {
			width: auto;
			margin: 20px 0 0 10px;
		}

	.symMemberWrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	#sympo01 {
		background-size: 100% auto;
	}

	#sympo02 {
		background-size: 100% auto;
	}

	#sympo03 {
		background-size: 100% auto;
	}

	#sympo04 {
		background-size: 100% auto;
	}

	#sympo05 {
		background-size: 100% auto;
	}

	#sympo06 {
		background-size: 100% auto;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {

		#sympo01 {
			background-size: 100% auto;
		}

		#sympo02 {
			background-size: 100% auto;
		}

		#sympo03 {
			background-size: 100% auto;
		}

		#sympo04 {
			background-size: 100% auto;
		}

		#sympo05 {
			background-size: 100% auto;
		}

		#sympo06 {
			background-size: 100% auto;
		}

	}

	#sympoConWrap {
		width: 90%;
		max-width: auto;
	}

	#sympoConWrapR {
		width: 90%;
		max-width: auto;
	}

		#sympoConWrap .question,
		#sympoConWrapR .question {
			font-size: 24px;
			font-size: 2.4rem;
			letter-spacing: 1px;
		}










}


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

	.uprBg01 {
		background: url("../../about/img/uprBg01.png") center 10px no-repeat;
		background-size: auto 100%;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.uprBg01 {
			background: url("../../about/img/uprBg01@2x.png") center 10px no-repeat;
			background-size: auto 100%;
		}
	}

	.uprModalPh {
		margin: 0;
	}

		.uprModalPh .btn01 {
			position: absolute;
			left: 3%;
			top: 26%;
		}

			.uprModalPh .btn01 img,
			.uprModalPh .btn02 img,
			.uprModalPh .btn03 img,
			.uprModalPh .btn04 img,
			.uprModalPh .btn05 img,
			.uprModalPh .btn06 img,
			.uprModalPh .btn07 img {
				width: 50%;
			}

	.modaal-content-container {
		padding: 60px 0 !important;
	}

	.modaal-container {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: auto;
		padding: 0 !important;
		text-align: left;
		max-width: 768px;
		border-radius: 0;
		background: rgba(255,255,255,1);
		box-shadow: 0 4px 15px rgba(0,0,0,0.2);
		cursor: auto
	}

	.pointButton {
		text-align: center;
	}

		.pointButton button {
			width: auto;
			margin: 0 auto;
			display: inline-block;
		}

			.pointButton button i {
				margin: 0 5px 0 0;
				font-size: 16px;
				font-size: 1.6rem;
			}


	.modaal-content-container {
		padding: 30px 0 !important;
	}

		.modalBox .modalTtl {
			width: calc (100% - 40px);
			margin: 0 20px 15px 20px;
		}

			.modalBox .modalTtl .en {
				font-size: 20px;
				font-size: 2rem;
			}

				.modalBox .modalTtl .en:before {
					top: -1px;
				}

			.modalBox .modalTtl .jp {
				margin: 5px 0 0 26px;
			}

		.modalBox .modalContainer {
			width: calc (100% - 40px);
			margin: 0 20px 25px 20px;
			flex-wrap: wrap;
		}

			.modalBox .modalContainer img {
				width: 100%;
				margin: 0 0 20px 0;
			}


			.modalBox .modalContainer p {
				width: 100%;
			}

	#intTtl {
		width: 90%;
		height: auto;
		margin: 30px 5% 35px 5%;
	}

		#intTtl .intPh {
			width: 100%;
			max-width: auto;
			margin: 0;
		}

			#intTtl .intPh .mainPh,
			#intTtl .intPh .mainPh2 {
				width: 100%;
				height: 300px;
				margin: 0;
				padding: 0;
			}

				#intTtl .intPh .mainPh img,
				#intTtl .intPh .mainPh2 img {
					width: 100%;
					height: 300px;
				}

					@media screen and (max-width: 414px) {
						#intTtl .intPh .mainPh img,
						#intTtl .intPh .mainPh2 img {
							object-position: -300px top;
						}
					}

			#intTtl .intPh .mainName {
				width: 60%;
				bottom: -50px;
				right: -20px;
			}

		#intTtl .intTtlWrap {
			width: 100%;
			min-height: auto;
			margin: 0;
			padding: 0;
			position: static;
			top: auto;
			left: auto;
			background: url("../img/conTitleBg.png") center top no-repeat;
			background-size: auto 80%;
		}

		@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			#intTtl .intTtlWrap {
				background: url("../img/conTitleBg@2x.png") center top no-repeat;
				background-size: auto 80%;
			}
		}

			#intTtl .intTtlWrap h2 {
				width: 100%;
				margin: 40px 0 20px 0;
				font-size: 20px;
				font-size: 2rem;
				text-align: center;
			}

			#intTtl .intTtlWrap h3 {
				width: 100%;
				margin: 0;
				padding: 30px 0 0 0;
				font-size: 22px;
				font-size: 2.2rem;
				text-align: center;
			}

				#intTtl .intTtlWrap h3:before {
					left: 50%;
					right: 50%;
					margin: 0 auto;
				}

				#intTtl .intTtlWrap h3 span {
					font-size: 14px;
					font-size: 1.4rem;
				}

		#intTtl .intLead {
			position: static;
			top: auto;
			left: auto;
			background: #FAF4EB;
			margin: 20px 0;
			padding: 20px;
			box-sizing: border-box;
		}

			#intTtl .intLead p {
				width: 100%;
				margin: 0;
			}

		#intTtl .intBtn {
			position: static;
			top: auto;
			right: auto;
			margin: 0 auto;
		}

	#intTxtR {
		width: 95%;
		margin: 0 0 0 5%;
		display: flex;
		flex-wrap: wrap;
	}

	#intTxtL {
		width: 95%;
		margin: 0 5% 0 0;
		display: flex;
		flex-wrap: wrap;
	}

		#intTxtR .photo {
			width: 100%;
			margin: 0 0 20px 0;
		}

		#intTxtL .photo {
			width: 100%;
			float: none;
			margin: 0 0 20px 0;
		}

			@media screen and (max-width: 414px) {
				#intTxtR .photo img,
				#intTxtL .photo img {
					width: 100%;
					height: 250px;
					max-height: 250px;
					object-fit: cover;
					object-position: center top;
				}
			}

		#intTxtR .textBox {
			width: 100%;
			position: static;
			top: auto;
			right: auto;
		}

		#intTxtL .textBox {
			width: 100%;
			position: static;
			top: auto;
			right: auto;
		}

			#intTxtR .textBox h4,
			#intTxtL .textBox h4 {
				margin: 0 0 20px 0;
				padding: 0;
				font-size: 18px;
				font-size: 1.8rem;
				line-height: 1.5em;
			}

			#intTxtR .textBox p,
			#intTxtL .textBox p {
				padding: 20px;
			}


	.intBtnWrap {
		flex-wrap: wrap;
	}

		.backBtn2 {
			width: 70%;
			margin: 10px auto;
		}

		.btnL {
			width: 70%;
			margin: 10px auto;
		}

		.btnR {
			width: 70%;
			margin: 10px auto;
		}




	.scheduleTtl {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}

		.scheduleTtl .en {
			margin: 0 0 10px 0;
		}

		.scheduleTtl .jp {
			width: 100%;
			text-align: center;
		}

		.scheduleWrap {
			flex-wrap: wrap;
			margin: 30px 0 0 0;
		}

			.scheduleBoxL,
			.scheduleBoxR {
				width: 100%;
			}

			.scheduleBoxL dt,
			.scheduleBoxR dt {
				width: 100%;
				background: none;
			}

				.scheduleBoxL dt:first-of-type,
				.scheduleBoxR dt:first-of-type,
				.scheduleBoxR dt:last-of-type {
					background: none;
				}

				.scheduleBoxL dt:last-of-type,
				.scheduleBoxL dt .arrow {
					display: none;
				}

			.scheduleBoxL dd,
			.scheduleBoxR dd {
				width: 100%;
				margin: 0 0 10px 0;
			}

	.scheBox {
		padding-bottom: 780px !important;
	}



	.wrap3part {
		flex-wrap: wrap;
	}

		.box3part {
			width: 100%;
			margin-bottom: 50px;
		}

			.box3part:nth-of-type(3) {
				margin-bottom: 0;
			}

			.box3part .header {
				margin: 0 0 15px 0;
				text-align: left;
				font-size: 18px;
				font-size: 1.8rem;
			}

			.box3part .redBox {
				width: 100%;
				margin: 0 0 15px 0;
				padding: 15px;
				box-sizing: border-box;
				border: 1px solid #E50112;
				background: #FFF;
				display: flex;
				flex-wrap: wrap;
				align-content: center;
				align-items: center;
			}

				.box3part .redBox li {
					width: 100%;
				}

				.box3part .redBox li:before {
					content: '●';
					padding: 0 3px 0 0;
					color: #E50112;
				}

			.box3part p {
				width: 100%;
				margin: 0;
				padding: 0;
			}

	.workWrap {
		margin: 0 0 30px 0;
		flex-wrap: wrap;
	}

		.workWrapL1 {
			width: 100%;
			margin-bottom: 30px;
		}

		.workWrapL2 {
			width: 100%;
			margin-bottom: 30px;
		}

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

			.workWrapR .photo {
				width: 100%;
				height: 200px;
				margin: 30px 0;
			}

				.workWrapR .photo img {
					width: 100%;
					height: 200px;
					object-fit: cover;
				}

	#symConWrap {
		width: 90%;
		max-width: auto;
		margin: 0 5%;
		padding: 90px 0 20px 0;
	}

	.symSubHeader {
		font-size: 20px;
		font-size: 2rem;
		letter-spacing: 2px;
		margin: 0 0 5px 0;
	}

	.symHeaderImg img {
		margin: 10px 0;
	}

	.symHeader {
		margin: 0 0 10px 0;
		font-size: 30px;
		font-size: 3rem;
	}

	#symIntro {
		min-height: 800px;
		background: #FAF4EB;
	}

	#symIntroWrap {
		width: 90%;
		max-width: auto;
		margin: 0 5%;
		padding: 0 0 80px 0;
		top: -30px;
		left: 0;
	}

	.symMember {
		justify-content: center;
	}

		.symMember img {
			width: auto;
		}

		.symMember span {
			width: auto;
			margin: 20px 0 0 10px;
		}

	.symMemberWrap {
		flex-wrap: wrap;
	}

		.symMemberBox {
			width: 48%;
			margin-bottom: 20px;
		}

			.symMemberBox img {
				width: 65%;
				margin: 0 auto;
			}

			.symMemberBox strong {
				font-size: 28px;
				font-size: 2.8rem;
			}

	#headWhite {
		width: 100%;
		background: none;
	}

	#sympo01 {
		width: 90%;
		margin: 0 5%;
		background: url("../../staff/img/symposium01.png") left 150px no-repeat;
	}

	#sympo02 {
		width: 90%;
		margin: 0 5%;
		background: url("../../staff/img/symposium02.png") left 150px no-repeat;
	}

	#sympo03 {
		width: 90%;
		margin: 0 5%;
		background: url("../../staff/img/symposium03.png") left 150px no-repeat;
	}

	#sympo04 {
		width: 90%;
		margin: 0 5%;
		background: url("../../staff/img/symposium04.png") left 150px no-repeat;
	}

	#sympo05 {
		width: 90%;
		margin: 0 5%;
		background: url("../../staff/img/symposium05.png") left 150px no-repeat;
	}

	#sympo06 {
		width: 90%;
		margin: 0 5%;
		background: url("../../staff/img/symposium06.png") left 150px no-repeat;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {

		#sympo01 {
			background: url("../../staff/img/symposium01@2x.png") left 150px no-repeat;
			background-size: 100% auto;
		}

		#sympo02 {
			background: url("../../staff/img/symposium02@2x.png") left 150px no-repeat;
			background-size: 100% auto;
		}

		#sympo03 {
			background: url("../../staff/img/symposium03@2x.png") left 150px no-repeat;
			background-size: 100% auto;
		}

		#sympo04 {
			background: url("../../staff/img/symposium04@2x.png") left 150px no-repeat;
			background-size: 100% auto;
		}

		#sympo05 {
			background: url("../../staff/img/symposium05@2x.png") left 150px no-repeat;
			background-size: 100% auto;
		}

		#sympo06 {
			background: url("../../staff/img/symposium06@2x.png") left 150px no-repeat;
			background-size: 100% auto;
		}

	}

	#sympoConWrap {
		width: 100%;
		max-width: auto;
		padding: 30px 0;
		flex-wrap: wrap;
	}

	#sympoConWrapR {
		width: 100%;
		max-width: auto;
		padding: 30px 0;
		flex-wrap: wrap;
	}

		#sympoConWrap .question,
		#sympoConWrapR .question {
			width: 100%;
			font-size: 17px;
			font-size: 1.7rem;
			line-height: 1.5em;
			letter-spacing: 0;
			text-align: right;
		}

			#sympoConWrap .question img,
			#sympoConWrapR .question img {
				width: auto;
				max-width: 220px;
				margin: 0 0 5px 0;
				display: block;
			}

				#sympoConWrap .question img.q1,
				#sympoConWrapR .question img.q2,
				#sympoConWrap .question img.q3,
				#sympoConWrapR .question img.q4,
				#sympoConWrap .question img.q5,
				#sympoConWrapR .question img.q6 {
					max-width: 220px;
				}

		#sympoConWrap .qWrap,
		#sympoConWrapR .qWrap {
			width: 100%;
			margin: 180px 0 0 0;
		}

		#sympoConWrap .qBox .comment:before,
		#sympoConWrapR .qBox .comment:before {
			top: 30px;
		}

	.entryWrap {
		flex-wrap: wrap;
	}

		.entryWrap .para {
			text-align: left;
		}

		.entryL {
			width: 100%;
			margin-bottom: 30px;
		}

		.entryR {
			width: 100%;
		}











}
