@charset "UTF-8";


/*========================================

  各種セミナー、イベント

========================================*/
#com_pagetop_a .ttl_box h1 {
	width: 630px;
	margin: 0 auto;
	letter-spacing: 2px;
	background-color: #ff6e96;
}

@media screen and (max-width: 767px) {
	#com_pagetop_a .ttl_box h1 {
		width: 64vw;
		margin: 0 auto;
		letter-spacing: normal;
	}
}

.btnbox {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.btnbox .btnSearch a {
	padding-right: 0;
	padding-left: 0;
	width: 380px;
	text-align: center;
}

.btnbox .btnSearch a span {
	justify-content: center;
	padding-right: .5em;
}

@media screen and (max-width: 767px) {
	.btnbox {
		display: block;
	}

	.btnbox .btnSearch {
		margin-top: 2vw;
	}

	.btnbox .btnSearch a {
		padding-right: 0;
		padding-left: 0;
		width: 75%;
	}
}


/* キッズ・シニア共通 */
.sec_ttl {
	position: relative;
	padding-top: 30px;
}

.sec_ttl h2 {
	position: absolute;
	top: 20px;
}

.sec_ttl .ttl_bg {
	width: calc(100vw - 250px - (100vw - 1200px) / 2);
	height: 460px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.sec_ttl {
		position: relative;
		height: 57vw;
		padding-top: 0;
	}

	.sec_ttl h2 {
		position: relative;
		top: -20vw;
	}

	.sec_ttl .ttl_bg {
		width: 100%;
		height: 40vw;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 1800px) {
	.sec_ttl h2 {
		top: 20px;
	}

	.sec_ttl .ttl_bg {
		height: 500px;
	}
}




.com_p1 {
	font-size: 36px;
	font-weight: 600;
	margin-top: 70px;
}

.com_p2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 1em;
}

.base_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}

.base_box .item {
	width: 480px;
	border-radius: 15px;
	background-color: #fff;
	padding: 25px;
}

.base_box .item span img {
	border-radius: 10px;
}

.base_box .item h3 {
	color: #ff6e96;
	font-size: 28px;
	font-weight: 600;
	margin-top: .8em;
}

.base_box .item p {
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
}

.base_box .maru {
	width: 680px;
	height: 434px;
	background-image: url(../img/img_07_pc.svg);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}

.base_box .maru h4 {
	font-size: 34px;
	font-weight: 600;
	padding-top: 30px;
}

.base_box .maru ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 550px;
	margin: 0 auto;
}

.base_box .maru ul li {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	list-style: none;
	border-radius: 100vh;
	padding: .5em 1em;
	margin: 0 7px;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.com_p1 {
		font-size: 4.5vw;
		margin-top: 20vw;
	}

	.com_p2 {
		font-size: 3.6vw;
		margin-top: .7em;
	}

	.base_box {
		flex-direction: column;
		margin-top: 0;
	}

	.base_box .item {
		width: 100%;
		border-radius: 3vw;
		margin-top: 5vw;
		padding: 5vw;
	}

	.base_box .item span img {
		border-radius: 3vw;
	}

	.base_box .item h3 {
		font-size: 4vw;
		margin-top: .5em;
	}

	.base_box .item p {
		font-size: 3.4vw;
		margin-top: .5em;
	}

	.base_box .maru {
		width: 100%;
		margin: 0 auto;
		height: auto;
		border-radius: 10vw;
		background-color: #fff;
		background-image: none;
		margin-top: 5vw;
		padding: 5vw 2vw;
	}

	.base_box .maru h4 {
		font-size: 4.5vw;
		padding-top: 0;
	}

	.base_box .maru ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}

	.base_box .maru ul li {
		font-size: 3.2vw;
		padding: .5em .8em;
		margin: 0 1vw;
		margin-top: 3vw;
	}
}



/* #sec001 */
#sec001 {
	padding-top: 50px;
	padding-bottom: 180px;
}

#sec001 .copy {
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
}

#sec001 .copy strong {
	display: block;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: .5em;
}

#sec001 .bubble {
	margin-bottom: 40px;
}

#sec001 .bubble span {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 100vh;
	padding: .7em 1.5em;
	margin: 0 5px;
	margin-top: 30px;
}

#sec001 .bubble span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 13px 7.5px 0 7.5px;
	translate: -50% 100%;
}

#sec001 .bubble .b01 {
	background-color: #ff8a49;
}

#sec001 .bubble .b02 {
	background-color: #84c642;
}

#sec001 .bubble .b03 {
	background-color: #3bafa5;
}

#sec001 .bubble .b04 {
	background-color: #4a77e3;
}

#sec001 .bubble .b05 {
	background-color: #8f49e3;
}

#sec001 .bubble .b01::after {
	border-color: #ff8a49 transparent transparent;
}

#sec001 .bubble .b02::after {
	border-color: #84c642 transparent transparent;
}

#sec001 .bubble .b03::after {
	border-color: #3bafa5 transparent transparent;
}

#sec001 .bubble .b04::after {
	border-color: #4a77e3 transparent transparent;
}

#sec001 .bubble .b05::after {
	border-color: #8f49e3 transparent transparent;
}

#sec001 .box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 380px;
	background-image: url(../img/img_01_pc.svg);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	margin-top: 50px;
}

#sec001 .box strong {
	display: block;
	color: #ff6e96;
	font-size: 30px;
	font-weight: 600;
	padding-top: 70px;
}

#sec001 .box p {
	font-size: 20px;
	font-weight: 600;
	margin-top: 1em;
}

#sec001 .box p .pink {
	color: #ff6e96;
}

#sec001 .box .s01 {
	position: absolute;
	top: 70px;
	left: -50px;
}

#sec001 .box .s02 {
	position: absolute;
	top: 20px;
	right: -80px;
}

