@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 55rem;
	height: 100dvh;
}
#main .mainVisual .fooUl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	line-height: 0;
}
#main .mainVisual .fooUl .slick-list,
#main .mainVisual .fooUl .slick-track,
#main .mainVisual .fooUl .slick-slide,
#main .mainVisual .fooUl .slick-slide > div {
	height: 100%;
}
#main .mainVisual .fooUl li {
	height: 100%;
	vertical-align: top;
	overflow: hidden;
}
#main .mainVisual .fooUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .fooUl .active img {
	animation: slideimg 9.5s forwards linear;
}
@keyframes slideimg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
#main .mainVisual .outBox {
	padding-bottom: 14.6rem;
	position: relative;
	z-index: 5;
	width: 100%;
}
#main .mainVisual .textImg01 {
	width: 31.9%;
}
#main .mainVisual .textImg01 img {
	width: 100%;
}
#main .mainVisual .textImg02 {
	margin-top: 5.9%;
    width: 27.8%;
	order: 2;
}
#main .mainVisual .textImg02 img {
	width: 100%;
}
#main .mainVisual .textBg {
	margin-left: -56rem;
	position: absolute;
	bottom: -3.4rem;
	left: 50%;
	mix-blend-mode: multiply;
	width: 110.8rem;
}
#main .mainVisual .textBg img {
	width: 100%;
}
#main .mainVisual .textImg03 {
	margin-left: -35.5rem;
	position: absolute;
	bottom: 2.4rem;
	left: 50%;
	width: 84.9rem;
}
#main .mainVisual .textImg03 img {
	width: 100%;
}
#main .sec01 {
	margin-bottom: -5%;
	position: relative;
	z-index: 5;
	padding: 8.3% 0 15.5%;
	background: url(../img/index/sec01_bg01.png) no-repeat left top / 100%,url(../img/index/sec01_bg02.png) no-repeat left bottom / 100%;
}
#main .sec01 .content {
	margin: 0 auto;
	max-width: 89.4rem;
}
#main .sec01 .inner .lBox {
	width: calc(100% - 21rem);
}
#main .sec01 .inner .lBox .logo {
	margin: 0 3.5rem 2.5rem auto;
	width: 40.4rem;
}
#main .sec01 .inner .lBox .textBox .text {
	margin-bottom: 3.2rem;
	line-height: 2;
}
#main .sec01 .inner .lBox .textBox .text:last-child {
	margin-bottom: 0;
}
#main .sec01 .inner .photo {
	margin: 3.3rem -0.1rem 0 0;
	width: 18.9rem;
	position: relative;
	z-index: 1;
}
#main .sec01 .inner .photo .enImg {
	position: absolute;
	bottom: -11.7rem;
    left: -27.5rem;
	display: block;
	width: 74.4rem;
	z-index: -1;
}
#main .sec02 {
	padding: 7% 0 12.4%;
	position: relative;
	background: url(../img/index/sec02_bg01.jpg) left top / 1.8rem;
}
#main .sec02 .content {
	max-width: inherit;
}
#main .sec02 > .en {
	position: absolute;
	top: 7.1%;
	left: 0;
	width: 100%;
}
#main .sec02 > .en img {
	width: 100%;
}
#main .sec02::before {
	position: absolute;
	top: 11.4%;
	left: 0;
	width: 100%;
	bottom: 11.3%;
	background: url(../img/index/sec02_bg02.png) no-repeat center top calc(50% - 0.1rem) / 100% 100%;
	content: '';
}
#main .sec03 {
	padding: 0.5rem 0 17.9rem;
	position: relative;
	background: url(../img/index/sec03_bg01.jpg) right top / 1.8rem;
}
#main .sec03::before {
	position: absolute;
	top: -5.6rem;
	left: 0;
	width: 100%;
	height: 14.1rem;
	background-color: #FFF;
	transform: skewY(-2deg);
	content: '';
	z-index: 2;
}
#main .sec03::after {
	position: absolute;
	top: 15.2%;
	left: 0;
	width: 100%;
	bottom: 10.5%;
	background: url(../img/index/sec03_bg02.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .sec03 .content {
	max-width: inherit;
}
#main .sec03 > .en {
	position: absolute;
	top: 13.9rem;
	left: 0;
	width: 100%;
	z-index: 5;
}
#main .sec03 .logo {
	margin: -3.6rem auto 8%;
	width: 24.5rem;
}
#main .sec03 .comInner .lBox {
	margin-top: 4rem;
	order: 2;
}
#main .sec03 .comInner .lBox .slick-dots li.slick-active {
	background-color: #DFC03E;
}
#main .sec03 .comInner .lBox .enImg {
	right: auto;
	top: 4.6rem;
	left: -11.7rem;
}
#main .sec03 .comInner .rBox .subBox {
	padding: 0 2rem 0 8.1rem;
}
#main .sec03 .comInner .rBox .subBox h2 {
	margin-bottom: 3rem;
	font-size: 3rem;
	line-height: 1.43;
	background-image: url(../img/index/h2_bg02.png);
}
#main .sec04 {
	padding: 0.5rem 0 0;
	position: relative;
}
#main .sec04::before {
	position: absolute;
	top: -5.6rem;
	left: 0;
	width: 100%;
	height: 14.1rem;
	background-color: #FFF;
	transform: skewY(2deg);
	content: '';
	z-index: 2;
}
#main .sec04 .logo {
	margin: -2.9rem auto 5.9rem;
	width: 24.5rem;
}
#main .sec04 .outBox {
	padding: 3.9rem 0 3.2rem;
	background-color: rgba(206, 255, 254, 0.6);
}
#main .sec04 h2 {
	padding: 0 2rem;
	margin: 0 auto 3.3rem;
	width: 47.5rem;
	text-align: center;
	color: #FFEE9C;
	font-size: 3.5rem;
	font-weight: 400;
	background-color: #00AFCC;
	letter-spacing: 0.025em;
	border-radius: 3rem;
	line-height: 1.2;
}
#main .sec04 h2 span {
	padding: 1.4rem 4.5rem 0.5rem 2.8rem;
	display: inline-block;
	background: url(../img/index/sec04_h_img01.png) no-repeat left top calc(50% + 0.2rem) / 2.3rem,url(../img/index/sec04_h_img02.png) no-repeat right top calc(50% + 0.2rem) / 2.3rem;
}
#main .sec04 .text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
#main .sec04 .bgBox {
	padding: 8rem 0 8.1rem;
	background: #fff url(../img/index/sec04_bg.png) repeat center top / cover;
}
#main .sec04 .content {
	max-width: 104.8rem;
}
#main .sec04 .infoBox {
	margin-bottom: 9.2rem;
	padding: 1px 2rem 5.4rem;
	border-radius: 2rem;
	border: 0.2rem solid #00AFCC;
	background-color: #fff;
}
#main .sec04 .infoBox:last-of-type {
	margin-bottom: 0;
}
#main .sec04 .infoBox h3 {
	padding: 0.8rem 0 0.2rem;
	margin: -2rem auto 5.3rem;
	min-width: 28.5rem;
	width: fit-content;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 2.1rem;
	border-radius: 1.8rem;
	line-height: 1.2;
	background-color: #85DCE5;
}
#main .sec04 .infoBox .ttl {
	margin-bottom: 0.7rem;
	color: #00AFCC;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .sec04 .infoBox .txt {
	margin-bottom: 3.8rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
