Ω@charset "UTF-8";
/* CSS Document */
body,div,
ul,ol,li,dl,dt,dd,br,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
img {
	width: 100%;
	height: auto;
}
body {
	font-size:15px;
	font-family: aktiv-grotesk, 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif !important;	
	line-height: 2;
	background-color:#FFF;
	color: #333;
	letter-spacing: 0.04em;
}
p {
}
a {
	color:#15654c;
}
a:hover {
	text-decoration: none;
}
header {
}
header h1 {
	text-align: center;
}
header h1 img {
	width: 100%;
	vertical-align: bottom;
}
h2 {
	font-size: 200%;
	margin-bottom: 0;
}
h2 span {
	font-size: 70%;
}
h3 {
	margin-bottom: 1em;
	font-size: 140%;
	font-weight: bold;
	color: #15654c;
}
h4 {
	font-size: 120%;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #15654c;
}
h5 {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
small {
	font-size: 90%;
}
figcaption {
	font-size: 85%;
	color: #888;
}
.pcNone {
	display: none;
}
.btn {
	text-align: center;
	margin: 2em 0 1em 0;
}
.btn a {
	text-decoration: none;
	color: #fff;
	padding: 1em 3.5em;
	background-color: #15654c;
}
.btn a:hover {
	color: #15654c;
	background-color: #fff;
	border: 1px solid #15654c;
}
.btn.gray a {
	background-color: #999;
}
.btn.gray a:hover {
	color: #999;
	border: 1px solid #999;
}
.btn.backtop {
	margin: 4em auto 0 auto;
	width: 30%;
}
.btn.backtop a {
	background-color: #fff;
	border: 1px solid #15654c;
	color: #15654c;
	display: block;
	padding: 1em 0;
}
.btn.border a:hover {
	color: #fff;
	background-color: #15654c;
}
.txtLine {
	color: #15654c;
  background: linear-gradient(transparent 30%, #e9f0ee 0%);
}
.cmnBox {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
.cmnDate {
	font-size: 150%;
	color: #15654c;
	text-align: center;
}
.cmnDate span {
	font-size: 80%;
}
.txt {
	margin-bottom: 0.5em;
}
.attention {
	font-size: 90%;
	color: #15654c;
}
.intro {
	margin: 0 auto;
}
.intro h1 img {
	padding: 5%;
	width: 90%;
}
.intro .introTxt {
	margin: 30px auto 80px auto;
}
.intro .introTxt p {
	text-align: center;
}
.intro .introTxt .catch {
	color: #15654c;
	font-size: 250%;
	margin-bottom: 0.2em;
}
.intro .introTxt .txt {
	font-size: 130%;
	line-height: 2.4;
	margin-bottom: 1em;
}
.intro .introTxt .txt.sub {
	font-size: 100%;
	color: #15654c;
}
.intro .phgroup {
	width: 100%;
}
.intro .phgroup .ph img{
	border-radius: 50%;
	overflow: hidden;
}
.intro .phgroup .ph{
	position: absolute;
}
.intro .phgroup .ph01{
	width: 30%;
	top: 1200px;
	left: 2%;
	z-index: 10;
}
.intro .phgroup .ph02{
	width: 23%;
	top: 1370px;
	left: 27%;
	z-index: 10;
}
.intro .phgroup .ph03{
	width: 22%;
	top: 1200px;
	right: 25%;
	z-index: 10;
}
.intro .phgroup .ph04{
	width: 25%;
	top: 1250px;
	right: 2%;
	z-index: 10;
}
.intro .phgroup .ph05{
	width: 18%;
	top: 1100px;
	right: 5%;
}
.intro .phgroup .ph06{
	width: 10%;
	top: 1130px;
	left: 2%;
}
.intro .phgroup .ph07{
	width: 10%;
	top: 1500px;
	right: 23%;
}
.intro .phgroup .ph08{
	width: 30%;
	top: 1150px;
	left: 26%;
}
.intro .phgroup .ph09{
	width: 13%;
	top: 1000px;
	right: 0%;
}
.intro .phgroup .ph10{
	width: 13%;
	top: 1500px;
	left: 10%;
}

.contents {
	margin-top: 80px;
}
.contents .headline {
	background-color: #e9f0ee;
	color: #15654c;
	padding: 0.5em 0;
	margin-bottom: 1.5em;
}
.contents .headline .cmnBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contents .headline h2 {
	font-size: 220%;
}
.contents .headline .date {
	text-align: right;
}

.contents h2 span {
}

.contents .eventBox {
}
.eventBox .phgroup {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.eventBox .phgroup .ph {
	width: 49.5%;
}
.contents .eventBox .infoWrap {
	display: flex;
	justify-content: space-between;
}
.contents.chstyle .eventBox .infoWrap,
.contents.concert .eventBox .infoWrap {
	align-items: flex-start;
}
.contents .eventBox .txtWrap {
	width: 60%;
}

.eventBox .schedule {
	width: 33%;
	background-color: #e9f0ee;
	padding: 1em;
}
.eventBox .schedule .attention {
	font-size: 85%;
}
.eventBox table {
	width: 100%;
	color: #15654c;
	margin: 0.5em 0;
	border: 1px solid #15654c;
}
.eventBox table th {
	border: 1px solid #15654c;
	text-align: center;
}
.eventBox table td {
	text-align: center;
	padding: 0.2em;
}
.eventBox table td.day {
	border-right: 1px solid #15654c;
}
.eventBox table td.last {
	border-top: 1px solid #15654c; 
}
.eventBox .applyHowto {
	color: #15654c;
	text-align: center;
	border: 1px solid #15654c;
	padding: 0.5em;
	margin-top: 1em;
}
.eventBox .liveTxt {
	margin-bottom: 2em;
}
.eventBox .live ul {
	display: flex;
	margin-bottom: 2em;
}
.eventBox .live ul li {
	width: 33%;
	margin-right: 1%;
	font-size: 90%;
	line-height: 1.5;
	color: #666;
}
.eventBox .live ul li img {
	margin-bottom: 0.5em;
}
.eventBox .live ul li small {
	font-size: 90%;
}
.contents.newmodel {
	background-color: #efefef;
	padding: 1em;
}
.contents.newmodel h2 {
	background-color: #efefef;
	margin-bottom: 1em;
	text-align: center;
}
.newmodel ul {
}
.newmodel ul li {
	margin-bottom: 2em;
}
.newmodel ul li .ph {
	display: flex;
	gap: 0 1em;
	justify-content: space-between;
}
.newmodel ul li .txt b {
	font-size: 110%;
	display: block;
	margin-bottom: 0.5em;
}
.apply {
	background-color: #e9f0ee;
}
.apply .applyBox {
	padding: 2em;
}
.apply .applyBox .btnBox {
	display: flex;
	justify-content: space-evenly;
}
.apply .applyBox h3 {
}
.apply .setsumei {
}
.apply .step {
	display: none;
}
.apply .shisatsu,
.apply .tour {
	display: none;
	padding: 0 0 2em 0;
}
.apply h4.shisatsu-open,
.apply h4.tour-open {
	padding: 0.5em 1.5em;
	border: 1px solid #15654c;
	display: inline-block;
	width: 520px;
	margin-bottom: 1.5em;
}
.apply h4.shisatsu-open:hover,
.apply h4.tour-open:hover {
	/* text-decoration: underline; */
	/* cursor: pointer; */
}
.apply .shisatsu ul,
.apply .tour ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1em;
}
.apply .shisatsu ul li,
.apply .tour ul li {
	width: 25%;
	margin-bottom: 0.5em;
}
.apply .txt {
	margin-bottom: 2em;
}
.dateWrap {
	display: flex;
}
.dateWrap.first {
	margin-top: 1em;
}
.dateWrap div {
	padding: 0.5em 1em;
	margin-bottom: 1px;
}
.dateWrap div.date {
	color: #fff;
	background-color: #15654c;
}
.nav-open{
	padding: 0.5em 1.5em;
	border: 1px solid #15654c;
	display: inline-block;
	font-weight: bold;
	color: #15654c;
}
.nav-open:hover{
	cursor: pointer;
	text-decoration: underline;
}
.apply .step ul {
	padding-top: 1em;
}
.apply .step ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.apply .step ul li .ph {
	width: 50%;
}
.apply .step ul li p {
	width: 46%;
}
.apply .step ul li b {
	font-weight: normal;
	font-size: 110%;
}

.contents .info {
	border: 5px solid #e9f0ee;
	padding: 1.5em 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}
.contents .info .title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}

.contents .flyer .flyerWrapper {
	display: flex;
	justify-content: flex-start;
}
.contents .flyer .flyerWrapper div {
	font-size: 90%;
	width: 22%;
	margin-right: 3%;
}

.contents.adwBox {
	border-top: 1px solid #ccc;
	padding-top: 80px;
}
.contents .adw {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
.contents .adw .ph {
	width: 40%;
}
.contents .adw .txt {
	width: 55%;
}

.footer {
	margin-top: 60px;
	background-color: #15654c;
	color: #fff;
	font-size: 85%;
	padding: 0.5em 0;
	text-align: right;
}

.after p {
	text-align: center;
	font-size: 150%;
	color: #15654c;
	margin-bottom: 1em;
}
.after .inner {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}
.after .inner div {
	width: 32.5%;
}


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

	.intro {
		max-width: 1024px;
	}
	.intro .phgroup .ph01{
		top: 1100px;
	}
	.intro .phgroup .ph02{
		top: 1270px;
	}
	.intro .phgroup .ph03{
		top: 1100px;
	}
	.intro .phgroup .ph04{
		top: 1150px;
	}
	.intro .phgroup .ph05{
		top: 1000px;
	}
	.intro .phgroup .ph06{
		top: 1030px;
	}
	.intro .phgroup .ph07{
		top: 1400px;
	}
	.intro .phgroup .ph08{
		top: 1050px;
	}
	.intro .phgroup .ph09{
		top: 930px;
	}
	.intro .phgroup .ph10{
		top: 1400px;
	}

}

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

	html * {max-height:1000000px;}
	figcaption {
		font-size: 95%;
	}
	h2 span {
		font-size: 70%;
	}
	h3 {
		font-size: 130%;
	}
	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
	.btn a {
		padding: 1em 3em;
		font-size: 120%;
	}
	.cmnBox {
		width: 90%;
		margin: 0 auto;
	}
	.cmnDate {
		text-align: left;
		font-size: 130%;
	}
	header h1 img {
		width: 100%;
		max-width: 500px;
	}

	.intro {
	}

	.intro .introTxt {
		margin-top: 0;
	}
	.intro .introTxt .txt {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		line-height: 2;
		font-size: 110%;
	}
	.intro .introTxt .txt.sub {
		margin-top: 1em;
	}
	.intro .introTxt .catch {
		font-size: 200%;
		padding-top: 0.5em;
	}

	.intro .phgroup {
		width: 100%;
		max-width: 375px;
		margin-bottom: 3em;
		position: absolute;
		top: 880px;
		height: 400px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.intro .phgroup .ph {
	}

	.intro .phgroup .ph01{
		width: 60%;
		top: 80px;
	}
	.intro .phgroup .ph02{
		width: 43%;
		top: 190px;
		left: initial;
		right: 9%;
	}
	.intro .phgroup .ph03{
		width: 44%;
		top: 350px;
		right: initial;
		left: 10%;
	}
	.intro .phgroup .ph04{
		width: 48%;
		top: 420px;
		right: 7%;
	}
	.intro .phgroup .ph05{
		width: 35%;
		top: 320px;
		right: 0;
	}
	.intro .phgroup .ph06{
		width: 25%;
		top: 40px;
	}
	.intro .phgroup .ph07{
		width: 27%;
		top: 310px;
		right: 38%;
	}
	.intro .phgroup .ph08{
		width: 60%;
		top: 0px;
		right: 2%;
		left: initial;
	}
	.intro .phgroup .ph09{
		width: 28%;
		top: 310px;
		right: initial;
		left: 0%;
		z-index: 11;
	}
	.intro .phgroup .ph10{
		width: 20%;
		top: 530px;
	}

	.contents {
		margin-top: 50px;
	}
	.contents .headline h2 {
		font-size: 160%;
	}
	.contents .headline .cmnBox {
		display: block;
	}
	.contents .eventBox .infoWrap {
		display: block;
	}
	.contents .eventBox .txtWrap {
		width: 100%;
	}
	.eventBox .schedule {
		width: calc( 100% - 2em);
		margin-top: 30px;
		padding: 1em 1em;
	}
	.eventBox .schedule .cmnDate {
		text-align: center;
	}
	.eventBox table th,
	.eventBox table td {
	}
	.newmodel ul li {
		font-size: 120%;
	}
	.nav-open{
		width: calc(100% - 4em);
		font-size: 90%;
		margin-bottom: 2em;
	}
	.apply .step ul li {
		display: block;
		margin-bottom: 2em;
	}
	.apply .step ul li .ph {
		width: 100%;
	}
	.apply .step ul li p {
		width: 100%;
	}
	.apply .step ul li p b {
		font-size: 120%;
	}
	.apply .applyBox .btnBox {
		display: block;
	}
	.apply h4.shisatsu-open,
	.apply h4.tour-open {
		width: calc(100% - 4em);
		font-size: 90%;
	}
	.apply .shisatsu ul li,
	.apply .tour ul li {
		width: 100%;
	}
	.dateWrap {
		display: block;
		margin-top: 1em;
	}
	.dateWrap.first {
	}
	.dateWrap div {
		padding: 0.2em 1em;
	}
	.dateWrap div.date {
		margin-bottom: 0.5em;
	}

	.contents .info {
		margin-top: 3em;
	}
	.contents.adwBox {
		padding-top: 60px;
	}
	.contents .adw {
		display: block;
	}
	.contents .adw .ph {
		width: 100%;
		margin-bottom: 1em;
	}
	.contents .adw .txt {
		width: 100%;
	}
	.contents .flyer .flyerWrapper {
		flex-wrap: wrap;
	}
	.contents .flyer .flyerWrapper div {
		width: 48%;
		margin-bottom: 2em;
		margin-right: 2%;
	}

	.footer {
		font-size: 65%;
	}
	.btn.backtop {
		width: 90%;
	}
	.after .inner div {
		width: 48.5%;
	}

}