#sec001 .btnSearch {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 8vw;
		padding-bottom: 30vw;
	}

	#sec001 .copy {
		font-size: 3.6vw;
		line-height: 1.7em;
	}

	#sec001 .copy strong {
		font-size: 4.5vw;
		margin-bottom: .7em;
	}

	#sec001 .bubble {
		margin-bottom: 5vw;
	}

	#sec001 .bubble span {
		font-size: 3.6vw;
		padding: .5em 2em;
		margin: 0 0;
		margin-top: 5vw;
	}

	#sec001 .box {
		position: relative;
		width: 100%;
		margin: 0 auto;
		height: 68vw;
		background-image: url(../img/img_01_sp.svg);
		background-position-x: center;
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin-top: 5vw;
	}

	#sec001 .box strong {
		font-size: 4vw;
		padding-top: 10vw;
	}

	#sec001 .box p {
		font-size: 3.4vw;
	}

	#sec001 .box .s01 {
		position: absolute;
		top: -10vw;
		left: -3vw;
	}

	#sec001 .box .s01 img {
		width: 30vw;
	}

	#sec001 .box .s02 {
		position: absolute;
		top: auto;
		bottom: -12vw;
		right: 3vw;
	}

	#sec001 .box .s02 img {
		width: 30vw;
	}

	#sec001 .btnbox {
		margin-top: 15vw;
	}

	#sec001 .btnSearch {
		margin-top: 3vw;
	}
}



/* #sec002 */
#sec002 {
	position: relative;
	background-color: #f7dbf0;
	padding-bottom: 200px;
}

#sec002::before {
	position: absolute;
	content: "";
	top: -130px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 130px;
	background-image: url(../../assets/img/bg_07_pc.png);
	background-size: 100% 130px;
	background-repeat: no-repeat;
}

#sec002 .sec_ttl h2 {
	left: calc((100vw - 1200px) / 2);
}

#sec002 .sec_ttl .ttl_bg {
	border-radius: 30px 0 0 30px;
	background-image: url(../img/ttl_bg_01_pc.jpg?v3);
	margin-left: auto;
}

#sec002 .base_box .item h3 {
	color: #ff6e96;
}

#sec002 .base_box .maru h4 {
	color: #ff6e96;
}

#sec002 .base_box .maru ul li {
	background-color: #ff6e96;
}

#sec002 .box2 {
	margin-top: 50px;
}

#sec002 .box2 p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-bottom: 35vw;
	}

	#sec002::before {
		position: absolute;
		content: "";
		top: -110px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 110px;
		background-image: url(../../assets/img/bg_07_sp.png);
		background-size: 150% 110px;
		background-position-x: center;
		background-repeat: no-repeat;
	}

	#sec002 .sec_ttl h2 {
		margin-top: 0;
		left: 0;
	}

	#sec002 .sec_ttl h2 img {
		width: 40vw;
	}

	#sec002 .sec_ttl .ttl_bg {
		border-radius: 0 0 0 0;
	}

	#sec002 .box2 {
		margin-top: 8vw;
	}

	#sec002 .box2 p {
		font-size: 3vw;
		margin-top: .5em;
	}
}



/* #sec003 */
#sec003 {
	position: relative;
	background-color: #ffed80;
	margin-bottom: 180px;
}

#sec003::before {
	position: absolute;
	content: "";
	top: -130px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 130px;
	background-image: url(../../assets/img/bg_08_pc.png);
	background-size: 100% 130px;
	background-repeat: no-repeat;
}

#sec003::after {
	position: absolute;
	content: "";
	bottom: -210px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 210px;
	background-image: url(../../assets/img/bg_09_pc.png);
	background-size: 100% 210px;
	background-repeat: no-repeat;
}

#sec003 .sec_ttl h2 {
	right: calc((100vw - 1200px) / 2);
}

#sec003 .sec_ttl .ttl_bg {
	border-radius: 0 30px 30px 0;
	background-image: url(../img/ttl_bg_02_pc.jpg);
	margin-right: auto;
}

#sec003 .base_box {
	margin-bottom: 60px;
}

#sec003 .base_box .item h3 {
	color: #ff8a49;
}

#sec003 .base_box .maru h4 {
	color: #ff8a49;
	padding-top: 60px;
}

#sec003 .base_box .maru ul {
	width: 530px;
	margin: 0 auto;
}

#sec003 .base_box .maru ul li {
	background-color: #ff8a49;
}

@media screen and (max-width: 767px) {
	#sec003 {
		margin-bottom: 30vw;
	}

	#sec003::before {
		position: absolute;
		content: "";
		top: -110px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 110px;
		background-image: url(../../assets/img/bg_08_sp.png);
		background-size: 150% 110px;
		background-position-x: center;
		background-repeat: no-repeat;
	}

	#sec003::after {
		position: absolute;
		content: "";
		bottom: -170px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 170px;
		background-image: url(../../assets/img/bg_09_sp.png);
		background-size: 150% 170px;
		background-position-x: center;
		background-repeat: no-repeat;
	}

	#sec003 .sec_ttl h2 {
		right: 0;
		margin-top: 0vw;
	}

	#sec003 .sec_ttl h2 img {
		width: 40vw;
	}

	#sec003 .sec_ttl .ttl_bg {
		border-radius: 0 0 0 0;
	}

	#sec003 .base_box {
		margin-bottom: 5vw;
	}

	#sec003 .base_box .item {
		width: 100%;
		margin-top: 5vw;
	}

	#sec003 .base_box .item h3 {
		font-size: 4.5vw;
	}

	#sec003 .base_box .maru h4 {
		padding-top: 0;
	}

	#sec003 .base_box .maru ul {
		width: 90%;
		margin: 0 auto;
	}
}