#main .sec04 .infoBox .imgBox {
	margin:  0 auto;
	max-width: 72.8rem;
}
#main .sec04 .infoBox .imgBox .photoBox {
	width: 16.8rem;
}
#main .sec04 .infoBox .imgBox .textBox {
	width: 53rem;
}
#main .sec04 .infoBox .txtList {
	margin-right: -1rem;
	padding-top: 0.1rem;
}
#main .sec04 .infoBox .txtList li {
	margin-bottom: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .sec04 .infoBox .txtList li:last-child {
	margin-bottom: 0;
}
#main .sec04 .infoBox .txtList .lTxt {
	font-size: 1.6rem;
	width: 8.2rem;
}
#main .sec04 .infoBox .txtList .rTxt {
	margin-top: -0.5rem;
	flex: 1;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}
#main .sec04 .infoBox .txtList .rTxt .time {
	font-weight: 500;
	font-size: 1.8rem;
}
#main .sec04 .infoBox .txtList .rTxt a {
	margin-left: 0.8rem;
	padding-right: 2.5rem;
	display: inline-block;
	font-size: 1.55rem;
	font-weight: 400;
	color: #0071BC;
	text-decoration: underline;
	vertical-align: 0.3rem;
	background: url(../img/common/icon02.png) no-repeat right center / 2.1rem;
}
#main .sec04 .infoBox .txtList .rTxt a.spec {
	margin-left: 1.4rem;
	font-size: 1.45rem;
}
#main .sec04 .infoBox .txtList .rTxt a .sml {
	font-size: 1.15rem;
}
#main .sec04 .infoBox .txtList .rTxt a:hover {
	opacity: 0.7;
}
#main .sec04 .infoBox01 {
	padding-bottom: 3.7rem;
}
#main .sec04 .infoBox01 h3 {
	margin: -1.7rem auto 4.6rem;
	background-color: #DFC03E;
}
#main .sec04 .infoBox01 .ttl {
	margin-bottom: 0.3rem;
	color: #DFC03E;
}
#main .sec04 .infoBox01 .txt {
	margin: 0 auto 1.5rem;
	max-width: 73.5rem;
	text-align: left;	
	align-items: flex-start;
}
#main .sec04 .infoBox01 .txt img {
	width: 10rem;
}
#main .sec04 .infoBox01 .txt span {
	margin: 0.8rem 0 0 6.7rem;
	width: calc(100% - 20rem);
	display: inline-block;
}
#main .sec04 .infoBox01 .exhibitBox {
	margin: 0 auto 1.7rem;
	max-width: 84rem;
}
#main .sec04 .infoBox01 .exhibitBox:last-of-type {
	margin-bottom: 0;
}
#main .sec04 .infoBox01 .exhibitBox .photoBox {
	width: 24.9rem;
}
#main .sec04 .infoBox01 .exhibitBox .textBox {
	margin-top: 2.7rem;
	flex: 1;
}
#main .sec04 .infoBox01 .exhibitBox .textBox h4 {
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	font-size: 2.2rem;
	color: #00AFCC;
	border-bottom: 1px solid #00AFCC;
}
#main .sec04 .infoBox01 .exhibitBox .phoBox {
	width: 19rem;
}
#main .sec04 .infoBox01 .exhibitBox .txtBox {
	padding-top: 0.2rem;
	width: calc(100% - 22.2rem);
}
#main .sec04 .infoBox01 .exhibitBox .txtList {
	margin-bottom: 0.6rem;
}
#main .sec04 .infoBox01 .exhibitBox .lTxt {
	width: 7rem;
	font-size: 1.4rem;
}
#main .sec04 .infoBox01 .exhibitBox .rTxt {
	font-size: 2rem;
	width: calc(100% - 7rem);
	word-break: break-all;
}
#main .sec04 .infoBox01 .exhibitBox .rTxt .sml {
	font-size: 1.6rem;
}
#main .sec04 .infoBox01 .exhibitBox .rTxt .red01 {
	color: #C1272D;
}
#main .sec04 .infoBox01 .exhibitBox .rTxt .red02 {
	color: #FF0000;
}
#main .sec04 .infoBox01 .exhibitBox .info {
	margin-bottom: 2.3rem;
	font-size: 1.4rem;
	line-height: 1.78;
}
#main .sec04 .infoBox01 .exhibitBox .info.spec {
	font-size: 1.3rem;
	line-height: 1.54;
}
#main .sec04 .infoBox01 .exhibitBox .btn {
	margin-left: auto;
	width: 20.5rem;
}
#main .sec04 .infoBox01 .exhibitBox .btn a {
	padding: 0.5rem 2rem;
	display: block;
	text-align: center;
	color: #333;
	font-size: 1.4rem;
	border: 1px solid #333;
	border-radius: 0.6rem;
}
#main .sec04 .infoBox01 .exhibitBox .btn a:hover {
	opacity: 0.7;
}
#main .sec04 .infoBox01 .exhibitBox01 .textBox {
	margin-top: 0.5rem;
}
#main .sec04 .infoBox01 .exhibitBox01 .textBox h4 {
	color: #DFC03E;
	border-color: #DFC03E;
}
@media all and (max-width: 960px) {
	#main .mainVisual {
		display: block;
		min-height: 50rem;
	}
	#main .mainVisual .fooUl img {
		object-position: center top;
	}
	#main .mainVisual .outBox {
		padding: 8.5svh 1rem 0;
		display: block;
	}
	#main .mainVisual .textImg01 {
		margin: 0 auto;
		padding-right: 0.6rem;
		width: 34.9svh;
		box-sizing: content-box;
	}
	#main .mainVisual .textImg02 {
		margin: 0 0 13.2svh auto;
		width: 12svh;
	}
	#main .mainVisual .textBg {
		margin-left: -32.8svh;
		bottom: -4.2svh;
		width: 63.9svh;
	}
	#main .mainVisual .textImg03 {
		margin-left: -20.7svh;
        bottom: -0.9svh;
		width: 44.4svh;
	}
	#main .sec01 {
		margin-bottom: -14%;
		padding: 26.7% 0 33%;
		background: url(../img/index/sec01_bg01_sp.png) no-repeat left top / 100%,url(../img/index/sec01_bg02_sp.png) no-repeat left bottom / 100%;
	}
	#main .sec01 .inner {
		display: block;
	}
	#main .sec01 .inner .lBox {
		width: auto;
	}
	#main .sec01 .inner .lBox .logo {
		margin: 0 auto 3.5rem;
		width: 28.3rem;
	}
	#main .sec01 .inner .lBox .textBox .text {
		margin-bottom: 2.7rem;
		line-height: 1.93;
	}
	#main .sec01 .inner .photo {
		margin: 4.3rem auto 0;
		width: 13.6rem;
	}
	#main .sec01 .inner .photo .enImg {
		bottom: -4.1rem;
        left: -3.3rem;
		width: 29.3rem;
	}
	#main .sec02 {
		padding: 21% 0 20.8rem;
	}
	#main .sec02 > .en {
		top: 7.8%;
	}
	#main .sec02 > .en img {
		width: 100%;
	}
	#main .sec02::before {
		top: 8.6%;
        bottom: 7.5%;
		background: url(../img/index/sec02_bg02_sp.png) no-repeat center top / 100% 100%;
	}
	#main .sec03 {
		padding: 0.5rem 0 26.3rem;
	}
	#main .sec03::before {
		top: -5.6rem;
		height: 16.1rem;
		transform: skewY(-6deg);
	}
	#main .sec03::after {
		top: 13.4%;
        bottom: 6.7%;
		background: url(../img/index/sec03_bg02_sp.png) no-repeat center top / 100% 100%;
	}
	#main .sec03 > .en {
		top: 14.1rem;
	}
	#main .sec03 > .en img {
		width: 100%;
	}
	#main .sec03 .logo {
		margin: -2rem auto 25%;
	}
	#main .sec03 .comInner .lBox {
		margin-top: 5rem;
	}
	#main .sec03 .comInner .rBox .subBox h2 {
		margin-bottom: 3rem;
		line-height: 1.36;
	}
	#main .sec04::before {
		top: -5.6rem;
		height: 13rem;
		transform: skewY(6deg);
	}
	#main .sec04 .outBox {
		padding: 0 0 1.9rem;
		position: relative;
		z-index: 1;
	}
	#main .sec04 .outBox::before {
		position: absolute;
		top: 1rem;
		left: 0;
		width: 100%;
		height: 4.1rem;
		background: url(../img/index/sec04_bg01.png) no-repeat center top / 100%;
		content: '';
		z-index: -1;
	}
	#main .sec04 .logo {
		margin: -2.7rem auto 5.4rem;
	}
	#main .sec04 h2 {
		padding: 0 0.5rem;
		margin-bottom: 2.7rem;
		width: 32.5rem;
		font-size: 3rem;
	}
	#main .sec04 h2 span {
		padding: 1.6rem 3.6rem 0.8rem 2.8rem;
		background-size: 2rem auto,2rem auto;
	}
	#main .sec04 .text {
		margin: 0 2.1rem;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.96;
	}
	#main .sec04 .bgBox {
		padding: 5.1rem 1.5rem 8.4rem;
		background-image: url(../img/index/sec04_bg_sp.png);
	}
	#main .sec04 .content {
		margin: 0 !important;
	}
	#main .sec04 .infoBox {
        margin-bottom: 4.9rem;
        padding: 1px 2rem 2.4rem;
    }
	#main .sec04 .infoBox h3 {
		padding: 0.7rem 0.5rem 0.2rem;
		margin: -1.1rem auto 1.8rem;
		min-width: 22.8rem;
		font-size: 1.7rem;
		border-radius: 1.8rem;
	}
	#main .sec04 .infoBox .ttl {
		margin-bottom: 0.7rem;
		font-size: 1.8rem;
		letter-spacing: -0.07em;
	}
	#main .sec04 .infoBox .txt {
		margin: 0 0.9rem 2rem;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.96;
	}
	#main .sec04 .infoBox .imgBox {
		margin: 0;
		max-width: 100%;
		display: block;
	}
	#main .sec04 .infoBox .imgBox .photoBox {
		margin: 0 auto 1.5rem;
		width: 10.3rem;
	}
	#main .sec04 .infoBox .imgBox .textBox {
		width: auto;
	}
	#main .sec04 .infoBox .txtList {
		margin: 0 0.8rem;
	}
	#main .sec04 .infoBox .txtList li {
		margin-bottom: 1.5rem;
		display: block;
	}
	#main .sec04 .infoBox .txtList .lTxt {
		font-size: 1.2rem;
	}
	#main .sec04 .infoBox .txtList .rTxt {
        margin: 0 -1rem 0 1rem;
        display: block;
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    #main .sec04 .infoBox .txtList .rTxt .time {
        font-size: 1.5rem;
    }
    #main .sec04 .infoBox .txtList .rTxt a {
        margin: 0.5rem 0 0 0 !important;
        display: block;
        width: fit-content;
        font-size: 1.56rem;
    }
	#main .sec04 .infoBox .txtList .rTxt a .sml {
        font-size: 1.2rem;
    }
	#main .sec04 .infoBox01 {
		padding-bottom: 3.4rem;
	}
	#main .sec04 .infoBox01 h3 {
		margin-bottom: 2.3rem;
	}
	#main .sec04 .infoBox01 .ttl {
		margin-bottom: 1.2rem;
	}
	#main .sec04 .infoBox01 .txt {
		margin: 0 0 3.2rem;
		max-width: inherit;
		display: block;
	}
	#main .sec04 .infoBox01 .txt img {
		margin: 0 auto;
		display: block;
		width: 10rem;
	}
	#main .sec04 .infoBox01 .txt span {
		margin: 0 0.9rem 1rem;
		width: auto;
		display: block;
	}
	#main .sec04 .infoBox01 .exhibitBox {
		margin: 0 0 3.7rem;
		max-width: inherit;
		display: block;
	}
	#main .sec04 .infoBox01 .exhibitBox .photoBox {
		display: none;
	}
	#main .sec04 .infoBox01 .exhibitBox .textBox {
		margin: 0 0.7rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .textBox h4 {
		padding-bottom: 0.1rem;
		margin-bottom: 2rem;
		font-size: 1.8rem;
		text-align: center;
	}
	#main .sec04 .infoBox01 .exhibitBox .textBox .subBox {
		display: block;
	}
	#main .sec04 .infoBox01 .exhibitBox .phoBox {
		margin: 0 auto 1.4rem;
		width: 25.9rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .txtBox {
		width: auto;
	}
	#main .sec04 .infoBox01 .exhibitBox .txtList {
		margin: 0 0.2rem 1.5rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .lTxt {
		margin-bottom: -0.2rem;
		display: block;
		width: auto;
		font-size: 1.2rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .rTxt {
		font-size: 1.8rem;
		width: auto;
	}
	#main .sec04 .infoBox01 .exhibitBox .rTxt .sml {
		font-size: 1.4rem;
		vertical-align: 0.2rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .info {
		margin: 0 1rem 1.4rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .btn {
		margin: 0 auto;
		width: 26.7rem;
	}
	#main .sec04 .infoBox01 .exhibitBox .btn a {
		padding: 1.2rem 2rem 0.9rem;
	}
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}